@charset "utf-8";
/* CSS Document */

/* ===============================
	home_common
 =============================== */
h3.title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.710526315789474;
}
h3.title span {
  color: var(--C-green);
}
h4.title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.666666666666667;
}
h4.title span {
  color: var(--C-green);
}
p.txt_normal {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  h3.title {
    font-size: 5.2vw;
  }
  h4.title {
    font-size: 4.13333333333333vw;
  }
  p.txt_normal {
    font-size: 3.33333333333333vw;
    letter-spacing: 0.03em;    
  }
}

/* ===============================
	mv_common
 =============================== */
#mv_common {
  background-image: url(../img/about/mv_bg.webp);
}
#mv_common .mv_img {
  left: -26px;
  bottom: -22px;  
}
@media screen and (max-width: 844px) {
  #mv_common {
    margin-top: -120px;
  }
}
@media screen and (max-width: 750px) {
  #mv_common {
    background-image: url(../img/about/mv_bg_sp.webp);
    margin-top: 0;
  }  
  #mv_common .mv_img {
    width: 26.13333333333333vw;
    left: -7.2vw;
    bottom: -5.06666666666667vw;
  }
}

/* ===============================
	about
 =============================== */
#about {
  overflow-x: hidden;
  padding-top: 160px;
}
#about h3.title {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #about {
    padding-top: 19.73333333333333vw;
  }
  #about .wrap {
    padding: 0 10vw;
  }
}

/* ===============================
	con_1
 =============================== */
section.con_1 {
  container-type: inline-size;  
  position: relative;
  margin-top: 92px;
}
section.con_1 .txt_area {
  width: 450px;
  max-width: 100%;  
  padding-top: 96px;
  padding-bottom: 396px;
}
section.con_1 .img_1 {
  position: absolute;
  top: 0;
  left: 450px;  
}
@container (max-width: 899px) {
  section.con_1 .txt_area {
    width: 50%;
  }
  section.con_1 .txt_area h4.title br.pcNone {
    display: block;
  }
  section.con_1 .img_1 {
    left: 50%;
  }
}
@media screen and (max-width: 750px) {
  section.con_1 {
    margin-top: 8.53333333333333vw;
  }
  section.con_1 .txt_area {
    padding-top: 5.86666666666667vw;
    padding-bottom: 50.4vw;
  }
  section.con_1 .img_1 {
    width: 50%;    
    left: auto;  
    right: 0;
  }
}

/* ===============================
	con_2
 =============================== */
section.con_2 {
  container-type: inline-size;    
  position: relative;
  margin-top: -254px;
}
section.con_2 .txt_area {
  width: 450px;
  max-width: 100%;  
  margin-left: auto;  
  padding-top: 358px;
  padding-bottom: 91px;  
  padding-left: 7.11111111111111%;
}
section.con_2 .img_1 {
  position: absolute;
  top: 0;
  right: 450px;    
}
@container (max-width: 899px) {
  section.con_2 .txt_area {
    width: 50%;
  }
  section.con_2 .img_1 {
    right: 50%;
  }
}
@media screen and (max-width: 750px) {
  section.con_2 {
    margin-top: -40vw;
  }
  section.con_2 .txt_area {
    padding-top: 47.2vw;
    padding-bottom: 8.8vw;  
    padding-left: 4.33333333333333%;
  }
  section.con_2 .txt_area h4.title {
    white-space: nowrap;
  }
  section.con_2 .img_1 {
    width: 50%;
    right: auto;    
    left: 0;
  }
}

/* ===============================
	con_3
 =============================== */
section.con_3 { 
  position: relative;
}
section.con_3 .txt_area {
  width: 450px;
  max-width: 100%;  
  margin-left: auto;  
  padding-bottom: 720px;  
  padding-left: 7.11111111111111%;
}
section.con_3 .txt_area p {
  white-space: nowrap;
}
section.con_3 .img_1 {
  position: absolute;
  top: 130px;
  right: 664px;
}
section.con_3 .img_2 {
  position: absolute;
  bottom: 214px;
  left: 22px;  
}
section.con_3 .img_3 {
  position: absolute;
  bottom: 404px;
  left: 526px;
}
@media screen and (max-width: 750px) {
  section.con_3 .txt_area {
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 43.46666666666667vw;  
    padding-left: 0;
  }  
  section.con_3 .txt_area p {
    white-space: wrap;
  }
  section.con_3 .img_1,
  section.con_3 .img_2 {
    display: none;
  }
  section.con_3 .img_3 {
    width: 90vw;
    max-width: none;
    height: 33.86666666666667vw;
    bottom: 0;
    left: 0;
  }  
}

/* ===============================
	con_4
 =============================== */
section.con_4 { 
  position: relative;
}
section.con_4 .txt_area {
  width: 566px;
  max-width: 100%;
  margin-left: auto;
  padding-top: 172px;
  padding-bottom: 20px;
  padding-left: 18%;
}
section.con_4 .txt_area h4.title {
  margin-bottom: 66px;
}
section.con_4 .img_1 {
  position: absolute;
  top: -182px;
  right: -34px;  
}
section.con_4 .img_2 {
  position: absolute;
  top: 0;  
  right: 566px;
}
section.con_4 .img_3 {
  position: absolute;
  top: 0;
  left: calc(900px + 250px);
}
@media screen and (max-width: 750px) {
  section.con_4 .txt_area {
    width: 100%;
    padding-top: 55.2vw;
    padding-bottom: 33.33333333333333vw;
    padding-left: 0;
  }
  section.con_4 .txt_area h4.title {
    margin-bottom: 6.66666666666667vw;
  }
  section.con_4 .txt_area .txt_normal {
    white-space: nowrap;
    padding-left: 27.2vw;
  }
  section.con_4 .img_1 {
    width: 48.26666666666667vw;
    top: 12.53333333333333vw;
    left: 0;
    right: 0;  
    margin: auto;
  }
  section.con_4 .img_2 {
    width: 33.06666666666667vw;
    left: -10vw;
    top: auto;
    bottom: 0;
  }
  section.con_4 .img_3 {
    display: none;
  }
}

/* ===============================
	con_5
 =============================== */
section.con_5 { 
  position: relative;
  padding-top: 176px;
}
section.con_5 h4.title {
  margin-bottom: 50px;
}
section.con_5 .img_1 picture {
	display: flex;
	justify-content: center;
  overflow: visible;
}
section.con_5 .img_1 img {
  width: auto;  
  max-width: 146.8888888888889%;
}
@media screen and (max-width: 750px) {
  section.con_5 { 
    display: flex;
    flex-direction: column-reverse;
    gap: 23.46666666666667vw;    
    padding-top: 8.8vw;
  }
  section.con_5 h4.title {
    margin-bottom: 0;
  }
  section.con_5 .img_1 img {
    width: 100vw;  
    max-width: none;
  }
}

/* ===============================
	con_6
 =============================== */
section.con_6 { 
  position: relative;
  margin-top: 46px;
  margin-bottom: 150px;
}
section.con_6 .txt_area {
  display: flex;
  flex-direction: column;
  gap: 92px;
  padding-bottom: 200px;
}
section.con_6 .img_1 {
  position: absolute;
  top: 0;
  left: 550px;
}
section.con_6 .img_2 {
  position: absolute;
  bottom: 0;
  left: 550px;
}
@media screen and (max-width: 750px) {
  section.con_6 { 
    margin-top: 8.8vw;
    margin-bottom: 11.2vw;
  }
  section.con_6 .txt_area {
    gap: 6.13333333333333vw;
    padding-top: 44.53333333333333vw;
    padding-bottom: 60vw;
  }
  section.con_6 .img_1 {
    top: 0;
    left: -10vw;
  }
  section.con_6 .img_2 {
    bottom: 0;
    left: auto;
    right: -10vw;
  }
}

/* ===============================
	btn_area
 =============================== */
#about .btn_area {
  text-align: center;
  position: relative;
    background-color: rgba(125, 190, 100, 0.08);
  padding-top: 92px;
  padding-bottom: 98px;
}
#about .btn_area p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;  
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.62962962962963;
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  #about .btn_area {
    padding-top: 9.33333333333333vw;
    padding-bottom: 8.8vw;
  }
  #about .btn_area .wrap {
    overflow: visible;
  }
  #about .btn_area p {
    font-size: 3.6vw;
    margin-bottom: 5.33333333333333vw;
  }
}