* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* lead
--------------------- */
#lead .common_inner .lead_txt {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  #lead .common_inner .lead_txt {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

/* strengths03
--------------------- */
#strengths03 {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  #strengths03 {
    padding-top: 7rem;
  }
}
#strengths03 .common_inner .h2_title {
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .h2_title {
    margin-bottom: 4rem;
  }
}
#strengths03 .common_inner .h2_title .en {
  display: block;
  font-size: 4.4rem;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .h2_title .en {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
}
#strengths03 .common_inner .h2_title h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .h2_title h2 {
    font-size: 2.2rem;
  }
}
#strengths03 .common_inner .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list {
    display: block;
  }
}
#strengths03 .common_inner .list .list_item {
  width: calc(33% - 0.6rem);
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list .list_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list .list_item:not(:nth-last-of-type(1)) .p_list_item {
    margin-bottom: 3rem;
  }
}
#strengths03 .common_inner .list .list_item .h3_title {
  background: #F4F9F3;
  text-align: center;
  padding: 2.8rem 0 2.1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list .list_item .h3_title {
    padding: 2.4rem 0 2rem;
  }
}
#strengths03 .common_inner .list .list_item .h3_title .en {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--green);
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list .list_item .h3_title .en {
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
  }
}
#strengths03 .common_inner .list .list_item .h3_title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list .list_item .h3_title h3 {
    font-size: 2rem;
  }
}
#strengths03 .common_inner .list .list_item .p_list_item {
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 2rem 3rem 0;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .list .list_item .p_list_item {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 1.5rem 1.5rem 0;
  }
}
#strengths03 .common_inner .green_area {
  position: relative;
  width: auto;
  margin: 6rem 3rem 0;
  padding: 5rem 0 6rem;
  background: var(--green);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .green_area {
    margin: 5rem 1.5rem 0;
    padding: 5rem 0 4rem;
  }
}
#strengths03 .common_inner .green_area .triangular_object {
  position: absolute;
  top: -6%;
  left: 50%;
  width: 8%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .green_area .triangular_object {
    top: -3.5%;
    width: 23%;
  }
}
#strengths03 .common_inner .green_area h4 {
  font-size: 2.4rem;
  color: var(--white);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .green_area h4 {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
#strengths03 .common_inner .green_area .p_green_area {
  font-size: 1.6rem;
  line-height: 3rem;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strengths03 .common_inner .green_area .p_green_area {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0 1rem;
  }
}

/* message
--------------------- */
#message {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  #message {
    padding-top: 7.7rem;
  }
}
#message .common_inner .h2_title {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  #message .common_inner .h2_title {
    margin-bottom: 4rem;
  }
}
#message .common_inner .h2_title .en {
  display: block;
  font-size: 4.4rem;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #message .common_inner .h2_title .en {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    line-height: 3.4rem;
    margin-bottom: 1.6rem;
  }
}
#message .common_inner .h2_title h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #message .common_inner .h2_title h2 {
    font-size: 2.2rem;
  }
}
#message .common_inner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper {
    display: block;
  }
}
#message .common_inner .wrapper .txt_box {
  width: 63%;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .txt_box {
    width: 100%;
  }
}
#message .common_inner .wrapper .txt_box p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .txt_box p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
}
#message .common_inner .wrapper .txt_box .year {
  display: block;
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .txt_box .year {
    font-size: 1.4rem;
  }
}
#message .common_inner .wrapper .pht_box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .pht_box {
    width: 100%;
  }
}
#message .common_inner .wrapper .pht_box .pht {
  border-radius: 0.5rem;
  overflow: hidden;
}
#message .common_inner .wrapper .pht_box .name_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .pht_box .name_box {
    display: block;
    margin-bottom: 2.7rem;
  }
}
#message .common_inner .wrapper .pht_box .name_box .job {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  margin: 3rem 0 1rem;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .pht_box .name_box .job {
    font-size: 1.1rem;
    margin: 2.3rem 0 0.8rem;
  }
}
#message .common_inner .wrapper .pht_box .name_box .name {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #message .common_inner .wrapper .pht_box .name_box .name {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */