main{
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-style: normal;
    margin-bottom: 100px;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    margin: 30px;
    font-size: 12px;
}
@media only screen and (max-width: 960px) {
    .breadcrumb-001{
        gap: 0 8px;
        margin: 10px;
        font-size: 8px;
    }
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .4em;
    height: .4em;
    margin-left: 10px;
    border-top: 1px solid #6e6767;
    border-right: 1px solid #6e6767;
    content: '';
}

.breadcrumb-001 a {
    color: #000;
    text-decoration: none;
}


.breadcrumb-001 .text{
    color: #6e6767;
}

.breadcrumb-001 .text:hover{
    color: #2589d0;
}

main .no5{
    text-align: center;
    align-items: center;
    margin: 50px;
}
@media only screen and (max-width: 960px) {
    main .no5{
       margin: 0 20px;
    }
}

main .no5 .heading-29 {
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 300;
    margin: 40px 0;
}
@media only screen and (max-width: 960px) {
    main .no5 .heading-29{
        font-size: 20px;
        margin: 20px 0;
    }
}

main .no5 .heading-29::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #4d9bc1;
    font-weight: 300;
}

main .no5 p{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;
}
@media only screen and (max-width: 960px) {
    main .no5 p{
        font-size: 12px;
        padding-top: 10px;
    }
}

main .no5 span{
    font-weight: 500;
}

main .no5 li{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
@media only screen and (max-width: 960px) {
    main .no5 li{
        font-size: 12px;
    }
}

.heading12 {
	position: relative;
	font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
}
@media only screen and (max-width: 960px) {
    .heading12{
        font-size: 14px;
        padding-top: 10px;
    }
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #4d9bc1;
	font-size: 16px;
    font-weight: 800;
	border-bottom: 2px solid #4d9bc1;
}
@media only screen and (max-width: 960px) {
    .heading12::before{
        font-size: 14px;
        margin-right: 5px;
    }
}

main h3{
    font-size: 14px;
    font-weight: 300;
    margin-top: 100px;
}
@media only screen and (max-width: 960px) {
    main h3{
        font-size: 12px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 960px) {
    .yoko{
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 10px;
    }
}

@media only screen and (max-width: 960px) {
    .yoko img{
        width: 160px;
    }
}

main img{
    width: 400px;
    margin: 50px 0;
}
@media only screen and (max-width: 960px) {
    main img{
        margin: 30px 0;
        width: 300px;
    }
}