@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@media screen and (max-width: 768px) {
.pc-block {
display:none;
}
}
.ttl-h2,
.ttl-h2-aboutus,
.ttl-h2-contact {
  font-family: "Lato", sans-serif;
  color: #2b4667 !important;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.ttl-h2,
.ttl-h2-aboutus {
  color: #2b4667 !important;
}
.ttl-h2-contact {
  color: #fff !important;
  margin-inline: auto;
  display: block;
  /* text-align: center !important; */
}

.ttl-h2,
.ttl-h2-contact {
  font-size: 3rem !important;
}
.ttl-h2-aboutus {
  font-size: 1rem !important;
}
.top-service-card {
  padding: 0 !important;
}
.top-service-card-text {
  padding: 20px !important;
}

@media screen and (min-width: 601px) {
  .top-service {
    position: relative;
  }
  .top-service::before {
    content: "SERVICE";
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 8rem;
    font-family: "Lato", sans-serif;
    color: #f0f0f0;
    font-weight: 900;
    line-height: 1;
  }
  .top-feature {
    position: relative;
  }
  .top-feature::before {
    content: "FEATURE";
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 8rem;
    font-family: "Lato", sans-serif;
    color: #f0f0f0;
    font-weight: 900;
    line-height: 1;
  }
  .top-feature-box {
    width: 70%;
    min-height: 350px;
  }
  .top-feature-box-left {
    margin-left: 30%;
    min-height: 350px;
  }
}
.top-case {
  position: relative;
}
.top-case::before {
  content: "CASE";
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 8rem;
  font-family: "Lato", sans-serif;
  color: #f0f0f0;
  font-weight: 900;
  line-height: 1;
}
.contact-tel-wrap {
  justify-content: center;
}
.contact-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.contact-tel:hover {
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
/* header menu color */
.l-header .l-header__inner {
  color: var(--swl-color_top_header, #333);
}
.l-header.-t-fff {
  --swl-color_top_header: #333;
}
/* contact form7 */
.contact-form {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}

.contact-form__lead {
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background-color: #C35D75;
  border-radius: 15px;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .contact-form__lead {
    font-size: 1rem;
  }
}

.contact-form__body {
  padding: 10px;
  padding: 0.625rem;
}

.form__checkbox {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.check-item {
  display: none;
}

.check-item + span {
  cursor: pointer;
  display: block;
  margin: 0 0.2em 0;
  padding: 8px 0 8px 2em;
  padding: .5rem 0 .5rem 2em;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .check-item + span {
    font-size: 1rem;
  }
}

.check-item + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
}

.check-item + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, .32);
  border-left: 3px solid rgba(0, 0, 0, .32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-item:checked + span::after {
  opacity: 1;
}

.form__item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.form__title {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.4em 0;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .form__title {
    font-size: 0.9375rem;
  }
}

.form__title:focus {
  border: 1px solid rgba(0, 0, 0, .32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.form__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12.8px 16px;
  padding: 0.8rem 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form__input {
    max-width: 25rem;
  }
}

.form__textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  height: 105px;
  height: 6.5625rem;
  padding: 12.8px 16px;
  padding: 0.8rem 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form__textarea {
    max-width: 31.25rem;
  }
}

.form__textarea:focus {
  border: 1px solid rgba(0, 0, 0, .32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.submit-btn {
  -webkit-appearance: none;
  background-color: #222;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12.8px 0;
  padding: .8rem 0;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .submit-btn {
    font-size: 1.0625rem;
  }
}

.submit-btn:hover,
.submit-btn:focus {
  outline: none;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
}

.submit-btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.form__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  text-align: left;
}