@media only screen and (min-width : 501px) {
body {
background: url("images/pc_bg.jpg") no-repeat top center;
background-size: cover;
background-attachment: fixed;
}
}
main{
background: #fff;
}
.main{
position: relative;
text-align: center;
font-weight: 700;
}
.main-ttl{
position: absolute;
width: 82.5%;
top: 26%;
left: 8.75%;
}
.main-ill{
position: absolute;
width: 38%;
top: 57%;
left: 31%;
}
.main-copy{
position: absolute;
width: 90%;
bottom: 6%;
left: 5%;
}
.sec-ttl{
}
.prof-sec{
padding: 8% 5% 12%;
background: url("images/prof-bg.jpg") no-repeat top center;
background-size: cover;
}
.prof-detail-box{
display: flex;
justify-content: space-between;
}
.prof-detail-img{
width: 27%;
}
.prof-detail-cont{
width: 70%;
display: flex;
align-items: center;
font-size: clamp(12px, 5.9vw, 30px);
}
.prof-detail-cont span{
font-size: clamp(12px, 3.9vw, 20px);
}
.prof-ex{
font-size: clamp(12px, 3.9vw, 20px);
font-weight: 500;
}
.prof-history-box{
background: #fff;
padding: 5% 5% 25%;
border-radius: 2.6vw;
position: relative;
}
.prof-history-box-ill{
position: absolute;
width: 29%;
right: 6%;
bottom: -8%;
}
.prof-history-box p.prof-history-box-ttl{
color: #FE5300;
font-size: clamp(12px, 4.6vw, 22px);
font-weight: 500;
}
.prof-history-box p{
font-size: clamp(12px, 3.7vw, 18px);
}
.anchor-sec{
position: relative;
}
.anchor01{
position: absolute;
width: 28%;
left: 12%;
top: 55%;
}
.anchor02{
position: absolute;
width: 28%;
left: 46%;
top: 6%;
}
.anchor03{
position: absolute;
width: 28%;
left: 67%;
top: 47%;
}
.anchor04{
position: absolute;
width: 28%;
left:22.5%;
top: 26%;
}
.sec-main{
position: relative;
}
.sec-main-ttl{
width: 78%;
position: absolute;
top: 19%;
left: 11%;
}
.sec02 .sec-main-ttl{
width: 78%;
position: absolute;
top: 8%;
left: 11%;
}
.sec03 .sec-main-ttl{
width: 78%;
position: absolute;
top: 23%;
left: 11%;
}
.sec05 .sec-main-ttl{
width: 78%;
position: absolute;
top: 7%;
left: 11%;
}
.sec02-main-sub-ttl{
width: 82%;
position: absolute;
top: 26%;
left: 9%;
}
.sec03-main-sub-ttl{
width: 67%;
position: absolute;
top: 42%;
left: 16.5%;
}
.sec01-main-ill{
position: absolute;
width: 50%;
left: 25%;
bottom: 13%;
}
.sec02-main-ill{
width: 50%;
position: absolute;
bottom: 6%;
left: 22%;
}
.sec03-main-ill{
width: 90%;
position: absolute;
bottom: 12%;
left: 5%;
}
.sec04-main-ill{
width: 44%;
position: absolute;
bottom: 10%;
left: 28%;
}
.sec01 .block01{
background: url("images/sec01-block01-bg.jpg") top center;
background-size: cover;
padding: 12% 5% 8%;
}
.sec01 .block02{
background: url("images/sec01-block02-bg.jpg") top center;
background-size: cover;
padding: 12% 5% 8%;
}
.sec02 .block{
background: url("images/sec02-block-bg.jpg") top center;
background-size: cover;
padding: 12% 5% 8%;
}
.sec03 .block{
background: url("images/sec03-block-bg.jpg") top center;
background-size: cover;
padding: 12% 5% 8%;
}
.sec04 .block01{
background: url("images/sec04-block01-bg.jpg") top center;
background-size: cover;
padding: 12% 5% 8%;
}
.sec04 .block02{
position: relative;
}
.sec05 .block{
background: #E8E8E8;
padding: 7% 5% 8%;
}
.schedule-cont{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.schedule-once{
width: 47%;
margin: 0 1.5%;
}
.block-text{
font-weight: 500;
font-size: clamp(12px, 3.9vw, 20px);
}
.talk-cont{
padding: 0;
}
.talk-box01{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.talk-box01 p{
position: relative;
font-size: clamp(12px, 3.45vw, 17px);
padding: 3.5% 5%;
border-radius: 2.6vw;
}
.talk-av{
width: 19.5%;
}
.talk-cont-l{
width: 80%;
padding: 0 5% 0 0;
}
.talk-cont-r{
width: 80%;
padding: 3% 6% 0 5%;
}
.talk-box01 .talk-cont-r p{
background: #fff;
font-weight: 500;
}
.talk-box01 .talk-cont-r p::after{
position: absolute;
width: 8%;
height: 70%;
top: 7%;
left: -5%;
content: '';
background: url("images/arrow-gray.svg") no-repeat;
background-size: 100% auto;
}
.talk-box01 .talk-cont-l p{
background: #fff;
font-weight: 500;
}
.talk-box01.point-ex .talk-cont-l p{
background: #FFF2AF;
width: 100%;
}
.talk-box01 .talk-cont-l p::after{
position: absolute;
width: 8%;
height: 70%;
top: 18%;
right: -5%;
content: '';
background: url("images/arrow-t01.svg") no-repeat;
background-size: 100% auto;
}
.talk-box01.point-ex .talk-cont-l p::after{
position: absolute;
width: 8%;
height: 70%;
top: 18%;
right: -5%;
content: '';
background: url("../14/images/arrow-t02.svg") no-repeat;
background-size: 100% auto;
}
.talk-box01.point-ex .talk-av{
width: 30%;
}
.talk-box01.point-ex .talk-cont-l{
width: 64%;
padding: 0 0 0;
display: flex;
align-items: center;
}
.talk-box01.point-ex{
margin: -6% auto -4%;
}
.talk-av .w112{
width: 130%;
position: relative;
margin: -20% 0 0 -10%;
}
.level-up01{
width: 94%;
margin: 0 auto;
}
.sec04-block02-ttl{
position: absolute;
width: 86%;
top: 9%;
left: 7%;
}
.sec04-block02-img{
position: absolute;
width: 38.5%;
right: 5%;
top: 25%;
}
.sec04-block02-ill{
position: absolute;
width: 63%;
left: 8%;
bottom: 7%;
}


@media only screen and (min-width : 501px) {
.prof-history-box,
.talk-box01 p{
border-radius: 18px;
}
}