h2.title {
  background: url(../img/about/h2.jpg) top center repeat-x;
}

h3.catch {
  font-size: 32px;
  letter-spacing: 1px;
  color: #178e50;
  padding-top: 170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.catch:first-of-type {
  padding-top: 70px;
}

h3.catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #178e50;
  position: absolute;
  bottom: -20px;
  left: 0;
}

h3.catch .subtitle {
  font-size: 20px;
  padding-left: 18px;
}

h3.catch + .wrapper {
  margin-top: 70px;
}


/* ---------------
#vision2020
------------------*/
#vision2020 {
  display: flex;
  align-items: center;
}

#vision2020 #beOrganic {
  background-size: 490px 490px;
  padding-top: 50px;
  margin: 0;
  width: 50%;
}

#vision2020 #beOrganic #catch {
  width: 450px;
  height: auto;
}

#vision2020 #beOrganic #logo {
  width: 40px;
  height: 62px;
  margin: 32px auto 132px auto;
}

#vision2020 .txt {
  width: 50%;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 100px;
  box-sizing: border-box;
}


/* ---------------
#mission2020
------------------*/
#mission2020 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#mission2020 #overview {
  width: 50%;
}

#mission2020 #overview img {
  display: block;
  width: 480px;
  height: 448px;
  margin: 0 auto;
}

#mission2020 .txt {
  width: 50%;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 100px;
  box-sizing: border-box;
}


/* ---------------
#value2020
------------------*/
#value2020 h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}

#value2020 #values {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 1000px;
  margin: 40px auto 0;
}

#value2020 #values li {
  line-height: 1.6;
}

#value2020 #values li h5 {
  display: block;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 80px;
  margin-bottom: 20px;
}

#value2020 #values li h5 .complement {
  display: block;
  font-size: 14px;
}

#value2020 #values li:nth-of-type(1) h5 {
  border: 2px solid #178E50;
}

#value2020 #values li:nth-of-type(2) h5 {
  border: 2px solid #E5E300;
}

#value2020 #values li:nth-of-type(3) h5 {
  border: 2px solid #C94144;
}

#value2020 #values li:nth-of-type(4) h5 {
  border: 2px solid #18B7CD;
}


/* ---------------
#business2020
------------------*/
#list-business li {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  box-sizing: border-box;
  padding-right: 20px;
}

#list-business li:nth-of-type(2n) {
  flex-direction: row-reverse;
  padding: 0 0 0 20px;
}

#list-business img {
  display: block;
  width: 490px;
  height: auto;
}

#list-business .txt {
  width: 490px;
  padding-top: 25px;
  text-align: right;
}

#list-business .txt h4 {
  font-size: 20px;
  padding: 10px 0 10px 20px;
  margin-bottom: 26px;
  text-align: left;
}

#list-business li:nth-of-type(1) h4 {
  border-left: 2px solid #178E50;
}

#list-business li:nth-of-type(2) h4 {
  border-left: 2px solid #E5E300;
}

#list-business li:nth-of-type(3) h4 {
  border-left: 2px solid #C94144;
}

#list-business li:nth-of-type(4) h4 {
  border-left: 2px solid #18B7CD;
}

#list-business li:nth-of-type(5) h4 {
  border-left: 2px solid #d3d1d0;
}

#list-business .txt h4 .complement {
  display: block;
  font-size: 16px;
  margin-top: 1em;
}

#list-business .txt .explain {
  text-align: left;
  padding-left: 22px;
  margin-bottom: 40px;
  line-height: 1.8;
}

#list-business .txt .comingsoon {
  color: #a7a3a1;
}


/* ---------------
#people2020
------------------*/
#people2020 {
  background: url("https://www.icas.jp.net/icas_hp/wp-content/uploads/2024/06/74-scaled.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 29.7vw;
  margin: 180px 0 50px;
  position: relative;
}

#people2020 h2 {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 5vw;
  left: 14vw;
  z-index: 1;
}

#people2020 h2 .subtitle {
  display: block;
  font-size: 20px;
  margin-top: 0.8em;
}

#people2020 a {
  display: block;
  color: #ffffff;
  width: 200px;
  padding: 1em 0 1em 30px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  font-weight: bold;
  position: absolute;
  top: 12vw;
  left: 14vw;
  z-index: 1;
}

#people2020 a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}

#people2020 + .note {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/* ---------------
#campany
------------------*/
#campany {
  margin-top: 200px;
  letter-spacing: 0.05em;
}

#campany h2 {
  font-size: 24px;
  text-align: center;
}

#campany table { 
  text-align: left;
  line-height: 2;
  border-top: 1px solid #E8E8E8;
  margin: 50px auto 100px;
}

#campany tr {
  border-bottom: 1px solid #E8E8E8;
}

#campany th {
  font-weight: bold;
  vertical-align: top;
  width: 340px;
  padding: 1.6em 50px;
  box-sizing: border-box;
}

#campany td {
  padding: 1.6em 0;
}

#campany #location {
  display: flex;
}

#campany #location #map {
  width: 50%;
}

#campany #location #map iframe {
  width: 100%;
  height: 550px;
}

#campany #location #access {
  width: 50%;
  height: 550px;
  padding: 90px 0;
  box-sizing: border-box;
  background: #F8F8F8;
}

#campany #location #access .access-area {
  width: 500px;
  margin: 0 auto;
}

#campany #location #access h3 {
  font-size: 20px;
}

#campany #location #access #address {
  font-weight: bold;
  margin: 0.8em 0 50px;
}

#campany #location #access h4 {
  margin-bottom: 0.6em;
}

#campany #location #access .direction {
  line-height: 1.8;
  margin-bottom: 40px;
}

#campany #location #access #timetable {
  text-align: right;
}

#campany #location #access #timetable li {
  display: inline;
  margin-left: 35px;
}

#campany #location #access a.more::after {
  white-space: nowrap;
  width: 114%;
}

#campany + #contactUs {
  border-top: none;
}









@media screen and (max-width: 750px) {
  h2.title {
    background: url(../img/about/h2.jpg) top center repeat-x;
    background-size: cover;
  }

  h3.catch {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    padding-top: 100px;
    display: block;
  }

  h3.catch:first-of-type {
    padding-top: 40px;
  }

  h3.catch::after {
    bottom: -16px;
  }

  h3.catch .subtitle {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 6px;
  }

  h3.catch + .wrapper {
    margin-top: 50px;
  }


  /* ---------------
  #vision2020
  ------------------*/
  #vision2020 {
    display: block;
  }

  #vision2020 #beOrganic {
    background: transparent;
    padding-top: 0;
    margin: 0 0 40px;
    width: 100%;
  }

  #vision2020 #beOrganic #catch {
    width: 280px;
    height: auto;
	margin-right: 20px;
  }

  #vision2020 #beOrganic #logo {
    display: none;
  }

  #vision2020 .txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }


  /* ---------------
  #mission2020
  ------------------*/
  #mission2020 {
    display: block;
  }

  #mission2020 #overview {
    width: 100%;
  }

  #mission2020 #overview img {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  #mission2020 .txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }


  /* ---------------
  #value2020
  ------------------*/
  #value2020 h4 {
    font-size: 13px;
  }

  #value2020 #values {
    flex-wrap: wrap;
    text-align: center;
    width: 310px;
    margin: 25px auto -25px;
  }

  #value2020 #values li {
    line-height: 1.6;
    width: 145px;
    font-size: 12px;
    margin-bottom: 25px;
  }

  #value2020 #values li h5 {
    width: 145px;
    height: 145px;
    font-size: 13px;
    padding-top: 52px;
    margin-bottom: 12px;
  }

  #value2020 #values li h5 .complement {
    font-size: 12px;
  }


  /* ---------------
  #business2020
  ------------------*/
  #list-business li {
    display: block;
    margin-top: 50px;
    padding-right: 0;
  }

  #list-business li:nth-of-type(2n) {
    padding: 0;
  }

  #list-business img {
    width: 100%;
  }

  #list-business .txt {
    position: relative;
    width: 100%;
    padding: 10px 0 30px;
  }

  #list-business .txt h4 {
    font-size: 18px;
    padding: 8px 0 8px 14px;
    margin-bottom: 16px;
  }

  #list-business .txt h4 .complement {
    font-size: 13px;
  }

  #list-business .txt .explain {
    padding: 0 16px;
    margin-bottom: 0;
  }

  #list-business .txt a,
  #list-business .txt .comingsoon {
    position: absolute;
    bottom: 0;
    right: 20px;
  }


  /* ---------------
  #people2020
  ------------------*/
  #people2020 {
    background: url("https://www.icas.jp.net/wp-content/uploads/2024/02/68.jpg") center center no-repeat;
    background-size: 610px 350px;
    height: 350px;
    margin: 70px 0 30px;
  }

  #people2020 h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  #people2020 h2 .subtitle {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0.6em;
  }

  #people2020 a {
    text-align: center;
    padding: 1em 0;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }


  /* ---------------
  #campany
  ------------------*/
  #campany {
    margin-top: 100px;
    letter-spacing: 0;
  }

  #campany h2 {
    font-size: 20px;
  }

  #campany table {
    margin: 25px auto 50px;
  }

  #campany th {
    width: 120px;
    padding: 1em 0;
  }

  #campany td {
    padding: 1em 0;
  }

  #campany #location {
    display: block;
  }

  #campany #location #map {
    width: 100%;
  }

  #campany #location #map iframe {
    height: 300px;
  }

  #campany #location #access {
    width: 100%;
    height: auto;
    padding: 40px 0 50px;
  }

  #campany #location #access .access-area {
    width: 320px;
  }

  #campany #location #access h3 {
    font-size: 18px;
  }

  #campany #location #access #address {
    margin: 0.8em 0 25px;
  }

  #campany #location #access h4 {
    margin-bottom: 0.6em;
  }

  #campany #location #access #timetable {
    padding-right: 10px;
  }

  #campany #location #access #timetable li {
    margin-left: 30px;
  }

  #campany #location #access .direction {
    line-height: 1.8;
    margin-bottom: 25px;
  }

}