@charset "UTF-8";
.classic {
  font-family: "Noto Sans JP", Roboto, "Noto Sans", sans-serif;
  color: #3A3A3A;
  /* フローティング------------- */
  /* フローティングバナー */
  /* PC:ロゴ */
  /* 共通セクション------------- */
  /* CTA */
  /* PC　CTA */
  /* PC　権利表記 */
  /* キャンペーン */
  /* thanksページ ------------------------------------- */
}
.classic .wrap__sp {
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 451px) {
  .classic .wrap__sp {
    border-radius: 30px;
    border: 2px solid #005e8e;
    box-shadow: 0px 16px 24px 0px rgba(61, 61, 61, 0.25);
  }
}
.classic .wrap__pc {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 451px) {
  .classic .wrap__pc {
    padding: 40px 0 0;
  }
  .classic .wrap__pc::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/bg_pc.jpg) no-repeat center/cover;
  }
}
.classic .splide .splide__pagination {
  bottom: -20px;
}
.classic .splide .splide__arrow {
  background: #3A3A3A;
  opacity: 1;
  top: 37%;
  transform: translateY(0);
}
.classic .splide .splide__arrow svg {
  fill: #fff;
}
.classic .splide .splide__arrow.splide__arrow--prev {
  left: 5px;
}
.classic .splide .splide__arrow.splide__arrow--next {
  right: 5px;
}
.classic .splide .splide__pagination__page.is-active {
  background-color: #EB6120;
}
.classic .header__inner {
  display: flex;
  padding: 11px 18px;
  position: relative;
}
.classic .header__inner a {
  display: block;
}
@media screen and (max-width: 320px) {
  .classic .header__inner {
    padding: 11px 10px;
  }
}
.classic .header__logo--company {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .classic .header__logo--company {
    font-size: 14px;
  }
}
.classic .header__logo--store {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.classic .header__logo--store img {
  display: block;
  max-width: 100px;
  max-height: 24px;
}
.classic .header__logo--store span {
  flex: 1;
  display: block;
}
@media screen and (max-width: 320px) {
  .classic .header__logo--store {
    flex-direction: column;
  }
  .classic .header__logo--store span {
    font-size: 12px;
  }
  .classic .header__logo--store br {
    display: none;
  }
}
.classic .header__address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 50%;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  top: 11px;
  right: 18px;
}
@media screen and (max-width: 320px) {
  .classic .header__address {
    right: 10px;
  }
}
.classic .header__address--tel {
  display: inline-block;
  padding-left: 18px;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #EB6120;
  position: relative;
}
.classic .mv {
  background-image: url(../img/bg_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.classic .mv__inner {
  padding: 20px 24px 10px 24px;
  position: relative;
}
.classic .mv__inner img {
  position: relative;
  z-index: 10;
}
.classic .mv__main {
  margin-bottom: 25px;
}
.classic .mv__medal {
  margin-bottom: 20px;
}
.classic .mv__president {
  position: absolute;
  bottom: 130px;
  right: 1.06%;
  width: 115px;
  z-index: 1;
}
@media screen and (min-width: 451px) {
  .classic .mv__president {
    bottom: 32%;
  }
}
@media screen and (max-width: 320px) {
  .classic .mv__president {
    width: 80px;
    bottom: 140px;
  }
}
.classic .mv__caution {
  color: #5F5D5D;
  font-size: 10px;
  font-weight: 500;
}
.classic .leadplan {
  background: #005e8e;
}
.classic .leadplan a {
  display: block;
}
.classic .leadplan a:hover {
  opacity: 0.8;
}
.classic .leadplan__inner {
  padding: 20px 30px 10px;
}
.classic .leadplan__ttl {
  max-width: 250px;
  margin: 0 auto 10px;
}
.classic .case {
  background: #e7ecef;
}
.classic .case__inner {
  padding: 30px 10px 50px;
}
.classic .case__ttl {
  max-width: 228px;
  margin: 0 auto 10px;
}
.classic .condition {
  padding: 0 0 20px;
  background: #E7ECEF;
}
.classic .condition__box--txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.classic .condition__sub01 {
  font-weight: 500;
}
.classic .condition__sub02 {
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #005E8E;
  line-height: 1.8em;
}
.classic .condition__sub02 span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.classic .condition__sub02 span img {
  display: inline-block;
  width: 139px;
}
.classic .condition__president {
  position: absolute;
  top: -100px;
  right: 0;
  width: 90px;
}
.classic .strong .strong01__house {
  position: relative;
}
.classic .strong .strong01__house--head {
  width: 103px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.classic .strong .strong01__house--ttl {
  width: 307px;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
}
.classic .strong .strong01__house--txt {
  width: 210px;
  position: absolute;
  bottom: 2px;
  left: 8%;
}
.classic .strong .strong03__video {
  position: relative;
  max-height: 320px;
  overflow: hidden;
}
.classic .strong .strong03__video--txt {
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
  background: #F6F4F0;
}
.classic .strong .strong03__video--txt span {
  display: block;
  font-size: 22px;
}
.classic .strong .strong03__video--youtube {
  max-width: 331px;
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  position: absolute;
  top: 12.5vw;
  left: 50%;
  transform: translateX(-48%);
}
.classic .strong .strong03__video--youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 451px) {
  .classic .strong .strong03__video--youtube {
    top: 50px;
  }
}
.classic .reason {
  position: relative;
}
.classic .reason__circle01 {
  max-width: 80px;
  max-height: 80px;
  width: 21.33vw;
  height: 21.33vw;
  position: absolute;
  top: 2.8%;
  left: 2.6%;
}
.classic .reason__circle02 {
  max-width: 80px;
  max-height: 80px;
  width: 21.33vw;
  height: 21.33vw;
  position: absolute;
  top: 2.8%;
  right: 2.6%;
  border-radius: 100%;
  overflow: hidden;
}
.classic .reason__circle02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.classic .plan {
  background-image: url(../img/bg_plan.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.classic .plan__inner {
  padding: 36px 10px 60px;
}
.classic .plan__ttl {
  max-width: 285px;
  margin: 0 auto 20px;
}
.classic .plan__sub {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.classic .voice {
  background: #E7ECEF;
  /* 口コミスライダー */
}
.classic .voice .js-star {
  display: inline-block;
  color: #CBCBCB;
  position: relative;
}
.classic .voice .js-star-rate {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  z-index: 1;
  top: 0;
  left: 0;
}
.classic .voice__inner {
  padding: 0 10px 40px;
  position: relative;
}
.classic .voice__inner::before {
  content: "";
  display: block;
  width: 346px;
  height: 30px;
  background: #E7ECEF;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.classic .voice__inner::after {
  content: "";
  display: block;
  width: 116px;
  height: 80px;
  position: absolute;
  bottom: -45px;
  left: 10px;
  background-image: url(../img/icon_meeting.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.classic .voice__ttl {
  max-width: 260px;
  margin: 0 auto 14px;
}
.classic .voice__google {
  max-width: 240px;
  margin: 0 auto 20px;
}
.classic .voice__google--ttl {
  max-width: 128px;
  margin: 0 auto 5px;
}
.classic .voice__google--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
}
.classic .voice__google--rate {
  width: 30%;
  color: #EB6120;
  font-family: Roboto;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
.classic .voice__google--starbox {
  flex: 1;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
}
.classic .voice__google--starimg {
  max-width: 89px;
}
.classic .voice .voiceslider {
  /* 口コミスライダーの調整 */
}
.classic .voice .voiceslider__card {
  max-width: 296px;
  margin: 0 auto;
  padding: 24px 26px;
  background: #fff;
  border-radius: 12px;
}
.classic .voice .voiceslider__card--ttl {
  display: flex;
  align-items: center;
  gap: 10%;
}
.classic .voice .voiceslider__card--ttl img {
  max-width: 48px;
}
.classic .voice .voiceslider__card--ttl span {
  display: block;
  color: #1374DF;
  font-size: 16px;
  font-weight: 600;
}
.classic .voice .voiceslider__card--star {
  font-size: 18px;
  color: #CBCBCB;
}
.classic .voice .voiceslider__card--txt {
  height: 105px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.classic .voice .voiceslider .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.classic .company {
  background-image: repeating-linear-gradient(0deg, #fffdea, #fffdea 2px, #f2efde 2px, #f2efde 3px);
}
.classic .company__inner {
  padding: 48px 12px 44px;
}
.classic .company__ttl {
  max-width: 160px;
  margin: 0 auto 18px;
}
.classic .company__protimes {
  margin-bottom: 30px;
}
.classic .company__protimes--ttl {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.classic .company__protimes--ttl span {
  font-size: 18px;
}
.classic .company__protimes--ttl span.blue {
  color: #005E8E;
  font-weight: 700;
}
.classic .company__about--ttl {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.classic .company__about--detail {
  margin-bottom: 24px;
  padding-bottom: 24px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.classic .company__about--detail-ttl {
  margin-bottom: 20px;
  padding: 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #005E8E;
}
.classic .company__about--detail-list {
  margin-bottom: 20px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}
.classic .company__about--detail-list li {
  padding-left: 1em;
  text-indent: -0.5em;
  line-height: 1.8em;
}
.classic .company__about--detail-list li::before {
  content: "・";
  display: inline-block;
}
.classic .company__about--message {
  margin: 0 16px;
  padding: 20px 10px;
  background: #F2F2F2;
}
.classic .company__about--message-ttl {
  max-width: 190px;
  margin: 0 auto 20px;
}
.classic .company__about--message-txt {
  margin-bottom: 10px;
  font-size: 14px;
}
.classic .company__about--message-img {
  max-width: 183px;
  margin: 0 auto;
}
.classic .company__showroom--ttl {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 3%;
}
.classic .company__showroom--ttl img {
  display: block;
  max-width: 138px;
  flex: 1;
}
.classic .company__showroom--ttl h3 {
  flex: 1;
  font-size: 18px;
  text-align: center;
}
.classic .company__showroom--ttl h3 span {
  color: #005E8E;
  font-weight: 700;
}
.classic .company__showroom--ttl h3 span.large {
  font-size: 20px;
  font-weight: 900;
}
.classic .company__showroom--detail {
  padding: 10px 16px 16px;
  background: #fff;
}
.classic .company__showroom--detail-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.classic .company__showroom--detail-ttl {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.classic .company__showroom--detail-img {
  margin-bottom: 24px;
}
.classic .company__showroom--detail-address, .classic .company__showroom--detail-name {
  font-size: 14px;
  font-weight: 500;
}
.classic .company__showroom--detail-tel {
  display: block;
  margin: 0 0 10px 1.5em;
  font-size: 20px;
  font-weight: 700;
  color: #EB6120;
  position: relative;
}
.classic .company__showroom--detail-tel a {
  display: inline-block;
  border-bottom: 1px solid #EB6120;
}
.classic .company__showroom--detail-tel::before {
  content: "";
  width: 21px;
  height: 23px;
  background-image: url(../img/icon_contact_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
}
.classic .company__showroom--detail-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 316/164;
}
.classic .qa {
  margin-bottom: 10px;
}
.classic .qa__inner {
  padding: 48px 10px 15px;
}
.classic .qa__ttl {
  max-width: 200px;
  margin: 0 auto 10px;
}
.classic .qa__list--q, .classic .qa__list--a {
  display: flex;
  align-items: center;
  padding: 10px 50px 10px 60px;
  background: #E7ECEF;
  position: relative;
}
.classic .qa__list--q span, .classic .qa__list--a span {
  display: inline-block;
  position: relative;
}
.classic .qa__list--q span::before, .classic .qa__list--a span::before {
  content: "";
  display: block;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  color: #005E8E;
  position: absolute;
  left: -30px;
}
.classic .qa__list--q {
  min-height: 70px;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
}
.classic .qa__list--q span::before {
  content: "Q";
}
.classic .qa__list--q::after {
  content: "＋";
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #90A6B2;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.classic .qa__list--q.open::after {
  content: "－";
}
.classic .qa__list--a {
  display: none;
  background: #E7ECEF;
}
.classic .qa__list--a span::before {
  content: "A";
}
.classic .form {
  padding: 24px 10px;
  background: #f5f4f0;
  /* エラーメッセージ用スタイル */
}
.classic .form__ttl {
  margin-bottom: 20px;
  padding: 0 15px;
}
.classic .form__ttl--sub {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #FF8D44;
  color: #fff;
}
.classic .form__ttl--main {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.classic .form__ttl--main span.large {
  font-size: 18px;
}
.classic .form__ttl--main span.bold {
  font-weight: 700;
}
.classic .form .formarea__name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-weight: 700;
  background: #F7ECD6;
}
.classic .form .formarea__name .required {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #E8380D;
}
.classic .form .formarea__item {
  margin-bottom: 20px;
}
.classic .form .formarea__item.check {
  display: grid;
  grid-template-areas: "check1 check2" "check3 check4" "check5 check5" "error error";
  row-gap: 10px;
  padding: 0 10px;
}
.classic .form .formarea__item.check label {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.classic .form .formarea__item.check label:nth-child(1) {
  grid-area: check1;
}
.classic .form .formarea__item.check label:nth-child(2) {
  grid-area: check2;
}
.classic .form .formarea__item.check label:nth-child(3) {
  grid-area: check3;
}
.classic .form .formarea__item.check label:nth-child(4) {
  grid-area: check4;
}
.classic .form .formarea__item.check label:nth-child(5) {
  grid-area: check5;
}
.classic .form .formarea input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: unset;
  border: 1px solid #B5B4B3;
}
.classic .form .formarea input[type=text],
.classic .form .formarea input[type=tel],
.classic .form .formarea input[type=email],
.classic .form .formarea textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #B5B4B3;
}
.classic .form .formarea input[type=text]:focus-visible,
.classic .form .formarea input[type=tel]:focus-visible,
.classic .form .formarea input[type=email]:focus-visible,
.classic .form .formarea textarea:focus-visible {
  outline: 2px solid #E8380D !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.classic .form .formarea__btn {
  max-width: 280px;
  margin: 0 auto;
}
.classic .form .error {
  color: #E8380D;
}
.classic .form #content_error2 {
  grid-area: error;
}
.classic #js-float-banner {
  display: none;
  position: fixed;
  bottom: -100px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
.classic #js-float-banner.visible {
  display: block;
  bottom: 0;
  opacity: 1;
}
.classic .float {
  max-width: 446px;
  margin: 0 auto;
  padding: 12px 10px;
  background: rgba(57, 57, 57, 0.88);
}
.classic .float__ttl {
  max-width: 330px;
  margin: 0 auto 10px;
}
.classic .float__btn {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.classic .float__btn--mail {
  display: block;
  width: 68%;
}
.classic .float__btn--tel {
  display: block;
  width: 30%;
}
.classic .logo__pc {
  display: none;
  max-width: 450px;
  position: fixed;
  top: 40px;
  left: 55px;
}
@media screen and (min-width: 1300px) {
  .classic .logo__pc {
    display: block;
  }
}
.classic .logo__pc--company {
  font-size: 24px;
  font-weight: 700;
}
.classic .logo__pc--store {
  display: flex;
  gap: 5px;
  font-size: 24px;
}
.classic .logo__pc--store img {
  display: block;
  max-width: 150px;
  max-height: 36px;
}
.classic .logo__pc--store span {
  flex: 1;
  display: block;
}
.classic .contact {
  padding: 24px 0 30px;
  background: linear-gradient(0deg, #C9DBB0 0%, #C9DBB0 100%);
  /* box--free内のパーツ */
  /* box--txt内のパーツ */
  /* box--btn内のパーツ */
}
.classic .contact.achievement {
  padding-top: 20px;
}
.classic .contact.free {
  padding-top: 0;
}
.classic .contact__box--achievement {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 5px 20px 24px;
}
.classic .contact__box--free {
  background: url(../img/bg_contact_free.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
.classic .contact__box--btn {
  padding: 0 29px;
}
.classic .contact a {
  display: block;
}
.classic .contact a:hover {
  opacity: 0.8;
}
.classic .contact__free--head {
  padding: 20px 0 7px;
  text-align: center;
  font-weight: 700;
}
.classic .contact__free--head span {
  display: inline-block;
  color: #EB6120;
}
.classic .contact__free--img {
  max-width: 338px;
  margin: 0 auto 8.5%;
  text-align: center;
}
.classic .contact__free--txt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #005E8E;
  text-align: center;
  position: relative;
}
.classic .contact__free--txt::before {
  content: "";
  width: 43px;
  height: 37px;
  background-image: url(../img/icon_house.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 18%;
  z-index: 2;
}
.classic .contact__free--txt span {
  display: inline-block;
  margin-left: 5px;
  padding: 6px 10px 7px;
  font-size: 27px;
  color: #FFEC00;
  line-height: 1;
  background: #005E8E;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.classic .contact__free--txt span::after {
  content: "";
  width: 65px;
  height: 51px;
  background-image: url(../img/icon_glass.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -18px;
  right: -50px;
  z-index: 2;
}
.classic .contact__achievement {
  max-width: 227px;
  padding: 20px 0 0 0;
}
.classic .contact__achievement--ttl {
  margin-bottom: 10px;
}
.classic .contact__achievement--sub {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.028em;
}
.classic .contact__achievement--caution {
  font-size: 10px;
  color: #5F5D5D;
}
.classic .contact__achievement--img {
  max-width: 92px;
}
.classic .contact__ttl {
  margin-bottom: 15px;
}
.classic .contact__mail {
  margin-bottom: 15px;
}
.classic .contact__mail img {
  width: 100%;
  height: auto;
}
.classic .contact__tel {
  width: 100%;
}
.classic .contact__tel a {
  padding: 7px 16px;
  border-radius: 8px;
  border: 2px solid #FE7E42;
  background: linear-gradient(180deg, #FFF 5.25%, #FFE7DB 100%);
  box-shadow: 0px 5px 0px 0px #733316;
}
@media screen and (max-width: 320px) {
  .classic .contact__tel a {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media screen and (min-width: 451px) {
  .classic .contact__tel a {
    padding: 3.7% 4.4%;
  }
}
.classic .contact__tel--num {
  font-size: 10px;
  text-align: center;
}
.classic .contact__tel--num span {
  display: block;
  color: #EB6120;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}
@media screen and (min-width: 451px) {
  .classic .contact__tel--num span {
    font-size: 29px;
  }
}
.classic .contact__tel--num span:before {
  content: "";
  width: 21px;
  height: 23px;
  background-image: url(../img/icon_contact_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
@media screen and (min-width: 451px) {
  .classic .contact__tel--num span:before {
    left: 15%;
  }
}
.classic .contact__tel--num span:after {
  content: "";
  width: 36px;
  height: 46px;
  background-image: url(../img/icon_contact_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  right: 0;
}
@media screen and (min-width: 451px) {
  .classic .contact__tel--num span:after {
    right: 10%;
  }
}
.classic .contact-pc {
  display: none;
  max-width: 370px;
  padding: 10px;
  background: #E4E6E8;
  position: fixed;
  right: 50px;
  bottom: 100px;
  /* box--btn内のパーツ */
}
@media screen and (min-width: 1300px) {
  .classic .contact-pc {
    display: block;
  }
}
.classic .contact-pc__box--btn {
  padding: 10px 20px;
  border: 1px solid #fff;
}
.classic .contact-pc a {
  display: block;
}
.classic .contact-pc a:hover {
  opacity: 0.8;
}
.classic .contact-pc__ttl {
  max-width: 318px;
  margin: 0 auto 15px;
}
.classic .contact-pc__menu {
  margin-bottom: 10px;
}
.classic .contact-pc__mail {
  margin-bottom: 10px;
}
.classic .contact-pc__mail img {
  width: 100%;
  height: auto;
}
.classic .contact-pc__tel {
  width: 100%;
}
.classic .contact-pc__tel--num {
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
}
.classic .contact-pc__tel--num span {
  display: inline-block;
  margin-bottom: 2px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}
.classic .contact-pc__tel--num span:before {
  content: "";
  width: 21px;
  height: 23px;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.classic .rights__sp, .classic .rights__pc {
  display: block;
  color: #707070;
  text-align: center;
}
.classic .rights__sp {
  padding: 0 10px 24px;
  font-size: 10px;
  font-weight: 400;
  background: #f5f4f0;
}
@media screen and (min-width: 451px) {
  .classic .rights__sp {
    border-radius: 0 0 30px 30px;
  }
}
.classic .rights__pc {
  font-size: 10px;
  display: none;
}
@media screen and (min-width: 1300px) {
  .classic .rights__pc {
    display: block;
    position: fixed;
    right: 140px;
    bottom: 65px;
  }
}
.classic .campaign {
  background: #E7ECEF;
}
.classic .campaign__inner {
  padding: 12px 14px;
}
.classic .thanks__wrap {
  min-height: 100svh;
  background: #f5f4f0;
}
@media screen and (min-width: 451px) {
  .classic .thanks__wrap {
    min-height: calc(100svh - 116px);
  }
}
.classic .thanks__inner {
  padding: 24px 12px;
}
.classic .thanks__ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.classic .thanks__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #EB6120, #EB6120 50%, #000 50%, #000);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.classic .thanks__sub {
  margin-bottom: 30px;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  border: 3px solid #aaa;
}/*# sourceMappingURL=style.css.map */