:root {
    --main-theme-color: #006837;
}
* {
    box-sizing: border-box;
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
body.open {
    overflow: hidden;
}
a {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.pc2 {
    display: block;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}
.container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: clip;
    width: 100%;
    max-width: 1920px;
}
/* fv */
.fv {
    background: url(/bridgestoneladiesopen/images/fv-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 680px;
    padding: 50px 0;
    width: 100%;
}
.fv-image {
    margin: 0 auto;
    width: 92%;
    max-width: 1015px;
}
@media screen and (max-width: 968px) {
    .fv {
        height: 500px;
    }
}
@media screen and (max-width: 768px) {
    .fv {
        height: 400px;
    }
}

/* plan */
.plan {
    padding: 85px 0 0;
}
.plan-inner,
.application-inner {
    margin: 0 auto;
    width: 100%;
}
.plan-head,
.application-head {
    margin: 0 0 85px;
    text-align: center;
}
.plan-head h2,
.application-head h2 {
    color: var(--main-theme-color);
    font-size: 48px;
    font-weight: 900;
}
.plan-head h2::after,
.application-head h2::after {
    background: url(/bridgestoneladiesopen/images/ttl.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    margin: 5px auto 0;
    width: 250px;
}
.detail {
    margin: 55px auto 20px;
    width: 92%;
    max-width: 500px;
}
.detail p {
    color: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 20px;
}
.detail p::before,
.detail p::after {
    background: var(--main-theme-color);
    content: "";
    display: block;
    height: 30px;
    width: 2px;
}
.detail p::before {
    margin-right: 15px;
    transform: rotate(-20deg);
}
.detail p::after {
    margin-left: 15px;
    transform: rotate(20deg);
}
.plan-head__txt {
    color: var(--main-theme-color);
    font-size: 45px;
    font-weight: 700;
}
.plan-head__txt::after {
    background: url(/bridgestoneladiesopen/images/arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 62px;
    margin: 25px auto 0;
    width: 16px;
}
.plan-body {
    background: url(/bridgestoneladiesopen/images/plan-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0;
}
.plan-body__txt,
.plan-content {
    margin: 0 auto;
    width: 92%;
    max-width: 1100px;
}
.plan-body__txt {
    margin: 0 auto 55px;
    text-align: center;
}
.plan-body__txt p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 2em;
}
.plan-content__ttl {
    margin: 0 0 35px;
    text-align: center;
}
.plan-content__ttl h3::before {
    background: url(/bridgestoneladiesopen/images/recommend.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    margin: 0 auto 15px;
    width: 243px;
}
.plan-content__ttl h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}
.plan-content__ttl h3::after {
    background: url(/bridgestoneladiesopen/images/ttl-w.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    margin: 5px auto 0;
    width: 250px;
}
.plan-items {
    display: flex;
    flex-direction: column;
    gap: 85px;
}
.plan-item__head {
    margin: 0 0 20px;
    text-align: center;
}
.plan-item__head::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 210px;
    margin: 0 auto 25px;
    width: 360px;
}
.plan-item:nth-child(1) .plan-item__head::before {
    background-image: url(/bridgestoneladiesopen/images/plan-a.png);
}
.plan-item:nth-child(2) .plan-item__head::before {
    background-image: url(/bridgestoneladiesopen/images/plan-b.png);
}
.plan-item:nth-child(3) .plan-item__head::before {
    background-image: url(/bridgestoneladiesopen/images/plan-c.png);
}
.plan-item__head h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8em;
}
.plan-item__head p {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.plan-point__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 85px;
    margin-top: 85px;
}
.plan-point__item {
    background: #fff;
    border: 2px solid var(--main-theme-color);
    padding: 80px 10px 30px;
    position: relative;
    text-align: center;
    width: calc((100% - (40px * 2)) / 3);
}
.plan-point__item::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 120px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    width: 120px;
}
.plan-point__item:nth-child(1)::before {
    background-image: url(/bridgestoneladiesopen/images/point1.png);
}
.plan-point__item:nth-child(2)::before {
    background-image: url(/bridgestoneladiesopen/images/point2.png);
}
.plan-point__item:nth-child(3)::before {
    background-image: url(/bridgestoneladiesopen/images/point3.png);
}
.plan-point__item:nth-child(4)::before {
    background-image: url(/bridgestoneladiesopen/images/point4.png);
}
.plan-point__item:nth-child(5)::before {
    background-image: url(/bridgestoneladiesopen/images/point5.png);
}
.plan-point__item:nth-child(6)::before {
    background-image: url(/bridgestoneladiesopen/images/point6.png);
}
.plan-point__item p {
    font-size: 26px;
    font-weight: 700;
}
.plan-item__card {
    background: #fff;
    border: 2px solid var(--main-theme-color);
    padding: 25px 0;
}
.plan-card__in {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.plan-card__in h5 {
    background: var(--main-theme-color);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
}
.plan-card__text p {
    font-size: 26px;
    font-weight: 700;
}
.plan-card__text p:not(:first-child) {
    border-top: 1px dashed var(--main-theme-color);
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.plan-card__text p.notice {
    border-top: 0;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 0;
}
.plan-card__text p span {
    color: var(--main-theme-color);
    font-size: 22px;
}
@media screen and (max-width: 968px) {
    .plan {
        padding: 65px 0 0;
    }
    .plan-head,
    .application-head {
        margin: 0 0 65px;
    }
    .plan-head h2,
    .application-head h2 {
        font-size: 32px;
    }
    .plan-head h2::after,
    .application-head h2::after {
        height: 17px;
        margin: 5px auto 0;
        width: 250px;
    }
    .detail {
        margin: 45px auto 15px;
    }
    .detail p {
        font-size: 24px;
    }
    .detail p::before,
    .detail p::after {
        height: 24px;
    }
    .plan-head__txt {
        font-size: 32px;
    }
    .plan-head__txt::after {
        height: 52px;
        margin: 20px auto 0;
        width: 12px;
    }
    .plan-body {
        padding: 60px 0;
    }
    .plan-body__txt {
        margin: 0 auto 45px;
    }
    .plan-body__txt p {
        font-size: 21px;
    }
    .plan-content__ttl {
        margin: 0 0 25px;
    }
    .plan-content__ttl h3::before {
        height: 25px;
        width: 200px;
    }
    .plan-content__ttl h3 {
        font-size: 32px;
    }
    .plan-content__ttl h3::after {
        height: 12px;
        width: 220px;
    }
    .plan-items {
        gap: 65px;
    }
    .plan-item__head::before {
        height: 160px;
        margin: 0 auto 20px;
        width: 300px;
    }
    .plan-item__head h4 {
        font-size: 32px;
    }
    .plan-item__head p {
        font-size: 21px;
    }
    .plan-point__items {
        gap: 25px;
        row-gap: 65px;
        margin-top: 65px;
    }
    .plan-point__item {
        padding: 60px 10px 25px;
        width: calc((100% - (25px * 1)) / 2);
    }
    .plan-point__item::before {
        height: 90px;
        top: -45px;
        width: 90px;
    }
    .plan-point__item p {
        font-size: 21px;
    }
    .plan-item__card {
        padding: 20px 0;
    }
    .plan-card__in h5 {
        font-size: 21px;
    }
    .plan-card__text p {
        font-size: 18px;
    }
    .plan-card__text p.notice {
        font-size: 16px;
    }
    .plan-card__text p span {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .plan {
        padding: 50px 0 0;
    }
    .plan-head,
    .application-head {
        margin: 0 0 50px;
    }
    .plan-head h2,
    .application-head h2 {
        font-size: 26px;
    }
    .detail {
        margin: 35px auto 15px;
    }
    .detail p {
        font-size: 21px;
    }
    .detail p::before,
    .detail p::after {
        height: 21px;
    }
    .plan-head__txt {
        font-size: 26px;
    }
    .plan-body {
        padding: 45px 0;
    }
    .plan-body__txt p {
        font-size: 18px;
    }
    .plan-content__ttl h3 {
        font-size: 26px;
    }
    .plan-items {
        gap: 45px;
    }
    .plan-item__head h4 {
        font-size: 24px;
    }
    .plan-item__head p {
        font-size: 18px;
    }
    .plan-point__item {
        width: 100%;
    }
    .plan-point__item::before {
        height: 80px;
        top: -40px;
        width: 80px;
    }
    .plan-point__item p {
        font-size: 18px;
    }
    .plan-card__in h5 {
        font-size: 18px;
    }
    .plan-card__text p {
        font-size: 16px;
    }
    .plan-card__text p.notice {
        font-size: 14px;
    }
    .plan-card__text p span {
        font-size: 16px;
    }
}

/* blockname */
.application {
    padding: 85px 0;
    text-align: center;
}
.application-text {
    font-size: 36px;
    font-weight: 700;
}
.application-tel {
    font-size: 60px;
    font-weight: 900;
    margin: 5px 0;
}
.application-txt {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .application {
        padding: 65px 0;
    }
    .application-text {
        font-size: 28px;
    }
    .application-tel {
        font-size: 42px;
    }
    .application-txt {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .application {
        padding: 50px 0;
    }
    .application-text {
        font-size: 21px;
    }
    .application-tel {
        font-size: 32px;
    }
    .application-txt {
        font-size: 16px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}