@charset "UTF-8";
/* ==================================================
Color定義
================================================== */
/* パレット
-------------------------------------------------- */
/* ==================================================
font-size定義
================================================== */
/* ==========================================================================
Reset CSS
========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6, header, footer,
p, pre, blockquote, ol, ul, li, dl, dt, dd,
figure, figcaption, div, main, pre,
a, em, strong, small, q, data, time,
code, var, sub, sup, i, b, u, mark, span,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Box model
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Display
========================================================================== */
article, section, nav, aside, header,
footer, figure, figcaption, main {
  display: block;
}

video, audio, progress, canvas {
  display: inline-block;
  vertical-align: baseline;
}

/* View
========================================================================== */
.win, .mac {
  overflow-y: scroll;
}

body {
  color: #111111;
  font-size: 17.5px;
  counter-reset: number 0;
}

/* Style
========================================================================== */
/* Grouping content
-------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquotel:before, blockquotel:after {
  content: "";
  content: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

/* Text-level semantics
-------------------------------------------------------------------------- */
a {
  color: #D52400;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 0.9rem;
  bottom: 0px;
}

sup {
  top: -0.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
-------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

embed, object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

/* Tabular data
-------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th, td {
  vertical-align: middle;
}

/* ==================================================
move
================================================== */
.-down-move:hover {
  transform: translate3d(0, 5px, 0);
  transition: all 0.2s;
}
.-down-move:hover h3:after {
  right: -4px;
}

.-down-move {
  transition: all 0.2s;
}
.-down-move h3:after {
  transition: all 0.2s;
}

.-right-move:hover {
  transform: translate3d(4px, 0, 0);
}
.-right-move:hover h3:after {
  right: -4px;
}

.-right-move {
  transition: all 0.2s;
}
.-right-move h3:after {
  transition: all 0.2s;
}

.-left-move:hover {
  transform: translate3d(-4px, 0, 0);
}
.-left-move:hover h3:after {
  right: -4px;
}

.-left-move {
  transition: all 0.2s;
}
.-left-move h3:after {
  transition: all 0.2s;
}

/*==================================================
シャッ
===================================*/
.RightIn, .DownIn {
  opacity: 0;
}

/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 100%;
  z-index: 1;
}
.bgextend.long {
  width: 100%;
  min-width: 100%;
}

.bgextend.bgLRextend,
.bgextend.bgLRextend h2,
.bgextend.bgLRextend span {
  animation-name: imgAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 0;
}

@keyframes imgAnimeBase {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 10s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFCB3B;
  z-index: 10;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*--------- 右から --------*/
/*--------- 下から --------*/
.bgDUextend::before {
  z-index: 9999999;
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #FFCB3B;
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*--------- 上から --------*/
/*==================================================
ループ
===================================*/
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.l-loop {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.l-loop__wrap {
  display: flex;
  overflow: hidden;
}

.l-loop__list {
  display: flex;
  list-style: none;
}

.l-loop__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.l-loop__item {
  min-width: 235px;
  padding: 30px 15px;
  background: #fff;
  margin-right: 30px;
  border-radius: 10px;
}
.l-loop__item img {
  width: 100%;
}

.l-loop__item small {
  color: #fff;
  margin: 4px;
  display: block;
}

.l-loop__item > a {
  display: block;
  width: calc(100% - 50px);
  min-width: 200px;
  height: 160px;
}

.l-loop__item > a img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 835px) {
  .l-loop__item {
    min-width: 170px;
    padding: 25px 15px;
  }
}
/* ==================================================
base
================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111111;
  background-color: #FEFFEE;
  overflow-x: hidden;
  width: 100%;
  /* min-width: 1024px; */
  position: relative;
}

.l-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ==================================================
pc or sp
================================================== */
.-pc {
  display: none;
}

.-pc1200 {
  display: block;
}

.-pc1300 {
  display: block;
}

.-tab {
  display: block;
}

.-sp {
  display: block;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
  pointer-events: auto;
}

/* ==================================================
l-voice
================================================== */
.l-voice .l-wrap {
  height: 450px;
  position: relative;
}
.l-voice .l-wrap:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -650px;
  background: url(../img/ipad2.png);
  width: 1300px;
  height: 329px;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-voice-comment {
  position: relative;
  background: #fff;
  border: 2px solid #F1F1F1;
  border-radius: 5px;
  width: 290px;
  padding: 23px;
  z-index: 10;
}
.l-voice-comment h4 {
  text-align: center;
  margin-bottom: 8px;
}

.l-voice-comment-01 {
  position: absolute;
  left: 130px;
  bottom: 240px;
  z-index: 10;
}

.l-voice-comment-02 {
  position: absolute;
  left: 40px;
  bottom: -40px;
  z-index: 10;
}

.l-voice-comment-03 {
  position: absolute;
  right: 120px;
  bottom: 260px;
  z-index: 10;
}

.l-voice-comment-04 {
  position: absolute;
  right: 45px;
  bottom: -50px;
  z-index: 10;
}

.l-voice-comment:after {
  content: "";
  position: absolute;
  bottom: -59px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 34px solid transparent;
  border-bottom: 53px solid transparent;
  border-left: 26px solid #F1F1F1;
  border-right: 0;
  transform: rotate(307deg);
  z-index: -1;
}

.l-voice-comment-02:after {
  transform: rotate(219deg);
  top: 0px;
  right: -30px;
}

.l-voice-comment-03:after {
  left: 41px;
  transform: rotate(244deg);
  bottom: -53px;
}

.l-voice-comment-04:after {
  transform: rotate(-28deg);
  top: 15px;
  left: -22px;
}

/* ==================================================
second
================================================== */
.l-second-main {
  margin-top: 90px;
}

.pankuzu {
  color: #111111;
  font-size: 14px;
  z-index: 10;
}
.pankuzu a {
  color: #111111;
}

.l-second-box {
  margin-top: 60px;
}

.-navigate-icon img {
  vertical-align: text-bottom;
}
.-navigate-icon small {
  font-size: 13px;
  line-height: 1.5;
  margin: -3px 0 0 12px;
}

header.navigate {
  padding: 15px 20px;
  width: 1280px;
  position: fixed;
  top: 36px;
  left: 50%;
  margin-left: -640px;
  height: 70px;
  z-index: 99999;
  border-radius: 10px;
  transition: 0.2s;
}
header.navigate:hover {
  background: #fff;
}
header.navigate.is-show {
  background: #fff;
  top: 10px;
}
header.navigate.is-show-second {
  background: #fff;
}

.-navigate-list {
  margin-left: 8px;
}
.-navigate-list li {
  padding: 0 10px;
}
.-navigate-list li a {
  color: #111111;
}

li.-down-button {
  position: relative;
  padding-right: 30px;
}
li.-down-button:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  width: 8px;
  height: 7px;
  background: url(../img/svg/under-black.svg);
  background-size: cover;
  right: 15px;
  top: 10px;
}

.-navigate-list .-this-page:after {
  background: url(../img/svg/under-red.svg);
  background-size: cover;
}

.-navigate-list .-this-page a.-bold700 {
  color: #D52400;
}

/* 第1階層のみ */
.-navigate-list > li > a {
  display: inline-block;
  transition: 0.2s ease;
}

.-navigate-list > li:hover > a {
  transform: translateY(3px);
}

/* 矢印（第1階層のみ） */
.-navigate-list > li.-down-button:after {
  transition: 0.2s ease;
}

.-navigate-list > li.-down-button:hover:after {
  transform: translateY(calc(-50% + 6px));
}

.-navigate-list li .-this-page a {
  color: #D52400;
}

/* ===============================
   Navigation Base
================================ */
.-navigate-base {
  width: 100%;
}

.nav_space__contents {
  margin-left: 8px;
}
.nav_space__contents li.nav_box {
  background: #111111;
  width: 78px;
  text-align: center;
  padding: 4px 11px 5px;
  border-radius: 27px;
}

/* ===============================
   Drawer System
================================ */
/* レイヤー順
   hamburger  9999
   drawer     30
   overlay    20
   page       0
*/
/* --- Drawer 本体 --- */
.drawer-list {
  position: fixed;
  left: 50%;
  top: -1000px;
  margin-left: -640px;
  width: 1280px;
  opacity: 0;
  z-index: 30;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 10px 10px;
  transition: opacity 0.3s ease, top 0.3s ease;
}

/* --- Overlay（背景） --- */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: opacity 0.3s ease;
}

/* ===============================
   Hamburger Control
================================ */
input.hamburger {
  display: none;
}
input.hamburger:checked {
  /* Drawer 表示 */
}
input.hamburger:checked ~ .drawer-list {
  opacity: 1;
  top: 20px;
}
input.hamburger:checked {
  /* Overlay 表示 */
}
input.hamburger:checked ~ .drawer-overlay {
  opacity: 1;
  visibility: visible;
}
input.hamburger:checked {
  /* アイコン変形 */
}
input.hamburger:checked ~ label.hamburger > i {
  background: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label.hamburger > i::before {
  background: #111111;
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label.hamburger > i::after {
  background: #111111;
  transform: translate(-50%, -50%) rotate(-315deg);
}

/* ===============================
   Hamburger Icon
================================ */
label.hamburger {
  position: relative;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 20px;
  cursor: pointer;
}
label.hamburger > i {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 23px;
  height: 1px;
  background: #fff;
  transition: 0.35s;
}
label.hamburger > i::before, label.hamburger > i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: 50% 50%;
  transition: transform 0.35s;
}
label.hamburger > i::before {
  transform: translate(-50%, -7px);
}
label.hamburger > i::after {
  transform: translate(-50%, 7px);
}

/* ===============================
   Desktop Dropdown
================================ */
.navigate .head-box-navi .menu__second-level {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  background: #fff;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s ease;
}

.navigate li.menu__single:hover .menu__second-level {
  top: 88px;
  opacity: 1;
  visibility: visible;
}

.navigate.is-show li.menu__single:hover .menu__second-level {
  top: 63px;
}

/* ===============================
   Layout
================================ */
.menu__second-level-box {
  padding: 35px 35px 25px;
  margin-top: 25px;
  border-top: 1px solid #C9C9C9;
}

.-down-list-h2 {
  width: 260px;
}

.-down-list-menu {
  width: calc(100% - 260px);
}
.-down-list-menu ul::after {
  content: "";
  display: block;
  width: 33%;
}
.-down-list-menu li {
  width: 33%;
  padding: 9px 0 20px;
}

.scene-toggle {
  display: none;
}

.scene-title {
  font-size: 18.5px;
  font-weight: 700;
}

.scene-accordion .scene-sub {
  max-height: none;
  overflow: visible;
}

.scene-accordion .scene-title::after {
  display: none;
}

.-kotei-cvr {
  width: 840px;
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: -200px;
  background: #FFCB3B;
  border: 2px solid #fff;
  font-weight: 700;
  border-radius: 20px 0 0 0;
  padding: 6px 13px 6px 15px;
  transition: 0.2s;
}
.-kotei-cvr.is-show {
  bottom: -2px;
}

.-kotei-cvr-left {
  width: 334px;
}

.-kotei-cvr-right {
  width: calc(100% - 360px);
}

.-kotei-cvr h2 {
  font-size: 18.5px;
}
.-kotei-cvr h2 .kotei-cvr-mail-time {
  font-size: 30px;
  padding: 0 3px;
}

.kotei-cvr-mail {
  border-radius: 7px;
  border: 2px solid #fff;
  background: #fff;
  padding: 5px 7px 5px 10px;
  color: #111111;
}

.kotei-cvr-mail-text01 {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
.kotei-cvr-mail-text01:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 5px;
  left: -9px;
  width: 30px;
  height: 18px;
  background: url(../img/svg/mail-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.kotei-cvr-mail-text02 {
  font-size: 14px;
  letter-spacing: 2.5px;
}

.kotei-cvr-tel {
  border-radius: 7px;
  border: 2px solid #fff;
  background: #fff;
  padding: 5px 7px 4px 4px;
  color: #111111;
}

.kotei-cvr-tel-text {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
}
.kotei-cvr-tel-text:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 5px;
  left: 6px;
  width: 35px;
  height: 35px;
  background: url(../img/svg/tel-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.kotei-cvr-tel-text01 {
  font-size: 13px;
  line-height: 1.4;
}

.kotei-cvr-tel-text02 {
  line-height: 1.4;
  font-size: 19px;
}

.kotei-cvr-top img {
  margin-top: 8px;
}

footer {
  background: #FFCB3B;
  z-index: 0;
  position: relative;
  padding-top: 50px;
  z-index: 0;
}

.-l-third + footer {
  background: unset;
}

.drawer-footer {
  text-align: left;
  border-radius: 10px;
  padding: 60px 40px 50px 60px;
}
.drawer-footer.footer-control {
  padding: 45px 10px 45px 20px;
  margin-bottom: 100px;
}

.drawer-footer li {
  padding: 8px 0;
}

.drawer-footer a {
  color: #707070;
  pointer-events: auto;
}

footer .drawer-footer a {
  color: #111111;
}

.-left-footer {
  width: 350px;
}

.-right-footer {
  width: calc(100% - 350px);
}
.-right-footer .-right-footer-section {
  width: calc(33% - 10px);
  padding-bottom: 40px;
}
.-right-footer .-right-footer-section section + section {
  margin-top: 45px;
}

.footer_under {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  background: #F1F1F1;
}

/* ==================================================
cvr
================================================== */
.l-mid-cvr {
  position: relative;
  z-index: 0;
  margin-top: 130px;
}

.l-mid-cvr .-bg-Theme {
  padding: 85px 90px 75px;
  color: #111111;
  border-radius: 50px 50px 0 0;
}

.-omakase {
  position: relative;
  text-align: center;
  font-size: 37px;
  font-weight: 500;
}
.-omakase::before {
  background: #111111;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 145px;
  width: 1px;
  top: -15px;
  left: 50%;
  margin-left: -450px;
  transform: rotate(-34deg);
}
.-omakase::after {
  background: #111111;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 145px;
  width: 1px;
  top: -15px;
  right: 50%;
  margin-right: -450px;
  transform: rotate(34deg);
}

.-mid-cvr-list {
  position: relative;
  width: 33.3%;
  padding: 20px 0;
}
.-mid-cvr-list:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #111111;
  height: 100%;
  width: 0.5px;
  left: 0;
  top: 0;
}
.-mid-cvr-list:last-child:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #111111;
  height: 100%;
  width: 0.5px;
  right: 0;
  top: 0;
}
.-mid-cvr-list span {
  font-size: 21.5px;
}
.-mid-cvr-list span.counter {
  font-size: 60px;
  padding-right: 5px;
}

.youtube {
  max-width: 750px;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

dl {
  padding-bottom: 30px;
}

dl + dl {
  margin-top: 8px;
}

dt {
  min-width: 150px;
  max-width: 150px;
  padding: 0 15px;
  line-height: 1.9;
  font-weight: 700;
}

.-number {
  text-align: center;
  position: relative;
  font-size: 65px;
  line-height: 1;
  padding-right: 16px;
  margin-top: -5px;
  font-weight: 500;
}
.-number:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 40px;
  height: 3px;
  bottom: -12px;
  left: -1px;
  background: #D52400;
}

.-l-third-title {
  position: relative;
  background: #FFCB3B;
  padding: 64px 0 170px;
}
.-l-third-title .l-wrap {
  padding: 0;
}
.-l-third-title.-case {
  background: url(../img/case/industry/case-bg.webp);
  background-size: cover;
  background-position: center;
}

.-photo-control {
  padding: 60px 50px;
}

.pankuzu {
  position: absolute;
  top: 31px;
  left: 0;
}

.-kiji .pankuzu {
  position: absolute;
  top: 20px;
  left: 0;
}

.-l-third-title.-kiji {
  padding: 74px 0 150px;
}
.-l-third-title.-kiji .-l-third-main-title {
  text-align: left;
}
.-l-third-title.-kiji .-l-third-main-title::before {
  display: none;
}
.-l-third-title.-kiji .-l-third-main-title::after {
  display: none;
}

.-l-third-main-title {
  position: relative;
  text-align: center;
}
.-l-third-main-title h1 {
  padding-top: 100px;
  font-weight: 700;
}
.-l-third-main-title span {
  color: #D52400;
  font-weight: 700;
}

.-l-third-title.-kodawari {
  padding: 182px 0 155px;
}
.-l-third-title.-kodawari .pankuzu {
  top: -87px;
}

.-kodawari .-l-third-main-title h1 {
  padding-top: 20px;
}
.-kodawari .-l-third-main-title p {
  margin-top: 30px;
  font-size: 21.5px;
}

.l-news-tag {
  padding-top: 100px;
}
.l-news-tag + h1 {
  padding-top: 20px;
}

.-news-h2 {
  border-left: 4px solid #FFCB3B;
  padding-left: 10px;
  font-size: 18.5px;
}

.-news-h3 {
  font-size: 18.5px;
}

.-l-third-main {
  margin-top: -70px;
}
.-l-third-main .l-wrap {
  padding: 85px 95px 95px;
}

.-kodawari .-l-third-main .l-wrap {
  padding: 0px 85px 95px;
}

.-ancer-link li {
  background: #F1F1F1;
  border-radius: 10px;
  text-align: center;
}
.-ancer-link li a {
  position: relative;
  padding: 24px 0;
  display: block;
  color: #111111;
  font-size: 21.5px;
}
.-ancer-link li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: url(../img/svg/under-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.-ancer-link + .-mt60 {
  margin-top: 60px;
}

.-ancer-link li.-third {
  width: calc(33% - 10px);
}

.-ancer-link li.-forth {
  width: calc(25% - 10px);
}

.-ancer-link li.-fifth {
  width: calc(20% - 10px);
}
.-ancer-link li.-fifth a:before {
  margin-left: -10px;
}

.-ancer-link-list {
  margin-top: -100px;
  padding-top: 100px;
}

.-before-after section {
  width: calc(50% - 20px);
  padding: 35px 40px;
  position: relative;
}

.-before-after.-before-after-anim section + section:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/svg/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: -25px;
  animation: side-anim 3s infinite;
}

@keyframes side-anim {
  0%, 100% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
}
.-l-second-box {
  border-bottom: 4px solid #F1F1F1;
  padding: 50px 45px;
}

.-l-case-solution-left {
  width: 180px;
  padding: 54px;
}

.-l-case-solution-right {
  width: calc(100% - 210px);
  border-left: 1px solid #C9C9C9;
  padding-left: 50px;
}

.-price-case-box {
  position: relative;
  width: calc(33% - 60px);
  text-align: center;
  padding: 40px 0 30px !important;
}
.-price-case-box:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/svg/plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  right: -60px;
  margin-top: -15px;
}
.-price-case-box:last-child:after {
  display: none;
}
.-price-case-box.-border-Theme {
  border-radius: 5px;
}
.-price-case-box span {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  margin-left: -90px;
  background: #D52400;
  border-radius: 30px;
  padding: 4px;
  color: #fff;
  width: 180px;
}
.-price-case-box span::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #D52400;
  border-bottom: 0;
}

.-price-save {
  padding: 40px 0;
}

.-price-save-left {
  text-align: center;
  width: 280px;
}

.-price-save-right {
  text-align: center;
  width: calc(100% - 280px);
  border-left: 1px solid #F1F1F1;
  padding: 0 30px 0 30px;
}
.-price-save-right dl {
  padding: 10px 20px 15px 30px;
  text-align: left;
}
.-price-save-right dl dt {
  width: 100px;
}
.-price-save-right dl dd {
  width: calc(100% - 100px);
}

.l-flow-list {
  padding: 35px;
  position: relative;
  min-height: 298px;
}
.l-flow-list + .l-flow-list {
  margin-top: 50px;
}

.l-flow-list:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/svg/down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  bottom: -40px;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  animation: down-anim 3s infinite;
}

.l-flow-list:last-child:before {
  display: none;
}

@keyframes down-anim {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.l-flow-list-left {
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-flow-list-right {
  padding-left: 30px;
  width: calc(100% - 250px);
}

.-left-move img {
  padding-right: 10px;
}

.-right-move img {
  padding-left: 10px;
}

.-spec-table {
  width: 100%;
  margin-top: 80px;
}

.-spec-table th {
  background: #F8F8F8;
  text-align: left;
  padding: 25px;
  border-bottom: 2px solid #F8F8F8;
}

.-spec-table td {
  text-align: left;
  padding: 25px;
  border-bottom: 2px solid #F8F8F8;
  background: #fff;
}

.l-wrap.l-category {
  padding: 0;
}

aside {
  width: 310px;
}
aside .-bg-White {
  padding: 30px 35px 40px;
  position: sticky;
  top: 100px;
}
aside li {
  position: relative;
  padding: 15px 0;
}
aside li:last-child {
  padding-bottom: 0;
}
aside li a {
  display: block;
  color: #111111;
}

aside li.-on:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #D52400;
  width: 2px;
  height: 32px;
  left: -12px;
  top: 13px;
}
aside li.-on a {
  color: #D52400;
}

.l-category-list {
  width: calc(100% - 340px);
  padding: 60px 60px;
}

.l-news-box-list .l-news-tag {
  padding: 0;
  font-size: 14px;
}

.l-news-box-list section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
}

.l-case-box-page .-three-box {
  width: calc(33% - 15px);
  padding: 35px;
  color: #111111;
  margin-bottom: 50px;
}

.l-case-box-page .-three-box img {
  width: 100%;
}

.l-case-box-page .-three-box .-red-link {
  width: 70%;
  padding: 10px;
  text-align: center;
}

.-three-box.-function-list {
  background: #F8F8F8;
  padding: 35px !important;
  margin-bottom: 25px !important;
  width: calc(33% - 20px);
}
.-three-box.-function-list li {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
}
.-three-box.-function-list li:last-child {
  border: unset;
  padding-bottom: 0;
}

/* =======================
   レイアウト
======================= */
.reg-nav-wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  position: relative;
}

.reg-nav-menu-wrap {
  position: relative;
}

/* =======================
   左メニュー
======================= */
.reg-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reg-nav-menu button {
  background: none;
  border: none;
  text-align: left;
  padding: 16px 25px;
  font-weight: bold;
  cursor: pointer;
  font-size: 17.5px;
  border-radius: 10px 0 0 10px;
}

.reg-nav-menu button:hover {
  opacity: 0.6;
}

.reg-nav-menu button.is-active {
  background: #F8F8F8;
}

/* 固定 */
.reg-nav-menu.is-fixed {
  position: fixed;
  top: 100px;
  width: 200px;
}

/* wrapper下で止める */
.reg-nav-menu.is-stop {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}

/* =======================
   右コンテンツ
======================= */
.reg-nav-content {
  background: #F8F8F8;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
}

.reg-nav-content-item {
  display: none;
}

.reg-nav-content-item.is-active {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
}
.reg-nav-content-item.is-active span {
  font-size: 13px;
  display: block;
  line-height: 1;
  color: #707070;
}

.reg-nav-content table {
  width: 100%;
  border-collapse: collapse;
}

.reg-nav-content th,
.reg-nav-content td {
  padding: 15px 15px 15px 20px;
  border-bottom: 1px solid #ddd;
}

.reg-nav-content th {
  width: 205px;
  text-align: left;
  font-weight: 500;
  border-right: 1px solid #ddd;
}

.-history-img {
  margin: 50px 0 90px;
  padding: 40px 0;
}

.-history-talk + .-history-talk {
  margin-top: 110px;
}

.-history-talk dt {
  position: relative;
  min-width: 245px;
  max-width: 245px;
  padding: 0 15px;
  font-size: 67px;
  color: #ddd;
  margin-top: -7px;
  font-weight: 500;
  line-height: 1.6;
}
.-history-talk dt::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 56px;
  right: 18px;
  width: 30px;
  height: 6px;
  display: inline-block;
  background-color: #ddd;
  border-radius: 3px;
}

.-history-talk dd {
  padding-left: 15px;
}

.-history-talk h3 {
  font-size: 32px;
}

.-history-img2 {
  margin: 90px 0 120px;
  padding: 0 60px;
}

.-history-img2 img {
  width: calc(100% - 160px);
  border-radius: 10px;
}

.-qa-list h4 {
  padding: 20px 75px;
  position: relative;
  display: block;
  cursor: pointer;
}

.-qa-list h4::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/svg/question.svg);
  background-size: contain;
  top: 24px;
  left: 30px;
  width: 28px;
  height: 28px;
}

.-qa-list h4:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/svg/question-plus.svg);
  background-size: contain;
  top: 21px;
  right: 30px;
  width: 32px;
  height: 32px;
}

.-qa-list h4.selected:after {
  background: url(../img/svg/question-minus.svg);
  background-size: contain;
  width: 32px;
  height: 32px;
}

.-qa-list .-bg-White {
  padding: 20px 30px;
  margin-top: 20px;
}

.l-footer-open {
  padding: 0px 45px 30px 75px;
}

.-bg-func {
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
  padding: 0 20px 30px;
}

.-case-box-name {
  padding: 50px 0 40px;
}
.-case-box-name h3 {
  font-size: 28px;
  padding: 5px 0;
}
.-case-box-name p {
  margin-top: 10px;
}

.-case-box-title {
  padding: 0 0 60px 0;
}

.-logo-control {
  padding: 110px 0 110px 0;
}
.-logo-control img {
  width: 480px;
}

.-kodawari-box-detail {
  width: 780px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 95px;
}
.-kodawari-box-detail p {
  padding: 0 40px;
}

.-kodawari-box-detail + .-kodawari-box-detail {
  padding-top: 95px;
  border-top: 1px solid #C9C9C9;
}

.page-nav {
  opacity: 0;
  position: fixed;
  top: 120px;
  left: 50%;
  width: 30px;
  margin-left: -500px;
  transition: 1s all;
  text-align: center;
}
.page-nav.is-show {
  opacity: 1;
}

.page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-nav li {
  margin: 14px 0;
}

.page-nav a {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F1F1F1;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

/* ★ 現在地 */
.page-nav a.is-active {
  background: #FFCB3B;
  transform: scale(1.4);
}

.-kodawari-box-name h3 {
  font-size: 36px;
}
.-kodawari-box-name p {
  font-size: 21.5px;
}

.l-point {
  margin-top: 150px;
  padding: 120px 0 80px;
  background: #FFCB3B;
}
.l-point .-bg-White {
  padding: 80px 80px;
  text-align: center;
}
.l-point h2 {
  font-size: 28px;
  margin-bottom: 45px;
  color: #D52400;
}
.l-point p {
  text-align: left;
  font-size: 21.5px;
  line-height: 2.7;
}

.-function-list {
  position: relative;
}
.-function-list img {
  border-radius: 5px !important;
}

.screen-toggle {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.screen-toggle span {
  cursor: pointer;
  padding: 1px 4px;
  background: #fff;
  color: #707070;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 3px;
}

.screen-toggle span.is-active {
  background: #FFCB3B;
  color: #111111;
}

.-case-comapny-detail-box {
  padding: 30px;
  margin-top: 50px;
}

.-case-comapny-detail-box-left {
  width: 350px;
  background: #fff;
  border-radius: 10px;
}
.-case-comapny-detail-box-left img {
  width: 100%;
}

.-case-comapny-detail-box-right {
  width: calc(100% - 370px);
}
.-case-comapny-detail-box-right dl {
  padding-bottom: 3px;
}
.-case-comapny-detail-box-right dt {
  min-width: 130px;
  max-width: 130px;
}
.-case-comapny-detail-box-right dl + dl {
  margin-top: 3px;
}

.l-contact {
  margin-top: 20px;
  padding: 0 30px;
}

.l-contact table {
  width: 100%;
}

.l-contact tr {
  width: 100%;
  margin-top: 40px;
  display: block;
}

.l-contact-title-box {
  width: 330px;
  font-weight: 900;
  font-size: 18.5px;
}

.-mandatory {
  color: #D52400;
  font-size: 17.5px;
  border: 1px solid #D52400;
  padding: 6px 8px;
  border-radius: 7px;
  margin-right: 25px;
  line-height: 1;
}

td.l-contact-input-box {
  border: none;
  position: relative;
}

#ua_box {
  width: 100%;
  height: 130px;
  overflow: auto;
  border: 3px #f2f2f2 solid;
  text-align: left;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 10px;
}

input, textarea {
  outline: none;
  font-size: 17.5px;
  background: #fff;
  border: 3px solid #F1F1F1;
  padding: 15px 9px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=radio] + span {
  background: #F2F2F2;
  color: #ACACAC;
  margin: 0 10px 0 0;
  padding: 9px 15px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
}

input[type=radio]:checked + span {
  background: #B03030;
  color: #fff;
}

input[type=checkbox] + span {
  background: #F2F2F2;
  padding: 9px 15px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  margin: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + span {
  background: #D52400;
  color: #fff;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 20px 20px;
  background: #D52400;
  color: #fff;
  width: 370px;
  font-weight: 900;
  transition: all 0.2s ease;
  border: unset;
}

input[type=radio] + span:hover,
input[type=checkbox] + span:hover,
input[type=submit]:hover {
  transform: translate3d(0, 3px, 0);
  transition: all 0.2s ease;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.-agree input[type=checkbox] + span {
  padding: 20px 30px;
}

.grecaptcha-badge {
  z-index: 999;
}

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

.-loop {
  position: relative;
  bottom: 0;
  align-items: center;
  color: #fff;
  display: flex;
  height: 200px;
  line-height: 175px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 10;
}

.-loop ul {
  animation: flowing 150s linear infinite;
  font-size: 155px;
  font-weight: 900;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.-loop ul li {
  display: inline-block;
  padding-right: 10px;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 864px) {
  .-loop {
    height: 100px;
  }
  .-loop:after {
    height: 120px;
  }
  .-loop ul {
    font-size: 60px;
  }
}
/* flex
-------------------------------------------------- */
.-flex {
  display: flex;
  align-items: stretch;
}
.-flex.-wrap {
  flex-wrap: wrap;
}
.-flex.-bottom {
  align-items: flex-end;
}
.-flex.-center-w {
  align-items: center;
  justify-content: center;
}
.-flex.-center-x {
  align-items: center;
}
.-flex.-center-y {
  justify-content: center;
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
.-flex.-column {
  flex-direction: column;
}
.-flex.-column-reverse {
  flex-direction: column-reverse;
}
.-flex.-start {
  justify-content: flex-start;
}
.-flex.-end {
  justify-content: flex-end;
}
.-flex.-between {
  justify-content: space-between;
}

/* text-control
-------------------------------------------------- */
.-text-left {
  text-align: left !important;
}

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

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

/* mt
-------------------------------------------------- */
.-mt0 {
  margin-top: 0px !important;
}

.-mt5 {
  margin-top: 5px !important;
}

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

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

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

.-mt25 {
  margin-top: 25px !important;
}

.-mt30 {
  margin-top: 30px !important;
}

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

.-mt50 {
  margin-top: 50px !important;
}

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

.-mt70 {
  margin-top: 70px !important;
}

.-mt80 {
  margin-top: 80px !important;
}

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

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

.-mt110 {
  margin-top: 110px !important;
}

.-mt130 {
  margin-top: 130px !important;
}

.-mt150 {
  margin-top: 150px !important;
}

.-mr10 {
  margin-right: 10px;
}

.-mr30 {
  margin-right: 30px;
}

.-pl10 {
  padding-left: 10px;
}

.-pl15 {
  padding-left: 15px;
}

.-pl20 {
  padding-left: 20px;
}

.-pl30 {
  padding-left: 30px;
}

/* link-list
-------------------------------------------------- */
.-link-list-section {
  width: calc(50% - 25px);
  margin-bottom: 80px;
}
.-link-list-section.-wide {
  width: 100%;
  margin-bottom: 50px;
}
.-link-list-section.-wide img {
  width: 460px;
}
.-link-list-section.-wide .-link-description {
  width: calc(100% - 460px);
  padding-left: 35px;
}

/* ul li ol
-------------------------------------------------- */
.-circle li,
.-check li {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 21px;
  position: relative;
}

.-circle li:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #FFCB3B;
  border-radius: 50%;
  margin-right: 10px;
}

.-circle.-blue li:before {
  background-color: #5C42E5;
}

.-circle.-gray li {
  padding-bottom: 0;
}

.-circle.-gray li:before {
  background-color: #C9C9C9;
}

/* box
-------------------------------------------------- */
.-three-box {
  width: calc(33.3% - 22px);
}
.-three-box.-three-box-pdding {
  padding: 25px 25px 50px;
  width: calc(50% - 22px);
}
.-three-box Img {
  border-radius: 10px 10px 0 0;
}
.-three-box .-pdding-description {
  padding: 25px 20px 40px;
}

li.-acrodion {
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  position: relative;
}

.l-footer-open {
  display: none;
}

.-bg-White {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #F8F8F8;
}

.-bg-Gray {
  background-color: #F1F1F1;
  border-radius: 15px;
}
.-bg-Gray.-spacing {
  padding: 20px 25px;
}
.-bg-Gray.-spacing h4 {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.-bg-Theme {
  background-color: #FFCB3B;
  border-radius: 15px;
}

.-border-Theme {
  background: #fff;
  border-radius: 15px;
  border: 2px solid #FFCB3B;
  padding: 2px 13px;
}

.-border-Red {
  background: #fff;
  color: #D52400;
  border-radius: 15px;
  border: 2px solid #D52400;
  padding: 2px 13px;
}

.-border-gray {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #F1F1F1;
  padding: 30px 45px;
}

.-border-news {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #F1F1F1;
  padding: 20px;
}

time {
  color: #111111;
}

/* dot
-------------------------------------------------- */
.-dot {
  padding-top: 9px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 44px 10px;
  background-image: radial-gradient(0.11em 0.11em at center center, #D52400, #D52400 100%, transparent);
}
.-dot.-mini {
  background-size: 17px 15px;
}

/* img
-------------------------------------------------- */
.-img-round {
  border-radius: 10px;
}

/* link-control
-------------------------------------------------- */
.-arrow-link {
  position: relative;
  padding-left: 15px;
  color: #111111;
}
.-arrow-link:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/svg/next.svg);
  background-size: contain;
  height: 13px;
  width: 8px;
  left: 0;
  top: 3px;
}
.-arrow-link.-arrow-red {
  color: #D52400;
}
.-arrow-link.-arrow-red::before {
  background: url(../img/svg/next-red.svg);
  background-size: contain;
}

.-Theme-link {
  background: #FFCB3B;
  color: #fff;
  padding: 8px 30px;
  border-radius: 40px;
  border: 1px solid #FFCB3B;
  display: inline-block;
}
.-Theme-link.-right-arrow {
  position: relative;
  padding-right: 50px;
}
.-Theme-link.-right-arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  right: 17px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/next-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.-Red-link {
  background: #D52400;
  color: #fff;
  padding: 8px 30px;
  border-radius: 40px;
  border: 1px solid #FFCB3B;
  display: inline-block;
}
.-Red-link.-right-arrow {
  position: relative;
  padding-right: 50px;
}
.-Red-link.-right-arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  right: 17px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/icon-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.-Black-link {
  background: #111111;
  color: #fff;
  padding: 8px 30px;
  border-radius: 40px;
  border: 1px solid #111111;
  display: inline-block;
}
.-Black-link.-right-arrow {
  position: relative;
  padding-right: 50px;
}
.-Black-link.-right-arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  right: 17px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/icon-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.-white-link {
  background: #fff;
  color: #FFCB3B;
  padding: 20px 150px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-weight: 900;
}

.-red-link {
  background: #D52400;
  color: #fff;
  padding: 20px 150px;
  border-radius: 40px;
  border: 1px solid #D52400;
  font-weight: 900;
}

.-ancer {
  margin-top: -60px;
  padding-top: 60px;
}

/* h
-------------------------------------------------- */
.-text-normal {
  color: #111111;
  font-size: 17.5px;
}

h1 {
  font-weight: 500;
  font-size: 43px;
}

h2 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 21.5px;
}
h2.-big-type {
  font-size: 43px;
  text-align: center;
  font-weight: 500;
}
h2.-big-type.-big-left {
  text-align: left;
  padding-left: 15px;
}

h3 {
  font-size: 21.5px;
  font-weight: 500;
}
h3.-func-type {
  margin-top: 10px;
  font-size: 28px;
}
h3.-func-type:before {
  top: 23px !important;
}
h3.-func-type:after {
  top: 23px !important;
}
h3.-big-type {
  font-size: 34px;
  font-weight: 500;
}
h3.-big-type.-center-type {
  position: relative;
  color: #FFCB3B;
}
h3.-big-type.-center-type::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 28px;
  left: -160px;
  width: 130px;
  height: 2px;
  background: #FFCB3B;
}
h3.-big-type.-center-type::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 28px;
  right: -160px;
  width: 130px;
  height: 2px;
  background: #FFCB3B;
}
h3.-center-type-black {
  position: relative;
  color: #111111;
}
h3.-center-type-black::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 19px;
  left: -140px;
  width: 110px;
  height: 2px;
  background: #111111;
}
h3.-center-type-black::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 19px;
  right: -140px;
  width: 110px;
  height: 2px;
  background: #111111;
}

h4 {
  font-size: 18.5px;
}
h4.-big-type {
  font-size: 24px;
  font-weight: 500;
}

h5 {
  font-size: 17.5px;
}

/* p
-------------------------------------------------- */
p {
  font-size: 17.5px;
  line-height: 1.9;
}

p + p {
  margin-top: 10px;
}

.-font-min {
  font-size: 14px;
  font-weight: 500;
}

.-accent-font {
  font-size: 24px;
}

/* 装飾・調整
-------------------------------------------------- */
.-bold500 {
  font-weight: 500;
}

.-bold700 {
  font-weight: 700;
}

.-bold900 {
  font-weight: 900;
}

.-line-height15 {
  line-height: 1.5;
}

/* text-color
-------------------------------------------------- */
.-text-Theme {
  color: #FFCB3B !important;
}

.-text-Red {
  color: #D52400 !important;
}

.-text-Black {
  color: #111111 !important;
}

.-text-Gray {
  color: #F1F1F1 !important;
}

.-text-White {
  color: #fff !important;
}

/* font
-------------------------------------------------- */
.-text-mincyo {
  font-family: "游明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.-pc1050-on {
  display: none;
}

@media screen and (max-width: 1299px) {
  .-pc1300 {
    display: none !important;
  }
  header.navigate {
    width: calc(100% - 20px);
    left: 10px;
    margin-left: 0;
  }
  .navigate .head-box-navi .menu__second-level {
    width: calc(100% - 20px);
    left: 10px;
    margin-left: 0;
  }
  .drawer-list {
    width: calc(100% - 20px);
    left: 10px;
    margin-left: 0;
  }
  .-left-footer {
    width: 330px;
  }
  .-right-footer {
    width: calc(100% - 280px);
  }
  .drawer-footer {
    padding: 60px 40px 60px 40px;
  }
  footer img {
    width: 240px;
  }
  .l-wrap {
    min-width: 100%;
  }
  .-l-third-main-title {
    padding: 0 20px;
  }
  .-l-second .l-wrap, .-l-third .l-wrap {
    min-width: unset;
    width: calc(100% - 60px);
  }
  .-l-second .l-wrap.-bg-White, .-l-third .l-wrap.-bg-White {
    padding: 60px 50px 60px;
  }
  .-kodawari .-l-third-main .l-wrap {
    padding: 0px 85px 65px;
  }
  .pankuzu, .-kiji .pankuzu {
    left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .-tab-none {
    display: none !important;
  }
  .-kotei-cvr {
    bottom: -2px;
  }
  .l-case-box {
    padding: 60px 10px 40px;
  }
  .l-keyvisual-h1 h1 {
    font-size: 48px;
  }
  .l-keyvisual-youtube {
    left: 595px;
  }
  .slick-slider {
    width: 500px !important;
  }
  .l-case-second .slick-slider {
    width: 100% !important;
  }
  .-pc1200 {
    display: none !important;
  }
  .l-keyvisual-h1 {
    left: 30px;
  }
  .l-keyvisual-link {
    top: 460px;
    left: 20px;
  }
  .l-problem-wrap {
    padding: 0;
  }
  .l-save-box {
    padding: 70px 0 40px;
  }
  .l-mid-cvr .-bg-Theme {
    padding: 85px 10px 75px;
  }
  .-l-second-title-croud.-nayami01 {
    left: 65px;
    top: 55px;
  }
  .-l-second-title-croud.-nayami02 {
    left: 180px;
    top: 276px;
  }
  .-l-second-title-croud.-nayami03 {
    right: 65px;
  }
  .-l-second-title-croud.-nayami04 {
    right: 200px;
  }
  .-case-comapny-detail-box-left {
    width: 250px;
  }
  .-case-comapny-detail-box-right {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1099px) {
  h1 {
    font-size: 37px;
  }
  .l-news-tag + h1 {
    font-size: 30px;
  }
  .slick-slider {
    width: 460px !important;
  }
  .slick-dots {
    left: 470px !important;
  }
  .l-keyvisual-h1 {
    left: 20px;
  }
  .l-keyvisual-h1 .l-keyvisual-h1-sub {
    font-size: 16px;
  }
  .l-keyvisual-h1 h1 {
    font-size: 42px;
  }
  .l-keyvisual-link {
    top: 410px;
    left: 31px;
  }
  .l-keyvisual-link .-flex {
    flex-direction: column;
  }
  .l-keyvisual-link .-flex a {
    margin: 0 0 10px 0;
  }
  .l-keyvisual-youtube {
    left: 525px;
  }
  .l-voice-comment-01 {
    left: 60px;
  }
  .l-voice-comment-02 {
    left: 20px;
  }
  .l-voice-comment-03 {
    right: 70px;
    z-index: 50;
  }
  .l-voice-comment-04 {
    right: 15px;
  }
  .problem-card {
    padding: 0 15px;
  }
  .page-nav {
    margin-left: -430px;
  }
}
@media screen and (max-width: 1050px) {
  .-pc1150 {
    display: none !important;
  }
  .-pc1050-on {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-save-box section {
    padding: 25px;
  }
  .l-case-top .-three-box {
    padding: 25px;
  }
  .l-news-box {
    padding: 40px 25px;
  }
  .-l-second .l-wrap, .-l-third .l-wrap {
    min-width: unset;
    width: calc(100% - 30px);
  }
  .-l-second .l-wrap.-bg-White, .-l-third .l-wrap.-bg-White {
    padding: 40px 25px 40px;
  }
  .l-keyvisual {
    height: unset;
    padding-bottom: 85px;
  }
  .l-keyvisual-youtube {
    top: unset;
    left: 0;
    margin-top: 110px;
    position: unset;
    width: 100%;
  }
  .l-keyvisual-youtube h3:before {
    height: 23px;
    top: 3px;
    margin-left: -166px;
  }
  .l-keyvisual-youtube h3:after {
    height: 23px;
    top: 3px;
    margin-right: -166px;
  }
  .l-keyvisual-h1 {
    position: unset;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .l-keyvisual-h1 h1 {
    font-size: 31px;
    padding: 10px;
  }
  .l-keyvisual-h1 .l-keyvisual-h1-sub {
    padding: 10px;
    font-size: 0.8rem;
  }
  .l-keyvisual-link {
    display: none;
  }
  .-link-box {
    display: none;
  }
  .-link-list-section.-wide img {
    width: 330px;
  }
  .-link-list-section.-wide .-link-description {
    width: calc(100% - 330px);
  }
  .l-wrap {
    padding: 0 15px;
  }
  .slick-dotted.slick-slider {
    margin: 0 auto 16px !important;
  }
  .slider-text {
    margin-bottom: 8px;
  }
  .l-keyvisual-youtube h3:before {
    margin-left: -226px;
  }
  .l-keyvisual-youtube h3:after {
    margin-right: -226px;
  }
  .l-problem {
    padding: 30px 20px;
  }
  .-left-footer {
    width: 250px;
  }
  .-left-footer img {
    width: 230px;
  }
  .-left-footer h2 {
    font-size: 20px;
  }
  .-left-footer .-accent-font {
    font-size: 20px;
  }
  .page-nav {
    margin-left: -405px;
  }
  .-l-second-title-croud.-nayami01 {
    left: 35px;
  }
  .-l-second-title-croud.-nayami02 {
    left: 120px;
  }
  .-l-second-title-croud.-nayami03 {
    right: 35px;
  }
  .-l-second-title-croud.-nayami04 {
    right: 150px;
  }
}
@media screen and (max-width: 835px) {
  body, p {
    font-size: 0.85rem;
  }
  p.-text-center {
    text-align: left;
  }
  .-news-h2 {
    font-size: 0.9rem;
  }
  h2 {
    font-size: 1.02rem;
  }
  h2.-big-type {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  h3 {
    font-size: 0.95rem;
  }
  h3.-big-type {
    font-size: 1.15rem;
  }
  h3.-big-type.-center-type:before {
    top: 16px;
    left: -70px;
    width: 50px;
  }
  h3.-big-type.-center-type:after {
    top: 16px;
    right: -70px;
    width: 50px;
  }
  h4 {
    font-size: 0.9rem !important;
  }
  h5 {
    font-size: 0.85rem;
  }
  .-accent-font {
    font-size: 1.15rem;
  }
  .-mt15 {
    margin-top: 10px !important;
  }
  .-mt20 {
    margin-top: 8px !important;
  }
  .-mt30 {
    margin-top: 17px !important;
  }
  .-mt40 {
    margin-top: 23px !important;
  }
  .-mt50 {
    margin-top: 25px !important;
  }
  .-mt60 {
    margin-top: 33px !important;
  }
  .-mt70 {
    margin-top: 30px !important;
  }
  .-mt80 {
    margin-top: 45px !important;
  }
  .-mt90 {
    margin-top: 40px !important;
  }
  .-mt100 {
    margin-top: 60px !important;
  }
  .-mt130 {
    margin-top: 60px !important;
  }
  .-pc {
    display: block !important;
  }
  .-sp {
    display: none !important;
  }
  .drawer-list {
    width: calc(100% - 10px);
    left: 5px;
  }
  .l-wrap {
    padding: 0 10px !important;
  }
  .scene-accordion .scene-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 0 !important;
  }
  .scene-accordion .scene-sub > li:first-child {
    margin-top: 5px;
  }
  .scene-accordion .scene-toggle:checked + .scene-title + .scene-sub {
    max-height: 500px;
  }
  .scene-accordion .scene-title {
    display: block;
    cursor: pointer;
    position: relative;
    padding-bottom: 0;
    font-size: 0.9rem;
    font-weight: 700 !important;
  }
  .scene-accordion .scene-accordion .scene-title::after {
    content: "▼" !important;
    display: block !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .scene-accordion .scene-toggle:checked + .scene-title::after {
    transform: rotate(180deg);
  }
  .-img80 {
    width: 80%;
  }
  .-dot {
    background-size: 24px 10px;
  }
  .l-keyvisual-h1 h1 {
    font-size: 1.8rem;
  }
  .l-keyvisual-h1 .l-keyvisual-h1-sub {
    font-size: 1rem;
  }
  .slider-text {
    margin-bottom: 20px;
  }
  .l-keyvisual-youtube {
    margin-top: 100px;
  }
  .l-keyvisual-youtube h3:before {
    margin-left: -160px;
  }
  .l-keyvisual-youtube h3:after {
    margin-right: -160px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 20px !important;
  }
  .-circle li {
    padding: 0 0 8px 15px;
  }
  .-circle li:before {
    top: 8px;
    width: 7px;
    height: 7px;
  }
  header.navigate {
    padding: 10px;
    height: 60px;
    width: calc(100% - 10px);
    left: 5px;
    top: 10px;
    background: #fff;
  }
  .-navigate-icon img {
    width: 80px;
  }
  .-navigate-icon small {
    display: block !important;
    font-size: 0.7rem;
    line-height: 1.5;
    margin: 2px 0 0 10px;
  }
  .-right-footer {
    width: 100%;
  }
  .-right-footer section {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  footer {
    z-index: 0;
  }
  .-right-footer section {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .-right-footer section:nth-child(3n) {
    width: 100%;
  }
  .-right-footer section.-control {
    width: 100%;
  }
  input.hamburger:checked ~ .drawer-list {
    top: 10px;
    height: calc(100% - 20px);
  }
  .-left-footer {
    width: 100%;
    text-align: center;
  }
  .-left-footer img {
    width: 50%;
    margin-bottom: 10px;
  }
  footer {
    padding-top: 45px;
    margin-bottom: 70px;
  }
  footer img {
    width: 200px;
  }
  .drawer-footer {
    padding: 30px 15px 10px 15px;
  }
  .drawer-footer li {
    padding: 3px 0;
  }
  .drawer-footer.footer-control {
    padding: 45px 10px 45px 10px;
    margin-bottom: 35px;
  }
  address {
    font-size: 0.7rem;
  }
  .-right-footer .-right-footer-section {
    width: 100%;
    border: unset;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  .-right-footer .-right-footer-section section + section {
    margin-top: 0;
  }
  .-kotei-cvr {
    width: 100%;
    padding: 5px 10px;
    bottom: -2px;
    z-index: 999999;
    border-radius: 0;
  }
  .-kotei-cvr-left {
    display: none;
  }
  .-kotei-cvr-right {
    width: 100%;
  }
  .kotei-cvr-mail {
    width: calc(48% - 5px);
    padding: 4px 5px;
  }
  .kotei-cvr-mail-text01 {
    font-size: 1rem;
  }
  .kotei-cvr-mail-text01:after {
    left: -7px;
    width: 25px;
    height: 17px;
  }
  .kotei-cvr-mail-text02 {
    font-size: 0.75rem;
  }
  .kotei-cvr-tel {
    width: calc(52% - 5px);
    padding: 4px 5px;
  }
  .kotei-cvr-tel-text01 {
    font-size: 0.75rem;
  }
  .kotei-cvr-tel-text02 {
    font-size: 0.95rem;
  }
  .kotei-cvr-tel-text:after {
    left: 0px;
    width: 35px;
    height: 35px;
  }
  .kotei-cvr-tel-text {
    padding-left: 42px;
  }
  .-red-link {
    padding: 10px 70px;
  }
  .l-mid-cvr {
    margin-top: 55px;
  }
  .l-mid-cvr .l-wrap {
    width: 100% !important;
    padding: 0 !important;
  }
  .l-mid-cvr .-bg-Theme {
    border-radius: 30px 30px 0 0;
    padding: 42px 15px 30px;
  }
  .-omakase {
    font-size: 1.4rem;
  }
  .-omakase::before, .-omakase::after {
    display: none;
  }
  .-mid-cvr-list {
    text-align: center;
    padding: 10px 0;
    width: 50%;
  }
  .-mid-cvr-list:last-child {
    display: none;
  }
  .-mid-cvr-list:first-child::before {
    display: none;
  }
  .-mid-cvr-list span.counter {
    font-size: 2rem;
    padding-right: 2px;
  }
  .-mid-cvr-list span {
    font-size: 0.8rem;
  }
  .-white-link {
    padding: 12px 80px;
  }
  .slick-slider {
    width: 80% !important;
  }
  .slick-dots {
    left: -30px !important;
  }
  .l-problem-wrap {
    overflow-x: auto;
  }
  .l-problem {
    min-width: 950px;
  }
  .l-keyvisual {
    padding-bottom: 75px;
  }
  .l-keyvisual-usp.l-wrap li {
    width: calc(50% - 4px);
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .l-keyvisual-usp.l-wrap li div {
    padding: 18px;
    font-size: 1.05rem;
  }
  .l-keyvisual-usp.l-wrap li div span {
    font-size: 0.9rem;
  }
  .-three-box .-pdding-description {
    padding: 5px 0 10px 15px;
  }
  .-three-box Img {
    width: 37%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    -o-object-position: right;
       object-position: right;
  }
  .-link-list-section {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .-function-point dl {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .-function-point dt {
    width: 25%;
    padding: 25px 15px;
  }
  .-function-point dd {
    width: 75%;
    padding: 10px 20px 10px 15px;
  }
  .l-case-top {
    flex-direction: column;
    padding: 0;
  }
  .l-case-top .-three-box {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .l-case-box-page2 {
    flex-direction: column;
  }
  .l-case-box-page2 .-three-box {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
  }
  .-price-case.-mt70 {
    margin-top: 50px !important;
  }
  .-price-case-box {
    width: calc(33% - 15px);
    padding: 12px 0 12px !important;
  }
  .-price-case-box:after {
    width: 12px;
    height: 12px;
    right: -21px;
    margin-top: -6px;
  }
  .-price-case-box span {
    font-size: 0.7rem;
    width: 60px;
    margin-left: -30px;
    border-radius: 5px;
    line-height: 1.3;
    top: -28px;
    padding: 3px 0 6px;
  }
  .-price-save {
    flex-direction: column;
    padding: 30px 0;
  }
  .-price-save-right {
    border: none;
  }
  .-price-save-right {
    padding: 22px 16px 0;
    width: 100%;
  }
  .-price-save-right dl {
    padding: 10px 0 15px 0;
  }
  .-price-save-right dl dt {
    width: 90px;
  }
  h3.-center-type-black::before {
    top: 15px;
    left: -75px;
    width: 60px;
  }
  h3.-center-type-black::after {
    top: 15px;
    right: -75px;
    width: 60px;
  }
  .l-save {
    padding: 10px 0 20px;
  }
  .l-save-box {
    padding: 30px 0 0;
  }
  .l-save-box section.-flex.-center-x {
    padding: 15px;
    align-items: stretch;
    margin-bottom: 15px;
    flex-direction: column;
  }
  .l-save-box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -o-object-position: right;
    object-position: right;
    margin-bottom: 15px;
  }
  .l-save-box-right {
    padding: 0;
  }
  .l-save-box-right p {
    margin-top: 15px;
  }
  .l-save-box-right span {
    font-size: 3rem;
  }
  .l-save-box-right span:after {
    width: 30px;
  }
  .l-function {
    margin-top: 0px;
  }
  .l-function-box {
    padding-bottom: 310px;
  }
  .l-function-box2-left {
    width: calc(50vw - 120px);
    margin-right: 10px;
  }
  .l-function-box2-right {
    width: calc(50vw + 110px);
  }
  .l-function-box2-right-text {
    padding: 15px;
  }
  .l-function-box2-right-text section {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .-function-link:before {
    top: 9px;
    left: 18px;
    width: 20px;
    height: 20px;
  }
  .-function-link::after {
    display: none;
  }
  .-function-link {
    font-size: 0.95rem;
    padding: 6px 20px 9px 53px;
    right: 0px;
  }
  .l-function-box2 {
    margin-bottom: 70px;
  }
  .l-case {
    margin: 40px 0 20px;
    min-width: 100%;
  }
  .l-case-box {
    padding: 0px 0px 20px;
  }
  h2.-big-type.-big-left {
    padding-left: 0px;
    line-height: 1.5;
  }
  .l-case-box2 {
    height: 340px;
    border-radius: 0;
  }
  .l-case-box3 .l-case-box4 {
    margin-top: -70px;
  }
  .-three-box.-three-box-pdding {
    width: calc(50% - 5px);
    padding: 20px 15px 40px;
  }
  .-ancer-link + .-mt60 {
    margin-top: 0 !important;
  }
  .-l-second-box {
    border-bottom: 4px solid #EFEFEF;
    padding: 20px 15px;
  }
  .-l-case-solution-left {
    display: none;
  }
  .-l-case-solution-right {
    width: 100%;
    border-left: unset;
    padding-left: 0;
  }
  .-before-after.-before-after-anim {
    flex-direction: column;
  }
  .-before-after.-before-after-anim section + section:before {
    display: none;
  }
  .l-news {
    margin-top: 20px;
  }
  .l-news-box {
    padding: 35px 15px;
  }
  .l-news-box-list section {
    padding: 10px;
    padding-bottom: 21px;
    margin-bottom: 17px;
  }
  .-l-second-title .l-wrap.-pankuzu {
    position: unset;
  }
  .pankuzu {
    left: 10px;
    top: 26px;
    z-index: 9999;
  }
  .pankuzu {
    position: unset !important;
    white-space: nowrap;
    overflow: scroll;
    scrollbar-width: none;
  }
  .-l-second .l-wrap, .-l-third .l-wrap {
    width: calc(100% - 20px);
  }
  .-l-third .l-category {
    width: 100%;
  }
  .-l-third-main-title {
    padding: 0 10px;
  }
  .-kodawari .-l-third-main-title {
    padding: 0 !important;
  }
  .-l-third-main-title img {
    width: 30%;
  }
  .-l-third-main-title h1 {
    font-size: 1.3rem;
    padding-top: 50px;
  }
  .-sp-l-third-main-title {
    margin-top: 40px;
  }
  .-l-third-main-title .l-news-tag + h1 {
    padding-top: 10px;
  }
  .-l-third-title {
    padding: 86px 0 115px;
  }
  .-l-third-title.-kiji {
    padding: 86px 0 115px;
  }
  .-l-third-title.-kiji .pankuzu {
    margin-bottom: 30px;
  }
  .-kiji-detail img {
    width: 100%;
  }
  .-kiji .pankuzu {
    left: 10px;
    top: -58px;
  }
  .-l-second .l-wrap.-bg-White, .-l-third .l-wrap.-bg-White {
    padding: 30px 15px 40px !important;
  }
  dt {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  dd {
    width: calc(100% - 100px);
  }
  dl {
    padding-bottom: 15px;
  }
  .-history-talk dt {
    min-width: 65px;
    max-width: 65px;
    font-size: 1.3rem;
    padding: 0 10px;
    margin-top: 5px;
  }
  .-history-talk dd {
    min-width: calc(100% - 65px);
    max-width: calc(100% - 65px);
  }
  .-history-talk dt::after {
    top: 40px;
    right: 3px;
    width: calc(100% - 10px);
    height: 2px;
  }
  .-history-talk + .-history-talk {
    margin-top: 40px;
  }
  .-history-talk h3 {
    font-size: 1.1rem;
  }
  .-history-img2 {
    margin: 45px 0 45px !important;
    padding: 0 20px !important;
  }
  .-history-img2 img {
    width: 100% !important;
  }
  .l-point {
    margin-top: 60px;
    padding: 60px 0 80px;
  }
  .l-point .-bg-White {
    padding: 50px 25px;
  }
  .l-point h2 {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  .l-point p {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.8;
  }
  .-l-second-title {
    padding: 82px 0 120px;
  }
  .-l-second-main-title h1 {
    font-size: 1.5rem;
    padding-top: 70px;
  }
  section.-bg-White.-function-point {
    padding: 41px 15px 30px !important;
  }
  .-photo-control {
    padding: 30px 15px;
  }
  .-logo-control {
    padding: 50px 15px 60px;
  }
  .-logo-control img {
    width: 60%;
  }
  .-case-box-name {
    padding: 30px 0 30px;
  }
  .-case-box-name h3 {
    font-size: 1.3rem;
    padding: 2px 0;
  }
  .-case-box-title {
    padding: 0 0 40px 0;
  }
  .-qa-list h4 {
    padding: 15px 45px;
  }
  .-qa-list h4::before {
    width: 20px;
    height: 20px;
    top: 17px;
    left: 17px;
  }
  .-qa-list h4:after {
    top: 16px;
    right: 12px;
    width: 22px;
    height: 22px;
  }
  .-qa-list h4.selected:after {
    background: url(../img/svg/question-minus.svg);
    background-size: contain;
    width: 22px;
    height: 22px;
  }
  .-l-third-title.-kodawari {
    padding: 86px 0 135px;
  }
  .-kodawari .-l-third-main-title h1 {
    padding-top: 15px;
  }
  .-kodawari .-l-third-main-title p {
    font-size: 0.95rem;
    text-align: left;
    margin-top: 25px;
    padding: 0 15px;
  }
  .-kodawari-box-detail {
    width: 100%;
    padding-top: 10px;
  }
  .-kodawari-box-name h3 {
    font-size: 1.05rem;
  }
  .-kodawari-box-name p {
    font-size: 0.9rem;
    margin: 5px !important;
  }
  .-kodawari-box-detail p {
    padding: 0 25px;
  }
  .-kodawari-box-detail + .-kodawari-box-detail {
    padding-top: 45px;
  }
  .-kodawari-box-detail {
    padding-bottom: 45px;
  }
  .page-nav {
    margin-left: 0;
    left: 15px;
  }
  .-history-img {
    padding: 10px 0 10px;
    margin: 35px 0 55px;
  }
  .-history-box img {
    width: 55%;
  }
  aside {
    display: none;
  }
  .l-category-list {
    width: 100%;
    padding: 30px 15px 40px;
  }
  .l-news-box-list section {
    padding-bottom: 18px;
    margin-bottom: 13px;
  }
  .l-footer-open {
    padding: 0px 15px 15px 20px;
  }
  .-news-h3 {
    font-size: 1rem;
  }
  h3.-big-type.-center-type:before {
    left: -30px;
    width: 20px;
  }
  h3.-big-type.-center-type:after {
    right: -30px;
    width: 20px;
  }
  .l-voice {
    overflow: hidden;
  }
  .l-voice .l-wrap {
    height: 510px;
  }
  .l-voice .l-wrap:after {
    width: 710px;
    height: 180px;
    margin-left: -355px;
  }
  .l-voice-comment {
    padding: 15px;
    width: 250px;
  }
  .l-voice-comment h4 {
    margin-bottom: 3px;
  }
  .l-voice-comment-01 {
    left: -5px;
    bottom: 395px;
    z-index: 20;
  }
  .l-voice-comment:after {
    right: 111px;
  }
  .l-voice-comment-03 {
    right: -5px;
    bottom: 273px;
  }
  .l-voice-comment-03:after {
    left: 141px;
  }
  .l-voice-comment-02 {
    left: -5px;
    bottom: 150px;
  }
  .l-voice-comment-02:after {
    transform: rotate(307deg);
    top: unset;
    bottom: -60px;
    right: 80px;
  }
  .l-voice-comment-04 {
    display: none;
  }
  .-flex.-between.-before-after {
    flex-direction: column;
  }
  .-before-after section {
    width: 100%;
    margin-bottom: 15px;
    padding: 25px;
  }
  .-spec-table {
    margin-top: 30px;
  }
  .-spec-table th, .-spec-table td {
    padding: 15px;
  }
  .l-flow-list {
    padding: 20px;
    min-height: unset;
  }
  .l-flow-list-left {
    display: none;
  }
  .-number {
    font-size: 3.5rem;
    padding-right: 11px;
  }
  .-number:after {
    width: 34px;
  }
  .l-flow-list-right {
    width: 100%;
    padding-left: 0;
  }
  .l-flow-list-right .-mt20 {
    margin-top: 20px !important;
  }
  .-text-normal {
    font-size: 0.85rem;
  }
  h3.-center-type-black {
    font-size: 1.15rem;
  }
  .l-contact-title-box {
    width: 100%;
    display: block;
    font-size: 0.9rem;
  }
  .l-contact {
    padding: 0;
  }
  .l-contact tr {
    margin-top: 25px;
  }
  td.l-contact-input-box {
    margin-top: 7px;
    display: block;
  }
  .-mandatory {
    margin-right: 0;
    font-size: 0.8rem;
  }
  input {
    font-size: 0.85rem;
    padding: 11px 5px;
  }
  .-l-third-news .-flex {
    flex-direction: column;
  }
  .-l-third-news .-flex dt, .-l-third-news .-flex dl {
    padding-bottom: 0;
  }
  .-l-third-news .-flex dt, .-l-third-news .-flex dd {
    padding: 0 10px;
  }
  .-link-list-section.-wide {
    flex-direction: column;
  }
  .-link-list-section.-wide img {
    width: 100%;
  }
  .-link-list-section.-wide .-link-description {
    width: 100%;
    padding: 10px 0 0;
  }
  .-function-point-list th, .-function-point-list td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
  .-function-point-list td {
    padding-bottom: 23px;
  }
  .-Theme-link.-right-arrow {
    padding: 5px 17px 6px;
  }
  .-Theme-link.-right-arrow:after {
    display: none;
  }
  input[type=checkbox] + span {
    padding: 8px 5px;
    /* width: 100%; */
    margin: 2px;
  }
  input[type=submit] {
    padding: 20px 40px;
    width: 100%;
  }
  .l-news-tag {
    padding-top: 120px;
  }
  .is-show input.hamburger:checked ~ .drawer-list,
  input.hamburger:checked ~ .drawer-list {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .l-news-tag {
    padding-top: 0px;
  }
  .-bg-Gray.-spacing {
    padding: 15px 20px;
  }
  .-case-comapny-detail-box {
    padding: 15px;
  }
  .-case-comapny-detail-box .-flex {
    flex-direction: column;
  }
  .-case-comapny-detail-box .-case-comapny-detail-box-left {
    width: 100%;
    padding: 30px;
  }
  .-case-comapny-detail-box .-case-comapny-detail-box-left img {
    width: 70%;
  }
  .-case-comapny-detail-box-right {
    padding-top: 15px;
    width: 100%;
  }
  .-case-comapny-detail-box-right dl {
    width: 100%;
    flex-direction: unset !important;
  }
  .-case-comapny-detail-box-right dt, .-case-comapny-detail-box-right dd {
    padding: 0;
  }
  .-case-comapny-detail-box-right dt {
    min-width: 80px;
    max-width: 80px;
  }
  .-case-comapny-detail-box-right dl + dl {
    margin-top: 0;
  }
}/*# sourceMappingURL=third.css.map */