main {
  background: none;
}

main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../img/hp-kv.png') #f8f8f8 center center / cover no-repeat;
  z-index: -1;
}

p {
  color: #0264bc;
  letter-spacing: 0.1rem;
	font-weight:500;
}

.about-pc{
	display:block;
}

.about-sp{
	display:none;
}
.about-pc2{
	display:block;
}

.about-sp2{
	display:none;
}
.hp-kv-top {
  padding: 200px 0 30px;
  border-bottom: #0065bc4f solid 2px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hp-kv-title {
  font-weight: bold;
  font-size: 2rem;
}

.hp-kv-title span {
  display: block;
  font-size: 0.8rem;
}

.hp-sitemap {
  font-size: 0.8rem;
  color: #000000;
}

.hp-kv-bottom {
  padding: 80px 0;
  display: flex;
  gap: 4%;
  align-items: center;
}

.hp-kv-left {
  width: 48%;
}

.hp-kv-right {
  width: 48%;
}

.hp-kv-right p {
  font-weight: bold;
}

.hp-kv-h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #0065bc4f;
  line-height: 1;
  margin-bottom: 20px;
  width: fit-content;
}



.about-sec1 {
  padding: 30px 0;
}

.about-sec1-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: -20px;
  padding: 20px 0;
}

.about-sec1-flex-circle {
  width: 300px;
  height: 300px;
  background: #ffffffb8;
  border: 1px solid #0065bc9c;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 7% 0;
}

.about-sec1-flex-circle:not(:first-child) {
  margin-left: -20px;
}

.about-sec1-flex-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.3rem;
  border-bottom: dotted 2px;
  line-height: 1.2;
}

.about-sec1-flex-description {
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
}

.text-box {
  position: relative;
  width: 100%;
  padding: 40px;
  max-width: 700px;
  margin: 50px auto;
}

.text-box p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
}

.text-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 0;
  opacity: 0;
  background: linear-gradient(90deg, #0264bc 0%, #0264bc 20%, transparent 20%);
  transform: rotate(0);
  transform-origin: left center;
}

.text-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 7px;
  width: 0;
  opacity: 0;
  background: linear-gradient(90deg, transparent 80%, #0264bc 80%, #0264bc 100%);
  transform: rotate(0);
  transform-origin: left center;
}

.text-box .decoration-line-1 {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 20%;
  height: 7px;
  background: linear-gradient(90deg, #0264bc 0%, #0264bc 20%, transparent 20%);
  transform: rotate(120deg);
  transform-origin: left center;
}

.text-box .decoration-line-2 {
  position: absolute;
  bottom: -2px;
  right: 2px;
  width: 20%;
  height: 7px;
  background: linear-gradient(90deg, transparent 80%, #0264bc 80%, #0264bc 100%);
  transform: rotate(120deg);
  transform-origin: right center;
}

.text-box.animate::before {
  animation: extendBorder 0.8s ease-out forwards;
}

.text-box.animate::after {
  animation: extendBorder 0.8s 0.5s ease-out forwards;
}

@keyframes extendBorder {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.about-sec2 {
  padding-bottom: 100px;
}

.about-sec2-div {
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  background: #fff;
  padding: 100px 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-sec2-h2 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #0065bc4f;
  line-height: 1;
  margin-bottom: 20px;
  width: fit-content;
}

.about-sec2-flex {
  display: flex;
  gap: 5%;
  margin-top: 40px;
  justify-content: space-evenly;
  align-items: stretch;
}

.about-sec2-left,
.about-sec2-right {
  width: 40%;
}

.about-sec2-lefttitle {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  border: 5px solid;
  width: 100%;
  padding: 8px;
  text-align: center;
}

.about-sec2-righttitle {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  border: 5px solid #0264bc;
  width: 100%;
  padding: 8px;
  text-align: center;
  background: #0264bc;
  color: #fff;
}

.about-sec2-fleximg {
  margin: 30px 0 10px;
}

.about-sec2-flexp {
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
	letter-spacing: 0;
}

.about-sec2-flexp span {
  font-size: 0.7rem;
}

.about-sec2-content {
  padding: 30px;
  margin: 50px 0;
  border: 3px solid #0065bc;
  position: relative;
}

.about-sec2-content::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 45%;
  width: 50px;
  height: 3px;
  background: #0264bc;
  transform: rotate(-45deg);
  transform-origin: left center;
  z-index: 2;
}

.about-sec2-content::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 45%;
  width: 40px;
  height: 5px;
  background: #fff;
  z-index: 1;
}

.about-sec2-content p {
  font-size: 1rem;
  font-weight: bold;
}

.about-sec3 {
  border-radius: 50px;
  background: #0264bc;
  padding: 100px 0;
}

.about-sec3-title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #7fc4ff82;
  line-height: 1;
  margin-bottom: 20px;
  width: fit-content;
}

.about-sec3-flex {
  display: flex;
  gap: 2%;
  margin: 50px 0;
  align-items: stretch;
}

.about-sec3-flexdiv {
  width: 32%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}

.about-sec3-left {
  background-color: #b3d9ff;
}

.about-sec3-center {
  background-color: #d1e8ff;
}

.about-sec3-right {
  background-color: #e9ebef;
}

.about-sec3-flextitle {
  border-radius: 50px;
  background: #0264bc;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.2rem;
	    text-align: center;
    line-height: 1.5;
}

.about-sec3-flexp {
  color: #000000;
  margin-top: 20px;
}

.about-sec3-content {
  background: #146fc1;
  border-radius: 5px;
  padding: 60px;
}

.about-sec3-contenttext {
  color: #fff;
  margin-top: 20px;
}

.about-sec4 {
  padding: 100px 0;
}

.about-sec4-content {
  margin: 30px 0;
	    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.about-sec4-flex {
  display: flex;
  gap: 10px;
  min-height: 240px;
	    margin: 10px 0;
    width: 100%;
}

.hp-sec4-flex-left {
  width: 20%;
  display: flex;
  background: #d0e0ef61;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.hp-sec4-flex-left p {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3rem;
  font-family: 'NOTO SANS JP';
}

.hp-sec4-flex-left span {
  display: block;
  font-weight: bold;
  color: #0065bc;
}

.hp-sec4-flex-right {
  background: #d0e0ef61;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  justify-content: center;
	    width: calc(80% - 10px);
}

.hp-sec4-flex-title {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: dotted 2px;
  width: fit-content;
  line-height: 1.2;
}

.hp-sec4-flex-p {
  margin: 20px 0;
  background: #0065bc;
  color: #fff;
  font-size: 1rem;
  padding: 0px 10px;
  font-weight: 500;
  width: fit-content;
  line-height: 2;
}

.hp-sec4-flex-p2 {
  font-weight: 500;
}

.hp-sec5-bottom {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}


.hp-sec5-bottom2 {
  background: url('../../img/hp-kv.png') #f8f8f8 center center / cover no-repeat;
  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;
	    justify-content: center;
}

.hp-sec6-left {
  width: 40%;
	max-width: 250px;
}

.hp-sec6-right {
    width: 60%;
    max-width: 500px;
}

.hp-sec6-right p {
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline #75a9d8;
	font-weight:bold;
}


@media screen and (max-width:1024px){
	.about-pc{
	display:none;
}

.about-sp{
	display:block;
}


	.about-sec1-flex {
    flex-wrap: wrap;
}
	.about-sec1-flex-circle{
		    width: 320px;
    height: 320px;
		    padding: 10% 0;
	}
	.about-sec1-flex-circle3{
		    margin-top: -60px;
		    margin-left: 0 !important;
		    padding: 12% 0;
	}
	.about-sec3-flextitle {
    padding: 10px 10px;
		font-weight: bold;
	        font-size: 1rem;}
	.about-sec3-flexdiv {
    padding: 40px 20px;
}
	
}

@media screen and (max-width:768px){
	.hp-kv-top {
		padding: 150px 0 20px;}
	.hp-kv-bottom {
		padding: 40px 0 0;}

	.text-box {
    margin: 30px auto;
}
	    .about-sec1-flex-circle {
        width: 280px;
        height: 280px;
        padding: 50px 0;
    }
	.about-sec2-div {
		padding: 60px 30px 30px;}
	.about-sec2,
	.about-sec3{
    padding-bottom: 50px;
	}

	.about-sec3-flex {
		margin: 30px 0;
	    gap: 20px;
	    flex-direction: column;}
	.about-sec3-flexdiv {
		width: 100%;
	        padding: 30px 20px;}
	.about-sec3-flextitle {
		padding: 10px 20px;}
	.about-sec3-content {
    padding: 30px 20px;
}
	.about-sec4{
		padding:50px 0;
	}
		.hp-sec5-bottom2{
		height: 50px;
	}
}
@media screen and (max-width:660px){
	.about-pc2{
		display:none;
	}
	.about-sp2{
		display:block;
	}
	.hp-kv-top {
    align-items: flex-start;
    flex-direction: column;
}
	.hp-sitemap {
		margin: 20px 0 0 auto;}
	.hp-kv-bottom,
	.about-sec2-flex,
	.hp-sec6-flex{
    flex-direction: column;
		gap:30px;
}
	.hp-kv-left,
	.hp-kv-right,
	.about-sec2-left,
	.about-sec2-right{
    width: 100%;
}

	.about-sec1-flex-circle:not(:first-child) {
    margin-left: 0;
		margin-top: -20px;
}
	.about-sec1-flex-circle3 {
		margin-top: -20px;}
	.text-box {
		padding: 40px 20px;}
	.text-box::before {
    top: -20px;
    left: 20px;
		background: linear-gradient(90deg, #0264bc 0%, #0264bc 70%, transparent 70%);}
	.text-box .decoration-line-1 {
    top: -22px;
    left: 22px;
		background: linear-gradient(90deg, #0264bc 0%, #0264bc 70%, transparent 70%);}
	.text-box .decoration-line-2 {
    bottom: -22px;
    right: 22px;
		background: linear-gradient(90deg, transparent 30%, #0264bc 30%, #0264bc 100%);}
	.text-box::after {
    bottom: -20px;
    right: 20px;
		background: linear-gradient(90deg, transparent 30%, #0264bc 30%, #0264bc 100%);}
.about-sec2-div {
        padding: 60px 20px 30px;
    }
	.about-sec3 {
    border-radius: 30px;
    padding: 60px 0;
}
	.about-sec3-title {
		font-size: 1.5rem;}
	.about-sec2-h2 {
    font-size: 1.5rem;
    margin: 0 auto;
		text-align: center;
	margin-bottom: 15px;}
	.about-sec2-h3{
		margin: 0 auto;
		        text-align: center;
	}
	.about-sec4-content {
    gap: 20px;
}
	.about-sec4-flex {
    flex-direction: column;
}
	.hp-sec4-flex-left {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    height: 90px;
    gap: 10px;
}
	.hp-sec4-flex-left p {
		font-size: 3rem;}
	.hp-sec4-flex-left span {
		margin-top: 10px;}
	.hp-sec4-flex-right {
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 15px;
    width: 100%;
}
	    .hp-sec4-flex-p span {
        display: block;
        background: #0065bc;
        padding: 0px 10px;
        margin-bottom: 5px;
        font-size: 0.9rem;
    width: fit-content;
    }
	.hp-sec4-flex-p {
    margin: 15px 0 5px;
    background: none;
    padding: 0;
		        letter-spacing: 0;
}
	.hp-sec4-flex-title {
    font-size: 1.1rem;
    border-bottom: dotted 3px;
}
	.hp-sec4-flex-title span{
		border-bottom: dotted 3px;
		        margin-bottom: 10px;
        display: block;
	}
	.hp-sec6-right{
		width:100%;
		text-align:center;
	}
	.hp-sec6-left{
		width:170px;
	}
	.hp-sec6-right p {
		font-size: 1.2rem;}
}
@media screen and (max-width:365px){
	.about-sec4.Wrapper {
        width: calc(100% - 14px);
    }
	    .hp-sec4-flex-right {
			padding: 30px 10px;}
	.hp-sec4-flex-p span {
		padding: 0px 5px;}
}