﻿@charset "UTF-8";

/* ########## 株式会社十勝情報システム  ########## */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2025 株式会社十勝情報システム 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


/* ############## 共通 ############## */

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Meiryo", "Helvetica Neue", "Arial", "verdana", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #414141;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.35px;
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #414141;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.35px;
}

p,
li,
td,
th,
dd,
dt {
  /*   line-height: 2;*/
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-align: initial;
}

#article ul li {
  list-style: initial !important;
}

#article ol li {
  list-style-type: decimal !important;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

.h2-common2 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
}

.h2-common {
  position: relative;
  z-index: 2;
  font-size: 37px;
  line-height: 1.35;
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
  color: #215ebd;
  border-bottom: 7px solid #215ebd;
}

.h2-common.skyblue {
  font-size: 38px;
  color: #00b3d8;
  border-bottom: 5px solid #00b3d8;
}

.h2-common.white {
  font-size: 38px;
  color: #ffffff;
  border-bottom: 5px solid #ffffff;
}

.h2-top-en {
  position: absolute;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 1px #a9e5f2;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 136px;
  letter-spacing: -2px;
  line-height: 1.15;
  top: -60px;
  right: 0;
  margin: auto;
  width: fit-content;
}

.h2-top-en.blue-en {
  -webkit-text-stroke: 1px #b5c9e9;
}

.h2-underlayer-en {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, 0.175);
  font-family: "Oswald";
  font-weight: 500;
  font-size: 136px;
  letter-spacing: -2px;
  line-height: 1.15;
  top: -55px;
  left: -7.5px;
  margin: auto;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
}

.h2-underlayer-en.link-en {
  text-align: center;
  left: 0;
  right: 0;
}

.h2-main {
  font-size: clamp(80px, calc(100vw / 1260 * 100), 100px);
  line-height: 1;
  font-weight: 500;
  display: block;
  color: #215ebd;
}

.h2-main.white {
  font-weight: 400;
}

.h3-common {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.h2-hr {
  border: none;
  border-top: 1px solid #414141;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-hr {
  border: none;
  border-top: 1px solid #414141;
  margin-top: 80px;
  margin-bottom: 80px;
}

.blogtext img,
.blogtext video,
.blogtext iframe {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.blogtext a {
  border-bottom: 1px solid #414141;
}

.blogtext iframe {
  max-width: 100% !important;
}


.white {
  color: #ffffff !important;
}

.black {
  color: #414141 !important;
}

.blue {
  color: #215ebd !important;
}

.skyblue {
  color: #00b3d8 !important;
}

.gray {
  color: #9296ad !important;
}

.orange {
  color: #ff8b3b !important;
}

.lightblue {
  color: #d9e3f3 !important;
}

.lightskyblue {
  color: #d1f6fb !important;
}

.lightgray {
  color: #e7ebf2 !important;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #414141 !important;
}

.back--blue {
  background-color: #215ebd !important;
}

.back--skyblue {
  background-color: #00b3d8 !important;
}

.back--gray {
  background-color: #9296ad !important;
}

.back--orange {
  background-color: #ff8b3b !important;
}

.back--lightblue {
  background-color: #d9e3f3 !important;
}

.back--lightskyblue {
  background-color: #d1f6fb !important;
}

.back--lightgray {
  background-color: #e7ebf2 !important;
}

.border {
  border: 1px solid #414141;
}

.border-blue {
  border: 1px solid #215ebd;
}

.border-bottom1,
.border-bottom-black {
  border-bottom: 1px solid #414141;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #215ebd;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}

.Noto-Sans-JP {
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

.oswald {
  font-family: "Oswald";
}


.sans {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}


.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.pretty {
  text-wrap: pretty !important;
}

.balance {
  text-wrap: balance !important;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #414141;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
}

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height225 {
  line-height: 2.25 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top-1 {
  margin-top: -1em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-top90 {
  margin-top: 90px !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-bottom60 {
  margin-bottom: 60px !important;
}

.margin-bottom90 {
  margin-bottom: 90px !important;
}

.margin-fit-content-auto {
  margin-inline: auto;
  width: fit-content;
}

.margin-inline-auto {
  margin-inline: auto;
}

.margin-left0 {
  margin-left: 0 !important;
}

.margin-right0 {
  margin-right: 0 !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-top3 {
  padding-top: 3em !important;
}

.padding-top15 {
  padding-top: 15px !important;
}

.padding-top30 {
  padding-top: 30px !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-bottom3 {
  padding-bottom: 3em !important;
}

.padding-bottom15 {
  padding-bottom: 15px !important;
}

.padding-bottom30 {
  padding-bottom: 30px !important;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.big {
  font-size: 120%;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.v-sub {
  vertical-align: sub;
}

.v-sub img {
  vertical-align: sub;
}

.v-middle {
  vertical-align: middle;
}

.v-middle img {
  vertical-align: middle;
}

.v-baseline {
  vertical-align: baseline;
}

.v-baseline img {
  vertical-align: baseline;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.inline-flex {
  display: inline-flex;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.05em;
  text-indent: -1.05em;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}


/* アニメーション　*/

/* hover回転　*/
@media (min-width: 1100px) {
  .hover-rotate a {
    overflow: hidden !important;
    color: transparent !important;
    text-shadow: 0 -1.5em 0 #414141, 0 0 0 #414141 !important;
    transition: text-shadow 0.3s;
  }

  @media (any-hover: hover) {
    .hover-rotate a:hover {
      text-shadow: 0 0 0 #414141, 0 1.5em 0 #414141 !important;
    }
  }
}

.hover-rotate2 a {
  overflow: hidden !important;
  color: transparent !important;
  text-shadow: 0 -1.5em 0 #ffffff, 0 0 0 #ffffff !important;
  transition: text-shadow 0.3s;
}

@media (any-hover: hover) {
  .hover-rotate2 a:hover {
    text-shadow: 0 0 0 #ffffff, 0 1.5em 0 #ffffff !important;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .75s forwards;
  will-change: transform
}

@keyframes EffectFade {

  0% {
    opacity: 0;
    transform: translate(0px, 15px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}

/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


/* effectfade時間差1*/
.effectfade {
  animation-delay: 0.2s;
}

@media (max-width: 479px) {
  .effectfade.second {
    animation-delay: 0.4s;
  }

  .effectfade.third {
    animation-delay: 0.2s;
  }

  .effectfade.fourth {
    animation-delay: 0.4s;
  }

  .effectfade.fifth {
    animation-delay: 0.2s;
  }

  .effectfade.sixth {
    animation-delay: 0.4s;
  }

  .effectfade.seventh {
    animation-delay: 0.2s;
  }

  .effectfade.eighth {
    animation-delay: 0.4s;
  }

  .effectfade.ninth {
    animation-delay: 0.2s;
  }

  .effectfade.tenth {
    animation-delay: 0.4s;
  }
}

/* effectfade時間差2*/
@media (min-width: 480px) {
  .effectfade.second {
    animation-delay: 0.4s;
  }

  .effectfade.third {
    animation-delay: 0.6s;
  }

  .effectfade.fourth {
    animation-delay: 0.8s;
  }

  .effectfade.fifth {
    animation-delay: 1.0s;
  }

  .effectfade.sixth {
    animation-delay: 1.2s;
  }

  .effectfade.seventh {
    animation-delay: 1.4s;
  }

  .effectfade.eighth {
    animation-delay: 1.6s;
  }

  .effectfade.ninth {
    animation-delay: 1.8s;
  }

  .effectfade.tenth {
    animation-delay: 2.0s;
  }
}

/* effectfade時間差3*/
.effectfade.second2 {
  animation-delay: 0.6s;
}

.effectfade.third2 {
  animation-delay: 0.9s;
}

.effectfade.fourth2 {
  animation-delay: 1.2s;
}

@media (min-width: 1100px) {
  .effectfade.second3 {
    animation-delay: 0.6s;
  }
}

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
}

.animated-text2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
}

@keyframes popUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
  visibility: hidden;
}

.animated-text.animated {
  visibility: visible;
}

.animated-text2 {
  visibility: hidden;
}

.animated-text2.animated {
  visibility: visible;
}

/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.anime-up.displayed span {
  display: inline-block;
}

.anime-up.displayed>span {
  overflow: hidden;
}

.anime-up.displayed>span>span {
  animation: showText 0.5s backwards;
  will-change: transform;
}

/*text animetions*/
@keyframes showText {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.blogtext {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 500;
}

.blogtext p {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 500;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text37 {
  font-size: 37px;
}

.flex {
  display: flex;
}

.flex-w {
  flex-wrap: wrap;
}

.flex-fw {
  display: flex;
  flex-wrap: wrap;
}

.flex-ac {
  display: flex;
  align-items: center;
}

.flex-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-ac-js {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-fw-ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-fw-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-fw-js {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-fw-ac-js {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-fw-ac-jc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-fw-afs-js {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-fw-ast-js {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-fw-ac-fdc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.column {
  flex-direction: column;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ########## ブレンド ########## */

.multiply {
  mix-blend-mode: multiply;
}

.top-blend.swiper-slide::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
}

.top-blend2::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: #8dacdd;
  opacity: 0.5;
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}

/* ########## ヘッダー ########## */

#header {
  width: 100%;
  z-index: 2003;
  top: 0px;
  position: fixed;
  transition: background-color 0.3s ease;
  background: #fff;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
}

#header.menu-open {
  background: #fff;
}

.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  height: 90px;
}

.header__logo a {
  margin-top: 2px;
  width: 78px;
  line-height: 0.75 !important;
}

.header__subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3.5px;
  margin-bottom: 2px;
  display: block;
}

.header__right {
  text-align: right;
  flex: 1;
}

.header__nav .header__nav-link {
  text-decoration: none;
}

.header__nav .header__nav-link a {
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  color: #414141;
}

/* ボタン外側 */
.openbtn {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 2101;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background: #414141;
  transition: all .4s;
}

/* 通常の位置 */
.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 35px;
}

/* active：×に変形 */
.openbtn.active span:nth-of-type(1) {
  top: 23px;
  transform: translateX(-50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 23px;
  transform: translateX(-50%) rotate(45deg);
}

#header.menu-open .openbtn span {
  background: #414141 !important;
}

@media (min-width:1100px) {
  #header.menu-open .header__nav-link>a {
    color: #414141 !important;
  }
}

#header.active {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* iOS対策 */
  background: rgba(255, 255, 255, 1);
  /* 半透明が必要 */
}

#header.active .openbtn span {
  background: #414141 !important;
}

@media (min-width:1100px) {
  #header.active .header__nav-link>a {
    color: #414141;
  }
}

/*.header__nav {
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }
   .header__nav::-webkit-scrollbar {
    display: none;
  }*/

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/

#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-none {
  pointer-events: none;
  margin-bottom: 14px;
}

/*　ヘッダーボタン　*/

.button-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-header>a {
  width: 175px;
  height: 42px;
  padding: 8px 10px 10px 0 !important;
  border-radius: 45px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  gap: 10px;
  max-width: 100%;
  font-weight: 700;
  border: none;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #ff8b3b;
  border: #ff8b3b 1px solid;
  transition: all .25s ease 0s;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
}

.button-header>a::after {
  content: "";
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  display: inline-block;
  transition: all .25s ease 0s;
}

.button-header>a::before {
  content: "";
  position: absolute;
  right: 17px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #ff8b3b;
  border-top: 1px solid #ff8b3b;
  transform: translateY(-50%) rotate(45deg);
  top: 49%;
  z-index: 2;
  transition: all .25s ease 0s;
}

@media (any-hover: hover) {

  .button-header>a:hover {
    color: #ff8b3b !important;
    background-color: #ffffff;
  }

  .button-header>a:hover::after {
    background: #ff8b3b;
  }

  .button-header>a:hover::before {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }
}

/* キーボード操作の見やすさ */
.button-header>a:focus-visible {
  outline: 1px solid rgba(255, 139, 59, .6);
  outline-offset: 1px;
}

/* 動きを控える配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .button-header>a {
    transition: none;
  }
}

/* ########## トップ-メイン ########## */
.swiper-slide-active .zoom-outer,
.swiper-slide-duplicate-active .zoom-outer,
.swiper-slide-prev .zoom-outer {
  animation: zoomUp 8s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

/* スライダー画像がない時 */
.swiper-slide:has(img[src=""]) {
  display: none;
}

#main {
  position: relative;
  padding-top: 90px;
}

.main-tex-wrapper {
  gap: 45px;
}

.main-right {
  text-align: center;
}

.main__capsule {
  font-size: 17px;
  padding: 5px 15px;
  border-radius: 35px;
  font-weight: 500;
  color: #215ebd;
  background-color: #ffffff;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.main__title {
  color: #215ebd;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  align-items: center;
}

.subtitle-small {
  font-weight: 500;
  font-size: 36px;
  padding-right: 10px;
  padding-top: 8px;
}

.main__subtitle {
  color: #215ebd;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.85em;
  margin-top: 0.5em;
}

.main__block-text {
  height: 506px;
  min-height: 506px;
  position: absolute;
  z-index: 3;
  padding: 0 20px 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}

/* 上部スライダー */
.main-slider {
  width: 100%;
  height: 506px;
  min-height: 506px;
}

.main-slider img,
.main-slider video {
  object-position: center 50%;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 506px;
  min-height: 506px;
}

.main-slider .swiper-slide {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.top-left {
  width: 267px;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 2;
}

.top-right {
  width: 258px;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 2;
}

.bottom-left {
  width: 267px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.bottom-right {
  width: 258px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* ########## 共通ボタン ########## */

.button-common {
  position: relative;
  text-align: center;
}

.button-common.left {
  text-align: left;
}


.button-common>a {
  font-size: 19px;
  padding: 6px 30px 6px 15px;
  width: 240px;
  height: 52px;
  border-radius: 55px;
  max-width: 100%;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  gap: 10px;
  color: #ffffff;
  background-color: #ff8b3b;
  border: #ff8b3b 1px solid;
  transition: all .25s ease 0s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
}

.button-common>a::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  display: inline-block;
  transition: all .25s ease 0s;
}

.button-common>a::before {
  content: "";
  position: absolute;
  right: 19px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ff8b3b;
  border-top: 1px solid #ff8b3b;
  transform: translateY(-50%) rotate(45deg);
  top: 52%;
  z-index: 2;
  transition: all .25s ease 0s;
}

.button-common.skyblue-btn>a {
  background-color: #00b3d8;
  border: #00b3d8 1px solid;
}

.button-common.skyblue-btn>a::before {
  border-right: 1px solid #00b3d8;
  border-top: 1px solid #00b3d8;
}

.button-common.white-btn>a {
  color: #215ebd;
  background-color: #ffffff;
  border: #ffffff 1px solid;
}

.button-common.white-btn>a::after {
  background: #215ebd;
}

.button-common.white-btn>a::before {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

@media (any-hover: hover) {
  .button-common>a:hover {
    color: #ff8b3b;
    background-color: #ffffff;
  }

  .button-common>a:hover::after {
    background: #ff8b3b;
  }

  .button-common>a:hover::before {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }

  .button-common.skyblue-btn>a:hover {
    color: #00b3d8 !important;
    background-color: #ffffff;
  }

  .button-common.skyblue-btn>a:hover::after {
    background: #00b3d8;
  }


  .button-common.white-btn>a:hover {
    color: #ffffff;
    background-color: #215ebd;
  }

  .button-common.white-btn>a:hover::after {
    background: #ffffff;
  }

  .button-common.white-btn>a:hover::before {
    border-right: 1px solid #215ebd;
    border-top: 1px solid #215ebd;
  }
}

.input-wrapper {
  width: fit-content;
  margin-inline: auto;
}

.button-common>input {
  font-size: 19px;
  padding: 6px 30px 6px 15px;
  width: 240px;
  height: 52px;
  border-radius: 55px;
  overflow: hidden;
  max-width: 100%;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #ffffff;
  background-color: #ff8b3b;
  border: #ff8b3b 1px solid;
  transition: all .25s ease 0s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
}

.button-common.back-button>input {
  padding: 6px 15px 6px 30px;
}

.input-button::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 5px;
  display: inline-block;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.input-button::before {
  content: "";
  position: absolute;
  right: 19px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ff8b3b;
  border-top: 1px solid #ff8b3b;
  transform: translateY(-50%) rotate(45deg);
  top: 27.5px;
  z-index: 2;
  transition: all .25s ease 0s;
  pointer-events: none;
}


.back-button>input {
  color: #ffffff;
  background-color: #9296ad;
  border: #9296ad 1px solid;
}

.back-button::before {
  border-right: 1px solid #9296ad;
  border-top: 1px solid #9296ad;
  left: 19px;
  transform: rotate(-135deg);
  top: 44%;
}

.back-button::after {
  content: "";
  left: 5px;
}

@media (any-hover: hover) {
  .input-button>input:hover {
    color: #ff8b3b;
    background-color: #ffffff;
  }

  /*子要素の範囲でhover*/
  .input-button:has(> input:hover)::after {
    background: #ff8b3b;
  }

  /*子要素の範囲でhover*/
  .input-button:has(> input:hover)::before {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }

  .back-button>input:hover {
    color: #9296ad;
    background-color: #ffffff;
  }

  .back-button:hover::after {
    background: #9296ad !important;
  }
}

/* ########### トップ-お悩み ########### */

#top-trouble {
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #ffffff 54%,
      #215ebd 54%,
      #215ebd 100%);
}

.top-trouble .h2-common2 {
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
  padding: 5px 10px;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.trouble-wrapper {
  border-radius: 14px;
  padding: 45px 30px 30px;
  border: 2px solid #215ebd;
  background: #ffffff;
}

.trouble-wrapper>ul {
  width: 32.5%;
}

.trouble-wrapper>ul li:not(:first-child) {
  margin-top: 15px;
}

.trouble-wrapper>ul li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-height: 75px;
  letter-spacing: -0.4px;
  font-weight: 400;
}

.trouble-wrapper>ul li:first-child {
  padding: 5px 10px;
  min-height: 50px;
}

.trouble-wrapper>ul li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}

.trouble-wrapper>ul li img {
  margin-right: 10px;
}

.trouble1 li:first-child {
  background-color: #215ebd;
  color: #ffffff;
  line-height: 0.5;
}

.trouble2 li:first-child {
  background-color: #00b3d8;
  color: #ffffff;
  line-height: 0;
}

.trouble3 li:first-child {
  background-color: #9296ad;
  color: #ffffff;
  vertical-align: sub;
}

.trouble1 li {
  background-color: #d9e3f3;
  border-radius: 10px;
}

.trouble2 li {
  background-color: #d1f6fb;
  border-radius: 10px;
}

.trouble3 li {
  background-color: #e7ebf2;
  border-radius: 10px;
}

.solution-wrapper li {
  width: 48%;
}

/* ########### トップ-解決 ########### */
.box32 {
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px 5px;
  margin: 2px 5px;
  vertical-align: sub;
  letter-spacing: -0.35px;
}

#top-solution {
  position: relative;
  width: 100%;
  padding: 0px 30px 0px;
  background: #215ebd;
  z-index: 2;
}

#top-solution2::before {
  content: "";
  position: relative;
  bottom: 0.5px;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 110px;
  background: #215ebd;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.dxpack-logo {
  margin-block: 40px;
}

.box-white {
  padding: 90px 30px 90px 60px;
  background: #ffffff;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.box-white.box-lightskyblue {
  background: #d9e3f3;
}

/* ########### トップ-お知らせ  ########### */
.news-top-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.news-top__article {
  padding: 0px !important;
}

.news-top__article .article__right {
  padding: 0px !important;
}

.news-top-wrapper {
  border-bottom: 1px solid #414141 !important;
}

.news-top-wrapper>.time-wrapper {
  width: 120px;
}

.news-top-wrapper>.category-wrapper {
  min-width: 150px;
  padding-top: 12px;
}

.news-top-text {
  flex: 1;
}

/* ########### トップ-導入事例 / 導入事例ページ ########### */
.box-case-study {
  padding: 90px 30px 90px 60px;
  background: #ffffff;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background: url(../image/back-top-case.jpg) 50% 50% / cover no-repeat;
}

.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.posts-wrapper article {
  width: 31.5%;
}

.article__right {
  padding: 20px 0px;
}

.category {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 10px;
  color: #ffffff;
  background-color: #00b3d8;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.article__img {
  width: 100%;
}

.article__img>a {
  overflow: hidden;
  border: 1px solid rgb(174, 174, 174);
}

.article__img>a img {
  transition: all .3s ease 0s;
  transform: scale(1.01);
}

@media (any-hover: hover) {
  .article__img>a:hover img {
    transform: scale(1.15);
  }
}

.article__img>a img {
  min-width: 100%;
  height: 235px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.posts-wrapper article .text18 {
  font-weight: 500;
}

.posts-wrapper article .text18 a {
  font-weight: inherit;
  font-size: inherit;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.numbersblock a {
  background-color: #ffffff;
  color: #215ebd;
  border: 2px solid #215ebd !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.numbersblock span {
  background-color: #215ebd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25px;
  height: 25px;
  border: 2px solid #215ebd !important;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.arrow {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 2px solid #215ebd !important;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.prev::after {
  top: 2px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #215ebd;
  border-right: 1px solid #215ebd;
  transform: rotate(-135deg);
}

.next::after {
  top: 2px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #215ebd;
  border-right: 1px solid #215ebd;
  transform: rotate(45deg);
}


.custom-image1,
.custom-image2,
.custom-image3,
.custom-image4 {
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  height: auto;
}


.custom-post img {
  display: block;
  margin-bottom: 30px;
}

/* ########### トップ-DXパック機能 ########### */
.top-dxpack-link-wrapper {
  padding: 60px 30px 30px;
  background: url(../image/poster1.jpg) 50% 50% / cover no-repeat;
}

.top-dxpack-left {
  width: 47%
}

.top-dxpack-right {
  width: 47%
}


/* ########### トップ-よくあるご質問 ########### */


.faqtable tr:not(:first-child) {
  margin: 25px 0 0 0;
}

.faqtable tr {
  position: relative;
  display: block;
}

.faqtable th {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 55px 20px 90px;
  color: rgb(255, 255, 255);
  background-color: #215ebd;
  border: #215ebd 1px solid;
}

.abox-contents {
  display: none;
  border-bottom: rgb(178, 178, 178) 2px solid;
  border-left: rgb(178, 178, 178) 2px solid;
  border-right: rgb(178, 178, 178) 2px solid;
}

.faqtable td {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  background-color: rgb(255, 255, 255);
  transition: 0.5s;
}

.faqtable th.selected::after {
  transform: rotate(0);
  transition: 0.5s;
}

.faqtable th::before,
.faqtable th::after {
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  width: 25px;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.faqtable th::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}

.faqtable tr::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 15px;
  top: 13px;
  width: 57px;
  height: 51px;
  background: url(../image/qtitle.svg) no-repeat center/contain;
  pointer-events: none;
}

.faqtable .abox-contents2 {
  position: relative;
  z-index: 1;
  background: url(../image/atitle.svg) no-repeat 15px 11px / 55px 51px;
  pointer-events: none;
  padding: 20px 55px 20px 90px;
}

/* ########### トップ-リンク ########### */

.link-contact {
  padding: 100px 30px 30px;
  position: relative;
  text-align: center;
  width: 50%;
  background-color: #00b3d8 !important;
}

.link-company {
  padding: 100px 30px 30px;
  position: relative;
  text-align: center;
  width: 50%;
  background-color: #9296ad !important;
}

.link-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.link-logo img {
  width: auto;
  height: 50px;
}

.link-logo img {
  width: auto;
  height: 50px;
}

.link-logo::after {
  content: "";
  position: absolute;
  right: -55px;
  top: 0;
  width: 55px;
  height: 55px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

/* ########### トップ-解決 ########### */
/* ########## 下層ページ共通 ########## */

.underlayer__top {
  position: relative;
  padding-top: 90px;
}

:target {
  scroll-margin-top: 90px;
  /* = HEADER_H */
}

.underlayer-common {
  z-index: -1;
  overflow: hidden;
}

.underlayer-top__text {
  left: 0;
  right: 0;
  max-width: 1160px;
  margin: auto;
  padding: 60px 30px;
  height: 305px;
  position: absolute;
  z-index: 3;
  display: grid;
  align-content: center;
}

.underlayer-top__back::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(35, 64, 141, 0.5);
}

.underlayer-top__back img,
.underlayer-top__back video {
  width: 100%;
  height: 305px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: relative;
  z-index: -999;
}

.underlayer-top__back.video2 video {
  object-position: center 47.5%;
}

.underlayer-top__back.video3 video {
  object-position: center 75%;
}

/* ###########  導入事例投稿ページ ########### */
/* ###########  DXパック機能ページ ########### */

.ability-list li {
  font-size: 20px;
  letter-spacing: -0.75px;
  font-weight: 700;
  line-height: 1.25;
  color: #215ebd;
  background-color: #ffffff;
  padding: 0 5px 0 55px;
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ability-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 55px;
}

.ability-wrapper>li {
  border: 2px solid #215ebd;
  border-radius: 15px;
  padding: 40px 35px;
}

.ability-wrapper>li:not(:first-child) {
  margin-top: 60px;
}

.h2-ability {
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding: 0 5px 2px 55px;
  width: auto;
  height: 55px;
  color: #ffffff;
  background-color: #215ebd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2-ability img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 55px;
}

.h4-ability {
  letter-spacing: -0.25px;
  line-height: 21px;
  font-weight: 500;
  color: #215ebd;
  border-bottom: 2px solid #215ebd;
  border-top: 2px solid #215ebd;
  padding-block: 15px;
  margin: 15px 0 30px;
}

.ability-left {
  width: 48%;
}

.ability-right {
  width: 47%;
  text-align: center;
}

.ability-check li {
  background-color: #d9e3f3;
  border-radius: 10px;
}

.ability-check li:not(:first-child) {
  margin-top: 15px;
}

.ability-check li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-height: 75px;
  letter-spacing: -0.4px;
  font-weight: 400;
}

.ability-check li img {
  margin-right: 10px;
}

/* ########## お問い合わせ ########## */


.radio-input label {
  display: inline-flex;
  align-items: center;
}

/* wordpressでずれるのでこのコードが必要 */
.radio-input label {
  margin-top: 3px;
}

/* wordpressで空きが出るのでこのコードが必要 */
.radio-input span {
  margin-left: 0;
  margin-right: 8px;
}

/* inputがずれるの解決方法パターン２：スピナーを非表示にする */
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
  accent-color: #215ebd;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  white-space: nowrap;
}

.radiotext a {
  font-weight: 500;
  font-size: inherit !important;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  display: inline-block;
  margin-right: 5px;
}

label {
  margin-top: 5px;
  display: inline-block;
}

::placeholder,
.contacttable::placeholder {
  font-size: 13px;
  -webkit-text-fill-color: #d6d6d6 !important;
}

.contacttable .hitusu {
  position: absolute;
  top: 20px;
  right: 25px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 3px;
  line-height: 1.35;
  padding: 3px 5px 2px;
  font-weight: 700;
  color: #ff8b3b;
  border: #ff8b3b 1px solid;
  font-size: 13px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 600;
  width: 340px;
  padding: 20px 0px;
  color: #414141;
  position: relative;
}

.contacttable td {
  padding: 12px 0px;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td select {
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  border: #eaeaea 0px solid;
  background-color: #eaeaea;
  -webkit-text-fill-color: #414141 !important;
}

.contacttable td input[type=text]:not(.wpcf7-free-text) {
  width: 100%;
}

.contacttable td input[type=tel],
.contacttable td input[type=email] {
  width: 100%;
  max-width: 100%;
}

.contacttable td select {
  width: 298px;
  max-width: 100%;
  appearance: none;
  /* ブラウザデフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' style='fill:none;stroke:darkgray;stroke-width:2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}

.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  width: 100%;
  height: 135px;
  border: #eaeaea 0px solid;
  background-color: #eaeaea;
  -webkit-text-fill-color: #414141 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #eaeaea inset;
}

/* 上からずれるけどwodpressではずれない
.radio-other-adjust {
  margin-top: -5px;
}
*/
.radio-other-adjust {
  margin-top: 2px;
}

input.wpcf7-free-text {
  margin-top: -2px;
  margin-left: 5px;
  width: 170px;
}

/* ########## お問い合わせ確認画面 ########## */

.formTable {
  border-top: #414141 0px solid;
}

.formTable th {
  color: #215ebd;
  border-bottom: #414141 0px solid;
  font-size: 16px;
  font-weight: 500;
  width: 290px;
  padding: 14px 20px 12px 0px;
  text-align: left;
}

.formTable td {
  font-size: 16px;
  padding: 10px 20px 14px;
  border-bottom: #414141 0px solid;
  width: 100%;
  text-align: left;
}

.mail--back {
  background-color: #ffffff !important;
}

.formTable td {
  border-top: #ffffff 10px solid;
  border-bottom: #ffffff 10px solid;
}

p.error_messe {
  margin: 5px 0;
  color: #215ebd;
}

.button-outer.ad2 {
  text-align: center;
  width: 520px;
  margin-inline: auto;
}

.flex-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}


.infobox {
  margin: 15px 0 15px;
  padding: 15px;
  height: 165px;
  overflow-y: scroll;
  border: #8aa5b3 1px solid;
  background-color: rgb(255, 255, 255);
}

.policytitle {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 15px;
  margin-block: 15px;
  color: #215ebd;
  border-bottom: #dedede 1px solid;
}

.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

.policytext li {
  line-height: 2;
  list-style: initial !important;
  margin-left: 1.5em;
}

.policytitle.small {
  font-size: 18px;
}

.policytext.small {
  font-size: 14px;
}

.confirm-button {
  margin-inline: auto;
  width: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ########## 会社概要 ########## */

.table-com {
  border-top: #414141 1px solid;
  border-bottom: #414141 1px solid;
}

.table-com th {
  color: #215ebd;
  padding: 23px 0px 20px 0px;
  font-weight: 700;
  text-align: left;
  width: 135px;
  font-size: 16px;
  border-top: #414141 1px solid;
  border-bottom: #414141 1px solid;
  line-height: 2;
}

.table-com td {
  padding: 23px 0px 20px 15px;
  width: 100%;
  text-align: left;
  color: #414141;
  font-size: 16px;
  font-weight: 500;
  border-top: #414141 1px solid;
  border-bottom: #414141 1px solid;
  line-height: 2;
}

.table-com td li {
  font-size: 15px;
  list-style: initial !important;
  font-weight: 500;
  line-height: 1.5;
}

.table-com td ul {
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.5em;
}

/* ########## パンくず ########## */

.breadcrumb__list {
  top: 0;
  position: absolute;
  margin-top: 35px;
  margin-right: 30px;
  display: block;
  line-height: 1.15;
  font-size: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb__item a {
  font-size: inherit;
  font-weight: inherit;
}

/* ########## フッター ########### */

.footer {
  position: relative;
  background:
    url(../image/logo-tjs-footerback.svg) 50% 32% / 260px no-repeat,
    #215ebd;
}

.footer-wrapper {
  margin-bottom: 30px;
}

.footer__left {
  width: 360px;
}

.footer__right {
  display: flex;
  flex: 1;
}

.footer__nav {
  width: fit-content;
}

.footer__logo {
  width: 78px;
}

.footer__subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.footer__subtitle a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.footer__nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.footer__nav li {
  margin-bottom: 15px;
}

.footer-second li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 3px;
  margin-right: 10px;
  border-left: rgb(255, 255, 255) 1px solid;
  border-bottom: rgb(255, 255, 255) 1px solid;
}

.footer__copy {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 12px;
  font-weight: 300;
  border-top: 1px solid rgb(255, 255, 255);
  color: #ffffff;
  text-align: center;
}

/* ####################################### 479px以下 ####################################### */

@media (max-width: 479px) {

  /* ############## 共通 ############## */
  html,
  body {
    font-size: 14px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 14px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .text12 {
    font-size: 11px;
  }

  .text13 {
    font-size: 11px;
  }

  .text14 {
    font-size: 12px;
  }

  .text15 {
    font-size: 13px;
  }

  .text16 {
    font-size: 14px;
  }

  .text16 p {
    font-size: 14px;
  }

  .blogtext {
    font-size: 14px;
  }

  .blogtext p {
    font-size: 14px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 16px;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .text32 {
    font-size: 22px;
  }

  .text37 {
    font-size: 24px;
  }

  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents-top-news {
    padding: 5px 15px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 45px 15px;
  }

  .contents2 {
    padding: 45px 20px 25px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .blogtext img,
  .blogtext video,
  .blogtext iframe {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .h2-common2 {
    font-size: 19px;
  }

  .h2-common {
    font-size: 20px;
    border-bottom: 3px solid #215ebd;
  }

  .h2-common.skyblue {
    font-size: 20px;
    border-bottom: 3px solid #00b3d8;
  }

  .h2-common.white {
    font-size: 20px;
    border-bottom: 3px solid #ffffff;
  }

  .h2-top-en {
    -webkit-text-stroke: 0.5px #a9e5f2;
    font-size: 66px;
    top: -30px;
    left: 0;
    white-space: wrap;
    text-align: left;
  }

  .h2-underlayer-en {
    font-size: 66px;
    top: -21px;
    left: -2.5px;
    line-height: 1;
    white-space: initial;
  }


  .h2-main {
    font-size: clamp(40px, calc(100vw / 479 * 60), 60px);
  }

  .h2-main2 {
    font-size: clamp(35px, calc(100vw / 479 * 50), 50px);
  }

  .h3-common {
    font-size: 18px;
  }

  .section-hr {
    margin-top: 45px;
    margin-bottom: 45px;
  }


  .margin-top15 {
    margin-top: 7.5px !important;
  }

  .margin-top30 {
    margin-top: 15px !important;
  }

  .margin-top45 {
    margin-top: 25px !important;
  }

  .margin-top60 {
    margin-top: 30px !important;
  }

  .margin-top90 {
    margin-top: 45px !important;
  }

  .margin-bottom15 {
    margin-bottom: 7.5px !important;
  }

  .margin-bottom30 {
    margin-bottom: 15px !important;
  }

  .margin-bottom45 {
    margin-bottom: 25px !important;
  }

  .margin-bottom60 {
    margin-bottom: 30px !important;
  }

  .margin-bottom90 {
    margin-bottom: 45px !important;
  }

  .padding-top15 {
    padding-top: 7.5px !important;
  }

  .padding-top30 {
    padding-top: 15px !important;
  }

  .padding-top45 {
    padding-top: 25px !important;
  }

  .padding-top60 {
    padding-top: 30px !important;
  }

  .padding-top90 {
    padding-top: 45px !important;
  }

  .padding-bottom15 {
    padding-bottom: 7.5px !important;
  }

  .padding-bottom30 {
    padding-bottom: 15px !important;
  }

  .padding-bottom45 {
    padding-bottom: 25px !important;
  }

  .padding-bottom60 {
    padding-bottom: 30px !important;
  }

  .padding-bottom90 {
    padding-bottom: 45px !important;
  }

  /* ########## 共通ボタン ########## */

  .button-common>a {
    font-size: 16px;
    width: 200px;
    height: 45px;
    border-radius: 45px;
  }

  .button-common>a::after {
    content: "";
    width: 26px;
    height: 26px;
  }

  .button-common>a::before {
    top: 51%;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .button-common>input {
    font-size: 16px;
    width: 200px;
    height: 45px;
    border-radius: 45px;
  }

  .input-button::after {
    content: "";
    top: 10px;
    width: 26px;
    height: 26px;
  }

  .input-button::before {
    top: 23.5px;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .back-button::before {
    left: 16px;
    top: 44%;
  }

  /* ########## ヘッダー ########## */

  .header__subtitle {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .openbtn {
    right: 15px;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link a {
    font-size: 16px;
    color: #414141;
    padding: 15px 0;
    display: block;
  }

  .button-header>a {
    margin-block: 15px;
  }

  .button-header>a::before {
    top: 55%;
  }

  .header__logo a {
    margin-top: 2px;
    width: 70px;
    line-height: 0.75 !important;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px solid #777777 !important;
    margin: 0 15px;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 20px;
    text-align: left;
    border-bottom: 1px solid #777777 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 20px;
    text-align: left;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  /*  ドロップダウンメニュー  */
  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 2px;
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #414141;
    transition: all .5s ease 0s;
  }

  /* ########## トップ-メイン ########## */

  .main__capsule {
    font-size: 14px;
    padding: 7.5px 20px;
    text-align: center;
  }

  .main__icon {
    width: 280px;
  }

  .main-tex-wrapper {
    gap: 15px;
  }

  .main-right {
    padding-left: 35px;
  }

  .main__title {
    font-size: 36px;
  }

  .subtitle-small {
    font-size: 18px;
  }

  .main__subtitle {
    font-size: 18px;
  }

  .main__block-text {
    height: clamp(650px, calc(100vw / 479 * 800), 800px);
    min-height: clamp(650px, calc(100vw / 479 * 800), 800px);
  }

  .main-slider {
    height: clamp(650px, calc(100vw / 479 * 800), 800px);
    min-height: clamp(650px, calc(100vw / 479 * 800), 800px);
  }

  .main-slider img,
  .main-slider video {
    height: clamp(650px, calc(100vw / 479 * 800), 800px);
    min-height: clamp(650px, calc(100vw / 479 * 800), 800px);
  }

  .top-left {
    width: 167px;
  }

  .top-right {
    width: 158px;
  }

  .bottom-left {
    width: 167px;
  }

  .bottom-right {
    width: 158px;
  }

  /* ########### トップ-お悩み ########### */

  .text-onayami {
    line-height: 2 !important;
  }

  .top-trouble .h2-common2 {
    margin-bottom: -15px;
    padding: 5px 5px;
  }

  .trouble-wrapper {
    border-radius: 10px;
    padding: 25px 15px 15px;
  }

  .trouble-wrapper>ul li:not(:first-child) {
    margin-top: 10px;
  }

  .trouble-wrapper>ul {
    width: 100%;
  }

  .trouble-wrapper>ul li {
    padding: 10px 10px;
    min-height: 40px;
  }

  .trouble-wrapper>ul li img {
    margin-right: 10px;
    width: 15px;
  }

  .trouble-wrapper>ul:not(:first-child) {
    margin-top: 10px;
  }

  .trouble-wrapper>ul li h3 img {
    width: auto;
    height: 35px;
  }

  /* ########### トップ-解決 ########### */
  .box32 {
    font-size: 22px;
  }

  #top-solution {
    padding: 0px 15px 10px;
  }

  #top-solution2::before {
    height: 60px;
  }

  .dxpack-logo {
    margin-block: 25px;
    margin-inline: auto;
    width: 190px;
  }

  .box-white {
    padding: 45px 15px 45px 30px;
  }

  .solution-wrapper li {
    width: 100%;
  }

  .solution-wrapper li:first-child {
    margin-bottom: 25px;
  }

  /* ########### トップ-お知らせ  ########### */

  .news-top-wrapper>.time-wrapper {
    width: 120px;
  }

  .news-top-wrapper>.category-wrapper {
    min-width: calc(100% - 120px);
    width: calc(100% - 120px);
    padding-top: 12px;
  }

  .news-top-text {
    width: 100%;
  }

  /* ########### トップ-導入事例 / 導入事例ページ ########### */

  .category {
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .box-case-study {
    padding: 45px 15px 45px 30px;
  }

  .posts-wrapper article {
    width: 100%;
  }

  .posts-wrapper article:nth-child(n + 2) {
    margin-top: 20px;
  }

  .custom-post>li:not(:first-child) {
    margin-top: 35px;
  }

  /* ########### トップ-DXパック機能 ########### */
  .top-dxpack-link-wrapper {
    padding: 20px;
  }

  .top-dxpack-link-wrapper {
    padding: 35px 15px 15px;
  }

  .button-common.left {
    text-align: center;
  }

  .top-dxpack-left {
    width: 100%;
    text-align: center;
  }

  .top-dxpack-right {
    width: 100%;
    text-align: center;
    padding-left: 35px;
  }

  /* ########### トップ-よくあるご質問 ########### */

  .faqtable tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faqtable th {
    font-size: 15px;
    padding: 12px 40px 12px 60px;
  }

  .faqtable td {
    font-size: 14px;
  }

  .faqtable th::before,
  .faqtable th::after {
    right: 10px;
    width: 20px;
    height: 2px;
  }

  .faqtable tr::before {
    left: 8px;
    top: 8px;
    width: 44px;
    height: 39px;
  }

  .faqtable .abox-contents2 {
    padding: 12px 12px 12px 60px;
    background: url(../image/atitle.svg) no-repeat 6px 6px / 44px 39px;
  }

  /* ########### トップ-リンク ########### */
  .link-contact {
    padding: 65px 20px 20px;
    width: 100%;
  }

  .link-company {
    padding: 65px 20px 20px;
    width: 100%;
  }

  .link-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }

  .link-logo img {
    width: auto;
    height: 37px;
  }

  .link-logo::after {
    right: -45px;
    width: 45px;
    height: 45px;
  }

  /* ########## 下層ページ共通 ########## */

  .underlayer-top__text {
    padding: 45px 15px 35px;
    height: 200px;
  }

  .underlayer-top__back img,
  .underlayer-top__back video {
    height: 200px;
  }

  /* ###########  導入事例投稿ページ ########### */
  .article__img>a img {
    height: auto;
  }

  /* ###########  DXパック機能ページ ########### */

  .ability-dxpack-left {
    width: 100%;
    text-align: center;
  }

  .ability-dxpack-right {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    padding-left: 35px;
  }

  .ability-list li {
    width: 49%;
    font-size: 14px;
    height: 40px;
    padding: 0 5px 0 40px;
    text-align: center;
  }

  .ability-list li:nth-child(n + 3) {
    margin-top: 7.5px;
  }

  .ability-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .ability-list li img {
    height: 40px;
  }

  .ability-wrapper>li {
    border-radius: 10px;
    padding: 20px 15px;
  }

  .ability-wrapper>li:not(:first-child) {
    margin-top: 20px;
  }

  .h2-ability {
    line-height: 24px;
    padding: 0 5px 2px 40px;
    height: 40px;
  }

  .h2-ability img {
    height: 40px;
  }

  .h4-ability {
    line-height: 17px;
    padding-block: 10px;
    margin: 10px 0 20px;
  }

  .ability-left {
    width: 100%;
  }

  .ability-right {
    width: 100%;
    margin-top: 20px;
  }

  .ability-check li {
    padding: 10px 10px;
    min-height: 40px;
  }

  .ability-check li img {
    margin-right: 10px;
    width: 15px;
  }

  /* ########## お問い合わせ ########## */

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 0px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable ::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 18px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td input[type=tel],
  .contacttable td input[type=email] {
    font-size: 14px;
    padding: 7px 15px;
  }

  .contacttable td select {
    font-size: 14px;
    padding: 7px 30px 7px 15px;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 13px;
  }

  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 270px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .formTable th {
    width: 100%;
    padding: 5px 0 0 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-align: left;
  }

  .formTable td {
    font-size: 14px;
    padding: 0px 0px 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    border-bottom: #414141 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .infobox {
    margin: 10px 0 10px;
    padding: 10px;
    height: 185px;
  }

  .policytitle {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .policytext {
    font-size: 14px;
  }

  .policytitle.small {
    font-size: 15px;
  }

  .policytext.small {
    font-size: 13px;
  }

  .confirm-button {
    width: 100%;
    display: block;
  }

  .input-wrapper {
    margin-top: 25px !important;
  }

  /* ########## パンくず ########## */

  .breadcrumb__list {
    top: -5px;
    margin-top: 15px;
    margin-right: 15px;
  }

  .breadcrumb__item {
    font-size: 10px;
  }

  /* ########## 会社概要 ########## */

  .table-com th {
    display: block;
    padding: 10px 0px 0px;
    width: 100%;
    font-size: 14px;
    border-top: #414141 0px solid;
    border-bottom: #414141 0px solid;
  }

  .table-com td {
    display: block;
    padding: 2px 0px 10px;
    width: 100%;
    font-size: 14px;
    border-top: #414141 0px solid;
  }

  .table-com td li {
    font-size: 13px;
  }

  .table-com tr:first-child td {
    border-top: #414141 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #414141 0px solid;
  }

  /* ########## フッター ########### */

  .footer {
    position: relative;
    background:
      url(../image/logo-tjs-footerback.svg) 85% 10% / 180px no-repeat,
      #215ebd;
  }

  .contents-footer {
    padding: 35px 15px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .footer__logo {
    width: 70px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 35px;
  }


  .footer__nav li a {
    font-size: 13px;
  }

  .footer__nav li {
    margin-bottom: 13px;
  }

  .footer__subtitle {
    font-size: 13px;
  }


}

/* ####################################### 480px以上768px以下 ####################################### */

@media (min-width: 480px) and (max-width: 767px) {


  /* ############## 共通 ############## */

  html,
  body {
    font-size: 15px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 12px;
  }

  .text14 {
    font-size: 13px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 15px;
  }

  .text16 p {
    font-size: 15px;
  }

  .blogtext {
    font-size: 15px;
  }

  .blogtext p {
    font-size: 15px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 17px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .text32 {
    font-size: 27px;
  }

  .text37 {
    font-size: 28px;
  }

  .h2-common2 {
    font-size: 26px;
  }

  .h2-common {
    font-size: 28px;
    border-bottom: 5px solid #215ebd;
  }

  .h2-common.skyblue {
    font-size: 28px;
    border-bottom: 5px solid #00b3d8;
  }

  .h2-common.white {
    font-size: 28px;
    border-bottom: 5px solid #ffffff;
  }

  .h2-top-en {
    -webkit-text-stroke: 0.5px #a9e5f2;
    font-size: 85px;
    top: -35px;
    left: 0;
  }

  .h2-underlayer-en {
    font-size: 85px;
    top: -25px;
    left: -5px;
    line-height: 1;
    white-space: initial;
  }

  .h2-main {
    font-size: clamp(60px, calc(100vw / 768 * 80), 80px);
  }

  .h2-main2 {
    font-size: clamp(50px, calc(100vw / 768 * 70), 70px);
  }

  .h3-common {
    font-size: 20px;
  }

  .section-hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .margin-top15 {
    margin-top: 10px !important;
  }

  .margin-top30 {
    margin-top: 20px !important;
  }

  .margin-top45 {
    margin-top: 30px !important;
  }

  .margin-top60 {
    margin-top: 40px !important;
  }

  .margin-top90 {
    margin-top: 60px !important;
  }

  .margin-bottom15 {
    margin-bottom: 10px !important;
  }

  .margin-bottom30 {
    margin-bottom: 20px !important;
  }

  .margin-bottom45 {
    margin-bottom: 30px !important;
  }

  .margin-bottom60 {
    margin-bottom: 40px !important;
  }

  .margin-bottom90 {
    margin-bottom: 60px !important;
  }

  .padding-top15 {
    padding-top: 10px !important;
  }

  .padding-top30 {
    padding-top: 20px !important;
  }

  .padding-top45 {
    padding-top: 30px !important;
  }

  .padding-top60 {
    padding-top: 40px !important;
  }

  .padding-top90 {
    padding-top: 60px !important;
  }

  .padding-bottom15 {
    padding-bottom: 10px !important;
  }

  .padding-bottom30 {
    padding-bottom: 20px !important;
  }

  .padding-bottom45 {
    padding-bottom: 30px !important;
  }

  .padding-bottom60 {
    padding-bottom: 40px !important;
  }

  .padding-bottom90 {
    padding-bottom: 60px !important;
  }

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 20px;
  }

  .contents-top-news {
    padding: 10px 20px 20px;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 60px 20px;
  }

  .contents2 {
    padding: 60px 20px 30px;
  }


  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  /* ########## 共通ボタン ########## */

  .button-common>a {
    font-size: 18px;
    width: 220px;
    height: 50px;
    border-radius: 50px;
  }

  .button-common>a::after {
    content: "";
    width: 26px;
    height: 26px;
  }

  .button-common>a::before {
    top: 51%;
    width: 6px;
    height: 6px;
    right: 16px;
  }


  .button-common>input {
    font-size: 18px;
    width: 220px;
    height: 50px;
    border-radius: 50px;
  }

  .input-button::after {
    top: 13px;
    width: 26px;
    height: 26px;
  }

  .input-button::before {
    top: 51%;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .back-button::before {
    left: 16px;
    top: 47%;
  }

  /* ########## ヘッダー ########## */
  .header__subtitle {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .openbtn {
    right: 20px;
  }

  .header__logo a {
    margin-top: 2px;
    width: 70px;
    line-height: 0.75 !important;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }


  .header__nav .header__nav-link a {
    font-size: 16px;
    color: #414141;
    padding: 20px 0;
    display: block;
  }

  .button-header>a {
    margin-block: 20px;
  }

  .button-header>a::before {
    top: 55%;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px solid #777777 !important;
    margin: 0 20px;
  }


  .nav-adress {
    padding: 30px 0;
    margin-inline: 20px;
    text-align: left;
    border-bottom: 1px solid #777777 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 20px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 2px;
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #414141;
    transition: all .5s ease 0s;
  }

  /* ########## トップ-メイン ########## */

  .main__capsule {
    font-size: 16px;
    padding: 7.5px 50px;
    text-align: center;
  }

  .main__icon {
    width: 300px;
  }

  .main-tex-wrapper {
    gap: 30px;
  }


  .main-right {
    padding-left: 50px;
  }

  .main__title {
    font-size: 48px;
  }

  .subtitle-small {
    font-size: 26px;
  }

  .main__subtitle {
    font-size: 24px;
  }

  .main__block-text {
    height: clamp(800px, calc(100vw / 560 * 900), 900px);
    min-height: clamp(800px, calc(100vw / 560 * 900), 900px);
  }

  .main-slider {
    height: clamp(850px, calc(100vw / 560 * 900), 900px);
    min-height: clamp(850px, calc(100vw / 560 * 900), 900px);
  }

  .main-slider img,
  .main-slider video {
    height: clamp(850px, calc(100vw / 560 * 900), 900px);
    min-height: clamp(850px, calc(100vw / 560 * 900), 900px);
  }

  .top-left {
    width: 192px;
  }

  .top-right {
    width: 183px;
  }

  .bottom-left {
    width: 192px;
  }

  .bottom-right {
    width: 183px;
  }

  /* ########### トップ-お悩み ########### */

  .text-onayami {
    line-height: 2.15 !important;
  }

  .top-trouble .h2-common2 {
    margin-bottom: -20px;
    padding: 5px 5px;
  }

  .trouble-wrapper {
    border-radius: 12px;
    padding: 40px 20px 20px;
  }

  .trouble-wrapper>ul {
    width: 100%;
  }

  .trouble-wrapper>ul li {
    padding: 10px 15px;
    min-height: 50px;
  }

  .trouble-wrapper>ul:not(:first-child) {
    margin-top: 15px;
  }

  /* ########### トップ-解決 ########### */
  .box32 {
    font-size: 26px;
  }

  #top-solution {
    padding: 0px 20px 10px;
  }

  #top-solution2::before {
    height: 60px;
  }

  .dxpack-logo {
    margin-block: 25px;
    margin-inline: auto;
    width: 220px;
  }

  .box-white {
    padding: 60px 20px 60px 40px;
  }

  /* ########### トップ-お知らせ  ########### */

  .news-top-wrapper>.time-wrapper {
    width: 100px;
  }

  .news-top-wrapper>.category-wrapper {
    min-width: 120px;
  }

  /* ########### トップ-導入事例 / 導入事例ページ ########### */

  .category {
    font-size: 15px;
    padding: 4px 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .box-case-study {
    padding: 60px 20px 60px 40px;
  }

  .posts-wrapper article {
    width: 48%;
  }

  .posts-wrapper article:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .posts-wrapper article:nth-child(n + 3) {
    margin-top: 4%;
  }

  .article__img>a img {
    height: 195px;
  }

  /* ########### トップ-DXパック機能 ########### */
  .top-dxpack-link-wrapper {
    padding: 25px;
  }

  .top-dxpack-link-wrapper {
    padding: 35px 20px 20px;
  }

  .button-common.left {
    text-align: center;
  }

  .top-dxpack-left {
    width: 100%;
    text-align: center;
  }

  .top-dxpack-right {
    width: 100%;
    text-align: center;
    padding-left: 50px;
  }

  /* ########### トップ-よくあるご質問 ########### */

  .faqtable tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faqtable th {
    font-size: 17px;
    padding: 15px 50px 15px 75px;
  }

  .faqtable td {
    font-size: 15px;
  }

  .faqtable th::before,
  .faqtable th::after {
    right: 15px;
    width: 20px;
    height: 2px;
  }

  .faqtable tr::before {
    left: 13px;
    top: 11px;
    width: 50px;
    height: 43px;
  }

  .faqtable .abox-contents2 {
    padding: 15px 15px 15px 75px;
    background: url(../image/atitle.svg) no-repeat 11px 9px / 50px 43px;
  }

  /* ########### トップ-リンク ########### */
  .link-contact {
    padding: 85px 30px 25px;
    width: 100%;
  }

  .link-company {
    padding: 85px 30px 25px;
    width: 100%;
  }

  .link-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }

  .link-logo img {
    width: auto;
    height: 40px;
  }

  .link-logo::after {
    right: -45px;
    width: 45px;
    height: 45px;
  }

  /* ########## 下層ページ共通 ########## */

  .underlayer-top__text {
    padding: 40px 20px;
    height: 245px;
  }

  .underlayer-top__back img,
  .underlayer-top__back video {
    height: 245px;
  }

  /* ###########  導入事例投稿ページ ########### */
  .custom-post>li:nth-child(n + 3) {
    margin-top: 35px;
  }

  /* ###########  DXパック機能ページ ########### */

  .ability-dxpack-left {
    width: 100%;
    text-align: center;
  }

  .ability-dxpack-right {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    padding-left: 50px;
  }

  .ability-list li {
    width: 49%;
    font-size: 18px;
    height: 45px;
    padding: 0 5px 0 45px;
  }

  .ability-list li:nth-child(n + 3) {
    margin-top: 10px;
  }

  .ability-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .ability-list li img {
    height: 45px;
  }

  .ability-wrapper>li {
    border-radius: 12px;
    padding: 30px 20px;
  }

  .ability-wrapper>li:not(:first-child) {
    margin-top: 40px;
  }

  .h2-ability {
    line-height: 28px;
    padding: 0 5px 2px 45px;
    height: 45px;
  }

  .h2-ability img {
    height: 45px;
  }

  .h4-ability {
    line-height: 19px;
    padding-block: 12px;
    margin: 12px 0 25px;
  }

  .ability-left {
    width: 100%;
  }

  .ability-right {
    width: 100%;
    margin-top: 30px;
  }

  .ability-check li {
    padding: 10px 15px;
    min-height: 50px;
  }

  /* ########## お問い合わせ ########## */

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 5px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 18px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    padding: 7px 15px;
  }

  .contacttable td select {
    font-size: 15px;
    padding: 7px 30px 7px 15px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 14px;
  }


  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 340px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .formTable th {
    width: 100%;
    padding: 6px 0 0 0px;
    text-align: left;
    font-size: 15px;
    display: block;
    text-align: left;
  }

  .formTable td {
    font-size: 15px;
    padding: 0px 0px 6px;
    margin-top: 0px;
    margin-bottom: 9px;
    border-bottom: #414141 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .policytitle {
    font-size: 18px;
  }

  .policytext {
    font-size: 15px;
  }

  .policytitle.small {
    font-size: 16px;
  }

  .policytext.small {
    font-size: 13px;
  }

  .confirm-button {
    width: 100%;
    display: block;
  }

  .input-wrapper {
    margin-top: 35px !important;
  }

  /* ########## パンくず ########## */

  .breadcrumb__list {
    margin-top: 20px;
    margin-right: 20px;
  }

  .breadcrumb__item {
    font-size: 11px;
  }

  /* ########## 会社概要 ########## */

  .table-com th {
    display: block;
    padding: 10px 0px 0px;
    width: 100%;
    font-size: 15px;
    border-top: #414141 0px solid;
    border-bottom: #414141 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 0px 10px;
    width: 100%;
    font-size: 15px;
    border-top: #414141 0px solid;
    border-bottom: #414141 1px solid;
  }

  .table-com td li {
    font-size: 13px;
  }

  .table-com tr:first-child td {
    border-top: #414141 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #414141 0px solid;
  }

  /* ########## フッター ########### */

  .footer {
    position: relative;
    background:
      url(../image/logo-tjs-footerback.svg) 85% 12% / 220px no-repeat,
      #215ebd;
  }

  .contents-footer {
    padding: 45px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .footer__logo {
    width: 70px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 45px;
  }

  .footer__nav li a {
    font-size: 13px;
  }

  .footer__subtitle {
    font-size: 13px;
  }
}

/* ####################################### 768px以上 ####################################### */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents-720 {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
  }
}

/* ####################################### 調整 ####################################### */

@media (min-width: 768px) and (max-width: 1099px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
  }

  .contents-top-news {
    padding: 15px 30px 30px;
  }

  .contents {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents2 {
    padding: 90px 30px 45px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .h2-top-en {
    font-size: 105px;
    top: -35px;
    left: 0;
  }

  .h2-underlayer-en {
    font-size: 105px;
    top: -35px;
    left: -7.5px;
  }

  /* ########## ヘッダー ########## */

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 2;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link a {
    font-size: 16px;
    color: #414141;
    padding: 25px 0;
    display: block;
  }

  .button-header>a {
    margin-block: 25px;
  }

  .button-header>a::before {
    top: 55%;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 30px;
    text-align: left;
    border-bottom: 1px solid #777777 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 30px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px solid #777777 !important;
    margin: 0 30px;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 6px;
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #414141;
    transition: all .5s ease 0s;
  }

  /* ########## トップ-メイン ########## */

  .main-tex-wrapper {
    gap: 35px;
  }

  .main-left {
    width: 100%;
  }

  .main-right {
    width: 100%;
    padding-left: 60px;
  }

  .main__block-text {
    height: 950px;
    min-height: 950px;
  }

  .main-slider {
    height: 950px;
    min-height: 950px;
  }

  .main-slider img,
  .main-slider video {
    height: 950px;
    min-height: 950px;
  }

  /* ########### トップ-お悩み ########### */
  .text-onayami {
    line-height: 2.35 !important;
  }

  .trouble-wrapper>ul {
    width: 100%;
  }

  .trouble-wrapper>ul li {
    padding: 10px 15px;
    min-height: 50px;
  }

  .trouble-wrapper>ul:not(:first-child) {
    margin-top: 15px;
  }

  /* ########### トップ-解決 ########### */
  .dxpack-logo {
    width: 240px;
    margin-inline: auto;
  }

  /* ########### トップ-導入事例 / 導入事例ページ ########### */

  .posts-wrapper article {
    width: 48%;
  }

  .posts-wrapper article:nth-child(n + 3) {
    margin-top: 4%;
  }

  .posts-wrapper article:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  /* ########### トップ-DXパック機能 ########### */

  .top-dxpack-link-wrapper {
    padding: 45px 30px 30px;
  }

  .button-common.left {
    text-align: center;
  }

  .top-dxpack-left {
    width: 100%;
    text-align: center;
  }

  .top-dxpack-right {
    width: 100%;
    text-align: center;
    padding-left: 60px;
  }

  /* ########### トップ-リンク ########### */
  .h2-underlayer-en.link-en {
    top: clamp(-45px, calc(100vw / 1260 * -45), -25px);
    font-size: clamp(70px, calc(100vw / 1099 * 125), 125px);
  }

  .link-contact {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
  }

  .link-company {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
  }


  /* ###########  導入事例投稿ページ ########### */
  .custom-post {
    display: flex;
    flex-wrap: wrap;
  }

  .custom-post>li {
    width: 48%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .custom-post>li:nth-child(n + 3) {
    margin-top: 35px;
  }

  .custom-post>li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  /* ###########  DXパック機能ページ ########### */

  .ability-dxpack-left {
    width: 100%;
    text-align: center;
  }

  .ability-dxpack-right {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    padding-left: 60px;
  }

  .ability-list li {
    width: 32.1%;
    font-size: 18.5px;
  }

  .ability-list li:nth-child(n + 4) {
    margin-top: 15px;
  }

  .ability-list li:not(:nth-child(3n)) {
    margin-right: 1.85%;
  }

  .ability-wrapper>li:not(:first-child) {
    margin-top: 50px;
  }

  .ability-check li {
    padding: 10px 15px;
    min-height: 50px;
  }

  /* ########## お問い合わせ ########## */

  /* ########## フッター ########## */

  .contents-footer {
    padding: 65px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 45px;
  }

  .footer__right {
    justify-content: flex-end;
  }

  .footer__left {
    padding-right: 45px;
  }

}

@media (min-width: 1100px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1560px;
  }

  .contents-top-news {
    padding: 15px 30px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents2 {
    padding: 90px 30px 45px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  /* ########### トップ-リンク ########### */
  .h2-underlayer-en.link-en {
    top: clamp(-60px, calc(100vw / 1260 * -60), -50px);

    font-size: clamp(120px, calc(100vw / 1260 * 150), 150px);
    text-align: center;
    left: 0;
    right: 0;
  }

  /* ########## ヘッダー ########## */

  .openbtn {
    display: none;
  }

  .header__nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .header__nav .header__nav-link {
    margin-left: 20px;
  }

  .header__right {
    padding-bottom: 5px;
  }

  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/
  .floating-pc.UpMove2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: UpAnime2 0.5s forwards;
  }

  @keyframes UpAnime2 {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-120px);
    }
  }

  /*　下に下がる動き　*/
  .floating-pc.DownMove2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: DownAnime2 0.5s forwards;
  }

  @keyframes DownAnime2 {
    from {
      opacity: 0;
      transform: translateY(-120px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /*　ドロップダウンメニュー　*/
  .menu__single:hover .menu__second-level {
    display: block;
  }

  .header__nav-link {
    position: relative;
  }

  .p-switch.ps1 {
    padding-block: 10px;
  }

  .menu__second-level {
    background-color: #215ebd;
    border: 1px solid rgb(217, 217, 217);
    min-width: 220px;
    top: 100%;
    left: 50%;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    display: none;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    overflow: hidden;
  }

  .menu__second-level li a {
    font-weight: 700 !important;
    display: block;
    padding: 10px 15px;
    color: #ffffff;
  }

  .menu__second-level li:not(:first-child) a {
    border-top: 1px solid rgb(255, 255, 255);
  }

  .menu__second-level {
    border-bottom: 1px solid rgb(217, 217, 217);
  }

  .menu__second-level li a:hover {
    background-color: #ffffff;
    color: #215ebd;
  }

  .menu__single:hover .menu__second-level {
    display: block;
  }

  .menu__second-level li a.b1 {
    background-image: linear-gradient(90deg, #0072bd, #182987);
    color: #ffffff;
  }

  .menu__second-level li a.b1:hover {

    background-image: linear-gradient(90deg, #ffffff, #ffffff);
    color: #215ebd;
  }

  /*　PCのみ視差効果　*/
  .background-attachment-fixed {
    background-attachment: fixed;
  }

  /* ########### トップ-導入事例 / 導入事例ページ ########### */

  .posts-wrapper article:nth-child(n + 4) {
    margin-top: 3%;
  }

  .posts-wrapper article:not(:nth-child(3n)) {
    margin-right: 2.75%;
  }

  .custom-post {
    display: flex;
    flex-wrap: wrap;
  }

  .custom-post>li {
    width: 48%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .custom-post>li:nth-child(n + 3) {
    margin-top: 45px;
  }

  .custom-post>li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  /* ###########  DXパック機能ページ ########### */

  .ability-dxpack-left {
    width: 55%;
  }

  .ability-dxpack-right {
    width: 45%;
    margin-top: -20px;
  }

  .ability-list li {
    width: 24%;
  }

  .ability-list li:nth-child(n + 5) {
    margin-top: 15px;
  }

  .ability-list li:not(:nth-child(4n)) {
    margin-right: 1.333%;
  }

  /* ########## フッター ########## */

  .contents-footer {
    padding: 65px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
  }

  .footer__right {
    justify-content: flex-end;
  }

  .footer__left {
    padding-right: 45px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 60px;
  }
}


@media (min-width: 1500px) {

  /* ########## トップ-メイン ##########
  .main__block-text {
    height: 650px;
    min-height: 650px;
  }

  .main-slider {
    height: 650px;
    min-height: 650px;
  }

  .main-slider img,
  .main-slider video {
    height: 650px;
    min-height: 650px;
  } */
}

@media only screen and (min-width: 2000px) {

  /* ########## トップ-メイン ##########
  .main__block-text {
    height: 100vh;
    height: 100dvh;
  }

  .main-slider {
    height: 100vh;
    height: 100dvh;
  } */

  .main-slider img,
  .main-slider video {
    height: 100vh;
    height: 100dvh;
  }
}