header nav ul li:nth-child(4)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  margin-top: 5px;
}

.firstArea {
  margin: 0 max(3vw, 20px);
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .firstArea {
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .firstArea {
    margin-bottom: 50px;
  }
}
.firstArea .photo {
  width: 46%;
}
.firstArea .photo img {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 668px) {
  .firstArea .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.firstArea > section {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .firstArea > section {
    width: 100%;
  }
}
.firstArea > section h3 {
  font-size: 4rem;
  line-height: 120%;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .firstArea > section h3 {
    font-size: clamp(14px, 3.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .firstArea > section h3 {
    font-size: calc(4rem * 0.75);
  }
}
@media screen and (max-width: 960px) {
  .firstArea > section h3 {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  .firstArea > section h3 {
    margin-bottom: 25px;
  }
}
.firstArea > section p {
  margin-bottom: 30px;
  line-height: 2.2;
  margin-left: 4vw;
}
@media screen and (max-width: 960px) {
  .firstArea > section p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  .firstArea > section p {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.aboutArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1260px) {
  .aboutArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .aboutArea {
    margin-bottom: 50px;
  }
}
.aboutArea section {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .aboutArea section {
    margin-bottom: 25px;
  }
}
.aboutArea section h4 {
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .aboutArea section h4 {
    font-size: clamp(14px, 2.5vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .aboutArea section h4 {
    font-size: calc(3rem * 0.75);
  }
}
.aboutArea section p {
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .aboutArea section p {
    line-height: 1.8;
  }
}
.aboutArea div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutArea div.box.lp {
  flex-direction: row-reverse;
}
.aboutArea div.box .photo {
  width: 41%;
}
.aboutArea div.box .photo img {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 668px) {
  .aboutArea div.box .photo {
    width: 100%;
    margin-bottom: 25px;
  }
}
.aboutArea div.box > div {
  width: 54%;
}
@media screen and (max-width: 668px) {
  .aboutArea div.box > div {
    width: 100%;
  }
}

.symbolArea {
  background-color: #f5f5f5;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .symbolArea {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.symbolArea > div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .symbolArea > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .symbolArea > div {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.symbolArea > div .logo {
  width: 200px;
}
@media screen and (max-width: 960px) {
  .symbolArea > div .logo {
    width: 150px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .symbolArea > div .logo {
    width: 80px;
    margin: 0 auto 20px;
  }
}
.symbolArea > div > section {
  width: calc(100% - 300px);
}
@media screen and (max-width: 960px) {
  .symbolArea > div > section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .symbolArea > div > section {
    width: 100%;
  }
}
.symbolArea > div > section h4 {
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 50px;
  line-height: 180%;
}
@media screen and (max-width: 1200px) {
  .symbolArea > div > section h4 {
    font-size: clamp(14px, 2.5vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .symbolArea > div > section h4 {
    font-size: calc(3rem * 0.75);
  }
}
@media screen and (max-width: 960px) {
  .symbolArea > div > section h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .symbolArea > div > section h4 {
    font-size: 2.2rem;
    line-height: 150%;
    text-align: center;
  }
}
.symbolArea > div > section h4 br.sp_p {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .symbolArea > div > section h4 br.sp_p {
    display: block;
  }
}
.symbolArea > div > section p {
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .symbolArea > div > section p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 668px) {
  .symbolArea > div > section p {
    margin-left: 0;
  }
}

.detailArea {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 860px) {
  .detailArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .detailArea {
    margin-bottom: 50px;
  }
}
.detailArea table {
  width: 100%;
  border-collapse: collapse;
}
.detailArea table tr th, .detailArea table tr td {
  vertical-align: top;
  padding: 17px 0;
  text-align: left;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.scfsArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .scfsArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .scfsArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .scfsArea {
    margin-bottom: 50px;
  }
}
.scfsArea .photo {
  width: 41%;
}
.scfsArea .photo img {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 668px) {
  .scfsArea .photo {
    width: 100%;
  }
}
.scfsArea > section {
  width: 54%;
}
@media screen and (max-width: 668px) {
  .scfsArea > section {
    width: 100%;
    margin-bottom: 25px;
  }
}
.scfsArea > section h3 {
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .scfsArea > section h3 {
    font-size: clamp(14px, 2.5vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .scfsArea > section h3 {
    font-size: calc(3rem * 0.75);
  }
}
.scfsArea > section p {
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .scfsArea > section p {
    line-height: 1.8;
  }
}/*# sourceMappingURL=index.css.map */