@charset "utf-8";
/* CSS Document */
.section-top__image {
  margin-top: 50px;
}
.section-top__main-image {
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/about us/aboutus_img@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 43% bottom 50%;
}
.section-top__image h2 {
  font-size: 4.0rem;
  color: #fff;
  line-height: 1;
}
@media(max-width: 768px) {
  .image-top__main img {
    height: 680px;
  }
}
@media(min-width: 1024px) {
  .section-top__image {
    margin-top: 90px;
  }
  .section-top__main-image {
    height: 750px;
    background-position: right bottom 25%;
  }
  .section-top__image h2 {
    font-size: 6.0rem;
  }
}
.section-top__lead {
  background-color: #e3f0ec;
  padding: 20px 30px 80px;
  margin: 0 auto;
  position: relative;
}
.top__wave {
  width: 100%;
  line-height: 0;
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
}
.illustration_top {
  width: 100vw;
  position: absolute;
  top: 65px;
  left: 50%;
}
.illustration_top__sp {
  width: 100%;
  transform: translate(-50%, -50%);
}
.illustration_top__pc {
  display: none;
}
.section-top__lead h3 {
  color: #5ea59c;
  font-size: 2.0rem;
  line-height: 3.0rem;
  margin: 0 auto 50px;
}
.section-top__lead .txt-break:after {
  content: "\A";
  white-space: pre;
}
.section-top__txt-set {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.section-top__lead p {
  text-align: justify;
  line-height: 2.6rem;
  display: block;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-top__lead p.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.description_1 {
  margin-bottom: 30px;
}
.section-top__lead .illustration-tree_2 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  bottom: -5%;
  right: 10%;
  z-index: 2;
}
.section-top__lead .illustration-tree_2 img {
  max-width: 100%;
}
@media(min-width: 500px) {
  .illustration_top {
    width: 70vw;
    position: absolute;
    top: 65px;
    left: 50%;
  }
}
@media(min-width: 768px) {
  .section-top__lead {
    padding: 40px 50px 100px;
  }
  .illustration_top {
    width: 95vw;
    position: absolute;
    top: 40px;
    left: 50%;
  }
  .illustration_top__sp {
    display: none;
  }
  .illustration_top__pc {
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .section-top__txt-set {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .section-top__lead .txt-break::after {
    content: "";
  }
}
@media(min-width: 1024px) {
  .illustration_top {
    width: 95vw;
    max-width: 1400px;
    position: absolute;
    top: 40px;
    left: 50%;
  }
  .section-top__lead h3 {
    font-size: 3.0rem;
    line-height: 1;
    margin: 0 auto 60px;
  }
  .section-top__lead p {
    text-align: center;
    line-height: 3.6rem;
  }
}
.section-philosophy {
  background-color: #f7f7f7;
  padding: 80px 30px;
  position: relative;
}
.section-philosophy::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gy.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-philosophy h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
}
.section-philosophy h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.section-philosophy .fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-philosophy .fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-philosophy h3 {
  font-size: 2.0rem;
  color: #5ea59c;
  margin: 0 auto 40px;
}
.section-philosophy img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.section-philosophy p {
  text-align: justify;
  line-height: 2.6rem;
  max-width: 550px;
  margin: 40px auto 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-philosophy p.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-philosophy .txt-break::after {
  content: "";
}
@media(min-width: 768px) {
  .section-philosophy {
    padding: 100px 50px;
  }
  .section-philosophy img {
    max-width: 1040px;
  }
  .section-philosophy p {
    max-width: 1040px;
  }
}
@media(min-width: 1024px) {
  .section-philosophy h2 {
    font-size: 2.4rem;
    margin: 0 auto 90px;
  }
  .section-philosophy h2::before {
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 70px; /*下線の幅*/
  }
  .section-philosophy h3 {
    font-size: 3.0rem;
    color: #5ea59c;
    margin: 0 auto 60px;
  }
  .section-philosophy p {
    max-width: 1040px;
    margin: 60px auto 0;
    text-align: center;
    line-height: 3.0rem;
  }
  .section-philosophy .txt-break::after {
    content: "\A";
    white-space: pre;
  }
}
.section-greetings {
  background-color: #e3f0ec;
  padding: 80px 30px;
  position: relative;
}
.section-greetings::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gr.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-greetings h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: inline-block;
  position: relative;
  margin: 0 auto 100px;
}
.section-greetings h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.greetings-content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}
.section-greetings__main_imge {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-greetings__main_imge.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-greetings_imge img {
  width: 100%;
  object-fit: cover;
  object-position: 30% 50%;
  border-radius: 50% 50%;
  margin: 0 auto;
  vertical-align: bottom;
}
.greetings__txt-set {
  width: 100%;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.greetings__txt-set.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.greetings__txt-set p {
  text-align: justify;
  line-height: 2.6rem;
}
.section-greetings .name {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 700;
}
/* イラストあしらい */
.section-greetings .illustration-tree_1 {
  width: 50%;
  position: absolute;
  top: -18%;
  right: 3%;
}
.section-greetings .illustration-tree_1 img {
  max-width: 100%;
}
.section-greetings .illustration-flower {
  width: 25%;
  position: absolute;
  top: 88%;
  left: 0;
}
.section-greetings .illustration-flower img {
  max-width: 100%;
}
@media(min-width: 768px) {
  .section-greetings {
    padding: 100px 50px;
  }
  .greetings-content-wrapper {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
  }
  .section-greetings_imge {
    margin: 0 auto;
    max-width: 400px;
  }
  .greetings__txt-set {
    text-align: left;
    margin: 0 40px 0 0;
    width: 100%;
    max-width: 48%;
  }
}
@media(min-width: 1024px) {
  .section-greetings h2 {
    font-size: 2.4rem;
    margin: 0 auto 90px;
  }
  .section-greetings h2::before {
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 70px; /*下線の幅*/
  }
  .greetings__txt-set p {
    text-align: justify;
    line-height: 3.0rem;
  }
  .section-greetings .name {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.section-company {
  background-color: #e3f0ec;
  padding: 0 30px 80px;
  position: relative;
}
.company-content-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.company-content-wrapper.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-company h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: block;
  position: relative;
}
.section-company h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px; /*下線の上下位置調整*/
  display: block;
  width: 100%; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.section-company table {
  margin: 40px auto 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #5ea59c;
  text-align: left;
  line-height: 1.5;
}
.section-company table tr th {
  padding: 0 15px 20px 0;
}
.section-company table tr:last-child th {
  padding-bottom: 0;
}
.section-company table tr td {
  font-weight: 400;
  padding-bottom: 10px;
}
.section-company .txt-break:after {
  content: "\A";
  white-space: pre;
}
/* イラストあしらい */
.section-company .illustration-tree_2 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 2;
}
.section-company .illustration-tree_2 img {
  max-width: 100%;
}
@media(min-width: 375px) {
  .section-company .txt-break:after {
    content: "";
  }
  .section-company table tr td {
    padding-bottom: 0;
  }
}
@media(min-width: 768px) {
  .section-company {
    padding: 0 50px 100px;
  }
  .company-content-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px;
  }
  .section-company table {
    margin: 60px auto 0;
  }
  .section-company table tr th {
    padding: 0 30px 30px 0;
  }
}
@media(min-width: 1024px) {
  .section-company h2 {
    font-size: 2.4rem;
  }
  .section-company table {
    font-size: 1.8rem;
  }
}
/* contact */
.section-contact {
  background-color: #FFF;
  padding: 80px 30px;
  position: relative;
}
.section-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_wh.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-contact .title-set {
  margin-bottom: 40px;
}
.section-contact .title-ja {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 10px auto 0;
  background: #3a636d;
  color: #FFF;
  position: relative;
}
.section-contact .title-ja::before, .section-contact .title-ja::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.section-contact .title-ja::before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}
.section-contact .title-ja::after {
  top: 0;
  right: 0;
  border-width: 15px 15px 15px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
.section-contact__box {
  max-width: 550px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.section-contact__box.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-contact h3 {
  margin-bottom: 30px;
}
.section-contact h3 a {
  text-decoration: none;
  font-size: 2.4rem;
  color: #5ea59c;
  margin-bottom: 5px;
}
.contact-btn {
  display: inline-block;
  text-decoration: none;
  border: solid 1px #5ea59c;
  color: #59a097;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2rem;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.contact-btn:hover {
  background-color: #5ea59c;
  color: #FFF;
}
.fa-phone-volume {
  padding-right: 8px;
}
.section-contact__txt-break:after {
  content: "\A";
  white-space: pre;
}
.section-contact p {
  text-align: justify;
  padding-top: 30px;
  display: inline-block;
}
/* イラストあしらい */
.section-contact .illustration-cloud {
  display: none;
}
.section-contact .illustration-cloud_2 {
  display: none;
}
@media(min-width: 768px) {
  .section-contact {
    padding: 100px 50px;
  }
  .section-contact__box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px;
  }
  .section-contact h3 {
    margin-bottom: 40px;
  }
  .section-contact h3 a {
    font-size: 3.6rem;
  }
  .section-contact__txt-break::after {
    content: "";
  }
  /* イラストあしらい */
  .section-contact .illustration-cloud {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 45%;
    left: -50%;
  }
  .section-contact .illustration-cloud img {
    max-width: 100%;
  }
  .section-contact .illustration-cloud_2 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -8%;
    right: -50%;
  }
  .section-contact .illustration-cloud_2 img {
    max-width: 100%;
  }
}
@media(min-width: 1024px) {
  .section-contact p {
    text-align: center;
    padding-top: 40px;
    display: block;
  }
}