@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2F1B11;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #FFFDF9;
}

a {
  transition: 0.3s all;
  color: #2F1B11;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

section {
  padding: 35px 0px;
}

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

.innerbox_s {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.heading {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h2.heading {
    font-size: 3.2rem;
  }
}

.highlight {
  background: #FFFB7E;
  padding: 2px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #FFE97B;
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #D31111;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 890px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

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

.tab {
  display: none;
}
@media screen and (max-width: 890px) {
  .tab {
    display: block;
  }
}

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

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #FFAE51;
  border: 2px solid #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #fff;
  border: 2px solid #FFAE51;
}
.pagetop a:hover::before {
  content: "";
  border-bottom: 10px solid #FFAE51;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  padding: 10px 3% 15px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
}
header .header__logo img {
  width: min(45vw, 414px);
}
header .header__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .header__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header .cta {
    display: none;
  }
}

footer {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 25%;
  }
}
footer .-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-copy {
  background: #FFAE51;
  color: #A16B2D;
  text-align: center;
  padding: 5px 10px;
}

/* button */
.-button {
  background: #35AF17;
  color: #FFF830;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 20px 40px;
  border-radius: 50px;
}
.-button:hover {
  background: #288B0F;
  transition: 0.3s all;
}

.cta .-button::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/cta_icon.svg") no-repeat;
  width: 28px;
  height: 38px;
  margin: 0px 8px -11px 0px;
}

.floating {
  display: none;
  background: rgba(255, 253, 249, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .floating {
    display: block;
  }
}

.mv {
  padding: 0px;
}
.mv .mv__img {
  margin-top: 119px;
}
@media screen and (max-width: 768px) {
  .mv .mv__img {
    margin-top: 0px;
  }
}
.mv .mv__img img {
  width: 100%;
}

.task {
  padding-top: 16px;
}
.task .task__heading {
  position: relative;
  margin-bottom: 60px;
}
.task .task__heading .task__heading-deco {
  z-index: 1;
}
.task .task__heading .task__heading-deco::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/task_accent.svg") no-repeat;
  width: 216px;
  height: 128px;
  position: absolute;
  left: 34%;
  z-index: -1;
}
@media screen and (max-width: 390px) {
  .task .task__heading .task__heading-deco::before {
    left: 25%;
    top: 35px;
  }
}
.task .task__site {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  .task .task__site {
    flex-direction: column;
  }
}
.task .task__site:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .task .task__site .task__site-text {
    text-align: center;
  }
}
.task .task__site .task__site-text .task__site-title {
  background: #FFD8B2;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
}
.task .task__site .task__site-text .task__site-list {
  margin-top: 20px;
}
.task .task__site .task__site-text .task__site-list .task__site-detail {
  font-size: 2rem;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
@media screen and (max-width: 768px) {
  .task .task__site .task__site-text .task__site-list .task__site-detail {
    text-align: left;
  }
}
.task .task__site .task__site-text .task__site-list .task__site-detail .highlight {
  font-weight: 700;
}
.task .task__site .task__site-text .task__site-list .task__site-detail:not(:last-child) {
  margin-bottom: 20px;
}
.task .task__site .task__site-text .task__site-list .task__site-detail::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/task_list.svg") no-repeat;
  width: 36px;
  height: 35px;
  margin: 0px 0px -10px 0px;
}

.resolution .resolution-img__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 30px;
  padding: 0px 30px;
}
.resolution .resolution-img__wrapper img {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .resolution .resolution-img__wrapper img {
    width: 55%;
  }
}
.resolution .resolution__conclusion {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .resolution .resolution__conclusion {
    font-size: 2.4rem;
  }
}
.resolution .resolution__conclusion span {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
}
.resolution .resolution__point {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  gap: 30px 30px;
}
.resolution .resolution__point:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .resolution .resolution__point {
    flex-direction: column;
  }
}
.resolution .resolution__point img {
  width: 100%;
}
.resolution .resolution__point .resolution__text .resolution__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .resolution .resolution__point .resolution__text .resolution__title {
    text-align: center;
  }
}
.resolution .resolution__point.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .resolution .resolution__point.-reverse {
    flex-direction: column;
  }
}

.labor {
  padding-bottom: 70px;
}
.labor .labor__list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: 50px 50px;
}
@media screen and (max-width: 490px) {
  .labor .labor__list {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.labor .labor__list:not(:last-child) {
  margin-bottom: 50px;
}
.labor .labor__list .labor__list-item .labor__list-item-text {
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

.merit {
  background: #FFAE51;
  padding: 70px 0px;
}
.merit .merit__heading {
  color: #fff;
}
.merit .merit__wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .merit .merit__wrapper {
    padding: 20px;
  }
}
.merit .merit__point {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  gap: 30px 50px;
}
@media screen and (max-width: 768px) {
  .merit .merit__point {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.merit .merit__point .merit__point-check .merit__point-check-list {
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 768px) {
  .merit .merit__point .merit__point-check .merit__point-check-list {
    font-size: 2.2rem;
  }
}
.merit .merit__point .merit__point-check .merit__point-check-list::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/check.svg") no-repeat;
  width: 23px;
  height: 16px;
  margin: 0px 5px 0px 0px;
}
.merit .merit-img {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  text-align: center;
}
.merit .merit-img img {
  width: 50%;
}

.flow {
  padding-top: 70px;
}
.flow .flow__list {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.flow .flow__list .flow__list-item {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 30px 30px;
}
@media screen and (max-width: 390px) {
  .flow .flow__list .flow__list-item {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.flow .flow__list .flow__list-item:not(:last-child) {
  margin-bottom: 50px;
}
.flow .flow__list .flow__list-item .list-item__title {
  font-weight: 700;
  font-size: 2rem;
}

.contact__form-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 32px;
}
.contact__form-table th {
  font-weight: 700;
  text-align: right;
  width: 30%;
  padding-right: 32px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__form-table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-table td {
    display: block;
    width: 100%;
  }
}

.required {
  font-size: 1.4rem;
  color: #fff;
  background: #D31111;
  padding: 2px 3px;
  margin-left: 10px;
}

.any {
  font-size: 1.4rem;
  color: #fff;
  background: #C5B6AE;
  padding: 2px 3px;
  margin-left: 10px;
}

.contact__form-table input {
  background: #F5EFE1;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: none;
}
.contact__form-table textarea {
  border: none;
  width: 100%;
  min-height: 160px;
  height: 100%;
  background: #F5EFE1;
  padding: 8px 16px;
  font-size: 1.6rem;
}
.contact__form-table .input--lg {
  width: 100%;
}

.form__button {
  text-align: center;
  margin-top: 30px;
}
.form__button .form__button-submit {
  border: none;
  cursor: pointer;
}

.modal-1__wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 768px) {
  .modal-1__wrap {
    text-align: left;
  }
}

.modal-1__wrap input[type=radio] {
  display: none;
}

.modal-1__open-label {
  color: #2F1B11;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-1__open-label {
    max-width: 90%;
    padding: 0px 0px 0px 5px;
  }
}
.modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #A16B2D;
}

.modal-1__close-label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-1__close-label {
    top: -17px;
    right: -4%;
  }
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked + label + input + .modal-1 {
  display: block;
  animation: modal-1-animation 0.6s;
}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #FFFDF9;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .modal-1__content-wrap {
    width: 90vw;
  }
}

.modal-1__close-label {
  background-color: #777777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.3;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 2.4rem;
  padding-left: 21px;
}

.modal-1__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}
@media screen and (max-width: 768px) {
  .modal-1__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}

.modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.policy {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .policy .policy__text {
    padding-left: 0.8em;
    text-indent: 0em;
  }
}
.policy .policy__text:not(:last-child) {
  margin-bottom: 20px;
}
.policy .policy__text .policy__title {
  font-weight: 700;
}

.establishment {
  text-align: right;
  font-size: 1.4rem;
}

.info .info__table {
  width: 100%;
  border-top: 1px solid #EEE1C6;
  border-right: 1px solid #EEE1C6;
}
@media screen and (max-width: 768px) {
  .info .info__table {
    display: block;
  }
}
.info .info__table th {
  width: 25%;
  border-bottom: 1px solid #EEE1C6;
  border-left: 1px solid #EEE1C6;
  background: #FFF1D4;
  font-weight: 700;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .info .info__table th {
    display: block;
    width: 100%;
  }
}
.info .info__table td {
  border-bottom: 1px solid #EEE1C6;
  border-left: 1px solid #EEE1C6;
  background: #fff;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .info .info__table td {
    display: block;
  }
}

.-static {
  position: static;
}

.contents__heading {
  background: #FFAE51;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 48px;
}
.contents__heading h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents__heading h1 {
    font-size: 3.2rem;
  }
}

.confirm__error-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.confirm__normally-text {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .confirm__normally-text {
    font-size: 2rem;
    text-align: left;
  }
}

.formTable {
  margin-bottom: 24px;
  width: 100%;
  border-top: 1px solid #EEE1C6;
  border-right: 1px solid #EEE1C6;
}
.formTable th {
  width: 30%;
  padding: 8px 16px;
  border-bottom: 1px solid #EEE1C6;
  border-left: 1px solid #EEE1C6;
  background: #FFF1D4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .formTable th {
    width: 100%;
    display: block;
  }
}
.formTable td {
  border-bottom: 1px solid #EEE1C6;
  border-left: 1px solid #EEE1C6;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .formTable td {
    display: block;
  }
}

.confirm__button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 32px 24px;
}
@media screen and (max-width: 768px) {
  .confirm__button {
    flex-direction: column-reverse;
    gap: 25px 25px;
  }
}
.confirm__button input {
  border: none;
  transition: 0.3s all;
}
.confirm__button input:hover {
  opacity: 0.7;
}

.confirm__button-back {
  background: #FFF1D4;
  padding: 16px;
  border-radius: 8px;
  max-width: 240px;
  width: 100%;
  color: #2F1B11;
  cursor: pointer;
  font-weight: 700;
}

.confirm__button-send {
  background: #35AF17;
  padding: 16px;
  border-radius: 8px;
  max-width: 240px;
  width: 100%;
  color: #FFF830;
  cursor: pointer;
  font-weight: 700;
}

.thanks {
  padding-bottom: 80px;
  text-align: center;
}

.thanks__title {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 2.6rem;
}

.thanks__text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    text-align: left;
  }
}

.thanks__text-link {
  text-decoration: underline;
}

.thanks__button {
  background: #FFFDF9;
  border: 2px solid #FFAE51;
  border-radius: 50px;
  max-width: 280px;
  margin: 0 auto;
  transition: 0.3s all;
}
.thanks__button:hover {
  opacity: 0.7;
}

.thanks__button-link {
  display: block;
  width: 100%;
  color: #FFAE51;
  font-weight: 700;
  padding: 8px;
}/*# sourceMappingURL=style.css.map */