﻿@charset "UTF-8";

/* ########## 売掛金PAY  ########## */
/*
 * "Zen Kaku Gothic" 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
 */
/*
/*
 * "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
 */
/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* Copyright (c) 2025 売掛金PAY 
 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: "ZenKakuGothicNew", "Meiryo", "Helvetica Neue", "Arial", "verdana", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #464646;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.35px;
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464646;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.35px;
}

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;
}

#article ul li {
  list-style: initial !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

#article ol li {
  list-style-type: decimal !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

.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;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

.h2-common {
  position: relative;
  z-index: 2;
  font-size: 37px;
  line-height: 1.35;
  font-weight: 900;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.h2-common img {
  vertical-align: top;
  margin-right: 5px;
}

.h2-left-en {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, 0.175);
  font-family: "Poppins";
  font-weight: 700;
  font-size: 136px;
  line-height: 1;
  letter-spacing: -2px;
  bottom: -16px;
  left: -7.5px;
  margin: auto;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
}

.h2-right-en {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, 0.175);
  font-family: "Poppins";
  font-weight: 700;
  font-size: 136px;
  line-height: 1;
  letter-spacing: -2px;
  bottom: -16px;
  right: 0;
  width: fit-content;
  margin: auto;
}

.h2-right-en.ul-ai {
  bottom: 26px;
}

.blogtext img,
.blogtext video,
.blogtext iframe {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.blogtext iframe {
  max-width: 100% !important;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #464646 !important;
}

.blue {
  color: #0068c7 !important;
}

.skyblue {
  color: #5bb8e5 !important;
}

.lightblue {
  color: #e7edf9 !important;
}

.lightblue2 {
  color: #d8e6f5 !important;
}

.lightgray {
  color: #eaeaea !important;
}

.red {
  color: #ff5a3b !important;
}

.solution-color {
  color: #f1f5f7 !important;
}

.back--main {
  background-color: #fbfbfb !important;
}

.back--solution {
  background-color: #f1f5f7 !important;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #464646 !important;
}

.back--blue {
  background-color: #0068c7 !important;
}

.back--skyblue {
  background-color: #5bb8e5 !important;
}

.back--lightblue {
  background-color: #e7edf9 !important;
}

.back--lightblue2 {
  background-color: #d8e6f5 !important;
}

.back--lightblue3 {
  background-color: #edf1f9 !important;
}

.back--red {
  background-color: #ff5a3b !important;
}

.border {
  border: 1px solid #464646;
}

.border-blue {
  border: 1px solid #0068c7;
}

.gradation {
  background: linear-gradient(90deg, #5bb8e5, #0068c7);
}

.gradation2 {
  background-image: linear-gradient(90deg, #5bb8e5, #0068c7);
}

.border-top-gradation {
  border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(to right, #5bb8e5, #0068c7) 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.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 #0068c7;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 900;
  src: url("../font/ZenKakuGothicNew-Black.woff") format("woff");
  font-display: swap;
}

.ZenKakuGothicNew {
  font-family: "ZenKakuGothicNew";
}

.sans {
  font-family: "ZenKakuGothicNew", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../font/Poppins-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Poppins-Regular.woff") format("woff");
  font-display: swap;
}

@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;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Poppins-Black.woff") format("woff");
  font-display: swap;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

.oswald {
  font-family: "Oswald";
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.pretty {
  text-wrap: pretty !important;
}

.balance {
  text-wrap: balance !important;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #464646;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  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-top-1 {
  margin-top: -1em !important;
}

.margin-top-2 {
  margin-top: -2em !important;
}

.margin-top-3 {
  margin-top: -3em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !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-top130 {
  margin-top: 130px !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !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;
}

.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;
}

.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;
}

.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: 70%;
  vertical-align: 5px;
}

.v-sub {
  vertical-align: sub;
}

.v-sub img {
  vertical-align: sub;
}

.v-middle {
  vertical-align: middle;
}

.v-middle img {
  vertical-align: middle;
}

.v-baseline {
  vertical-align: baseline;
}

.v-baseline img {
  vertical-align: baseline;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-index-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;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.inline-flex {
  display: inline-flex;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.05em;
  text-indent: -1.05em;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.opacity1 {
  opacity: 0.85;
}

/* アニメーション　*/

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

@keyframes blurAnime {
  from {
    filter: blur(5px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}

/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
  will-change: transform;
  animation-delay: 0.85s;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

/* 色付きのボックスと一緒に横から表示させる　*/

.text {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.text.is-active {
  --skewX: 0deg;
  --cover-x: 101%;
  --x: 0;
}

.text::before,
.text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(var(--cover-x, -101%));
  transition: transform 1.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform;
  transform: translateX(var(--cover-x, -101%)) rotate(5deg);
}

.text::before {
  content: "";
  position: absolute;
  /*  background: url("../image/kamihikouki.png") no-repeat center / contain;　*/
  height: 100%;
}

.word {
  text-transform: uppercase;
  transform: translateX(var(--x, -110%)) skewX(var(--skewX, -24deg));
  transition: transform 0.8s cubic-bezier(0.3, 1, 0.3, 1);
}


/* Animation */
.floating {
  animation: floating-y 2.0s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }

  100% {
    transform: translateY(2%);
  }
}

/* スクロールをしたら出現する要素にはじめに透過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, 45px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.5s forwards;
  will-change: transform
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.5s forwards;
  will-change: transform
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translate(15px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* effectfade時間差1*/
.effectfade {
  animation-delay: 0.1s;
}

@media (max-width: 479px) {

  .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時間差2*/
@media (min-width: 480px) {
  .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時間差3*/

.effectfade.second2 {
  animation-delay: 0.2s;
}

.effectfade.third2 {
  animation-delay: 0.3s;
}

.effectfade.fourth2 {
  animation-delay: 0.4s;
}

@media (min-width: 1100px) {
  .effectfade.second3 {
    animation-delay: 0.2s;
  }
}

.delay {
  animation-delay: 1.05s;
}

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
}

.animated-text2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
}

@keyframes popUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
  visibility: hidden;
}

.animated-text.animated {
  visibility: visible;
}

.animated-text2 {
  visibility: hidden;
}

.animated-text2.animated {
  visibility: visible;
}

.anime-up.displayed span {
  display: inline-block;
}

.anime-up.displayed>span {
  overflow: hidden;
}

.anime-up.displayed>span>span {
  animation: showText 0.5s backwards;
  will-change: transform;
}

/*text animetions*/
@keyframes showText {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.blogtext {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 500;
}

.blogtext p {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 500;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text35 {
  font-size: 35px;
}

.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;
}

.flex-header {
  height: 90px;
}


.header__logo a {
  width: 233px;
  transition: all .4s;
}

.header__subtitle {
  color: #464646;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 0.75;
  display: block;
  margin-top: 5px;
}

.header__nav-link a {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s ease 0s;
  line-height: 1;
  width: 100%;
  height: 100%;
}


/* ボタン外側 */
.openbtn {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 90px;
  width: 45px;
  height: 45px;
  background: #ffffff;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background: #464646;
  transition: all .4s;
}

/* 通常の位置 */
.openbtn span:nth-of-type(1) {
  top: 12px;
}

.openbtn span:nth-of-type(2) {
  top: 22px;
}

.openbtn span:nth-of-type(3) {
  top: 32px;
}

/* active：×に変形 */
.openbtn.active span:nth-of-type(1) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}

.header-tel {
  width: fit-content;
  text-align: right;
}

.header-tel-a {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 29px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.header-tel-a img {
  margin-left: -2px;
  margin-right: 2px;
  margin-top: 4px;
  width: 30px;
  height: 30px;
}

.header-tel-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: -2px;
}

.cta-btn {
  position: relative;
  display: inline-block;
  transition: all .4s;
}


@media (any-hover: hover) {
  .cta-btn:hover {
    transform: translateY(-7px);
  }

  header .cta-btn:hover {
    transform: translateY(0px);
    filter: none;
    opacity: 0.8;
  }
}

.cta-btn .cta-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.position1 {
  position: absolute;
  top: 0px;
  right: 45px
}

.position2 {
  position: absolute;
  top: 0px;
  right: 0px
}

.position3 {
  position: absolute;
  top: 45px;
  right: 90px
}

.position4 {
  position: absolute;
  top: 45px;
  right: 45px
}

.position5 {
  position: absolute;
  top: 45px;
  right: 0px
}

/*.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);
  }
}

/* ########## トップ-メイン ########## */

.main-left {
  display: grid;
  align-content: center;
  text-align: left;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}

.contents-main {
  padding: 60px 30px;
  margin-inline: auto;
  max-width: 1160px;
}

.main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


.main-right {
  position: relative;
}

.main-right video {
  outline: 4px solid #fbfbfb;
  outline-offset: -2px;
  transform: scale(1.5, 1.5);

}


#main {
  position: relative;
  padding-top: 90px;
}

.main__title {
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

/* 
.main__title {
  color: #0068c7;
  font-size: 48px;
  margin-right: 5px;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0px;
}

.subtitle-small {
  font-size: 34px;
  font-weight: 700;
  color: #464646;
} */

.mv-title__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.mv-title {
  position: relative;
  display: inline-block;
  /* デザインに合わせて調整 */
}

.main-cta-wrapper {
  margin-top: 30px;
  max-width: 750px;
  z-index: 1;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  align-items: center;
}


.main-tel {
  width: fit-content;
  margin-top: -5px;
  text-align: center;
}

.main-tel-a {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 29px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.main-tel-a img {
  margin-left: -2px;
  margin-right: 2px;
  margin-top: 4px;
  width: 30px;
  height: 30px;
}

.main-tel-text {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: -2px;
}


.main-contact-btn {
  width: 195px;
  margin-top: 5px;
}

.main {
  background: linear-gradient(to bottom, #fbfbfb calc(100% - 210px), #0068c7 0);
}

/* ########## アイテム共通 ########## */


.js-gif {
  transition: opacity 0.3s ease;
}

.position-topright {
  position: absolute;
  z-index: 1;
  top: calc(100px - 2%);
  right: 0;
  width: 559px;
}

.position-bottomleft {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 559px;
}

.position-bottomleft-ul {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 0;
  width: 559px;
}

.position-voice-right {
  position: absolute;
  z-index: 1;
  top: -400px;
  right: 0;
  width: 559px;
}

.position-question-left {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 0;
  width: 559px;
}

.position-company-bottom {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: 0;
  width: 559px;
}

/* セクション矢印1 */
.arrow-section1 {
  position: relative;
  background-color: #f1f5f7;
  margin-top: -1px;
  z-index: -1;
}

.arrow-section1::after {
  content: "";
  display: block;
  background: #0068c7;
  height: 9.25vw;
  /* ← 角度のための高さ */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* セクション矢印2 */
.arrow-section2 {
  position: relative;
  margin-top: -1px;
  z-index: -1;
}

.arrow-section2::after {
  content: "";
  display: block;
  background-color: #f1f5f7;
  height: 9.25vw;
  /* ← 角度のための高さ */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.illust-position-cta {
  position: absolute;
  top: -230px;
  right: 30px;
  width: 230px;
}


/* ########## 下層ページ共通 ########## */

.title-404 {
  line-height: 0.45;
  bottom: 15px;
}

.underlayer__top {
  position: relative;
  padding-top: 90px;
}



/* ########### ポイント ########### */
.point-wrapper>li {
  background: #ffffff;
  position: relative;
  padding: 15px 5px;
}

.point-number {
  position: absolute;
  top: 0;
  left: 0;
}

.point-illust {
  text-align: center;
  margin-inline: auto;
}

.point-title {
  font-size: 36px;
  margin-top: 5px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 900;
  text-align: center;
  color: #0068c7;
  white-space: nowrap;
}

.point-wrapper>li .text18 {
  line-height: 1.5;
  text-align: center;
}

.vertical-text {
  font-size: 0.425em;
  writing-mode: vertical-rl;
  letter-spacing: -5px;
}

.solution-left video {
  outline: 4px solid #f1f5f7;
  outline-offset: -2px;
}

/* ########### お悩み ###########  */
.speech-bubble-wrapper p {
  text-align: initial;
}

.speech-bubble-title {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 77px;
  border-radius: 10px;
  line-height: 1.4;
}

.speech-bubble-illust {
  margin: 35px auto 15px;
  width: fit-content;
}

.speech-bubble-title {
  position: relative;
}

.speech-bubble-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.speech-bubble-title.back--blue::after {
  border-color: #0068c7 transparent transparent;
}

/* ########### 解決 ###########  */

.box32 {
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px 5px;
  margin: 2px 5px;
  vertical-align: sub;
  letter-spacing: -0.35px;
}


/* ########### 選ばれる5つの理由 ###########  *
/* ########### CTA ###########  */

#top-cta {
  background: #0068c7;
  background: #006dd4;
  position: relative;
}

/* 上下に青のナナメ背景だけを別レイヤで描く */
#top-cta::before,
#top-cta::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 18.5vw;
  /* ← 幅に比例するので角度一定 */
  background: #0068c7;
  background: #006dd4;
  z-index: -1;
}

/* 上側：右上高く・左上低く */
#top-cta::before {
  top: 1px;
  transform: translateY(-100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

/* 下側：右下低く・左下高く */
#top-cta::after {
  bottom: 1px;
  transform: translateY(100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.cta-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.cta-contact-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.cta-tel-a {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 41px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.cta-tel-a img {
  margin-left: -2px;
  margin-right: 2px;
  margin-top: 4px;
  width: 35px;
  height: 35px;
}

.cta-contact-btn {
  width: 226px;
  cursor: pointer;
}

/* ########### ご契約の流れ ###########  */
.margin-top-flow {
  margin-top: -120px;
}

.speech-bubble-title.flow-title {
  min-height: 65px;
}

.flow-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flow-box-ul>li {
  border-bottom: 2px solid #0068c7 !important;
  position: relative;
  padding: 7px 0 8px 30px;
  text-align: initial;
}

.flow-box-ul>li::before {
  content: "";
  display: inline-block;
  top: 6.5px;
  left: 0;
  width: 25px;
  height: 30px;
  position: absolute;
  background: url("../image/icon-check.svg") no-repeat center / contain;
  margin-bottom: -7.5px;
  margin-right: 5px;
}

/* ########### swiper ###########  */

/* 位置調整 */
.swiper-button-prev,
.swiper-button-next {
  top: 80px !important;
  transform: translateY(0) !important;
}


/* ▽ ボタンアイコン画像を消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  border: solid #0068c7;
  /* ← 矢印の色 */
  width: 0;
  height: 0;
}

/* ◀ 左矢印 */
.swiper-button-prev::after {
  border-width: 18px 26px 18px 0;
  border-color: transparent #0068c7 transparent transparent;
  overflow: hidden !important;
}

/* ▶ 右矢印 */
.swiper-button-next::after {
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent #0068c7;
  overflow: hidden !important;
}

.swiper-pagination.swiper-pagination-gray {
  bottom: -30px !important;
  /* ←下に下げる値。大きくするほどもっと下へ */
}

/* 非アクティブの色 */
.swiper-pagination.swiper-pagination-gray .swiper-pagination-bullet {
  background: #ccc;
  /* ←変更したい色 */
  opacity: 1;
}

/* アクティブ時 */
.swiper-pagination.swiper-pagination-gray .swiper-pagination-bullet-active {
  background: #0068c7;
  /* ←変更したい色 */
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  transform: scale(1.3);
}

/* ########### お客様の声 ###########  */

.voice-video video {
  outline: 4px solid #edf1f9;
  outline-offset: -2px;
}


.voice-wrapper {
  padding: 0 0px;
}

.voice-table {
  margin-top: 10px;
}

.voice-photo {
  text-align: center;
  margin-bottom: 10px;
  width: 166px;
  margin-inline: auto;
  position: relative;
  z-index: 4;
}

.voice-table th {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  width: 90px;
  padding: 10px 15px;
  border-bottom: #bac3c6 1px solid;
  color: #ffffff;
  background-color: #0068c7;
}

.voice-table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  padding: 10px 10px;
  border: #bac3c6 1px solid;
  background-color: #ffffff;
  letter-spacing: -0.5px;
}

/* ########### よくある質問 ###########  */
.illust-position-faq {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 210px;
}

.faqtable tr:not(:first-child) {
  margin: 25px 0 0 0;
}

.faqtable tr {
  position: relative;
  display: block;
}

.faqtable th {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 22px 55px 22px 90px;
  color: rgb(255, 255, 255);
  background-color: #0068c7;
  border: #0068c7 1px solid;
}

.abox-contents {
  display: none;
  border-bottom: rgb(178, 178, 178) 2px solid;
  border-left: rgb(178, 178, 178) 2px solid;
  border-right: rgb(178, 178, 178) 2px solid;
}

.faqtable td {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  background-color: rgb(255, 255, 255);
  transition: 0.5s;
}

.faqtable th.selected::after {
  transform: rotate(0);
  transition: 0.5s;
}

.faqtable th::before,
.faqtable th::after {
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  width: 25px;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.faqtable th::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}

.faqtable tr::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 15px;
  top: 9px;
  width: 55px;
  height: 63px;
  background: url(../image/icon-q.svg) no-repeat center/contain;
  pointer-events: none;
}

.faqtable .abox-contents2 {
  position: relative;
  padding: 27px 15px 27px 90px;
}

.faqtable .abox-contents2::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 15px;
  top: 7px;
  width: 55px;
  height: 63px;
  background: url(../image/icon-a.svg) no-repeat center/contain;
}

/* ########### 乗り換え査定 ###########  */
input[type="date"] {
  padding: 3px 5px;
  text-align: left !important;
  background-color: #ffffff;
  border: none;
  position: relative;
}

/* カレンダー非表示にして全体でクリック  */
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.contacttable input[type="date"] {
  padding-left: 6px;
  width: 180px;
  height: 38px;
}

/* ########### AIオンライン10秒査定 ###########  */


#assessment2 input[type="radio"] {
  display: none;
  /* checkboxを非表示にする */
}

#box2,
#box3,
#box4,
#box5,
.assessment-result-back {
  display: none;
}

#box2b,
#box3b,
#box4b,
#box5b {
  display: none;
}

#assessment2 input[type="radio"]:checked+label {
  background-color: #0068c7;
  color: rgb(255, 255, 255);
  /* マウス選択時の背景色を指定する */
}

/* 入力制限 */

/* 入力可能時のCSS */

.box1 {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(80, 80, 80);
}

.box1.js--active,
.box2.js--active,
.box3.js--active,
.box4.js--active,
.box5.js--active {
  background-color: rgb(255, 255, 255) !important;
  ;
  border: 1px solid rgb(80, 80, 80);
}

/*labelのpaddingを移動する*/

.box1 a,
.box2 a .box4 a .box5 a {
  width: 100%;
  height: 100%;
}

/* 入力可能時のCSS */
.box1b {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(80, 80, 80);
}

.box1b.js--active,
.box2b.js--active,
.box3b.js--active,
.box4b.js--active {
  background-color: rgb(255, 255, 255) !important;
  ;
  border: 1px solid rgb(80, 80, 80);
}

/*labelのpaddingを移動する*/
.box1b a,
.box2b a .box4b a {
  width: 100%;
  height: 100%;
}

/* ########### お申込みフォーム ###########  */

.contacttable td input[type=file] {
  width: 100%;
  margin-left: -10px;
  padding: 7px 8px 9px;
  border: #464646 0px solid;
  color: #464646;
}

.client-info2,
.client-info3 {
  display: none;
  margin-top: 45px;
}

#op_btn,
#op_btn2 {
  margin-top: 15px;
  display: inline-block;
  background-color: #0058a2 !important;
  border: 2px solid #0058a2 !important;
  color: rgb(255, 255, 255) !important;
  padding: 5px 7px;
  cursor: pointer;
}

.contacttable th.file {
  padding-bottom: 0;
}

.contacttable td.file {
  padding-bottom: 0;
}

.contacttable th.file2 {
  padding-bottom: 0;
  padding-top: 0;
}

.contacttable td.file2 {
  padding-bottom: 0;
  padding-top: 0;
}

/* ########## お問い合わせ ########## */


.illust-position-contact {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 180px;
}

.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;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
  accent-color: #0068c7;
}

.douitext {
  padding-top: 5px;
}

.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;
  border: #ff5a3b 1px solid;
  font-size: 14px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 900;
  width: 240px;
  padding: 17px 0px;
  color: #0068c7;
  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 select {
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  border: #ffffff 0px solid;
  background-color: #ffffff;
  -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] {
  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: #ffffff;
  -webkit-text-fill-color: #464646 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff 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;
  text-align: center;
}

.button-common>a {
  font-size: 19px;
  padding: 6px 55px 6px 35px;
  line-height: 0;
  min-width: 240px;
  height: 52px;
  border-radius: 55px;
  max-width: 100%;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  gap: 10px;
  color: #ffffff;
  background-color: #ff5a3b;
  border: #ff5a3b 1px solid;
  transition: all .25s ease 0s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
}

.button-common>a::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  display: inline-block;
  transition: all .25s ease 0s;
}

.button-common>a::before {
  content: "";
  position: absolute;
  right: 19px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ff5a3b;
  border-top: 1px solid #ff5a3b;
  transform: translateY(-50%) rotate(45deg);
  top: 52%;
  z-index: 2;
  transition: all .25s ease 0s;
}

.button-common.white-btn>a {
  color: #ff5a3b;
  background-color: #ffffff;
  border: #ffffff 1px solid;
}

.button-common.white-btn>a::after {
  background: #ff5a3b;
}

.button-common.white-btn>a::before {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

@media (any-hover: hover) {
  .button-common>a:hover {
    color: #ff5a3b;
    background-color: #ffffff;
  }

  .button-common>a:hover::after {
    background: #ff5a3b;
  }

  .button-common>a:hover::before {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }

  .button-common.white-btn>a:hover {
    color: #ffffff;
    background-color: #ff5a3b;
  }

  .button-common.white-btn>a:hover::after {
    background: #ffffff;
  }

  .button-common.white-btn>a:hover::before {
    border-right: 1px solid #ff5a3b;
    border-top: 1px solid #ff5a3b;
  }
}

.input-wrapper {
  width: fit-content;
  margin-inline: auto;
}

.button-common>input {
  font-size: 19px;
  padding: 6px 30px 6px 15px;
  width: 240px;
  height: 52px;
  line-height: 0;
  border-radius: 55px;
  overflow: hidden;
  max-width: 100%;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #ffffff;
  background-color: #ff5a3b;
  border: #ff5a3b 1px solid;
  transition: all .25s ease 0s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
}

.button-common.back-button>input {
  padding: 6px 15px 6px 30px;
}

.input-button::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 5px;
  display: inline-block;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.input-button::before {
  content: "";
  position: absolute;
  right: 19px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ff5a3b;
  border-top: 1px solid #ff5a3b;
  transform: translateY(-50%) rotate(45deg);
  top: 26.5px;
  z-index: 2;
  transition: all .25s ease 0s;
  pointer-events: none;
}

.back-button>input {
  color: #ffffff;
  background-color: #9296ad;
  border: #9296ad 1px solid;
}

.back-button::before {
  border-right: 1px solid #9296ad;
  border-top: 1px solid #9296ad;
  left: 19px;
  transform: rotate(-135deg);
  top: 44%;
}

.back-button::after {
  content: "";
  left: 5px;
}

@media (any-hover: hover) {
  .input-button>input:hover {
    color: #ff5a3b;
    background-color: #ffffff;
  }

  /*子要素の範囲でhover*/
  .input-button:has(> input:hover)::after {
    background: #ff5a3b;
  }

  /*子要素の範囲でhover*/
  .input-button:has(> input:hover)::before {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }

  .back-button>input:hover {
    color: #9296ad;
    background-color: #ffffff;
  }

  .back-button:hover::after {
    background: #9296ad !important;
  }
}

/* ########## お問い合わせ確認画面 ########## */

.formTable {
  border-top: #464646 0px solid;
}

.formTable th {
  color: #0068c7;
  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: #0068c7;
}

.confirm-button {
  width: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}


/* ########### 個人情報保護方針 ########### */

.policytitle {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px;
  margin-block: 15px;
  color: #0068c7;
  position: relative;
}

.policytitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #5bb8e5, #0068c7);
}

.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

.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);
}

/* ########## 会社概要 ########## */

.illust-position-company {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 280px;
}

.table-com {
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
}

.table-com th {
  color: #0068c7;
  padding: 23px 0px 20px 0px;
  font-weight: 700;
  text-align: left;
  width: 135px;
  font-size: 16px;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 2;
}

.table-com td {
  padding: 23px 0px 20px 15px;
  width: 100%;
  text-align: left;
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 2;
}

.table-com td li {
  font-size: 16px;
  list-style: initial !important;
  font-weight: 500;
  line-height: 1.5;
}

.table-com td ul {
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
}


/* ########## パンくず ########## */
.breadcrumb__list {
  position: relative;
  z-index: 3;
  margin-bottom: 35px;
  margin-right: 30px;
  display: block;
  line-height: 1.15;
  font-size: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb__item a {
  font-size: inherit;
  font-weight: inherit;
}

/* ########## トップへボタン ########### */

#topbtn {
  right: 30px;
  top: 100px;
  width: 14px;
  position: absolute;
  z-index: 1000;
  transition: all 0.5s;
  cursor: pointer;
}

@media (any-hover: hover) {
  #topbtn:hover {
    margin-top: -10px;
  }
}

/* ########## フッター ########### */

.footer video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-position: center bottom;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

/* ▼ 動画の上に色ブレンド */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  /* ← 動画より上、文字より下 */
  mix-blend-mode: multiply;
  background-color: #0068c7 !important;
}

.footer-wrapper {
  margin-bottom: 60px;
}

.footer__left {
  width: 360px;
}

.footer__right {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.footer__nav {
  width: fit-content;
}

.footer__logo {
  width: 200px;
}

.footer__subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.footer__subtitle a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.footer__nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

.footer__nav li {
  margin-bottom: 7.5px;
}

.footer-second li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-left: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 3.75px;
}

.footer__copy {
  margin-top: 25px;
  padding-top: 25px;
  font-size: 12px;
  font-weight: 300;
  border-top: 1px solid rgb(255, 255, 255);
  color: #ffffff;
  text-align: center;
}

.event-none {
  pointer-events: none;
  margin-bottom: 0.75em;
}

/* ####################################### 479px以下 ####################################### */

@media (max-width: 479px) {

  /* ############## 共通 ############## */
  html,
  body {
    font-size: 14px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 14px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .h2-common {
    font-size: clamp(21px, calc(100vw / 479 * 26), 26px);
  }

  .h2-left-en {
    font-size: clamp(55px, calc(100vw / 479 * 88), 88px);
    bottom: -8px;
    left: -5px;
  }


  .h2-right-en {
    font-size: clamp(60px, calc(100vw / 479 * 90), 90px);
    bottom: -8px;
  }

  .h2-right-en.ul-ai {
    bottom: -10px;
  }

  .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;
  }

  .h2-common .text21 {
    font-size: 14px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .text32 {
    font-size: 23px;
  }

  .text35 {
    font-size: 26px;
  }

  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 90px 15px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-half {
    padding-top: 45px;
  }

  .contents.bottom-half {
    padding-bottom: 45px;
  }

  .contents.top-half-half {
    padding-top: 22.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 22.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: 7.5px !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;
  }

  /* ########## ヘッダー ########## */

  .header__subtitle {
    font-size: 10px;
    letter-spacing: -0.25px;
  }

  .header__logo a {
    width: 165px;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link a {
    font-size: 16px;
    color: #464646;
    padding: 15px 0;
    display: block;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px solid #464646 !important;
    margin: 0 15px;
  }

  .header__nav-link:not(:first-child) a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-left: 1px solid #464646;
    border-bottom: 1px solid #464646;
    margin-bottom: 3.75px;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 20px;
    text-align: left;
    border-bottom: 1px solid #464646 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 20px;
    text-align: left;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  /*  ドロップダウンメニュー  */
  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 2px;
    border-top: 2px solid #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;
  }

  /* ########## トップ-メイン ########## */

  .main {
    background: linear-gradient(to bottom, #fbfbfb calc(100% - 160px), #0068c7 0);
  }

  .contents-main {
    padding: 35px 15px;
  }

  .main-wrapper {
    flex-direction: column;
  }

  .main__title {
    font-size: 30px;
  }

  .subtitle-small {
    font-size: 22px;
  }

  .main-right {
    margin-top: 60px;
  }

  .main-cta-wrapper {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .main-tel-text {
    margin-left: 10px;
  }

  .main-contact-btn {
    width: 215px;
    margin-top: 5px;
  }

  /* ########## パンくず ########## */

  .breadcrumb__list {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .breadcrumb__item {
    font-size: 10px;
  }

  /* ########## アイテム共通 ########## */
  .arrow-animation {
    margin-top: 45px;
  }

  .position-topright {
    width: 320px;
  }

  .position-bottomleft {
    bottom: 60px;
    width: 320px;
  }

  .position-bottomleft-ul {
    bottom: -45px;
    width: 320px;
  }

  .position-voice-right {
    top: -220px;
    width: 320px;
  }

  .illust-position-cta {
    position: absolute;
    top: -170px;
    right: 15px;
    width: 160px;
  }

  .position-question-left {
    bottom: -65px;
    width: 320px;
  }

  .position-company-bottom {
    bottom: -10px;
    width: 320px;
  }

  /* ########## 下層ページ共通 ########## */

  .title-404 {
    line-height: 0.45;
    bottom: 15px;
  }

  /* ########### ポイント ########### */
  .point-wrapper {
    margin-top: 35px;
  }

  .point-title {
    font-size: 26px;
  }

  .point-number img {
    width: 65px;
  }

  .point-wrapper>li {
    width: 48%;
  }

  .point-wrapper>li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }

  .point-wrapper>li:nth-child(n + 3) {
    margin-top: 4%;
  }

  .vertical-text {
    font-size: 0.45em;
  }

  .point-illust {
    width: 130px;
  }

  /* ########### お悩み ###########  */
  .speech-bubble-title {
    border-radius: 5px;
    min-height: 70px;
  }

  .speech-bubble-illust {
    margin: 25px auto 10px;
    width: 140px;
  }

  .speech-bubble-wrapper>li {
    width: 48%;
  }

  .speech-bubble-wrapper>li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .speech-bubble-wrapper>li:nth-child(n + 3) {
    margin-top: 8%;
  }

  .speech-bubble-title::after {
    border-width: 12px 7px 0 7px;
  }

  .speech-bubble-wrapper.reason-wrapper>li {
    width: 100%;
  }

  .speech-bubble-wrapper.reason-wrapper>li:not(:nth-child(2n)) {
    margin-right: 0%;
  }

  .speech-bubble-wrapper.reason-wrapper>li:nth-child(n + 3) {
    margin-top: 0%;
  }

  .speech-bubble-wrapper.reason-wrapper>li:nth-child(n + 2) {
    margin-top: 8%;
  }

  /* ########### 解決 ###########  */
  .box32 {
    font-size: 22px;
  }

  .solution-right {
    margin-top: 30px;
  }


  /* ########### 選ばれる5つの理由 ###########  */
  #top-reason .speech-bubble-illust {
    margin: 5px auto -5px;
    width: 145px;
  }

  /* ########### CTA ###########  */
  .cta-cta-wrapper {
    gap: 20px;
  }

  .cta-contact-btn-wrapper {
    margin-top: 5px;
    gap: 10px;
  }

  .main-tel-a {
    font-size: 34px;
  }

  .main-tel-a img {
    width: 32px;
    height: 32px;
  }

  .cta-tel-a {
    font-size: 34px;
  }

  .cta-tel-a img {
    width: 32px;
    height: 32px;
  }

  .cta-contact-btn {
    width: 215px;
  }

  /* ########### ご契約の流れ ###########  */
  .margin-top-flow {
    margin-top: -10px;
    position: relative;
    z-index: 3;
  }

  .speech-bubble-title.flow-title {
    min-height: 55px;
  }

  .flow-box {
    background-color: #ffffff;
    padding: 15px 15px 15px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  -wrapper #top-flow .speech-bubble-illust {
    width: 145px;
  }

  /* ########### お客様の声 ###########  */
  .voice-photo {
    width: 120px;
  }

  /* ########### swiper ###########  */
  /* 位置調整 */
  .swiper-button-prev,
  .swiper-button-next {
    top: 65px !important;
  }

  /* ◀ 左矢印 */
  .swiper-button-prev::after {
    border-width: 12px 18px 12px 0;
    border-color: transparent #0068c7 transparent transparent;
  }

  /* ▶ 右矢印 */
  .swiper-button-next::after {
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #0068c7;
  }

  /* ########### よくある質問 ###########  */
  .illust-position-faq {
    position: relative;
    top: -10px;
    margin-bottom: 10px;
    width: 160px;
    margin-inline: auto;
  }

  .faqtable tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faqtable th {
    font-size: 15px;
  }

  .faqtable tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faqtable th {
    font-size: 15px;
    padding: 22px 55px 22px 70px;
    color: rgb(255, 255, 255);
  }

  .faqtable td {
    font-size: 14px;
  }

  .faqtable tr::before {
    content: "";
    left: 7.5px;
    top: 9px;
    width: 50px;
    height: 59px;
  }

  .faqtable .abox-contents2 {
    padding: 27px 15px 27px 70px;
  }

  .faqtable .abox-contents2::before {
    content: "";
    left: 7.5px;
    top: 7px;
    width: 50px;
    height: 59px;
  }

  /* ########### 乗り換え査定 ###########  */
  .contacttable input[type="date"] {
    width: 150px;
    height: 38px;
    font-size: 14px;
    padding-left: 4px;
  }

  /* ########### AIオンライン10秒査定 ###########  */
  .ai-wrapper {
    flex-direction: column;
  }

  .ai-wrapper img {
    margin-top: 10px;
    width: 110px;
  }

  .yellowbox.assessment {
    vertical-align: top;
    border-radius: 15px;
    padding: 20px 15px;
    width: 100%;
  }

  .assessment-h2title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .assessment-h2result-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .yellowbox.assessment label:not(.radiotext) {
    padding: 15px 9px;
    line-height: 1.35;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: rgb(80, 80, 80);
    background-color: rgb(229, 229, 231);
    border-radius: 10px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
  }

  .assessment-h2result-subtitle {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.75;
    margin-bottom: 35px;
    border-bottom: #0068c7 1px solid;
  }

  .assessment-h2result-subtitle2 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 0px;
  }

  .assessment-result-back {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border: rgb(80, 80, 80) 1px solid;
    border-radius: 15px;
  }

  .assessment-resultblock {
    display: block;
    text-align: center;
  }

  .result-display {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 0 15px;
    padding: 7px 15px 7px 15px;
    background-color: rgb(255, 255, 255);
    border: #0068c7 2px solid;
    border-radius: 8px;
  }

  .result-display-unit {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: 12px;
    margin-left: 2px;
    padding-bottom: 4px;
    color: #0068c7;
  }

  #odo1,
  #odo2,
  #odo3,
  #odo4 {
    font-size: 22px;
    color: #0068c7;
    font-weight: bold;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .odometer div {
    font-size: 22px;
  }

  .result-display span {
    color: #0068c7;
  }

  .result-display div {
    color: #0068c7;
  }

  .result-kara {
    font-size: 16px;
    color: #0068c7 !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  .result-kara2 {
    font-size: 16px;
    color: #0068c7;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  #price {
    color: #0068c7;
    font-weight: bold;
    font-size: 20px;
    width: 210px;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 5px 10px 0;
    padding: 4px 6px;
    background-color: rgb(229, 229, 231);
    border: none;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .assessment-arrow {
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center;
  }

  #sysMessage {
    font-size: 16px;
    color: #0068c7;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  /* ########### お申込みフォーム ###########  */

  /* ########## お問い合わせ ########## */

  .illust-position-contact {
    position: relative;
    top: -25px;
    margin-bottom: -60px;
    width: 140px;
    margin-inline: auto;
  }

  .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] {
    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: 8px 45px 8px 30px;
    font-size: 16px;
    min-width: 200px;
    height: 45px;
    border-radius: 45px;
  }

  .button-common>a::after {
    content: "";
    top: 9px;
    width: 26px;
    height: 26px;
  }

  .button-common>a::before {
    top: 53.5%;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .button-common>input {
    font-size: 16px;
    width: 200px;
    height: 45px;
    border-radius: 45px;
  }

  .input-button::after {
    content: "";
    top: 9.5px;
    width: 26px;
    height: 26px;
  }

  .input-button::before {
    top: 51.5%;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .back-button::before {
    left: 16px;
    top: 44%;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .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;
  }

  .policytext {
    font-size: 14px;
  }

  .policytitle.small {
    font-size: 15px;
  }

  .policytext.small {
    font-size: 13px;
  }

  .infobox {
    margin: 10px 0 10px;
    padding: 10px;
    height: 185px;
  }

  /* ########## 会社概要 ########## */

  .illust-position-company {
    position: relative;
    top: -10px;
    width: 200px;
    margin-inline: auto;
  }

  .table-com th {
    display: block;
    padding: 10px 0px 0px;
    width: 100%;
    font-size: 14px;
    border-top: #464646 0px solid;
    border-bottom: #464646 0px solid;
  }

  .table-com td {
    display: block;
    padding: 2px 0px 10px;
    width: 100%;
    font-size: 14px;
    border-top: #464646 0px solid;
  }

  .table-com td li {
    font-size: 13px;
  }

  .table-com tr:first-child td {
    border-top: #464646 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #464646 0px solid;
  }


  /* ########## トップへボタン ########### */

  #topbtn {
    right: 20px;
    top: 60px;
    width: 13px;
  }

  /* ########## フッター ########### */

  .footer {
    position: relative;
  }

  .footer-wrapper {
    margin-bottom: 30px;
    padding-right: 30px;
  }

  .contents-footer {
    padding: 60px 15px 60px;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__nav li a {
    font-size: 13px;
  }

  .footer__subtitle {
    font-size: 13px;
  }

  .footer__logo {
    max-width: 200px;
  }
}

/* ####################################### 480px以上768px以下 ####################################### */

@media (min-width: 480px) and (max-width: 767px) {


  /* ############## 共通 ############## */

  html,
  body {
    font-size: 15px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }

  .h2-common {
    font-size: clamp(27px, calc(100vw / 767 * 37), 37px);
  }

  .h2-left-en {
    font-size: clamp(88px, calc(100vw / 767 * 128), 128px);
    bottom: -10px;
    left: -5px;
  }


  .h2-right-en {
    font-size: clamp(90px, calc(100vw / 767 * 130), 130px);
    bottom: -10px;
  }

  .h2-right-en.ul-ai {
    bottom: 36px;
  }

  .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;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .text32 {
    font-size: 27px;
  }

  .text35 {
    font-size: 30px;
  }

  .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: 10px !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;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 20px;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 120px 20px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-half {
    padding-top: 60px;
  }

  .contents.bottom-half {
    padding-bottom: 60px;
  }


  .contents.top-half-half {
    padding-top: 30px;
  }

  .contents.bottom-half-half {
    padding-bottom: 30px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  /* ########## ヘッダー ########## */

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link a {
    font-size: 16px;
    color: #464646;
    padding: 20px 0;
    display: block;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px solid #464646 !important;
    margin: 0 20px;
  }

  .header__nav-link:not(:first-child) a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-left: 1px solid #464646;
    border-bottom: 1px solid #464646;
    margin-bottom: 3.75px;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 20px;
    text-align: left;
    border-bottom: 1px solid #464646 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 20px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 2px;
    border-top: 2px solid #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;
  }

  /* ########## トップ-メイン ########## */

  .main {
    background: linear-gradient(to bottom, #fbfbfb calc(100% - 180px), #0068c7 0);
  }

  .contents-main {
    padding: 45px 20px;
  }

  .main-wrapper {
    flex-direction: column;
  }

  .main__title {
    font-size: 38px;
  }

  .main-tel-text {
    padding-left: 3px;
    font-size: 15px;
  }

  .subtitle-small {
    font-size: 26px;
  }

  .main-right {
    margin-top: 20px;
  }

  .main-tel-a {
    font-size: 32px;
  }

  .main-cta-wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .main-contact-btn {
    width: 215px;
    margin-top: 5px;
  }

  /* ########## パンくず ########## */

  .breadcrumb__list {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .breadcrumb__item {
    font-size: 11px;
  }

  /* ########## アイテム共通 ########## */
  .position-topright {
    width: 400px;
  }

  .position-bottomleft {
    bottom: 0px;
    width: 400px;
  }

  .position-bottomleft-ul {
    bottom: -75px;
    width: 400px;
  }

  .position-voice-right {
    top: -260px;
    width: 380px;
  }

  .illust-position-cta {
    position: absolute;
    top: -180px;
    right: 20px;
    width: 180px;
  }

  .position-question-left {
    bottom: -75px;
    width: 400px;
  }

  .position-company-bottom {
    bottom: -10px;
    width: 400px;
  }

  /* ########## 下層ページ共通 ########## */

  .title-404 {
    line-height: 0.45;
    bottom: 15px;
  }

  /* ########### ポイント ########### */
  .point-wrapper {
    margin-top: 45px;
  }

  .point-title {
    font-size: 32px;
  }

  .point-wrapper>li {
    width: 48%;
  }

  .point-wrapper>li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }

  .point-wrapper>li:nth-child(n + 3) {
    margin-top: 4%;
  }

  .point-illust {
    width: 150px;
  }

  /* ########### お悩み ###########  */
  .speech-bubble-wrapper>li {
    width: 48%;
  }

  .speech-bubble-wrapper>li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .speech-bubble-wrapper>li:nth-child(n + 3) {
    margin-top: 6%;
  }

  /* ########### 解決 ###########  */
  .box32 {
    font-size: 26px;
  }

  .solution-right {
    margin-top: 45px;
  }


  /* ########### 選ばれる5つの理由 ###########  */

  /* ########### CTA ###########  */
  .cta-cta-wrapper {
    gap: 25px;
  }

  .cta-contact-btn-wrapper {
    margin-top: 5px;
    gap: 15px;
  }

  .cta-tel-text {
    margin-left: 15px;
  }

  .cta-contact-btn {
    width: 215px;
  }

  /* ########### ご契約の流れ ###########  */
  .margin-top-flow {
    margin-top: -100px;
  }

  .speech-bubble-title.flow-title {
    min-height: 55px;
  }

  .flow-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 9px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* ########### お客様の声 ###########  */
  .voice-photo {
    width: 155px;
  }

  /* ########### よくある質問 ###########  */
  .illust-position-faq {
    position: relative;
    top: -30px;
    margin-bottom: 0px;
    width: 200px;
    margin-inline: auto;
  }

  .faqtable tr:not(:first-child) {
    margin: 20px 0 0 0;
  }

  .faqtable th {
    font-size: 17px;
    padding: 22px 55px 22px 75px;
    color: rgb(255, 255, 255);
  }

  .faqtable td {
    font-size: 15px;
  }


  .faqtable tr::before {
    content: "";
    left: 7.5px;
    top: 9px;
    width: 55px;
    height: 63px;
  }

  .faqtable .abox-contents2 {
    padding: 27px 15px 27px 75px;
  }

  .faqtable .abox-contents2::before {
    content: "";
    left: 7.5px;
    top: 7px;
    width: 55px;
    height: 63px;
  }

  /* ########### 乗り換え査定 ###########  */
  /* ########### AIオンライン10秒査定 ###########  */
  .ai-wrapper {
    flex-direction: column;
  }

  .ai-wrapper img {
    margin-top: 10px;
    width: 110px;
  }

  .yellowbox.assessment {
    vertical-align: top;
    border-radius: 15px;
    padding: 20px 15px;
    width: 100%;
  }

  .assessment-h2title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .assessment-h2result-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
  }



  .yellowbox.assessment label:not(.radiotext) {
    padding: 15px 9px;
    line-height: 1.35;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: rgb(80, 80, 80);
    background-color: rgb(229, 229, 231);
    border-radius: 10px;
    margin-bottom: 6px;
    width: 100%;
    display: inline-block;
  }


  .assessment-h2result-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.75;
    margin-bottom: 35px;
    border-bottom: #0068c7 1px solid;
  }

  .assessment-h2result-subtitle2 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 0px;
  }

  .assessment-result-back {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border: rgb(80, 80, 80) 1px solid;
    border-radius: 15px;
  }

  .assessment-resultblock {
    display: block;
    text-align: center;
  }

  .result-display {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 0 15px;
    padding: 7px 15px 7px 15px;
    background-color: rgb(255, 255, 255);
    border: #0068c7 2px solid;
    border-radius: 8px;
  }

  .result-display-unit {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: 12px;
    margin-left: 2px;
    padding-bottom: 4px;
    color: #0068c7;
  }

  #odo1,
  #odo2,
  #odo3,
  #odo4 {
    font-size: 24px;
    color: #0068c7;
    font-weight: bold;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .odometer div {
    font-size: 24px;
  }

  .result-display span {
    color: #0068c7;
  }

  .result-display div {
    color: #0068c7;
  }

  .result-kara {
    font-size: 18px;
    color: #0068c7 !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  .result-kara2 {
    font-size: 17px;
    color: #0068c7;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  #price {
    color: #0068c7;
    font-weight: bold;
    font-size: 22px;
    width: 210px;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 5px 10px 0;
    padding: 4px 6px;
    background-color: rgb(229, 229, 231);
    border: none;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .assessment-arrow {
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center;
  }

  #sysMessage {
    font-size: 16px;
    color: #0068c7;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  /* ########### お申込みフォーム ###########  */

  /* ########## お問い合わせ ########## */

  .illust-position-contact {
    position: relative;
    top: -45px;
    margin-bottom: -120px;
    width: 165px;
    margin-inline: auto;
  }

  .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: 15px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 13px;
    top: 18px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    padding: 7px 15px;
  }

  .contacttable td select {
    font-size: 15px;
    padding: 7px 30px 7px 15px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 14px;
  }

  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## 共通ボタン ########## */

  .button-common>a {
    padding: 8px 45px 8px 30px;
    font-size: 18px;
    min-width: 210px;
    height: 50px;
    border-radius: 50px;
  }

  .button-common>a::after {
    content: "";
    top: 11px;
    width: 26px;
    height: 26px;
  }

  .button-common>a::before {
    top: 53.5%;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .button-common>input {
    font-size: 18px;
    width: 210px;
    height: 50px;
    border-radius: 50px;
  }

  .input-button::after {
    top: 13px;
    width: 26px;
    height: 26px;
  }

  .input-button::before {
    top: 53.5%;
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .back-button::before {
    left: 16px;
    top: 47%;
  }

  /* ########## お問い合わせ ########## */

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 5px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 18px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    padding: 7px 15px;
  }

  .contacttable td select {
    font-size: 15px;
    padding: 7px 30px 7px 15px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 14px;
  }


  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .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;
  }

  .policytext {
    font-size: 15px;
  }

  .policytitle.small {
    font-size: 16px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ########## 会社概要 ########## */

  .illust-position-company {
    position: relative;
    top: -15px;
    width: 270px;
    margin-inline: auto;
  }

  .table-com th {
    display: block;
    padding: 10px 0px 0px;
    width: 100%;
    font-size: 15px;
    border-top: #464646 0px solid;
    border-bottom: #464646 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 0px 10px;
    width: 100%;
    font-size: 15px;
    border-top: #464646 0px solid;
    border-bottom: #464646 1px solid;
  }

  .table-com td li {
    font-size: 13px;
  }

  .table-com tr:first-child td {
    border-top: #464646 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #464646 0px solid;
  }

  /* ########## トップへボタン ########### */

  #topbtn {
    right: 30px;
    top: 90px;
    width: 13px;
  }

  /* ########## フッター ########### */

  .footer {
    position: relative;
  }

  .footer-wrapper {
    margin-bottom: 45px;
    padding-right: 45px;
  }

  .contents-footer {
    padding: 90px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .footer__nav:not(:last-child) {
    margin-right: 20px;
  }

  .footer__nav li a {
    font-size: 13px;
  }

  .footer__subtitle {
    font-size: 13px;
  }

  .footer__logo {
    max-width: 200px;
  }
}

/* ####################################### 768px以上 ####################################### */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents-720 {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
  }

  /* ########### 乗り換え査定 ###########  */
  /* ########### AIオンライン10秒査定 ###########  */
  /* ########### お申込みフォーム ###########  */
}

/* ####################################### 調整 ####################################### */

@media (min-width: 768px) and (max-width: 1099px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 150px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-half {
    padding-top: 75px;
  }

  .contents.bottom-half {
    padding-bottom: 75px;
  }

  .contents.top-half-half {
    padding-top: 37.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 37.5px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  /* ########## ヘッダー ########## */

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 2;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link a {
    font-size: 16px;
    color: #464646;
    padding: 25px 0;
    display: block;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 30px;
    text-align: left;
    border-bottom: 1px solid #464646 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 30px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }

  .header__nav-link.border-nav {
    border-bottom: 1px solid #464646 !important;
    margin: 0 30px;
  }

  .header-tel {
    margin-top: -15px;
    margin-right: 120px;
  }

  .header__nav-link:not(:first-child) a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-left: 1px solid #464646;
    border-bottom: 1px solid #464646;
    margin-bottom: 3.75px;
  }

  /* ########## アイテム共通 ########## */


  /* ########## トップ-メイン ########## */

  .contents-main {
    padding: 60px 30px;
  }

  .main-wrapper {
    flex-direction: column;
  }

  .main-right {
    margin-top: 30px;
  }


  /* ########### ポイント ########### */
  .point-wrapper {
    margin-top: 65px;
  }

  .point-wrapper>li {
    width: 32%;
  }

  .point-wrapper>li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }

  .point-wrapper>li:nth-child(n + 4) {
    margin-top: 2%;
  }

  /* ########### お悩み ###########  */
  .speech-bubble-wrapper>li {
    width: 32%;
  }

  .speech-bubble-wrapper>li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .speech-bubble-wrapper>li:nth-child(n + 4) {
    margin-top: 4%;
  }

  /* ########### 解決 ###########  */
  .solution-right {
    margin-top: 60px;
    text-align: center;
    width: 100%;
  }

  .solution-right p {
    text-align: center;
  }

  .solution-left {
    position: relative;
    top: 0px;
    left: 0px;
    width: 70%;
    margin-inline: auto;
  }

  /* ########### 選ばれる5つの理由 ###########  *
  /* ########### CTA ###########  */
  /* ########### ご契約の流れ ###########  */
  .reason-wrapper {
    justify-content: center;
  }

  /* ########### お客様の声 ###########  */

  .illust-h2-left {
    position: relative;
    top: 0px;
    left: 0px;
    width: 70%;
    margin-inline: auto;
  }

  /* ########### よくある質問 ###########  */
  /* ########### 乗り換え査定 ###########  */
  /* ########### AIオンライン10秒査定 ###########  */
  .ai-wrapper {
    margin-left: -140px;
  }

  .yellowbox.assessment {
    vertical-align: top;
    border-radius: 15px;
    padding: 20px 15px;
    width: 100%;
  }

  .assessment-h2title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .assessment-h2result-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
  }



  .yellowbox.assessment label:not(.radiotext) {
    padding: 15px 9px;
    line-height: 1.35;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: rgb(80, 80, 80);
    background-color: rgb(229, 229, 231);
    border-radius: 10px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
  }


  .assessment-h2result-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.75;
    margin-bottom: 35px;
    border-bottom: #0068c7 1px solid;
  }

  .assessment-h2result-subtitle2 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 0px;
  }

  .assessment-result-back {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border: rgb(80, 80, 80) 1px solid;
    border-radius: 15px;
  }

  .assessment-resultblock {
    display: block;
    text-align: center;
  }

  .result-display {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 0 15px;
    padding: 7px 15px 7px 15px;
    background-color: rgb(255, 255, 255);
    border: #0068c7 2px solid;
    border-radius: 8px;
  }

  .result-display-unit {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: 16px;
    margin-left: 5px;
    padding-bottom: 8px;
    color: #0068c7;
  }

  #odo1,
  #odo2,
  #odo3,
  #odo4 {
    font-size: 24px;
    color: #0068c7;
    font-weight: bold;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .odometer div {
    font-size: 24px;
  }

  .result-display span {
    color: #0068c7;
  }

  .result-display div {
    color: #0068c7;
  }

  .result-kara {
    font-size: 18px;
    color: #0068c7 !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  .result-kara2 {
    font-size: 18px;
    color: #0068c7;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  #price {
    color: #0068c7;
    font-weight: bold;
    font-size: 24px;
    width: 350px;
    display: inline-block;
    vertical-align: bottom;
    margin: 15px 0;
    padding: 7px;
    background-color: rgb(229, 229, 231);
    border: none;
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .assessment-arrow {
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: center;
  }

  #sysMessage {
    font-size: 22px;
    color: #0068c7;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  /* ########### お申込みフォーム ###########  */

  /* ########### お問い合わせフォーム ###########  */

  .illust-position-contact {
    left: 30px;
  }

  /* ########## フッター ########## */

  .contents-footer {
    padding: 100px 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__nav:not(:last-child) {
    margin-right: 30px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    margin-top: 35px;
    width: 100%;
  }
}

@media (min-width: 1100px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 0px 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1560px;
  }

  .contents {
    padding: 150px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }


  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-half {
    padding-top: 75px;
  }

  .contents.bottom-half {
    padding-bottom: 75px;
  }

  .contents.top-half-half {
    padding-top: 37.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 37.5px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  /* ########## アイテム共通 ########## */

  .position-topright {
    top: calc(115px - 2%);
  }

  /* ########## メイン ########## */
  .main-left {
    width: 550px;
  }

  .main-right {
    width: 750px;
    z-index: 1;
    position: relative;
  }


  .main-cta-btn {
    width: 360px;
  }

  /* ########## ヘッダー ########## */

  .openbtn {
    display: none;
  }

  .header-bottom {
    height: 25px;
    background-color: #0068c7;
  }

  .header__nav {
    line-height: 1.5;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    max-width: 1060px;
    margin-inline: auto;
    height: 25px;
    padding-bottom: 3px;
  }

  .header__nav-link a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s ease 0s;
    line-height: 1.5;
  }

  .header__nav-link a::before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: -0.5px;
    width: 0;
    height: 0;
    border-left: 8px solid rgb(255, 255, 255);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: all .5s ease 0s;
  }

  /*==ふわっと出現させるための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: 110px;
  }

  .underlayer__top {
    padding-top: 110px;
  }

  /* ########## 視差効果 ########## */
  /*　PCのみ視差効果　*/
  .background-attachment-fixed {
    background-attachment: fixed;
  }

  /* ########### ポイント ########### */

  .point-wrapper {
    margin-top: 65px;
  }

  .point-wrapper>li {
    width: 18.4%;
  }

  .point-wrapper>li:not(:nth-child(5n)) {
    margin-right: 2%;
  }

  .point-wrapper>li:nth-child(n + 6) {
    margin-top: 2%;
  }

  /* ########### お悩み ###########  */

  .speech-bubble-wrapper>li {
    width: 31%;
  }

  .speech-bubble-wrapper>li:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }

  .speech-bubble-wrapper>li:nth-child(n + 4) {
    margin-top: 4%;
  }

  /* ########### 解決 ###########  */
  .solution-left {
    width: 48%;
  }

  .solution-right {
    width: 50%;
  }

  /* ########### 選ばれる5つの理由 ###########  *
  /* ########### CTA ###########  */
  /* ########### ご契約の流れ ###########  */
  .reason-wrapper {
    justify-content: center;
  }

  /* ########### お客様の声 ###########  */

  .swiper-container {
    margin-top: 60px;
  }

  .illust-h2-left {
    position: absolute;
    top: 15px;
    left: -60px;
    width: 600px;
  }

  /* ########### よくある質問 ###########  */
  /* ########### 乗り換え査定 ###########  */
  /* ########### AIオンライン10秒査定 ###########  */
  .ai-wrapper {
    margin-left: -140px;
  }

  .yellowbox.assessment {
    vertical-align: top;
    border-radius: 15px;
    padding: 20px 15px;
    width: 100%;
  }

  .assessment-h2title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .assessment-h2result-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0068c7;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .assetmentflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  .yellowbox.assessment label:not(.radiotext) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 9px;
    line-height: 1.35;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: rgb(80, 80, 80);
    background-color: rgb(229, 229, 231);
    border-radius: 10px;
    margin-bottom: 8px;
    width: 49%;
  }


  .assessment-h2result-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.75;
    margin-bottom: 35px;
    border-bottom: #0068c7 1px solid;
  }

  .assessment-h2result-subtitle2 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #0068c7;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 0px;
  }

  .assessment-result-back {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border: rgb(80, 80, 80) 1px solid;
    border-radius: 15px;
  }

  .assessment-resultblock {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  .result-display {
    text-align: center;
    width: 98%;
    display: inline-block;
    vertical-align: bottom;
    margin: 15px 1%;
    padding: 7px 15px;
    background-color: rgb(255, 255, 255);
    border: #0068c7 2px solid;
    border-radius: 10px;
  }

  .result-display-unit {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: 16px;
    margin-left: 5px;
    padding-bottom: 8px;
    color: #0068c7;
  }

  #odo1,
  #odo2,
  #odo3,
  #odo4 {
    font-size: 24px;
    color: #0068c7;
    font-weight: bold;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .odometer div {
    font-size: 24px;
  }

  .result-display span {
    color: #0068c7;
  }

  .result-display div {
    color: #0068c7;
  }

  .result-kara {
    font-size: 18px;
    color: #0068c7 !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  .result-kara2 {
    font-size: 18px;
    color: #0068c7;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
  }

  #price {
    color: #0068c7;
    font-weight: bold;
    font-size: 24px;
    width: 350px;
    display: inline-block;
    vertical-align: bottom;
    margin: 15px 0;
    padding: 7px;
    background-color: rgb(229, 229, 231);
    border: none;
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .assessment-arrow {
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: center;
  }

  #sysMessage {
    font-size: 22px;
    color: #0068c7;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  .borpc {
    border-bottom: 0px solid rgb(255, 255, 255) !important;
  }

  /* ########### お申込みフォーム ###########  */
  /* ########### お問い合わせフォーム ###########  */

  .illust-position-contact {
    left: 60px;
  }

  /* ########## フッター ########## */

  .contents-footer {
    padding: 100px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 968px;
  }

  .footer__right {
    justify-content: flex-end;
  }

  .footer__left {
    padding-right: 30px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 30px;
  }
}