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

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: #2D2D2D;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    overflow: hidden;
  }
}
/* 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: #DB6B0F;
  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: 1rem;
  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;
}

/* ==================================================
base
================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2D2D2D;
}

.l-header, .l-footer, .l-main {
  display: inline-block;
  min-width: 100%;
  position: relative;
  z-index: 10;
}

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

.l-wrap {
  position: relative;
  width: 100%;
  width: 1024px;
  margin: 0 auto;
  padding: 0 14px;
}

@media screen and (max-width: 768px) {
  .l-wrap {
    box-sizing: border-box;
  }
}
/* ==================================================
pc or sp
================================================== */
.-pc {
  display: block;
}

.-sp {
  display: none;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
}

a img {
  transition: all 0.2s;
}
a img:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

/* ==================================================
move
================================================== */
.-down:hover {
  transform: translate3d(0, 5px, 0);
}

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

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
  .-sp {
    display: block;
  }
  .l-wrap {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  small {
    font-size: 0.65rem;
    word-break: break-all;
  }
}
.l-header {
  background-color: #fff;
}
.l-header .head_box {
  padding: 0 10px;
}

.l-header__title {
  padding: 5px 0 5px;
}

.l-header__logo {
  margin-top: 3px;
}
.l-header__logo .l-header__logo--h1 {
  padding-left: 10px;
  color: #0A2346;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

/* navigation
-------------------------------------------------------------------------- */
.l-header__nav {
  background-color: #0A2346;
  font-size: 19px;
  font-weight: 700;
  padding: 4px 0 2px;
  z-index: 10;
  position: relative;
}
.l-header__nav .l-wrap {
  padding: 0 25px 0 0;
}

.header__nav--list {
  width: 100%;
}

.l-kotei_head .header__nav--list {
  width: calc(100% - 188px);
}

.header__nav--contact {
  margin-right: 10px;
}
.header__nav--contact img {
  padding-right: 5px;
}

.l-header__contact-subnavi {
  padding: 2px 13px 0 0;
}

.l-header__contact-subnavi li {
  position: relative;
  font-size: 12px;
  padding-left: 15px;
  font-weight: 700;
}
.l-header__contact-subnavi li a {
  color: #2D2D2D;
}
.l-header__contact-subnavi li a:hover {
  color: #7F7F7F;
}
.l-header__contact-subnavi li:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon_top_arrow.svg);
  width: 6px;
  height: 10px;
  background-size: contain;
  top: 5px;
  left: 4px;
}

/* menu
========================================================================== */
.menu__single {
  position: relative;
}

.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  width: 206px;
  top: 55px;
  background: #fff;
  left: 0px;
  transition: all 0.2s ease;
  z-index: 99;
}
.menu__single .menu__second-level.-func-level {
  width: 700px;
  padding: 0 10px 10px;
  left: -50px;
}
.menu__single .menu__second-level.-func-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #0A2346;
}
.menu__single .menu__second-level.-func-level li {
  width: 23.5%;
}
.menu__single .menu__second-level.-func-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-func-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-func-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single .menu__second-level.-info-level {
  width: 550px;
  padding: 0 10px 10px;
  left: -100px;
}
.menu__single .menu__second-level.-info-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #0A2346;
}
.menu__single .menu__second-level.-info-level li {
  width: 32%;
}
.menu__single .menu__second-level.-info-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-info-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-info-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single .menu__second-level.-intro-level {
  width: 760px;
  padding: 0 10px 10px;
  left: -490px;
}
.menu__single .menu__second-level.-intro-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #0A2346;
}
.menu__single .menu__second-level.-intro-level li {
  width: 37%;
}
.menu__single .menu__second-level.-intro-level li.-intro-level3 {
  width: 22%;
}
.menu__single .menu__second-level.-intro-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-intro-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-intro-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single .menu__second-level.-other-level {
  width: 630px;
  padding: 0 10px 10px;
  left: -580px;
}
.menu__single .menu__second-level.-other-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #0A2346;
}
.menu__single .menu__second-level.-other-level li {
  width: 28%;
}
.menu__single .menu__second-level.-other-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-other-level li.li-company {
  width: 40%;
}
.menu__single .menu__second-level.-other-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-other-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single.-etc .c-blue-link {
  letter-spacing: -14px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.11;
}
.menu__single.-etc .c-white-link {
  letter-spacing: -14px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.11;
}

.menu__single:hover .menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}
.menu__single:hover .menu__second-level:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.menu__single:hover .menu__second-level.-info-level:before {
  left: 160px;
}
.menu__single:hover .menu__second-level.-func-level:before {
  left: 65px;
}
.menu__single:hover .menu__second-level.-other-level:before {
  left: 600px !important;
}
.menu__single:hover .menu__second-level.-intro-level:before {
  left: 575px !important;
}
.menu__single.-func:hover .menu__second-level {
  top: 43px;
}
.menu__single.-func.-human:hover ul.menu__second-level:before {
  left: calc(50% + 38px);
}

.menu__single .menu__second-level a {
  position: relative;
  padding: 12px 35px 0 10px;
  color: #2D2D2D;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.menu__single .menu__second-level a:after {
  background: url(../img/common/icon_top_arrow.svg);
  background-size: cover;
  top: calc(50% + 1px);
  right: 12px;
  width: 5px;
  height: 9px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.menu__single .menu__second-level a:hover {
  color: #7F7F7F;
}

.menu__single .menu__second-level strong a {
  padding: 0;
  font-weight: 900;
  color: #0A2346;
}
.menu__single .menu__second-level strong a:after {
  background: unset;
}

.menu__single.-etc:hover ul.menu__second-level:before {
  left: 175px;
}

.menu__toiawase {
  position: absolute;
  right: 25px;
  top: -11px;
}

.menu__toiawase span {
  color: #0A2346;
  background: #FCD44A;
  border-radius: 5px;
  padding: 5px 10px 7px;
  transition: all 0.2s;
  border: 2px solid #FCD44A;
  line-height: 1.2;
  display: block;
  letter-spacing: 1px;
  cursor: pointer;
}
.menu__toiawase span.menu__toiawase-free:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0A2346 !important;
}
.menu__toiawase span small {
  font-weight: 900;
  font-size: 13px !important;
}
.menu__toiawase span small .c-red-text {
  display: inline;
  padding: 0;
  background: unset;
  border: unset;
  color: #9d3e32;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 100;
  }
  .l-header__title {
    padding: 10px 0;
  }
  .l-header__logo img {
    width: 107px;
    height: auto;
    vertical-align: baseline;
  }
  .l-header__logo .l-header__logo--h1 {
    padding-left: 5px;
    font-size: 0.75rem;
    line-height: 1.15;
    letter-spacing: 0.5px;
  }
  .l-header__contact {
    width: 100%;
  }
  .l-header__contact .c-btn {
    width: 50%;
  }
  .l-header__nav {
    padding: 0;
  }
}
.l-footer {
  background-color: #0A2346;
  color: #fff;
  margin-bottom: 63px;
}

.l-footer__box {
  padding-top: 45px;
  padding-bottom: 40px;
}

.l-footer__box--dencyo {
  width: calc(100% - 355px);
  border-right: 1px solid #54545D;
}
.l-footer__box--dencyo h3 {
  font-size: 20px;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list {
  width: 37%;
  margin-top: 32px;
  font-weight: 700;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list:nth-child(3) {
  width: 26%;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
  font-weight: 400;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list img {
  margin-right: 4px;
  vertical-align: middle;
}

.l-appeal-img {
  width: 255px;
  margin-right: 15px;
}

.l-appeal-img li {
  border-radius: 5px;
  padding: 3px 7px;
  background: #fff;
}

/* navigation
-------------------------------------------------------------------------- */
address {
  text-align: center;
  background-color: #010B1A;
  font-size: 14px;
  padding: 10px 0;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
  .l-footer__box {
    padding-top: 25px;
    padding-bottom: 22px;
  }
  .-flex.-between.l-footer__box--produce {
    display: block;
  }
  .-flex.-between.l-footer__box--produce li {
    position: relative;
    display: inline-block;
    width: 49%;
    font-size: 15.5px;
  }
  .l-footer .-flex.-between {
    justify-content: center;
  }
  .l-footer .-flex.-between li {
    text-align: center;
  }
  .l-footer__box--produce {
    text-align: center;
  }
  .l-footer__box--produce img {
    width: 160px;
    margin-bottom: 8px;
  }
  .-sp-company {
    margin-bottom: 22px;
  }
  address {
    font-size: 12.5px;
    padding: 5px 0;
  }
}
.l-kotei_bottom {
  display: inline-block;
  min-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 0 3px;
  z-index: 100000;
}

.l-bottom--description {
  font-size: 18px;
  line-height: 1.2;
  color: #0A2346;
}
.l-bottom--description span {
  font-size: 30px;
  font-weight: 900;
}

.l-kotei_head {
  display: inline-block;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 5px 3px rgba(10, 35, 70, 0.3);
}

.l-kotei_bottom_right {
  position: relative;
  padding-right: 228px;
}
.l-kotei_bottom_right::after {
  background: url(../img/common/brothers_footer.webp);
  background-size: cover;
  right: 8px;
  bottom: -3px;
  width: 222px;
  height: 103px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.l-kotei_bottom_right::before {
  background: url(../img/common/comment_footer.png);
  background-size: cover;
  right: 186px;
  bottom: 38px;
  width: 118px;
  height: 79px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: 2;
}

.comment_footer {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  right: 221px;
  bottom: 55px;
  z-index: 3;
  font-weight: 900;
  line-height: 1.2;
  font-size: 0.85rem;
  letter-spacing: 0;
  transform: rotate(5deg);
}

.l-sdgs {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 99;
}

.l-sdgs-box {
  width: 130px;
  padding: 20px 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.l-sdgs-box .l-sdgs-box-text {
  margin-top: 8px;
  font-size: 15px;
  color: #0A2346;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.l-sdgs-box img:hover {
  opacity: unset;
}
.l-sdgs-box .-mini {
  font-size: 8px;
  vertical-align: bottom;
}
.l-sdgs-box .-accent {
  color: #DB6B0F;
}

.l-cm {
  position: fixed;
  right: 10px;
  bottom: 167px;
  z-index: 99;
}

@media screen and (min-width: 1500px) {
  .l-custome {
    position: fixed;
    left: 0;
    top: 50%;
    writing-mode: vertical-rl;
    background: #0A2346;
    color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20px 10px;
    margin-top: -80px;
    z-index: 100;
    line-height: 1.3;
  }
  .l-custome span {
    color: #FCD44A;
  }
  .l-custome:hover {
    background: #fff;
    color: #0A2346;
  }
  .l-custome:hover span {
    color: #9D3E32;
  }
}
.l-bot {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 5;
}
.l-bot a {
  font-weight: 900;
  position: absolute;
  bottom: 106px;
  right: 0;
  background: #9D3232;
  color: #fff;
  border-radius: 5px;
  font-size: 15.3px;
  padding: 5px 11px 7px;
  line-height: 1.15;
}
.l-bot a small {
  font-weight: 900;
}
.l-bot a:hover {
  background: #fff;
  color: #9D3232;
}

.l-bot-box {
  position: relative;
  background: #fff;
  border: 2px solid #0A2346;
  border-radius: 10px;
  width: 320px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
  padding: 1px 0 9px 113px;
  z-index: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.l-bot-box:before {
  background: url(../img/bot/bot_link-cm.webp);
  background-size: contain;
  width: 235px;
  height: 125px;
  bottom: 0px;
  left: -70px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: -2;
}
.l-bot-box span {
  font-size: 15px;
}
.l-bot-box:hover {
  background: #0A2346;
  color: #fff;
  transition: all 0.2s ease;
}
.l-bot-box:hover .c-red-text {
  color: #FCD44A;
}

@media screen and (min-width: 1650px) {
  .l-goden-chat {
    position: fixed;
    left: 20px;
    bottom: -120px;
    z-index: 200000;
  }
  .l-goden-chat.smaller {
    bottom: 90px;
  }
  .l-goden-chat-box {
    position: relative;
    transition: 0.2s;
  }
  .l-goden-chat-name {
    position: absolute;
    left: 73px;
    top: 10px;
  }
  .l-goden-chat-voice {
    background: #FCFFFA;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 72px;
    width: 220px;
    height: 100px;
    padding: 15px;
    border-radius: 10px;
  }
  .l-goden-chat-voice :has(> .-two-box) {
    height: 60px;
  }
  .l-goden-chat-voice p {
    position: absolute;
  }
  .l-goden-chat-voice p, .l-goden-chat-voice p + p {
    margin-top: 0;
    line-height: 1.3;
    color: #2f4955;
  }
  .l-goden-chat-voice:before {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background: url(../img/common/goden03.svg);
    top: 13px;
    left: -17px;
    width: 20px;
    height: 30px;
  }
}
.l-cunsult {
  background: url(../img/consult/consult_bg.webp);
  background-size: cover;
  padding: 65px 0 75px;
}

.l-cunsult__box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 70px 100px;
  margin-top: 50px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-kotei_bottom {
    padding: 8px 0;
    box-shadow: none;
  }
  .l-sdgs {
    display: none;
  }
  .l-bot {
    right: 5px;
    bottom: 5px;
  }
  .l-bot-box {
    border-radius: 10px;
    width: 225px;
    font-size: 17px;
    padding: 0 0 7px 73px;
  }
  .l-bot-box:before {
    background: url(../img/bot/bot_link.png);
    background-size: contain;
    width: 65px;
    height: 75px;
    bottom: -10px;
    left: 5px;
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .l-bot-box span {
    font-size: 12px;
  }
  .l-bot-box-text {
    text-align: left;
  }
  .l-cm {
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 99;
  }
  .l-cm img {
    width: 210px;
  }
  .l-cunsult {
    padding: 25px 0 50px;
    background-position: right;
  }
  .l-cunsult__box {
    padding: 25px 15px;
    margin-top: 25px;
  }
  .l-cunsult__box .-flex {
    flex-direction: column;
  }
  .l-cvr__contact_blue {
    font-size: 19px !important;
  }
}
.impact {
  font-size: 70px;
  letter-spacing: -3px;
  margin-top: 7px;
  display: block;
  letter-spacing: 0.6px;
}

.l-keyvisual {
  background: url(../img/top/top_bg_yes.webp);
  background-position: center;
  height: 690px;
  overflow: hidden;
  min-width: 1024px;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-keyvisual__box__01 {
  color: #0A2346;
  position: absolute;
  top: 48px;
  left: 50%;
  width: 850px;
  margin-left: -505px;
  letter-spacing: 0;
}
.l-keyvisual__box__01 h1 {
  font-size: 33px;
  line-height: 1.15;
  margin: 6px 0 0 6px;
  z-index: 1;
  color: #fff;
  text-shadow: #000 0px 0 25px;
}
.l-keyvisual__box__01 h1 .impact-min {
  font-size: 60px;
  margin-left: 5px;
}
.l-keyvisual__box__01 p {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  background: #0A2346;
  width: 470px;
  color: #fff;
  text-align: center;
  border-radius: 26px;
  padding: 2px 0 8px 0;
  line-height: 1;
}
.l-keyvisual__box__01 p .c-yellow-text span {
  font-size: 32px;
}
.l-keyvisual__box__01 p .big-text {
  font-size: 32px;
}
.l-keyvisual__box__01 p:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #0A2346 transparent transparent transparent;
  top: 42px;
  left: 110px;
  margin-left: -10px;
}

.l-keyvisual__box__02 {
  position: absolute;
  top: 311px;
  left: 50%;
  margin-left: -510px;
  font-size: 19px;
  font-weight: 900;
  color: #0A2346;
  width: 565px;
  line-height: 1.35;
}
.l-keyvisual__box__02 li {
  position: relative;
  background: #F3F3F3;
  padding: 14px 8px 14px 57px;
  margin-bottom: 18px;
  line-height: 1.26;
  font-size: 26.5px;
  border-radius: 0 10px 10px 0;
}
.l-keyvisual__box__02 li:before {
  position: absolute;
  top: 0;
  left: -1024px;
  height: 100%;
  width: 1024px;
  background: #F3F3F3;
  content: "";
  display: inline-block;
}
.l-keyvisual__box__02 li:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/other/logo_check.svg);
  width: 33px;
  height: 33px;
  top: 11px;
  left: 10px;
  background-size: cover;
}

.l-keyvisual__box__time {
  position: absolute;
  top: 584px;
  left: 50%;
  margin-left: -510px;
  font-size: 26px;
  font-weight: 900;
  background: #DB6B0F;
  width: 1024px;
  text-align: center;
  border-radius: 40px;
  padding: 0 0 11px;
  transition: 0.2s all;
  line-height: 1.2;
}
.l-keyvisual__box__time a {
  color: #fff;
  display: block;
}
.l-keyvisual__box__time img {
  width: 50px;
  padding-right: 10px;
  display: inline;
}
.l-keyvisual__box__time span {
  color: #fff;
}
.l-keyvisual__box__time small {
  font-weight: 900;
  font-size: 16px;
}

.l-keyvisual__box_comment {
  position: absolute;
  top: 44px;
  right: 50%;
  margin-right: -230px;
  animation: floating-rotate 1.8s ease-in-out infinite alternate-reverse;
}
.l-keyvisual__box_comment h3 {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-weight: 900;
  font-size: 23px;
  transform: rotate(-6deg);
}
.l-keyvisual__box_comment h3 small {
  font-size: 17px;
  color: #DB6B0F;
  font-weight: 900;
}
.l-keyvisual__box_comment:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/keyvisual-comment.svg);
  width: 229px;
  height: 175px;
  background-size: contain;
  top: -36px;
  left: -30px;
  z-index: 0;
  transform: rotate(-6deg);
}

@keyframes floating-rotate {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(18%);
  }
}
.l-keyvisual__box__04 {
  color: #0A2346;
  position: absolute;
  top: 285px;
  left: 50%;
  margin-left: -10px;
}

.l-keyvisual__box__cm {
  position: absolute;
  right: 50%;
  z-index: 10;
  transition: all 0.2s;
  top: 470px;
  margin-right: -640px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-keyvisual {
    background: url(../img/top/top_bg_yes-sp.webp);
    letter-spacing: 0;
    height: 800px;
    overflow: unset;
    min-width: 100%;
    background-size: 100%;
    margin-top: 57px;
    background-position: top;
    background-repeat: no-repeat;
  }
  .l-keyvisual__box__01 {
    top: 20px;
    left: 5px;
    width: 100vw;
    margin-left: 0;
    text-align: center;
  }
  .l-keyvisual__box__01 h1 {
    font-size: 1.9rem;
    text-align: left;
    margin: 8px 0 0 5px;
    text-shadow: 0px 0px 4px #000;
  }
  .l-keyvisual__box__01 h1 span.impact {
    font-size: 2.65rem;
    line-height: 1.15;
    margin-top: 2px;
    letter-spacing: 0;
  }
  .l-keyvisual__box__01 h1 span.impact .impact-min {
    font-size: 2.3rem;
  }
  .l-keyvisual__box__01 p {
    font-size: 1rem;
    width: 85%;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 15px 7px;
  }
  .l-keyvisual__box__01 p:after {
    top: 26px;
  }
  .l-keyvisual__box__01 p .c-yellow-text span {
    font-size: 1.5rem;
  }
  .l-keyvisual__box__01 p .big-text {
    font-size: 1.5rem;
  }
  .l-keyvisual__box__02 {
    width: 58vw;
    margin-left: -50vw;
    top: 228px;
  }
  .l-keyvisual__box__02 li {
    margin-bottom: 13px;
    padding: 13px 7px 13px 18px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .l-keyvisual__box__02 li span {
    font-size: 1.42rem;
  }
  .l-keyvisual__box__02 li:after {
    display: none;
  }
  .l-keyvisual__box__time {
    position: absolute;
    top: 520px;
    left: 0;
    margin-left: 0;
    font-size: 1.25rem;
    width: 100%;
    border-radius: 5px;
    padding: 7px 0 13px;
  }
  .l-keyvisual__box__time span {
    font-size: 1.8rem;
  }
  .l-keyvisual__box__04 {
    display: none;
  }
}
.-mark {
  padding: 0 10px;
  line-height: 1.5;
  background: radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #FCD44A 8px, transparent 8px), radial-gradient(circle at 8px calc(100% - 8px), #FCD44A 8px, transparent 8px), linear-gradient(to bottom, #fbfdfd calc(100% - 16px), transparent calc(100% - 16px)), linear-gradient(to right, transparent 8px, #FCD44A 8px, #FCD44A calc(100% - 8px), transparent calc(100% - 8px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.-big-font {
  font-size: 65px;
}

/* video
-------------------------------------------------------------------------- */
.video_wrapper {
  width: 100%;
  max-width: 1300px;
}

video {
  width: 100%;
}

/* l-table-hikaku
-------------------------------------------------------------------------- */
.l-table-hikaku table {
  border: 10px solid #F3F3F3;
  color: #757575;
  margin-top: 40px;
}

.l-table-hikaku th {
  border: 1.5px solid #F3F3F3;
  background: #F3F3F3;
  color: #0A2346;
  font-weight: 900;
  padding: 18px 0 22px;
  line-height: 1;
  font-size: 20.5px;
}
.l-table-hikaku th.-table-kubun {
  width: 128px;
}
.l-table-hikaku th.-table-hiyou {
  width: 130px;
}
.l-table-hikaku th.-table-seihin {
  width: 160px;
}
.l-table-hikaku th small {
  font-weight: 900;
  font-size: 13px;
}
.l-table-hikaku th.-table-kubun-left-border {
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
.l-table-hikaku th.-table-kubun-left-border.-left-border-none {
  border-left: unset;
}
.l-table-hikaku th.-table-kubun-left-border.-right-border-none {
  border-right: unset;
}
.l-table-hikaku th.-table-kubun-top-border {
  border-top: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  color: #757575;
  font-size: 28px;
}
.l-table-hikaku th.-table-kubun-top-border.-top-border-none {
  border-top: unset;
}
.l-table-hikaku th.-table-kubun-top-border.-bottom-border-none {
  border-bottom: unset;
}

.l-table-hikaku td {
  border: 1.5px solid #F3F3F3;
  text-align: center;
  padding: 22px 8px;
  font-size: 17px;
}
.l-table-hikaku td.-table-left {
  text-align: left;
  padding: 8px 0 8px 10px;
}
.l-table-hikaku td.-bg-rorange {
  background: #FFF9D9;
}

.-table-impact {
  position: relative;
  font-size: 27px !important;
  text-align: center !important;
  color: #DB6B0F;
  font-weight: 900;
  padding: 15px 0 0 !important;
}
.-table-impact .-table-impact-catch {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #DB6B0F;
  color: #fff;
  top: -9px;
  left: 31px;
  font-size: 16px;
  border-radius: 5px;
  padding: 2px 11px 4px;
}
.-table-impact .-table-impact-catch:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 26px;
  left: 50%;
  margin-left: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11px solid #DB6B0F;
  border-bottom: 0;
}

/* l-arch
-------------------------------------------------------------------------- */
@keyframes fuwafuwa {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.l-arch {
  position: relative;
  margin-top: 30px;
  margin-bottom: 170px;
}
.l-arch li {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  animation: 4s fuwafuwa infinite;
}
.l-arch li.-sp {
  display: none !important;
}

.l-arch1 {
  top: 105px;
  right: 50%;
  margin-right: 400px;
}

.l-arch2 {
  top: 40px;
  right: 50%;
  margin-right: 135px;
}

.l-arch3 {
  top: 0;
  right: 50%;
  margin-right: -130px;
}

.l-arch4 {
  top: 40px;
  right: 50%;
  margin-right: -410px;
}

.l-arch5 {
  top: 105px;
  right: 50%;
  margin-right: -660px;
}

/* usp01
-------------------------------------------------------------------------- */
.l-usp01 {
  padding: 90px 0 0px;
  margin-top: -5px;
}

.l-usp01__box h1 {
  font-size: 41px;
  position: relative;
}
.l-usp01__box h1:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  height: 25px;
  width: 960px;
  bottom: -4px;
  right: 50%;
  background: #fff;
  margin-right: -480px;
  border-radius: 10px;
  z-index: -1;
}
.l-usp01__box p {
  font-size: 21px;
  line-height: 2.4;
  font-weight: 700;
}
.l-usp01__box p .l-usp01__box-impact {
  background: #DB6B0F;
  border-radius: 20px;
  padding: 2px 14px;
  margin-right: 6px;
  color: #fff;
}

.l-usp01__box h1 {
  font-size: 52px !important;
  line-height: 1;
}
.l-usp01__box h1 .-mark.l-usp01-font {
  font-size: 52px;
  background: radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #db6b0f 8px, transparent 8px), radial-gradient(circle at 8px calc(100% - 8px), #db6b0f 8px, transparent 8px), linear-gradient(to bottom, #fbfdfd calc(100% - 16px), transparent calc(100% - 16px)), linear-gradient(to right, transparent 8px, #db6b0f 8px, #db6b0f calc(100% - 8px), transparent calc(100% - 8px));
}

.l-usp01__box_naze {
  position: absolute;
  font-size: 30px;
  top: -32px;
  left: 50%;
  margin-left: -220px;
  transform: rotate(-24deg);
}
.l-usp01__box_naze:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/usp-fukidashi.svg);
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 29px;
  left: -18px;
}

.-pickup {
  position: relative;
  font-weight: 900;
  color: #fff;
  z-index: 10;
  display: inline-block;
  text-align: center;
  background: #0A2346;
  font-size: 21px;
  padding: 5px 35px 8px;
  border-radius: 30px;
}
.-pickup:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #0A2346 transparent transparent transparent;
  top: 43px;
  left: 50%;
  margin-left: -8px;
}
.-pickup + h1 {
  margin-top: 21px;
}
.-pickup.-mini {
  font-size: 19px;
}
.-pickup.-mini:after {
  top: 36px;
}
.-pickup.-yellow {
  background: #FCD44A;
  border: #fff 2px solid;
  font-size: 19px !important;
  color: #9D3E32 !important;
  padding: 1px 10px 4px;
}
.-pickup.-yellow:after {
  border-color: #FCD44A transparent transparent transparent;
  top: 30px;
}

.l-usp01__main {
  position: relative;
  height: 560px;
  margin-top: 40px;
}

.l-usp01__main__profile {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #fff;
  width: 275px;
  padding: 15px;
  border-radius: 10px;
  height: 440px;
}
.l-usp01__main__profile h2 {
  border-bottom: 2px solid #0A2346;
  padding-bottom: 13px;
  margin-bottom: 5px;
}

.l-usp01__main__contents {
  background: #F3F3F3;
  border-radius: 10px;
  padding: 5px;
  margin-top: 5px;
}
.l-usp01__main__contents + .l-usp01__main__contents {
  margin-top: 20px;
}
.l-usp01__main__contents + .l-usp01__main__contents h3 {
  padding: 5px;
}
.l-usp01__main__contents + .l-usp01__main__contents h3 + h3 {
  border-top: 2px solid #fff;
}
.l-usp01__main__contents .l-frame-white {
  padding: 7px;
}
.l-usp01__main__contents li {
  padding-bottom: 17px;
}

.l-usp01__main__01 {
  top: 0;
  left: 15px;
}
.l-usp01__main__01:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/usp-right.png);
  top: 241px;
  left: 250px;
  width: 58px;
  height: 16px;
  background-size: contain;
}
.l-usp01__main__01:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/usp-left.png);
  top: 303px;
  left: 250px;
  width: 58px;
  height: 16px;
  background-size: contain;
}

.l-usp01__main__02 {
  top: 0;
  right: 15px;
}
.l-usp01__main__02:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/usp-left.png);
  top: 241px;
  left: -30px;
  width: 58px;
  height: 16px;
  background-size: contain;
}
.l-usp01__main__02:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/usp-right.png);
  top: 303px;
  left: -30px;
  width: 58px;
  height: 16px;
  background-size: contain;
}

.l-usp01__main__02__re {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 209px;
  right: 262px;
  font-size: 10px;
  text-align: center;
}

.l-usp01__main__02__se {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 275px;
  right: 262px;
  font-size: 10px;
  text-align: center;
}

.l-usp01__main__03 {
  top: 475px;
  left: 15px;
  width: 687px;
  height: auto;
}
.l-usp01__main__03 h2 {
  border-bottom: 0;
  border-right: 2px solid #0A2346;
  padding: 0 65px 0 65px;
  margin-bottom: 0;
}
.l-usp01__main__03 .l-usp01__main__contents {
  margin-top: 0;
  margin-left: 35px;
  padding: 8px 25px;
}
.l-usp01__main__03:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/top/usp-right.png);
  top: -13px;
  left: 473px;
  width: 54px;
  height: 15px;
  background-size: contain;
  transform: rotate(-90deg);
}

.l-usp01__main__04 {
  top: 0;
  left: 323px;
  width: 380px;
}

.l-usp01__main__05 {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 14px;
  width: 268px;
  font-size: 15px;
  color: #7F7F7F;
  font-weight: 700;
}

.l-uss-result {
  background: url(../img/price/bg_price-top.webp);
  background-size: cover;
  padding-bottom: 140px;
  margin-top: 70px;
}
.l-uss-result .-pickup {
  left: 50%;
  font-size: 26px;
  margin-left: -285px;
  padding: 13px 60px;
  border-radius: 80px;
  top: -1px;
}
.l-uss-result .-pickup:after {
  border-width: 33px 19px 0 19px;
  top: 60px;
}

.l-uss-result__box {
  background: #fff;
  border: 10px solid #F3F3F3;
  padding: 65px 45px 50px;
}
.l-uss-result__box h2 {
  font-size: 29px;
}
.l-uss-result__box img {
  border-bottom: 10px solid #0A2346;
  padding: 0 35px;
}
.l-uss-result__box .l-uss-result__box-descript {
  padding: 20px 0 0 20px;
  border-bottom: 10px solid #0A2346;
}
.l-uss-result__box .-mark {
  display: inline-block;
  line-height: 1.45;
  padding: 0 5px;
}
.l-uss-result__box .-mark small {
  font-weight: 700;
  font-size: 17.5px;
  color: #0A2346;
}
.l-uss-result__box .-omakase {
  float: right;
  margin-bottom: -27px;
}

.l-uss-result__box section {
  position: relative;
}
.l-uss-result__box section .-point {
  position: absolute;
  top: -35px;
  right: -46px;
  background: #f3f3f3;
  color: #ACACAC;
  border-radius: 20px 0 0 20px;
  padding: 10px 0;
  width: 170px;
  text-align: right;
  padding-right: 40px;
  font-weight: 700;
  font-size: 20px;
  z-index: 10;
}

/* select-point
-------------------------------------------------------------------------- */
.select-point__bg-gray {
  background: #F3F3F3;
}

.select-point__bg-gray .l-wrap,
.select-point__bg-white .l-wrap {
  padding: 50px;
}

.l-select-point {
  padding: 50px 0 90px;
}

.l-select-point .-mark {
  margin-left: -10px;
  z-index: -1;
  position: relative;
}

.select-point__box-list-photo-talk {
  position: absolute;
  z-index: 10;
  font-weight: 900;
  color: #0A2346;
  line-height: 1.2;
  top: 80px;
  transform: rotate(-4deg);
  left: 30px;
  font-size: 22px;
}
.select-point__box-list-photo-talk:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  width: 150px;
  height: 100px;
  top: -18px;
  left: -30px;
  background: url(../img/top/merit-hukidashi.svg);
  z-index: -1;
  background-size: cover;
}

.talk-control {
  left: 20px;
}
.talk-control:after {
  left: -20px;
}

.select-point__box-list-discript {
  margin-left: 30px;
  position: relative;
}
.select-point__box-list-discript .select-point-number {
  background: #0A2346;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 40px;
  width: 65px;
  height: 65px;
  text-align: center;
}
.select-point__box-list-discript .select-point-merit {
  padding-left: 75px;
  display: inline-block;
}

.select-point__box-list-discript-ancer {
  position: relative;
  font-weight: 900;
  float: right;
  color: #0A2346;
  padding-right: 30px;
}
.select-point__box-list-discript-ancer::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 2px;
  right: 0;
  background: url(../img/top/merit-link.svg);
  height: 23px;
  width: 23px;
  background-size: contain;
}

/* l-case
-------------------------------------------------------------------------- */
.l-case {
  position: relative;
  background-color: #F3F3F3;
  padding-top: 55px;
  padding-bottom: 80px;
}
.l-case:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 300px 300px 0 0;
  width: 550px;
  height: 458px;
  z-index: 0;
  background: #F3F3F3;
}
.l-case:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -38px;
  left: calc(50% - 90px);
  width: 180px;
  height: 72px;
  background-image: url(../img/top/star.svg);
  background-size: cover;
}
.l-case p {
  margin-bottom: 0;
}
.l-case h1 {
  position: relative;
}
.l-case h1:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: 30px;
  width: 75px;
  height: 2px;
  background-color: #2d2d2d;
  transform: rotate(-50deg);
  right: 50%;
  margin-right: -325px;
}
.l-case h1:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: 30px;
  width: 75px;
  height: 2px;
  background-color: #2d2d2d;
  transform: rotate(50deg);
  left: 50%;
  margin-left: -325px;
}
.l-case h1 span {
  font-size: 22px;
}

.l-case__box .l-usp02__list {
  position: relative;
  border-color: #fff;
  background: #fff;
  transition: 0.2s all;
  color: #2D2D2D !important;
  width: calc(33% - 10px);
  padding: 20px 15px 60px;
}
.l-case__box .l-usp02__list:before {
  background: #fff;
}
.l-case__box .l-usp02__list .-center img {
  vertical-align: baseline;
}
.l-case__box .l-usp02__list h2 {
  line-height: 1.4;
}

.l-case-company {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.l-contets.-mt60 {
  margin-top: 60px;
}

/* l-func
-------------------------------------------------------------------------- */
.l-func {
  background: url(../img/top/func_bg.webp);
  padding-top: 70px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: 40% 0;
  position: relative;
}

.l-func__list {
  width: 322px;
  padding: 30px;
  background-color: #fff;
}

/* l-anshin
-------------------------------------------------------------------------- */
.l-anshin {
  background: url(../img/top/func_bg.webp);
  padding-top: 65px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: 40% 0;
}

.l-anshin__list {
  position: relative;
  width: 480px;
  border: 10px solid #F3F3F3;
  border-radius: 5px;
  padding: 40px 35px 35px;
  position: relative;
  margin-bottom: 45px;
  background-color: #fff;
}
.l-anshin__list .-pickup {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: -21px;
  font-size: 19px;
  left: 50%;
  margin-left: -104px;
}
.l-anshin__list img {
  margin-right: 5px;
}

/* l-price
-------------------------------------------------------------------------- */
.l-price {
  background: #0A2346;
}

.l-price-box {
  text-align: center;
  padding: 15px 14px 10px;
}
.l-price-box h1 {
  position: relative;
  color: #fff;
  padding-left: 35px;
}
.l-price-box h1:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background: url(../img/top/price_icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -82px;
  top: -8px;
}
.l-price-box p {
  color: #fff;
}

.l-price-box-descript {
  position: relative;
  padding: 60px 150px 0;
}

.l-price-box-descript span {
  font-size: 18px;
}

.l-price-box-descript:after {
  content: "";
  position: absolute;
  background: url(../img/top/price_plus-white.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  top: 112px;
  left: 50%;
  background-repeat: no-repeat;
  margin-left: -18px;
}

.l-price-box-descript .l-frame-white {
  position: relative;
  width: 290px;
  padding: 30px 10px 15px;
  font-size: 24px;
}
.l-price-box-descript .l-frame-white h3 {
  color: #0A2346;
  font-weight: 900;
}
.l-price-box-descript .l-frame-white p {
  font-weight: 900;
  font-size: 30px;
  color: #0A2346;
}
.l-price-box-descript .l-frame-white .-pickup {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -21px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

/* l-customize
-------------------------------------------------------------------------- */
.l-customize {
  border: 3px solid #0A2346;
  border-radius: 10px;
  position: relative;
}
.l-customize:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/brothers_footer.webp);
  width: 480px;
  height: 250px;
  right: -1px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-customize h2 {
  border-radius: 8px 8px 0 0;
  background: #0A2346;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 10px;
}

.l-customize-box {
  padding: 20px 28px 45px;
}
.l-customize-box li {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
.l-customize-box li span {
  background: #0A2346;
  border-radius: 8px;
  color: #fff;
  padding: 2px 7px 4px;
  margin-right: 8px;
}

/* l-merit
-------------------------------------------------------------------------- */
.l-merit {
  background-color: #0A2346;
  padding-top: 70px;
  padding-bottom: 100px;
}
.l-merit .l-frame-white {
  padding: 20px;
}

.l-merit__list {
  width: 475px;
  padding: 25px 35px;
  border: 1px solid #E7E7E7;
}
.l-merit__list:first-child {
  border: none;
}
.l-merit__list:last-child {
  border: none;
}
.l-merit__list:nth-child(2) {
  border-top: none;
  border-right: none;
}
.l-merit__list:nth-child(3) {
  border-bottom: none;
  border-left: none;
}

/* l-step
-------------------------------------------------------------------------- */
.l-step {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #F3F3F3;
}

.l-step__list {
  width: 315px;
  padding: 22px 20px 50px;
}
.l-step__list h2, .l-step__list p {
  margin-top: 10px;
}
.l-step__list:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  right: -28px;
  top: calc(50% - 14px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #0A2346;
}
.l-step__list:last-child:after {
  display: none;
}

/* l-qa
-------------------------------------------------------------------------- */
.l-qa {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 75px;
}
.l-qa .l-frame-second {
  margin-top: 40px;
  padding: 25px 45px 25px;
  border: 3px solid #F3F3F3;
  width: calc(50% - 9px);
}
.l-qa .l-frame-second span {
  width: 45px;
  display: inline-block;
}
.l-qa .l-frame-second h3 {
  color: #0A2346;
}
.l-qa .l-frame-second h3 img {
  vertical-align: baseline;
  margin-right: 10px;
}
.l-qa .l-frame-second:nth-child(n+3) {
  margin-top: 20px;
}

/* l-security
-------------------------------------------------------------------------- */
.l-security {
  position: relative;
  background-color: #F3F3F3;
  padding-top: 80px;
  padding-bottom: 90px;
  z-index: 10;
}
.l-security:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 300px 300px 0 0;
  width: 550px;
  height: 458px;
  z-index: -5;
  background: #F3F3F3;
}
.l-security:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -26px;
  left: calc(50% - 35px);
  width: 70px;
  height: 72px;
  background-image: url(../img/common/other/logo_security.svg);
}
.l-security p {
  margin-bottom: 0;
}

.l-security__box {
  position: relative;
}

.l-security__list {
  padding: 45px 35px 35px;
  position: relative;
}
.l-security__list h2 {
  font-size: 24px;
}
.l-security__list p {
  margin-top: 7px;
}
.l-security__list .-pickup {
  position: absolute;
  top: -21px;
  font-size: 19px;
  left: 50%;
  margin-left: -104px;
}

.l-security__list2 {
  width: 485px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.l-security__list2 h2 {
  line-height: 1.3;
}

/* l-news
-------------------------------------------------------------------------- */
.l-news__box {
  padding-top: 63px;
  padding-bottom: 110px;
}

.l-news__list--topics {
  padding: 10px;
  border-radius: 10px;
}
.l-news__list--topics:hover {
  background-color: #F3F3F3;
}

.l-news__list--description {
  padding: 10px 0 0 20px;
}
.l-news__list--description h2 {
  margin-top: 1px;
}
.l-news__list--description p {
  margin-top: 3px;
}

/* l-youtube
-------------------------------------------------------------------------- */
.l-youtube {
  background-color: #0A2346;
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #54545D;
}

.l-youtube__list {
  width: 315px;
}

.l-youtube__list h3 {
  text-align: left;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-mark {
    line-height: 1.5;
    background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #FCD44A 5px, transparent 5px), radial-gradient(circle at 8px calc(100% - 5px), #FCD44A 5px, transparent 5px), linear-gradient(to bottom, #fbfdfd calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(to right, transparent 5px, #FCD44A 8px, #FCD44A calc(100% - 5px), transparent calc(100% - 5px));
  }
  .-mark .-big-font {
    font-size: 2.8rem;
    line-height: 1;
  }
  .l-kodawari {
    padding-top: 180px;
  }
  .l-kodawari-h1 {
    font-size: 1.55rem;
    transform: rotate(-5deg);
    top: -73px;
    left: 15px;
  }
  .l-kodawari-small {
    font-size: 0.75rem;
  }
  .l-kodawari-big {
    font-size: 1.75rem;
  }
  .l-kodawari-h1:after {
    width: 368px;
    height: 130px;
    top: -15px;
    left: -35px;
  }
  .l-kodawari-box h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .l-kodawari-link {
    position: unset;
    margin-top: 15px;
  }
  .l-kodawari-left, .l-kodawari-right {
    width: 100%;
  }
  .l-kodawari-left, .l-kodawari-right .l-kodawari-box {
    margin-bottom: 10px;
  }
  .l-kodawari-box {
    border-radius: 8px;
  }
  .l-kodawari-left .l-kodawari-box:after,
  .l-kodawari-right .l-kodawari-box:after {
    display: none;
  }
  .l-kodawari-point4 {
    background: unset;
    margin-top: 10px;
  }
  .l-kodawari-point4 .l-kodawari-box {
    padding-bottom: 25px;
  }
  .l-kodawari-box p {
    display: inline;
  }
  .l-kodawari-point {
    font-size: 0.6rem;
  }
  .l-kodawari-number {
    font-size: 1.4rem;
  }
  .l-kodawari-point-box {
    top: -7px;
  }
  .l-kodawari-point-box:after {
    width: 64px;
    height: 60px;
    top: -8px;
    left: -15.5px;
  }
  /* l-arch
  -------------------------------------------------------------------------- */
  .l-arch {
    margin-top: -170px;
    margin-bottom: 5px;
    background: #fff;
    padding: 30px 0 0px;
  }
  .l-arch ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-arch li {
    position: unset;
    width: 33%;
    margin-right: 0 !important;
    padding-bottom: 20px;
  }
  .l-arch li.-sp {
    display: inline-block !important;
  }
  .l-arch li img {
    width: 100%;
  }
  /* usp01
  -------------------------------------------------------------------------- */
  .l-usp01__box h1 {
    font-size: 1.5rem !important;
    line-height: 1.2;
  }
  .l-usp01__box h1:after {
    display: none;
  }
  .l-usp01__box_naze {
    font-size: 1.2rem;
    top: -25px;
    margin-left: -110px;
  }
  .l-usp01__box_naze:after {
    width: 73px;
    height: 17px;
    top: 21px;
    left: -17px;
  }
  .l-usp01__box h1 .-mark.l-usp01-font {
    font-size: 1.5rem;
    padding: 0;
    background: none;
  }
  .l-uss-result__box .-mark {
    display: block;
    font-size: 1.15rem;
  }
  .l-usp01__box p {
    font-size: 1rem;
  }
  .l-godencyo-towa {
    transform: rotate(9deg);
    font-size: 1.05rem;
    right: -5px;
    top: -30px;
  }
  .l-godencyo-towa:after {
    left: 130px;
    bottom: -17px;
  }
  .l-usp01 {
    padding: 0 0 0px;
  }
  .l-usp01__box {
    padding: 30px 10px 0px;
  }
  .l-usp01__main + .l-usp01__box {
    padding-top: 0;
  }
  .l-usp01__box2 .-mt30 {
    margin-top: 0;
  }
  .l-usp01__box h1 {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .l-usp01__box:after {
    right: calc(50% - 14px);
    bottom: -15px;
    border-width: 15px 14px 0 14px;
  }
  .l-uss-result {
    margin-top: 30px;
  }
  .l-uss-result__box {
    flex-direction: column-reverse;
    padding: 20px 10px 25px;
  }
  .l-uss-result__box .-flex {
    flex-direction: column-reverse;
  }
  .l-uss-result__box .l-uss-result__box-descript {
    border-bottom: none;
    padding: 0;
  }
  .l-uss-result__box section .-point {
    display: none;
  }
  .l-uss-result .-pickup {
    font-size: 0.9rem;
    padding: 5px 10px;
    margin-left: -137px;
    top: 24px;
  }
  .l-uss-result .-pickup:after {
    top: 31px;
    border-width: 16px 10px 0 10px;
  }
  .l-uss-result__box-descript .-pickup.-mini {
    width: 80%;
    left: 0;
    display: inline-block;
    /* position: absolute; */
    left: 50%;
    margin-left: -40%;
    top: 0;
    padding: 3px 20px 5px;
  }
  .l-uss-result__box-descript .-pickup.-mini::after {
    top: 20px;
  }
  .l-uss-result__box h2 {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
  }
  .l-uss-result__box img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .-table-scroll.l-table-hikaku table {
    margin-top: 15px;
  }
  .-table-scroll.l-table-hikaku th {
    font-size: 1rem;
    padding: 2px 10px 10px;
    position: unset;
  }
  .-table-scroll.l-table-hikaku th small {
    font-size: 0.65rem;
  }
  .-table-scroll.l-table-hikaku th.-table-seihin img {
    width: 90px;
  }
  .-table-scroll.l-table-hikaku td img {
    width: 20px;
  }
  .-table-scroll.l-table-hikaku th.-table-kubun-top-border {
    padding-bottom: 5px;
  }
  .-table-impact {
    font-size: 1.2rem !important;
  }
  .-table-impact .-table-impact-catch {
    font-size: 0.85rem !important;
    padding: 1px 7px 3px;
    left: 19px;
  }
  .-table-impact .-table-impact-catch:after {
    top: 20px;
    margin-left: -5.5px;
  }
  /* select-point
  -------------------------------------------------------------------------- */
  .l-select-point {
    padding: 30px 0 40px;
  }
  .select-point__bg-gray .l-wrap, .select-point__bg-white .l-wrap {
    padding: 0px;
  }
  .select-point__bg-white .-flex.-center-x,
  .select-point__bg-gray .-flex.-center-x {
    align-items: stretch;
    padding: 20px 15px;
  }
  .select-point__box-list-discript .-mt10 {
    margin-top: 10px;
    margin-left: -53px;
  }
  .select-point-number {
    display: none;
  }
  .select-point__box-list-discript .select-point-merit {
    padding-left: 10px;
  }
  .select-point__box-list-photo img {
    width: 55px;
  }
  .select-point__box-list-discript {
    margin-left: 0px;
  }
  .select-point__box-list-photo-talk {
    display: none;
  }
  /* usp02
  -------------------------------------------------------------------------- */
  .l-usp02__box {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .l-usp02__box img {
    width: 100%;
    height: auto;
  }
  .l-usp-plus img {
    width: 30px;
  }
  .l-usp02__list {
    width: 100%;
    padding: 15px 10px;
    border: 5px solid #F3F3F3;
    margin-bottom: 15px;
  }
  .l-usp02__list:before {
    display: none;
  }
  /* l-case
  -------------------------------------------------------------------------- */
  .l-case h1:before {
    display: none !important;
  }
  .l-case {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .l-case .l-contets {
    flex-direction: column;
  }
  .l-case:before {
    width: 250px;
    top: -58px;
  }
  .l-case:after {
    background-size: contain;
    height: 44px;
    width: 110px;
    left: calc(50% - 50px);
    top: -33px;
  }
  .l-case__box .l-usp02__list {
    width: 100%;
  }
  .l-case__box .l-usp02__list .catch-pohoto {
    width: 100%;
  }
  .l-case p {
    margin-top: 11px;
  }
  .l-case__box .l-usp02__list {
    padding: 20px 15px 50px;
  }
  /* l-func
  -------------------------------------------------------------------------- */
  .l-func {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 64% 0;
  }
  .l-func__list {
    width: 48.5%;
    padding: 10px 10px 15px;
  }
  .l-func__list img {
    width: 50px;
  }
  /* l-anshin
  -------------------------------------------------------------------------- */
  .l-anshin {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .l-anshin__list {
    margin: 6px 0 13px;
    width: 100% !important;
    padding: 36px 14px 25px !important;
  }
  .l-anshin__list img {
    width: 62px;
    margin-bottom: 5px;
  }
  /* l-merit
  -------------------------------------------------------------------------- */
  .l-merit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-merit__list {
    width: 100%;
    border: none;
    padding: 0;
  }
  .l-merit__list img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-merit__list + .l-merit__list {
    padding: 18px 0 0 0;
  }
  /* l-price
  -------------------------------------------------------------------------- */
  .l-price {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }
  .l-price p {
    text-align: left;
  }
  .l-price-box h1 {
    padding-left: 0;
  }
  .l-price-box h1:before {
    display: none;
  }
  .l-price-box-descript {
    padding: 40px 0 0;
  }
  .l-price-box-descript:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: 78px;
  }
  .l-price-font {
    font-size: 1.5rem;
  }
  .l-price th.table_none {
    background: #fff;
  }
  .l-price-box-descript .l-frame-white {
    font-size: 1rem;
    width: 44%;
    padding: 17px 6px 5px;
    border-radius: 5px;
  }
  .l-price-box-descript .l-frame-white p {
    font-size: 1.2rem;
    text-align: center;
  }
  .l-price-box-descript .l-frame-white p span {
    font-size: 0.85rem;
  }
  /* l-customize
  -------------------------------------------------------------------------- */
  .l-customize h2 {
    font-size: 1.1rem;
  }
  .l-customize-box {
    padding: 10px 15px 10px;
  }
  .l-customize-box li {
    display: none;
  }
  .l-customize:after {
    display: none;
  }
  /* l-step
  -------------------------------------------------------------------------- */
  .l-step {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .l-step__list {
    width: 100%;
    padding: 15px;
  }
  .l-step__list img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-step__list:after {
    transform: rotate(90deg);
    right: calc(50% - 5px);
    top: unset;
    bottom: -20px;
    border-width: 10px 0 10px 15px;
  }
  .l-step__list + .l-step__list {
    margin-top: 18px;
  }
  /* l-qa
  -------------------------------------------------------------------------- */
  .l-qa {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .l-qa .l-frame-second {
    margin-top: 30px;
    padding: 15px;
    width: 100%;
  }
  .l-qa .l-frame-second + .l-frame-second {
    margin-top: 10px;
  }
  .l-qa p {
    text-align: left;
  }
  /* l-security
  -------------------------------------------------------------------------- */
  .l-security {
    padding-top: 54px;
    padding-bottom: 50px;
    background-image: none;
  }
  .l-security:before {
    width: 250px;
    top: -58px;
  }
  .l-security:after {
    background-size: contain;
    height: 50px;
    width: 49px;
    left: calc(50% - 24.5px);
    top: -17px;
  }
  .l-security p.-center {
    text-align: left;
  }
  .l-security__list {
    padding: 15px;
  }
  .l-security__list H2 {
    font-size: 1.3rem;
  }
  .l-security__list2 {
    width: 50%;
    padding: 15px;
    margin-bottom: 0px;
  }
  /* l-news
  -------------------------------------------------------------------------- */
  .l-news__box {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .l-news__box p {
    text-align: left;
  }
  .l-news__box .-flex img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
  }
  .l-news__box .-flex h2 {
    font-size: 1.1rem;
  }
  .l-news__list--description {
    padding: 0;
  }
  time {
    font-size: 0.9rem;
  }
  /* l-youtube
  -------------------------------------------------------------------------- */
  .l-youtube {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .l-youtube h1 {
    font-size: 1.4rem;
  }
  .l-youtube__list {
    width: 49%;
    margin-bottom: 15px;
  }
  .l-youtube__list:last-child {
    display: none;
  }
  .l-youtube__list img {
    width: 100%;
    height: auto;
  }
  .l-youtube__list h3 {
    font-size: 1rem;
  }
  .-pickup {
    font-size: 1rem;
    padding: 3px 25px 6px;
    font-weight: 700;
  }
  .-pickup:after {
    top: 27px;
  }
  .-pickup.-yellow {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    padding: 0px 5px 3px;
  }
  .-pickup.-yellow:after {
    top: 18px;
  }
  .-pickup.-mini {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin-left: -25%;
    width: 50%;
  }
  .-pickup.-mini:after {
    top: 27px;
  }
  .l-price-box-descript .l-frame-white .-pickup {
    width: 90%;
    text-align: center;
    margin-left: -45%;
    font-size: 0.72rem !important;
  }
}
.l-bread {
  padding: 10px 0;
  background-color: unset;
}

h3 {
  font-size: 27px;
  font-weight: 900;
  color: #0A2346;
  line-height: 1.1;
}
h3 .-mark {
  margin-left: -10px;
}

.l-keyvisual-dencho {
  background: #F7F7F7;
  min-width: 1024px;
}

.l-gray {
  background: #F7F7F7;
}

.l-keyvisual-second1 {
  text-align: center;
  padding: 20px 0 85px;
}
.l-keyvisual-second1 h1 {
  font-size: 80px;
  line-height: 0.7;
  position: relative;
  z-index: 7;
}
.l-keyvisual-second1 h1 .l-keyvisual-second1-top {
  font-size: 46px;
}
.l-keyvisual-second1 .-mark {
  position: relative;
  z-index: -1;
  padding: 0 30px;
  background: radial-gradient(circle at calc(100% - 14px) calc(100% - 14px), #FCD44A 14px, transparent 14px), radial-gradient(circle at 14px calc(100% - 14px), #FCD44A 14px, transparent 14px), linear-gradient(to bottom, #F7F7F7 calc(100% - 28px), transparent calc(100% - 28px)), linear-gradient(to right, transparent 14px, #FCD44A 14px, #FCD44A calc(100% - 14px), transparent calc(100% - 14px));
}

.l-invoice {
  padding: 80px 0;
}
.l-invoice img {
  margin-right: 30px;
}

.l-invoice-step {
  padding: 80px 0;
}

.l-invoice-step .-center p {
  font-weight: 900;
  color: #0A2346;
  font-size: 23px;
  margin-bottom: 2px;
}

.l-invoice-step .-center h1 {
  margin-bottom: 85px;
}

.step-number {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: -25px;
  left: -17px;
  background: #0A2346;
  display: inline-block;
  font-size: 8px;
  color: #fff;
  font-weight: 900;
  padding: 9px 10px;
  border-radius: 30px;
  line-height: 1;
  border: 2px solid #fff;
}
.step-number span {
  display: block;
  font-size: 18px;
}

.l-step__list {
  padding: 22px 20px 40px;
}

.l-step__list:after {
  display: none;
}

.l-invoice-step .-center p.-left {
  font-weight: 400;
  font-size: 18px;
}

.-dot-blue {
  background-size: 18.4px 14px !important;
  background-image: radial-gradient(3px 3px at center center, #0A2346, #0A2346 100%, transparent) !important;
}

.l-invoice-table {
  padding: 80px 0;
}

table {
  padding-top: 60px;
}

th {
  background: unset !important;
  color: #0A2346 !important;
  padding: 25px !important;
  font-weight: 900;
  border: 1px solid #eee !important;
}

td {
  padding: 20px !important;
  border: 1px solid #eee !important;
  vertical-align: top;
}

tr:first-child td, tr:first-child th {
  border-top: unset !important;
}

tr:last-child td {
  border-bottom: unset !important;
}

tr td:first-child, tr th:first-child {
  border-left: unset !important;
}

tr td:last-child, tr th:last-child {
  border-right: unset !important;
}

tr th:first-child {
  border-bottom: unset !important;
}

.-circle li {
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 5px;
}

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

.l-invoice-ai {
  padding: 80px 0 120px;
}
.l-invoice-ai img {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
  th, td {
    padding: 15px !important;
  }
  th .-dot-blue, td .-dot-blue {
    background: unset !important;
  }
  .l-keyvisual-second1 {
    padding: 25px 0 50px;
  }
  .l-keyvisual-second1 .-mark {
    background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #FCD44A 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), #FCD44A 7px, transparent 7px), linear-gradient(to bottom, #F7F7F7 calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, #FCD44A 7px, #FCD44A calc(100% - 7px), transparent calc(100% - 7px));
  }
  .l-keyvisual-dencho {
    min-width: 100%;
    margin-top: 50px;
    z-index: 2;
    position: relative;
  }
  .l-keyvisual-second1 h1 {
    font-size: 1.5rem;
  }
  .l-keyvisual-second1 h1 .l-keyvisual-second1-top {
    font-size: 1.5rem;
  }
  .l-invoice {
    padding: 40px 0;
  }
  .l-invoice .-flex {
    flex-direction: column;
  }
  .l-invoice .-flex img {
    width: 60%;
    margin: 0 0 20px 0;
  }
  .l-invoice .-flex h3 {
    margin-bottom: 13px;
    text-align: center;
  }
  .l-invoice .-flex h3 .-mark {
    padding: 0 15px 0 25px;
  }
  .l-invoice-step {
    padding: 40px 0;
  }
  .l-invoice-step .-center h1 {
    margin-bottom: 50px;
  }
  .l-invoice-table {
    padding: 40px 0;
  }
  table {
    padding-top: 40px;
  }
  .l-invoice-ai {
    padding: 40px 0 70px;
  }
  .l-invoice-ai .-flex {
    flex-direction: column;
  }
  .l-invoice-ai .-flex img {
    width: 60%;
    margin: 0 0 20px 0;
  }
  .l-invoice-ai .-flex h3 {
    margin-bottom: 13px;
    text-align: center;
  }
  .l-invoice-ai .-flex h3 .-mark {
    padding: 0 15px 0 25px;
  }
  tr th:first-child {
    writing-mode: vertical-lr;
  }
}
.l-cvr-box {
  overflow-x: hidden;
  padding-top: 100px;
  margin-top: -100px;
}

.l-cvr {
  background: #0A2346;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.l-cvr__box {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-cvr__question {
  color: #0A2346;
  position: absolute;
  right: 323px;
  bottom: 260px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  transform: rotate(5deg);
}
.l-cvr__question:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: -1;
  top: -51px;
  left: -50px;
  width: 271px;
  height: 197px;
  background-image: url(../img/common/other/toiawase_comment.svg);
}
.l-cvr__question p {
  margin: 0;
}

.l-cvr__catch {
  margin-bottom: 17px;
}
.l-cvr__catch .l-cvr__descript {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 7px;
}

.l-cvr__contact {
  position: relative;
  background-color: #fff;
  color: #0A2346;
  padding: 6px 11px 10px 85px;
  font-size: 27px;
  font-weight: 900;
  width: 300px;
  border-radius: 10px;
}
.l-cvr__contact:hover {
  background-color: #0A2346;
  color: #fff;
}
.l-cvr__contact.-mail {
  background-color: #DB6B0F;
  color: #fff;
}
.l-cvr__contact.-mail:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 13px;
  left: 30px;
  width: 43px;
  height: 32px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_mail_mini_hover.svg);
}
.l-cvr__contact.-mail:hover {
  background-color: #fff;
  color: #DB6B0F;
}
.l-cvr__contact.-mail:hover:before {
  background-image: url(../img/common/contact/logo_mail_mini_oarange.svg);
}
.l-cvr__contact.-tel {
  width: 323px;
  margin-left: 20px;
}
.l-cvr__contact.-tel:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  left: 19px;
  width: 51.5px;
  height: 40px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_b_tel.svg);
}
.l-cvr__contact.-tel:hover:before {
  background-image: url(../img/common/contact/logo_b_tel_hover.svg);
}

.l-cvr__contact_blue {
  position: relative;
  background-color: #0A2346;
  color: #fff;
  padding: 7px 11px 8px 80px;
  font-size: 24px;
  font-weight: 900;
  width: 390px;
  border-radius: 10px;
  border: 3px solid #0A2346;
  text-align: center;
}
.l-cvr__contact_blue:hover {
  background-color: #fff;
  color: #0A2346;
}
.l-cvr__contact_blue.-mail:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  left: 95px;
  width: 40px;
  height: 44px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_mail_mini_hover.svg);
}
.l-cvr__contact_blue.-mail:hover:before {
  background-image: url(../img/common/contact/logo_mail_mini.svg);
}
.l-cvr__contact_blue.-tel {
  width: 390px;
  margin-left: 20px;
}
.l-cvr__contact_blue.-tel:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 6px;
  left: 78px;
  width: 47px;
  height: 44px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_b_tel_hover.svg);
}
.l-cvr__contact_blue.-tel:hover:before {
  background-image: url(../img/common/contact/logo_b_tel.svg);
}

.l-cvr__human {
  position: absolute;
  right: -160px;
  bottom: 0;
  z-index: -1;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-cvr__box {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l-cvr__box .-flex {
    flex-direction: column;
  }
  .l-cvr__catch {
    margin-bottom: 15px;
  }
  .l-cvr__catch h1 {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .l-cvr__catch .l-cvr__descript {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .l-cvr__catch .-dot {
    background-image: none;
  }
  .l-cvr__human {
    right: -173px;
    bottom: 0px;
    overflow: hidden;
    height: 266px;
  }
  .l-cvr__human img {
    width: 550px;
    height: auto;
    z-index: -1;
  }
  .l-cvr__contact {
    font-size: 20px;
    padding-left: 55px;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .l-cvr__contact.-mail {
    width: 225px;
  }
  .l-cvr__contact.-mail:before {
    width: 30px;
    top: 11px;
    left: 18px;
  }
  .l-cvr__contact.-tel {
    width: 225px;
    margin: 10px 0 0 0;
  }
  .l-cvr__contact.-tel:before {
    width: 40px;
    left: 8px;
    top: 6px;
  }
  .l-cvr__contact_blue {
    width: 100%;
    padding: 5px;
  }
  .l-cvr__contact_blue.-mail {
    padding: 5px;
  }
  .l-cvr__contact_blue.-mail:before {
    display: none;
  }
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 45px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  float: none;
}
.drawer-list li + li {
  margin-top: 10px;
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li .second-nav {
  text-decoration: none;
  color: #363F43;
  text-align: left;
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  background: #F3F3F3;
  border-radius: 5px;
}
.drawer-list li .second-nav img {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .drawer-list li .second-nav {
    text-align: right;
    padding: 0.5rem;
  }
}
.drawer-list li .second-nav:hover {
  cursor: pointer;
  color: #363F43;
}
.drawer-list li .third-nav {
  color: #363F43;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  margin-top: 8px;
}
.drawer-list .drawer-second-box {
  padding-left: 15px;
}

input#check_qa {
  display: none;
}

#check_qa_contents {
  display: none;
}

input#check_qa[type=checkbox]:checked ~ #check_qa_contents {
  display: block;
}

input#check_strong {
  display: none;
}

#check_strong_contents {
  display: none;
}

input#check_strong[type=checkbox]:checked ~ #check_strong_contents {
  display: block;
}

input#check_dl {
  display: none;
}

#check_dl_contents {
  display: none;
}

input#check_dl[type=checkbox]:checked ~ #check_dl_contents {
  display: block;
}

input#check_func {
  display: none;
}

#check_func_contents {
  display: none;
}

input#check_func[type=checkbox]:checked ~ #check_func_contents {
  display: block;
}

input#check_topics {
  display: none;
}

#check_topics_contents {
  display: none;
}

input#check_topics[type=checkbox]:checked ~ #check_topics_contents {
  display: block;
}

input#check_contact {
  display: none;
}

#check_contact_contents {
  display: none;
}

input#check_contact[type=checkbox]:checked ~ #check_contact_contents {
  display: block;
}

input#check_info {
  display: none;
}

#check_info_contents {
  display: none;
}

input#check_info[type=checkbox]:checked ~ #check_info_contents {
  display: block;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #363F43;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.5em;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  top: -8px;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #363F43;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #363F43;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #363F43;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -11px);
}
label.hamburger > i:after {
  transform: translate(-50%, 11px);
}

label.hamburger {
  position: fixed;
  top: 11px;
  right: 15px;
}

/* ==================================================
contact_main
================================================== */
.c-btn.pop-up {
  cursor: pointer;
}

.c-btn + .c-btn {
  padding-left: 10px;
}

.c-btn-contact {
  position: relative;
  display: block;
  border-radius: 9px;
  border: 3px solid #0A2346;
  font-size: 18px;
  font-weight: 700;
}
.c-btn-contact.-down:hover, .c-btn-contact.-down:active {
  transition: all 0.2s ease;
  transform: translate3d(0, 5px, 0);
}

.c-btn-contact.-tel {
  padding: 9px 10px 9px 9px;
  background-color: #fff;
  color: #0A2346;
  font-size: 24px;
  line-height: 0.75;
  font-weight: 900;
  cursor: pointer;
}
.c-btn-contact.-tel .c-btn-contact__common {
  padding-left: 61px;
}
.c-btn-contact.-tel .c-btn-contact__common .toiawase_moji {
  font-size: 13px;
  vertical-align: top;
  font-weight: 900;
  margin-bottom: 5px;
}
.c-btn-contact.-tel .c-btn-contact__common:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9.5px;
  left: 14px;
  width: 50px;
  height: 37px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_mail_mini.svg);
}

.c-btn-contact.-tel:hover {
  background-color: #0A2346;
  color: #fff;
}
.c-btn-contact.-tel:hover .c-btn-contact__common:before {
  background-image: url(../img/common/contact/logo_mail_mini_hover.svg);
}

.c-btn-contact.-white-add {
  padding: 14px 10px 13px 10px;
  line-height: 1.4;
  color: #0A2346;
  background-color: #fff;
}

.c-btn-contact.-white-add:hover {
  background-color: #0A2346;
  color: #fff;
}

.c-btn-contact.-add {
  padding: 14px 10px 13px 10px;
  line-height: 1.4;
  color: #fff;
  background-color: #0A2346;
}

.c-btn-contact.-add:hover {
  background-color: #fff;
  color: #0A2346;
}

.c-btn-contact.-claim {
  padding: 0px 8px 5px 8px;
  line-height: 1.2;
  color: #fff;
  background-color: #DB6B0F;
  border-color: #DB6B0F;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s;
}
.c-btn-contact.-claim small {
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
}

.c-btn-contact.-claim:hover {
  background-color: #fff;
  color: #DB6B0F;
  transition: all 0.2s;
}

.blue-link {
  position: relative;
  background: #0A2346;
  border: 2px solid #0A2346;
  padding: 16px;
  width: 380px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  font-size: 19px;
}
.blue-link:hover {
  background: #fff;
  color: #0A2346;
}
.blue-link:before {
  background: url(../img/common/icon_white_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.blue-link:hover:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.yellow-link {
  position: relative;
  background: #FCD44A;
  padding: 16px;
  width: 380px;
  display: inline-block;
  font-weight: 900;
  color: #0A2346;
  border-radius: 10px;
  font-size: 19px;
}
.yellow-link:hover {
  background: #fff;
  color: #0A2346;
}
.yellow-link:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.yellow-link:hover:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

table .orange-link {
  width: 155px;
  padding: 4px;
  margin-top: 15px;
  background: #DB6B0F;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  border: 2px solid #DB6B0F;
}
table .orange-link.pop-up {
  transition: all 0.2s;
  cursor: pointer;
}
table .orange-link:before {
  background: none;
}
table .orange-link:hover:before {
  background: none;
}
table .orange-link:hover {
  background: #fff;
  color: #DB6B0F;
}

table .l-text a.orange-link {
  color: #fff;
}
table .l-text a.orange-link:hover {
  color: #DB6B0F;
}

table .l-text {
  text-align: left;
}
table .l-text small {
  vertical-align: top;
  color: #DB6B0F;
}
table .l-text a {
  color: #2D2D2D;
}
table .l-text a:hover {
  color: #7F7F7F;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .c-btn-contact {
    font-size: 15px;
    letter-spacing: 0;
  }
  .c-btn-contact.-tel {
    padding: 2px 7px 4px 4px;
  }
  .c-btn-contact.-tel .c-btn-contact__common {
    padding-left: 45px;
  }
  .c-btn-contact.-tel .c-btn-contact__common .toiawase_moji {
    font-size: 15px;
    line-height: 1.5;
  }
  .c-btn-contact.-tel .c-btn-contact__common:before {
    top: 11px;
    left: 16px;
    width: 25px;
    height: 28px;
  }
  .c-btn-contact.-mail {
    padding: 2px 7px 4px 4px;
    font-weight: 700;
  }
  .c-btn-contact.-mail .c-btn-contact__common {
    padding-left: 45px;
  }
  .c-btn-contact.-mail .c-btn-contact__common:before {
    top: 13px;
    left: 10px;
    width: 30px;
    height: 22px;
  }
  .blue-link {
    width: 90%;
    font-size: 1.1rem;
    padding: 11px;
  }
  .yellow-link {
    width: 90%;
    font-size: 1.1rem;
    padding: 11px;
  }
}
.-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;
}

.-grid {
  display: grid;
}

.-box3 section:nth-child(n+4),
.-box3 a:nth-child(n+4),
.-box3 li:nth-child(n+4) {
  margin-top: 17px;
}

.-box3:after {
  display: block;
  content: "";
  width: 320px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-box3 section:nth-child(n+3),
  .-box3 a:nth-child(n+3) {
    margin-top: 12px;
  }
  .-box3 li:nth-child(n+4) {
    margin-top: 10px;
  }
}
/* ==================================================
p h
================================================== */
p {
  margin-bottom: 10px;
}

h1 {
  font-weight: 900;
  font-size: 43px;
  color: #0A2346;
  line-height: 1.3;
}
h1 .-pc {
  display: inline-block;
}

h2 {
  font-weight: 900;
  font-size: 24px;
  color: #0A2346;
  counter-reset: count-number;
}

.bigfont {
  font-size: 65px;
  font-weight: 900;
}

.minifont {
  font-size: 15px;
  word-break: break-all;
}

.u_minifont {
  font-size: 11px;
}

/* ==================================================
font
================================================== */
.c-black-text {
  color: #2D2D2D;
}

.c-red-text {
  color: #9D3E32;
}

.c-white-text {
  color: #fff;
}

.c-blue-text {
  color: #0A2346;
}

.c-yellow-text {
  color: #FCD44A;
}

.c-orange-text {
  color: #DB6B0F;
}

a.c-white-link, span.c-white-link {
  color: #fff;
  cursor: pointer;
}
a.c-white-link:hover, span.c-white-link:hover {
  color: #FCD44A;
}

a.c-blue-link, span.c-blue-link {
  color: #0A2346;
  cursor: pointer;
}

a.c-blue-link.-active {
  color: #db6b0f;
}

.c-font-Title {
  font-size: 24px;
  margin: 0;
}

a.c-white-link.-active {
  color: #FCD44A;
}

/* ==================================================
color
================================================== */
.-bg-white {
  background-color: #fff;
}

.-bg-rightgray {
  background-color: #F3F3F3;
}
.-bg-rightgray td {
  background-color: #F3F3F3;
}

.-bg-MidleGray {
  background-color: #E7E7E7;
}

.-bg-theme {
  background-color: #0A2346;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.16rem;
  }
  .c-font-Title {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
}
/* liol
-------------------------------------------------- */
.-point {
  margin-top: 20px;
  text-indent: -17px;
  padding-left: 17px;
}
.-point li {
  padding-bottom: 10px;
}
.-point li:last-child {
  padding: 0;
}

/* frame
-------------------------------------------------- */
.l-frame-blue {
  position: relative;
  border: 3px solid #0A2346;
  background: #fff;
  border-radius: 15px;
}
.l-frame-blue h2, .l-frame-blue p {
  margin-top: 9px;
}
.l-frame-blue.-awaseteyomitai {
  padding: 15px;
  margin-top: 30px;
}
.l-frame-blue.-awaseteyomitai ul {
  margin-top: 10px;
}
.l-frame-blue.-awaseteyomitai ul li {
  list-style: disc;
  margin-left: 25px;
}
.l-frame-blue.-awaseteyomitai ul li a {
  color: #0A2346;
}
.l-frame-blue.-awaseteyomitai ul li a:hover {
  opacity: 0.7;
}

a.l-frame-blue p {
  color: #0A2346;
}

.l-frame-white {
  position: relative;
  border: 3px solid #F3F3F3;
  border-radius: 15px;
  background-color: #fff;
}

.l-gray-box {
  position: relative;
  border-radius: 15px;
  background-color: #F3F3F3;
}
.l-gray-box.l-product {
  padding: 15px 50px 15px 15px;
}
.l-gray-box.l-product .l-product-description {
  padding-left: 15px;
}
.l-gray-box.l-product .l-product-description p {
  color: #2D2D2D;
}
.l-gray-box.l-product:before {
  background: url(../img/second/next_icon.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-frame-second {
  position: relative;
  background-color: #fff;
  padding: 65px 60px;
  border-radius: 10px;
}

.l-double .l-frame-second {
  padding: 30px;
}

/* colorbox
-------------------------------------------------- */
.-gray-box {
  background: #F3F3F3;
  padding: 15px;
  border-radius: 5px;
}
.-gray-box .-white-box {
  background: #fff;
  padding: 10px;
}
.-gray-box.-kanren {
  transition: all 0.2s;
}
.-gray-box.-kanren img {
  width: 130px;
  margin: 5px 0 0;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.-gray-box.-kanren p {
  padding: 0px 10px;
  color: #2D2D2D;
}

/* dot
-------------------------------------------------- */
.-dot-white {
  padding-top: 10px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 43.5px 10px;
  background-image: radial-gradient(5px 5px at center center, #fff, #fff 100%, transparent);
}

.-dot-blue {
  padding-top: 10px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 43.5px 10px;
  background-image: radial-gradient(5px 5px at center center, #0A2346, #0A2346 100%, transparent);
}
.-dot-blue.-cotrol {
  background-size: 41.5px 10px;
}

.-dot {
  padding-top: 7px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 20.5px 6px;
  background-image: radial-gradient(0.15em 0.15em at center center, #FCD44A, #FCD44A 100%, transparent);
}

.l-cvr__descript .-dot {
  background-size: 19.8px 6px;
}

.-subtitle {
  color: #0A2346;
  font-weight: 900;
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #0A2346;
  display: inline-block;
  padding: 0 40px 9px;
  margin-bottom: 8px;
}
.-subtitle.c-white-text {
  color: #fff;
}
.-subtitle:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0A2346 transparent transparent transparent;
}
.-subtitle.-subtitle__blue {
  border-bottom: 1px solid #fff;
}
.-subtitle.-subtitle__blue:after {
  border-color: #fff transparent transparent transparent;
}

/* reflection
-------------------------------------------------- */
.reflection {
  position: relative;
  overflow: hidden;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

.-reflection-hightspped:after {
  animation: reflect 3s ease-in-out infinite;
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes -reflection-hightspped {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
input[type=radio] {
  display: none;
}

.tab_news_area {
  padding: 50px 30px 0;
}

.tab_news_area label {
  width: 220px;
  display: inline-block;
  padding: 15px 0;
  color: #7F7F7F;
  background: #E7E7E7;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

.tab_news_panel {
  padding: 0;
  display: none;
}

#tab_news0:checked ~ .tab_news_area .tab_news0_label,
#tab_news1:checked ~ .tab_news_area .tab_news1_label,
#tab_news2:checked ~ .tab_news_area .tab_news2_label,
#tab_news3:checked ~ .tab_news_area .tab_news3_label {
  background: #0A2346;
  color: #fff;
}

#tab_news0:checked ~ .tab_news_area .tab_news0_label:after,
#tab_news1:checked ~ .tab_news_area .tab_news1_label:after,
#tab_news2:checked ~ .tab_news_area .tab_news2_label:after,
#tab_news3:checked ~ .tab_news_area .tab_news3_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0A2346 transparent transparent transparent;
}

#tab_news0:checked ~ .panel_area #panel0,
#tab_news1:checked ~ .panel_area #panel1,
#tab_news2:checked ~ .panel_area #panel2,
#tab_news3:checked ~ .panel_area #panel3 {
  display: block;
}

#tab_usp1:checked ~ .tab_usp_area .tab_usp1_label,
#tab_usp2:checked ~ .tab_usp_area .tab_usp2_label,
#tab_usp3:checked ~ .tab_usp_area .tab_usp3_label {
  color: #0A2346;
  background: #fff;
}

.tab_usp_area label {
  width: 33.33%;
  display: inline-block;
  padding: 10px 0;
  color: #7F7F7F;
  text-align: center;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
  font-size: 1rem;
  position: relative;
  border: solid #ddd 1px;
  border-bottom: none;
}

#tab_usp1:checked ~ .panel_area #panel1,
#tab_usp2:checked ~ .panel_area #panel2,
#tab_usp3:checked ~ .panel_area #panel3 {
  display: block;
}

.tab_qa_area label {
  width: 480px;
  display: inline-block;
  padding: 15px 0;
  color: #7F7F7F;
  background: #E7E7E7;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

#tab_qa1:checked ~ .tab_qa_area .tab_qa1_label,
#tab_qa2:checked ~ .tab_qa_area .tab_qa2_label,
#tab_qa3:checked ~ .tab_qa_area .tab_qa3_label {
  background: #0A2346;
  color: #fff;
}

#tab_qa1:checked ~ .tab_qa_area .tab_qa1_label:after,
#tab_qa2:checked ~ .tab_qa_area .tab_qa2_label:after,
#tab_qa3:checked ~ .tab_qa_area .tab_qa3_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0A2346 transparent transparent transparent;
}

#tab_qa1:checked ~ .panel_area #panel1,
#tab_qa2:checked ~ .panel_area #panel2,
#tab_qa3:checked ~ .panel_area #panel3 {
  display: block;
}

.tab_usp_panel {
  padding: 0;
  display: none;
}

.tab_usp_panel img {
  width: 100%;
  height: auto;
}

.tab_qa_panel {
  padding: 0;
  display: none;
}

.tab_column_area {
  padding: 50px 30px 0;
}

.tab_column_area label {
  width: 455px;
  display: inline-block;
  padding: 15px 0;
  color: #7F7F7F;
  background: #E7E7E7;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

.tab_column_panel {
  padding: 0;
  display: none;
}

#tab_column0:checked ~ .tab_column_area .tab_column0_label,
#tab_column1:checked ~ .tab_column_area .tab_column1_label,
#tab_column2:checked ~ .tab_column_area .tab_column2_label,
#tab_column3:checked ~ .tab_column_area .tab_column3_label {
  background: #0A2346;
  color: #fff;
}

#tab_column0:checked ~ .tab_column_area .tab_column0_label:after,
#tab_column1:checked ~ .tab_column_area .tab_column1_label:after,
#tab_column2:checked ~ .tab_column_area .tab_column2_label:after,
#tab_column3:checked ~ .tab_column_area .tab_column3_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0A2346 transparent transparent transparent;
}

#tab_column0:checked ~ .panel_area #panel0,
#tab_column1:checked ~ .panel_area #panel1,
#tab_column2:checked ~ .panel_area #panel2,
#tab_column3:checked ~ .panel_area #panel3 {
  display: block;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-subtitle {
    font-size: 1.1rem;
    margin-bottom: 6px;
    padding-bottom: 4px;
    padding: 0 10px 5px;
  }
  .-subtitle:after {
    border-width: 6px 6px 0 6px;
    bottom: -6px;
  }
  .l-double .l-frame-second {
    padding: 15px;
  }
  .-dot-white {
    background-size: 24.5px 10px;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent);
  }
  .-dot-blue {
    background-size: 24.5px 10px;
    background-image: radial-gradient(3px 3px at center center, #0A2346, #0A2346 100%, transparent);
  }
  .-dot-blue.-cotrol {
    padding-top: 5px;
    background-size: 22.5px 10px;
    background-image: radial-gradient(3px 3px at center center, #0A2347, #0A2346 100%, transparent);
  }
  /* frame
  -------------------------------------------------- */
  .l-frame-blue {
    border-radius: 8px;
  }
  .l-frame-white {
    border-radius: 8px;
  }
  .l-gray-box img {
    width: 80px;
    height: unset;
  }
  .l-gray-box.l-product {
    padding-right: 25px;
  }
  .l-gray-box.l-product .l-product-description {
    padding-left: 10px;
  }
  .l-gray-box.l-product:before {
    width: 15px;
    height: 15px;
    right: 7px;
  }
  .l-frame-blue h2 {
    margin-top: 1px;
  }
  .l-frame-second {
    padding: 25px 10px;
  }
  .l-frame-second h2 {
    font-size: 1.1rem;
  }
  .-gray-box {
    padding: 10px;
  }
  .tab_news_area {
    padding: 25px 0 0px;
  }
  .tab_news_area label {
    width: 24%;
    font-size: 1rem;
    padding: 9px 0;
  }
  .tab_column_area {
    padding: 25px 0 0px;
  }
  .tab_column_area label {
    width: 49%;
    font-size: 1rem;
    padding: 9px 0;
  }
  .tab_qa_area label {
    width: 48%;
    font-size: 1rem;
    padding: 9px 0;
  }
}
table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}

th {
  background-color: #0A2346;
  color: #fff;
  border: 0.5px solid #F3F3F3;
  padding: 12px;
}
th.table_none {
  border: none;
  background-color: unset;
}

td {
  border: 0.5px solid #E7E7E7;
  padding: 12px;
  background-color: #fff;
}

.l-table_midashi {
  border-radius: 15px 15px 0 0;
  font-size: 19px;
  border: 0.5px solid #F3F3F3;
  padding: 12px;
  font-weight: 900;
}

/* l-price
-------------------------------------------------------------------------- */
.l-price {
  padding-top: 70px;
  padding-bottom: 150px;
}
.l-price .-left {
  width: 240px;
}
.l-price.-control {
  padding-bottom: 90px;
}

.l-price-font {
  font-size: 30px;
  font-weight: 900;
}

.l-price .l-table_midashi {
  background-color: #0A2346;
  color: #fff;
  position: relative;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-table-scroll {
    overflow: auto;
    width: calc(100vw - 20px);
  }
  .-table-scroll th {
    position: sticky;
    left: 0;
    padding: 10px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .-table-scroll td {
    padding: 10px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .l-table_midashi {
    font-size: 0.85rem;
  }
}
.-left {
  text-align: left;
}

.-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

.-mt75 {
  margin-top: 75px;
}

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

.-w125 {
  width: 125px;
}

.-mb20 {
  margin-bottom: 20px;
  display: block;
}

.-left-space {
  padding: 15px 0 0 20px;
}

/* ==================================================
block
================================================== */
.l-contets {
  margin-top: 50px;
}

.l-contets_list + .l-contets_list {
  margin-top: 24px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-mt10 {
    margin-top: 4px;
  }
  .kiji-box .-mt10 {
    margin-top: 8px;
  }
  .-mt20 {
    margin-top: 8px;
  }
  .-mt30 {
    margin-top: 14px;
  }
  .kiji-box .-mt30 {
    margin-top: 22px;
  }
  .-mt40 {
    margin-top: 22px;
  }
  .-mt50 {
    margin-top: 26px;
  }
  .-mt60 {
    margin-top: 30px;
  }
  .-mt70 {
    margin-top: 30px;
  }
  .-mt90 {
    margin-top: 45px;
  }
  .l-contets {
    margin-top: 25px;
  }
  .l-contets_list + .l-contets_list {
    margin-top: 10px;
  }
  .-left-space {
    padding: 5px 0 0 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}/*# sourceMappingURL=invoice.css.map */