﻿@charset "UTF-8";

/* ##########  一般社団法人トータルサポート協会  ########## */

/*
 * "Poppins" 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) 2026 一般社団法人トータルサポート協会 
 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:
    "Hiragino Sans",
    "Yu Gothic",
    "Yu Gothic UI",
    "Meiryo",
    sans-serif;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #464646;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.1px;
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464646;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.15px;
}

p,
li,
td,
th,
dd,
dt {
  text-align: justify;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-align: initial;
}

#article ol,
#article ul {
  padding-block: 0.25rem;
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
  color: #005990;
}

#article ul>li {
  font-weight: 500;
  list-style: initial !important;
}

#article ol>li {
  list-style-type: decimal !important;
}

#article a {
  border-bottom: 1px solid #464646;
}

.list-style-initial {
  padding-block: 0.25rem;
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
}

ul.list-style-initial li {
  list-style: initial !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

ol.list-style-initial li {
  list-style-type: decimal !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

ol li::marker {
  color: #005990;
}

ul li::marker {
  color: #464646;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #464646 !important;
}

.gray {
  color: #808080 !important;
}

.yellow {
  color: #ffcf2c !important;
}

.gold {
  color: #b8952c !important;
}

.orange {
  color: #ff6f2c !important;
}

.blue {
  color: #005990 !important;
}

.skyblue {
  color: #00abdd !important;
}

.lightblue {
  color: #e8f2f9 !important;
}

.back--transparent {
  background-color: transparent !important;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #464646 !important;
}

.back--gray {
  background-color: #808080 !important;
}

.back--lightgray {
  background-color: #f2f2f2 !important;
}

.back--gold {
  background-color: #b8952c !important;
}

.back--orange {
  background-color: #ff6f2c !important;
}

.back--blue {
  background-color: #005990 !important;
}

.back--skyblue {
  background-color: #00abdd !important;
}

.back--lightblue {
  background-color: #e8f2f9 !important;
  position: relative;
  z-index: 0;
}

.transparent-lightblue {
  background: linear-gradient(to bottom,
      transparent 0%,
      transparent 50%,
      #e8f2f9 50%,
      #e8f2f9 100%);
}

.lightblue-blue {
  background: linear-gradient(to bottom,
      #e8f2f9 0%,
      #e8f2f9 50%,
      #005990 50%,
      #005990 100%);
}

.border {
  border: 1px solid #464646;
}

.border-blue {
  border: 1px solid #005990;
}

.gradation {
  background: linear-gradient(90deg, #ff602c, #ffab00);
}

.border-bottom1,
.border-bottom-black {
  border-bottom: 1px solid #464646;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #005990;
}

.border-bottom-blue2 {
  border-bottom: 2px solid #005990;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Poppins-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Poppins-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Poppins-Bold.woff") format("woff");
  font-display: swap;
}

.poppins {
  font-family: "Poppins", 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));
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.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;
}

.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 #464646;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  position: relative;
  padding-top: 90px;
}

.underlayer__top {
  position: relative;
  margin-top: 90px;
}

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);
  /*filter: drop-shadow(0px 0px #ffffff);*/
  /* 黒線がでるの消すコード */
}

.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-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top-035 {
  margin-top: -0.35em !important;
}

.margin-top-1 {
  margin-top: -1em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top20 {
  margin-top: 20px !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-top120 {
  margin-top: 120px !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !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-bottom-5 {
  margin-bottom: -5px !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-block15 {
  margin-block: 15px !important;
}

.margin-block30 {
  margin-block: 30px !important;
}

.mb-115-pb115 {
  margin-bottom: -115px;
  padding-bottom: 115px;
}

.margin-fit-content-auto {
  margin-inline: auto;
  width: fit-content;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-inline-auto {
  margin-inline: auto;
}

.margin-left0 {
  margin-left: 0 !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-right0 {
  margin-right: 0 !important;
}

.padding-right025 {
  padding-right: 0.25em !important;
}

.margin-right1 {
  margin-right: 1em !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 !important;
}

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

.big110 {
  font-size: 110%;
  line-height: 1;
  margin-inline: 3px;
}

.big135 {
  font-size: 135%;
  line-height: 1;
  margin-inline: 3px;
}

.big150 {
  font-size: 150%;
  line-height: 1;
  margin-inline: 3px;
}

.big175 {
  font-size: 175%;
  line-height: 1;
  margin-inline: 3px;
}

.small50 {
  font-size: 50%;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.small80 {
  font-size: 80%;
}

.small90 {
  font-size: 90%;
}

.asterisk {
  font-size: 10px;
  vertical-align: 10px;
}

.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-2 {
  z-index: -2;
}

.z-index-1 {
  z-index: -1;
}

.z-index0 {
  z-index: 0;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.z-index5 {
  z-index: 5;
}

.z-index6 {
  z-index: 6;
}

.z-index7 {
  z-index: 7;
}

.z-index8 {
  z-index: 8;
}

.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-indent2 {
  padding-left: 2.1em;
  text-indent: -2.1em;
}

.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;
}

.opacity1 {
  opacity: 0.85;
}

.opacity015 {
  opacity: 0.15;
}

/* アニメーション　*
/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.25s forwards;
  will-change: transform;
  animation-delay: 0.25s;
}

.fade-top2 {
  opacity: 0;
  animation: FadeTop 0.75s forwards;
  will-change: transform;
  animation-delay: 0.25s;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, -125px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}


/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  ;
  animation-delay: 0.1s;
}


@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;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .5s forwards;
  will-change: transform
}

@keyframes EffectFade {

  0% {
    opacity: 0;
    transform: translate(0px, 60px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight .5s forwards;
  will-change: transform
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    transform: translate(-125px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft .5s forwards;
  will-change: transform
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translate(125px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.delay {
  animation-delay: 0.25s !important;
}

.delay2 {
  animation-delay: 0.25s !important;
}

.effectfade {
  animation-delay: 0.1s;
}

/* effectfade時間差1 767で切り替え*/

@media (max-width: 767px) {

  .effectfade.second {
    animation-delay: 0.2s;
  }

  .effectfade.third {
    animation-delay: 0.1s;
  }

  .effectfade.fourth {
    animation-delay: 0.2s;
  }

  .effectfade.fifth {
    animation-delay: 0.1s;
  }

  .effectfade.sixth {
    animation-delay: 0.2s;
  }

  .effectfade.seventh {
    animation-delay: 0.1s;
  }

  .effectfade.eighth {
    animation-delay: 0.2s;
  }

  .effectfade.ninth {
    animation-delay: 0.1s;
  }

  .effectfade.tenth {
    animation-delay: 0.2s;
  }
}

/* effectfade時間差1*/
@media (min-width: 768px) {
  .effectfade.second {
    animation-delay: 0.2s;
  }

  .effectfade.third {
    animation-delay: 0.3s;
  }

  .effectfade.fourth {
    animation-delay: 0.4s;
  }

  .effectfade.fifth {
    animation-delay: 0.5s;
  }

  .effectfade.sixth {
    animation-delay: 0.6s;
  }

  .effectfade.seventh {
    animation-delay: 0.7s;
  }

  .effectfade.eighth {
    animation-delay: 0.8s;
  }

  .effectfade.ninth {
    animation-delay: 0.9s;
  }

  .effectfade.tenth {
    animation-delay: 1.0s;
  }
}

/* effectfade時間差 メディアクエリなし*/
.effectfade.second2 {
  animation-delay: 0.2s;
}

.effectfade.third2 {
  animation-delay: 0.3s;
}

.effectfade.fourth2 {
  animation-delay: 0.4s;
}

.effectfade.fifth2 {
  animation-delay: 0.5s;
}

.effectfade.sixth2 {
  animation-delay: 0.6s;
}

.effectfade.seventh2 {
  animation-delay: 0.7s;
}

.effectfade.eighth2 {
  animation-delay: 0.8s;
}

.effectfade.ninth2 {
  animation-delay: 0.9s;
}

.effectfade.tenth2 {
  animation-delay: 1.0s;
}



/* effectfade時間差3 478で切り替え*/

@media (max-width: 478px) {

  .effectfade.second3 {
    animation-delay: 0.2s;
  }

  .effectfade.third3 {
    animation-delay: 0.1s;
  }

  .effectfade.fourth3 {
    animation-delay: 0.2s;
  }

  .effectfade.fifth3 {
    animation-delay: 0.1s;
  }

  .effectfade.sixth3 {
    animation-delay: 0.2s;
  }

  .effectfade.seventh3 {
    animation-delay: 0.1s;
  }

  .effectfade.eighth3 {
    animation-delay: 0.2s;
  }

  .effectfade.ninth3 {
    animation-delay: 0.1s;
  }

  .effectfade.tenth3 {
    animation-delay: 0.2s;
  }
}

/* effectfade時間差3*/
@media (min-width: 479px) {
  .effectfade.second3 {
    animation-delay: 0.2s;
  }

  .effectfade.third3 {
    animation-delay: 0.3s;
  }

  .effectfade.fourth3 {
    animation-delay: 0.4s;
  }

  .effectfade.fifth3 {
    animation-delay: 0.5s;
  }

  .effectfade.sixth3 {
    animation-delay: 0.6s;
  }

  .effectfade.seventh3 {
    animation-delay: 0.7s;
  }

  .effectfade.eighth3 {
    animation-delay: 0.8s;
  }

  .effectfade.ninth3 {
    animation-delay: 0.9s;
  }

  .effectfade.tenth3 {
    animation-delay: 1.0s;
  }
}

.effectfade2 {
  opacity: 0;
  animation: EffectFade2 0.65s forwards;
  will-change: transform;
  animation-delay: 0.5s;
}

@keyframes EffectFade2 {

  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.6);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0) scale(1.1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.text10 {
  font-size: 10px;
}

.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;
}

.text20 {
  font-size: 20px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text33 {
  font-size: 33px;
}

.text35 {
  font-size: 35px;
}

.h2-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.75;
}

.h2-ja {
  display: block;
  font-size: 28px;
  line-height: 1.5;
}

.h2-ja-21 {
  font-size: 21px;
  line-height: 1.5;
}

.h2-ja-24 {
  font-size: 24px;
  line-height: 1.5;
}

.h2-ja-32 {
  font-size: 32px;
  line-height: 1.5;
}

.h2-arrow {
  margin-bottom: 45px;
  margin-inline: auto;
  width: 560px;
  max-width: 100%;
  padding: 30px 30px 55px;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 60px),
      50% 100%,
      0 calc(100% - 60px));
  will-change: clip-path;
  transform: translateZ(0);
  height: auto;
  min-height: auto;
}

.logo.h2-arrow{
  display:flex;
  align-items: center;
  flex-direction: column;
  }
#solution,
#reason,
#security,
#case,
#guarantee,
#comparison,
#price,
#flow,
#faq,
#message,
#contact {
  position: relative;
}

.common-abstract1 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.common-abstract2 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.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-jfe {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.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-fw-fdc {
  display: flex;
  flex-wrap: wrap;
  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: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: linear-gradient(90deg,
      rgba(0, 114, 189, 0.5),
      rgba(24, 41, 135, 0.5));
}

.top-blend2.swiper-slide::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 19, 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;
  background: #fff;
  position: fixed;
  transition: background-color 0.3s ease;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
}

.header-top {
  margin: auto;
  height: 90px;
  z-index: 2001;
}

.header__subtitle {
  color: #464646;
  font-size: 12.75px;
  font-weight: 700;
  line-height: 0.75;
  display: block;
  letter-spacing: 0.2px;
}

.header__subtitle a {
  display: block;
  margin-top: 7.5px;
}

.header__logo a {
  width: 233px;
  transition: all .4s;
}

.logo img {
  width: 233px;
}

.header__logo a:hover {
  opacity: 0.8;
}

.header__nav-link a {
  font-size: 13px;
  font-weight: 700;
  transition: all .5s ease 0s;
  line-height: 1;
  width: 100%;
  height: 100%;
}

/* ボタン外側 */
.openbtn {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #005990;
  border-radius: 5px;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background: #005990;
  transition: all .4s;
}

/* 通常の位置 */
.openbtn span:nth-of-type(1) {
  top: 9px;
}

.openbtn span:nth-of-type(2) {
  top: 18px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/* active：×に変形 */
.openbtn.active span:nth-of-type(1) {
  top: 19px;
  transform: translateX(-50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 19px;
  transform: translateX(-50%) rotate(45deg);
}

.header-tel {
  width: fit-content;
  text-align: right;
}

.header-tel-a {
  color: #005990 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 29px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 10px;
}

.header-tel-a img {
  margin-right: 1px;
  width: 29px;
  height: 31px;
}

.header-tel-text {
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
}

.cta-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cursor-pointer {
  cursor: pointer;
}

/*.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);
  }
}

.header-bottom2 {
  position: fixed;
  display: none;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Safari対応 */
}

/* ########## FV メイン ########## */
.fv {
  background: url(../image/back1.webp) 50% 50% / cover no-repeat;
}

.main-left {
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-right {
  margin-top: 15px
}

.main-tex-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.main-p {
  font-size: clamp(16px, calc(100vw / 520 * 21), 21px);
  line-height: 1.5;
  margin-bottom: 10px;
}

.h2-main-sub {
  display: inline-block;
  background: #005990;
  color: white;
  font-size: 21px;
  font-weight: bold;
  padding: 3px 30px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  will-change: clip-path;
  transform: translateZ(0);
  height: auto;
  min-height: auto;
}

.h2-main-38 {
  display: block;
  font-size: 38px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2-main-54 {
  display: inline-block;
  font-size: 54px;
}

.main-checkbox {
  background: #ffffff;
  padding: 7.5px 12.5px;
  margin-top: 15px;
}

.main-checkbox li:not(:first-child) {
  margin-top: 10px;
}

.main-checkbox li {
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  text-align: initial;
}

.main-checkbox li span {
  display: inline-block;
}

.main-checkbox li img {
  width: 24px;
  margin-top: 3px;
  margin-right: 5px;
}

.checkbox-text {
  font-size: 17px;
  font-weight: 700;
}

.checkbox-text2 {
  color: #ff602c;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.h2-authority {
  font-size: clamp(10px, calc(100vw / 479 * 15), 16px);
  white-space: nowrap;
}

.p-authority {
  font-size: clamp(10px, calc(100vw / 479 * 20), 21px);
  white-space: nowrap;
}

.authority-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding-block: 15px;
}

.authority-wrapper li {
  width: fit-content;
}

.authority-wrapper li h2,
.authority-wrapper li p {
  text-align: center;
}

.num-authority {
  color: #005990;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: -1px;
  padding-right: 2px;
}

.num-authority2 {
  color: #005990;
  font-size: 30px;
  line-height: 1.85;
}

.authority-wrapper li {
  position: relative;
  z-index: 1;
  pointer-events: none;
  padding-inline: 44px;
  padding-top: 10px;
}

.authority-wrapper li::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  left: 0;
  top: 0px;
  width: 44px;
  height: 92px;
  background: url(../image/lease-left.svg) no-repeat center/contain;
  pointer-events: none;
}

.authority-wrapper li::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  right: 0;
  top: 0px;
  width: 44px;
  height: 92px;
  background: url(../image/lease-right.svg) no-repeat center/contain;
  pointer-events: none;
}

.authority-abstract1 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.authority-abstract2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

/* ########## CTA ########## */

#cta {
  position: relative;
}

.clip-arrow {
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 150px),
      50% 100%,
      0 calc(100% - 150px));
  margin-bottom: -150px;
  will-change: clip-path;
  height: auto;
  min-height: auto;
}

#cta::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 89, 144, 0.85);
}

#cta::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url(../image/back2.webp) 50% 25% / cover no-repeat;
  opacity: 0.5;
}

.cta-crown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta-crown img {
  width: 60px;
}

/* ########## フローティングCTA ########## */
/* ########## お困り1 ########## */
#trouble {
  background:
    url(../image/back6.svg) 50% 0% /contain no-repeat,
    #f2f2f2;
}

.illust-trouble {
  text-align: center;
}

.trouble-wrapper h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.trouble-wrapper p {
  line-height: 1.75;
}

.black-circle {
  position: relative;
  margin-left: 1em;
}

.black-circle::before {
  content: "・";
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: -1em;
  pointer-events: none;
}

.black-circle:nth-child(n + 2) {
  margin-top: 10px;
}

.trouble-wrapper li {
  text-align: center;
}

.trouble-wrapper li img {
  width: 220px;
}

/* ########## お困り2 ########## */

#trouble2 {
  background:
    url(../image/back4.webp) 50% 50% /cover no-repeat
}

.margin-trouble-top {
  margin-top: 130px;
}

.trouble-arrow {
  position: absolute !important;
  z-index: 8 !important;
  left: 0;
  right: 0;
}

.solution-arrow {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
}

.title-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.title-dot::before {
  content: "・";
  position: absolute;
  top: -0.7em;
  width: 100%;
  font-size: 0.7em;
}

.graph-wrapper {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 10px;
}

.text-graph {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  text-align: center;
}

.white-checkbox li {
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ffffff !important;
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  text-align: initial;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.white-checkbox li span {
  display: inline-block;
}

.white-checkbox li img {
  width: 24px;
  margin-top: 4px;
  margin-right: 10px;
}

.trouble2-wrapper {
  margin-top: 120px;
  margin-bottom: -30px;
}

.trouble2-left {
  width: 420px;
}

.trouble2-right {
  padding-left: 30px;
  flex: 1;
}

/* ########## サポート ########## */

.illust-solution {
  text-align: center;
}

.solution-wrapper h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.solution-wrapper p {
  line-height: 1.75;
}

.person-support {
  position: absolute;
  left: 30px;
  top: 200px;
  z-index: 8;
}

.solution-text28 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 15px;
  padding: 0 20px;
}

/* 薄いマーカー */
.solution-marker {
  position: relative;
  display: block;
}

.solution-marker::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 4px;
  height: 8px;
  background: rgba(180, 215, 240, 0.5);
  z-index: -1;
}

.solution-marker.second::after {
  left: 15%;
  right: 15%;
}

/* 左右の線 */
.solution-text28::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #0b5d96;
  transform: rotate(60deg);
}

.solution-text28::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #0b5d96;
  transform: rotate(-60deg);
}

/* ########## 8つの理由 ########## */

.reason-wrapper li {
  position: relative;
  background-color: #e8f2f9;
}

.reason-wrapper h3 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.number-reason {
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  width: 76px;
  margin-right: 12px;
}

.number-reason::before {
  content: "";
  width: 76px;
  height: 57px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../image/icon-folder.svg) 50% 50% / contain no-repeat;
}

.num1-6 {
  position: relative;
  z-index: 2;
}

/* ########## 注意 ########## */

#caution2 {
  margin-top: -70px;
  padding-top: 70px;
}

#caution {
  background:
    url(../image/back5.webp) 50% 50% /cover no-repeat
}

.caution-arrow {
  position: absolute;
  z-index: 8;
  top: -70px;
  left: 0;
  right: 0;
}

.caution-left {
  width: 48%;
}

.caution-right {
  width: 48%;
}

/* ########## セキュリティ ########## */

#security {
  background: url(../image/back3.svg) 50% 50% / contain repeat;
}

.color-checkbox li {
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #005990 !important;
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  text-align: initial;
  color: #005990;
  font-size: 18px;
  font-weight: bold;
}

.color-checkbox li span {
  display: inline-block;
}

.color-checkbox li img {
  width: 24px;
  margin-top: 4px;
  margin-right: 10px;
}

.photo-security1 {
  width: 24%;
}

.text-security {
  width: 43%;
  margin-left: 4.5%;
  margin-right: 4.5%;
}

.photo-security2 {
  width: 24%;
}

.photo-security1 img {
  margin-block: 10px;
}

.photo-security2 img {
  margin-block: 10px;
}

.h3-security {
  margin-bottom: 10px;
}

.h3-security img {
  margin-left: 5px;
  width: 53px;
}

/* ########## 活用事例 ########## */
.num910000 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-inline: 5px;
}

.case-wrapper li {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-case {
  width: 333px;
}

.text-case {
  flex: 1;
}

/* ########## 安心のダブル保証 ########## */
.text47 {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding-inline: 3px;
  font-weight: 700;
  font-size: 47px;
}

.guarantee-wrapper li {
  background-color: #e8f2f9;
  position: relative;
}

.title-guarantee {
  position: relative;
  width: 170px;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-inline: auto;
  text-align: center;
}

.title-guarantee::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 0;
  top: -10px;
  width: 44px;
  height: 92px;
  background: url(../image/lease-left.svg) no-repeat center/contain;
  pointer-events: none;
}

.title-guarantee::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: 0;
  top: -10px;
  width: 44px;
  height: 92px;
  background: url(../image/lease-right.svg) no-repeat center/contain;
  pointer-events: none;
}

/* ########## 他社比較 ########## */

.comparison-table-wrapper {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 960px;
  overflow-x: hidden;
}

.comparison-table tr:not(:last-child) td {
  border-bottom: 1px solid #bdbdbd;
}

.comparison-table tr:not(:last-child) th {
  border-bottom: 1px solid #bdbdbd;
}

.comparison-table tr td:nth-child(4) {
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}

.comparison-table tr th:nth-child(4) {
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}

.comparison-table thead th:first-child {
  background: #ffffff;
  text-align: left;
}

.comparison-table th {
  padding: 20px 10px 20px 15px;
  vertical-align: middle;
}

.comparison-table td {
  padding: 20px 20px;
  vertical-align: middle;
}

.comparison-table thead th {
  background: #f4f9fc;
  color: rgb(70, 70, 70);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.comparison-table thead th:not(:first-child) {
  border-top: 2px solid #e8f2f9;
}

.comparison-table {
  border-collapse: separate;
}

.comparison-company--main {
  font-size: 24px !important;
  background: #ff6f2c !important;
  border: 5px solid #ff6f2c !important;
  color: #ffffff !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.comparison-table tbody th {
  background: #f4f9fc;
  color: #464646;
  font-weight: 700;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}

.comparison-table th:first-child {
  width: 160px;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
  width: 265px;
}

.comparison-table tbody td {
  background: #ffffff;
  color: #464646;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.comparison-table tbody td:first-child,
.comparison-table tbody th:first-child {
  text-align: left;
}

.comparison-list li {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
}

.comparison-list li::before {
  content: "・";
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: -1em;
  pointer-events: none;
}

.comparison-main-value {
  border-left: 5px solid #ff6f2c;
  border-right: 5px solid #ff6f2c;
  background: #fff6f2 !important;
  color: #ff6f2c !important;
  font-size: 16px !important;
  font-weight: 700;
}

.comparison-main-value li {
  color: #ff6f2c !important;
  font-size: 16px;
  font-weight: 700;
}

.comparison-table tbody tr:last-child .comparison-main-value {
  background: #ffffff;
  border-bottom: 5px solid #ff6f2c;
}

.comparison-discount {
  color: #ffffff;
  background: #ff6f2c;
  padding: 3px 7px;
}

.num-price {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.comparison-price-old {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 5px;
}

.comparison-price-old::before,
.comparison-price-old::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.comparison-price-old::before {
  top: 45%;
}

.comparison-price-old::after {
  top: 60%;
}

.minimum-order-fee {
  background-color: #ffffff;
  color: #ff6f2c;
  border: 1px solid #ff6f2c;
  padding: 6px 5px 5px;
  line-height: 1;
  display: inline-block;
}

.off-fee {
  background-color: #ff6f2c;
  color: #ffffff;
  border: 1px solid #ff6f2c;
  padding: 6px 5px 4px;
  line-height: 1;
  display: inline-block;
}

/* ########## 参考価格 ########## */
.price-wrapper li {
  background-color: #e8f2f9;
  position: relative;
}

.price-wrapper h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #464646;
  line-height: 1.5;
}

.price-wrapper p {
  line-height: 1.5;
}

.text26 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/* ########## ご利用の流れ ########## */
.step-contents {
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: stretch;
}

.flow-number {
  color: #ffffff;
  background-color: #005990;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 5px;
  width: 65px;
}

.triangle {
  margin-inline: auto;
  margin-block: 20px;
  width: 75px;
  height: 25px;
  background: #00abdd;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.flow-contents {
  padding: 30px;
  display: flex;
  align-items: center;
  flex: 1;
}

.flow-contents h3 {
  margin-bottom: 5px;
}

.flow-icon {
  width: 60px
}

.flow-text {
  flex: 1;
  padding-left: 30px;
}

.flow-step {
  font-size: 16px;
}

.flow-num {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

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

.faq-tr:not(:first-child) {
  margin: 25px 0 0 0;
}

.faq-tr {
  position: relative;
  display: block;
}

.faq-th {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 21px;
  font-weight: 700;
  padding: 22px 55px 22px 90px;
  line-height: 1.75;
  color: rgb(255, 255, 255);
  background-color: #005990;
  border: #005990 1px solid;
  overflow: hidden;
}

.faqtable th.open+td .abox-contents {
  display: block;
}

.abox-contents {
  display: none;
  overflow: hidden;
}

.faq-td {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  background-color: #e8f2f9;
  transition: 0.5s;
}

.faq-th.selected::after {
  transform: rotate(0);
  transition: 0.5s;
}

.faq-th::before,
.faq-th::after {
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  width: 25px;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.faq-th::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}

.faq-tr::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 15px;
  top: 9px;
  width: 55px;
  height: 63px;
  background: url(../image/icon-q.svg) no-repeat center/contain;
  pointer-events: none;
}

.faqtable .abox-contents2 {
  position: relative;
  padding: 25px 20px 25px 20px;
  line-height: 2;
}

/* ########### よくある質問の表 ###########  */

.table-com {
  border-top: #464646 1px solid;
  margin-top: 30px;
}

.table-com-th {
  color: #005990;
  padding: 13px 0px 10px 0px;
  font-weight: 700;
  text-align: left;
  width: 190px;
  font-size: 18px;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 1.75;
  vertical-align: middle;
}

.table-com-th.dpi {
  width: 100px;
}

.table-com-th.pp {
  width: 300px;
  font-size: 18px;
}

.table-com-th2 {
  color: #ff6f2c;
  padding: 13px 0px 10px 0px;
  font-weight: 700;
  text-align: left;
  width: 185px;
  font-size: 18px;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 2;
  vertical-align: middle;
}

.table-com-th2.text14 {
  font-size: 14px;
}

.table-com-td {
  padding: 13px 0px 10px 15px;
  width: 100%;
  text-align: left;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 2;
  vertical-align: middle;
}

.table-com-td.pp {
  font-size: 18px;
}

/* ########## 下層ページ共通 ########## */

/* ########## 代表からのメッセージ ########## */

.greeting-image {
  max-width: 450px;
  margin-inline: auto;
}

/* ########## お問い合わせ ########## */

#contact2 {
  margin-top: -55px;
  padding-top: 55px;
}

.contact-arrow {
  position: absolute;
  z-index: 8;
  top: -55px;
  left: 0;
  right: 0;
}

.radio-input label {
  display: inline-flex;
  align-items: center;
}

/* wordpressでずれるのでこのコードが必要 */
.radio-input label {
  margin-top: 8px;
}

/* wordpressで空きが出るのでこのコードが必要 */
.radio-input span {
  margin-left: 0;
  margin-right: 8px;
}

/* inputがずれるの解決方法パターン２：スピナーを非表示にする */
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* Contact Form 7 のバリデーションメッセージ枠を非表示にする */
.wpcf7 form .wpcf7-response-output {
  display: none;
  border: none;
  margin: 0;
  padding: 0;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
  accent-color: #005990;
}

.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: 16px;
  -webkit-text-fill-color: #d6d6d6 !important;
}

.contacttable .hitusu {
  position: absolute;
  top: 21px;
  right: 25px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 3px;
  line-height: 1.35;
  padding: 3px 5px 2px;
  font-weight: 700;
  color: #ff5a3b;
  font-size: 14px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 900;
  width: 330px;
  padding: 17px 0px;
  color: #005990;
  position: relative;
}

.contacttable td {
  padding: 14px 0px;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td input[type=url],
.contacttable td select {
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  border: #ffffff 0px solid;
  background-color: #e8f3f8;
  -webkit-text-fill-color: #464646 !important;
}

.contacttable td input[type=text]:not(.wpcf7-free-text) {
  width: 100%;
}

.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td input[type=url] {
  width: 100%;
  max-width: 100%;
}

.contacttable td select {
  width: 298px;
  padding-top: 9px;
  padding-bottom: 7px;
  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 select {
  color: #464646 !important;
}

/* value=""（プレースホルダー）が選ばれている間だけグレーにする */
.contacttable td select:has(option:checked[value=""]) {
  -webkit-text-fill-color: #464646 !important;
}

.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  width: 100%;
  height: 135px;
  border: #ffffff 0px solid;
  background-color: #e8f3f8;
  -webkit-text-fill-color: #464646 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #e8f3f8 inset;
}

input.adjust:-webkit-autofill {
  box-shadow: 0 0 0 1000px #e8f3f8 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;
}

/* ########## 共通ボタン ########## */

.button-common {
  position: relative;
}

.button-common>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.5px 5px 11px;
  margin-inline: auto;
  width: 585px;
  max-width: 100%;
  height: 55px;
  border-radius: 55px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to right,
      #ff602c,
      #ffab00,
      #ff602c);
  background-size: 300% 100%;
  transition: background-position .4s ease-in-out, box-shadow .4s ease-in-out;
}

.button-common>a {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.button-common>a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 17px;
  top: 32%;
  display: inline-block;
  transition: all .25s ease 0s;
}

.button-common>a::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ff8b3b;
  border-top: 1px solid #ff8b3b;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  z-index: 2;
  transition: all .25s ease 0s;
}


.button-common.back-button>a::after {
  display: none;
}

.button-common.back-button>a::before {
  display: none;
}


.button-common.w-header>a {
  width: 195px;
  height: 32px;
  font-size: 14px;
  padding-top: 12px;
}

.button-common.w-header>a::after {
  content: "";
  width: 15px;
  height: 15px;
  right: 7.5px;
  top: 28%;
}

.button-common.w-header>a::before {
  content: "";
  right: 14px;
  width: 5px;
  height: 5px;
  top: 52%;
}


@media (any-hover: hover) {
  .button-common>a:hover {
    background-position: 100% 0;
  }
}

/* キーボード操作の見やすさ */
.button-common>a:focus-visible {
  outline: 3px solid #ff602c;
  outline-offset: 3px;
}

/* 動きを控える配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .button-common>a {
    transition: none;
  }
}

.campaign-text1 {
  font-size: 14px;
  font-weight: 700;
  color: #464646;
  text-align: center;
  margin-bottom: -3px;
}

.campaign-text1-big {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #ff6f2c;
  padding-right: 2px;
  letter-spacing: -0.5px;
}

.campaign2 .campaign-text1 {
  font-size: 21px;
}

.campaign2 .campaign-text1-big {
  font-size: 39px;
}

.campaign3 .campaign-text1 {
  font-size: 21px;
}

.campaign3 .campaign-text1-big {
  font-size: 39px;
}

/* ########## inputボタン ########## */

.button-common>input,
.back-button>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 70px;
  border-radius: 70px;
  font-size: 21px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to right,
      #ff602c,
      #ffab00,
      #ff602c);
  background-size: 300% 100%;
  transition: background-position .4s ease-in-out, box-shadow .4s ease-in-out;
}

.button-common>input,
.back-button>a {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.button-common {
  position: relative;
}

.input-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: 20px;
  display: inline-block;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.input-button::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ff8b3b;
  border-top: 1px solid #ff8b3b;
  transform: translateY(-50%) rotate(45deg);
  top: 47%;
  z-index: 2;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.back-button>input,
.back-button>a {
  color: #ffffff;
  background-color: #9296ad;
  border: #9296ad 1px solid;
}

.back-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 20px;
  display: inline-block;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.back-button::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #005990;
  border-top: 1px solid #005990;
  transform: translateY(-50%) rotate(-135deg);
  top: 47%;
  z-index: 2;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  gap: 20px
}

@media (any-hover: hover) {

  .button-common>input:hover,
  .back-button>a:hover {
    background-position: 100% 0;
  }
}

/* ########## お問い合わせ確認画面 ########## */

.formTable {
  border-top: #464646 0px solid;
}

.formTable th {
  color: #005990;
  border-bottom: #464646 0px solid;
  font-weight: 700;
  width: 230px;
  height: 45px;
  min-height: 45px;
  padding-bottom: 16px;
}

.formTable td {
  min-height: 45px;
  font-weight: 500;
  border-bottom: #464646 0px solid;
  width: 100%;
  padding-bottom: 16px;
}

p.error_messe {
  margin: 5px 0;
  color: #005990;
}

.confirm-button {
  width: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.back-button>input,
.back-button>a {
  background-image: linear-gradient(to right,
      #005990,
      #00385a,
      #005990);
  background-size: 300% 100%;
  transition: background-position .4s ease-in-out, box-shadow .4s ease-in-out;
}

@media (any-hover: hover) {

  .back-button>input:hover,
  .back-button>a:hover {
    background-position: 100% 0;
  }
}

/* ########### 個人情報保護方針 ########### */

.policytitle {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
  color: #005990;
  position: relative;
  display: block;
}

#article ol li::marker {
  font-size: 18px;
}

.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  color: #464646;
}

.policytitle.small {
  font-size: 18px;
}

.policytext.small {
  font-size: 14px;
}

.infobox {
  margin: 15px 0 15px;
  padding: 15px;
  height: 165px;
  overflow-y: scroll;
  border: #8aa5b3 1px solid;
  background-color: rgb(255, 255, 255);
}

#article ul>li {
  font-weight: 500;
  list-style: initial !important;
}

/* ########## フッター ########### */

#footer {
  position: relative;
}

#footer::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 89, 144, 0.85);
}

#footer::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url(../image/back7.webp) 60% 50% / cover no-repeat;
  opacity: 0.5;
}

.footer__left {
  margin-top: 10px;
  width: 400px;
}

.footer__right {
  flex: 1;
}

.footer__subtitle {
  font-size: 14px;
  font-weight: 500;
  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: 700;
  line-height: 1.5;
  cursor: pointer;
}

.footer__nav li {
  margin-bottom: 5px;
}

.footer-second {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 400px;
  height: 260px;
}

.footer-second li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 3.75px;
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #005990;
  background-color: #e8f2f9 !important;
  padding: 30px;
}

.event-none {
  pointer-events: none;
  margin-bottom: 0.65em;
}

/* ########## フッター下部リンク ########## */
.footer__nav.footer__nav2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding-left: 0;
  margin: 30px auto 0;
}

.footer__nav.footer__nav2 li {
  display: flex;
  align-items: center;
  margin: 0;
}

.footer__nav.footer__nav2 li a {
  font-size: 13px;
}

.footer__nav.footer__nav2 li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  margin: 0 15px;
  background-color: #ffffff;
}

/* ####################################### 479px以下 ####################################### */

@media (max-width: 479px) {

  /* ############## 共通 ############## */
  html,
  body {
    font-size: 16px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 16px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 15px;
  }

  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;
  }

  .text20 {
    font-size: 17px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text28 {
    font-size: 22px;
  }

  .text30 {
    font-size: 22px;
  }

  .text32 {
    font-size: 23px;
  }

  .text33 {
    font-size: 24px;
  }

  .text35 {
    font-size: 26px;
  }

  .h2-en {
    font-size: 17px;
  }

  .h2-ja {
    font-size: 22px;
  }

  .h2-ja-21 {
    font-size: 17px;
  }

  .h2-ja-24 {
    font-size: 18px;
  }

  .h2-ja-32 {
    font-size: 24px;
  }

  .h2-arrow {
    margin-bottom: 35px;
    margin-inline: auto;
    width: 560px;
    max-width: 100%;
    padding: 20px 15px 40px;
    clip-path: polygon(0 0,
        100% 0,
        100% calc(100% - 40px),
        50% 100%,
        0 calc(100% - 40px));
  }

  .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;
  }

  .pc1sf {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2tbsf {
    display: block !important;
  }

  .pc2tb {
    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;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 45px 15px;
  }

  .contents.top-arrow3 {
    padding-top: 75px;
  }

  .contents.top-arrow {
    padding-top: 105px;
  }

  .contents.top-arrow2 {
    padding-top: 150px;
  }

  .contents.bottom-arrow {
    padding-bottom: 105px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 175px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom-arrow {
    padding-bottom: 90px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 135px;
  }

  .contents.top-half {
    padding-top: 22.5px;
  }

  .contents.bottom-half {
    padding-bottom: 22.5px;
  }

  .contents.top-half-half {
    padding-top: 7.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 7.5px;
  }

  .blogtext img,
  .blogtext video,
  .blogtext iframe {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .margin-top15 {
    margin-top: 7.5px !important;
  }

  .margin-top20 {
    margin-top: 10px !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-top120 {
    margin-top: 60px !important;
  }

  .margin-top130 {
    margin-top: 65px !important;
  }

  .margin-bottom15 {
    margin-bottom: 15px !important;
  }

  .margin-bottom20 {
    margin-bottom: 10px !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;
  }

  .margin-block15 {
    margin-block: 10px !important;
  }

  .margin-block30 {
    margin-block: 15px !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;
  }

  /* ########## ヘッダー ########## */

  /* ボタン外側 */
  .openbtn {
    top: 30px;
    right: 15px;
  }

  .header__subtitle {
    font-size: 10.25px;
    letter-spacing: 0.2px;
  }

  .header__logo a {
    width: 185px;
  }

  .logo img {
    width: 185px;
  }

  .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;
    font-weight: 700;
    color: #005990;
    padding: 15px 0;
    display: block;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px dashed #464646 !important;
    margin: 0 15px;
  }

  .header__nav-link a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0.5px;
    border-left: 8px solid #00abdd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .nav-adress {
    padding: 10px 0 15px;
    margin-inline: 20px;
    text-align: left;
    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 #464646;
    border-right: 2px solid #464646;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #464646;
    border-right: 2px solid #464646;
    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: #464646;
    transition: all .5s ease 0s;
  }

  .header-tel-a {
    font-size: 25px;
  }

  .header-tel-a img {
    width: 25px;
    height: 27px;
  }

  /* ########## FV メイン ########## */

  .fv {
    background: url(../image/back1-sf.webp) 25% 50% / cover no-repeat;
  }

  .h2-main-sub {
    font-size: clamp(14px, calc(100vw / 410 * 19), 19px);
    padding: 3px clamp(10px, calc(100vw / 420 * 30), 30px);
  }

  .h2-main img {
    width: clamp(14px, calc(100vw / 410 * 30), 30px);
  }

  .h2-main-38 {
    font-size: clamp(18px, calc(100vw / 470 * 30), 30px);
  }

  .h2-main-54 {
    font-size: clamp(26px, calc(100vw / 470 * 42), 42px);
  }

  .main-checkbox {
    padding: 7.5px 12.5px 7.5px 7.5px;
  }

  .main-checkbox li:not(:first-child) {
    margin-top: 5px;
  }

  .main-checkbox li img {
    width: clamp(13px, calc(100vw / 479 * 21), 21px);
    margin-top: 4px;
    margin-right: 5px;
  }

  .checkbox-text {
    font-size: clamp(13px, calc(100vw / 479 * 16), 16px);
  }

  .checkbox-text2 {
    font-size: clamp(14px, calc(100vw / 479 * 19), 19px);
    line-height: 1.35;
  }

  .main-p {
    text-align: center;
  }

  .main-right {
    margin-top: -10px;
    width: 100%;
    text-align: right;
  }

  .main-right {
    margin-top: -165px;
    width: 100%;
    text-align: right;
  }

  .main-right img {
    width: clamp(180px, calc(100vw / 479 * 275), 275px);
  }

  .main-checkbox {
    width: 60%;
  }

  .authority-abstract1 {
    text-align: left;
  }

  .authority-abstract2 {
    text-align: right;
  }

  .authority-abstract1 img {
    width: 140px;
  }

  .authority-abstract2 img {
    width: 120px;
  }

  .authority-wrapper {
    gap: 5px;
    padding-block: 15px;
  }


  .num-authority {
    color: #005990;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -1px;
    padding-right: 2px;
  }

  .num-authority2 {
    color: #005990;
    font-size: 19px;
    line-height: 1.25;
  }

  .authority-wrapper li {
    position: relative;
    pointer-events: none;
    padding-inline: 33px;
    padding-top: 10px;
    width: 49%;
  }

  .authority-wrapper li:nth-child(3) {
    padding-inline: 40px;
    width: fit-content;
  }

  .authority-wrapper li::before {
    width: clamp(20px, calc(100vw / 470 * 33), 33px);
    height: clamp(70px, calc(100vw / 470 * 76), 76px);
  }

  .authority-wrapper li::after {
    width: clamp(25px, calc(100vw / 470 * 33), 33px);
    height: clamp(70px, calc(100vw / 470 * 76), 76px);
  }

  .authority-wrapper li:nth-child(3) h2 {
    margin-top: -5px;
  }

  /* ########## CTA ########## */
  .clip-arrow {
    clip-path: polygon(0 0,
        100% 0,
        100% calc(100% - 60px),
        50% 100%,
        0 calc(100% - 60px));
    margin-bottom: -60px;
  }

  .cta-crown {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cta-crown img {
    width: 45px;
  }

  #cta::before {
    background: url(../image/back2-sf2.webp) 50% 50% / cover no-repeat;
  }

  /* ########## フローティングCTA ########## */
  /* ########## お困り1 ########## */
  #trouble {
    background:
      url(../image/back6.svg) 50% 0% /1000px no-repeat,
      #f2f2f2;
  }

  .caution-arrow {
    top: -60px;
    margin-inline: 15px;
    width: calc(100% - 30px);
  }

  .trouble-wrapper li {
    width: 47%;
  }

  .trouble-wrapper li:not(:nth-child(2n)) {
    margin-right: 6%;
  }

  .trouble-wrapper li:nth-child(n + 3) {
    margin-top: 30px;
  }

  /* ########## お困り2 ########## */

  #trouble2 {
    background:
      url(../image/back4-sf2.webp) 50% 50% /cover no-repeat
  }

  .margin-trouble-top {
    margin-top: 45px;
  }

  .trouble-arrow {
    top: -30px;
    margin-inline: 15px;
    width: calc(100% - 30px);
  }

  .white-checkbox li {
    margin-top: 6px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .white-checkbox li img {
    width: 20px;
    margin-top: 3px;
    margin-right: 8px;
  }

  .trouble2-wrapper {
    margin-top: 80px;
    margin-bottom: 10px;
  }

  .trouble2-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .trouble2-right {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .graph-wrapper img {
    width: 220px;
  }

  /* ########## サポート ########## */

  #trouble3 {
    margin-bottom: -120px !important;
  }

  #solution2 {
    margin-top: -60px;
    padding-top: 60px;
  }

  .solution-arrow {
    top: -70px;
    margin-inline: 15px;
    width: calc(100% - 30px);
  }

  .solution-wrapper li {
    width: 47%;
  }

  .solution-wrapper li:not(:nth-child(2n)) {
    margin-right: 6%;
  }

  .solution-wrapper li:nth-child(n + 3) {
    margin-top: 30px;
  }

  .solution-text21 {
    margin-top: 15px;
  }

  .solution-text28 {
    margin-top: 15px;
    padding: 0 10px;
    font-size: clamp(16px, calc(100vw / 460 * 22), 22px) !important;
  }

  .solution-marker::after {
    bottom: 2px;
    height: 6px;
  }

  .solution-marker.second::after {
    left: 15%;
    right: 15%;
  }

  /* 左右の線 */

  .solution-text28::after {
    left: -30px;
    top: 50%;
    width: 60px;
    height: 1px;
  }

  .solution-text28::before {
    right: -30px;
    top: 50%;
    width: 60px;
    height: 1px;
  }

  /* ########## 8つの理由 ########## */

  .reason-wrapper li {
    padding: 15px;
  }

  .reason-wrapper li {
    width: 100%;
  }

  .reason-wrapper li:nth-child(n + 2) {
    margin-top: 15px;
  }

  .reason-wrapper h3 {
    margin-top: 15px;
  }

  .number-reason {
    font-size: 32px;
    width: 58px;
    margin-right: 7px;
    margin-top: 1px;
    line-height: 1.4;
  }

  .number-reason::before {
    content: "";
    width: 58px;
    height: 40px;
  }

  .person-padding {
    padding-right: clamp(10px, calc(100vw / 400 * 140), 140px);
  }

  .person-reason {
    position: absolute;
    bottom: 60px;
    width: clamp(10px, calc(100vw / 400 * 145), 145px);
    margin: auto;
    right: 15px;
    z-index: 1;
  }

  /* ########## 注意 ########## */

  #caution2 {
    margin-top: -55px;
    padding-top: 55px;
  }

  #caution {
    background:
      url(../image/back5-sf.webp) 50% 50% /cover no-repeat
  }

  .caution-left {
    width: 100%;
  }

  .caution-right {
    width: 100%;
  }

  .caution-margin-top {
    margin-top: 15px;
  }

  .caution-margin-bottom {
    margin-bottom: 30px;
  }

  /* ########## セキュリティ ########## */

  #security {
    background: url(../image/back3-sf.svg) 50% 50% / contain repeat;
  }

  .color-checkbox li {
    margin-top: 6px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .color-checkbox li img {
    width: 20px;
    margin-top: 3px;
    margin-right: 8px;
  }

  .text-security {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    order: 1;
    margin-bottom: 15px;
  }

  .photo-security1 {
    width: 48.5%;
    order: 2;
    margin-right: 3%;
  }

  .photo-security1 img {
    margin-block: 3%;
  }

  .photo-security2 img {
    margin-block: 3%;
  }

  .photo-security2 {
    width: 48.5%;
    order: 3;
  }

  .h3-security img {
    margin-left: 5px;
    width: 33px;
  }

  /* ########## 活用事例 ########## */

  .case-wrapper li {
    padding: 15px;
  }

  .case-wrapper li:nth-child(n + 2) {
    margin-top: 15px;
  }

  .photo-case {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    order: 1;
  }

  .text-case {
    order: 2;
  }

  .photo-case img {
    width: 250px;
  }

  /* ########## 安心のダブル保証 ########## */

  .title-guarantee {
    width: 120px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .title-guarantee::before {
    top: -13px;
    width: clamp(20px, calc(100vw / 470 * 33), 33px);
    height: clamp(70px, calc(100vw / 470 * 76), 76px);
  }

  .title-guarantee::after {
    top: -13px;
    width: clamp(20px, calc(100vw / 470 * 33), 33px);
    height: clamp(70px, calc(100vw / 470 * 76), 76px);
  }

  .text47 {
    font-size: 32px;
  }

  .guarantee-wrapper li {
    width: 100%;
    padding: 15px;
  }

  .guarantee-wrapper li:nth-child(n + 2) {
    margin-top: 15px;
  }

  /* ########## 他社比較 ########## */

  .comparison-table-wrapper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }

  .comparison-table th {
    padding: 20px 10px;
  }

  .comparison-table td {
    padding: 20px 20px;
  }

  .comparison-table thead th {
    font-size: 16px;
  }

  .comparison-table thead th:not(:first-child) {
    border-top: 2px solid #e8f2f9;
  }

  .comparison-company {
    font-size: 16px;
  }

  .comparison-company--main {
    font-size: 21px !important;
    border: 4px solid #ff6f2c !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .comparison-table tbody th {
    font-size: 11px;
  }

  .comparison-table th:first-child {
    width: 120px;
  }

  .comparison-table th:nth-child(2),
  .comparison-table td:nth-child(2) {
    width: 220px;
  }

  .comparison-table tbody td {
    font-size: 11px;
  }

  .comparison-list li {
    font-size: 11px;
  }

  .comparison-main-value {
    border-left: 4px solid #ff6f2c;
    border-right: 4px solid #ff6f2c;
    font-size: 14px !important;
  }

  .comparison-main-value li {
    font-size: 14px;
  }

  .comparison-table tbody tr:last-child .comparison-main-value {
    border-bottom: 4px solid #ff6f2c;
  }

  .comparison-discount {
    padding: 3px 7px;
  }

  .num-price {
    font-size: 21px;
  }

  /* ########## 参考価格 ########## */
  .price-wrapper li {
    padding: 15px;
  }

  .price-wrapper li {
    width: 100%;
  }


  .price-wrapper li:nth-child(n + 2) {
    margin-top: 15px;
  }

  .price-wrapper h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  /* ########## ご利用の流れ ########## */

  .flow-contents {
    padding: 15px 10px 15px 10px;
  }

  .triangle {
    margin-block: 10px;
    width: 40px;
    height: 15px;
  }

  .flow-number {
    padding: 3px;
    width: 45px;
  }

  .flow-icon {
    width: 45px
  }

  .flow-text {
    padding-left: 10px;
  }

  .flow-step {
    font-size: 13px;
  }

  .flow-num {
    font-size: 22px;
  }

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

  .faq-tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faq-tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faq-th {
    font-size: 16px;
    padding: 12px 55px 12px 70px;
    color: rgb(255, 255, 255);
  }

  .faq-td {
    font-size: 16px;
  }

  .faq-tr::before {
    content: "";
    left: 7.5px;
    top: 9px;
    width: 40px;
    height: 45px;
  }

  .faqtable .abox-contents2 {
    padding: 20px 15px 20px 15px;
  }

  /* ########### よくある質問の表 ###########  */

  .table-com {
    border-top: #ffffff 0px solid;
    border-bottom: #464646 1px solid;
  }

  .table-com.table-op,
  .table-com.table-op tbody,
  .table-com.table-op tr {
    display: block;
  }

  .table-com.table-op .op-tr-first {
    display: none;
  }

  .table-com.table-op .op-tr {
    display: flex;
    flex-wrap: wrap;
  }

  .table-com.table-op .table-com-th2 {
    width: 40%;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0px !important;
  }

  .table-com.table-op .table-com-th {
    width: 60%;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0px !important;
  }

  .table-com.table-op .table-com-td {
    padding-top: 0px !important;
    width: 100%;
    display: block;
    padding-left: 0;
    padding: 2px 0px 10px;
    font-size: 16px;
    border: #ffffff 0px solid;
  }

  .table-com-th {
    font-size: 16px;
    border-bottom: #ffffff 0px solid;
  }

  .table-com-th2 {
    text-align: right;
    font-size: 16px;
    border-bottom: #ffffff 0px solid;
  }

  .table-com-th2 .num-price {
    line-height: 1;
  }

  .table-com-th.dpi {
    font-size: 16px;
    width: 85px;
  }

  .table-com-th.pp {
    font-size: 16px;
    width: 100%;
    display: block;
    padding-bottom: 0;
  }

  .table-com-td {
    font-size: 16px;
  }

  .table-com-td.pp {
    font-size: 16px;
    width: 100%;
    display: block;
    border: none;
    padding-left: 0;
  }

  /* ########## 代表からのメッセージ ########## */
  /* ########## 下層ページ共通 ########## */
  /* ########## お問い合わせ ########## */

  #contact2 {
    margin-top: -45px;
    padding-top: 45px;
  }

  .contact-arrow {
    top: -45px;
    margin-inline: 15px;
    width: calc(100% - 30px);
  }

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 15px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  ::placeholder,
  .contacttable ::placeholder {
    font-size: 14px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 19px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td input[type=tel],
  .contacttable td input[type=email],
  .contacttable td input[type=url] {
    font-size: 14px;
    padding: 7px 10px;
  }

  .contacttable td select {
    font-size: 14px;
    padding: 7px 30px 7px 10px;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 10px;
    font-size: 13px;
  }

  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## 共通ボタン ########## */

  .button-common>a {
    padding: 11.5px 5px 10px;
    width: 585px;
    height: 50px;
    border-radius: 50px;
    font-size: 19px;
    position: relative;
  }

  .button-common>a::after {
    right: 16.5px;
    top: 32%;
  }

  .button-common>a::before {
    right: 24px;
    top: 52%;
  }

  /* ########## inputボタン ########## */
  .button-common>input,
  .back-button>a {
    font-size: 17px;
    height: 60px;
    width: 270px;
  }

  .input-button::after {
    top: 30%;
  }

  .input-button::before {
    top: 50%;
  }

  .back-button::after {
    top: 30%;
  }

  .back-button::before {
    top: 50%;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .formTable th {
    width: 100%;
    height: 30px;
    min-height: 30px;
    padding-bottom: 5px;
    display: block;
  }

  .formTable td {
    width: 100%;
    display: block;
  }

  .confirm-button {
    flex-wrap: wrap;
    width: 100%;
    gap: 0px;
  }

  /* ########### 個人情報保護方針 ########### */

  .policytitle {
    font-size: 16px;
    padding-bottom: 5px;
  }

  #article ol li::marker {
    font-size: 16px;
  }

  .policytext {
    font-size: 14px;
  }

  .policytitle.small {
    font-size: 15px;
  }

  .policytext.small {
    font-size: 13px;
  }

  .infobox {
    margin: 10px 0 10px;
    padding: 10px;
    height: 185px;
  }

  /* ########## フッター ########### */

  .footer {
    position: relative;
  }

  .contents-footer {
    padding: 45px 15px 22.5px;
  }

  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer-second {
    width: fit-content;
  }

  .footer__nav {
    padding-left: 10px;
  }

  .footer__nav li {
    margin-right: 10px;
  }


  .footer__nav li a {
    font-size: 13px;
  }

  .footer__nav li {
    margin-bottom: 10px;
  }

  .footer__left .header__subtitle,
  .footer__subtitle,
  .footer__nav,
  .footer__second {
    margin: auto;
    width: fit-content;
  }

  .footer__right {
    margin-top: 35px;
    width: 100%;
  }

  .footer-second {
    width: 290px;
    height: 280px;
  }

  .footer__copy {
    padding: 15px;
    height: auto;
    flex-direction: column;
  }

  #footer::before {
    background: url(../image/back7-sf2.webp) 50% 50% / cover no-repeat;
  }

  /* ########## フッター下部リンク ########## */
  .footer__nav.footer__nav2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding-left: 0;
    margin: 10px auto 0;
  }

  .footer__nav.footer__nav2 li {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .footer__nav.footer__nav2 li a {
    font-size: clamp(10px, calc(100vw / 450 * 13), 13px);
  }

  .footer__nav.footer__nav2 li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    margin: 10px clamp(5px, calc(100vw / 450 * 10), 10px);
    background-color: #ffffff;
  }
}

/* ####################################### 480px以上768px以下 ####################################### */

@media (min-width: 480px) and (max-width: 767px) {

  /* ############## 共通 ############## */

  html,
  body {
    font-size: 17px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 17px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  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: 18px;
  }

  .text20 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text28 {
    font-size: 25px;
  }

  .text30 {
    font-size: 26px;
  }

  .text32 {
    font-size: 27px;
  }

  .text33 {
    font-size: 28px;
  }

  .text35 {
    font-size: 30px;
  }

  .h2-en {
    font-size: 19px;
  }

  .h2-ja {
    font-size: 24px;
  }

  .h2-ja-21 {
    font-size: 18px;
  }

  .h2-ja-24 {
    font-size: 20px;
  }

  .h2-ja-32 {
    font-size: 28px;
  }

  .h2-arrow {
    margin-inline: auto;
    width: 560px;
    max-width: 100%;
    padding: 25px 20px 45px;
    clip-path: polygon(0 0,
        100% 0,
        100% calc(100% - 50px),
        50% 100%,
        0 calc(100% - 50px));
  }

  .margin-top15 {
    margin-top: 10px !important;
  }

  .margin-top20 {
    margin-top: 15px !important;
  }

  .margin-top30 {
    margin-top: 20px !important;
  }

  .margin-top60 {
    margin-top: 40px !important;
  }

  .margin-top90 {
    margin-top: 60px !important;
  }

  .margin-top120 {
    margin-top: 90px !important;
  }

  .margin-top130 {
    margin-top: 100px !important;
  }

  .margin-bottom15 {
    margin-bottom: 15px !important;
  }

  .margin-bottom20 {
    margin-bottom: 15px !important;
  }

  .margin-bottom30 {
    margin-bottom: 20px !important;
  }

  .margin-bottom60 {
    margin-bottom: 40px !important;
  }

  .margin-bottom90 {
    margin-bottom: 60px !important;
  }

  .margin-block15 {
    margin-block: 12.5px !important;
  }

  .margin-block30 {
    margin-block: 20px !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;
  }

  .pc1sf {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2tbsf {
    display: block !important;
  }

  .pc2tb {
    display: block !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;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 60px 20px;
  }

  .contents.top-arrow3 {
    padding-top: 115px;
  }

  .contents.top-arrow {
    padding-top: 140px;
  }

  .contents.top-arrow2 {
    padding-top: 205px;
  }

  .contents.bottom-arrow {
    padding-bottom: 140px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 205px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-half {
    padding-top: 30px;
  }

  .contents.bottom-half {
    padding-bottom: 30px;
  }

  .contents.top-half-half {
    padding-top: 10px;
  }

  .contents.bottom-half-half {
    padding-bottom: 10px;
  }

  .contents.bottom-arrow {
    padding-bottom: 100px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 130px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  /* ########## ヘッダー ########## */

  /* ボタン外側 */
  .openbtn {
    right: 20px;
  }

  .header__subtitle {
    font-size: 11.5px;
  }

  .header__logo a {
    width: 210px;
  }

  .logo img {
    width: 210px;
  }

  .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;
    font-weight: 700;
    color: #005990;
    padding: 20px 0;
    display: block;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px dashed #464646 !important;
    margin: 0 20px;
  }

  .header__nav-link a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -0.5px;
    border-left: 8px solid #00abdd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .nav-adress {
    padding: 10px 0 15px;
    margin-inline: 20px;
    text-align: left;
    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 #464646;
    border-right: 2px solid #464646;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #464646;
    border-right: 2px solid #464646;
    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: #464646;
    transition: all .5s ease 0s;
  }

  /* ########## FV メイン ########## */

  .fv {
    background: url(../image/back1-sf.webp) 0% 50% / cover no-repeat;
  }

  .main-checkbox li img {
    width: 23px;
  }

  .h2-main-38 {
    font-size: clamp(24px, calc(100vw / 590 * 38), 38px);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h2-main-54 {
    font-size: clamp(34px, calc(100vw / 590 * 54), 54px);
  }

  .main-left {
    width: fit-content;
    margin-inline: auto;
  }

  .main-right {
    width: fit-content;
    margin-inline: auto;
  }

  .main-right {
    margin-top: -175px;
    width: 100%;
    text-align: right;
  }

  .main-checkbox {
    width: 62%;
  }

  .authority-wrapper {
    gap: 15px;
    padding-block: 25px;
  }

  .num-authority {
    color: #005990;
    font-size: 34px;
    line-height: 1.35;
    letter-spacing: -1px;
    padding-right: 2px;
  }

  .num-authority2 {
    color: #005990;
    font-size: 23px;
    line-height: 1.85;
  }

  .authority-wrapper li {
    position: relative;
    pointer-events: none;
    padding-inline: 38px;
    padding-top: 10px;
  }

  .authority-wrapper li::before {
    width: 44px;
    height: 92px;
  }

  .authority-wrapper li::after {
    width: 44px;
    height: 92px;
  }

  .authority-wrapper li:nth-child(3) h2 {
    margin-top: 5px;
  }

  /* ########## CTA ########## */
  .clip-arrow {
    clip-path: polygon(0 0,
        100% 0,
        100% calc(100% - 80px),
        50% 100%,
        0 calc(100% - 80px));
    margin-bottom: -80px;
  }

  #cta::before {
    background: url(../image/back2-sf.webp) 50% 50% / cover no-repeat;
  }

  /* ########## フローティングCTA ########## */
  /* ########## お困り1 ########## */
  #trouble {
    background:
      url(../image/back6.svg) 50% 0% /1000px no-repeat,
      #f2f2f2;
  }

  .caution-arrow {
    top: -60px;
    margin-inline: auto;
    width: 420px;
  }

  .trouble-wrapper li {
    width: 48%;
  }

  .trouble-wrapper li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .trouble-wrapper li:nth-child(n + 3) {
    margin-top: 25px;
  }

  /* ########## お困り2 ########## */
  .graph-wrapper img {
    width: 280px;
  }

  #trouble2 {
    background:
      url(../image/back4-sf.webp) 50% 50% /cover no-repeat
  }

  .margin-trouble-top {
    margin-top: 70px;
  }

  .trouble-arrow {
    top: -15px;
    margin-inline: auto;
    width: 420px;
  }

  .white-checkbox li {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .white-checkbox li img {
    width: 22px;
    margin-top: 4px;
    margin-right: 8px;
  }

  .trouble2-wrapper {
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .trouble2-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .trouble2-right {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  /* ########## サポート ########## */
  #trouble3 {
    margin-bottom: -140px !important;
  }

  #solution2 {
    margin-top: -60px;
    padding-top: 60px;
  }

  .solution-arrow {
    top: -60px;
    margin-inline: auto;
    width: 420px;
  }


  .solution-wrapper li {
    width: 48%;
  }

  .solution-wrapper li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .solution-wrapper li:nth-child(n + 3) {
    margin-top: 25px;
  }

  .color-checkbox li {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .color-checkbox li img {
    width: 22px;
    margin-top: 4px;
    margin-right: 8px;
  }

  /* ########## 8つの理由 ########## */
  .photo-reason {
    max-width: 450px;
    margin-inline: auto;
  }

  .reason-wrapper li {
    padding: 20px;
  }

  .reason-wrapper li {
    width: 100%;
  }

  .reason-wrapper li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .reason-wrapper h3 {
    margin-top: 20px;
  }

  .number-reason {
    font-size: 34px;
    width: 60px;
    margin-right: 7px;
    margin-top: 1px;
    line-height: 1.4;
  }

  .number-reason::before {
    content: "";
    width: 60px;
    height: 41px;
  }

  .person-padding {
    padding-right: 140px;
  }

  .person-reason {
    position: absolute;
    bottom: 0px;
    width: 175px;
    margin: auto;
    right: 15px;
    z-index: 1;
  }

  /* ########## 注意 ########## */

  #caution2 {
    margin-top: -60px;
    padding-top: 60px;
  }

  #caution {
    background:
      url(../image/back5-sf.webp) 50% 50% /cover no-repeat
  }

  .caution-left {
    width: 100%;
  }

  .caution-right {
    width: 100%;
  }

  .caution-margin-top {
    margin-top: 5px;
  }

  .caution-margin-bottom {
    margin-bottom: 45px;
  }

  /* ########## セキュリティ ########## */
  #security {
    background: url(../image/back3-sf.svg) 50% 50% / contain repeat;
  }

  .text-security {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    order: 1;
    margin-bottom: 15px;
  }

  .photo-security1 {
    width: 48.5%;
    order: 2;
    margin-right: 3%;
  }

  .photo-security1 img {
    margin-block: 3%;
  }

  .photo-security2 img {
    margin-block: 3%;
  }

  .photo-security2 {
    width: 48.5%;
    order: 3;
  }

  .h3-security img {
    margin-left: 5px;
    width: 45px;
  }

  /* ########## 活用事例 ########## */
  .case-wrapper li {
    padding: 20px;
  }

  .case-wrapper li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .photo-case {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    order: 1;
  }

  .text-case {
    order: 2;
  }

  .photo-case img {
    width: 300px;
  }

  /* ########## 安心のダブル保証 ########## */

  .title-guarantee {
    width: 160px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .title-guarantee::before {
    top: -18px;
    width: 41px;
    height: 90px;
  }

  .title-guarantee::after {
    top: -18px;
    width: 41px;
    height: 90px;
  }

  .text47 {
    font-size: 37px;
  }

  .guarantee-wrapper li {
    width: 100%;
    padding: 20px;
  }

  .guarantee-wrapper li:nth-child(n + 2) {
    margin-top: 30px;
  }

  /* ########## 他社比較 ########## */
  .comparison-table-wrapper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }

  /* ########## 参考価格 ########## */
  .price-wrapper li {
    padding: 20px;
  }

  .price-wrapper li {
    width: 100%;
  }

  .price-wrapper li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .price-wrapper h3 {
    margin-top: 20px;
  }

  /* ########## ご利用の流れ ########## */

  .flow-contents {
    padding: 20px;
  }

  .triangle {
    margin-block: 15px;
    width: 50px;
    height: 20px;
  }

  .flow-number {
    padding: 5px;
    width: 55px;
  }

  .flow-icon {
    width: 55px
  }

  .flow-text {
    padding-left: 20px;
  }

  .flow-step {
    font-size: 15px;
  }

  .flow-num {
    font-size: 26px;
  }

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

  .faq-tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faq-th {
    font-size: 19px;
    padding: 22px 55px 22px 75px;
    color: rgb(255, 255, 255);
  }

  .faq-td {
    font-size: 17px;
  }

  .faq-tr::before {
    content: "";
    left: 7.5px;
    top: 9px;
    width: 55px;
    height: 63px;
  }

  .faqtable .abox-contents2 {
    padding: 25px 20px 25px 20px;
  }

  /* ########### よくある質問の表 ###########  */

  .table-com {
    border-top: #ffffff 0px solid;
    border-bottom: #464646 1px solid;
  }

  .table-com.table-op,
  .table-com.table-op tbody,
  .table-com.table-op tr {
    display: block;
  }

  .table-com.table-op .op-tr-first {
    display: none;
  }

  .table-com.table-op .op-tr {
    display: flex;
    flex-wrap: wrap;
  }

  .table-com.table-op .table-com-th2 {
    width: 40%;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0px !important;
  }

  .table-com.table-op .table-com-th {
    width: 60%;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0px !important;
  }

  .table-com.table-op .table-com-td {
    padding-top: 0px !important;
    width: 100%;
    display: block;
    padding-left: 0;
    padding: 2px 0px 10px;
    font-size: 16px;
    border: #ffffff 0px solid;
  }

  .table-com-th {
    font-size: 17px;
    border-bottom: #ffffff 0px solid;
  }

  .table-com-th2 {
    text-align: right;
    font-size: 17px;
    border-bottom: #ffffff 0px solid;
  }

  .table-com-th2 .num-price {
    line-height: 1;
  }

  .table-com-th.dpi {
    font-size: 17px;
    width: 85px;
  }

  .table-com-th.pp {
    font-size: 17px;
    width: 185px;
  }

  .table-com-td {
    font-size: 17px;
  }

  .table-com-td.pp {
    font-size: 17px;
  }

  /* ########## 代表からのメッセージ ########## */
  /* ########## 下層ページ共通 ########## */
  /* ########## お問い合わせ ########## */

  .contact-arrow {
    top: -45px;
    margin-inline: auto;
    width: 420px;
  }

  .contacttable td input[type=text],
  .contacttable td input[type=tel],
  .contacttable td input[type=email],
  .contacttable td input[type=url] {
    font-size: 15px;
    padding: 7px 15px;
  }

  .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;
  }

  ::placeholder,
  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 24px;
    right: 0px
  }

  .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;
  }

  /* ########## 共通ボタン ########## */

  .button-common>a {
    padding: 11.5px 5px 10px;
    width: 585px;
    height: 50px;
    border-radius: 50px;
    font-size: 19px;
  }

  .button-common>a::after {
    right: 16.5px;
    top: 32%;
  }

  .button-common>a::before {
    right: 24px;
    top: 52%;
  }

  /* ########## inputボタン ########## */

  .button-common>input,
  .back-button>a {
    font-size: 19px;
    height: 65px;
    width: 320px;
  }

  .input-button::after {
    top: 31%;
  }

  .input-button::before {
    top: 49%;
  }

  .back-button::after {
    top: 31%;
  }

  .back-button::before {
    top: 49%;
  }

  /* ########## お問い合わせ確認画面 ########## */

  #contact2 {
    margin-top: -45px;
    padding-top: 45px;
  }

  .formTable th {
    width: 100%;
    height: 30px;
    min-height: 30px;
    padding-bottom: 5px;
    display: block;
  }

  .formTable td {
    width: 100%;
    display: block;
  }

  .confirm-button {
    max-width: 440px;
  }

  /* ########### 個人情報保護方針 ########### */

  .policytitle {
    font-size: 17px;
  }

  #article ol li::marker {
    font-size: 17px;
  }

  .policytext {
    font-size: 15px;
  }

  .policytitle.small {
    font-size: 16px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ########## フッター ########### */

  .footer {
    position: relative;
  }

  .contents-footer {
    padding: 60px 20px 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer-second {
    width: fit-content;
  }

  .footer__nav {
    padding-left: 30px;
  }

  .footer__nav li {
    margin-right: 30px;
  }

  .footer__left .header__subtitle,
  .footer__subtitle,
  .footer__nav,
  .footer__second {
    margin: auto;
    width: fit-content;
  }

  .footer__right {
    margin-top: 35px;
    width: 100%;
  }

  .footer__copy {
    padding: 20px;
    height: auto;
    flex-direction: column;
  }

  #footer::before {
    background: url(../image/back7-sf.webp) 50% 50% / cover no-repeat;
  }
}

/* ####################################### 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;
  }

  #reason {
    margin-top: -45px;
    padding-top: 45px;
  }
}

/* ####################################### 調整 ####################################### */

@media (min-width: 768px) and (max-width: 1099px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 75px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.top-arrow3 {
    padding-top: 145px;
  }

  .contents.top-arrow {
    padding-top: 170px;
  }

  .contents.top-arrow2 {
    padding-top: 265px;
  }

  .contents.bottom-arrow {
    padding-bottom: 175px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 265px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-half {
    padding-top: 37.5px;
  }

  .contents.bottom-half {
    padding-bottom: 37.5px;
  }

  .contents.top-half-half {
    padding-top: 15px;
  }

  .contents.bottom-half-half {
    padding-bottom: 15px;
  }

  .contents.bottom-arrow {
    padding-bottom: 125px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 155px;
  }

  .pc1 {
    display: block !important;
  }

  .pc1sf {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2tbsf {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc2tb {
    display: none !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .flex-h2 {
    margin-top: 95px;
    margin-bottom: 65px;
  }

  /* #################### ヘッダー #################### */

  .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;
    font-weight: 700;
    color: #005990;
    padding: 20px 0;
    display: block;
  }

  .nav-adress {
    padding: 10px 0 15px;
    margin-inline: 30px;
    text-align: left;
    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 dashed #464646 !important;
    margin: 0 30px;
  }

  .header__nav-link a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -0.5px;
    border-left: 8px solid #00abdd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  /* ########## 共通ボタン ########## */

  .nav-adress .button-common>a::after {
    right: 16.5px;
    top: 32%;
  }

  /* ########## 下層ページ共通 ########## */
  .underlayer-text {
    position: relative;
    margin-top: -25px;
  }

  /* ########## FV メイン ########## */

  .main-p,
  .h2-main {
    white-space: nowrap;
  }

  .main-tex-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .main-left {
    width: 50%;
    margin-inline: auto;
  }

  .main-right {
    margin-inline: auto;
    width: clamp(300px, calc(100vw / 850 * 356), 356px);
  }

  .h2-main-38 {
    display: block;
    font-size: clamp(33px, calc(100vw / 1100 * 36), 36px);
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h2-main-54 {
    display: inline-block;
    font-size: clamp(50px, calc(100vw / 1100 * 52), 52px);
  }

  /* ########## CTA ########## */

  .clip-arrow {
    clip-path: polygon(0 0,
        100% 0,
        100% calc(100% - 100px),
        50% 100%,
        0 calc(100% - 100px));
    margin-bottom: -100px;
  }

  /* ########## フローティングCTA ########## */
  /* ########## お困り1 ########## */

  .trouble-wrapper li {
    width: 22.5%;
  }

  .trouble-wrapper li:not(:nth-child(4n)) {
    margin-right: 3.333%;
  }

  /* ########## お困り2 ########## */
  .margin-trouble-top {
    margin-top: 85px;
  }

  .solution-arrow {
    top: -60px;
  }

  .white-checkbox li {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .white-checkbox li img {
    width: 24px;
    margin-top: 4px;
    margin-right: 10px;
  }

  .trouble2-wrapper {
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .trouble2-left {
    width: 320px;
  }

  .trouble2-right {
    padding-left: 30px;
    flex: 1;
  }

  /* ########## サポート ########## */

  #trouble3 {
    margin-bottom: -160px !important;
  }

  #solution2 {
    margin-top: -60px;
    padding-top: 60px;
  }

  .solution-wrapper li {
    width: 22.5%;
  }

  .solution-wrapper li:not(:nth-child(7n)) {
    margin-right: 3.333%;
  }

  .solution-wrapper li:nth-child(n + 4) {
    margin-top: 25px;
  }

  .solution-wrapper li:nth-child(1) {
    margin-left: 11.25%;
  }

  .solution-wrapper li:nth-child(3) {
    margin-right: 11.25%;
  }

  .person-support {
    left: 30px;
    top: 160px;
    width: clamp(100px, calc(100vw / 940 * 208), 208px);
  }

  @media (max-width: 900px) {
    .person-support {
      top: 180px;
      left: 10px;
    }

    .solution-text21 {
      font-size: clamp(16px, calc(100vw / 940 * 21), 21px);
    }

    .solution-text28 {
      font-size: clamp(19px, calc(100vw / 940 * 28), 28px);
    }
  }

  /* ########## 8つの理由 ########## */
  .person-reason {
    position: absolute;
    top: -235px;
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
  }

  @media (max-width: 900px) {
    .person-reason {
      left: auto;
      right: 10px;
    }
  }

  .reason-wrapper li {
    padding: 20px;
  }

  .reason-wrapper li {
    width: 48.5%;
  }

  .reason-wrapper li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .reason-wrapper li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .reason-wrapper h3 {
    margin-top: 25px;
  }

  .number-reason {
    font-size: 36px;
    width: 66px;
    margin-right: 10px;
  }

  .number-reason::before {
    content: "";
    width: 66px;
    height: 47px;
  }

  /* ########## 注意 ########## */
  .caution-margin-top {
    margin-top: 15px;
  }

  .caution-margin-bottom {
    margin-bottom: 60px;
  }

  /* ########## セキュリティ ########## */

  .color-checkbox li {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .color-checkbox li img {
    width: 24px;
    margin-top: 4px;
    margin-right: 10px;
  }

  .text-security {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    order: 1;
    margin-bottom: 15px;
  }

  .photo-security1 {
    width: 32%;
    order: 2;
    margin-inline: 10px;
  }

  .photo-security2 {
    width: 32%;
    order: 3;
    margin-inline: 10px;
  }

  /* ########## 活用事例 ########## */
  .case-wrapper li {
    padding: 20px;
  }

  .case-wrapper li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .photo-case {
    width: 253px;
  }

  .text-case.first {
    padding-left: 25px;
  }

  .text-case.second {
    padding-right: 25px;
  }

  /* ########## 安心のダブル保証 ########## */
  .guarantee-wrapper li {
    width: 48.5%;
    padding: 20px;
  }

  /* ########## 他社比較 ########## */
  .comparison-table-wrapper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }

  /* ########## 参考価格 ########## */
  .photo-price {
    max-width: 615px;
    margin-inline: auto;
  }

  .price-wrapper li {
    padding: 20px 20px;
  }

  .price-wrapper li {
    width: 100%;
  }

  .price-wrapper li:not(:nth-child(3n)) {
    margin-bottom: 2%;
  }

  .price-wrapper h3 {
    margin-top: 25px;
  }

  .price-wrapper h3 {
    min-height: 80px !important;
  }

  /* ########## ご利用の流れ ########## */
  /* ########### よくある質問 ###########  */
  /* ########### よくある質問の表 ###########  */
  /* ########## 代表からのメッセージ ########## */
  /* ########### お問い合わせフォーム ###########  */

  /* ########## フッター ########## */

  .contents-footer {
    padding: 75px 30px 37.5px;
    margin-right: auto;
    margin-left: auto;
  }


  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer-second {
    width: fit-content;
  }

  .footer__nav {
    padding-left: 30px;
  }

  .footer__nav li {
    margin-right: 30px;
  }

  .footer__left .header__subtitle,
  .footer__subtitle,
  .footer__nav,
  .footer__second {
    margin: auto;
    width: fit-content;
  }

  .footer__right {
    margin-top: 35px;
    width: 100%;
  }

  .footer__copy {
    padding: 25px;
    flex-direction: column;
  }
}

@media (min-width: 1100px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1560px;
  }

  .contents {
    padding: 75px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.top-arrow3 {
    padding-top: 150px;
  }

  .contents.top-arrow {
    padding-top: 225px;
  }

  .contents.top-arrow2 {
    padding-top: 315px;
  }

  .contents.bottom-arrow {
    padding-bottom: 225px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 315px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.top0 {
    padding-top: 0px;
  }


  .contents.top-half {
    padding-top: 37.5px;
  }

  .contents.bottom-half {
    padding-bottom: 37.5px;
  }

  .contents.top-half-half {
    padding-top: 15px;
  }

  .contents.bottom-half-half {
    padding-bottom: 15px;
  }

  .contents.bottom-arrow {
    padding-bottom: 125px;
  }

  .contents.bottom-arrow2 {
    padding-bottom: 200px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2tbsf {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc2tb {
    display: block !important;
  }

  .pc1sf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }


  /* ########## ヘッダー ########## */

  .openbtn {
    display: none;
  }

  #header .cta-btn {
    margin-left: 10px;
  }

  .header-bottom .header__nav {
    height: 25px;
    padding-bottom: 10px;
  }

  .header__nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    max-width: 1100px;
    padding: 0 30px 3px;
    margin-inline: auto;
    height: 25px;
  }

  .header__nav-link a {
    font-size: 13px;
    font-weight: 700;
    transition: all .5s ease 0s;
    letter-spacing: -0.05px;
  }

  .header__nav-link a::before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    margin-bottom: -1.5px;
    border-left: 8px solid #00abdd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .header-tel-text {
    margin-top: -3px;
  }

  /*==ふわっと出現させるための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);
    }
  }

  .header-tel {
    margin-right: 15px;
  }


  /* ########## ヘッダーで隠れる空きを調整 ########## */
  #main {
    padding-top: 115px;
  }

  .underlayer__top {
    margin-top: 115px;
  }

  /* ########## 視差効果 ########## */
  /*　PCのみ視差効果　*/
  .background-attachment-fixed {
    background-attachment: fixed;
  }


  /* ########## FV メイン ########## */
  .fv {
    background: url(../image/back1-baf.webp) 50% 100% / cover no-repeat;
    background-attachment: fixed;
  }

  #trouble {
    background-attachment: fixed;
  }

  #trouble2 {
    background-attachment: fixed;
  }

  #security {
    background-attachment: fixed;
  }

  #caution {
    background-attachment: fixed;
  }

  #cta::before {
    background: url(../image/back2-baf.webp) 50% 25% / cover no-repeat;
    background-attachment: fixed;
  }

  #footer::before {
    background: url(../image/back7-baf.webp) 50% 50% / cover no-repeat;
    background-attachment: fixed;
  }

  /* ########## FV メイン ########## */
  /* ########## CTA ########## */
  /* ########## フローティングCTA ########## */
  /* ########## お困り1 ########## */

  .trouble-wrapper li {
    width: 22.5%;
  }

  .trouble-wrapper li:not(:nth-child(4n)) {
    margin-right: 3.333%;
  }


  /* ########## お困り2 ########## */
  .trouble-arrow {
    top: 45px;
  }

  .solution-arrow {
    top: 0px;
  }

  /* ########## サポート ########## */
  .solution-wrapper li {
    width: 22.5%;
  }

  .solution-wrapper li:not(:nth-child(7n)) {
    margin-right: 3.333%;
  }

  .solution-wrapper li:nth-child(n + 4) {
    margin-top: 25px;
  }

  .solution-wrapper li:nth-child(1) {
    margin-left: 11.25%;
  }

  .solution-wrapper li:nth-child(3) {
    margin-right: 11.25%;
  }

  /* ########## 8つの理由 ########## */

  .person-reason {
    position: absolute;
    top: -235px;
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .reason-wrapper li {
    padding: 30px;
  }

  .reason-wrapper li {
    width: 48.5%;
  }

  .reason-wrapper li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .reason-wrapper li:nth-child(n + 3) {
    margin-top: 30px;
  }


  /* ########## 注意 ########## */
  .caution-margin-top {
    margin-top: -30px;
  }

  .caution-margin-bottom {
    margin-bottom: 15px;
  }

  /* ########## セキュリティ ########## */
  /* ########## 活用事例 ########## */
  .case-wrapper li {
    padding: 30px;
  }

  .case-wrapper li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .text-case.first {
    padding-left: 30px;
  }

  .text-case.second {
    padding-right: 30px;
  }

  /* ########## 安心のダブル保証 ########## */
  .guarantee-wrapper li {
    width: 48.5%;
    padding: 30px;
  }

  /* ########## 他社比較 ########## */
  /* ########## 参考価格 ########## */
  .price-wrapper li {
    padding: 20px;
  }

  .price-wrapper li {
    width: 32%;
  }

  .price-wrapper li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .price-wrapper h3 {
    min-height: 80px !important;
  }

  /* ########## ご利用の流れ ########## */
  /* ########### よくある質問 ###########  */
  /* ########### よくある質問の表 ###########  */
  /* ########## 代表からのメッセージ ########## */
  /* ########### お問い合わせフォーム ###########  */

  /* ########## フッター ########## */

  .contents-footer {
    padding: 75px 30px 37.5px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
  }

  .footer__right {
    padding-right: 90px;
  }

  .footer__left {
    padding-right: 30px;
  }
}
