@charset "UTF-8";

.home section {
  text-align: center;
}

.home section .inner {
  width: 720px;
  background: rgba(242, 242, 242, 0.7);
  padding: 35px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.home .banner {
  padding: 0;
}

.home .banner img {
  width: 100vw;
  max-width: 100%;
  height: auto;
}

.home .sec_01 {
  position: relative;
  padding: 0;
  margin-top: -1px;
}

.home .sec_01 .bg {
  width: 50%;
  height: 450px;
  float: right;
  background: url("/resources/images/index/index/bg_sec_01.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home .sec_01 .bg_company {
  width: 50%;
  height: 450px;
  float: right;
  background: url("/resources/images/index/index/bg_company.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home .sec_01 .textbox .inner {
  width: 50%;
  float: left;
  background: none !important;
  padding: 15px;
}

.home .sec_01 .textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.home .sec_01 .textbox_inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.home .sec_01 .textbox .tac {
  margin-bottom: 30px;
}

.home .sec_01 .textbox h3 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
}

.home .sec_01 .btn {
  width: 100%;
}

.home .sec_01 .btn a {
  color: #646262;
  width: auto;
  border: 1px solid #646262;
  background: transparent;
}

.home .sec_02 {
  position: relative;
  background: #c8161d;
  padding: 0;
}

.home .sec_02 .bg {
  width: 50%;
  height: 450px;
  float: left;
  background: url("/resources/images/index/index/bg_sec_02.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home .sec_02 .bg_column {
  width: 50%;
  height: 450px;
  float: left;
  background: url("/resources/images/index/index/bg_column.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home .sec_02 .textbox .inner {
  width: 50%;
  float: right;
  background: none !important;
  padding: 15px;
}

.home .sec_02 .textbox {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.home .sec_02 .textbox_inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.home .sec_02 .textbox .tac {
  margin-bottom: 30px;
}

.home .sec_02 .textbox h3 {
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
}

.home .sec_02 .btn {
  width: 100%;
}

.home .sec_02 .btn a {
  width: auto;
  border: 1px solid #fff;
  background: transparent;
}

.home .sec_03 {
  padding: 0;
}

.home .sec_03 .inner {
  width: 100%;
  background: transparent !important;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 50px;
}

.home .sec_03 ul {
  padding: 0 10px;
  margin-bottom: 50px;
}

.home .sec_03 ul li {
  text-align: left;
  padding: 20px 30px;
  border-top: 1px dashed #a0a0a0;
}

.home .sec_03 ul li:last-child {
  border-bottom: 1px dashed #a0a0a0;
}

.home .sec_03 ul li .post_date {
  font-family: 'Century Gothic';
  font-size: 18px;
  line-height: 1.3;
  float: left;
}

.home .sec_03 ul li .post_title {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 120px;
}

.home .fb {
  padding: 0 0 40px;
}

.home .sec_04 {
  background: url("/resources/images/index/index/bg_sec_04.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0px;
}

.home .sec_04 h2 {
  margin-bottom: 10px;
}

.home .sec_05 {
  background: #fff;
  padding: 55px 0 55px;
}

.home .sec_05 .inner {
  background: none;
  padding: 0;
}

.home .sec_06 {
  padding: 0;
}

.banner {
  margin: 0;
}

.banner-main {
  width: 97%;
  height: 300px;
  background-color: #c8161d;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right,
      #c8161c5c 15%,
      #c8161cdf 35%,
      #c8161d 50%),
    url("/resources/images/startup_package/img/startup_package_company_strength.jpeg");
  background-size: auto 130%;
  background-repeat: no-repeat;
}

.banner-main2 {
  width: 97%;
  height: 300px;
  background-color: #c8161d;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #c8161d 50%;
  background-size: auto 130%;
  background-repeat: no-repeat;
}

.home .banner .banner-main .btn {
  width: 100%;
}

.home .banner .banner-main .btn a {
  width: auto;
  border: 1px solid #fff;
}

.banner-content {
  width: calc(100% - 40px);
  height: 260px;
  border: 3px solid white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.home .banner .banner-main .banner-content h1 {
  font-size: clamp(20px, 4vw, 45px);
  font-weight: bold;
  color: white;
  text-shadow: rgba(30, 30, 30, 0.863) 1px 0 10px;
}

.home .banner .banner-main .banner-content .banner-sub p {
  font-size: clamp(12px, 2vw, 28px);
  font-weight: bold;
  margin: 20px;
  padding-bottom: 5px;
  color: white;
  text-shadow: rgba(30, 30, 30, 0.945) 1px 0 30px;
}

.banner-main::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 220px;
  max-width: 360px;
  min-width: 100px;
  max-height: 360px;
  min-height: 100px;
  width: 36vw;
  height: 36vw;
  background-color: white;
  border-radius: 50%;
  transform: translateY(-50%);
}

.banner-main2::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 220px;
  max-width: 360px;
  min-width: 100px;
  max-height: 360px;
  min-height: 100px;
  width: 36vw;
  height: 36vw;
  background-color: #c8161d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.home .banner .banner-main .banner-content .banner-logo {
  position: absolute;
  top: 68%;
  right: 1.5%;
  width: clamp(144px, 20vw, 200px);
  height: auto;
  transform: translateY(-50%);
}


/* mobile */
@media (max-width: 720px) {
  .home section .inner {
    width: 100%;
    padding: 30px 25px 20px;
  }

  .home section {
    padding: 35px;
  }

  .home .sec_01 .bg,
  .home .sec_02 .bg,
  .home .sec_01 .bg_company,
  .home .sec_02 .bg_column {
    display: none;
  }

  .home .sec_01 .textbox .inner,
  .home .sec_02 .textbox .inner {
    width: 100%;
    float: none;
    padding: 35px;
  }

  .home .sec_01 .textbox,
  .home .sec_02 .textbox {
    position: static !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
  }

  .home .sec_03 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home .sec_03 .inner {
    width: 100%;
    padding: 35px 0;
  }

  .home .sec_03 ul {
    margin-bottom: 30px;
  }

  .home .sec_03 ul li {
    padding: 20px 0;
  }

  .home .sec_03 ul li .post_date {
    font-size: 12px;
  }

  .home .sec_03 ul li .post_title {
    font-size: 12px;
    margin-left: 75px;
  }

  .home .sec_05 {
    padding: 35px;
    padding-bottom: 15px;
  }

  .banner-main {
    height: 200px;
  }

  .banner-content {
    width: calc(100% - 20px);
    height: 180px;
  }

  .banner-main::before {
    display: none;
  }

  .home .banner .banner-main .banner-content .banner-logo {
    display: none;
  }
}
