@charset "UTF-8";
/* ==========================================================================
 WebFont
============================================================================*/
/* ==========================================================================
viewport指定
============================================================================*/
/* ==========================================================================
 Inner Width Guide
============================================================================*/
/* ==========================================================================
 Color Guide
============================================================================*/
/***
    The new CSS reset - version 1.4.9 (last updated 11.2.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(
    :not(iframe, canvas, img, svg, video, input, textarea):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  all: unset;
}
:-ms-input-placeholder {
  all: unset;
}
::-ms-input-placeholder {
  all: unset;
}
::placeholder {
  all: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

html {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  font-style: normal;
  color: #333333;
}

.body {
  width: 100%;
  height: auto;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
}

#load {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 99999;
}

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

.sp {
  display: none;
}

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

sup {
  font-size: 70%;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif !important;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.header {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  height: 80px;
}

@media screen and (max-width: 640px) {
  .header {
    height: 12vw;
  }
}

.header .header__inner {
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .header .header__inner {
    width: 100%;
  }
}

.header .header__inner .header__logo {
  width: 25%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .header .header__inner .header__logo {
    width: 35vw;
  }
}

.header .header__inner .header__image {
  width: 100%;
  height: auto;
  display: block;
}

.cv {
  padding-top: 20px;
  background-color: #d1eefc;
  text-align: center;
}

.cv_box {
  width: 100%;
  max-width: 960px;
  height: auto;
  min-height: calc(100vh - 152px);
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cv_box {
    padding-bottom: 4vw;
    min-height: calc(100vh - 33vw);
  }
}

.cv_box .main__image {
  display: inline-block;
  width: 100%;
  max-width: 614px;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .cv_box .main__image {
      width: 95%;
  }
}

.mail-form {
  width: 64%;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  margin: 0 auto 50px;
  background-color: white;
  padding: 30px 3%;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .mail-form {
    width: 95%;
    padding: 5vw 3%;
    margin-bottom: 7.5vw;
  }
}

.mail-form .mail-form__inner {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__inner {
    margin-bottom: 5vw;
  }
}

.mail-form .mail-form__image {
  display: block;
  width: 100%;
  margin: 0 auto 35px;
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__image {
    margin-bottom: 6vw;
  }
}

.mail-form .mail-form__data {
  width: 100%;
  position: relative;
}

.mail-form .mail-form__label {
  font-size: 2.8rem;
  color: #00aeff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic Pro W6",
    sans-serif;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 959px) {
  .mail-form .mail-form__label {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__label {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}

.mail-form .mail-form__input {
  width: 100%;
  height: 70px;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  border-radius: 2px 2px 2px 2px;
  font-size: 2.8rem;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  line-height: 40px;
  padding-left: 15px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .mail-form .mail-form__input {
    font-size: 2.4rem;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
      sans-serif !important;
  }
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__input {
    font-size: 7vw;
    height: 16vw;
    margin-bottom: 2vw;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
      sans-serif !important;
  }
}

.mail-form .mail-form__input::-webkit-input-placeholder {
  color: #828282;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
}

.mail-form .mail-form__input:-ms-input-placeholder {
  color: #828282;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
}

.mail-form .mail-form__input::-ms-input-placeholder {
  color: #828282;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
}

.mail-form .mail-form__input::placeholder {
  color: #828282;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
}

.mail-form .mail-form__attention,
.mail-form .mail-form__error-msg-text {
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__attention,
  .mail-form .mail-form__error-msg-text {
    font-size: 3vw;
  }
}

.mail-form .form_error_msg_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-form .form_error_msg_tel[hidden] {
  display: none;
}

.mail-form .mail-form__icon {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/alert.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__icon {
    width: 16px;
    height: 16px;
  }
}

.mail-form .mail-form__submit {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__submit {
    margin-bottom: 4.5vw;
  }
}

.mail-form .mail-form__btn-design {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.85rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}

.mail-form .mail-form__btn {
  width: 89%;
  padding: 0 48px;
  position: relative;
  background-color: #50ce00;
  border: 2px solid #50ce00;
  border-radius: 60px;
  line-height: 96px;
}

@media screen and (max-width: 959px) {
  .mail-form .mail-form__btn {
    padding: 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__btn {
    width: 95%;
    line-height: 15vw;
  }
}

.mail-form .mail-form__btn > span {
  color: white;
  font-size: 3.8rem;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .mail-form .mail-form__btn > span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__btn > span {
    font-size: 6.5vw;
  }
}

.mail-form .mail-form__btn > img {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mail-form .mail-form__btn.submit:hover {
  background-color: #fff;
}

.mail-form .mail-form__btn.submit:hover span {
  color: #50ce00;
}

.mail-form .mail-form__btn.submit[disabled] {
  background-color: #e0e0e0;
  border: 2px solid #e0e0e0;
}

.mail-form .mail-form__btn.submit[disabled]:hover {
  background-color: #e0e0e0;
}

.mail-form .mail-form__btn.submit[disabled]:hover span {
  color: #fff;
}

.mail-form .mail-form__btn:not(:disabled) {
  cursor: pointer;
}

.mail-form .mail-form__btn.submit[disabled] + .mail-form__btn.disabled {
  display: inline-block;
}

.mail-form .mail-form__sub-notes {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mail-form .mail-form__sub-notes {
    font-size: 3vw;
  }
}

.mail-form__notes {
  width: 100%;
}

.mail-form__notes-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.mail-form__service-notes {
  line-height: 15px;
  margin-bottom: 55px;
}

.mail-form__ssl-image {
  width: 88px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .mail-form__ssl-image {
    width: 22.5vw;
    margin-bottom: 3vw;
  }
}

.mail-form__ssl-text {
  line-height: 1rem;
}

@media screen and (max-width: 640px) {
  .mail-form__ssl-text {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}

.popup-danger {
  position: absolute;
  background-color: #ffcccc;
  color: red;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic Pro W6",
    sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 2rem;
  top: 65px;
  width: auto;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(192, 192, 192, 0.8);
  box-shadow: 2px 2px 2px 0px rgba(192, 192, 192, 0.8);
}

.popup-danger:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffcccc;
  top: -4px;
  left: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-list {
  width: 100%;
  height: auto;
  font-family: "ryo-gothic-plusn", sans-serif;
}

.card-list .card-list__inner {
  width: 960px;
  margin: 0 auto;
  padding: 55px 0;
}

.card-list .card-list__attention,
.back__attention {
  display: block;
  color: #868686;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .card-list .card-list__inner {
    width: 95%;
    padding: 10px 0;
  }
}

.mf_k__title {
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 2.7rem;
  background-color: #ffff55;
  margin-bottom: 46px;
  border-left: 10px solid #000000;
  padding-left: 30px;
  letter-spacing: 2px;
  line-height: 60px;
  position: relative;
}

.mf_k__title sup {
  font-weight: normal;
  font-size: 50%;
  top: -0.4em;
}

.mf_k__h3 {
  width: 100%;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  display: inline;
}

.mf_k__h3 span {
  background: linear-gradient(transparent 78%, yellow 22%);
}

@media screen and (max-width: 640px) {
  .mf_k__title {
    height: auto;
    font-size: 1.9rem;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 10px;
  }
}

.card-list .card-list__image-list {
  width: 100%;
  height: auto;
  position: relative;
}

.card-list .card-list__image {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .card-list .card-list__image.pc {
    display: none;
  }
  .card-list .card-list__image.hidden {
    display: none;
  }
}

.more__content {
  position: relative;
  height: auto;
  overflow: hidden;
  max-height: 150px;
  transition: max-height 0.8s;
}
.more__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(
    to bottom,
    transparent 25%,
    #fff 30%,
    #ffffff 100%
  );
}

.more__content.open::after {
  z-index: -1;
  opacity: 0;
}
.more__btn {
  margin: 40px auto 0;
  color: #868686;
  background-color: transparent;
  border-radius: 96px;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  display: block;
}
.more__btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #868686;
  border-right: solid 2px #868686;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -7px;
  transition: 0.4s;
}

.btn_open::before {
  border-top: solid 2px #6c6c6c;
  border-right: solid 2px #6c6c6c;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .more__content {
    max-height: 0;
  }
  .more__content.open::after {
    z-index: -1;
    opacity: 0;
  }
  .more__btn {
    font-size: 17px;
    margin: 20px auto 40px;
    padding-left: 10px;
  }
  .more__btn:before {
    width: 7px;
    height: 7px;
    top: 66%;
    left: -10px;
  }

  .more__content::after {
    background: #fff;
  }
  .active::after {
    transform: rotate(0);
    transition: 0.5s;
  }

  .more__content__sp {
    position: relative;
    height: auto;
    overflow: hidden;
    max-height: 2450px;
    transition: max-height 0.8s;
  }
  .more__content__sp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.1s;
    background: linear-gradient(
      to bottom,
      transparent 80%,
      #fff 95%,
      #ffffff 100%
    );
  }
  .more__content__sp.open::after {
    z-index: -1;
    opacity: 0;
  }
  .more__btn__sp {
    position: absolute;
    width: 42%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    background-color: #ff6200;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    margin: 0 auto;
    left: 30%;
    border: 3px solid #333333;
    border-radius: 30px;
    box-shadow: 5px 2px #333333;
    z-index: 1;
    padding-right: 3px;
    top: 2450px;
  }
  .more__btn__sp::after {
    content: "";
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-radius: 1px;
    transform: rotate(135deg);
    position: absolute;
    margin-top: -7px;
    transition: 0.4s;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 22px;
  }
  .btn_open__sp {
    position: sticky;
    margin-bottom: 20px;
  }

  .btn_open__sp::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;
  }
  .card-list__image:last-child {
    padding-bottom: 20px;
  }
}

.company {
  width: 100%;
  min-width: 960px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f8f8f8;
}
.company__inner {
  width: 960px;
  margin: 0 auto;
}
.company__image {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.company__image.sp {
  display: none;
}
.company__address {
  width: 100%;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", " Kaku Gothic Pro W3", sans-serif;
  color: #868686;
  margin: 0 0 25px 0;
}
.company__message {
  width: 100%;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  margin-bottom: 10px;
}
.company__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.company__item {
  list-style: none;
  width: 150px;
}
.company__item-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .company {
    min-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .company__inner {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .company__image.pc {
    display: none;
  }
  .company__image.sp {
    display: block;
  }
  .company__address {
    font-size: 10px;
  }
  .company__message {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .company__item {
    width: 32% !important;
  }
}

.span__small {
  font-size: small;
}

.form_error_msg_txt {
  color: red;
  display: inline-block;
  padding-left: 5px;
}

.footer {
  width: 100%;
  min-width: 960px;
  height: 72px;
  color: #868686;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  background-color: white;
}

@media screen and (max-width: 959px) {
  .footer {
    min-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer {
    height: auto;
  }
}

.footer .footer__inner {
  width: 960px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 959px) {
  .footer .footer__inner {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .footer .footer__inner {
    display: block;
    text-align: center;
    padding: 3vw 0;
  }
}

.footer .footer__logo {
  display: block;
  width: auto;
  height: 32px;
}

@media screen and (max-width: 640px) {
  .footer .footer__logo {
    height: auto;
    width: 28vw;
    margin: 0 auto 2vw;
  }
}

.footer .footer__logo .footer__image {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .footer .footer__logo .footer__image {
    width: 100%;
    height: auto;
  }
}

.footer .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 3px;
}

@media screen and (max-width: 640px) {
  .footer .footer__list {
    font-size: 1rem;
    text-align: center;
    color: #bcbcbc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .footer__list .footer__item {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .footer .footer__list .footer__item {
    margin-left: 5px;
  }
}

.footer .footer__copyright {
  display: block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .footer .footer__copyright {
    font-size: 1rem;
    text-align: center;
    color: #bcbcbc;
  }
}

.main {
  width: 100%;
  height: auto;
}

.main .main__section {
  width: 100%;
  min-width: 960px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: normal;
  padding-bottom: 55px;
}

@media screen and (max-width: 640px) {
  .main .main__section {
    min-width: 100%;
    padding-bottom: 30px;
  }
}

.main .main__section.top {
  padding-top: 30px;
}

.main .main__section.horror {
  width: 100%;
  height: auto;
  background-color: #dfd8e5;
  position: relative;
}

.main .main__section.horror::after {
  content: "";
  width: 100%;
  height: 472px;
  background-image: url("/lp/yellow2022/img/horror-background.svg");
  background-repeat: no-repeat;
  background-size: 1875px 472px;
  background-position: center top -20px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .main .main__section.horror::after {
    background-image: url("/lp/yellow2022/img/sp/horror-background.svg");
    background-size: 100% auto;
  }
}

@media screen and (max-width: 500px) {
  .main .main__section.horror::after {
    background-size: 110% auto;
  }
}

@media screen and (max-width: 395px) {
  .main .main__section.horror::after {
    background-size: 130% auto;
  }
}

.main .main__section .main__section-inner {
  width: 960px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .main .main__section .main__section-inner {
    width: 95%;
  }
}

.main .main__section .main__section-inner.horror {
  padding-top: 30px;
}

.main .main__title {
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 2.7rem;
  background-color: #ffff55;
  margin-bottom: 47px;
  border-left: 10px solid #000000;
  padding-left: 30px;
  letter-spacing: 2px;
  line-height: 60px;
}

@media screen and (max-width: 640px) {
  .main .main__title {
    height: auto;
    font-size: 1.9rem;
    line-height: 26px;
    padding: 10px;
    letter-spacing: 0px;
    margin-bottom: 0;
  }
  .main .main__title.check-now {
    text-align: center;
    border: none;
    margin-bottom: 30px;
    position: relative;
  }
  .main .main__title.check-now .main__title-image {
    width: auto;
    height: 95%;
    position: absolute;
    bottom: 0;
  }
  .main .main__title.check-now .main__title-image.image1 {
    left: 5px;
  }
  .main .main__title.check-now .main__title-image.image2 {
    right: 5px;
  }
}

.main .main__topic {
  width: 100%;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .main .main__topic {
    height: auto;
    display: block;
    text-align: center;
  }
}

.main .main__topic.multiple {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .main .main__topic.multiple {
    margin-bottom: 0;
  }
}

.main .main__topic.horror {
  margin-bottom: 20px;
}

.main .main__topic .main__topic-text {
  width: 512px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-text {
    width: 100%;
    height: auto;
    text-align: center;
  }
}

.main .main__topic .main__topic-text.horror {
  width: 645px;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-text.horror {
    width: 100%;
  }
}

.main .main__topic .main__topic-text.family {
  width: 370px;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-text.family {
    width: 100%;
  }
}

.main .main__topic .main__topic-title {
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #ffff55)
  );
  background: linear-gradient(transparent 70%, #ffff55 70%);
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-title {
    margin-top: 25px;
    margin-bottom: 24px;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0px;
  }
  .main .main__topic .main__topic-title.pc {
    display: none;
  }
  .main .main__topic .main__topic-title.br {
    background: none;
  }
}

.main .main__topic .main__topic-title .main__topic-title-span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #ffff55)
  );
  background: linear-gradient(transparent 70%, #ffff55 70%);
  display: none;
}

.main .main__topic .main__topic-title .main__topic-title-span.top {
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-title .main__topic-title-span {
    display: inline-block;
  }
  .main .main__topic .main__topic-title .main__topic-title-span.block {
    display: block;
  }
}

.main .main__topic .main__topic-title.horror {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #ffffff)
  );
  background: linear-gradient(transparent 70%, #ffffff 70%);
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-title.horror {
    background: none;
  }
}

.main .main__topic .main__topic-detail {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-detail {
    text-align: left;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.main .main__topic .main__topic-detail .orange {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #ffb180)
  );
  background: linear-gradient(transparent 50%, #ffb180 50%);
}

.main .main__topic .main__topic-text-image {
  width: 115px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-text-image {
    width: 30%;
    position: relative;
    margin: 0 auto;
    display: block;
  }
}

.main .main__topic .main__topic-images {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-images {
    width: 90%;
    margin: 0 auto;
  }
}

.main .main__topic .main__topic-image {
  width: 420px;
  height: 100%;
  margin-top: 25px;
}

.main .main__topic .main__topic-image.horror,
.main .main__topic .main__topic-image.family {
  width: 280px;
  height: 210px;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-image.horror,
  .main .main__topic .main__topic-image.family {
    width: 46%;
    height: auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .main .main__topic .main__topic-image {
    width: 80%;
  }
}

.main .main__topic-attention {
  display: inline-block;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
  color: #bcbcbc;
  margin-top: 15px;
}

.main .main__topic-attention::before {
  content: "※2.";
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  .main .main__topic-attention {
    font-size: 1rem;
    color: #868686;
    line-height: unset;
  }
}

.main .main__howto {
  width: 864px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .main .main__howto {
    width: 95%;
  }
}

.main .main__list {
  width: 100%;
  height: auto;
}

.main .main__list.sp {
  margin-top: 50px;
}

.main .main__item {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .main .main__item {
    display: block;
    height: auto;
  }
}

.main .main__item:last-child {
  margin-bottom: 0;
}

.main .main__item .main__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .main__item .main__item-no {
  width: 53px;
  height: 53px;
  margin-right: 27px;
}

@media screen and (max-width: 640px) {
  .main .main__item .main__item-no {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    margin-right: 0;
  }
}

.main .main__item .main__item-image {
  width: 320px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .main .main__item .main__item-image {
    width: 80%;
    padding: 10px 15px 0;
    margin: 0 auto;
    display: block;
  }
}

.main .main__item .main__item-text {
  width: calc(100% - 400px);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 4rem;
  padding-left: 37px;
}

@media screen and (max-width: 640px) {
  .main .main__item .main__item-text {
    width: calc(100% - 32px);
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 3.2rem;
    padding-left: 10px;
  }
}

.main .main__free-check-image {
  width: 100%;
  height: auto;
}

.main .main__declare-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .main .main__declare-list {
    display: none;
  }
}

.main .main__declare-list.sp {
  display: none;
  margin-top: 43px;
}

@media screen and (max-width: 640px) {
  .main .main__declare-list.sp {
    display: block;
  }
}

.main .main__declare-list .main__declare-image {
  width: 100%;
  height: auto;
}

.main .main__declare-list .main__declare-image.top {
  width: 468px;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .main .main__declare-list .main__declare-image.top {
    width: 100%;
  }
}

.main .main__declare-list .main__declare-image.bottom {
  width: 304px;
}

@media screen and (max-width: 640px) {
  .main .main__declare-list .main__declare-image.bottom {
    width: 100%;
  }
}

.main .main__qa-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 2px;
  margin-bottom: 35px;
  text-align: center;
}

.main .main__qa-title span {
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #ffff55)
  );
  background: linear-gradient(transparent 70%, #ffff55 70%);
}

@media screen and (max-width: 640px) {
  .main .main__qa-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0px;
    margin-top: 45px;
  }
}

.main .main__qa-image {
  width: 94%;
  height: auto;
  margin: 0 auto 23px;
  display: block;
}

.main .main__qa-image.sp {
  width: 95%;
  display: none;
}

@media screen and (max-width: 640px) {
  .main .main__qa-image.pc {
    display: none;
  }
  .main .main__qa-image.sp {
    display: block;
  }
}

.main .main__qa-list {
  width: 864px;
  height: auto;
  margin: 0 auto;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 640px) {
  .main .main__qa-list {
    width: 95%;
  }
}

.main .main__qa-list .main__qa-item-title,
.main .main__qa-list .main__qa-def {
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 22px;
  border-right: 4px solid #000000;
  border-left: 4px solid #000000;
  padding: 14px 14px 14px 44px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: top 14px left 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .main .main__qa-list .main__qa-item-title,
  .main .main__qa-list .main__qa-def {
    font-size: 1.7rem;
  }
}

.main .main__qa-list .main__qa-item-title {
  border-top: 4px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 10px 10px 0 0;
  background-color: #fde0e1;
  text-align: left;
  margin: 0;
  background-image: url("/lp/yellow2022/img/question.svg");
}

.main .main__qa-list .main__qa-def {
  border-bottom: 4px solid #000000;
  border-radius: 0 0 10px 10px;
  margin: 0 0 7px;
  background-color: #ffffff;
  background-image: url("/lp/yellow2022/img/answer.svg");
}

.main .main__horror-title-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .main .main__horror-title-image {
    margin-top: 30px;
  }
}

.main .main__horror {
  width: 864px;
  height: auto;
  margin: 0 auto 60px;
}

@media screen and (max-width: 640px) {
  .main .main__horror {
    width: 95%;
  }
}

.main .main__horror-message-image {
  width: 82%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.main .main__horror-message-image.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .main .main__horror-message-image.pc {
    display: none;
  }
  .main .main__horror-message-image.sp {
    display: block;
  }
}

.main .main__client-voice-list {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .main .main__client-voice-list {
    margin-top: 40px;
  }
}

.main .main__client-voice-list .main__client-voice-item {
  width: 100%;
  height: 298px;
  background-color: #ffffff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .main .main__client-voice-list .main__client-voice-item {
    height: auto;
    border: 3px solid #000000;
    border-radius: 10px 10px 10px 10px;
  }
}

.main .main__client-voice-list .main__client-voice-item:nth-child(1) {
  background-image: url("/lp/yellow2022/img/client-voice-image1.png");
}

.main .main__client-voice-list .main__client-voice-item:nth-child(2) {
  background-image: url("/lp/yellow2022/img/client-voice-image2.png");
}

.main .main__client-voice-list .main__client-voice-item:nth-child(3) {
  background-image: url("/lp/yellow2022/img/client-voice-image3.png");
}

.main .main__client-voice-list .main__client-voice-item:nth-child(4) {
  background-image: url("/lp/yellow2022/img/client-voice-image4.png");
  margin-bottom: 0;
}

.main .main__client-voice-list .main__client-voice-text {
  position: absolute;
  left: 300px;
  top: 142px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 640px) {
  .main .main__client-voice-list .main__client-voice-text {
    position: relative;
    left: 0;
    top: 0;
    font-size: 2rem;
    line-height: 3.2rem;
    padding: 10px 15px;
  }
}

.main .main__client-voice-list .main__client-voice-text .orange {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #ffb180)
  );
  background: linear-gradient(transparent 50%, #ffb180 50%);
}

.footer {
  width: 100%;
  min-width: 960px;
  height: 80px;
  color: #868686;
  border-top: 1px solid #c8c8c8;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
}

@media screen and (max-width: 640px) {
  .footer {
    min-width: 100%;
    height: auto;
  }
}

.footer .footer__inner {
  width: 960px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .footer .footer__inner {
    width: 95%;
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer .footer__logo {
  display: block;
  width: auto;
  height: 32px;
}

@media screen and (max-width: 640px) {
  .footer .footer__logo {
    margin-bottom: 15px;
  }
}

.footer .footer__logo .footer__image {
  width: auto;
  height: 100%;
}

.footer .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 3px;
}

.footer .footer__list .footer__item {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .footer .footer__list {
    font-size: 1rem;
    text-align: center;
    color: #bcbcbc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .footer__copyright {
  display: block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .footer .footer__copyright {
    font-size: 1rem;
    text-align: center;
    color: #bcbcbc;
  }
}

.cta {
  width: 100%;
  height: 135px;
  background: rgba(51, 51, 51, 0.8);
  position: fixed;
  bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 999;
}

.cta.hidden {
  bottom: -135px;
}

@media screen and (max-width: 640px) {
  .cta {
    height: auto;
  }
}

.cta .cta__inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .cta .cta__inner {
    width: 95%;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.cta .cta__message {
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #ffffff;
}

.cta .cta__message .yellow {
  color: #ffda00;
}

.cta .cta__message .cta__text {
  font-size: 2rem;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .cta .cta__message .cta__text {
    font-size: 4vw;
    text-align: center;
  }
}

.cta .cta__message .cta__call-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .cta .cta__message .cta__call-info.pc {
    display: none;
  }
}

.cta .cta__message .cta__phone-number {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 3.6rem;
  line-height: 36px;
  background-image: url("/lp/yellow2022/img/phone-icon-green.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 36px;
  margin-right: 15px;
}

.cta .cta__message .cta__time-zone {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro W3",
    sans-serif;
}

.cta .cta__button {
  width: 384px;
  height: 72px;
  cursor: pointer;
}

.cta .cta__button:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.cta .cta__button .cta__link {
  width: 100%;
  height: 100%;
  display: block;
}

.cta .cta__button .cta__image {
  width: 100%;
  height: 100%;
  display: block;
}

.cta .cta__button-list {
  display: none;
}

@media screen and (max-width: 640px) {
  .cta .cta__button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cta .cta__button-item {
  width: 49%;
}

.cta .cta__link {
  display: block;
}

.cta .cta__button-image {
  width: 100%;
  height: auto;
  display: block;
}

.cta .cta__button-image:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.duplication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.duplication[hidden] {
  display: none;
}

.ono_mayumi.pc {
  left: 57%;
  max-width: 750px;
  top: 13px;
}

.grecaptcha-badge {
  z-index: 9999;
}
/*# sourceMappingURL=style.css.map */
