@charset "UTF-8";
body, div, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, blockquote {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic UI", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow-wrap: break-word;
  color: #333;
  background-color: #f1f8fe;
}

.continer {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
}

.fv {
  margin: 0;
  padding: 0;
}
.fv img {
  display: block;
}
.fv .fv_pc {
  display: block;
}
@media (max-width: 767px) {
  .fv .fv_pc {
    display: none;
  }
}
.fv .fv_sp {
  display: none;
}
@media (max-width: 767px) {
  .fv .fv_sp {
    display: block;
  }
}

.quote-form {
  background: #FEF9E5;
  padding: 20px 16px;
}
.quote-form__inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.08);
  padding: 28px 24px;
}
.quote-form__headline {
  position: relative;
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.quote-form__line {
  display: block;
  height: 1px;
  background: #111827;
  position: relative;
}
.quote-form__line::before, .quote-form__line::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #111827;
}
.quote-form__line:first-child::before {
  left: 0;
  transform: rotate(-35deg);
}
.quote-form__line:last-child::after {
  right: 0;
  transform: rotate(35deg);
}
.quote-form__title {
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 0 20px 0;
  color: #111827;
  position: relative;
}
@media (max-width: 767px) {
  .quote-form__title {
    font-size: 22px;
  }
}
.quote-form__title::before {
  content: "＼";
  position: absolute;
  margin-left: -50px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .quote-form__title::before {
    margin-left: -30px;
    font-size: 20px;
  }
}
.quote-form__title::after {
  content: "／";
  position: absolute;
  margin-left: 15px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .quote-form__title::after {
    margin-left: 10px;
    font-size: 20px;
  }
}
.quote-form__title .accent {
  color: #e65353;
}
.quote-form__body {
  margin-top: 8px;
}
.quote-form__note {
  color: #495969;
  font-size: 13px;
  margin: 8px 0 18px;
  text-align: center;
}
.quote-form__policy {
  color: #3b82f6;
  text-decoration: underline;
}
.quote-form__submit {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #6caf43;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
}
.quote-form__submit:hover {
  background: #579737;
}
.quote-form .quote-form__thanks {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.quote-form .quote-form__thanks .title {
  font-weight: bold;
  font-size: 24px;
}
.quote-form .quote-form__thanks .mfp_caution {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 80%;
}

@media (max-width: 767px) {
  .mfp_err {
    text-align: left !important;
  }
}

.field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .field {
    display: block;
  }
}
.field__label {
  flex: 0 0 120px;
  font-weight: 600;
  color: #111827;
}
.field .badge {
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
}
.field .badge--required {
  background: #e65353;
}
.field .badge--optional {
  background: #cfd6df;
  color: #111827;
}
.field__control {
  flex: 1;
  padding: 8px;
  font-size: 15px;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .field__control {
    width: 95%;
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 5px;
  }
}

.point {
  margin: 0;
  padding: 0 0 10px 0;
  background-color: #fff;
}
.point .point__title {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.point .point__title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #ec9427;
  margin-top: -10px;
}
.point__contents {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  text-align: left;
}
.point__contents-box {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .point__contents-box {
    display: block;
  }
}
.point__contents-box-img {
  width: 50%;
}
@media (max-width: 767px) {
  .point__contents-box-img {
    width: 100%;
  }
}
.point__contents-box-img img {
  width: 100%;
}
.point__contents-box-text {
  width: 50%;
}
@media (max-width: 767px) {
  .point__contents-box-text {
    width: 100%;
  }
}
.point__contents-box-text h3 {
  color: #F37201;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .point__contents-box-text h3 {
    margin: 15px 0;
  }
}
.point__contents-box-text p {
  margin: 0;
}

.achievements {
  background-color: #122B4C;
  padding: 20px 0 10px 0;
}
.achievements h2 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.achievements__contents {
  margin: 0 auto;
  padding: 0;
  width: 95%;
}
.achievements__contents-box {
  margin: 0 0 20px 0;
}
.achievements__contents-box h3 {
  background-color: #F39800;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.voice {
  background-color: #FEF9E5;
  padding: 20px 0;
}
.voice h2 {
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 0 20px 0;
  color: #111827;
  position: relative;
}
@media (max-width: 767px) {
  .voice h2 {
    font-size: 22px;
  }
}
.voice h2::before {
  content: "＼";
  position: absolute;
  margin-left: -50px;
  font-size: 50px;
  font-weight: bold;
  top: 10px;
}
@media (max-width: 767px) {
  .voice h2::before {
    margin-left: -30px;
    left: 11%;
  }
}
.voice h2::after {
  content: "／";
  position: absolute;
  margin-left: 15px;
  font-size: 50px;
  font-weight: bold;
  top: 10px;
  right: 16%;
}
@media (max-width: 767px) {
  .voice h2::after {
    margin-left: 10px;
    right: 5%;
  }
}
.voice h2 span {
  color: #F39800;
  display: block;
  font-size: 36px;
}
.voice .voice__contents {
  margin: 0 auto;
  width: 95%;
}
.voice .voice__contents-box {
  margin: 0 0 15px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FFF5CD;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .voice .voice__contents-box {
    display: block;
  }
}
.voice .voice__contents-box-img {
  width: 30%;
}
@media (max-width: 767px) {
  .voice .voice__contents-box-img {
    width: 70%;
    margin: 0 auto;
  }
}
.voice .voice__contents-box-text {
  width: 70%;
  text-align: left;
}
@media (max-width: 767px) {
  .voice .voice__contents-box-text {
    width: 100%;
  }
}

.worries {
  background-color: #122B4C;
  padding: 20px 0;
  background-image: url(../img/onayami.png);
  background-position: right 50px bottom;
  background-repeat: no-repeat;
  background-size: 30%;
}
.worries h2 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  width: 97%;
}
@media (max-width: 767px) {
  .worries h2 {
    font-size: 22px;
  }
}
.worries h2 span {
  color: #F39800;
  font-size: 32px;
}
@media (max-width: 767px) {
  .worries h2 span {
    font-size: 28px;
  }
}
.worries .worries__contents {
  width: 95%;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 767px) {
  .worries .worries__contents {
    display: block;
    padding-bottom: 70px;
  }
}
.worries .worries__contents-box {
  margin: 0 0 15px 0;
  width: 49%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .worries .worries__contents-box {
    width: 100%;
  }
}
.worries .worries__contents-box h3 {
  background-color: #F39800;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px 25px;
  margin: 0 auto;
  border-radius: 5px;
  z-index: 9;
  position: absolute;
  left: 50%;
  transform: translate(-60%);
}
@media (max-width: 767px) {
  .worries .worries__contents-box h3 {
    transform: translate(-50%);
  }
}
.worries .worries__contents-box-text {
  background-color: #FFF;
  padding: 20px 10px 10px 10px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worries .worries__contents-box-text p {
  font-weight: bold;
  margin: 0;
  font-size: 17px;
}

.trouble {
  margin: 0;
  padding: 0;
}
.trouble h2 {
  margin: 0;
}
.trouble img {
  margin: 0;
  display: block;
}

.flow {
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
}
.flow h2 {
  color: #F39800;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.flow__img {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.flow__img img {
  display: block;
  min-width: 800px;
  max-width: none;
  padding-left: 20px;
}
.flow .img {
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
}

.faq {
  background-color: #F39800;
  padding: 20px 0;
}
.faq h2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.faq__contents {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 767px) {
  .faq__contents {
    display: block;
  }
}
.faq__contents-box {
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 49%;
  text-align: left;
}
@media (max-width: 767px) {
  .faq__contents-box {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.faq__contents-box h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.faq__contents-box h3::before {
  background-image: url(../img/Q.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.faq__contents-box p {
  margin: 10px 0 0 0;
  padding: 10px 0 0 35px;
  position: relative;
  border-top: 1px solid #ccc;
}
.faq__contents-box p::before {
  background-image: url(../img/A.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.sdgs {
  background: #fff;
  padding: 20px 0;
}

.about {
  background-color: #FFFAEE;
  padding: 20px 0;
}
.about h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.about .about__contents {
  width: 95%;
  margin: 0 auto;
}
.about .company-table {
  border-collapse: collapse;
  margin: 20px auto;
}
.about .company-table th,
.about .company-table td {
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}
.about .company-table th {
  background: #f7efe3;
  font-weight: bold;
  width: 20%;
  white-space: nowrap;
}

.footer {
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
}
.footer h2 {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.footer__contents {
  width: 95%;
  margin: 0 auto;
}
.footer__contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer__contents ul a {
  color: #333;
}

.copyright {
  background-color: #ec9427;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  margin: 0 0 140px 0;
}
@media (max-width: 767px) {
  .copyright {
    margin: 0 0 80px 0;
  }
}

.cta {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}
.cta img {
  width: 70%;
}
@media (max-width: 767px) {
  .cta img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */