@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {

/* p-top-wrapper */

.p-top-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
}

.p-top-wrapper section:not(:last-child) {
	margin-bottom: 100px;
}


/* p-top__ttl */

.p-top__ttl {
    margin-bottom: 50px;
}

.p-top-section02 .p-top__ttl {
    margin-bottom: 50px;
}

.p-top__ttl h2 {
	font-size: 45px;
    line-height: 1.0;
}

.p-top__ttl h3 {
	font-size: 15px;
}


/* p-top-mainimg */

.p-top-mainimg {
    margin-bottom: 100px;
}

.p-top-mainimg .inner {
    width: 88%;
}


/* p-top-content01 */

.p-top-content01 {
  justify-content: center;
    gap:20px 4%;
}

.p-top-content01 a:hover {
    opacity: 1;
}

.p-top-content01 .item {
    width: 48%;
}
    
@media screen and (max-width: 600px) {
    .p-top-content01 .item {
    width: 100%;
        max-width: 400px;
}
}

.p-top-content01 .item::after {
right: 20px;
top: 20px;
}

.p-top-content01 .item__txt {
left: 20px;
top: 20px;
}

.p-top-content01 h6 {
    font-size: 18px;
    letter-spacing: 0.1em;
}


/* p-top-content02 */

.p-top-content02 {
    width: 92%;
    margin-bottom: 50px;
}


/* p-top-content03 */

.p-top-content03 {
    padding: 0px 6%;
}

.p-top-content03 .wrapper {
	white-space: normal;
	padding-bottom: 0px;
    display: flex;
  justify-content: center;
flex-wrap: wrap;
    gap:20px 4%;
}

.p-top-content03 .item {
    width: 48%;
    height: 230px;
}
    
@media screen and (max-width: 600px) {
    .p-top-content03 .item {
    width: 100%;
        max-width: 400px;
        height: 280px;
}
}

.p-top-content03 .item:not(:last-child) {
	margin-right: 0px;
}

.p-top-content03 .item::before {
    left: 15px;
top: 15px;
    width: 300px;
    height: 30px;
}

.p-top-content03 .item__img img {
    bottom: -15px;
    max-width: 280px;
}
    
    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
