@charset "UTF-8";
section {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 0;
  }
}

.sec_concept {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .sec_concept {
    padding: 4rem 0;
  }
}
.sec_concept_wrap {
  margin: 0 auto;
}
.sec_concept h2 {
  text-align: center;
}
.sec_concept h2 p {
  display: inline;
  border-bottom: 1px solid #EB6120;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #EB6120;
}
.sec_concept_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .sec_concept_content_textarea {
    text-align: center;
  }
}
.sec_concept_content_textarea h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_textarea h3 {
    font-size: 1.8rem;
  }
}
.sec_concept_content_textarea p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_textarea .text-top {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_concept_content_textarea .text-bottom {
    text-align: left;
    font-size: 1.4rem;
  }
}
.sec_concept_content_textarea .mt-0 {
  margin-top: 0;
}
.sec_concept_content_botom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_botom {
    flex-flow: column-reverse;
    align-items: center;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
.sec_concept_content_botom_textarea {
  width: 54.4rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_botom_textarea {
    width: 100%;
  }
}
.sec_concept_content_botom_textarea h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_botom_textarea h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.sec_concept_content_botom_textarea p {
  font-size: 1.8rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_botom_textarea p {
    font-size: 1.4rem;
  }
}
.sec_concept_content_botom_image {
  width: 36.7rem;
}
@media screen and (max-width: 768px) {
  .sec_concept_content_botom_image {
    width: 100%;
  }
}

.sec_thought {
  padding: 8rem 0;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.3) 18.27%, rgba(178, 219, 239, 0.3) 100%);
}
@media screen and (max-width: 768px) {
  .sec_thought {
    padding: 4rem 0;
  }
}
.sec_thought_wrap {
  margin: 0 auto;
}
.sec_thought h2 {
  text-align: center;
}
.sec_thought h2 p {
  display: inline;
  border-bottom: 1px solid #EB6120;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #EB6120;
}
@media screen and (max-width: 768px) {
  .sec_thought h2 p {
    font-size: 1.6rem;
  }
}
.sec_thought h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_thought h3 {
    font-size: 1.8rem;
  }
}
.sec_thought_textarea {
  margin-top: 2.4rem;
}
.sec_thought_textarea p {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec_thought_textarea p {
    text-align: left;
    font-size: 1.4rem;
  }
}
.sec_thought_colum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .sec_thought_colum {
    grid-template-columns: 1fr;
  }
}
.sec_thought_colum .bottom {
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .sec_thought_colum .bottom {
    grid-column: auto;
    justify-self: stretch;
  }
}
.sec_thought_colum_content_head {
  color: #fff;
  font-size: 1.8rem;
  background-color: #305C9F;
  padding: 1.1rem 4.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_thought_colum_content_head {
    font-size: 1.6rem;
  }
}
.sec_thought_colum_content_body {
  font-size: 1.8rem;
  background-color: #fff;
  text-align: center;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec_thought_colum_content_body {
    font-size: 1.4rem;
  }
}

.sec_company {
  padding: 8rem 0 0;
}
.sec_company_content .text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.sec_company_content dl {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
.sec_company_content dl:not(:first-child) {
  border-top: 1px solid #D9D9D9;
}
.sec_company_content dl:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.sec_company_content dl dt {
  min-width: 9rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_company_content dl dt {
    padding: 0 1rem;
    font-size: 14px;
    font-size: 3.5897435897vw;
    min-width: 7rem;
    margin-right: 1rem;
  }
}
.sec_company_content dl dd {
  width: 590px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_company_content dl dd {
    width: calc(100% - 8rem);
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_company_content dl dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sec_company_content dl dd ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_company_content dl dd ul li {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_company_content dl dd ul li::before {
  content: "・";
  display: inline-block;
}
.sec_company_content dl dd p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_company_content dl dd p {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_company_content .align_top {
  align-items: normal;
}
.sec_company_content_detail {
  margin-bottom: 1rem;
}
.sec_company_content_detail_image {
  margin-left: 2rem;
}
.sec_company_content_detail_map {
  margin-top: 3rem;
  width: 140%;
}
@media screen and (max-width: 768px) {
  .sec_company_content_detail_map {
    width: 100%;
  }
}
.sec_company_content_detail_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 59/30;
}
@media screen and (max-width: 768px) {
  .sec_company_content_detail .flex ul {
    width: calc(100% - 28vw);
  }
}

.sec_terms {
  margin-top: 4rem;
}
.sec_terms dl {
  padding: 2rem 0;
}
.sec_terms dl:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.sec_terms dl dt {
  margin-bottom: 1rem;
}
.sec_terms dl dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_terms dl dd {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_terms dl dd + dd {
  margin-top: 2rem;
}
.sec_terms dl dd ol {
  margin: 0;
  padding: 0 0 0 1em;
}
.sec_terms dl dd ol li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_terms dl dd ol li {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_terms dl dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sec_terms dl dd ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_terms dl dd ul li {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_terms dl dd dl {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.sec_terms dl dd dl dt {
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_terms dl dd dl dt {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_terms_content {
  margin-top: 2rem;
}
.sec_terms_content_title {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_terms_content_title {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.sec_terms_content_text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec_terms_content_text {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}/*# sourceMappingURL=company.css.map */