@charset "UTF-8";
/*
カラー・フォント定義
*/
/* =========================== 共通 =========================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

a {
  color: #161616;
  text-decoration: none; }
  a:hover {
    color: #161616;
    text-decoration: underline; }

ul {
  list-style-type: none; }

figure {
  margin: 0px 0px 0px 0px; }

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #161616;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0px;
  overflow: hidden;
  padding: 96px 0px 0px 0px !important;
  letter-spacing: 0.05em; }
  body.no_scroll {
    overflow: hidden !important; }
  @media only screen and (max-width: 959px) {
    body {
      font-size: 14px;
      padding: 48px 0px 0px 0px !important; } }

/* =========================== 汎用スタイル =========================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 959px) {
  .pc {
    display: none; } }

@media only screen and (min-width: 960px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 959px) {
  .sp {
    display: block; } }

@media only screen and (min-width: 960px) {
  .pcTb {
    display: block; } }
@media only screen and (max-width: 959px) {
  .pcTb {
    display: block; } }
@media only screen and (max-width: 500px) {
  .pcTb {
    display: none; } }

.anchorlink {
  position: relative;
  top: -128px;
  display: block; }

.mb8 {
  margin-bottom: 8px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.mb128 {
  margin-bottom: 128px !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out; }
  .fadein.scrollin.del01 {
    transition-delay: 0.1s; }
  .fadein.scrollin.del02 {
    transition-delay: 0.2s; }
  .fadein.scrollin.del03 {
    transition-delay: 0.3s; }
  .fadein.scrollin.del04 {
    transition-delay: 0.4s; }
  .fadein.scrollin.del05 {
    transition-delay: 0.5s; }
  .fadein.scrollin.del06 {
    transition-delay: 0.6s; }
  .fadein.scrollin.del07 {
    transition-delay: 0.7s; }
  .fadein.scrollin.del08 {
    transition-delay: 0.8s; }
  .fadein.scrollin.del09 {
    transition-delay: 0.9s; }
  .fadein.scrollin.del1 {
    transition-delay: 1s; }

.fadeinX {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1000ms; }

.fadeinX.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out; }
  .fadeinX.scrollin.del01 {
    transition-delay: 0.1s; }
  .fadeinX.scrollin.del02 {
    transition-delay: 0.2s; }
  .fadeinX.scrollin.del03 {
    transition-delay: 0.3s; }
  .fadeinX.scrollin.del04 {
    transition-delay: 0.4s; }
  .fadeinX.scrollin.del05 {
    transition-delay: 0.5s; }
  .fadeinX.scrollin.del06 {
    transition-delay: 0.6s; }
  .fadeinX.scrollin.del07 {
    transition-delay: 0.7s; }
  .fadeinX.scrollin.del08 {
    transition-delay: 0.8s; }
  .fadeinX.scrollin.del09 {
    transition-delay: 0.9s; }
  .fadeinX.scrollin.del1 {
    transition-delay: 1s; }

h2.base-ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 48px 0px;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #00597c, #00a5af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4; }
  @media only screen and (max-width: 959px) {
    h2.base-ttl {
      font-size: 24px;
      line-height: 1.4;
      letter-spacing: 0.025em;
      margin: 0px 0px 18px 0px; } }

.base-section {
  padding: 96px 32px 96px 32px; }
  @media only screen and (max-width: 959px) {
    .base-section {
      padding: 32px 12px 32px 12px; } }

.base-inner {
  width: 100%;
  max-width: 1220px;
  margin: 0px auto 0px auto; }

.more a {
  background-image: url("../img/base/more-bg.svg");
  background-size: 51px auto;
  background-position: right center;
  display: inline-block;
  height: 51px;
  line-height: 51px;
  padding: 0px 70px 0px 0px;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 959px) {
    .more a {
      height: 32px;
      line-height: 32px;
      background-size: 32px auto;
      padding: 0px 40px 0px 0px; } }

/* ===== モーダル全体 ===== */
.map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease; }

.map-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* ===== 背景 ===== */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.35s ease; }

.map-modal.open .modal-overlay {
  opacity: 1; }

/* ===== 本体 ===== */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 520px;
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%) translateY(20px) scale(0.96);
  opacity: 0;
  transition: all 0.35s ease; }

.map-modal.open .modal-content {
  transform: translate(-50%, -50%) translateY(0) scale(1);
  opacity: 1; }

/* ===== 中身 ===== */
.modal-inner figure {
  margin: 0 0 16px; }

.modal-inner figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px; }

.modal-inner .text p {
  font-size: 14px;
  line-height: 1.7;
  color: #00597c;
  font-weight: 700; }

/* ===== 閉じるボタン ===== */
.modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #00597c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease; }

/* hover */
.modal-close:hover {
  background: #00597c;
  transform: scale(1.1); }

/* active */
.modal-close:active {
  transform: scale(0.95); }

header {
  width: 100%;
  height: 96px;
  background-color: #fff;
  padding: 0px 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media only screen and (max-width: 1300px) {
    header {
      padding: 0px 24px; } }
  @media only screen and (max-width: 959px) {
    header {
      height: 48px;
      padding: 0px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  header h1 {
    width: 285px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1002; }
    @media only screen and (max-width: 1100px) {
      header h1 {
        width: 200px; } }
    @media only screen and (max-width: 959px) {
      header h1 {
        width: 180px; } }
    header h1 a {
      display: block; }
      header h1 a:hover {
        text-decoration: none; }
      header h1 a strong {
        font-size: 30px;
        display: block;
        font-weight: 700;
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 1100px) {
          header h1 a strong {
            font-size: 24px;
            letter-spacing: 0.05em; } }
        @media only screen and (max-width: 959px) {
          header h1 a strong {
            font-size: 18px;
            font-weight: 900; } }
      header h1 a span {
        display: block;
        margin: 8px 0px 0px 0px;
        font-size: 11px;
        line-height: 1.3; }
        header h1 a span em {
          font-style: normal;
          color: #00597c; }
        @media only screen and (max-width: 1100px) {
          header h1 a span {
            display: none; } }
        @media only screen and (max-width: 959px) {
          header h1 a span {
            display: none; } }
      header h1 a img {
        width: 100%;
        max-width: 240px;
        height: auto;
        margin: 0px 0px 0px 0px;
        vertical-align: bottom; }
  header .menu-trigger {
    display: none; }
    @media only screen and (max-width: 959px) {
      header .menu-trigger {
        display: block;
        width: 32px;
        height: 20px;
        /* ← 少し高さも詰めるとバランス良い */
        padding: 0;
        border: none;
        background: none;
        position: relative;
        z-index: 1002;
        cursor: pointer; } }
    header .menu-trigger span {
      display: block;
      height: 2px;
      background: #161616;
      position: absolute;
      left: 0;
      transition: 0.3s; }
    header .menu-trigger span:nth-child(1) {
      width: 32px;
      /* 一番長い */
      top: 0; }
    header .menu-trigger span:nth-child(2) {
      width: 24px;
      /* 少し短い */
      top: 9px; }
    header .menu-trigger span:nth-child(3) {
      width: 16px;
      /* 一番短い */
      top: 18px; }
    header .menu-trigger.open span:nth-child(1) {
      top: 9px;
      transform: rotate(45deg); }
    header .menu-trigger.open span:nth-child(2) {
      opacity: 0; }
    header .menu-trigger.open span:nth-child(3) {
      top: 9px;
      transform: rotate(-45deg);
      width: 32px; }
  header nav {
    width: calc(100% - 285px - 64px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 1300px) {
      header nav {
        width: calc(100% - 285px - 24px); } }
    @media only screen and (max-width: 959px) {
      header nav {
        width: 100%;
        height: 100vh;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 64px 16px 24px;
        overflow-y: auto;
        z-index: 1001; } }
    header nav ul {
      width: 100%;
      height: 100%;
      padding: 0px 64px 0px 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end; }
      @media only screen and (max-width: 1300px) {
        header nav ul {
          padding: 0px 24px 0px 0px; } }
      @media only screen and (max-width: 959px) {
        header nav ul {
          height: auto;
          padding: 0;
          display: block; } }
      header nav ul li {
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px 32px 0px 0px; }
        @media only screen and (max-width: 1100px) {
          header nav ul li {
            margin: 0px 20px 0px 0px; } }
        @media only screen and (max-width: 959px) {
          header nav ul li {
            height: auto;
            display: block;
            margin: 0 0 20px 0;
            padding: 0px 0px 20px 0px;
            border-bottom: 1px solid #ccc; } }
        header nav ul li:last-child {
          margin: 0; }
        header nav ul li a {
          font-size: 16px;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 959px) {
            header nav ul li a {
              display: block;
              font-size: 18px;
              line-height: 1.6;
              padding: 0; } }
        header nav ul li.contact a {
          background-color: #9a1f25;
          color: #fff;
          padding: 12px 12px;
          border-radius: 12px; }
          @media only screen and (max-width: 959px) {
            header nav ul li.contact a {
              text-align: center;
              padding: 14px 16px;
              margin-top: 8px; } }

body.menu-open {
  overflow: hidden; }

footer {
  padding: 64px;
  background-color: #f1f1f1; }
  @media only screen and (max-width: 959px) {
    footer {
      padding: 32px 32px 128px 32px; } }
  footer .footer-top {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0px 0px 64px 0px; }
    @media only screen and (max-width: 959px) {
      footer .footer-top {
        margin: 0px 0px 24px 0px;
        padding: 0px 0px 24px 0px;
        border-bottom: 1px solid #cccccc; } }
    footer .footer-top .logo {
      width: 285px; }
      @media only screen and (max-width: 959px) {
        footer .footer-top .logo {
          margin: 0px 0px 24px 0px; } }
      footer .footer-top .logo img {
        width: 285px;
        height: auto; }
    footer .footer-top ul {
      width: calc(100% - 285px);
      padding: 0px 0px 0px 48px; }
      @media only screen and (max-width: 959px) {
        footer .footer-top ul {
          width: 100%;
          padding: 0px 0px 0px 0px;
          text-align: center; } }
      footer .footer-top ul li {
        display: inline-block;
        margin: 0px 32px 4px 0px; }
        @media only screen and (max-width: 959px) {
          footer .footer-top ul li {
            margin: 0px 12px 12px 12px; } }
        footer .footer-top ul li:last-child {
          margin: 0px 0px 0px 0px; }
  footer .footer-middle {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 64px 0px;
    border-bottom: 1px solid #cccccc; }
    @media only screen and (max-width: 959px) {
      footer .footer-middle {
        padding: 0px 0px 24px 0px; } }
    footer .footer-middle p {
      font-size: 14px;
      line-height: 22px; }
  footer .footer-bottom {
    padding: 64px 0px 0px 0px; }
    @media only screen and (max-width: 959px) {
      footer .footer-bottom {
        padding: 24px 0px 0px 0px; } }
    footer .footer-bottom ul {
      text-align: right; }
      @media only screen and (max-width: 959px) {
        footer .footer-bottom ul {
          text-align: center; } }
      footer .footer-bottom ul li {
        display: inline-block;
        margin: 0px 32px 0px 0px;
        font-size: 14px; }
        @media only screen and (max-width: 959px) {
          footer .footer-bottom ul li {
            margin: 0px 8px 0px 8px; } }
        @media only screen and (max-width: 959px) {
          footer .footer-bottom ul li:last-child {
            margin: 16px 0px 0px 0px; } }

.side-menu {
  position: fixed;
  top: 30%;
  right: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  padding: 32px 18px; }
  @media only screen and (max-width: 959px) {
    .side-menu {
      top: inherit;
      right: inherit;
      bottom: 0;
      left: 0;
      padding: 10px 10px;
      border-radius: 0px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.8);
      width: 100%; } }
  @media only screen and (max-width: 959px) {
    .side-menu .inner {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; } }
  .side-menu a {
    display: block;
    text-align: center;
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 24px 0px;
    border-bottom: 1px solid #999999; }
    @media only screen and (max-width: 959px) {
      .side-menu a {
        width: 33.3%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-bottom: none;
        border-right: 1px solid #999; } }
    .side-menu a:last-child {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border-bottom: none; }
      @media only screen and (max-width: 959px) {
        .side-menu a:last-child {
          width: 33.4%;
          border-right: none; } }
    .side-menu a:hover {
      text-decoration: none;
      opacity: 0.8; }
    .side-menu a strong {
      display: block;
      font-size: 16px;
      color: #cc3434;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin: 0px 0px 8px 0px; }
    .side-menu a figure img {
      width: 36px;
      height: auto; }
      @media only screen and (max-width: 959px) {
        .side-menu a figure img {
          width: 30px; } }
    .side-menu a.page-top figure {
      margin: 0px 0px 8px 0px; }
      @media only screen and (max-width: 959px) {
        .side-menu a.page-top figure {
          margin: 0px 0px 4px 0px; } }
      .side-menu a.page-top figure img {
        width: 17px; }
        @media only screen and (max-width: 959px) {
          .side-menu a.page-top figure img {
            width: 14px; } }
    .side-menu a.page-top em {
      font-style: normal;
      font-size: 14px;
      font-weight: 700;
      color: #666666; }

.footer-contact h2.base-ttl {
  text-align: center !important;
  margin: 0px 0px 24px 0px !important; }
.footer-contact h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    .footer-contact h3 {
      margin: 0px 0px 32px 0px; } }
.footer-contact .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
  gap: 32px; }
  .footer-contact .container a {
    display: block;
    border: 2px solid #999999;
    border-radius: 12px;
    padding: 32px 32px 32px 32px;
    transition: 0.3s; }
    @media only screen and (max-width: 959px) {
      .footer-contact .container a {
        padding: 20px 32px 20px 32px; } }
    .footer-contact .container a:hover {
      text-decoration: none;
      border: 2px solid #00597c;
      opacity: 0.8; }
      .footer-contact .container a:hover figure img {
        transform: scale(1.1); }
    .footer-contact .container a figure {
      text-align: center;
      height: 200px;
      overflow: hidden; }
      .footer-contact .container a figure img {
        transition: 0.3s;
        width: 100%;
        height: auto; }
    .footer-contact .container a strong {
      display: block;
      width: 100%;
      max-width: 250px;
      border-radius: 100px;
      padding: 16px 8px;
      background-color: #ccc;
      color: #fff;
      text-align: center;
      margin: 0px auto;
      font-size: 18px; }
    .footer-contact .container a.cta01 figure {
      padding: 10px 0px 0px 0px; }
      .footer-contact .container a.cta01 figure img {
        max-width: 242px; }
    .footer-contact .container a.cta01 strong {
      background-color: #23acb0; }
    .footer-contact .container a.cta02 figure {
      padding: 3px 0px 0px 0px; }
      .footer-contact .container a.cta02 figure img {
        max-width: 140px; }
    .footer-contact .container a.cta02 strong {
      background-color: #82a4ce; }
    .footer-contact .container a.cta03 figure {
      padding: 40px 0px 0px 0px; }
      .footer-contact .container a.cta03 figure img {
        max-width: 242px; }
    .footer-contact .container a.cta03 strong {
      background-color: #f88387; }

.archive-pager {
  margin: 32px 0 0 0;
  text-align: center; }
  @media only screen and (max-width: 959px) {
    .archive-pager {
      margin: 24px 0 0 0; } }
  .archive-pager-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0; }
  .archive-pager .pager-item a,
  .archive-pager .pager-item span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    transition: 0.2s; }
    @media only screen and (max-width: 959px) {
      .archive-pager .pager-item a,
      .archive-pager .pager-item span {
        padding: 0px 6px;
        min-width: 30px; } }
  .archive-pager .pager-item a:hover {
    background: #00597c;
    color: #fff;
    border-color: #00597c; }
  .archive-pager .pager-item.current span {
    background: #00597c;
    color: #fff;
    border-color: #00597c;
    font-weight: bold; }
  .archive-pager .pager-item.prev a, .archive-pager .pager-item.next a {
    padding: 0 16px;
    font-weight: 500; }
  .archive-pager .pager-item.disabled span {
    opacity: 0.4;
    pointer-events: none; }

.edit-text-area {
  /* チェックリスト */ }
  .edit-text-area h2.title {
    margin: 0px 0px 32px 0px; }
  .edit-text-area h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 40px 0px 24px 0px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    background: linear-gradient(to right, #00597c, #00a5af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 959px) {
      .edit-text-area h2 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.025em;
        margin: 20px 0px 16px 0px; } }
  .edit-text-area h3 {
    margin: 32px 0px 20px 0px;
    padding: 0px 0px 12px 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 1px solid #00597c; }
    @media only screen and (max-width: 959px) {
      .edit-text-area h3 {
        margin: 20px 0px 16px 0px;
        font-size: 20px; } }
  .edit-text-area h4 {
    margin: 16px 0px 12px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #00597c; }
    @media only screen and (max-width: 959px) {
      .edit-text-area h4 {
        margin: 16px 0px 12px 0px;
        font-size: 16px; } }
  .edit-text-area p {
    line-height: 1.6;
    margin: 0px 0px 16px 0px; }
  .edit-text-area ul {
    list-style: none;
    padding: 0; }
    .edit-text-area ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 12px;
      line-height: 1.4; }
      .edit-text-area ul li::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 0;
        color: #00597c; }
  .edit-text-area ol {
    list-style-position: inside;
    padding: 0; }
    .edit-text-area ol li {
      position: relative;
      padding-left: 0px;
      margin-bottom: 12px;
      line-height: 1.4; }

body.index .mv {
  width: 100%;
  height: calc(100vh - 96px);
  margin: 0px 0px 20px 0px; }
  @media only screen and (max-width: 959px) {
    body.index .mv {
      height: inherit;
      margin: 0px 0px 0px 0px; } }
  body.index .mv .container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 20px; }
    @media only screen and (max-width: 959px) {
      body.index .mv .container {
        grid-template-columns: 1fr 1fr;
        gap: 1px; } }
    body.index .mv .container .left {
      grid-row: 1 / 3;
      display: flex;
      align-items: center;
      padding: 0px 64px 0px 128px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1500px) {
        body.index .mv .container .left {
          padding: 0px 64px 0px 64px; } }
      @media only screen and (max-width: 959px) {
        body.index .mv .container .left {
          grid-column: 1 / 3;
          grid-row: 1;
          padding: 32px 16px 32px 16px; } }
      body.index .mv .container .left .mv-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0; }
      body.index .mv .container .left .inner {
        position: relative;
        z-index: 1;
        padding: 0px 0px 0px 0px; }
        body.index .mv .container .left .inner h2 {
          font-size: 64px;
          color: #fff;
          font-weight: 900;
          padding: 0px 0px 10px 0px;
          margin: 0px 0px 54px 0px; }
          @media only screen and (max-width: 1600px) {
            body.index .mv .container .left .inner h2 {
              font-size: 48px; } }
          @media only screen and (max-width: 1300px) {
            body.index .mv .container .left .inner h2 {
              background: none; } }
          @media only screen and (max-width: 959px) {
            body.index .mv .container .left .inner h2 {
              font-size: 28px;
              background: none;
              margin: 0px 0px 20px 0px; } }
          body.index .mv .container .left .inner h2 p {
            display: inline-block;
            background: linear-gradient(transparent 60%, #9a1f25 60%);
            padding: 0px 0px 7px 0px; }
            body.index .mv .container .left .inner h2 p:nth-last-of-type(1) {
              margin: 20px 0px 0px 0px; }
            @media only screen and (max-width: 1300px) {
              body.index .mv .container .left .inner h2 p:nth-last-of-type(1) {
                margin: 20px 0px 0px 0px; } }
            @media only screen and (max-width: 959px) {
              body.index .mv .container .left .inner h2 p {
                margin: 0px 0px 0px 0px; }
                body.index .mv .container .left .inner h2 p:nth-last-of-type(1) {
                  margin: 10px 0px 0px 0px; } }
          body.index .mv .container .left .inner h2 span {
            font-size: 30px; }
            @media only screen and (max-width: 959px) {
              body.index .mv .container .left .inner h2 span {
                font-size: 16px; } }
        body.index .mv .container .left .inner h3 {
          display: inline-block;
          background-color: rgba(0, 0, 0, 0.7);
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          padding: 24px 24px;
          line-height: 1.4;
          margin: 0px 0px 96px 0px; }
          @media only screen and (max-width: 959px) {
            body.index .mv .container .left .inner h3 {
              font-size: 16px;
              padding: 12px 12px;
              margin: 0px 0px 32px 0px; } }
        body.index .mv .container .left .inner .btn-container {
          display: flex;
          flex-wrap: wrap;
          gap: 16px 32px; }
          @media only screen and (max-width: 959px) {
            body.index .mv .container .left .inner .btn-container {
              gap: 12px 32px; } }
          body.index .mv .container .left .inner .btn-container a {
            height: 80px;
            line-height: 80px;
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.6);
            font-size: 24px;
            color: #00597c;
            font-weight: 900;
            border-radius: 8px;
            padding: 0px 72px 0px 32px;
            background-image: url("../img/index/mv/btn-bg.svg");
            background-size: 15px auto;
            background-position: right 32px center;
            transition: 0.3s; }
            @media only screen and (max-width: 1400px) {
              body.index .mv .container .left .inner .btn-container a {
                font-size: 20px; } }
            @media only screen and (max-width: 959px) {
              body.index .mv .container .left .inner .btn-container a {
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 16px; } }
            body.index .mv .container .left .inner .btn-container a:hover {
              text-decoration: none;
              background-position: right 26px center;
              background-color: white; }
    body.index .mv .container .right-top {
      grid-column: 2;
      grid-row: 1;
      background-image: url("../img/index/mv/main-right-top.webp");
      background-size: cover;
      background-position: center center; }
      @media only screen and (max-width: 959px) {
        body.index .mv .container .right-top {
          grid-column: 1;
          grid-row: 2; } }
    body.index .mv .container .right-bottom {
      grid-column: 2;
      grid-row: 2;
      background-image: url("../img/index/mv/main-right-bottom.webp");
      background-size: cover;
      background-position: center center; }
      @media only screen and (max-width: 959px) {
        body.index .mv .container .right-bottom {
          grid-column: 2;
          grid-row: 2; } }
    body.index .mv .container .right-top a,
    body.index .mv .container .right-bottom a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 100%;
      color: #fff; }
      @media only screen and (max-width: 959px) {
        body.index .mv .container .right-top a,
        body.index .mv .container .right-bottom a {
          padding: 16px 16px; } }
      body.index .mv .container .right-top a .inner h2,
      body.index .mv .container .right-bottom a .inner h2 {
        font-size: 36px;
        background-color: #000;
        display: inline-block;
        margin: 0px 0px 24px 0px;
        padding: 2px 3px 4px 3px;
        transition: 0.3s;
        font-weight: 700; }
        @media only screen and (max-width: 959px) {
          body.index .mv .container .right-top a .inner h2,
          body.index .mv .container .right-bottom a .inner h2 {
            font-size: 18px;
            margin: 0px 0px 12px 0px; } }
      body.index .mv .container .right-top a .inner h3,
      body.index .mv .container .right-bottom a .inner h3 {
        font-size: 24px;
        padding: 0px 0px 77px 0px;
        background-image: url("../img/index/mv/arrow-bg.svg");
        background-size: 43px auto;
        background-position: center bottom;
        transition: 0.3s;
        font-weight: 700; }
        @media only screen and (max-width: 959px) {
          body.index .mv .container .right-top a .inner h3,
          body.index .mv .container .right-bottom a .inner h3 {
            font-size: 16px;
            background-size: 30px auto;
            padding: 0px 0px 50px 0px; } }
      body.index .mv .container .right-top a:hover,
      body.index .mv .container .right-bottom a:hover {
        text-decoration: none; }
        body.index .mv .container .right-top a:hover h2,
        body.index .mv .container .right-bottom a:hover h2 {
          background-color: #9a1f25; }
        body.index .mv .container .right-top a:hover h3,
        body.index .mv .container .right-bottom a:hover h3 {
          background-size: 50px auto; }
          @media only screen and (max-width: 959px) {
            body.index .mv .container .right-top a:hover h3,
            body.index .mv .container .right-bottom a:hover h3 {
              background-size: 36px auto; } }
body.index .box01 {
  background-color: #f1f1f1; }
  body.index .box01 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
    gap: 12px; }
    @media only screen and (max-width: 959px) {
      body.index .box01 ul {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px; } }
    body.index .box01 ul li a {
      display: block;
      height: 100%;
      background-color: #fff;
      border-radius: 8px;
      text-align: center;
      padding: 35px 0px 35px 0px;
      transition: 0.3s;
      border: 2px solid #fff; }
      @media only screen and (max-width: 959px) {
        body.index .box01 ul li a {
          padding: 16px 0px 16px 0px; } }
      body.index .box01 ul li a:hover {
        text-decoration: none;
        color: #00597c;
        border: 2px solid #00597c; }
        body.index .box01 ul li a:hover img {
          transform: scale(1.05); }
      body.index .box01 ul li a h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0px 0px 20px 0px; }
        @media only screen and (max-width: 959px) {
          body.index .box01 ul li a h3 {
            font-size: 14px;
            margin: 0px 0px 12px 0px; } }
      body.index .box01 ul li a figure img {
        width: 100%;
        max-width: 70px;
        height: auto;
        transition: 0.3s; }
      body.index .box01 ul li a.q01 img {
        max-width: 70px; }
      body.index .box01 ul li a.q02 img {
        max-width: 80px; }
      body.index .box01 ul li a.q03 img {
        max-width: 75px; }
      body.index .box01 ul li a.q04 {
        padding-top: 18px; }
        body.index .box01 ul li a.q04 img {
          max-width: 75px; }
      body.index .box01 ul li a.q05 img {
        max-width: 80px; }
      body.index .box01 ul li a.q08 img {
        max-width: 60px; }
      body.index .box01 ul li a.q09 img {
        max-width: 75px; }
body.index .box02 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 50% / 50% */
  gap: 64px; }
  @media only screen and (max-width: 959px) {
    body.index .box02 .container {
      gap: 24px; } }
  body.index .box02 .container .box h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0px 20px 0px;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 959px) {
      body.index .box02 .container .box h3 {
        font-size: 18px;
        letter-spacing: 0.025em;
        margin: 0px 0px 12px 0px; } }
  body.index .box02 .container .box h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0px 32px 0px;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 959px) {
      body.index .box02 .container .box h4 {
        font-size: 16px;
        letter-spacing: 0.025em;
        margin: 0px 0px 20px 0px; } }
  body.index .box02 .container .box figure {
    margin: 0px 0px 24px 0px; }
    @media only screen and (max-width: 959px) {
      body.index .box02 .container .box figure {
        margin: 0px 0px 12px 0px; } }
    body.index .box02 .container .box figure img {
      width: 100%;
      height: auto;
      border-radius: 8px; }
  body.index .box02 .container .box .more {
    text-align: right; }
    @media only screen and (max-width: 959px) {
      body.index .box02 .container .box .more {
        text-align: center; } }
body.index .box03 {
  background-color: #f1f1f1; }
  body.index .box03 .container {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    @media only screen and (max-width: 959px) {
      body.index .box03 .container {
        display: block; } }
    body.index .box03 .container .left {
      width: 66.6%;
      position: relative;
      padding: 0px 32px 0px 0px; }
      @media only screen and (max-width: 959px) {
        body.index .box03 .container .left {
          width: 100%;
          margin: 0px 0px 24px 0px;
          padding: 0px 0px 0px 0px; } }
      body.index .box03 .container .left h3 {
        font-size: 18px;
        line-height: 2;
        font-weight: 700; }
        @media only screen and (max-width: 959px) {
          body.index .box03 .container .left h3 {
            font-size: 16px;
            line-height: 1.8;
            margin: 0px 0px 24px 0px; } }
      body.index .box03 .container .left figure {
        position: absolute;
        bottom: -96px;
        left: -32px;
        width: 100%; }
        @media only screen and (max-width: 959px) {
          body.index .box03 .container .left figure {
            position: relative;
            bottom: inherit;
            left: inherit; } }
        body.index .box03 .container .left figure img {
          width: 80%;
          height: auto; }
          @media only screen and (max-width: 959px) {
            body.index .box03 .container .left figure img {
              width: 100%; } }
    body.index .box03 .container .right {
      width: 33.4%; }
      @media only screen and (max-width: 959px) {
        body.index .box03 .container .right {
          width: 100%; } }
      body.index .box03 .container .right ul li {
        display: block;
        border: 2px solid #00597c;
        border-radius: 4px;
        background-color: #fff;
        padding: 32px 16px;
        text-align: center;
        margin: 0px 0px 24px 0px; }
        @media only screen and (max-width: 959px) {
          body.index .box03 .container .right ul li {
            padding: 16px 12px;
            margin: 0px 0px 12px 0px; } }
        body.index .box03 .container .right ul li:last-child {
          margin: 0px 0px 0px 0px; }
        body.index .box03 .container .right ul li h4 {
          font-size: 24px;
          font-weight: 700;
          margin: 0px 0px 24px 0px; }
          @media only screen and (max-width: 959px) {
            body.index .box03 .container .right ul li h4 {
              font-size: 18px;
              margin: 0px 0px 12px 0px; } }
        body.index .box03 .container .right ul li p {
          font-size: 16px;
          line-height: 1.2; }
          @media only screen and (max-width: 959px) {
            body.index .box03 .container .right ul li p {
              font-size: 14px; } }
body.index .box04 .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin: 0px 0px 32px 0px; }
  @media only screen and (max-width: 959px) {
    body.index .box04 .box-container {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px; } }
  body.index .box04 .box-container .box a {
    display: block; }
    body.index .box04 .box-container .box a:hover {
      text-decoration: none;
      color: #00597c; }
      body.index .box04 .box-container .box a:hover img {
        transform: scale(1.1); }
  body.index .box04 .box-container .box figure {
    margin: 0px 0px 24px 0px;
    overflow: hidden; }
    @media only screen and (max-width: 959px) {
      body.index .box04 .box-container .box figure {
        margin: 0px 0px 12px 0px; } }
    body.index .box04 .box-container .box figure img {
      width: 100%;
      height: auto;
      transition: 0.3s; }
  body.index .box04 .box-container .box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0px 0px 20px 0px; }
    @media only screen and (max-width: 959px) {
      body.index .box04 .box-container .box h3 {
        font-size: 16px;
        margin: 0px 0px 8px 0px; } }
  body.index .box04 .box-container .box p {
    font-size: 14px;
    line-height: 1.6; }
body.index .box04 .more {
  text-align: right; }
  @media only screen and (max-width: 959px) {
    body.index .box04 .more {
      text-align: center; } }
body.index .box05 {
  background-color: #f1f1f1; }
  body.index .box05 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 50% / 50% */
    gap: 64px; }
    @media only screen and (max-width: 959px) {
      body.index .box05 .container {
        grid-template-columns: 1fr;
        gap: 32px; } }
    body.index .box05 .container .case-blog-box h3 {
      font-size: 24px;
      font-weight: 700;
      color: #999999;
      margin: 0px 0px 32px 0px; }
      @media only screen and (max-width: 959px) {
        body.index .box05 .container .case-blog-box h3 {
          font-size: 20px;
          margin: 0px 0px 16px 0px; } }
    body.index .box05 .container .case-blog-box .parent {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 32px;
      margin: 0px 0px 40px 0px; }
      @media only screen and (max-width: 959px) {
        body.index .box05 .container .case-blog-box .parent {
          grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
          gap: 16px;
          margin: 0px 0px 24px 0px; } }
      body.index .box05 .container .case-blog-box .parent .box h4 {
        font-size: 14px;
        font-weight: 700; }
      body.index .box05 .container .case-blog-box .parent .box p {
        font-size: 14px;
        line-height: 1.4; }
      body.index .box05 .container .case-blog-box .parent .box figure {
        margin: 0px 0px 12px 0px; }
        body.index .box05 .container .case-blog-box .parent .box figure img {
          width: 100%;
          height: auto;
          border-radius: 4px; }
    body.index .box05 .container .case-blog-box .more {
      text-align: center; }

body.hina .pankuzu {
  background-color: #f7f7f7;
  padding: 12px 64px 12px 64px; }
  @media only screen and (max-width: 1100px) {
    body.hina .pankuzu {
      padding: 12px 24px 12px 24px; } }
  @media only screen and (max-width: 959px) {
    body.hina .pankuzu {
      padding: 12px 12px 12px 12px; } }
  body.hina .pankuzu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    body.hina .pankuzu ul li {
      color: #161616;
      display: block;
      flex: 0 0 auto;
      white-space: nowrap;
      line-height: 1.6;
      background-image: url("../img/hina/pankuzu-arrow.svg");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 16px auto;
      padding: 0 36px 0 0;
      margin: 0 20px 0 0;
      font-size: 14px; }
      body.hina .pankuzu ul li:last-child {
        background-image: none;
        padding: 0;
        margin: 0;
        white-space: normal;
        flex: 1 1 200px;
        min-width: 0; }
      body.hina .pankuzu ul li a {
        color: #161616; }
    @media only screen and (max-width: 959px) {
      body.hina .pankuzu ul li {
        font-size: 12px;
        padding: 0 24px 0 0;
        margin: 0 8px 0 0;
        background-size: 12px auto; }
      body.hina .pankuzu ul li:last-child {
        flex: 1 1 12em; } }
body.hina .special-ttl-header {
  background: linear-gradient(90deg, #00597c, #00a5af);
  padding: 64px 16px 64px 16px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    body.hina .special-ttl-header {
      padding: 32px 12px 32px 12px; } }
  body.hina .special-ttl-header::after {
    content: "";
    position: absolute; }
    @media only screen and (max-width: 959px) {
      body.hina .special-ttl-header::after {
        opacity: 0.2 !important; } }
  body.hina .special-ttl-header .inner {
    width: 100%;
    max-width: 1220px;
    margin: 0px auto 0px auto;
    color: #fff; }
    body.hina .special-ttl-header .inner h2 {
      font-size: 48px;
      font-weight: 400;
      margin: 0px 0px 20px 0px; }
      @media only screen and (max-width: 959px) {
        body.hina .special-ttl-header .inner h2 {
          font-size: 28px; } }
    body.hina .special-ttl-header .inner h3 {
      font-size: 24px;
      font-weight: 400;
      min-height: 45px;
      background-image: url("../img/hina/ttl-arrow.svg");
      background-position: left 20px top;
      background-size: 28px auto;
      padding: 22px 0px 0px 64px;
      margin: 0px 0px 40px 0px; }
      @media only screen and (max-width: 959px) {
        body.hina .special-ttl-header .inner h3 {
          background-size: 18px auto;
          padding: 12px 0px 0px 46px;
          font-size: 18px;
          line-height: 1.4;
          margin: 0px 0px 16px 0px; } }
    body.hina .special-ttl-header .inner h4 {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8; }
      @media only screen and (max-width: 959px) {
        body.hina .special-ttl-header .inner h4 {
          font-size: 14px;
          line-height: 1.6; } }
body.hina .page-cat-ttl-header {
  background: linear-gradient(90deg, #00597c, #00a5af);
  padding: 32px 16px 32px 16px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    body.hina .page-cat-ttl-header {
      padding: 10px 12px 10px 12px; } }
  body.hina .page-cat-ttl-header strong,
  body.hina .page-cat-ttl-header h2 {
    display: block;
    width: 100%;
    max-width: 1220px;
    margin: 0px auto 0px auto;
    color: #fff;
    font-size: 24px;
    font-weight: 400; }
    @media only screen and (max-width: 959px) {
      body.hina .page-cat-ttl-header strong,
      body.hina .page-cat-ttl-header h2 {
        font-size: 16px; } }

body.microsoft-dx .base-inner,
body.work-design .base-inner {
  position: relative; }
  body.microsoft-dx .base-inner::after,
  body.work-design .base-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: -96px;
    left: 0px; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .base-inner::after,
      body.work-design .base-inner::after {
        bottom: -32px; } }
body.microsoft-dx .footer-contact .base-inner::after,
body.work-design .footer-contact .base-inner::after {
  display: none; }
body.microsoft-dx h2.base-ttl,
body.work-design h2.base-ttl {
  text-align: left;
  margin: 0px 0px 32px 0px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx h2.base-ttl,
    body.work-design h2.base-ttl {
      margin: 0px 0px 20px 0px; } }
body.microsoft-dx h3.base-ttl,
body.work-design h3.base-ttl {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 12px 0px;
  line-height: 1.6; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx h3.base-ttl,
    body.work-design h3.base-ttl {
      font-size: 16px; } }
body.microsoft-dx p.sub-text,
body.work-design p.sub-text {
  font-size: 16px;
  line-height: 1.6; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx p.sub-text,
    body.work-design p.sub-text {
      font-size: 14px; } }
body.microsoft-dx .next-step .container,
body.work-design .next-step .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .next-step .container,
    body.work-design .next-step .container {
      grid-template-columns: repeat(1, 1fr);
      gap: 16px 40px; } }
  body.microsoft-dx .next-step .container .child-box,
  body.work-design .next-step .container .child-box {
    border: 1px solid #949494;
    border-radius: 5px; }
    body.microsoft-dx .next-step .container .child-box a,
    body.work-design .next-step .container .child-box a {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; }
      body.microsoft-dx .next-step .container .child-box a:hover,
      body.work-design .next-step .container .child-box a:hover {
        text-decoration: none;
        color: #00597c; }
        body.microsoft-dx .next-step .container .child-box a:hover figure img,
        body.work-design .next-step .container .child-box a:hover figure img {
          transform: scale(1.1); }
      body.microsoft-dx .next-step .container .child-box a figure,
      body.work-design .next-step .container .child-box a figure {
        width: 35%;
        overflow: hidden; }
        @media only screen and (max-width: 959px) {
          body.microsoft-dx .next-step .container .child-box a figure,
          body.work-design .next-step .container .child-box a figure {
            width: 40%; } }
        body.microsoft-dx .next-step .container .child-box a figure img,
        body.work-design .next-step .container .child-box a figure img {
          width: 100%;
          height: auto;
          vertical-align: bottom;
          transition: 0.3s;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
      body.microsoft-dx .next-step .container .child-box a .text-inner,
      body.work-design .next-step .container .child-box a .text-inner {
        width: 65%;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 959px) {
          body.microsoft-dx .next-step .container .child-box a .text-inner,
          body.work-design .next-step .container .child-box a .text-inner {
            width: 60%; } }
        body.microsoft-dx .next-step .container .child-box a .text-inner .text-child,
        body.work-design .next-step .container .child-box a .text-inner .text-child {
          padding: 0px 20px; }
          @media only screen and (max-width: 1400px) {
            body.microsoft-dx .next-step .container .child-box a .text-inner .text-child,
            body.work-design .next-step .container .child-box a .text-inner .text-child {
              padding: 0px 10px; } }
          @media only screen and (max-width: 959px) {
            body.microsoft-dx .next-step .container .child-box a .text-inner .text-child,
            body.work-design .next-step .container .child-box a .text-inner .text-child {
              padding: 0px 10px; } }
          body.microsoft-dx .next-step .container .child-box a .text-inner .text-child strong,
          body.work-design .next-step .container .child-box a .text-inner .text-child strong {
            font-size: 18px;
            font-weight: 700;
            display: block;
            margin: 0px 0px 12px 0px; }
            @media only screen and (max-width: 1400px) {
              body.microsoft-dx .next-step .container .child-box a .text-inner .text-child strong,
              body.work-design .next-step .container .child-box a .text-inner .text-child strong {
                font-size: 16px;
                margin: 0px 0px 8px 0px; } }
            @media only screen and (max-width: 959px) {
              body.microsoft-dx .next-step .container .child-box a .text-inner .text-child strong,
              body.work-design .next-step .container .child-box a .text-inner .text-child strong {
                font-size: 14px;
                margin: 0px 0px 6px 0px; } }
          body.microsoft-dx .next-step .container .child-box a .text-inner .text-child p,
          body.work-design .next-step .container .child-box a .text-inner .text-child p {
            line-height: 1.4;
            font-size: 14px; }
            @media only screen and (max-width: 959px) {
              body.microsoft-dx .next-step .container .child-box a .text-inner .text-child p,
              body.work-design .next-step .container .child-box a .text-inner .text-child p {
                font-size: 12px; } }

body.microsoft-dx .special-ttl-header::after {
  background-image: url("../img/microsoft-dx/ttl-bg.svg");
  background-size: 374px auto;
  width: 374px;
  height: 392px;
  top: 32px;
  right: 32px;
  opacity: 0.47; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .special-ttl-header::after {
      right: -64px; } }
body.microsoft-dx .box01 .top-box {
  text-align: center;
  margin: 0px 0px 40px 0px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box01 .top-box {
      text-align: left;
      margin: 0px 0px 20px 0px; } }
  body.microsoft-dx .box01 .top-box h2 {
    text-align: center !important; }
body.microsoft-dx .box01 .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px; }
  @media only screen and (max-width: 1100px) {
    body.microsoft-dx .box01 .container {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box01 .container {
      gap: 24px 12px;
      grid-template-columns: repeat(2, 1fr); } }
  body.microsoft-dx .box01 .container .child-box .top {
    border: 3px solid #ccc;
    padding: 40px 8px 40px 8px;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .box01 .container .child-box .top {
        padding: 20px 8px 20px 8px; } }
    body.microsoft-dx .box01 .container .child-box .top strong {
      display: block;
      font-size: 24px;
      line-height: 1.4;
      font-weight: 700;
      margin: 0px 0px 24px 0px; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box01 .container .child-box .top strong {
          font-size: 20px; } }
    body.microsoft-dx .box01 .container .child-box .top figure {
      margin: 0px 0px 20px 0px; }
      body.microsoft-dx .box01 .container .child-box .top figure img {
        height: 54px;
        width: auto; }
        @media only screen and (max-width: 959px) {
          body.microsoft-dx .box01 .container .child-box .top figure img {
            height: 48px; } }
    body.microsoft-dx .box01 .container .child-box .top span {
      font-size: 18px; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box01 .container .child-box .top span {
          font-size: 16px; } }
    body.microsoft-dx .box01 .container .child-box .top.color01 {
      border: 3px solid #3e7127;
      color: #3e7127; }
    body.microsoft-dx .box01 .container .child-box .top.color02 {
      border: 3px solid #c14632;
      color: #c14632; }
    body.microsoft-dx .box01 .container .child-box .top.color03 {
      border: 3px solid #0592c0;
      color: #0592c0; }
    body.microsoft-dx .box01 .container .child-box .top.color04 {
      border: 3px solid #de6e00;
      color: #de6e00; }
    body.microsoft-dx .box01 .container .child-box .top.color05 {
      border: 3px solid #842981;
      color: #842981; }
  body.microsoft-dx .box01 .container .child-box p {
    border-top: 1px solid #cccccc;
    padding: 20px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.6; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .box01 .container .child-box p {
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 0px 0px;
        border-top: none; } }
body.microsoft-dx .box02 .top-box {
  margin: 0px 0px 40px 0px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box02 .top-box {
      margin: 0px 0px 20px 0px; } }
body.microsoft-dx .box02 .container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  background: linear-gradient(to top, #e4e4e4, #f9f9f9);
  padding: 40px 40px;
  border-radius: 5px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box02 .container {
      padding: 24px 12px; } }
  body.microsoft-dx .box02 .container figure {
    width: 35%; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .box02 .container figure {
        width: 100%;
        margin: 0px 0px 12px 0px; } }
    body.microsoft-dx .box02 .container figure img {
      width: 100%;
      height: auto; }
  body.microsoft-dx .box02 .container .inner {
    width: 65%;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .box02 .container .inner {
        width: 100%; } }
    body.microsoft-dx .box02 .container .inner ul {
      text-align: center; }
      body.microsoft-dx .box02 .container .inner ul li {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #949494;
        padding: 16px 24px;
        border-radius: 100px;
        margin: 10px 10px; }
        @media only screen and (max-width: 959px) {
          body.microsoft-dx .box02 .container .inner ul li {
            font-size: 14px;
            margin: 6px 6px;
            padding: 10px 12px; } }
body.microsoft-dx .box03 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box03 .container {
      gap: 12px;
      grid-template-columns: repeat(1, 1fr); } }
  body.microsoft-dx .box03 .container .child-box {
    background-color: #f6f6f6;
    padding: 40px 20px;
    border-radius: 5px; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .box03 .container .child-box {
        padding: 20px 20px; } }
    body.microsoft-dx .box03 .container .child-box h3 {
      font-size: 18px;
      font-weight: 700;
      padding: 0px 0px 20px 0px;
      margin: 0px 0px 20px 0px;
      position: relative; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box03 .container .child-box h3 {
          font-size: 16px; } }
      body.microsoft-dx .box03 .container .child-box h3::after {
        content: "";
        position: absolute;
        width: calc(100% + 20px);
        height: 2px;
        bottom: -1px;
        left: 0px;
        background: linear-gradient(90deg, #00597c, #00a5af); }
    body.microsoft-dx .box03 .container .child-box h4 {
      font-size: 16px;
      font-weight: 700;
      margin: 0px 0px 16px 0px; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box03 .container .child-box h4 {
          font-size: 16px; } }
    body.microsoft-dx .box03 .container .child-box p {
      line-height: 1.6;
      margin: 0px 0px 24px 0px; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box03 .container .child-box p {
          margin: 0px 0px 12px 0px; } }
    body.microsoft-dx .box03 .container .child-box ul li {
      background-image: url("../img/microsoft-dx/box03/arrow-bg.svg");
      background-size: 14px 14px;
      background-position: left top 1px;
      min-height: 15px;
      margin: 0px 0px 16px 0px;
      font-size: 14px;
      padding: 0px 0px 0px 24px; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box03 .container .child-box ul li {
          margin: 0px 0px 10px 0px; } }
      body.microsoft-dx .box03 .container .child-box ul li:last-child {
        margin: 0px 0px 0px 0px; }
body.microsoft-dx .box04 .top-box {
  margin: 0px 0px 40px 0px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box04 .top-box {
      margin: 0px 0px 20px 0px; } }
body.microsoft-dx .box04 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.microsoft-dx .box04 .container {
      gap: 12px;
      grid-template-columns: repeat(1, 1fr); } }
  body.microsoft-dx .box04 .container .child-box {
    background-color: #f6f6f6;
    padding: 32px 40px;
    border-radius: 5px; }
    @media only screen and (max-width: 959px) {
      body.microsoft-dx .box04 .container .child-box {
        padding: 20px 12px; } }
    body.microsoft-dx .box04 .container .child-box h4 {
      margin: 0px 0px 29px 0px;
      text-align: center;
      position: relative;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 959px) {
        body.microsoft-dx .box04 .container .child-box h4 {
          height: 80px;
          margin: 0px 0px 16px 0px; } }
      body.microsoft-dx .box04 .container .child-box h4 span {
        font-size: 24px;
        font-weight: 700;
        display: block;
        z-index: 10; }
        @media only screen and (max-width: 959px) {
          body.microsoft-dx .box04 .container .child-box h4 span {
            font-size: 20px; } }
      body.microsoft-dx .box04 .container .child-box h4 em {
        font-style: normal;
        font-size: 132px;
        color: #fcc1c1;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 0.65;
        z-index: 5; }
        @media only screen and (max-width: 959px) {
          body.microsoft-dx .box04 .container .child-box h4 em {
            font-size: 100px; } }
    body.microsoft-dx .box04 .container .child-box p {
      line-height: 1.6;
      margin: 0px 0px 0px 0px; }

body.work-design .special-ttl-header::after {
  background-image: url("../img/work-design/ttl-bg.png");
  background-size: 493px auto;
  width: 493px;
  height: 249px;
  bottom: -28px;
  right: 32px; }
  @media only screen and (max-width: 959px) {
    body.work-design .special-ttl-header::after {
      opacity: 1 !important;
      background-size: 250px auto;
      width: 250px;
      height: 126px;
      bottom: -14px; } }
body.work-design .box01 .top-box {
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.work-design .box01 .top-box {
      margin: 0px 0px 32px 0px; } }
body.work-design .box01 .container area {
  cursor: pointer; }
body.work-design .box01 .container .main-img {
  position: relative;
  max-width: 671px;
  margin: 0 auto; }
body.work-design .box01 .container .main-img img {
  display: block;
  width: 100%;
  height: auto; }
body.work-design .box01 .container .debug-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2; }
body.work-design .box01 .container .debug-overlay polygon {
  fill: rgba(255, 0, 0, 0);
  stroke: transparent;
  transition: fill 0.2s; }
body.work-design .box01 .container .debug-overlay polygon.is-active {
  fill: rgba(255, 255, 255, 0.35); }
body.work-design .box02 .map-img {
  text-align: center; }
  body.work-design .box02 .map-img img {
    width: 100%;
    max-width: 1017px;
    height: auto; }
body.work-design .box03 .top-box {
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.work-design .box03 .top-box {
      margin: 0px 0px 20px 0px; } }
body.work-design .box03 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.work-design .box03 .container {
      gap: 16px; } }
  body.work-design .box03 .container .child-box {
    width: calc((100% - 80px) / 3);
    background-color: #00597c;
    border-radius: 5px;
    padding: 24px 28px;
    color: #fff;
    background-position: right 28px center;
    background-size: auto 100px; }
    @media only screen and (max-width: 959px) {
      body.work-design .box03 .container .child-box {
        width: 100%;
        padding: 16px 16px;
        background-size: auto 80px; } }
    body.work-design .box03 .container .child-box.bg01 {
      background-image: url("../img/work-design/box03/01.svg"); }
    body.work-design .box03 .container .child-box.bg02 {
      background-image: url("../img/work-design/box03/02.svg"); }
    body.work-design .box03 .container .child-box.bg03 {
      background-image: url("../img/work-design/box03/03.svg"); }
    body.work-design .box03 .container .child-box.bg04 {
      background-image: url("../img/work-design/box03/04.svg"); }
    body.work-design .box03 .container .child-box.bg05 {
      background-image: url("../img/work-design/box03/05.svg"); }
    body.work-design .box03 .container .child-box em {
      display: inline-block;
      background-color: #fff;
      border-radius: 100px;
      font-style: normal;
      font-size: 14px;
      color: #00597c;
      padding: 5px 10px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box03 .container .child-box em {
          font-size: 12px; } }
    body.work-design .box03 .container .child-box strong {
      display: block;
      margin: 16px 0px 24px 0px;
      font-size: 24px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box03 .container .child-box strong {
          margin: 0px 0px 0px 0px;
          margin: 10px 0px 16px 0px;
          font-size: 20px; } }
body.work-design .box04 .top-box {
  margin: 0px 0px 40px 0px; }
  @media only screen and (max-width: 959px) {
    body.work-design .box04 .top-box {
      margin: 0px 0px 20px 0px; } }
body.work-design .box04 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.work-design .box04 .container {
      gap: 12px;
      grid-template-columns: repeat(1, 1fr); } }
  body.work-design .box04 .container .child-box {
    background-color: #f6f6f6;
    padding: 32px 40px;
    border-radius: 5px; }
    @media only screen and (max-width: 959px) {
      body.work-design .box04 .container .child-box {
        padding: 20px 12px; } }
    body.work-design .box04 .container .child-box h4 {
      margin: 0px 0px 29px 0px;
      text-align: center;
      position: relative;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 959px) {
        body.work-design .box04 .container .child-box h4 {
          height: 80px;
          margin: 0px 0px 16px 0px; } }
      body.work-design .box04 .container .child-box h4 span {
        font-size: 24px;
        font-weight: 700;
        display: block;
        z-index: 10; }
        @media only screen and (max-width: 959px) {
          body.work-design .box04 .container .child-box h4 span {
            font-size: 20px; } }
      body.work-design .box04 .container .child-box h4 em {
        font-style: normal;
        font-size: 132px;
        color: #fcc1c1;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 0.65;
        z-index: 5; }
        @media only screen and (max-width: 959px) {
          body.work-design .box04 .container .child-box h4 em {
            font-size: 100px; } }
    body.work-design .box04 .container .child-box p {
      line-height: 1.6;
      margin: 0px 0px 0px 0px; }
body.work-design .box05 .top-box {
  margin: 0px 0px 40px 0px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 959px) {
    body.work-design .box05 .top-box {
      margin: 0px 0px 20px 0px; } }
body.work-design .box05 .top-container {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #f2f2f2;
  margin: 0px 0px 40px 0px;
  position: relative; }
  @media only screen and (max-width: 959px) {
    body.work-design .box05 .top-container {
      margin: 0px 0px 20px 0px; } }
  body.work-design .box05 .top-container::after {
    content: "";
    position: absolute;
    z-index: 4;
    right: 20px;
    top: -111px;
    width: 225px;
    height: 111px;
    background-image: url("../img/work-design/box05/top-bg.png");
    background-size: 225px auto; }
  body.work-design .box05 .top-container .left {
    width: 50%;
    background-color: #f2f2f2;
    padding: 32px 40px;
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .top-container .left {
        width: 100%;
        padding: 20px 12px; } }
    body.work-design .box05 .top-container .left p {
      font-size: 16px;
      line-height: 1.8; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .top-container .left p {
          font-size: 14px;
          line-height: 1.6; } }
      body.work-design .box05 .top-container .left p a {
        color: #00597c; }
  body.work-design .box05 .top-container .right {
    width: 50%;
    padding: 32px 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 6; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .top-container .right {
        width: 100%;
        padding: 20px 12px; } }
    body.work-design .box05 .top-container .right .inner h3 {
      font-size: 24px;
      background: linear-gradient(transparent 60%, #ffadad 60%);
      padding: 0px 0px 4px 0px;
      margin: 0px 0px 40px 0px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .top-container .right .inner h3 {
          font-size: 18px;
          background: none;
          line-height: 1.4;
          margin: 0px 0px 20px 0px;
          padding: 0px 0px 0px 0px; } }
    body.work-design .box05 .top-container .right .inner ul li {
      font-size: 18px;
      line-height: 1.2;
      margin: 0px 0px 20px 0px;
      background-image: url("../img/work-design/box05/list-arrow01.svg");
      background-size: 16px auto;
      background-position: left top 3px;
      padding: 0px 0px 0px 26px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .top-container .right .inner ul li {
          font-size: 14px;
          background-position: left top 1px;
          min-height: 18px;
          padding: 0px 0px 0px 22px;
          margin: 0px 0px 14px 0px; } }
      body.work-design .box05 .top-container .right .inner ul li:last-child {
        margin: 0px 0px 0px 0px; }
body.work-design .box05 .bottom-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.work-design .box05 .bottom-container {
      margin: 0px 0px 20px 0px; } }
  body.work-design .box05 .bottom-container h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: 1px solid #949494;
    padding: 12px 4px 12px 4px;
    margin: 0px 0px 10px 0px; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .bottom-container h3 {
        font-size: 18px; } }
  body.work-design .box05 .bottom-container dl {
    border: 1px solid #949494; }
    body.work-design .box05 .bottom-container dl dt {
      border-bottom: 1px solid #949494;
      text-align: center;
      font-size: 18px;
      color: #fff;
      padding: 12px 4px 12px 4px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .bottom-container dl dt {
          padding: 8px 4px 8px 4px;
          font-size: 16px; } }
    body.work-design .box05 .bottom-container dl dd {
      padding: 20px 10px 120px 10px;
      position: relative; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .bottom-container dl dd {
          padding: 10px 10px 110px 10px; } }
      body.work-design .box05 .bottom-container dl dd p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0px 0px 0px 0px; }
      body.work-design .box05 .bottom-container dl dd figure {
        text-align: center;
        position: absolute;
        bottom: 20px;
        width: calc(100% - 20px); }
        @media only screen and (max-width: 959px) {
          body.work-design .box05 .bottom-container dl dd figure {
            bottom: 10px; } }
        body.work-design .box05 .bottom-container dl dd figure img {
          width: auto;
          height: 80px; }
  body.work-design .box05 .bottom-container .left {
    width: 19%; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .bottom-container .left {
        width: 100%;
        margin: 0px	0px 16px 0px; } }
    body.work-design .box05 .bottom-container .left h3 {
      background-color: #cc7272; }
    body.work-design .box05 .bottom-container .left dl dt {
      background-color: #cc7272; }
  body.work-design .box05 .bottom-container .center {
    width: 5%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .bottom-container .center {
        width: 100%;
        margin: 0px 0px 16px 0px; } }
    body.work-design .box05 .bottom-container .center figure {
      text-align: center; }
      body.work-design .box05 .bottom-container .center figure img {
        width: 60%;
        height: auto; }
        @media only screen and (max-width: 959px) {
          body.work-design .box05 .bottom-container .center figure img {
            transform: rotate(90deg);
            width: 30px; } }
  body.work-design .box05 .bottom-container .right {
    width: 76%; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .bottom-container .right {
        width: 100%; } }
    body.work-design .box05 .bottom-container .right h3 {
      background-color: #00597c; }
    body.work-design .box05 .bottom-container .right .inner {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .bottom-container .right .inner {
          gap: 8px; } }
      body.work-design .box05 .bottom-container .right .inner dl {
        width: calc((100% - 24px) / 4); }
        @media only screen and (max-width: 959px) {
          body.work-design .box05 .bottom-container .right .inner dl {
            width: 100%;
            margin: 0px 0px 0px 0px; } }
        body.work-design .box05 .bottom-container .right .inner dl dt {
          background-color: #00597c; }
body.work-design .box05 .office-btn {
  width: 100%;
  max-width: 720px;
  margin: 0px auto 0px auto; }
  body.work-design .box05 .office-btn a {
    display: block;
    border: 2px solid #f88387;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    body.work-design .box05 .office-btn a:hover {
      text-decoration: none;
      opacity: 0.8; }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .office-btn a {
        flex-wrap: wrap;
        padding: 10px 20px;
        border-radius: 0px; } }
    @media only screen and (max-width: 959px) {
      body.work-design .box05 .office-btn a .left-bg {
        width: 100%;
        text-align: center;
        margin: 0px 0px 10px 0px; } }
    body.work-design .box05 .office-btn a .left-bg img {
      width: 148px;
      height: auto; }
    body.work-design .box05 .office-btn a span {
      font-size: 24px;
      font-weight: 700;
      color: #f88387;
      padding: 0px 10px 0px 10px; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .office-btn a span {
          font-size: 16px;
          padding: 0px 0px 0px 0px; } }
    body.work-design .box05 .office-btn a .right-bg img {
      width: 38px;
      height: auto; }
      @media only screen and (max-width: 959px) {
        body.work-design .box05 .office-btn a .right-bg img {
          width: 20px; } }

body.solutions .base-section {
  padding-bottom: 0px !important; }
body.solutions .special-ttl-header::after {
  background-image: url("../img/solutions/ttl-bg.png");
  background-size: 467px auto;
  width: 467px;
  height: 299px;
  bottom: 0px;
  right: 32px;
  opacity: 0.47; }
  @media only screen and (max-width: 959px) {
    body.solutions .special-ttl-header::after {
      right: -64px; } }
body.solutions .ttl-header {
  padding: 0px 64px 24px 0px;
  margin: 0px 0px 64px 0px;
  border-bottom: 2px dotted #cccccc;
  background-image: url("../img/solutions/ttl-header-bg.svg");
  background-size: 47px auto;
  background-position: bottom right 20px; }
  @media only screen and (max-width: 959px) {
    body.solutions .ttl-header {
      background-image: none;
      padding: 0px 0px 16px 0px;
      margin: 0px 0px 24px 0px; } }
  body.solutions .ttl-header h2 {
    display: flex;
    /* ← 追加 */
    align-items: center;
    /* ← 縦中央 */
    gap: 22px;
    margin: 0px 0px 26px 0px; }
    @media only screen and (max-width: 959px) {
      body.solutions .ttl-header h2 {
        margin: 0px 0px 12px 0px;
        gap: 12px; } }
    body.solutions .ttl-header h2 span {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 0.05em;
      background: linear-gradient(to right, #00597c, #00a5af);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 959px) {
        body.solutions .ttl-header h2 span {
          font-size: 20px;
          line-height: 1.2;
          letter-spacing: 0.025em; } }
    body.solutions .ttl-header h2 figure {
      background-color: #f6f6f6;
      border-radius: 12px;
      width: 78px;
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 959px) {
        body.solutions .ttl-header h2 figure {
          width: 50px;
          height: 50px; } }
      body.solutions .ttl-header h2 figure img {
        width: 60%;
        height: auto; }
        @media only screen and (max-width: 959px) {
          body.solutions .ttl-header h2 figure img {
            width: 60%; } }
  body.solutions .ttl-header h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 24px; }
    @media only screen and (max-width: 959px) {
      body.solutions .ttl-header h3 {
        padding: 0px 0px 0px 0px;
        font-size: 14px; } }
body.solutions .footer-contact {
  padding-bottom: 96px !important; }
body.solutions .box01 {
  background-color: #f1f1f1;
  padding-bottom: 96px !important; }
  @media only screen and (max-width: 959px) {
    body.solutions .box01 {
      padding-bottom: 32px !important; } }
  body.solutions .box01 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
    gap: 12px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box01 ul {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px; } }
    body.solutions .box01 ul li a {
      display: block;
      height: 100%;
      background-color: #fff;
      border-radius: 8px;
      text-align: center;
      padding: 35px 0px 35px 0px;
      transition: 0.3s;
      border: 2px solid #fff; }
      @media only screen and (max-width: 959px) {
        body.solutions .box01 ul li a {
          padding: 16px 0px 16px 0px; } }
      body.solutions .box01 ul li a:hover {
        text-decoration: none;
        color: #00597c;
        border: 2px solid #00597c; }
        body.solutions .box01 ul li a:hover img {
          transform: scale(1.05); }
      body.solutions .box01 ul li a h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0px 0px 20px 0px; }
        @media only screen and (max-width: 959px) {
          body.solutions .box01 ul li a h3 {
            font-size: 14px;
            margin: 0px 0px 12px 0px; } }
      body.solutions .box01 ul li a figure img {
        width: 100%;
        max-width: 70px;
        height: auto;
        transition: 0.3s; }
      body.solutions .box01 ul li a.q01 img {
        max-width: 70px; }
      body.solutions .box01 ul li a.q02 img {
        max-width: 80px; }
      body.solutions .box01 ul li a.q03 img {
        max-width: 75px; }
      body.solutions .box01 ul li a.q04 {
        padding-top: 18px; }
        body.solutions .box01 ul li a.q04 img {
          max-width: 75px; }
      body.solutions .box01 ul li a.q05 img {
        max-width: 80px; }
      body.solutions .box01 ul li a.q08 img {
        max-width: 60px; }
      body.solutions .box01 ul li a.q09 img {
        max-width: 75px; }
body.solutions .box02 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box02 .container {
      gap: 16px; } }
  body.solutions .box02 .container .child-box {
    width: calc((100% - 80px) / 3);
    background-color: #00597c;
    border-radius: 5px;
    padding: 24px 28px;
    color: #fff;
    background-position: right 28px center;
    background-size: auto 100px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box02 .container .child-box {
        width: 100%;
        padding: 16px 16px;
        background-size: auto 80px; } }
    body.solutions .box02 .container .child-box.bg01 {
      background-image: url("../img/work-design/box03/01.svg"); }
    body.solutions .box02 .container .child-box.bg02 {
      background-image: url("../img/work-design/box03/02.svg"); }
    body.solutions .box02 .container .child-box.bg03 {
      background-image: url("../img/work-design/box03/03.svg"); }
    body.solutions .box02 .container .child-box.bg04 {
      background-image: url("../img/work-design/box03/04.svg"); }
    body.solutions .box02 .container .child-box.bg05 {
      background-image: url("../img/work-design/box03/05.svg"); }
    body.solutions .box02 .container .child-box em {
      display: inline-block;
      background-color: #fff;
      border-radius: 100px;
      font-style: normal;
      font-size: 14px;
      color: #00597c;
      padding: 5px 10px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box02 .container .child-box em {
          font-size: 12px; } }
    body.solutions .box02 .container .child-box strong {
      display: block;
      margin: 16px 0px 24px 0px;
      font-size: 24px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box02 .container .child-box strong {
          margin: 0px 0px 0px 0px;
          margin: 10px 0px 16px 0px;
          font-size: 20px; } }
body.solutions .box03 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box03 .container {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px; } }
  body.solutions .box03 .container .child-box figure {
    margin: 0px 0px 16px 0px; }
    body.solutions .box03 .container .child-box figure img {
      width: 100%;
      height: auto; }
  body.solutions .box03 .container .child-box strong {
    display: block;
    font-size: 16px;
    position: relative;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 12px 0px; }
    body.solutions .box03 .container .child-box strong::after {
      content: "";
      position: absolute;
      width: calc(100%);
      height: 2px;
      bottom: -1px;
      left: 0px;
      background: linear-gradient(90deg, #00597c, #00a5af); }
  body.solutions .box03 .container .child-box p {
    font-size: 14px;
    line-height: 1.6; }
body.solutions .box04 .container {
  background-color: #f9f9f9;
  border-radius: 32px;
  padding: 40px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box04 .container {
      padding: 12px 12px 12px 12px; } }
  body.solutions .box04 .container .top-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    margin: 0px 0px 64px 0px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box04 .container .top-container {
        margin: 0px 0px 32px 0px;
        grid-template-columns: repeat(1, 1fr); } }
  body.solutions .box04 .container .child-box {
    padding: 0px 24px 16px 24px;
    border-right: 2px solid #c6c6c6; }
    @media only screen and (max-width: 959px) {
      body.solutions .box04 .container .child-box {
        padding: 12px 12px 12px 12px;
        border-right: none;
        border-bottom: 1px solid #c6c6c6; } }
    body.solutions .box04 .container .child-box:nth-last-of-type(1) {
      border-right: none; }
      @media only screen and (max-width: 959px) {
        body.solutions .box04 .container .child-box:nth-last-of-type(1) {
          border-bottom: none; } }
    body.solutions .box04 .container .child-box strong {
      color: #00597c;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 90px;
      text-align: center; }
      @media only screen and (max-width: 959px) {
        body.solutions .box04 .container .child-box strong {
          min-height: inherit;
          margin: 0px 0px 8px 0px; } }
      body.solutions .box04 .container .child-box strong span {
        display: inline-block;
        font-size: 16px;
        line-height: 1.4; }
    body.solutions .box04 .container .child-box p {
      font-size: 14px;
      line-height: 1.6; }
  body.solutions .box04 .container .map-image {
    text-align: center; }
    body.solutions .box04 .container .map-image img {
      width: 100%;
      max-width: 1017px;
      height: auto; }
body.solutions .box05 .container {
  display: flex;
  flex-flow: row wrap; }
  body.solutions .box05 .container .left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.solutions .box05 .container .left {
        width: 100%; } }
    body.solutions .box05 .container .left figure {
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 959px) {
        body.solutions .box05 .container .left figure {
          width: 80%;
          margin: 0px 0px 24px 0px; } }
      body.solutions .box05 .container .left figure img {
        width: 100%;
        max-width: 432px;
        height: auto; }
  body.solutions .box05 .container .right {
    width: 50%;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.solutions .box05 .container .right {
        width: 100%; } }
    body.solutions .box05 .container .right .inner h4 {
      font-size: 18px;
      border-bottom: 1px solid #00597c;
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box05 .container .right .inner h4 {
          font-size: 16px;
          margin: 0px 0px 12px 0px;
          padding: 0px 0px 12px 0px; } }
    body.solutions .box05 .container .right .inner p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0px 0px 32px 0px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box05 .container .right .inner p {
          margin: 0px 0px 24px 0px;
          line-height: 1.4; } }
      body.solutions .box05 .container .right .inner p:nth-last-of-type(1) {
        margin: 0px 0px 0px 0px; }
body.solutions .box06 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box06 .container {
      gap: 16px; } }
  body.solutions .box06 .container .child-box {
    width: calc((100% - 80px) / 3); }
    @media only screen and (max-width: 959px) {
      body.solutions .box06 .container .child-box {
        width: 100%; } }
    body.solutions .box06 .container .child-box span {
      display: block;
      width: 90px;
      font-size: 12px;
      text-align: center;
      background-color: #00597c;
      color: #fff;
      font-weight: 700;
      padding: 3px 0px 7px 0px; }
      body.solutions .box06 .container .child-box span em {
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        padding: 0px 5px 0px 5px; }
    body.solutions .box06 .container .child-box h4 {
      text-align: center;
      background-color: #f1f1f1;
      font-weight: 400;
      font-size: 22px;
      padding: 22px 0px 22px 0px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box06 .container .child-box h4 {
          font-size: 18px;
          padding: 12px 0px 12px 0px; } }
    body.solutions .box06 .container .child-box figure {
      margin: 0px 0px 20px 0px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box06 .container .child-box figure {
          margin: 0px 0px 12px 0px; } }
      body.solutions .box06 .container .child-box figure img {
        width: 100%;
        height: auto; }
    body.solutions .box06 .container .child-box p {
      font-size: 14px;
      line-height: 1.6; }
      @media only screen and (max-width: 959px) {
        body.solutions .box06 .container .child-box p {
          line-height: 1.4; } }
body.solutions .box06 .office-btn {
  width: 100%;
  max-width: 720px;
  margin: 0px auto 0px auto; }
  body.solutions .box06 .office-btn a {
    display: block;
    border: 2px solid #f88387;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    body.solutions .box06 .office-btn a:hover {
      text-decoration: none;
      opacity: 0.8; }
    @media only screen and (max-width: 959px) {
      body.solutions .box06 .office-btn a {
        flex-wrap: wrap;
        padding: 10px 20px;
        border-radius: 0px; } }
    @media only screen and (max-width: 959px) {
      body.solutions .box06 .office-btn a .left-bg {
        width: 100%;
        text-align: center;
        margin: 0px 0px 10px 0px; } }
    body.solutions .box06 .office-btn a .left-bg img {
      width: 148px;
      height: auto; }
    body.solutions .box06 .office-btn a span {
      font-size: 24px;
      font-weight: 700;
      color: #f88387;
      padding: 0px 10px 0px 10px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box06 .office-btn a span {
          font-size: 16px;
          padding: 0px 0px 0px 0px; } }
    body.solutions .box06 .office-btn a .right-bg img {
      width: 38px;
      height: auto; }
      @media only screen and (max-width: 959px) {
        body.solutions .box06 .office-btn a .right-bg img {
          width: 20px; } }
body.solutions .box07 .container {
  display: flex;
  flex-flow: row wrap; }
  body.solutions .box07 .container .left {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.solutions .box07 .container .left {
        width: 100%;
        margin: 0px 0px 12px 0px; } }
    body.solutions .box07 .container .left figure {
      text-align: center;
      width: 100%; }
      body.solutions .box07 .container .left figure img {
        width: 100%;
        height: auto; }
  body.solutions .box07 .container .right {
    width: 60%;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 64px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box07 .container .right {
        width: 100%;
        padding: 0px 0px 0px 0px; } }
    body.solutions .box07 .container .right .inner ol {
      list-style-position: inside;
      margin: 0px 0px 12px 0px; }
      body.solutions .box07 .container .right .inner ol li {
        font-size: 18px;
        padding-left: 1em;
        text-indent: -1em;
        margin: 0px 0px 10px 0px;
        line-height: 1.4; }
        body.solutions .box07 .container .right .inner ol li:last-child {
          margin: 0px 0px 0px 0px; }
        @media only screen and (max-width: 959px) {
          body.solutions .box07 .container .right .inner ol li {
            font-size: 14px; } }
body.solutions .box08 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box08 .container {
      gap: 24px; } }
  body.solutions .box08 .container .child-box {
    width: calc((100% - 80px) / 3);
    position: relative;
    border: 3px solid #00597c;
    border-radius: 12px;
    padding: 64px 24px 130px 24px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box08 .container .child-box {
        width: 100%;
        padding: 32px 12px 110px 12px; } }
    body.solutions .box08 .container .child-box span {
      position: absolute;
      display: block;
      background-color: #00597c;
      width: 84px;
      height: 84px;
      line-height: 84px;
      text-align: center;
      color: #fff;
      top: -42px;
      left: calc(50% - 42px);
      font-size: 36px;
      font-weight: 700;
      border-radius: 100px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box08 .container .child-box span {
          width: 40px;
          height: 40px;
          line-height: 40px;
          top: -20px;
          left: calc(50% - 20px);
          font-size: 20px; } }
    body.solutions .box08 .container .child-box h4 {
      text-align: center;
      font-weight: 700;
      margin: 0px 0px 24px 0px;
      line-height: 1.4; }
      @media only screen and (max-width: 959px) {
        body.solutions .box08 .container .child-box h4 {
          margin: 0px 0px 16px 0px; } }
    body.solutions .box08 .container .child-box p {
      font-size: 14px;
      line-height: 1.4; }
    body.solutions .box08 .container .child-box figure {
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 24px;
      width: 100%; }
      @media only screen and (max-width: 959px) {
        body.solutions .box08 .container .child-box figure {
          bottom: 16px; } }
      body.solutions .box08 .container .child-box figure img {
        height: auto; }
        body.solutions .box08 .container .child-box figure img.ico01 {
          width: 72px; }
        body.solutions .box08 .container .child-box figure img.ico02 {
          width: 66px; }
        body.solutions .box08 .container .child-box figure img.ico03 {
          width: 111px; }
body.solutions .box09 .container figure {
  text-align: center; }
  body.solutions .box09 .container figure img {
    width: 100%;
    max-width: 1074px;
    height: auto; }
body.solutions .box10 .container .top-box {
  position: relative;
  border-radius: 12px;
  border: 1px solid #00597c;
  padding: 40px 40px;
  margin: 0px 0px 40px 0px; }
  body.solutions .box10 .container .top-box h3 {
    font-size: 18px;
    font-weight: 700;
    display: block;
    background-color: #fff;
    position: absolute;
    text-align: center;
    width: 250px;
    top: -12px;
    left: calc(50% - 125px); }
  body.solutions .box10 .container .top-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box10 .container .top-box ul {
        gap: 16px; } }
    body.solutions .box10 .container .top-box ul li {
      width: calc((100% - 80px) / 4);
      width: 242px;
      padding: 12px 0px 12px 0px;
      text-align: center;
      background-color: #f1f1f1;
      border-radius: 100px; }
body.solutions .box10 .container .bottom-box h3 {
  color: #00597c;
  font-size: 30px;
  margin: 0px 0px 24px 0px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box10 .container .bottom-box h3 {
      font-size: 20px;
      margin: 0px 0px 16px 0px; } }
body.solutions .box10 .container .bottom-box .sub-text {
  margin: 0px 0px 24px 0px;
  line-height: 1.6; }
  @media only screen and (max-width: 959px) {
    body.solutions .box10 .container .bottom-box .sub-text {
      margin: 0px 0px 16px 0px; } }
body.solutions .box10 .container .bottom-box .security-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box10 .container .bottom-box .security-list {
      gap: 16px; } }
  body.solutions .box10 .container .bottom-box .security-list .child-box {
    width: calc((100% - 40px) / 2);
    padding: 24px 24px;
    background-color: #f1f1f1;
    border-radius: 12px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box10 .container .bottom-box .security-list .child-box {
        width: 100%;
        padding: 16px 12px; } }
    body.solutions .box10 .container .bottom-box .security-list .child-box h4 {
      color: #00597c;
      font-weight: 700;
      font-size: 20px;
      padding: 0px 0px 20px 0px;
      margin: 0px 0px 20px 0px;
      border-bottom: 1px solid #cccccc; }
      @media only screen and (max-width: 959px) {
        body.solutions .box10 .container .bottom-box .security-list .child-box h4 {
          font-size: 16px;
          padding: 0px 0px 12px 0px;
          margin: 0px 0px 12px 0px; } }
    body.solutions .box10 .container .bottom-box .security-list .child-box strong {
      display: block;
      margin: 0px 0px 16px 0px; }
    body.solutions .box10 .container .bottom-box .security-list .child-box ul {
      font-size: 14px; }
      body.solutions .box10 .container .bottom-box .security-list .child-box ul li {
        display: block;
        background-image: url("../img/solutions/box10/check.svg");
        background-size: 15px auto;
        background-position: left top;
        min-height: 15px;
        margin: 0px 0px 12px 0px;
        padding: 0px 0px 0px 24px; }
        body.solutions .box10 .container .bottom-box .security-list .child-box ul li:last-child {
          margin: 0px 0px 0px 0px; }
body.solutions .box11 .container {
  display: flex;
  flex-flow: row wrap; }
  body.solutions .box11 .container .left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.solutions .box11 .container .left {
        width: 100%;
        margin: 0px 0px 20px 0px; } }
    body.solutions .box11 .container .left .inner {
      width: 100%;
      max-width: 380px;
      background-color: #f1f1f1;
      padding: 36px 24px;
      border-radius: 12px; }
      body.solutions .box11 .container .left .inner h4 {
        font-size: 24px;
        text-align: center;
        padding: 0px 0px 24px 0px;
        border-bottom: 2px solid #00597c;
        margin: 0px 0px 24px 0px; }
      body.solutions .box11 .container .left .inner ol {
        list-style-position: inside; }
        body.solutions .box11 .container .left .inner ol li {
          margin: 0px 0px 12px 0px;
          padding-left: 1em;
          text-indent: -1em;
          line-height: 1.2; }
          body.solutions .box11 .container .left .inner ol li:last-child {
            margin: 0px 0px 0px 0px; }
  body.solutions .box11 .container .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 959px) {
      body.solutions .box11 .container .right {
        width: 100%; } }
    body.solutions .box11 .container .right figure img {
      width: 100%;
      max-width: 580px; }
body.solutions .box12 .container .top-box {
  margin: 0px 0px 32px 0px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box12 .container .top-box {
      margin: 0px 0px 20px 0px; } }
  body.solutions .box12 .container .top-box h3 {
    color: #00597c;
    font-size: 30px;
    margin: 0px 0px 24px 0px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box12 .container .top-box h3 {
        font-size: 20px;
        margin: 0px 0px 16px 0px; } }
  body.solutions .box12 .container .top-box strong {
    display: block;
    font-size: 18px; }
    @media only screen and (max-width: 959px) {
      body.solutions .box12 .container .top-box strong {
        font-size: 16px; } }
body.solutions .box12 .container .step-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  @media only screen and (max-width: 959px) {
    body.solutions .box12 .container .step-container {
      gap: 16px; } }
  body.solutions .box12 .container .step-container .child-box {
    width: calc((100% - 80px) / 3); }
    @media only screen and (max-width: 959px) {
      body.solutions .box12 .container .step-container .child-box {
        width: 100%; } }
    body.solutions .box12 .container .step-container .child-box h4 {
      font-size: 18px;
      color: #00597c;
      border-bottom: 1px solid #00597c;
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px; }
      @media only screen and (max-width: 959px) {
        body.solutions .box12 .container .step-container .child-box h4 {
          font-size: 16px;
          margin: 0px 0px 12px 0px;
          padding: 0px 0px 12px 0px; } }
    body.solutions .box12 .container .step-container .child-box strong {
      display: block;
      margin: 0px 0px 12px 0px; }
    body.solutions .box12 .container .step-container .child-box p {
      font-size: 14px;
      line-height: 1.6; }
    body.solutions .box12 .container .step-container .child-box figure {
      text-align: center; }
      body.solutions .box12 .container .step-container .child-box figure img {
        width: 80%;
        height: auto; }
body.solutions .box13 .container figure {
  text-align: center; }
  body.solutions .box13 .container figure img {
    width: 100%;
    max-width: 946px;
    height: auto; }

body.case .case-main .base-ttl {
  text-align: left; }
body.case .case-main .case-ttl {
  font-size: 30px;
  font-weight: 400;
  color: #00597c;
  display: block;
  margin: 0px 0px 40px 0px; }
  @media only screen and (max-width: 959px) {
    body.case .case-main .case-ttl {
      font-size: 18px;
      margin: 0px 0px 12px 0px;
      line-height: 1.4; } }
body.case .case-main .case-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 64px 0px;
  padding: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.case .case-main .case-header {
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px; } }
  body.case .case-main .case-header figure {
    width: 50%; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .case-header figure {
        width: 100%;
        margin: 0px 0px 12px 0px; } }
    body.case .case-main .case-header figure img {
      width: 100%;
      height: auto;
      border-radius: 12px; }
  body.case .case-main .case-header .right-text {
    width: 50%;
    padding: 0px 0px 0px 32px; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .case-header .right-text {
        width: 100%;
        padding: 0px 0px 0px 0px; } }
    body.case .case-main .case-header .right-text h2 {
      font-size: 36px;
      line-height: 1.4;
      font-weight: 700;
      border-bottom: 1px solid #ccc;
      margin: 0px 0px 24px 0px;
      padding: 0px 0px 24px 0px; }
      @media only screen and (max-width: 959px) {
        body.case .case-main .case-header .right-text h2 {
          font-size: 20px;
          margin: 0px 0px 16px 0px;
          padding: 0px 0px 16px 0px; } }
    body.case .case-main .case-header .right-text p {
      line-height: 1.8; }
body.case .case-main .after-results {
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.case .case-main .after-results {
      margin: 0px 0px 32px 0px; } }
  body.case .case-main .after-results h2 {
    margin: 0px 0px 32px 0px; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .after-results h2 {
        margin: 0px 0px 16px 0px; } }
  body.case .case-main .after-results .results-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    position: relative; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .after-results .results-container {
        gap: 20px; } }
    body.case .case-main .after-results .results-container::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 100%;
      left: calc(50% - 30px);
      top: 0;
      background-image: url("../img/case/arrow-after.svg");
      background-size: 36px auto;
      background-position: center center; }
      @media only screen and (max-width: 959px) {
        body.case .case-main .after-results .results-container::after {
          display: none; } }
    body.case .case-main .after-results .results-container .child-box {
      width: calc((100% - 60px) / 2);
      border-radius: 12px;
      padding: 32px 32px; }
      @media only screen and (max-width: 959px) {
        body.case .case-main .after-results .results-container .child-box {
          width: 100%;
          padding: 16px 12px; } }
      body.case .case-main .after-results .results-container .child-box h3 {
        display: block;
        font-size: 18px;
        margin: 0px 0px 16px 0px; }
      body.case .case-main .after-results .results-container .child-box p {
        line-height: 1.8; }
    body.case .case-main .after-results .results-container .left {
      background-color: #ffdede; }
      body.case .case-main .after-results .results-container .left h3 {
        color: #ad2c2c; }
    body.case .case-main .after-results .results-container .right {
      background-color: #def2ff; }
      body.case .case-main .after-results .results-container .right h3 {
        color: #00597c; }
body.case .case-main .blog-main-block {
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.case .case-main .blog-main-block {
      margin: 0px 0px 32px 0px; } }
  body.case .case-main .blog-main-block h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 40px 0px 24px 0px;
    letter-spacing: 0.05em;
    background: linear-gradient(to right, #00597c, #00a5af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .blog-main-block h2 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.025em;
        margin: 24px 0px 16px 0px; } }
  body.case .case-main .blog-main-block p {
    line-height: 1.6;
    margin: 0px 0px 24px 0px; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .blog-main-block p {
        margin: 0px 0px 16px 0px; } }
body.case .case-main .cta-contact {
  width: 100%;
  max-width: 840px;
  margin: 0px auto 0px auto; }
  body.case .case-main .cta-contact a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #23acb0;
    border-radius: 12px;
    padding: 32px 32px; }
    @media only screen and (max-width: 959px) {
      body.case .case-main .cta-contact a {
        padding: 16px 16px; } }
    body.case .case-main .cta-contact a:hover {
      text-decoration: none;
      opacity: 0.8; }
    body.case .case-main .cta-contact a .left {
      width: 30%; }
      @media only screen and (max-width: 959px) {
        body.case .case-main .cta-contact a .left {
          display: none; } }
      body.case .case-main .cta-contact a .left figure img {
        width: 100%;
        height: auto; }
    body.case .case-main .cta-contact a .right {
      width: 70%;
      padding: 0px 0px 0px 24px; }
      @media only screen and (max-width: 959px) {
        body.case .case-main .cta-contact a .right {
          width: 100%;
          padding: 0px 0px 0px 0px; } }
      body.case .case-main .cta-contact a .right .inner {
        text-align: center; }
        body.case .case-main .cta-contact a .right .inner strong {
          display: block;
          font-size: 24px;
          color: #23acb0;
          margin: 0px 0px 24px 0px;
          text-align: left; }
          @media only screen and (max-width: 959px) {
            body.case .case-main .cta-contact a .right .inner strong {
              font-size: 18px;
              text-align: center;
              line-height: 1.2;
              margin: 0px 0px 16px 0px; } }
        body.case .case-main .cta-contact a .right .inner p {
          font-weight: 700;
          margin: 0px 0px 24px 0px;
          line-height: 1.4;
          text-align: left; }
          @media only screen and (max-width: 959px) {
            body.case .case-main .cta-contact a .right .inner p {
              margin: 0px 0px 16px 0px; } }
        body.case .case-main .cta-contact a .right .inner span {
          display: inline-block;
          color: #fff;
          background-color: #23acb0;
          font-size: 18px;
          border-radius: 100px;
          padding: 16px 24px;
          font-weight: 700; }
          @media only screen and (max-width: 959px) {
            body.case .case-main .cta-contact a .right .inner span {
              font-size: 16px; } }
body.case .other-cases {
  background-color: #f1f1f1; }
  body.case .other-cases .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; }
    @media only screen and (max-width: 959px) {
      body.case .other-cases .container {
        gap: 16px; } }
    body.case .other-cases .container .child-box {
      width: calc((100% - 80px) / 3); }
      @media only screen and (max-width: 959px) {
        body.case .other-cases .container .child-box {
          width: 100%; } }
      body.case .other-cases .container .child-box a {
        display: block; }
        body.case .other-cases .container .child-box a:hover {
          text-decoration: none;
          color: #00597c; }
          body.case .other-cases .container .child-box a:hover figure img {
            transform: scale(1.1); }
      body.case .other-cases .container .child-box figure {
        margin: 0px 0px 24px 0px;
        overflow: hidden;
        border-radius: 12px; }
        @media only screen and (max-width: 959px) {
          body.case .other-cases .container .child-box figure {
            margin: 0px 0px 8px 0px; } }
        body.case .other-cases .container .child-box figure img {
          width: 100%;
          height: auto;
          border-radius: 12px;
          transition: 0.3s; }
      body.case .other-cases .container .child-box strong {
        display: block;
        font-size: 18px;
        line-height: 1.4;
        margin: 0px 0px 10px 0px; }
        @media only screen and (max-width: 959px) {
          body.case .other-cases .container .child-box strong {
            font-size: 16px;
            margin: 0px 0px 4px 0px; } }
      body.case .other-cases .container .child-box p {
        font-size: 14px;
        line-height: 1.4; }

body.case-archive .case-archive-main .child-box {
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 32px 0px;
  padding: 0px 0px 32px 0px; }
  body.case-archive .case-archive-main .child-box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px; }
    body.case-archive .case-archive-main .child-box a:hover {
      text-decoration: none;
      opacity: 0.8; }
      body.case-archive .case-archive-main .child-box a:hover figure img {
        transform: scale(1.1); }
  @media only screen and (max-width: 959px) {
    body.case-archive .case-archive-main .child-box {
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px; } }
  body.case-archive .case-archive-main .child-box figure {
    width: 30%;
    border-radius: 12px;
    overflow: hidden; }
    @media only screen and (max-width: 959px) {
      body.case-archive .case-archive-main .child-box figure {
        width: 100%;
        margin: 0px 0px 12px 0px; } }
    body.case-archive .case-archive-main .child-box figure img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      transition: 0.4s; }
  body.case-archive .case-archive-main .child-box .right-text {
    width: 70%;
    padding: 0px 0px 0px 32px; }
    @media only screen and (max-width: 959px) {
      body.case-archive .case-archive-main .child-box .right-text {
        width: 100%;
        padding: 0px 0px 0px 0px; } }
    body.case-archive .case-archive-main .child-box .right-text em {
      font-style: normal;
      font-size: 16px;
      font-weight: 700;
      color: #00597c;
      display: block;
      margin: 0px 0px 16px 0px; }
    body.case-archive .case-archive-main .child-box .right-text h2 {
      font-size: 24px;
      line-height: 1.4;
      font-weight: 700;
      margin: 0px 0px 24px 0px; }
      @media only screen and (max-width: 959px) {
        body.case-archive .case-archive-main .child-box .right-text h2 {
          font-size: 20px;
          margin: 0px 0px 16px 0px; } }
    body.case-archive .case-archive-main .child-box .right-text p {
      line-height: 1.4; }

body.blog-archive .blog-archive-container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px;
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.blog-archive .blog-archive-container {
      gap: 24px 12px; } }
  body.blog-archive .blog-archive-container .child-box {
    width: calc((100% - 64px) / 3); }
    @media only screen and (max-width: 959px) {
      body.blog-archive .blog-archive-container .child-box {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0px 0px 24px 0px; } }
    body.blog-archive .blog-archive-container .child-box a {
      display: block; }
      body.blog-archive .blog-archive-container .child-box a:hover {
        text-decoration: none; }
        body.blog-archive .blog-archive-container .child-box a:hover h3 {
          color: #00597c; }
        body.blog-archive .blog-archive-container .child-box a:hover figure img {
          transform: scale(1.1); }
      body.blog-archive .blog-archive-container .child-box a figure {
        border-radius: 5px;
        margin: 0px 0px 16px 0px;
        overflow: hidden; }
        body.blog-archive .blog-archive-container .child-box a figure img {
          vertical-align: bottom;
          border-radius: 5px;
          width: 100%;
          height: auto;
          transition: 0.4s; }
      body.blog-archive .blog-archive-container .child-box a em {
        display: block;
        font-style: normal;
        text-align: right;
        font-size: 12px;
        color: #999;
        margin: 0px 0px 12px 0px; }
      body.blog-archive .blog-archive-container .child-box a h3 {
        font-size: 18px;
        line-height: 1.4; }
        @media only screen and (max-width: 959px) {
          body.blog-archive .blog-archive-container .child-box a h3 {
            font-size: 14px; } }

body.blog .other-blog {
  background-color: #f1f1f1; }
  body.blog .other-blog .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; }
    @media only screen and (max-width: 959px) {
      body.blog .other-blog .container {
        gap: 16px; } }
    body.blog .other-blog .container .child-box {
      width: calc((100% - 80px) / 3); }
      @media only screen and (max-width: 959px) {
        body.blog .other-blog .container .child-box {
          width: 100%; } }
      body.blog .other-blog .container .child-box a {
        display: block; }
        body.blog .other-blog .container .child-box a:hover {
          text-decoration: none;
          color: #00597c; }
          body.blog .other-blog .container .child-box a:hover figure img {
            transform: scale(1.1); }
      body.blog .other-blog .container .child-box figure {
        margin: 0px 0px 24px 0px;
        overflow: hidden;
        border-radius: 12px; }
        @media only screen and (max-width: 959px) {
          body.blog .other-blog .container .child-box figure {
            margin: 0px 0px 8px 0px; } }
        body.blog .other-blog .container .child-box figure img {
          width: 100%;
          height: auto;
          border-radius: 12px;
          transition: 0.3s; }
      body.blog .other-blog .container .child-box strong {
        display: block;
        font-size: 18px;
        line-height: 1.4;
        margin: 0px 0px 10px 0px; }
        @media only screen and (max-width: 959px) {
          body.blog .other-blog .container .child-box strong {
            font-size: 16px;
            margin: 0px 0px 4px 0px; } }
      body.blog .other-blog .container .child-box p {
        font-size: 14px;
        line-height: 1.4; }

body.resources-archive .resources-archive-container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px;
  margin: 0px 0px 64px 0px; }
  @media only screen and (max-width: 959px) {
    body.resources-archive .resources-archive-container {
      gap: 24px 12px; } }
  body.resources-archive .resources-archive-container .child-box {
    width: calc((100% - 64px) / 3); }
    @media only screen and (max-width: 959px) {
      body.resources-archive .resources-archive-container .child-box {
        width: 100%; } }
    body.resources-archive .resources-archive-container .child-box a {
      display: block;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 20px;
      transition: 0.4s; }
      body.resources-archive .resources-archive-container .child-box a:hover {
        text-decoration: none;
        border: 1px solid #00597c; }
        body.resources-archive .resources-archive-container .child-box a:hover h3 {
          color: #00597c; }
        body.resources-archive .resources-archive-container .child-box a:hover figure img {
          transform: scale(1.1); }
      body.resources-archive .resources-archive-container .child-box a figure {
        border-radius: 5px;
        margin: 0px 0px 16px 0px;
        overflow: hidden; }
        body.resources-archive .resources-archive-container .child-box a figure img {
          vertical-align: bottom;
          border-radius: 5px;
          width: 100%;
          height: auto;
          transition: 0.4s; }
      body.resources-archive .resources-archive-container .child-box a h3 {
        font-size: 18px;
        line-height: 1.4;
        margin: 0px 0px 8px 0px; }
        @media only screen and (max-width: 959px) {
          body.resources-archive .resources-archive-container .child-box a h3 {
            font-size: 16px; } }
      body.resources-archive .resources-archive-container .child-box a p {
        display: block;
        font-size: 14px;
        line-height: 1.4; }

body.contact-base .contact-main .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 64px; }
  body.contact-base .contact-main .container .left,
  body.contact-base .contact-main .container .right {
    width: calc((100% - 64px) / 2); }
    @media only screen and (max-width: 959px) {
      body.contact-base .contact-main .container .left,
      body.contact-base .contact-main .container .right {
        width: 100%; } }
  body.contact-base .contact-main .container .edit-text-area h2 {
    margin-top: 0px !important; }
  body.contact-base .contact-main .container .edit-text-area a {
    color: #00597c !important;
    text-decoration: underline !important; }

.base-form-style .form-item {
  margin-bottom: 24px;
  /* Chrome系のカレンダーアイコン調整 */ }
  .base-form-style .form-item p {
    margin: 0; }
  .base-form-style .form-item label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #161616; }
  .base-form-style .form-item .required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #00597c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: middle; }
  .base-form-style .form-item .wpcf7-form-control-wrap {
    display: block; }
  .base-form-style .form-item input[type="text"],
  .base-form-style .form-item input[type="email"],
  .base-form-style .form-item input[type="tel"],
  .base-form-style .form-item textarea,
  .base-form-style .form-item select {
    width: 100%;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    color: #161616;
    transition: border-color 0.2s, box-shadow 0.2s; }
    .base-form-style .form-item input[type="text"]:focus,
    .base-form-style .form-item input[type="email"]:focus,
    .base-form-style .form-item input[type="tel"]:focus,
    .base-form-style .form-item textarea:focus,
    .base-form-style .form-item select:focus {
      outline: none;
      border-color: #00597c;
      box-shadow: 0 0 0 3px rgba(0, 89, 124, 0.12); }
  .base-form-style .form-item input[type="text"],
  .base-form-style .form-item input[type="email"],
  .base-form-style .form-item input[type="tel"],
  .base-form-style .form-item textarea {
    padding: 16px 18px; }
    .base-form-style .form-item input[type="text"]::placeholder,
    .base-form-style .form-item input[type="email"]::placeholder,
    .base-form-style .form-item input[type="tel"]::placeholder,
    .base-form-style .form-item textarea::placeholder {
      color: #999; }
  .base-form-style .form-item textarea {
    min-height: 200px;
    resize: vertical; }
  .base-form-style .form-item select {
    padding: 16px 44px 16px 18px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px; }
  .base-form-style .form-item input[type="date"] {
    width: 100%;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #161616;
    transition: border-color 0.2s, box-shadow 0.2s;
    cursor: pointer; }
    .base-form-style .form-item input[type="date"]:focus {
      outline: none;
      border-color: #00597c;
      box-shadow: 0 0 0 3px rgba(0, 89, 124, 0.12); }
  .base-form-style .form-item input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1; }
.base-form-style .form-check {
  margin-top: 8px;
  margin-bottom: 8px; }
  .base-form-style .form-check p {
    margin: 0; }
  .base-form-style .form-check label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500; }
  .base-form-style .form-check .wpcf7-acceptance {
    display: block; }
  .base-form-style .form-check .wpcf7-list-item {
    display: block;
    margin: 0; }
  .base-form-style .form-check .wpcf7-list-item > label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    line-height: 1.7; }
  .base-form-style .form-check input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #00597c;
    cursor: pointer; }
  .base-form-style .form-check .wpcf7-list-item-label {
    display: inline-block;
    color: #161616; }
.base-form-style .form-submit {
  margin-top: 8px; }
  .base-form-style .form-submit p {
    margin: 0; }
  .base-form-style .form-submit .wpcf7-submit {
    appearance: none;
    border: none;
    border-radius: 999px;
    background: #00597c;
    color: #fff;
    min-width: 240px;
    height: 56px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s; }
    .base-form-style .form-submit .wpcf7-submit:hover {
      opacity: 0.9; }
    .base-form-style .form-submit .wpcf7-submit:active {
      transform: translateY(1px); }
    .base-form-style .form-submit .wpcf7-submit:disabled {
      opacity: 0.45;
      cursor: not-allowed; }
  .base-form-style .form-submit .wpcf7-spinner {
    display: block;
    margin: 12px auto 0; }
.base-form-style .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #d90000;
  line-height: 1.6; }
.base-form-style .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7; }
@media only screen and (max-width: 959px) {
  .base-form-style {
    margin-top: 0px; }
    .base-form-style .form-item {
      margin-bottom: 20px; }
      .base-form-style .form-item label {
        margin-bottom: 8px;
        font-size: 14px; }
      .base-form-style .form-item .required {
        margin-left: 6px;
        padding: 2px 7px;
        font-size: 10px; }
      .base-form-style .form-item input[type="text"],
      .base-form-style .form-item input[type="email"],
      .base-form-style .form-item input[type="tel"],
      .base-form-style .form-item textarea {
        padding: 14px 14px;
        font-size: 16px;
        border-radius: 8px; }
      .base-form-style .form-item select {
        padding: 14px 40px 14px 14px;
        font-size: 16px;
        border-radius: 8px;
        background-position: right 12px center; }
      .base-form-style .form-item input[type="date"] {
        padding: 14px 14px;
        font-size: 16px;
        border-radius: 8px; }
    .base-form-style .form-check {
      margin-bottom: 8px; }
      .base-form-style .form-check label {
        font-size: 14px; }
      .base-form-style .form-check .wpcf7-list-item > label {
        gap: 8px; }
      .base-form-style .form-check input[type="checkbox"] {
        width: 16px;
        height: 16px; }
    .base-form-style .form-submit .wpcf7-submit {
      width: 100%;
      min-width: 0;
      height: 52px;
      font-size: 15px; }
    .base-form-style .wpcf7-response-output {
      font-size: 13px; } }
