#section1 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #section1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#section1 .bullet-header {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #section1 .bullet-header {
    margin-bottom: 3rem;
  }
}

#section2 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #section2 {
    padding-bottom: 4rem;
  }
}
#section2 .block {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #section2 .block {
    margin-bottom: 4rem;
  }
}
#section2 .block .flex-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section2 .block .flex-contents {
    flex-direction: column;
  }
}
#section2 .block .flex-contents .img-container {
  width: 65rem;
}
@media screen and (max-width: 767px) {
  #section2 .block .flex-contents .img-container {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#section2 .block .flex-contents .img-container img {
  width: 100%;
  vertical-align: top;
}
#section2 .block .flex-contents .text-box {
  width: 55.4rem;
}
@media screen and (max-width: 767px) {
  #section2 .block .flex-contents .text-box {
    width: 100%;
  }
}
#section2 .block .flex-contents.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #section2 .block .flex-contents.reverse {
    flex-direction: column;
  }
}
#section2 .block:last-child {
  margin-bottom: 0;
}
#section2 .title-contents-flex {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 767px) {
  #section2 .title-contents-flex {
    margin-bottom: 1rem !important;
  }
}

#section3 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #section3 {
    padding-bottom: 4rem;
  }
}
#section3 .bullet-header {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  #section3 .bullet-header {
    margin-bottom: 3rem !important;
  }
}
#section3 .table {
  width: 100%;
  border: 1px solid #d6d6d6;
}
#section3 .table tr {
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  #section3 .table tr {
    border-bottom: none;
  }
}
#section3 .table tr th, #section3 .table tr td {
  box-sizing: border-box;
  padding: 3.2rem 5rem;
}
@media screen and (max-width: 767px) {
  #section3 .table tr th, #section3 .table tr td {
    padding: 1rem 1rem;
    display: block;
    width: 100%;
  }
}
#section3 .table tr th {
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  #section3 .table tr th {
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 100%;
  }
}
#section3 .table tr td {
  width: calc(100% - 28rem);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #section3 .table tr td {
    padding-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    width: 100%;
  }
}
#section3 .table tr td a {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
  position: relative;
  padding-right: 1.82rem;
}
@media screen and (max-width: 767px) {
  #section3 .table tr td a {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#section3 .table tr td a[target=_blank]:after {
  content: "";
  position: absolute;
  width: 1.32rem;
  height: 1.32rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../common/img/general/external.png") no-repeat center/100% auto;
}
#section3 .table tr td a.url-link[target=_blank]:after {
  width: 2.1rem;
  height: 2.1rem;
  right: -2.2rem;
  background: url("../../common/img/general/external.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #section3 .table tr td a.url-link[target=_blank]:after {
    width: 1.6rem;
  }
}

#section4 {
  position: relative;
}
#section4 .text-right {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: right;
  color: #223c2e;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #section4 .text-right {
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-align: left;
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 1rem;
  }
}

iframe {
  width: 100%;
  height: 63rem;
  border: none !important;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  iframe {
    height: 30rem;
  }
}/*# sourceMappingURL=about_us.css.map */