html {
    scroll-behavior: smooth;
}

p,
div {
	box-sizing: border-box;
	margin:0;
}

.header .profile-notification .function-button-management a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    width: 180px;
    color: #fff;
    border: 1px solid #5e6cef;
    background: #5e6cef;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 540px) {
    .header .profile-notification .function-button-management a {
        padding: 8px 2px;
        width: 170px;
        font-size: 12px;
        font-weight: 600;
    }
}

#section01 a {
	color: #26272A;
}

#section01 a:hover {
	transition: 0.3s;
}

#section01 a:hover .sec01 {
	position: relative;
	bottom:-2px;
	right:-2px;
}

#section01 a:hover .shadow {
	box-shadow: none;
}

.channeltalk .large {
	width: 222px;
	box-sizing: content-box;
}

.channeltalk .large .channeltalk-content {
	letter-spacing: 0;
}

.area-top {
	padding: 20px 0;
}

.inner {
	max-width: 1050px;
	margin: 0 auto;
}

@media screen and (max-width: 1050px) {
	
	.inner {
		padding: 0 25px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.inner {
			padding: 0;
		}
}

.lower-visual {
	background: url(../../../../images/readyfor/lowervisual_right.png) no-repeat top right,url(../../../../images/readyfor/lowervisual_left.png) no-repeat bottom left;
	background-size: 134px;
	min-height: 160px;
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	
	.area-top {
		padding: 0px 0;
	}
	
	.lower-visual {
		background: url(../../../../images/readyfor/lowervisual_right.png) no-repeat top right,url(../../../../images/readyfor/lowervisual_left.png) no-repeat bottom left;
		background-size: 66px;
		min-height: 125px;
		max-width: 1050px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#section01 {
	max-width: 1050px;
	margin: 100px auto;
}

#section01 .right {
	width: 100%;
	padding: 25px 0px 25px 50px;
	align-items: center;
}

#section01 .text {
	width: 60%;
}

.number {
	color: #fff;
	font-size: 96px;
	align-items: center;
	line-height: 1;
	font-weight: 700;
	width: 141px;
	justify-content: center;
}

.number p {
	margin:0;
	margin-top: -15px;
	padding: 0;
}

.image-top {
	width: 40%;
	text-align: center;
	margin: -60px 0 -40px;	
}

#section01 .image {
	width: 40%;
	text-align: center;
	margin: 0px;	
}

@media screen and (max-width: 768px) {
	
	#section01 {
		padding: 0 25px;
		margin: 50px auto;
	}
	
	#section01 .right {
		width: 100%;
		padding: 25px 25px 25px 25px;
		align-items: center;
	}

	#section01 .text {
		width: 100%;
	}
	
	#section01 .title {
		position: relative;
		margin: 20px auto 60px;
	}
	
	#section01 .title span {
		position: absolute;
		top:-20px;
		color: #D9E4FF;
		font-size: 96px;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.number {
		display: none;
	}
	
	.image-top {
		width: 100%;
		text-align: center;
		margin: 0px auto 0px;	
	}
	
	#section01 .image {
		width: 100%;
		text-align: center;
		margin: 0px auto 0px;
	}
	
}

#section02 {
	padding: 25px 0;
}

.sec02-01,
.sec02-02,
.sec02-03 {
	border-left: 1px dotted #5E6CEF;
	padding: 0 40px;
	margin:0 auto;
}

.sec02-03 {
	border-right: 1px dotted #5E6CEF;
}

.sec02-02 span {
	position: absolute;
	bottom:0;
	right:20px;
}

@media screen and (max-width: 768px) {
	
	#section02 {
		padding: 0px 0;
	}
	
	.sec02-01,
	.sec02-02,
	.sec02-03 {
		border: 0;
		padding: 0px 40px 40px;
		margin:0 auto;
		text-align: center;
	}
	
	.sec02-01 {
		padding: 40px;
	}
	
	.sec02-02 .small,
	.sec02-03 .small {
		text-align: left;
	}
	
}

#section03,
#section04,
#section05,
#section06,
#section07,
#section08,
#section09,
#section10,
#section11,
#section12,
#section13,
#section14 {
	padding: 90px 0;
}

h2 span {
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 42px;
	margin: 0 auto 20px;
}

h3.radyfor {
	border-bottom: 3px solid #5E6CEF;
	display: inline-block;
	padding-bottom: 5px;
}

.capture {
	max-width: 380px;
}

.capture img {
	width: 100%;
}

#section03 .text,
#section04 .text,
#section05 .text,
#section06 .text {
	width: calc( 100% - 380px );
	padding:0 0 0 40px;
}
.pop {
	align-items: flex-start;
}
.pop p {
	padding: 25px;
	width: calc( 100% - 243px);
}

.pop p span {
	display: inline;
	background-image: linear-gradient(transparent 60%, #FFF5B3 60%);
}

.pop img {
	margin-left: -30px;
	margin-top:-15px;

}

@media screen and (max-width: 768px) {
	
	#section03 .mb80,
	#section04 .mb80 {
		margin-bottom: 40px;
	}
	
	h2 span {
		display: block;
		width: 61px;
		height: 61px;
		border-radius: 50%;
		margin: 0 auto 20px;
	}
	
	#section03,
	#section04,
	#section05,
	#section06,
	#section08,
	#section11,
	#section12,
	#section13,
	#section14 {
		padding: 45px 25px;
	}
	
	#section03 .text,
	#section04 .text,
	#section05 .text,
	#section06 .text {
		width: 100%;
		padding:0;
	}
	
	.capture {
		max-width: 320px;
		margin:40px auto 0;
	}
	
	.pop {
		align-items: flex-start;
	}
	.pop p {
		padding: 20px;
		width: 100%;
	}

	.pop img {
		width: 92px;
		margin-left: 0px;
		margin-top:-40px;
		position: absolute;
		right:0;
	}
	
}

#section04 .title,
#section06 .title {
	display: inline;
	background-image: linear-gradient(transparent 60%, #F4F7FF 60%);
}

.chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.chevrons span {
  width: 60px;
  height: 25px;
  background: url(../../../../images/readyfor/ico-arrow.png) no-repeat 0 0;
  background-size: 100%;
  display: block;
  margin-bottom: -18px ;
}

.chevrons span {
  animation: scrollDown 1.5s infinite;
}

.chevrons span:nth-child(2) {
  animation-delay: 0.2s;
}

.chevrons span:nth-child(3) {
  animation-delay: 0.4s;
}

#section07 {
	position: relative;
	background: url(../../../../images/readyfor/complete-bg01.png) no-repeat 50% 220px;
	background-size: 656px;
}

#section07 img {
	width: 100%;
	display: block;
}

.section07-bg01 {
	position: absoluteve;
	width: 656px;
	margin:0 auto;
}
.section07-bg02 {
	background: url(../../../../images/readyfor/complete-bg02.png) no-repeat top center;
	background-size: 982px;
	min-height: 671px;
	padding: 160px 0 0;
}
.section07-bg03 {
	position: absolute;
	top:25%;
	left:80px;
	width: 317px;
}
.section07-bg04 {
	position: absolute;
	top:32%;
	right:100px;
	width: 330px;
}

#section07 .capture {
	width: 263px;
	margin:0 auto;
}

.capture img {
}

#section07 .title {
	display: flex;
}
	

span.left {
  width: 30px;
  height: 30px;
  border-left: 3px solid #2D2D2D; 
  transform: rotate(-45deg);
  display: block;
}

span.right {
  width: 30px;
  height: 30px;
  border-right: 3px solid #2D2D2D; 
  transform: rotate(45deg);
  display: block;
}

@keyframes scrollDown {
  0% { transform: rotate(0deg) translateY(0); opacity: 0; }
  30% { opacity: 1; }
  60% { transform: rotate(0deg) translateY(0); opacity: 1; }
  100% { transform: rotate(0deg) translateY(0); opacity: 0; }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
	
	#section07 {
		position: relative;
		background: url(../../../../images/readyfor/complete-bg01.png) no-repeat 50% 110px;
		background-size: 350px;
		padding: 45px 0px;
	}

	.section07-bg02 {
		background: url(../../../../images/readyfor/complete-bg02.png) no-repeat top center;
		background-size: 443px;
		min-height: 421px;
		padding: 80px 0 0;
	}
	
	.section07-bg03 {
		position: absolute;
		top:27%;
		left:0px;
		width: 128px;
	}
	
	.section07-bg04 {
		position: absolute;
		top:32%;
		right:0px;
		width: 137px;
	}
	
	#section07 .capture {
		width: 114px;
		margin:0 auto;
	}
	
	#section07 .title {
		display: flex;
	}
	
	span.left {
	  width: 15px;
	  height: 15px;
	  border-left: 3px solid #2D2D2D; 
	  transform: rotate(-45deg);
	  display: block;
	}

	span.right {
	  width: 15px;
	  height: 15px;
	  border-right: 3px solid #2D2D2D; 
	  transform: rotate(45deg);
	  display: block;
	}
}

#section08 .image {
	min-height: 168px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec08 {
	min-height: 180px;
}

@media screen and (max-width: 768px) {
	
	.sec08 {
		min-height: auto;
	}
	
	#section08 .mt80 {
			margin-top: 40px;
		}
	
	#section08 .mb80 {
		margin-bottom: 40px;
	}

}

#section09 p {
	margin:0;
	box-sizing: border-box;
}

#section09 div {
	box-sizing: border-box;
}

#section09 h4 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 115px;
	border-radius: 63px;
	margin: -90px auto -20px;
}

#section09 h4 span img {
	height: auto;
}

@media screen and (max-width: 768px) {
	
	#section09 {
		padding: 45px 25px 0;
	}
	
	#section09 .mb80 {
		margin-bottom: 40px;
	}
	
	#section09 .col-2 {
		margin:40px 0 80px;
	}
}

#section10 .left-img,
#section10 .right-img {
	max-width: 710px;
	position: relative;
	z-index: 9;
}

#section10 .left-img img,
#section10 .right-img img {
	width: 100%;
}

.circle-left {
	border-radius: 50%;
	width: 348px;
	height: 348px;
	margin-right: -20px;
}

.circle-right {
	border-radius: 50%;
	width: 348px;
	height: 348px;
	margin-left: -20px;
	margin-bottom:120px;
}


.circle-left img {
	width: 198px;
}

.circle-right img {
	width: 170px;
}

@media screen and (max-width: 768px) {
	
	#section10 {
		padding: 0px 25px 45px;
	}
	
	.circle-left {
		border-radius: 50%;
		width: 325px;
		height: 325px;
		margin-right: 0px;
		padding: 10px 25px;
	}

	.circle-right {
		border-radius: 50%;
		width: 325px;
		height: 325px;
		margin-left: 0px;
		margin-bottom:40px;
		padding: 10px 25px;
	}
	
	#section10 .left-img span {
		display: block;
		width: 98px;
		position: absolute;
		right:-20px;
		bottom:-20px;
	}
	
	#section10 .right-img span {
		display: block;
		width: 114px;
		position: absolute;
		left:-20px;
		bottom:-60px;
	}
	
	#section10 .mt80 {
		margin-top: 40px;
	}
	
	#section11 .mt40 {
		margin-top: 20px;
	}
	
}

#section12 .photo-right {
	border-radius: 50%;
	width: 492px;
	height: 492px;
	margin-left:-75px;
}

#section12 .photo-left {
	border-radius: 50%;
	width: 492px;
	height: 492px;
	margin-right:-75px;
	position: relative;
	z-index: 9;
}

#section12 h3.radyfor,
#section13 h3.radyfor {
	border-bottom: 3px solid #54C4B3;
	display: inline-block;
	padding-bottom: 5px;
}

.sec12-left {
	padding: 80px 120px 80px 45px;
}

.sec12-right {
	padding: 80px 45px 80px 120px;
}

.sec12-point {
	max-width: 486px;
	margin-left:-18px;
	z-index: -1;
	padding: 25px 40px;
}

#section12 .pop img {
		width: 164px;
		margin-left: 0px;
		margin-top:0px;
}

#section12 .pop .pc {
	display: inline-block;
	width: auto;
}

@media screen and (max-width: 768px) {
	
	#section12 h2 span img {
		width: 36px;
		height: 28px;
		margin-top:15px;
	}
	
	#section12 .photo-right {
		display: none;
	}

	#section12 .photo-left {
		display: none;
	}
	
	.sec12-img01 {
		text-align: center;
		margin-bottom:-118px;
	}
	
	.sec12-img01 img {
		width: 236px;
		height: 236px;
		border-radius: 50%;
	}
	
	.sec12-left {
		padding: 140px 25px 40px 25px;
		text-align: center;
	}

	.sec12-right {
		padding: 140px 25px 40px 25px;
		text-align: center;
	}
	
	#section12 .pop {
		align-items: flex-start;
		position: relative;
		margin-bottom: 80px;
	}
	
	#section12 .pop .pc {
		display: none;
	}
	
	#section12 .pop {
		margin-top:20px;
	}
	
	#section12 .pop p {
		padding: 25px;
		width: 100%;
	}

	#section12 .pop img {
		width: 110px;
		margin-left: 0px;
		margin-top:0px;
		position: absolute;
		left:0;
		bottom:-30px;
	}
	
	.sec12-point {
		max-width: 80%;
		margin-left:40px;
		z-index: -1;
		padding: 25px 25px 25px 30px;
	}
	
	#section12 .mb80 {
		margin-bottom:40px;
	}

}

#section13 img {
	width: 100%;
}

#section14 .image {
	margin-bottom:30px;
}

#section14 .image img {
	width: 286px;
}

#section14 .image2 {
	margin-top:30px;
}

@media screen and (max-width: 768px) {
	
	#section14 {
		padding: 45px 25px 90px;
	}
	
	#section14 .image {
		margin-bottom:10px;
	}
	
	#section14 .image img {
		width: 164px;
	}
	
	#section14 .image2 {
		margin-top:20px;
	}
	
	#section14 .image2 img {
		width: 334px;
	}
	
	#section14 .mt40 {
		margin-top: 20px;
	}
}