@charset "UTF-8";
/* reset */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption,
figure, footer, header, main,
menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: inherit;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

ul, ol {
  list-style-type: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ===============
サイト全体の基本設定
=============== */
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
*/
html {
  font-size: 62.5%;
  background: #333;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

img.imgHover,
input[type=image] {
  transition: 0.4s;
}

img.imgHover:hover,
input[type=image]:hover {
  opacity: 0.8;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes shiny-btn {
  70% {
    left: -75%;
  }
  100% {
    left: 75%;
  }
}
@keyframes shiny-btn {
  70% {
    left: -75%;
  }
  100% {
    left: 75%;
  }
}
.inner800 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .inner800 {
    width: 95%;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp-only {
    display: block;
  }
}

.c-txt--en {
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}

.u-fc-yellow {
  color: #fcff00;
}
.u-fc-pink {
  color: #ff1e60;
}

.u-marker {
  background: linear-gradient(transparent 60%, #fbfe32 60%);
}

body {
  min-width: 800px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  body {
    min-width: 100%;
  }
}

img {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img.imgHover,
input[type=image] {
  transition: 0.4s;
}

img.imgHover:hover,
input[type=image]:hover {
  opacity: 0.8;
}

#lpb {
  color: #222;
}
#lpb .container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
#lpb .container--fv {
  max-width: 1500px;
}
#lpb .container--header, #lpb .container--1500 {
  max-width: 1500px;
}
#lpb .container--1200 {
  max-width: 1200px;
}
#lpb .container--bg {
  max-width: 1200px;
}
#lpb .header {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  #lpb .header {
    min-width: 100%;
  }
}
#lpb .header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 800px) {
  #lpb .header__container {
    padding: 15px 0;
  }
}
#lpb .header__logo {
  margin-right: 10vw;
  padding-left: 30px;
}
@media print, screen and (min-width: 801px) {
  #lpb .header__logo {
    transition: opacity 0.3s;
  }
  #lpb .header__logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 800px) {
  #lpb .header__logo {
    padding-left: 15px;
    width: 22.5vw;
  }
}
#lpb .header__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpb .header__phone {
  margin-right: 30px;
}
@media print, screen and (min-width: 801px) {
  #lpb .header__phone {
    pointer-events: none;
  }
}
@media screen and (max-width: 800px) {
  #lpb .header__phone {
    margin-top: 5px;
    margin-right: 15px;
    width: 35vw;
  }
}
#lpb .header__phone img {
  margin: 0 auto;
}
#lpb .header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  text-align: center;
  width: 200px;
  height: 46px;
  font-size: 18px;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 23px;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  #lpb .header__btn {
    transition: none;
  }
}
#lpb .header__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  #lpb .header__btn:hover {
    opacity: unset;
  }
}
@media screen and (max-width: 800px) {
  #lpb .header__btn {
    margin-right: 10px;
    width: 25vw;
    height: 34px;
    font-size: 13px;
  }
}
#lpb .fv {
  position: relative;
  z-index: 2;
}
#lpb .fv__count {
  font-size: 18.5rem;
  letter-spacing: -0.05em;
  font-weight: 500;
  position: absolute;
  top: 1%;
  right: 40%;
}
@media screen and (max-width: 800px) {
  #lpb .fv__count {
    font-size: 160px;
    font-size: 20vw;
    top: 3%;
    right: 42%;
  }
}
#lpb .fv__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 43%;
  left: 4.5vw;
}
@media screen and (max-width: 800px) {
  #lpb .fv__btn {
    bottom: 24%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#lpb .fv__btn--share {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 280px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 35px;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  #lpb .fv__btn--share {
    transition: none;
  }
}
#lpb .fv__btn--share:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  #lpb .fv__btn--share:hover {
    opacity: unset;
  }
}
#lpb .fv__btn--share::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  #lpb .fv__btn--share::after {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #lpb .fv__btn--share {
    width: 25vw;
    height: 6.25vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv__btn--share {
    width: 43.75vw;
    height: 10vw;
    font-size: 13px;
  }
}
#lpb .fv__btn--consultation {
  margin-right: 20px;
  color: #fff;
  background-color: #ff1e60;
}
#lpb .fv__btn--consultation::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 800px) {
  #lpb .fv__btn--consultation {
    margin-right: 10px;
  }
}
#lpb .fv__btn--document {
  background-color: #fff;
  border: 2px solid #c8c8c8;
}
#lpb .fv__btn--document::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
#lpb .fv__slider {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#lpb .fv__slider .swiper-wrapper {
  transition-timing-function: linear;
}
#lpb .fv__slider .swiper-slide {
  margin-right: 21px;
}
@media screen and (max-width: 800px) {
  #lpb .fv__slider .swiper-slide {
    margin-right: 2.625vw;
    width: 21% !important;
  }
}
#lpb .fv__slider img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 800px) {
  #lpb .fv__slider img {
    box-shadow: 0.625vw 0.625vw 0.625vw rgba(0, 0, 0, 0.08);
  }
}
#lpb .fv__ttl {
  position: absolute;
  top: 12%;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #lpb .fv__ttl {
    left: 5%;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv__ttl {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -30px;
  }
}
#lpb .fv__ttl h1 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  #lpb .fv__ttl h1 {
    font-size: 40px;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  #lpb .fv__ttl h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv__ttl h1 {
    margin-top: 20px;
    text-align: center;
    font-size: 28px;
  }
}
#lpb .fv__ttl h1 .marker {
  background: linear-gradient(transparent 60%, #fcff07 60%);
}
#lpb .fv__ttl-authority {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #lpb .fv__ttl-authority {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv__ttl-authority {
    margin-top: 20px;
  }
}
#lpb .fv__ttl-authority .left,
#lpb .fv__ttl-authority .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#lpb .fv__ttl-authority .left__pc,
#lpb .fv__ttl-authority .right__pc {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  #lpb .fv__ttl-authority .left__pc,
#lpb .fv__ttl-authority .right__pc {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv__ttl-authority .left__pc,
#lpb .fv__ttl-authority .right__pc {
    display: none;
  }
}
#lpb .fv__ttl-authority .left__pc span,
#lpb .fv__ttl-authority .right__pc span {
  padding: 0 10px;
  color: #fff;
  background-color: #c9a14a;
}
#lpb .fv__ttl-authority .left__sp,
#lpb .fv__ttl-authority .right__sp {
  display: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  #lpb .fv__ttl-authority .left__sp,
#lpb .fv__ttl-authority .right__sp {
    display: block;
  }
}
#lpb .fv__ttl-authority .left {
  margin-right: 15px;
}
#lpb .fv .main__swiper {
  padding-bottom: 220px;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #lpb .fv .main__swiper {
    padding-bottom: 150px;
    min-height: 600px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv .main__swiper {
    padding-bottom: 45vw;
    min-height: 55vh;
  }
}
#lpb .fv .authority-img {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #lpb .fv .authority-img {
    max-width: 180px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .fv .authority-img {
    max-width: 160px;
  }
}
#lpb .fv .fv-pc {
  display: block;
}
@media screen and (max-width: 800px) {
  #lpb .fv .fv-pc {
    display: none;
  }
}
#lpb .fv .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #lpb .fv .fv-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#lpb .professional {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  background: url(../img/lpb/bg_professional.webp);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #lpb .professional {
    padding: 15px;
  }
}
#lpb .professional h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #lpb .professional h2 {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
  }
}
#lpb .professional h2 sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  #lpb .professional h2 sup {
    font-size: 10px;
  }
}
#lpb .professional p {
  margin: 3px auto 0;
  text-align: right;
  max-width: 580px;
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  #lpb .professional p {
    margin-top: 20px;
    font-size: 10px;
  }
}
#lpb .professional__authority {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #lpb .professional__authority {
    flex-direction: column;
  }
}
#lpb .professional__authority picture:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  #lpb .professional__authority picture:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  #lpb .professional__authority picture {
    max-width: 250px;
  }
}
#lpb .entrust {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #lpb .entrust {
    padding: 0 15px 50px;
  }
}
#lpb .entrust__flex {
  display: flex;
}
@media screen and (max-width: 800px) {
  #lpb .entrust__flex {
    margin-top: 20px;
  }
}
#lpb .entrust__flex .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #lpb .entrust__flex .left picture {
    max-width: 200px;
  }
}
#lpb .entrust__flex .left__phrase {
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #222;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #lpb .entrust__flex .left__phrase {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .entrust__flex .left__phrase {
    margin-top: 10px;
    padding: 10px;
    font-size: 3vw;
  }
}
#lpb .entrust__flex .left__subttl {
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #lpb .entrust__flex .left__subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .entrust__flex .left__subttl {
    font-size: 2.5vw;
  }
}
#lpb .entrust__flex .left__ttl {
  margin-top: 5px;
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  #lpb .entrust__flex .left__ttl {
    font-size: 44px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .entrust__flex .left__ttl {
    font-size: 6vw;
  }
}
#lpb .entrust__flex .right {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  #lpb .entrust__flex .right {
    max-width: 350px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .entrust__flex .right {
    margin-right: -50px;
    max-width: 180px;
  }
}
#lpb .cv {
  position: relative;
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1200px;
  width: 100%;
  background-color: #faec23;
}
@media screen and (max-width: 800px) {
  #lpb .cv {
    padding: 30px 10px;
  }
}
#lpb .cv__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .cv__ttl {
    font-size: 16px;
  }
}
#lpb .cv__ttl-slash {
  position: relative;
  display: inline-block;
}
#lpb .cv__ttl-slash::before, #lpb .cv__ttl-slash::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 25px;
}
@media screen and (max-width: 800px) {
  #lpb .cv__ttl-slash::before, #lpb .cv__ttl-slash::after {
    top: 3px;
  }
}
#lpb .cv__ttl-slash::before {
  left: -15px;
  border-left: 2px solid #000;
  transform: rotate(-30deg);
}
#lpb .cv__ttl-slash::after {
  right: -15px;
  border-right: 2px solid #000;
  transform: rotate(30deg);
}
#lpb .cv__ttl-border {
  background: linear-gradient(transparent 60%, #fff 60%);
}
#lpb .cv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn {
    flex-direction: column;
    margin: 25px auto 10px;
  }
}
#lpb .cv__btn--share {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 35px;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn--share {
    transition: none;
  }
}
#lpb .cv__btn--share:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn--share:hover {
    opacity: unset;
  }
}
#lpb .cv__btn--share::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn--share::after {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn--share {
    font-size: 14px;
  }
}
#lpb .cv__btn--consultation {
  margin-right: 20px;
  color: #fff;
  background-color: #ff1e60;
}
#lpb .cv__btn--consultation::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn--consultation {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
#lpb .cv__btn--document {
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #000;
}
#lpb .cv__btn--document::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 800px) {
  #lpb .cv__btn--document {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
#lpb .cv__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #lpb .cv__txt {
    font-size: 12px;
  }
}
#lpb .works {
  position: relative;
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #lpb .works {
    padding-bottom: 10px;
  }
}
#lpb .works__container {
  background: linear-gradient(to bottom, #f4f4f4 40%, #fff);
  padding: 60px 0;
}
@media screen and (max-width: 800px) {
  #lpb .works__container {
    padding: 8vw 15px;
  }
}
#lpb .works__container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #lpb .works__container-wrapper {
    align-items: flex-start;
  }
}
#lpb .works__container-wrapper--reverse {
  flex-direction: row-reverse;
}
#lpb .works__container-wrapper--reverse .works__container-left {
  margin-left: 25px;
}
#lpb .works__container-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}
#lpb .works__container-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#lpb .works__info {
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#lpb .works__info-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
#lpb .works__info-tag {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
#lpb .works .works-ttl {
  padding: 50px 20px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 800px) {
  #lpb .works .works-ttl {
    padding: 30px 20px 0;
  }
}
#lpb .works .works-ttl h2 {
  text-align: center;
}
#lpb .works .works-ttl h2 span {
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 800px) {
  #lpb .works .works-ttl h2 span {
    font-size: 48px;
  }
}
#lpb .works .works-ttl p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .works .works-ttl p {
    font-size: 18px;
  }
}
#lpb .why .why-ttl {
  padding: 100px 20px 0;
  background: linear-gradient(#f7f7f7 85%, transparent 85%);
}
@media screen and (max-width: 800px) {
  #lpb .why .why-ttl {
    padding: 30px 20px 0;
  }
}
#lpb .why .why-ttl h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpb .why .why-main {
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 1200px;
  width: 100%;
  background: url(../img/lpb/bg_why.webp);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #lpb .why .why-main {
    padding: 0 20px 40px;
  }
}
#lpb .why .why-main .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#lpb .why .why-main .container h3 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  background: #ff1f60;
  /* fallback for old browsers */
  background: linear-gradient(90deg, rgb(255, 31, 96) 0%, rgb(255, 31, 96) 25%, rgb(255, 185, 58) 66%, rgb(255, 185, 58) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 800px) {
  #lpb .why .why-main .container h3 {
    font-size: 120px;
    font-size: 15vw;
  }
}
#lpb .why .why-main .container img {
  margin-top: 20px;
}
#lpb .why .why-main .container .fs-22 {
  margin-top: 60px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #lpb .why .why-main .container .fs-22 {
    margin-top: 30px;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
#lpb .why .why-main .container .fs-24 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
  #lpb .why .why-main .container .fs-24 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
#lpb .why .why-main .container .fs-50 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
  #lpb .why .why-main .container .fs-50 {
    font-size: 56px;
    font-size: 7vw;
  }
}
#lpb .why .why-main .container .fs-54 {
  font-size: 54px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  #lpb .why .why-main .container .fs-54 {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
#lpb .why .why-main .container .fc-pink {
  color: #ff1e60;
}
#lpb .case {
  padding: 90px 20px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 800px) {
  #lpb .case {
    padding: 40px 20px;
  }
}
#lpb .case .case-ttl {
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-ttl {
    padding-bottom: 20px;
  }
}
#lpb .case .case-ttl h2 {
  text-align: center;
}
#lpb .case .case-ttl h2 span {
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #ff1e60;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-ttl h2 span {
    font-size: 40px;
  }
}
#lpb .case .case-ttl p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-ttl p {
    font-size: 18px;
  }
}
#lpb .case .case-txt {
  text-align: center;
}
#lpb .case .case-txt h3 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-txt h3 {
    font-size: 34px;
  }
}
#lpb .case .case-txt h3 span.num {
  font-size: 64px;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-txt h3 span.num {
    font-size: 36px;
  }
}
#lpb .case .case-txt h3 span.emphasis {
  color: #ff1e60;
  background: linear-gradient(transparent 75%, #fff 75%);
}
#lpb .case .case-img {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-img {
    margin-top: 30px;
  }
}
#lpb .case .case-img img {
  max-width: 100%;
}
#lpb .case .case-swiper {
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-swiper {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
#lpb .case .case-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
#lpb .case .case-swiper .swiper-slide img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
#lpb .case .button-adjustment {
  position: relative;
}
#lpb .case .case-swiper-button-prev,
#lpb .case .case-swiper-button-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  bottom: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #313131;
  border-radius: 30px;
}
#lpb .case .case-swiper-button-prev::after,
#lpb .case .case-swiper-button-next::after {
  font-size: 25px;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-swiper-button-prev::after,
#lpb .case .case-swiper-button-next::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .case .case-swiper-button-prev,
#lpb .case .case-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
#lpb .case .case-swiper-button-prev {
  left: -18px;
}
#lpb .case .case-swiper-button-next {
  right: -18px;
}
#lpb .case .case-swiper-pagination {
  bottom: 10px;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-swiper-pagination {
    bottom: 0;
  }
}
#lpb .case .case-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  opacity: 1;
  background-color: #656565;
}
@media screen and (max-width: 800px) {
  #lpb .case .case-swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
#lpb .case .case-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff1e60;
}
#lpb .worries {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  background: linear-gradient(#ff2061 60%, #c7184b 60%);
}
@media screen and (max-width: 800px) {
  #lpb .worries {
    padding: 40px 15px;
  }
}
#lpb .worries-phrase {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #lpb .worries-phrase {
    font-size: 20px;
  }
}
#lpb .worries-phrase picture {
  position: absolute;
  top: -50px;
  left: -100px;
}
@media screen and (max-width: 800px) {
  #lpb .worries-phrase picture {
    top: -30px;
    left: -60px;
    width: 100px;
  }
}
#lpb .worries-ttl {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  color: #fcff00;
}
@media screen and (max-width: 800px) {
  #lpb .worries-ttl {
    font-size: 28px;
  }
}
#lpb .worries-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  max-width: 760px;
}
@media screen and (max-width: 800px) {
  #lpb .worries-item {
    gap: 15px;
    margin-top: 30px;
  }
}
#lpb .worries-item li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 260px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  #lpb .worries-item li {
    width: 180px;
    height: 200px;
  }
}
@media screen and (max-width: 580px) {
  #lpb .worries-item li {
    width: 160px;
    height: 200px;
  }
}
#lpb .worries-item li p {
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #lpb .worries-item li p {
    font-size: 16px;
  }
}
#lpb .worries-list__ttl {
  margin-top: 80px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #lpb .worries-list__ttl {
    margin-top: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #lpb .worries-list__ttl {
    font-size: 17px;
  }
}
#lpb .worries-list ul {
  margin: 70px auto 0;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #lpb .worries-list ul {
    margin-top: 30px;
  }
}
#lpb .worries-list ul li {
  position: relative;
  display: flex;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #lpb .worries-list ul li {
    padding-left: 30px;
    font-size: 14px;
  }
}
#lpb .worries-list ul li:nth-child(n+2) {
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  #lpb .worries-list ul li:nth-child(n+2) {
    margin-top: 25px;
  }
}
#lpb .worries-list ul li::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  #lpb .worries-list ul li::before {
    top: -1px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
  }
}
#lpb .worries-list ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 8px;
  width: 22px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  #lpb .worries-list ul li::after {
    top: 4px;
    left: 6px;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
#lpb .achievement {
  margin: 0 auto;
  padding: 80px 20px 100px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #lpb .achievement {
    padding: 40px 10px;
  }
}
#lpb .achievement .achievement-suggestion {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpb .reason {
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  #lpb .reason {
    padding-bottom: 40px;
  }
}
#lpb .reason .reason-wrapper .reason-01 picture.bundle,
#lpb .reason .reason-wrapper .reason-02 picture.bundle,
#lpb .reason .reason-wrapper .reason-03 picture.bundle,
#lpb .reason .reason-wrapper .reason-04 picture.bundle,
#lpb .reason .reason-wrapper .reason-05 picture.bundle {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpb .reason .reason-wrapper .reason-01 picture.bundle-column,
#lpb .reason .reason-wrapper .reason-02 picture.bundle-column,
#lpb .reason .reason-wrapper .reason-03 picture.bundle-column,
#lpb .reason .reason-wrapper .reason-04 picture.bundle-column,
#lpb .reason .reason-wrapper .reason-05 picture.bundle-column {
  margin-top: 20px;
}
#lpb .reason .reason-wrapper .reason-01 picture.side,
#lpb .reason .reason-wrapper .reason-02 picture.side,
#lpb .reason .reason-wrapper .reason-03 picture.side,
#lpb .reason .reason-wrapper .reason-04 picture.side,
#lpb .reason .reason-wrapper .reason-05 picture.side {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpb .reason .reason-wrapper .reason-01__wrapper,
#lpb .reason .reason-wrapper .reason-02__wrapper,
#lpb .reason .reason-wrapper .reason-03__wrapper,
#lpb .reason .reason-wrapper .reason-04__wrapper,
#lpb .reason .reason-wrapper .reason-05__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 15px 0;
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper .reason-01__wrapper,
#lpb .reason .reason-wrapper .reason-02__wrapper,
#lpb .reason .reason-wrapper .reason-03__wrapper,
#lpb .reason .reason-wrapper .reason-04__wrapper,
#lpb .reason .reason-wrapper .reason-05__wrapper {
    padding-top: 40px;
  }
}
#lpb .reason .reason-wrapper .reason-02,
#lpb .reason .reason-wrapper .reason-04 {
  margin-top: 60px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper .reason-02,
#lpb .reason .reason-wrapper .reason-04 {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
#lpb .reason .reason-wrapper__ttl {
  display: flex;
  align-items: center;
}
#lpb .reason .reason-wrapper__ttl .ttl-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  font-size: 20px;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__ttl .ttl-left {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
#lpb .reason .reason-wrapper__ttl .ttl-right {
  line-height: 1;
}
#lpb .reason .reason-wrapper__ttl .ttl-right__txt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__ttl .ttl-right__txt {
    font-size: 14px;
  }
}
#lpb .reason .reason-wrapper__ttl .ttl-right__main {
  margin-top: 5px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__ttl .ttl-right__main {
    font-size: 20px;
  }
}
#lpb .reason .reason-wrapper__ttl .ttl-right__emphasis {
  color: #ff1e60;
  background: linear-gradient(transparent 70%, #fbfe32 70%);
}
#lpb .reason .reason-wrapper__box--gray {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__box--gray {
    margin-top: 35px;
  }
}
#lpb .reason .reason-wrapper__box--gray li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f3f3f3;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__box--gray li {
    height: 35px;
    font-size: 11px;
  }
}
#lpb .reason .reason-wrapper__box--gray li:last-child {
  border-right: none;
}
#lpb .reason .reason-wrapper__box--white {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__box--white {
    margin-top: 35px;
  }
}
#lpb .reason .reason-wrapper__box--white li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 233px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border-right: 1px solid #f2f2f2;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__box--white li {
    height: 35px;
    font-size: 12px;
  }
}
#lpb .reason .reason-wrapper__box--white li:last-child {
  border-right: none;
}
#lpb .reason .reason-wrapper__txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__txt {
    font-size: 14px;
  }
}
#lpb .reason .reason-wrapper__txt .pink {
  font-weight: bold;
  color: #ff1e60;
}
#lpb .reason .reason-wrapper__img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__img-box {
    flex-direction: column;
    margin-top: 30px;
  }
}
#lpb .reason .reason-wrapper__img-box-txt {
  max-width: 290px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__img-box-txt {
    margin-top: 20px;
    max-width: none;
    font-size: 14px;
  }
}
#lpb .reason .reason-wrapper__img-box-txt .pink {
  font-weight: bold;
  color: #ff1e60;
}
#lpb .reason .reason-wrapper__img-box .side {
  margin-right: 40px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__img-box .side {
    margin-right: 0;
    width: 300px;
  }
}
#lpb .reason .reason-wrapper__annotation {
  display: flex;
  margin-top: 30px;
  font-size: 16px;
}
#lpb .reason .reason-wrapper__annotation::before {
  content: "※";
}
@media screen and (max-width: 800px) {
  #lpb .reason .reason-wrapper__annotation {
    margin-top: 15px;
    font-size: 12px;
  }
}
#lpb .qanda {
  padding: 60px 20px 100px;
}
@media screen and (max-width: 800px) {
  #lpb .qanda {
    padding: 30px 15px 40px;
  }
}
#lpb .qanda .qanda-ttl {
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-ttl {
    padding-bottom: 30px;
  }
}
#lpb .qanda .qanda-ttl h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-ttl h2 {
    font-size: 36px;
    font-size: 4.5vw;
  }
}
#lpb .qanda .qanda-list__wrapper:nth-last-child(1) {
  border-bottom: 1px solid #e4e4e4;
}
#lpb .qanda .qanda-list__question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 70px 15px 20px;
  color: #222;
  font-weight: 500;
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
}
@media print, screen and (min-width: 801px) {
  #lpb .qanda .qanda-list__question {
    transition: opacity 0.3s;
  }
  #lpb .qanda .qanda-list__question:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-list__question {
    padding: 10px 40px 10px 5px;
  }
}
#lpb .qanda .qanda-list__question::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  background-color: #9b9b9b;
  transition: 0.3s;
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-list__question::before {
    right: 3%;
    width: 20px;
  }
}
#lpb .qanda .qanda-list__question::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  background-color: #9b9b9b;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-list__question::after {
    right: 3%;
    width: 20px;
  }
}
#lpb .qanda .qanda-list__question.is-opened::before {
  transform: rotate(360deg);
}
#lpb .qanda .qanda-list__question .en {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 20px;
  color: #fff;
  background-color: #222;
  border-radius: 24px;
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-list__question .en {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 580px) {
  #lpb .qanda .qanda-list__question .en {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
#lpb .qanda .qanda-list__question .jp {
  padding-left: 15px;
  font-size: 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 580px) {
  #lpb .qanda .qanda-list__question .jp {
    padding-left: 10px;
    font-size: 14px;
  }
}
#lpb .qanda .qanda-list__answer {
  display: none;
}
#lpb .qanda .qanda-list__answer-txt {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 70px 15px 20px;
  color: #444;
  font-weight: 500;
  cursor: pointer;
}
@media print, screen and (min-width: 801px) {
  #lpb .qanda .qanda-list__answer-txt {
    transition: opacity 0.3s;
  }
  #lpb .qanda .qanda-list__answer-txt:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-list__answer-txt {
    padding: 0 40px 10px 5px;
  }
}
#lpb .qanda .qanda-list__answer-txt .en {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 18px;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 24px;
}
@media screen and (max-width: 800px) {
  #lpb .qanda .qanda-list__answer-txt .en {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 580px) {
  #lpb .qanda .qanda-list__answer-txt .en {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
#lpb .qanda .qanda-list__answer-txt .jp {
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 580px) {
  #lpb .qanda .qanda-list__answer-txt .jp {
    padding-left: 10px;
    font-size: 14px;
  }
}
#lpb .faq {
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1200px;
  width: 100%;
  background: url("../img/lpb/bg_faq.webp") no-repeat center center/cover;
}
@media screen and (max-width: 800px) {
  #lpb .faq {
    padding: 30px 10px;
  }
}
#lpb .faq h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #lpb .faq h2 {
    margin-bottom: 10px;
  }
}
#lpb .faq h2 span {
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  background: #ff1f60;
  /* fallback for old browsers */
  background: linear-gradient(90deg, rgb(255, 31, 96) 0%, rgb(255, 31, 96) 25%, rgb(255, 185, 58) 66%, rgb(255, 185, 58) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lpb .faq__slider {
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  #lpb .faq__slider {
    padding-bottom: 30px;
  }
}
#lpb .faq__slider .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
#lpb .faq__slider .faq-wrapper {
  padding: 10px;
  max-width: 750px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
#lpb .faq__slider .faq-wrapper__question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 40px;
  background-color: #ff2564;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 800px) {
  #lpb .faq__slider .faq-wrapper__question {
    padding: 20px 10px;
  }
}
#lpb .faq__slider .faq-wrapper__question p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  min-width: 66px;
  min-height: 66px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 800px) {
  #lpb .faq__slider .faq-wrapper__question p {
    margin-right: 10px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 30px;
  }
}
#lpb .faq__slider .faq-wrapper__question h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #lpb .faq__slider .faq-wrapper__question h3 {
    font-size: 14px;
  }
}
#lpb .faq__slider .faq-wrapper__answer {
  padding: 30px 60px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 800px) {
  #lpb .faq__slider .faq-wrapper__answer {
    padding: 20px 40px;
  }
}
#lpb .faq__slider .faq-wrapper__answer p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
  #lpb .faq__slider .faq-wrapper__answer p {
    font-size: 14px;
  }
}
#lpb .faq .faq-swiper-button-prev,
#lpb .faq .faq-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #313131;
  border-radius: 30px;
}
#lpb .faq .faq-swiper-button-prev::after,
#lpb .faq .faq-swiper-button-next::after {
  font-size: 25px;
}
@media screen and (max-width: 800px) {
  #lpb .faq .faq-swiper-button-prev::after,
#lpb .faq .faq-swiper-button-next::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #lpb .faq .faq-swiper-button-prev,
#lpb .faq .faq-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
#lpb .faq .faq-swiper-button-prev {
  left: 0;
}
#lpb .faq .faq-swiper-button-next {
  right: 0;
}
#lpb .faq .faq-swiper-pagination {
  bottom: 10px;
}
@media screen and (max-width: 800px) {
  #lpb .faq .faq-swiper-pagination {
    bottom: 0;
  }
}
#lpb .faq .faq-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 800px) {
  #lpb .faq .faq-swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
#lpb .faq .faq-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff1e60;
}
#lpb .performance {
  background: #f4f4f4;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  #lpb .performance {
    padding: 10vw 0;
  }
}
#lpb .performance h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lpb .performance h2 {
    font-size: 36px;
    font-size: 4.5vw;
  }
}
#lpb .performance-list {
  padding: 0 40px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #lpb .performance-list {
    padding: 0 5vw;
    margin-top: 6.25vw;
  }
}
#lpb .performance-list li + li {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #lpb .performance-list li + li {
    margin-top: 6.25vw;
  }
}
#lpb .client h2 {
  background: #e5e5e5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
}
@media screen and (max-width: 800px) {
  #lpb .client h2 {
    font-size: 16px;
  }
}
#lpb .client h2.client__fv-ttl {
  font-weight: 500;
  color: #fff;
  background-color: #222;
}
#lpb .client__slider, #lpb .client__slider--fv {
  background: #FFF;
  width: 100%;
  height: 90px;
}
#lpb .client__slider .swiper-wrapper, #lpb .client__slider--fv .swiper-wrapper {
  transition-timing-function: linear;
}
#lpb .client__slider .swiper-slide, #lpb .client__slider--fv .swiper-slide {
  margin-right: 25px;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #lpb .client__slider .swiper-slide, #lpb .client__slider--fv .swiper-slide {
    margin-right: 3.125vw;
  }
}
#lpb .client__slider .swiper-slide img, #lpb .client__slider--fv .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
#lpb .present {
  background: #ff1e60;
  position: relative;
}
#lpb .present h2 {
  position: relative;
  top: 40px;
}
@media screen and (max-width: 800px) {
  #lpb .present h2 {
    top: 5vw;
  }
}

#lp_form {
  padding: 60px 0 0;
  background: linear-gradient(to bottom, #f3f3f3, #fff 30%, #fff);
  max-width: 1200px;
  margin: 0 auto;
}
#lp_form h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp_form h2 {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
#lp_form h2 .ttl_main {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  #lp_form h2 .ttl_main {
    font-size: 40px;
    font-size: 5vw;
  }
}
#lp_form .contact_intro {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  color: #2B2B2B;
}
#lp_form .contact_intro a {
  color: #ff1e60;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_intro {
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.34%;
    text-align: left;
    width: 85%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  #lp_form .contact_intro {
    text-align: left;
  }
}
#lp_form .contact_intro_hook {
  font-size: 2rem;
  font-weight: 900;
  color: #2B2B2B;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_intro_hook {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
  }
  #lp_form .contact_intro_hook br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #lp_form .contact_intro_hook {
    text-align: left;
  }
}
#lp_form .contact_complete {
  text-align: center;
}
#lp_form .contact_complete p {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_complete {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    font-size: 1.4rem;
  }
}
#lp_form .form_wrap_lpb {
  margin: 3.75% auto 0;
  max-width: 670px;
  color: #2B2B2B;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_lpb {
    padding: 0 20px;
  }
}
#lp_form .form_wrap_lpb form .form_item {
  padding: 10px 0;
}
#lp_form .form_wrap_lpb form .form_item dl {
  width: 100%;
}
#lp_form .form_wrap_lpb form .form_item dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  min-width: 0;
  font-size: 2rem;
  font-weight: 500;
}
#lp_form .form_wrap_lpb form .form_item dl dt .item-name {
  display: block;
  min-width: 150px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_lpb form .form_item dl dt .item-name {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_lpb form .form_item dl dt .required,
#lp_form .form_wrap_lpb form .form_item dl dt .optional {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 15px;
}
#lp_form .form_wrap_lpb form .form_item dl dt .optional {
  background-color: #222;
}
#lp_form .form_wrap_lpb form .form_item dl dd {
  width: auto;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_lpb form .form_item dl dd {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_lpb form .form_item dl dd input[type=text],
#lp_form .form_wrap_lpb form .form_item dl dd input[type=email],
#lp_form .form_wrap_lpb form .form_item dl dd textarea {
  padding: 12px 20px;
  width: 100%;
  font-size: 1.8rem;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_lpb form .form_item dl dd input[type=text],
#lp_form .form_wrap_lpb form .form_item dl dd input[type=email],
#lp_form .form_wrap_lpb form .form_item dl dd textarea {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_lpb form .form_item dl dd textarea {
  min-height: 170px;
}
#lp_form .form_wrap_lpb form .form_item dl dd .error {
  display: inline-block;
  background: #e60000;
  color: #FFF;
  padding: 0 8px;
  font-size: 1.4rem;
  margin-top: 4px;
}
#lp_form .form_wrap_lpb form .form_item.f_mail dl, #lp_form .form_wrap_lpb form .form_item.f_inquiry dl {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_lpb form .form_item.f_mail dl dt br, #lp_form .form_wrap_lpb form .form_item.f_inquiry dl dt br {
    display: none;
  }
}
#lp_form .form_wrap_lpb form .form_item.f_mail .f_checker, #lp_form .form_wrap_lpb form .form_item.f_inquiry .f_checker {
  width: 100%;
}
#lp_form .form_wrap_lpb form .form_button_area {
  margin-top: 10px;
  text-align: center;
}
#lp_form .form_wrap_lpb form .form_button {
  position: relative;
  margin: 20px auto 0;
  padding: 25px 10px;
  min-width: 260px;
  width: 100%;
  color: #fff;
  background: #ff1e60;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_lpb form .form_button {
    margin: 30px auto 0;
    padding: 20px 10px;
    font-size: 1.8rem;
  }
}
#lp_form .form_wrap_lpb form .form_button span {
  position: relative;
  padding-right: 60px;
  font-size: 2rem;
  font-weight: 400;
}
#lp_form .form_wrap_lpb form .form_button span::before, #lp_form .form_wrap_lpb form .form_button span::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}
#lp_form .form_wrap_lpb form .form_button span::before {
  width: 16px;
  right: -2px;
  top: 38%;
  transform: rotate(45deg);
}
#lp_form .form_wrap_lpb form .form_button span::after {
  width: 48px;
  right: 0;
  top: 56%;
}
#lp_form .form_wrap_lpb form .form_button:hover {
  background: #ff5788;
  color: #fff;
}
#lp_form .form_wrap_lpb form .form_button.btn_back {
  background: #FFF;
  color: #333;
  min-width: 210px;
  border-color: #333;
  border: 1px solid #222;
}
#lp_form .form_wrap_lpb form .form_button.btn_back:hover {
  color: #FFF;
  background: #333;
}
#lp_form .form_wrap_lpb form .f_checkbox dt .annotation {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_lpb form .f_checkbox dt .annotation {
    font-size: 1.2rem;
  }
}
#lp_form .form_wrap_lpb form .f_checkbox dt .annotation br {
  display: none;
}
@media screen and (max-width: 500px) {
  #lp_form .form_wrap_lpb form .f_checkbox dt .annotation br {
    display: block;
  }
}
#lp_form .form_wrap_lpb form .f_checkbox dd {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  align-items: center !important;
  font-size: 1.6rem;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .vertical-item {
  margin-top: 15px;
}
@media screen and (max-width: 580px) {
  #lp_form .form_wrap_lpb form .f_checkbox dd .vertical-item {
    margin-top: 10px;
  }
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::before, #lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -8px;
  transition: all 0.4s ease-in-out;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: 25%;
  left: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #555;
}
#lp_form .form_wrap_lpb form .f_checkbox dd .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  background: #555;
}
#lp_form .form_wrap_lpb .mw_wp_form_confirm .form-item dt {
  padding-left: 0;
}
#lp_form .form_wrap_lpb .mw_wp_form_confirm .form_button_area {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_lpb .mw_wp_form_confirm .form_button_area {
    flex-direction: column-reverse;
  }
  #lp_form .form_wrap_lpb .mw_wp_form_confirm .form_button_area .btn_back {
    margin-top: 10px;
  }
}
#lp_form .form_wrap_lpb .mw_wp_form_confirm .f_checker {
  display: none;
}

footer.l_footer {
  margin-top: 60px;
  text-align: center;
  color: #222;
  background-color: #fff;
}
footer.l_footer #side_btn {
  position: fixed;
  right: 12px;
  bottom: 50%;
  z-index: 999;
  transform: translate(calc(100% - 54px), 50%);
}
@media screen and (max-width: 800px) {
  footer.l_footer #side_btn {
    display: none !important;
  }
}
footer.l_footer #side_btn .s_lpb {
  background: #FFF;
  box-shadow: 0 0 0 3px inset #ff3471;
  position: relative;
  display: flex;
  align-items: stretch;
  left: 0;
  transition: all 0.4s ease-in-out;
}
footer.l_footer #side_btn .s_lpb.active {
  left: calc(-100% + 54px);
}
footer.l_footer #side_btn .s_lpb .s_lpb_trg {
  cursor: pointer;
}
footer.l_footer #side_btn .s_lpb .lpb_btn {
  left: 100%;
  top: 0;
  align-self: center;
  padding: 0;
  color: #000;
  width: 200px;
}
footer.l_footer #side_btn .s_lpb .lpb_btn .num {
  display: block;
  font-size: 22px;
  line-height: 1;
}
footer.l_footer #side_btn .s_lpb .lpb_btn .time {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 3px;
}
footer.l_footer #side_btn .s_phone {
  background: #FFF;
  box-shadow: 0 0 0 3px inset #ff3471;
  position: relative;
  display: flex;
  align-items: stretch;
  left: 0;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
footer.l_footer #side_btn .s_phone.active {
  left: calc(-100% + 66px);
}
footer.l_footer #side_btn .s_phone .s_phone_trg {
  cursor: pointer;
}
footer.l_footer #side_btn .s_phone .tel_btn {
  left: 100%;
  top: 0;
  align-self: center;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  color: #000;
  width: auto;
}
footer.l_footer #side_btn .s_phone .tel_btn .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.2;
}
footer.l_footer #side_btn .s_phone .tel_btn .time {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.2;
  margin-left: 10px;
  margin-top: 3px;
}
footer.l_footer #side_btn .s_mail {
  margin-top: 2px;
}
footer.l_footer #side_btn .s_top {
  margin-top: 2px;
}
footer.l_footer .l_footer_profile {
  margin: 0 auto;
  padding: 0 0 36px;
  text-align: left;
  max-width: 670px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_profile {
    padding: 0 15px 17.5%;
  }
}
footer.l_footer .l_footer_logo_lpb {
  display: inline-block;
}
footer.l_footer .l_footer_address {
  margin-top: 35px;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_address {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
footer.l_footer .l_footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  footer.l_footer .l_footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.l_footer .l_footer_bottom .l_footer_link {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom .l_footer_link {
    font-size: 1.4rem;
  }
}
footer.l_footer .l_footer_bottom .l_footer_link a {
  margin-right: 15px;
}
footer.l_footer .l_footer_bottom .l_footer_copyright_lpb {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom .l_footer_copyright_lpb {
    font-size: 1.4rem;
  }
}
footer.l_footer #footer_btn {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
}
footer.l_footer #footer_btn .f_phone {
  margin-right: 0.3%;
}
footer.l_footer #footer_btn .f_mail {
  margin-right: 0.5%;
}
@media print, screen and (min-width: 801px) {
  footer.l_footer #footer_btn {
    display: none !important;
  }
}

.js-loading {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.js-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}