@charset "UTF-8";
header {
  border-bottom: solid 0px #9ac01b;
}

#header-mid-right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.inquiry-link {
  width: 153px;
  height: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  background-image: linear-gradient(135deg, rgb(128, 176, 63) 10%, rgb(0, 86, 69) 90%);
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}
.inquiry-link:link {
  color: #fff;
}
.inquiry-link:visited {
  color: #fff;
}
.inquiry-link:active {
  color: #fff;
}

a.inquiry-link:visited {
  color: #fff;
  text-decoration: none;
}

.inquiry-link:hover {
  color: #fff;
  text-decoration: none;
}

.inquiry-link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 12px;
  top: 50%;
  position: absolute;
  display: block;
  transform: translateY(-50%) rotate(-45deg);
}

#header-title {
  background-image: linear-gradient(90deg, rgb(128, 176, 63) 10%, rgb(0, 86, 69) 90%);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 934px) {
  #header-title {
    height: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #header-title {
    height: 50px;
  }
}

#main-title {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0%, -50%);
  display: flex;
  flex-flow: row nowrap;
  width: 24%;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}
@media screen and (max-width: 934px) {
  #main-title {
    left: 30px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #main-title {
    left: 20px;
  }
}

#header-title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
  letter-spacing: 5px;
}
@media screen and (max-width: 934px) {
  #header-title h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #header-title h1 {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
  }
}

#global-navi {
  display: none;
}

#fv-wrap {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

.fv-wrap__imagearea {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv-wrap__imagearea {
    flex-flow: column;
  }
}

.fv-wrap__imagearea__left {
  position: relative;
}

.fv-wrap__titlearea {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fv-wrap__titlearea h2 {
  font-size: 5.5vw;
  color: #fff;
  position: relative;
  left: 60px;
  top: 60px;
  line-height: 1;
  font-weight: bold;
}
.fv-wrap__titlearea p {
  position: absolute;
  color: #FFF;
  left: calc(15% + 160px);
  bottom: 60px;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 934px) {
  .fv-wrap__titlearea h2 {
    font-size: 5vw;
    left: 30px;
    top: 30px;
  }
  .fv-wrap__titlearea p {
    left: calc(15% + 100px);
    bottom: 20px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrap__titlearea h2 {
    font-size: 7vw;
    left: 20px;
    top: 20px;
  }
  .fv-wrap__titlearea p {
    left: calc(15% + 50px);
    bottom: 5px;
    font-size: 4vw;
  }
}

.movie_buttonarea {
  position: absolute;
  width: 15%;
  bottom: 60px;
  left: 60px;
  max-width: 180px;
}
@media screen and (max-width: 934px) {
  .movie_buttonarea {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .movie_buttonarea {
    bottom: 20px;
    left: 20px;
  }
}

.main-image {
  width: 100%;
  display: block;
  height: auto;
}

.fv-wrap__imagearea__right ul {
  display: flex;
  flex-flow: column;
}
.fv-wrap__imagearea__right ul li a {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.fv-wrap__imagearea__right ul li a h3 {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  line-height: 0.9;
}
.fv-wrap__imagearea__right ul li a h3 span {
  font-size: 60%;
}
@media screen and (max-width: 934px) {
  .fv-wrap__imagearea__right ul li a h3 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrap__imagearea__right ul li a h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrap__imagearea__right ul {
    flex-flow: row nowrap;
  }
}

.wood-change-logo {
  width: 28%;
  height: auto;
  display: block;
}

.main-title {
  width: 70%;
  height: auto;
  max-height: 100%;
  margin-left: 2%;
}

#contents {
  padding: 20px 30px 50px;
}

#contents-title {
  position: relative;
  width: auto;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #contents-title {
    display: flex;
    flex-flow: column;
  }
}

#fukidashi {
  width: 180px;
  display: block;
  position: absolute;
  left: calc(50% + 300px);
}
@media screen and (max-width: 934px) {
  #fukidashi {
    width: 140px;
    display: block;
    left: calc(50% + 220px);
  }
}
@media screen and (max-width: 767px) {
  #fukidashi {
    width: 120px;
    position: relative;
    left: auto;
    margin: 0 auto 10px;
    order: 1;
  }
}

#contents .contents-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #005645;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 934px) {
  #contents .contents-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #contents .contents-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    order: 2;
  }
}

.read-text {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 934px) {
  .read-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .read-text {
    margin: 0 0 60px;
    font-size: 14px;
    order: 3;
  }
}

#contents-top {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0;
}
#contents-top h2 {
  font-weight: bold;
  text-align: center;
  color: #005645;
  font-size: 36px;
}
#contents-top h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 934px) {
  #contents-top {
    margin: 0 auto 30px;
  }
  #contents-top h2 {
    font-size: 24px;
  }
  #contents-top h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contents-top {
    margin: 0 auto 30px;
  }
  #contents-top h2 {
    font-size: 18px;
  }
  #contents-top h3 {
    font-size: 14px;
  }
}

#contents-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.contents-flex-image {
  width: 48%;
  height: auto;
}

.contents-flex-text {
  width: 48%;
  border: 2px solid #006756;
  height: 34vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #006756;
  font-size: 18px;
  max-height: 400px;
}

.annotation {
  font-size: 14px;
}

.annotation a {
  text-decoration: underline;
}

.merit01-image {
  width: 100%;
  height: auto;
}

section {
  max-width: 1100px;
  margin-bottom: 180px;
}
@media screen and (max-width: 934px) {
  section {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 120px;
    margin-top: -90px;
    padding-top: 90px;
  }
}

.section-title {
  background-image: linear-gradient(90deg, rgb(128, 176, 63) 10%, rgb(0, 86, 69) 90%);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 140px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
  position: relative;
}

.flexbox {
  margin: 60px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.flexbox .flexbox__left {
  width: calc(100% - 440px);
}
.flexbox .flexbox__left .section__subtitle {
  color: #005645;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}
.flexbox .flexbox__left .section__subtitle::before {
  position: absolute;
  content: "■";
  font-size: 24px;
  left: 0;
}
.flexbox .flexbox__left .section__subheading {
  background-color: #005645;
  padding: 5px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.flexbox .flexbox__left .section__text {
  font-size: 18px;
  margin: 0;
  color: #333;
}
.flexbox .flexbox__left .section__text span {
  font-weight: bold;
  color: #000;
}
.flexbox .flexbox__right {
  width: 400px;
}
.flexbox.flexbox2 {
  flex-flow: column;
  margin: 80px 0 0;
}
.flexbox.flexbox2 .flexbox__left {
  width: auto;
  max-width: 600px;
}
.flexbox.flexbox2 .flexbox__left .section__subheading {
  background-color: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: normal;
  padding: 5px 0px;
  color: #333;
}
.flexbox.flexbox2 .flexbox__left .section__subheading span {
  font-weight: bold;
  color: #000;
}
.flexbox.flexbox2 .flexbox__left .section__text {
  margin: 0 0 30px;
}
.flexbox.flexbox2 .flexbox__right {
  width: 100%;
  display: grid;
  grid-template-columns: 0.95fr 0.9fr 1.07fr;
  gap: 20px;
}
.flexbox.flexbox3 .flexbox__right {
  grid-template-columns: 0.96fr 0.91fr 1.07fr;
}
.flexbox.flexbox4 .flexbox__left {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flexbox.flexbox4 .flexbox__left .flexbox__left__text {
  width: calc(100% - 400px);
}
.flexbox.flexbox4 .flexbox__left .main-image {
  width: 100%;
  display: block;
  height: auto;
  max-width: 360px;
}
.flexbox.flexbox4 .flexbox__right {
  grid-template-columns: 1fr 0.85fr;
}
.flexbox.flexbox5 {
  margin: 60px 0 0;
}
.flexbox.flexbox5 .flexbox__left .section__subheading {
  background-color: transparent;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  font-weight: normal;
  padding: 0px;
  color: #333;
  line-height: 1.2;
}
.flexbox.flexbox5 .flexbox__left .section__subheading span {
  font-weight: bold;
  color: #333;
  font-size: 75%;
}
.flexbox.flexbox5 .flexbox__right {
  grid-template-columns: 1fr;
}
.flexbox.flexbox6 {
  margin: 40px 0 60px;
}
.flexbox.flexbox6 .flexbox__left {
  width: calc(100% - 590px);
}
.flexbox.flexbox6 .flexbox__left .section__subheading {
  background-color: transparent;
  padding: 0;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 10px;
}
.flexbox.flexbox6 .flexbox__right {
  width: 550px;
}
@media screen and (max-width: 934px) {
  .flexbox {
    flex-flow: column-reverse;
  }
  .flexbox.flexbox2 .flexbox__left {
    width: 100%;
    max-width: 100%;
  }
  .flexbox.flexbox2 .flexbox__left .section__subheading {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .flexbox.flexbox2 .flexbox__left .section__text {
    font-size: 16px;
  }
  .flexbox.flexbox6 {
    flex-flow: column;
    margin: 20px 0 60px;
  }
  .flexbox.flexbox6 .flexbox__left {
    width: 100%;
    max-width: 100%;
  }
  .flexbox.flexbox6 .flexbox__left .section__subheading {
    font-size: 20px;
  }
  .flexbox.flexbox6 .flexbox__left .section__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .flexbox .flexbox__left {
    width: 100%;
  }
  .flexbox .flexbox__left .section__subheading {
    font-size: 20px;
  }
  .flexbox .flexbox__left .section__text {
    font-size: 16px;
  }
  .flexbox .flexbox__right {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flexbox {
    margin: 30px 0 0;
  }
  .flexbox.flexbox2 {
    margin: 60px 0 0;
  }
  .flexbox.flexbox2 .flexbox__left .section__subheading {
    font-size: 18px;
  }
  .flexbox.flexbox2 .flexbox__left .section__text {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .flexbox.flexbox2 .flexbox__left .section__text br {
    display: none;
  }
  .flexbox.flexbox2 .flexbox__right {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-flow: column;
  }
  .flexbox.flexbox4 .flexbox__left {
    flex-flow: column;
    margin-bottom: 15px;
  }
  .flexbox.flexbox4 .flexbox__left .flexbox__left__text {
    width: 100%;
  }
  .flexbox.flexbox4 .flexbox__left .main-image {
    width: 100%;
    display: block;
    height: auto;
    max-width: 100%;
  }
  .flexbox.flexbox5 {
    margin: 30px 0 0;
  }
  .flexbox.flexbox6 .flexbox__left .section__subheading {
    font-size: 16px;
  }
  .flexbox.flexbox6 .flexbox__left .section__text {
    font-size: 14px;
  }
  .flexbox.flexbox6 .flexbox__right {
    width: 100%;
  }
  .flexbox .flexbox__left {
    width: 100%;
  }
  .flexbox .flexbox__left .section__subtitle {
    font-size: 18px;
    padding-left: 24px;
  }
  .flexbox .flexbox__left .section__subtitle::before {
    font-size: 18px;
  }
  .flexbox .flexbox__left .section__subheading {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .flexbox .flexbox__left .section__text {
    font-size: 14px;
  }
  .flexbox .flexbox__right {
    margin-bottom: 10px;
  }
}

.features .section__subtitle {
  font-size: 24px;
  color: #98802C;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.features .section__subtitle::before {
  height: 100%;
  background-color: #98802C;
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  content: "";
}
@media screen and (max-width: 767px) {
  .features .section__subtitle {
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.features .featuresflex {
  display: flex;
  flex-flow: column;
  gap: 34px;
}
.features .featuresflex .featuresflex__inner {
  background-color: #D3C7AB;
  border: 3px solid #98802C;
  border-radius: 20px;
  padding: 25px;
}
.features .featuresflex .featuresflex__inner .section__subheading {
  font-size: 24px;
  font-weight: bold;
  color: #42210B;
  margin-bottom: 10px;
}
.features .featuresflex .featuresflex__inner ul {
  padding-left: 24px;
}
.features .featuresflex .featuresflex__inner ul li {
  list-style: disc;
  line-height: 1.8;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.features .featuresflex .featuresflex__inner ul li:last-child {
  margin-bottom: 0;
}
.features .featuresflex .featuresflex__inner ul li span {
  color: #91272D;
}
@media screen and (max-width: 934px) {
  .features .featuresflex .featuresflex__inner .section__subheading {
    font-size: 20px;
  }
  .features .featuresflex .featuresflex__inner ul {
    padding-left: 18px;
  }
  .features .featuresflex .featuresflex__inner ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .features .featuresflex {
    gap: 20px;
  }
  .features .featuresflex .featuresflex__inner {
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #98802C;
  }
  .features .featuresflex .featuresflex__inner .section__subheading {
    font-size: 18px;
  }
  .features .featuresflex .featuresflex__inner ul {
    padding-left: 16px;
  }
  .features .featuresflex .featuresflex__inner ul li {
    font-size: 16px;
  }
}

.strengths .section__subtitle {
  color: #005645;
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 10px;
  padding-left: 30px;
  position: relative;
}
.strengths .section__subtitle::before {
  position: absolute;
  content: "■";
  font-size: 24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .strengths .section__subtitle {
    font-size: 18px;
    padding-left: 24px;
    margin: 30px 0 10px;
  }
  .strengths .section__subtitle::before {
    font-size: 18px;
  }
}
.strengths .flexbox {
  margin: 40px 0 0;
}
.strengths .flexbox:last-of-type {
  margin: 40px 0 60px;
}
.strengths .flexbox .flexbox__left .section__subheading {
  color: #91272D;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 24px;
  background-color: transparent;
  padding: 0;
  line-height: 1.3;
}
.strengths .flexbox .flexbox__left .section__subheading span {
  background-color: #91272D;
  padding: 5px 20px;
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 934px) {
  .strengths .flexbox:last-of-type {
    margin: 60px 0 60px;
  }
  .strengths .flexbox .flexbox__left .section__subheading {
    color: #91272D;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 20px;
    background-color: transparent;
    padding: 0;
    line-height: 1.3;
  }
  .strengths .flexbox .flexbox__left .section__subheading span {
    background-color: #91272D;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .strengths .flexbox {
    margin: 20px 0 0;
  }
  .strengths .flexbox:last-of-type {
    margin: 40px 0 40px;
  }
  .strengths .flexbox .flexbox__left .section__subheading {
    color: #91272D;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
    line-height: 1.8;
  }
  .strengths .flexbox .flexbox__left .section__subheading span {
    background-color: #91272D;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
  }
}
.strengths .section__undertext {
  font-size: 28px;
  color: #005645;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 934px) {
  .strengths .section__undertext {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .strengths .section__undertext {
    font-size: 18px;
  }
}

.reason {
  background-color: #B5C798;
  padding: 30px;
  margin-bottom: 120px;
}
.reason .section__subtitle {
  background-color: #005645;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 30px;
}
.reason ul li {
  margin-bottom: 30px;
}
.reason ul li:last-child {
  margin-bottom: 0px;
}
.reason ul li .section__subheading {
  color: #005645;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
  padding-left: 50px;
  position: relative;
}
.reason ul li .section__subheading::before {
  position: absolute;
  width: 40px;
  height: 8px;
  content: "";
  display: block;
  left: 0;
  background-color: #005645;
  top: 50%;
  transform: translateY(-50%);
}
.reason ul li .section__text {
  font-size: 18px;
}
@media screen and (max-width: 934px) {
  .reason .section__subtitle {
    font-size: 18px;
  }
  .reason ul li .section__subheading {
    font-size: 20px;
  }
  .reason ul li .section__subheading::before {
    width: 30px;
    height: 6px;
  }
  .reason ul li .section__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 20px;
    margin-bottom: 60px;
  }
  .reason .section__subtitle {
    padding: 6px 10px;
    font-size: 16px;
    margin: 0 0 20px;
  }
  .reason ul li .section__subheading {
    font-size: 14px;
    padding-left: 30px;
  }
  .reason ul li .section__subheading::before {
    width: 20px;
    height: 3px;
    top: 10px;
  }
  .reason ul li .section__text {
    font-size: 13px;
  }
}

#skeam .skeam_title {
  font-size: 24px;
  font-weight: bold;
  color: #005645;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #skeam .skeam_title {
    font-size: 18px;
  }
}

.achievements .achievements__title {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}
.achievements .achievements__title .achievements__title_inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 35%;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin-right: 60px;
}
.achievements .achievements__title .achievements__title_inner .main-title {
  width: 70%;
  height: auto;
  max-height: 100%;
  margin-left: 2%;
}
.achievements .achievements__title .achievements__title_text {
  position: relative;
}
.achievements .achievements__title .achievements__title_text h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.achievements .achievements__title .achievements__title_text p {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 934px) {
  .achievements .achievements__title .achievements__title_text h3 {
    font-size: 18px;
  }
  .achievements .achievements__title .achievements__title_text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .achievements .achievements__title .achievements__title_text h3 {
    font-size: 16px;
  }
  .achievements .achievements__title .achievements__title_text p {
    font-size: 14px;
  }
}
.achievements .section__subtitle {
  color: #005645;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
  padding-left: 30px;
  position: relative;
}
.achievements .section__subtitle::before {
  position: absolute;
  content: "■";
  font-size: 24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .achievements .section__subtitle {
    font-size: 18px;
    padding-left: 24px;
    margin: 0 0 20px;
  }
  .achievements .section__subtitle::before {
    font-size: 18px;
  }
}
.achievements .section__subheading {
  color: #005645;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}
.achievements .example__flex {
  display: flex;
  flex-flow: row nowrap;
  gap: 30px;
  margin-bottom: 80px;
}
.achievements .example__flex.example__flex2 {
  margin-bottom: 40px;
}
.achievements .example__flex .example__flex__photo {
  width: 60%;
}
.achievements .example__flex .example__flex__text {
  width: 40%;
}
.achievements .example__flex .example__flex__text h6 {
  color: #fff;
  background-color: #005645;
  padding: 10px;
  font-size: 22px;
  margin-bottom: 5px;
}
.achievements .example__flex .example__flex__text p {
  font-size: 24px;
  color: #005645;
  line-height: 1.6;
  margin-bottom: 20px;
}
.achievements .example__flex .example__flex__text p:last-of-type {
  margin-bottom: 0px;
}
.achievements .example__flex__bottom {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}
@media screen and (max-width: 934px) {
  .achievements .section__subheading {
    font-size: 20px;
  }
  .achievements .example__flex {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    margin-bottom: 80px;
  }
  .achievements .example__flex.example__flex2 {
    margin-bottom: 40px;
  }
  .achievements .example__flex .example__flex__photo {
    width: 60%;
  }
  .achievements .example__flex .example__flex__text {
    width: 40%;
  }
  .achievements .example__flex .example__flex__text h6 {
    color: #fff;
    background-color: #005645;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .achievements .example__flex .example__flex__text p {
    font-size: 18px;
    color: #005645;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .achievements .example__flex .example__flex__text p:last-of-type {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .achievements .achievements__title {
    flex-flow: column;
    gap: 15px;
    align-items: flex-start;
  }
  .achievements .achievements__title .achievements__title_inner {
    width: 240px;
  }
  .achievements .section__subheading {
    font-size: 16px;
  }
  .achievements .example__flex {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-bottom: 60px;
  }
  .achievements .example__flex.example__flex2 {
    margin-bottom: 40px;
  }
  .achievements .example__flex .example__flex__photo {
    width: 100%;
  }
  .achievements .example__flex .example__flex__text {
    width: 100%;
  }
  .achievements .example__flex .example__flex__text h6 {
    color: #fff;
    background-color: #005645;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .achievements .example__flex .example__flex__text p {
    font-size: 16px;
    color: #005645;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .achievements .example__flex .example__flex__text p:last-of-type {
    margin-bottom: 0px;
  }
  .achievements .example__flex__bottom {
    display: flex;
    gap: 15px;
    flex-flow: column;
    margin-bottom: 60px;
  }
  .achievements .example__flex__bottom:last-of-type {
    margin-bottom: 0px;
  }
}

.section-title span {
  background-color: #fff;
  height: calc(100% - 6px);
  padding: 0 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #80B03F;
}

.section-title::before {
  background-image: url(../img/wood-change-logo.png);
  height: 110px;
  width: 110px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.section-title-min {
  color: #005645;
  font-size: 21px;
  margin: 40px 0 10px;
}

.woodcycle_title {
  color: #005645;
  margin: 40px 0 10px;
}

.woodcycle_text {
  font-size: 14px;
}

.select_title {
  color: #005645;
  font-size: 28px;
}

.section-block {
  margin: 100px 0;
}

.section-block2 {
  margin: 40px 0;
}

.section-block h4 {
  font-size: 21px;
  font-weight: bold;
  color: #005645;
  margin-bottom: 30px;
}

.section-block2 h4 {
  margin-bottom: 10px;
}

.section-block h4 span {
  font-size: 60%;
  font-weight: normal;
  color: #000;
}

.section-block h4 span.bold {
  font-weight: bold;
  font-size: 80%;
}

.section-block p {
  font-size: 14px;
}

.section-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.section-flex2 {
  align-items: flex-start;
}

.section-flex.section-flex3 {
  align-items: flex-start;
  margin-bottom: 50px;
}

.section-flex.section-flex5 {
  flex-flow: row wrap;
}

.section-flex3-text {
  text-align: left;
  margin-bottom: 30px;
  width: 48%;
}

.section-flex4-text {
  width: 33%;
}

.section-flex5-text {
  width: 48%;
  margin-bottom: 30px;
}

.section-flex5-text ul {
  padding-left: 20px;
}

.section-flex5-text ul li {
  list-style-type: disc;
}

.section-flex3-text h6 {
  margin-bottom: 30px;
}

.bt0 {
  margin-bottom: 0 !important;
}

.figure.figure17.animate3 {
  width: 100%;
}

.contact-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #005645;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

#contact {
  width: auto;
  height: 80px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, rgb(128, 176, 63) 10%, rgb(0, 86, 69) 90%);
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  padding: 0 80px;
  font-size: 24px;
  max-width: 400px;
  margin: 0 auto 100px;
}

#contact::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 20px;
  top: 50%;
  position: absolute;
  display: block;
  transform: translateY(-50%) rotate(-45deg);
}

#skeam {
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 934px) {
  .inquiry-link {
    display: none;
  }
  #global-navi {
    display: flex;
  }
  main {
    padding-top: 124px;
  }
  .section-title {
    height: 50px;
    padding-left: 140px;
    font-size: 18px;
  }
  .section-title2 {
    height: 70px;
    padding-right: 20px;
  }
  .contents-flex-image {
    width: 48%;
    height: auto;
  }
  .contents-flex-text {
    width: 49%;
    height: 33.5vw;
    font-size: 16px;
  }
  #skeam {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  #main-image {
    width: 100%;
    height: 100vw;
  }
  .main-image {
    width: 100%;
    height: 100%;
  }
  #contents {
    padding: 20px 15px 50px;
  }
  .woodcycle_title {
    color: #005645;
    margin: 30px 0 5px;
    font-size: 14px;
  }
  .section-title-min {
    font-size: 16px;
    margin: 30px 0 10px;
  }
  .select_title {
    font-size: 18px;
  }
  .woodcycle_text {
    font-size: 12px;
  }
  #contents-flex {
    flex-flow: column;
  }
  #contents-top h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contents-flex-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .contents-flex-text {
    width: 100%;
    padding: 20px;
    height: auto;
    font-size: 14px;
  }
  .annotation {
    font-size: 12px;
  }
  .section-title {
    height: 40px;
    padding-left: 80px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .section-title2 {
    height: auto;
    padding: 20px 10px 20px 100px;
  }
  .section-title::before {
    height: 60px;
    width: 60px;
    left: 10px;
  }
  .section-title span {
    padding: 0 10px;
    margin-right: 10px;
  }
  .section-text {
    font-size: 13px;
  }
  .skeam_title.animate3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
  #contact {
    width: auto;
    height: 60px;
    letter-spacing: 0;
    padding: 0 20px;
    font-size: 18px;
  }
  #contact::after {
    width: 10px;
    height: 10px;
  }
  #skeam {
    padding-top: 80px;
    margin-top: -80px;
  }
}/*# sourceMappingURL=hijyutaku.css.map */