/* kv */

.hp-kv {
  display: flex;
  height: 1000px;
  position: relative;
  z-index: 1;
}

.kv-left {
  flex: 1.5;
  background: url('../../img/kv-bg.png') no-repeat center/cover;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  background-size: 100% auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.kv-left-content {
    width: 85%;
    max-width: 550px;
    margin-top: 300px;
    margin-right: 12%;
}

.kv-left-p1 {
  background: #f17d15;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: fit-content;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.kv-left-p2 {
  color: #0264bc;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.kv-left-p3 {
  color: #0264bc;
  font-size: 0.8rem;
}

.kv-right {
  flex: 1;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.kv-icon-box {
  width: 100%;
  max-width: 450px;
  margin-left: -20%;
}




@media (max-width: 768px) {
  .kv-left {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  }
}

/* section */
.hp-sec1 {
  z-index: 2;
	margin: -200px auto 0px;
  background: url(../../img/hp-sec1-bg.png) no-repeat center;
  padding: 200px 30px;
  position: relative;
  background-size: 100% 100%;
}

.hp-sec1-content {
    width: 100%;
    max-width: 800px;
  margin: 0 auto;
}

.hp-sec1-title {
  overflow: hidden;
  position: relative;
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.hp-sec1-title p {
  font-size: 6rem;
  color: #ffffff1c;
  position: absolute;
  top: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.hp-sec1-p1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline #ffffff50;
}

.hp-sec1-p2 {
  color: #fff;
	font-weight: bold;
}

.hp-sec2 {
  margin-top: 60px;
}

.hp-sec2-flex {
  display: flex;
  gap: 10%;
  align-items: center;
}

.hp-sec2-flex-left {
  width: 40%;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}

.hp-sec2-flex-right {
  width: 40%;
}

.hp-sec2-flex-right p {
  color: #0264bc;
  font-weight: bold;
}

.hp-sec2-title1 {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.hp-sec2-title2 {
  font-size: 2rem;
  text-decoration: underline #75a9d8;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}

.hp-sec2-btn {
  margin: 50px 0 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.hp-sec2-btnimg {
  width: 55px;
}

.hp-sec3 {
  border-radius: 20px;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
  border: 18px solid #0264bc;
  background: #fff;
  overflow: hidden;
  padding: 80px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hp-sec3 p,
.hp-sec4 p,
.hp-sec5 p,
.hp-sec6 p{
  color: #0264bc;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.hp-sec3-img {
  max-width: 500px;
}

.hp-sec4 {
  margin-top: 100px;
}

.hp-sec4-flex {
  display: flex;
  gap: 10%;
  align-items: center;
}

.hp-sec4-left {
  width: 45%;
}

.hp-sec4-right {
  width: 45%;
}

.hp-sec4-right-btn {
  border-radius: 10px;
  background: #0264bc;
  display: flex;
  padding: 20px 30px;
  margin-top: 30px;
  align-items: flex-end;
  justify-content: space-between;
}

.hp-sec4-right-p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff !important;
  width: 80%;
  line-height: 1.3;
}

.hp-sec4-right-p span {
  font-size: 1rem;
  display: block;
}

.hp-sec4-btn {
  max-width: 50px;
  margin-bottom: 10px;
}
.hp-sec5
{
  background: url(../../img/hp-sec5-bg.png) #f8f8f8 no-repeat top/contain;
	margin-top:100px;
	    padding-bottom: 50px;
}
.hp-sec5-flex
{
    width: calc(100% - 60px);
      max-width: 880px;
      margin: 0 auto;
      display: flex;
      gap: 10%;
	    align-items: center;
}
.hp-sec5-left
{
  width: 50%;
}
.hp-sec5-left-p1{
	line-height:1.3;
}
.hp-sec5-left-p2{
	text-decoration: underline #75a9d8;
	    margin: 0 0 10px;
	    font-size: 1.2rem;
}
.hp-sec5-left-p2 span
{
  font-size: 1.8rem;
}
.hp-sec5-right
{
  width: 40%;
}
.hp-sec5-bottom{
	    background-color: #ffffff;
    position: relative;
    z-index: 0;
}
.hp-sec5-bottom2{
	background-color: #f8f8f8;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0);
    height: 90px;
    position: relative;
    z-index: 1;
}
.hp-sec6{
	background:#fff;
	padding:60px 0;
}
.hp-sec6-flex{
	display:flex;
	gap:5%;
	    align-items: center;
}
.hp-sec6-left{
	width:50%;
}
.hp-sec6-right{
	width:45%;
}
.hp-sec6-right p{
	font-size:1.8rem;
	line-height:1.5;
	text-decoration: underline #75a9d8;
}

@media screen and (max-width:1440px){
	.kv-left {
		flex: 1.8;
background: url(../../img/kv-bg.png) no-repeat right top;
    background-size: 100%;}
	.kv-left-content {
        margin-top: 250px;
	}
	.hp-kv {
		height: 700px;}
	.kv-icon-box {
		max-width: 350px;}
.hp-sec1 {
    z-index: 2;
	margin: -100px auto 0px;}
}

@media screen and (max-width:1024px){
.kv-left {
        flex: 2.5;
        background-size: 100% 100%;}
	.kv-left-content {
        margin-top: 220px;
    }
	.kv-icon-box {
    width: 130%;
    right: 5%;
    position: absolute;
}

	.hp-sec2-flex-right,
	.hp-sec4-right{
    width: 50%;
}
	.hp-sec2-flex,
	.hp-sec4-flex,
	.hp-sec5-flex{
		gap: 5%;}
	.hp-sec3{
		padding: 60px;
	}
	.hp-sec4-right-p {
		font-size: 1.5rem;}
	.hp-sec4-right-p span {
		font-size: 0.9rem;}
	.hp-sec5-left{
		width:55%;
	}
	.hp-sec6-left {
    width: 45%;
}
	.hp-sec6-right {
    width: 50%;
}
	.hp-sec6-right p {
		font-size: 1.5rem;}
}

@media screen and (max-width:768px){
	    .hp-kv {
        height: 600px;
    }
	.kv-left {
		flex: 3.5;}
	    .kv-left-content {
        margin-top: 150px;
    }
}
@media screen and (max-width:660px){
	    .hp-kv {
        height: auto;
			background: url(../../img/kv-bg-sp.png) no-repeat center/cover;
			flex-direction: column;
    align-items: center;
    }
	.kv-left,
	.kv-right{
		background: none;
	flex:none;
	clip-path: content-box;}
	.kv-right{
		    flex-direction: column;
    align-items: flex-start;
	}
.kv-left-content {
        width: calc(100% - 60px);
        margin: 130px auto 20px;
    }

	.kv-left-p2 {
		font-size: 1.6rem;}
	
	    .kv-icon-box {
        width: 50%;
        position: relative;
        margin: 0 0 50px 30px;
        right: auto;
    }

	.hp-sec1 {
        margin: -70px auto 0px;
        background-size: 150% 100%;
        background-position: right;
        padding: 100px 30px 130px;
    }
	.hp-sec1-title p {
		font-size: 3.5rem;}
	.hp-sec1-p1 {
		font-size: 1.2rem;}
	.hp-sec1-title {
    height: 55px;
    margin-bottom: 20px;
}
	.hp-sec2-flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}
	.hp-sec2-flex-left {
		width: 90%;}
	.hp-sec2-flex-right {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
	.hp-sec2-title1 {
		font-size: 1.1rem;
	    line-height: 1.6;
	        margin-bottom: 10px;}
	.hp-sec2-title2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
		    line-height: 1.6;
}
	.hp-sec2-btn {
		margin: 20px 0 0;}
	.hp-sec3,
	.hp-sec4,
	.hp-sec5{
		margin-top:50px;
	}
	    .hp-sec3 {
        padding: 50px 20px;
        border: 10px solid #0264bc;
    }
	
	.hp-sec4-left,
	.hp-sec4-right,
	.hp-sec6-left,
	.hp-sec6-right{
		width:100%;
	}
	.hp-sec4-flex,
	.hp-sec5-flex,
	.hp-sec6-flex{
        gap: 20px;
        flex-direction: column;
    }
	.hp-sec5-left{
		order:2;
		width:100%;
	}
	.hp-sec5-right{
		order:1;
		        width: 100%;
		max-width:220px;
		
	}
	.hp-sec5-bottom2{
		height:50px;
	}
	    .hp-sec6-right p {
        font-size: 1.2rem;
        line-height: 2;
        text-align: center;
    }
}