@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.lead
------------------------------ */
.lead {
  padding-bottom: 5.5rem;
  margin-bottom: -5.5rem;
}
@media screen and (max-width: 768px) {
  .lead .lead_ttl {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lead .lead_ttl .sp_min {
    font-size: 4rem;
  }
}
.lead .lead_txt {
  left: 20.5rem;
  bottom: -5.5rem;
  width: 114rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .lead .lead_txt {
    top: 4rem;
    left: -4.5rem;
    bottom: auto;
    width: 43rem;
  }
}

.content {
  overflow: initial;
}

/* ------------------------------
	.about
------------------------------ */
.about .sec_wrap .left_box .pc_tate {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about .sec_wrap .left_box .pc_tate {
    padding: 2rem 0;
    margin-bottom: 3.5rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .about .sec_wrap .wrap {
    padding: 0 0 7rem;
  }
}
.about .about_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .about_box {
    display: block;
  }
}
.about .about_box + .about_box {
  padding-top: 7rem;
  margin-top: 7rem;
  border-top: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .about .about_box + .about_box {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
.about .about_box .txt_box {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .txt_box {
    width: 100%;
  }
}
.about .about_box .txt_box .ttl {
  margin-bottom: 2.5rem;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .about .about_box .txt_box .ttl {
    font-size: 3rem;
    font-feature-settings: "palt";
  }
}
.about .about_box .img {
  width: 48.2rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .img {
    width: 100%;
    margin-top: 2.5rem;
  }
}

/* ------------------------------
	.results
------------------------------ */
.results .sec_wrap .left_box {
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .results .sec_wrap .left_box {
    width: 100%;
  }
}
.results .sec_wrap .left_box .pc_tate {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .results .sec_wrap .left_box .pc_tate {
    padding: 2rem 0;
    margin-bottom: 3.5rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .results .sec_wrap .wrap {
    padding: 0;
    border: 0;
  }
}
.results .sec_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .results .sec_box {
    display: block;
  }
}
.results .sec_box .img {
  width: 51.6rem;
}
@media screen and (max-width: 768px) {
  .results .sec_box .img {
    width: 100%;
  }
}
.results .sec_box .img:nth-child(n+3) {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .results .sec_box .img:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .results .sec_box .img:nth-child(n+2) {
    margin-top: 2rem;
  }
}

/* ------------------------------
	.company
------------------------------ */
.company .wrap {
  padding: 10rem 12rem 7.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .company .wrap {
    padding: 10rem 0 6.5rem;
  }
}
.company .company_ttl {
  margin-bottom: 6rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company .company_ttl {
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 2.4rem;
  }
}
.company .company_box {
  display: flex;
  border-top: 1px solid #003333;
  border-left: 1px solid #003333;
  border-right: 1px solid #003333;
}
.company .company_box:last-of-type {
  border-bottom: 1px solid #003333;
}
@media screen and (max-width: 768px) {
  .company .company_box {
    display: block;
  }
}
.company .company_box .ttl,
.company .company_box .txt {
  padding: 1rem 2rem 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company .company_box .ttl,
  .company .company_box .txt {
    padding: 1rem 2rem;
  }
}
.company .company_box .ttl {
  flex-shrink: 0;
  width: 23.5rem;
  background: #E5E5E5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company .company_box .ttl {
    border-right: 1px solid #003333;
  }
}
@media screen and (max-width: 768px) {
  .company .company_box .ttl {
    width: 100%;
    border-bottom: 1px solid #003333;
  }
}
.company .company_box .txt {
  width: 100%;
}
.company .txt_box {
  margin-top: 2.5rem;
}
.company .txt_box .txt {
  line-height: 1.5;
}
.company .txt_box .txt + .txt {
  margin-top: 1.5em;
}