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

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    margin: 30px;
    font-size: 12px;
}

.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 .no3{
    margin: 0 50px;
    text-align: center;
    align-items: center;
}

main .no3 .heading-29 {
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 300;
    margin: 40px 0;
}

main .no3 .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 .no3 p{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;
}

main .no3 span{
    font-weight: 600;
}

main .box-005 .a{
    margin-top: 100px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

main .box-005 .a::before{
    position: absolute;
    content: '';
    top: 5px;
    left: -12px;
    background-color: #4d9bc1;
    border-radius: 50%;
    width: 0.8em;
    height: 0.8em;
}

.box-005 div {
    font-size: 16px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    background: #fff;
    color: #4d9bc1;
    font-weight: 300;
    vertical-align: top;
}

.box-005 p {
    font-size: 16px;
    font-weight: 300;
}

main img{
    width: 400px;
    margin: 30px 0;
}

.no3 .wa{
    font-weight: 600;
}