@charset "UTF-8";
/*---------------------------------

Start reset.css

---------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*---------------------------------

End reset.css

---------------------------------*/
/*---------------------------------

base

---------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo",
    sans-serif;
  font-size: 1.4em;
  font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

li,
dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 0.9775vw;
    /* 1023px幅で10px換算 */
  }
}
/*
    form
---------------------------------*/
/**
 * "display:none"で消さず、"opacity:0;"を使う。（Tabキーで選択できなくなるのを防ぐため）また、親要素に"position:relative;"を指定すること。
 */
[type="checkbox"],
[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[type="checkbox"] + span,
[type="radio"] + span {
  display: inline-block;
  position: relative;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  cursor: pointer;
}

/**
* 標準で出力されるチェックボックスは消して、独自のチェックボックスを擬似要素で作成
*/
[type="checkbox"] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  background: #fff;
  content: "";
}

[type="checkbox"] + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

[type="checkbox"]:checked + span::after {
  opacity: 1;
}

/**
* 標準で出力されるラジオボタンは消して、独自のラジオボタンを擬似要素で作成
*/
[type="radio"] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #fff;
  content: "";
}

[type="radio"] + span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

[type="radio"]:checked + span::after {
  opacity: 1;
}

/*---------------------------------

Utility

---------------------------------*/
.emphasis {
  color: #cba328;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/*---------------------------------

layout

---------------------------------*/
/*
    siteWrapper
---------------------------------*/
.siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

/*
    header
---------------------------------*/
.header {
  position: relative;
  z-index: 100;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  width: 12.1rem;
}

.header__contact {
  text-align: right;
  transform: translate(7px, -5px);
  color: #fff;
}

.header__tel {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.header__time {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (hover: hover) and (pointer: fine) {
  .header__tel:hover {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .header__logo {
    width: 135px;
  }

  .header__contact {
    text-align: right;
    transform: translate(0.5rem, -0.3rem);
  }

  .header__tel {
    font-size: 24px;
  }

  .header__time {
    font-size: 11px;
  }
}
/*
    footer
---------------------------------*/
.footer {
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  background-color: #2f3042;
  color: #fff;
}

.footer__nav__listItem {
  text-align: center;
}
.footer__nav__listItem:not(:first-child) {
  margin-top: 1.8rem;
}
.footer__nav__listItem a {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.footer__logo {
  margin-top: 6rem;
  text-align: center;
}
.footer__logo img {
  width: 143px;
}

@media (hover: hover) and (pointer: fine) {
  .footer__nav__listItem a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 3rem;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__nav__listItem:not(:first-child) {
    margin-top: 0;
    margin-left: 3rem;
  }

  .footer__nav__listItem a {
    font-size: 1.4rem;
  }

  .footer__logo {
    margin-top: 0;
  }
}
/*
    main
---------------------------------*/
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
}

/*
    section
---------------------------------*/
section {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
/*
    container
---------------------------------*/
.container {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media screen and (min-width: 768px) {
  .container {
    width: 95%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
/*
    thanks
---------------------------------*/
.thanks-page .header {
  background-color: #252638;
}

.thanks-page .header__logo a,
.thanks-page .footer__logo a {
  display: inline-block;
}

.thanks {
  padding-top: 14rem;
  background-color: #eee;
}

.thanks__top {
  padding: 6.5rem 2rem 6rem;
  border-radius: 1rem;
  background-color: #fff;
}

.thanks__ttl {
  position: relative;
  padding-top: 7rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
  text-align: center;
}
.thanks__ttl::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.5rem;
  height: 4.5rem;
  background: url(https://solsell.jp/lp-common/img/icon_check02.png) no-repeat
    center center/contain;
  content: "";
}

.thanks__txt01 {
  margin-top: 6rem;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
  color: #085bc2;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.thanks__txt02 {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.thanks__boxes {
  margin-top: 3rem;
}

.thanks__box {
  min-height: 13.5rem;
  padding: 2.2rem 2rem;
  border: 1px solid #eef0f2;
  border-radius: 1rem;
}
.thanks__box:not(:first-child) {
  margin-top: 1.2rem;
}
.thanks__box .thanks__txt02 {
  margin-top: 1rem;
}

.thanks__box__ttl {
  position: relative;
  padding-left: 3rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
}
.thanks__box__ttl::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 2rem;
  height: 1.7rem;
  background: url(https://solsell.jp/lp-common/img/icon_speech-balloon.png)
    no-repeat center center/contain;
  content: "";
}

.thanks__contact {
  width: 100vw;
  margin-top: 5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 7.5rem;
  padding-bottom: 6.7rem;
  background: url(https://solsell.jp/lp-common/img/img_thanks_contact_bg_sp.jpg)
    no-repeat center center/cover;
  color: #fff;
}

.thanks__contact__inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.thanks__contact__txt {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.9230769231;
  text-align: center;
}

.thanks__contact__tel {
  position: relative;
  margin-top: 4rem;
  padding-left: 8rem;
  text-align: center;
}
.thanks__contact__tel::before {
  position: absolute;
  top: 50%;
  left: 1.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.2rem;
  height: 4.1rem;
  background: url(https://solsell.jp/lp-common/img/img_tel.png) no-repeat center
    center/contain;
  content: "";
}
.thanks__contact__tel a {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.thanks__contact__tel__txt {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .thanks {
    padding-top: 18rem;
  }

  .thanks__top {
    padding: 10.5rem 12rem 8.5rem;
  }

  .thanks__ttl {
    padding-top: 10rem;
    font-size: 2.4rem;
  }
  .thanks__ttl::before {
    width: 6.4rem;
    height: 6.4rem;
  }

  .thanks__txt01 {
    margin-top: 8rem;
    font-size: 1.6rem;
  }

  .thanks__txt02 {
    margin-top: 4.2rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .thanks__txt02 + .thanks__txt02 {
    margin-top: 2rem;
  }

  .thanks__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .thanks__box {
    width: 48%;
    padding: 4rem;
  }
  .thanks__box:not(:first-child) {
    margin-top: 0;
  }

  .thanks__box__ttl {
    font-size: 1.5rem;
  }

  .thanks__box .thanks__txt02 {
    text-align: left;
  }

  .thanks__contact {
    margin-top: 7rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: url(https://solsell.jp/lp-common/img/img_thanks_contact_bg_pc.jpg)
      no-repeat center center/cover;
  }

  .thanks__contact__txt {
    font-size: 1.6rem;
  }

  .thanks__contact__tel {
    padding-left: 5.6rem;
  }
  .thanks__contact__tel::before {
    left: calc(50% - 15rem);
    width: 7.8rem;
    height: 4.5rem;
  }

  .thanks__contact__tel a {
    font-size: 2.7rem;
  }

  .thanks__contact__tel__txt {
    font-size: 1.2rem;
  }
}

.top_contact__form__radio select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.91em;
  border: 1px solid #ababab;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
.top_contact__form__radio_time {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.meeting-btn {
  display: flex;
  justify-content: center;

  max-width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .meeting-btn {
    width: 300px;
  }
}
.meeting-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.meeting-btn:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6) 40%,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0)
  );
  transform: rotate(60deg);
  animation: 3s shine infinite linear;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
