@charset "UTF-8";
/*
  Project Custom Styles (SCSS)
*/
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
body {
  font-family: "Kosugi Maru", sans-serif;
  color: var(--color-text);
  background-color: var(--color-bg);
}

svg {
  display: block;
  margin-bottom: -2px;
}

.img_center img {
  display: block;
  margin-inline: auto;
}

.br-sp-only {
  display: none;
}

.br-pc-only {
  display: inline;
}

@media (max-width: 767px) {
  .br-sp-only {
    display: inline;
  }
  .br-pc-only {
    display: none;
  }
}
#fv {
  background-image: url("../images/fv_bg_pc.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-bottom: -40px;
}
#fv .container {
  padding-block: 2rem;
}
@media (max-width: 767px) {
  #fv {
    background-image: url("../images/fv_bg_sp.webp");
  }
  #fv .container {
    padding-inline: 0;
  }
  #fv .container img {
    width: 100%;
  }
}

#proposal {
  background-color: var(--color-primary);
  color: #fff;
}
#proposal h2 span {
  font-size: 2rem;
}
#proposal .proposal-gr01 .child-box {
  background-color: #fff;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.5rem;
}
#proposal .proposal-gr02 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
#proposal .proposal-gr02 .child-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #proposal .proposal-gr02 {
    grid-template-columns: 1fr;
  }
  #proposal .proposal-gr02 .child-box:first-child {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #proposal {
    margin-bottom: -2px;
  }
}

#about {
  margin-top: -30px;
  padding-top: 40px;
  background-image: url(../images/about_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about_logo img {
  display: block;
  margin: 2rem auto;
}
#about .about-info {
  width: 80%;
  margin-inline: auto;
}
#about .about-info h2 {
  color: var(--color-primary);
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
#about .about-info h2 span {
  color: var(--color-secondary);
}
#about .about-info .child-box:first-child p {
  font-size: 1.6rem;
  color: #785e43;
}
#about .about-info .child-box:last-child {
  border: solid 1px var(--color-primary);
  border-radius: 5px;
  padding: 2rem;
  background-color: #fff;
  position: relative;
}
#about .about-info .child-box:last-child p {
  color: #785e43;
  margin-bottom: 1rem;
}
#about .about-info .child-box:last-child p:last-child {
  margin-bottom: 0rem;
}
#about .about-info .child-box:last-child::before {
  content: url("../images/about_img.webp");
  position: absolute;
  display: block;
  top: -40%;
  right: 0%;
  left: auto;
}
@media (max-width: 767px) {
  #about {
    margin-top: -5px;
  }
  #about .about-info {
    width: 100%;
  }
  #about h2 {
    margin-bottom: 1rem !important;
  }
  #about .child-box:first-child {
    text-align: center;
  }
  #about .child-box:first-child p {
    font-size: 1.4rem !important;
  }
  #about .child-box:last-child {
    margin-top: 25%;
    padding-top: 10% !important;
  }
  #about .child-box:last-child::before {
    top: -30% !important;
  }
}

#feature .u-grid {
  gap: 4rem;
}
#feature .child-box img {
  display: block;
  margin: 1rem auto;
  height: 120px;
  width: auto;
}
#feature .child-box p {
  color: var(--color-brown);
}
#feature .child-box .p-box_title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

#cta01 .container {
  background-color: #ffffdc;
  padding: 2rem;
}
#cta01 a {
  display: block;
  margin: 0 auto;
}
#cta01 .box-title {
  text-align: center;
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 2rem;
}
#cta01 div:has(a) {
  margin-bottom: 0.5rem;
}
#cta01 .child-box:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #cta01 .child-box:first-child {
    width: 100%;
  }
}

#support-b .container {
  border: dashed 1px var(--color-primary);
  padding: 2rem;
  width: 50%;
  margin-inline: auto;
}
#support-b h2 {
  text-align: center;
  color: var(--color-brown);
  text-align: center;
  margin-bottom: 2rem;
}
#support-b h2 span {
  font-size: 2rem;
}
#support-b p {
  margin-bottom: 1rem;
}
#support-b .support-box {
  color: var(--color-brown);
}
#support-b .support-box h3 {
  color: var(--color-primary);
  border-bottom: solid 1px var(--color-primary);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
#support-b .support-box ul {
  margin-left: 2rem;
}
#support-b .support-box li {
  list-style: circle;
}
@media (max-width: 767px) {
  #support-b .container {
    width: 100%;
  }
}

#work-examples .work_box p {
  color: var(--color-brown);
  margin-top: 10px;
}
#work-examples .sns_work_box {
  background-color: #ffffdc;
  padding: 2rem;
  border: dashed 1px var(--color-primary);
}
#work-examples .sns_work_box h3 {
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#work-examples .sns_work_box p {
  text-align: center;
}
#work-examples .sns_work_box_gr {
  margin: 2rem auto;
}
#work-examples .sns_work_box_gr p {
  color: var(--color-brown);
  margin-top: 10px;
}

#wage .wage_bigger {
  font-size: 1.5rem;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 1rem;
}
#wage .wage_bigger span {
  color: var(--color-secondary);
}
#wage .wage_normal {
  color: var(--color-brown);
  text-align: center;
}
#wage .wage_box .child-box {
  border: solid 1px var(--color-primary);
  padding: 2rem;
  border-radius: 5px;
}
#wage .wage_box .child-box p {
  margin-top: 1rem;
  text-align: center;
  color: var(--color-brown);
}
#wage .wage_box .child-box p span {
  color: var(--color-secondary);
}

#message {
  background-color: var(--color-primary);
  margin-bottom: -2px;
}
#message p {
  color: #fff;
}
#message .message_intro {
  text-align: center;
  font-size: 1.2rem;
}
#message .message_intro p {
  margin-bottom: 2rem;
}
#message .profile_box h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  gap: 1rem;
}
#message .profile_box h3:before {
  content: url("../images/icon_clover.webp");
}
#message .profile_box p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #message .profile_box img {
    width: 50%;
  }
}
#message .profile02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}
#message .profile02 p span {
  font-weight: bold;
}
@media (max-width: 768px) {
  #message .profile02 {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#message .company_box p {
  margin-bottom: 1rem;
}
#message .company_box p span {
  font-size: 2rem;
}
#message .company_photo {
  gap: 0;
}
@media (max-width: 768px) {
  #message .company_photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  #message .company_photo .child-box {
    width: 100%;
    margin-bottom: 0;
  }
}
#message .map_box {
  width: 100%;
}
#message .map_box iframe {
  width: 100%;
}

#faq {
  padding-top: 80px;
}
#faq .faq-box .faq-item {
  position: relative;
  padding-left: 2.8em;
  margin-bottom: 1rem;
  border: solid 1px var(--color-primary);
  padding: 1rem;
  border-radius: 5px;
}
#faq .faq-box .faq-item summary {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  outline: none;
  padding-left: 0;
  font-size: 1.2em;
}
#faq .faq-box .faq-item summary::before {
  content: "Q.";
  display: inline-block;
  color: #8eb210;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 1.1em;
  vertical-align: middle;
  content: "Q.";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 2em;
  vertical-align: middle;
  font-family: "Arial Rounded MT Bold", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Arial", "Helvetica Neue", Helvetica, "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
}
#faq .faq-box .faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #8eb210;
  transition: content 0.2s;
  width: 1em;
  text-align: center;
  left: auto;
  right: 1rem;
  font-family: "Arial Rounded MT Bold", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Arial", "Helvetica Neue", Helvetica, "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
}
#faq .faq-box .faq-item[open] > summary::after {
  content: "-";
}
#faq .faq-box .faq-item summary::-webkit-details-marker {
  display: none;
}
#faq .faq-box .faq-item summary::marker {
  display: none;
}
#faq .faq-box .faq-item p {
  margin: 1rem 0;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  #faq .faq-box .faq-item summary::before {
    font-size: 1rem;
  }
  #faq .faq-box .faq-item summary::after {
    display: none;
  }
  #faq .faq-box .faq-item p {
    padding-left: 0;
  }
}

#flow .flow-box {
  display: flex;
  gap: 2rem;
  width: 80%;
  margin: 2rem auto 4rem;
  position: relative;
}
#flow .flow-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 50%;
  top: auto;
  bottom: -4rem;
  transform: translateY(-50%);
  border-width: 1.5rem 1rem 0 1rem;
  border-style: solid;
  border-color: #8eb210 transparent transparent transparent;
  width: 0;
  height: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
  justify-content: center;
  align-items: center;
}
#flow .child-box .flow-num {
  font-family: "Arial Rounded MT Bold", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Arial", "Helvetica Neue", Helvetica, "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  color: #fff;
  background: #8eb210;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 5px;
}
#flow .child-box .flow_name {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--color-brown);
}
#flow .child-box .flow_text {
  color: var(--color-brown);
}
@media (max-width: 768px) {
  #flow .flow-box {
    width: 100%;
  }
  #flow .flow-box::after {
    bottom: -3rem !important;
  }
}

#cta02 {
  margin-bottom: -10px;
  background-color: var(--color-secondary);
}
#cta02 .container {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}
#cta02 a {
  display: block;
  margin: 0 auto;
}
#cta02 .box-title {
  text-align: center;
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 2rem;
}
#cta02 div:has(a) {
  margin-bottom: 0.5rem;
}
#cta02 .child-box:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #cta02 .child-box:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #cta02 .container {
    width: 95%;
  }
}

#contact {
  margin-top: -30px;
  padding-top: 120px;
}
#contact .form-group {
  margin-bottom: 3rem;
}
#contact .form-label {
  color: var(--color-brown);
  font-size: 1.2rem;
}
#contact .contact-form-wrap {
  padding: 2rem;
}
#contact button[type=submit] {
  padding: 1rem;
  font-size: 1.2rem;
  background-color: #29abe2;
}
@media (max-width: 767px) {
  #contact {
    margin-top: 0px;
    padding-top: 60px;
  }
}

footer {
  background-color: #8eb210 !important;
}
/*# sourceMappingURL=custom.css.map */