@import url("./common.css");

#child .head {
  border-bottom: 1px solid #e2e2e2;
  width: 1920px;
  /* height: 285px; */
  background-color: #fff;
  padding-top: 63px;
  margin: 0 auto;
}
#child .head p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #558ed5;

  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
#child .head h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.05em;
  /* line-height: 36px; */
  color: #171717;
  margin: 0 auto;

  margin-bottom: 33px;
  text-align: center;
}

#child .head div {
  width: 1538px;
  height: 63px;
  margin: 0 auto;
}
#child .head div ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#child .head div ul li {
  width: 220px;
  height: 100%;
}

#child .head div ul li button {
  background-color: transparent;
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 100%;
}

#child .head div ul li button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

#child .head div ul li:hover button {
  background-color: #558ed5;
  border: 1px solid #558ed5;
}
#child .head div ul li:hover button a {
  color: #fff;
  font-weight: 600;
}

#child .head div ul li.active button {
  background-color: #558ed5;
  border: 1px solid #558ed5;
}
#child .head div ul li.active button a {
  color: #fff;
  font-weight: 600;
}

#child #section01 > div {
  padding-top: 106.5px;
  margin: 0 auto;
  text-align: center;
}
#child #section01 .title {
  margin-bottom: 97px;
  margin-top: 0;
}
#child #section01 .title h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 64px;
  color: #333333;
}
#child #section01 .title h1 span {
  color: #558ed5;
  font-weight: 600;
}
#child #section01 .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 40px;
  color: #777777;
  margin-bottom: 20px;
}
#child #section01 div div {
  margin-top: 100.1px;
  margin-bottom: 112px;
}
#child #section01 div div h3 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 46px;
  color: #444444;
  margin-bottom: 52px;
}
#child #section01 div div p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 40px;
  color: #444444;
}
#child #section02 {
  background-color: #77a8cf;
}
#child #section02 .container {
  padding: 138px 0;
}
#child #section02 .container .boxes {
  gap: 24px 25px;
}
#child #section02 .container .box {
  width: 460px;
  height: 200px;
  padding-top: 36px;
  padding-left: 42.5px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
#child #section02 .container .box h5 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 36px;
  color: #000;
  margin-bottom: 25px;
}
#child #section02 .container .box p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 36px;
  color: #717171;
}
#child #section02 .container .box .position-absolute {
  background-color: #558ed5;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  right: 22px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#child #section02 .container .box:nth-of-type(1) .position-absolute img {
  filter: brightness(10) !important;
  transition: all 0.5s;
}
#child #section02 .container .box:hover {
  background-color: #558ed5;
}
#child #section02 .container .box:hover h5 {
  color: #fff;
}
#child #section02 .container .box:hover p {
  color: #fff;
}
#child #section02 .container .box:hover .position-absolute {
  background-color: #fff;
}
#child #section02 .container .box:hover .position-absolute img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%)
    hue-rotate(200deg) brightness(97%) contrast(97%);
}
#child #section02 .container .box:nth-of-type(1):hover .position-absolute img {
  filter: none !important;
}
#child #section03 {
}
#child #section03 .title {
  padding: 114px 0;
  margin: 0 auto;
  text-align: center;
}
#child #section03 .title h2 {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 62px;
  color: #333333;
}
#child #section03 .title h2 span {
  font-weight: 600;
  color: #558ed5;
}

#child #section03 .container {
  padding-bottom: 40px;
  padding-top: 68px;
}

#child #section03 .container h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 70px;
  color: #333333;
  margin-bottom: 76px;
}
#child #section03 .container h2 span {
  font-weight: 600;
  color: #558ed5;
}
#child #section03 .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 44px;
  color: #333333;
}
#child #section03 .downDiv > div {
  padding-top: 41px;
  padding-bottom: 155px;
}
#child #section03 .downDiv .title h2 {
  font-size: 54px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 76px;
  color: #333333;
}
#child #section03 .downDiv .title h2 span {
  font-weight: 600;
  color: #333;
}
#child #section04 {
}
#child #section04 .container {
  padding-bottom: 144.5px;
  padding-top: 145.5px;
}
#child #section04 .container .title {
  margin: 0 auto;
  margin-bottom: 68.5px;
  text-align: center;
}
#child #section04 .container .title h2 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 50px;
  color: #333333;
}
#child #section04 .container .title h2 span {
  font-weight: 600;
  color: #558ed5;
}
#child #section04 .container h4 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 50px;
  color: #333333;
  margin-bottom: 45px;
}
#child #section04 .container p.mx-auto {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 42px;
  color: #777777;
}
#child #section04 .container .boxes {
  margin-top: 103.5px;
  gap: 18px;
}
#child #section04 .container .boxes .box {
  width: 344px;
  height: 240px;
  background-color: #f3f0eb;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#child #section04 .container .boxes .box p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
#child #section05 .position-relative {
  padding-top: 138px;
  padding-bottom: 101px;
  height: 660px;
}
#child #section05 .container h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #fff;
  margin-bottom: 85px;
}
#child #section05 .container h2 span {
  font-weight: 600;
  color: #fcffd5;
}
#child #section05 .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 42px;
  color: #fff;
}

#child #section05 .container p span {
  color: #fcffd5;
}
#child #section05 .position-relative .position-absolute {
  bottom: 101px;
  right: 142px;
  top: 92px;
}
#child #section06 .container {
  padding-top: 109px;
  padding-bottom: 138.5px;
}
#child #section06 .container h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 70px;
  color: #333;
  margin-bottom: 84px;
}
#child #section06 .container h2 span {
  font-weight: 600;
  color: #558ed5;
}
#child #section06 .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 42px;
  color: #333;
}
#child #section07 .container {
  padding-top: 160px;
}
#child #section07 .container .title {
  margin-bottom: 35px;
  margin: 0 auto;
  text-align: center;
}
#child #section07 .container .title h4 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 50px;
  color: #333;
  margin-bottom: 15.5px;
}
#child #section07 .container .title h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 50px;
  color: #558ed5;
  margin-bottom: 60.5px;
}
#child #section07 .container .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 42px;
  color: #777777;
}
#child #section07 .container div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 85px;
  padding-bottom: 133px;
  margin-top: 35px;
}
#child #section07 > div:nth-of-type(2) {
  background-color: #002357;
  height: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#child #section07 > div:nth-of-type(2) h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #fff;
}
#child #section07 > div:nth-of-type(2) h3 span {
  font-weight: 600;
  color: #9ac7ff;
}
#child #section07 > div:nth-of-type(2) h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #fcffd5;
}
#child #section08 > div > .container {
  padding-top: 160px;
  padding-bottom: 183.5px;
}
#child #section08 > div > .container .title {
  text-align: center;
  margin-bottom: 93px;
}
#child #section08 > div > .container .title h4 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #fff;
}
#child #section08 > div > .container .title h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #fff;
}
#child #section08 > div > div:nth-of-type(2) .container {
  padding-top: 144px;
  padding-bottom: 137px;
}
#child #section08 > div > div:nth-of-type(2) .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 44px;
  color: #fff;
}
#child #section08 > div > div:nth-of-type(2) .container h2 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #fff;
}
#child #section08 > div > div:nth-of-type(2) .container h2 span {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #fff;
}
#child #section09 .container {
  padding-top: 167.5px;
  padding-bottom: 170.5px;
}
#child #section09 .container h2 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #333;
  margin-bottom: 107px;
}
#child #section09 .container h2 span {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #558ed5;
}
#child #section09 .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 44px;
  color: #333;
}
#child #section10 > div {
  padding-top: 121.5px;
  padding-bottom: 130px;
  background-color: #f7f7f6;
}
#child #section10 > div .title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 79.5px;
}
#child #section10 > div .title h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #171717;
  margin-bottom: 22px;
}
#child #section10 > div .title h2 span {
  font-weight: 600;
  color: #558ed5;
}
#child #section10 > div .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 36px;
  color: #777;
}
#child #section10 .swiper .swiper-slide img {
    width: 100%;
}