@charset "utf-8";

.core h3 {
  font-size: 45px;
  color: #000;
}

.core h3::before {
  background-color: var(--color-main);
}

.about-section01.core-section01 {
  background-image: url(../img/core-bg.png);
}

.about-section02.core-section02 {
  height: 963px;
}

.about-section02.core-section02 h3 {
  margin-top: 10px;
}

.about-section02.core-section02 h3::before {
  display: none;
}

.about-section02.core-section02 .about-section02-txt p {
  margin-top: 19px;
  font-weight: 600;
}

.about-section02.core-section02 .about-section02-txt span {
  margin-top: 11px;
  color: #1A202C;
}

.about-section02.core-section02 .about-section02-txt img {
  width: 100%;
  max-width: 974px;
  margin-top: 37px;
}

.core-section03 {
  background-color: #F6F6F6;
  padding: 145px 0 121px;
}

.core-section03 .container>p {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

.core-section03 .container>span {
  display: inline-block;
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.3;
  color: #1A202C;
}

.core-section03 .container .core-section03-content-wrap {
  display: flex;
  justify-content: center;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content {
  text-align: center;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content dt {
  display: inline-block;
  padding: 9px 31px;
  margin: 0 auto;
  text-align: center;
  background-color: #3A3A3A;
  border-radius: 99px;
  color: #fff;
  font-size: 24px;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content.dl-1 dt {
  margin-top: 62px;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content.dl-2 dt {
  margin-top: 52px;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content dt span {
  color: #D6F3FF;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content dd {
  margin-top: 20px;
}

.core-section03 .container .core-section03-content-wrap .core-section03-content dd img {
  width: 100%;
  max-width: 1103px;
}

.core-section04 {
  padding: 158px 0 125px;
}


.core-section04 .container>p {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

.core-section04 .container>span {
  display: inline-block;
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.3;
  color: #1A202C;
}

.core-section04 .container>em {
  margin-top: 43px;
  display: block;
  font-size: 22px;
  line-height: 1.3;
  color: var(--color-main);
}

.core-section04 .container .core-section04-content-wrap {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}

.core-section04 .container .core-section04-content-wrap .core-section04-content {
  text-align: center;
}

.core-section04 .container .core-section04-content-wrap .core-section04-content dt {
  display: inline-block;
  padding: 9px 31px;
  margin: 0 auto;
  text-align: center;
  background-color: #3A3A3A;
  border-radius: 99px;
  color: #fff;
  font-size: 24px;
}

.core-section04 .container .core-section04-content-wrap .core-section04-content dd {
  margin-top: 20px;
}

.core-section04 .container .core-section04-content-wrap .core-section04-content dd img {
  width: 100%;
  max-width: 1103px;
}

.core-section04.core-section05 {
  background-color: #F6F6F6;
  padding: 145px 0 123px;
}

.core-section04.core-section05 .container .core-section04-content-wrap {
  justify-content: center;
  margin-top: 70px;
}

@media (max-width:768px) {
  .about-section02.core-section02 .about-section02-txt p{
    letter-spacing: -0.02em;
  }
  .core-section04 .container .core-section04-content-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .about-section02.core-section02{
    height: 600px;
  }
  .core-section03{
    padding: 100px 0 60px;
  }
  .core h3{
    font-size: 26px;
  }
  .core-section03 .container>p{
    font-size: 20px;
  }
  .core-section03 .container>span{
    font-size: 16px;
  }
  .core-section03 .container .core-section03-content-wrap .core-section03-content dt{
    width: 100%;
    font-size: 16px;
    padding: 6px 0;
  }
  .core-section03 .container .core-section03-content-wrap .core-section03-content.dl-1 dt{
    margin-top: 40px;
  }
  .core-section03 .container .core-section03-content-wrap .core-section03-content.dl-2 dt{
    margin-top: 30px;
  }
  .core-section04{
    padding: 100px 0 60px;
  }
  .core-section04 .container>p{
    font-size: 20px;
  }
  .core-section04 .container>span{
    font-size: 16px;
  }
  .core-section04 .container>em{
    font-size: 15px;
  }
  .core-section04 .container .core-section04-content-wrap .core-section04-content dt{
    font-size: 16px;
  }
  .core-section04.core-section05{
    padding: 100px 0 60px;
  }
}