.main {
    padding-top: 8vw;
}

/* block */
.block {
    padding: 80px 0;
}
.block.bg {
    background: #fff0f5;
}
.block.bg.green {
    background: #eefdf8;
}
.block-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.block-head {
    margin: 0 0 65px;
    text-align: center;
}
.block-head::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 96px;
    margin: 0 auto 20px;
    width: 100px;
}
.block-head.no-icon::before {
    display: none;
}
.block-head::after {
    background: url(../images/ttl-line.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 0;
    width: 100%;
    max-width: 350px;
}
.block.green .block-head::after {
    background-image: url(../images/ttl-line-g.png);
}
.block-head h2 {
    color: var(--main-theme-color);
    font-size: 48px;
    font-weight: 700;
}
.block.green .block-head h2 {
    color: var(--cr-green);
}

.block-head.ttl1::before {
    background-image: url(../images/ttl1.png);
}
.block-head.ttl2::before {
    background-image: url(../images/ttl2.png);
}
.block-head.ttl3::before {
    background-image: url(../images/ttl3.png);
}
.block-head.ttl4::before {
    background-image: url(../images/ttl4.png);
}
.block-head.ttl5::before {
    background-image: url(../images/ttl5.png);
}
.block-head.ttl6::before {
    background-image: url(../images/ttl6.png);
}
@media screen and (max-width: 968px) {
    .block {
        padding: 65px 0;
    }
    .block-head {
        margin: 0 0 50px;
    }
    .block-head::before {
        height: 80px;
        margin: 0 auto 20px;
    }
    .block-head::after {
        height: 5px;
        margin: 25px auto 0;
        max-width: 300px;
    }
    .block-head h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 768px) {
    .block {
        padding: 50px 0;
    }
    .block-head {
        margin: 0 0 40px;
    }
    .block-head::before {
        height: 60px;
    }
    .block-head::after {
        max-width: 250px;
    }
    .block-head h2 {
        font-size: 32px;
    }
}

/* fv */
.fv {
    background: url(../images/fv.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 55vw;
    width: 100%;
}
.fv.aboutpage {
    background-image: url(../images/fv-about.jpg);
}
.fv-inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1295px;
}
.fv-text {
    height: max-content;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 35vw;
}
.fv.aboutpage .fv-text {
    margin: auto;
    right: 0;
    top: inherit;
    bottom: 20%;
}
.fv .fv-text.top {
    max-width: 65vw;
}
.fv-txt {
    margin: 0 0 35px;
}
.fv-cta.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.fv-btn {
    margin: 10px auto 0;
    width: 100%;
    max-width: 450px;
}
.fv-cta.flex .fv-btn {
    margin: 0;
    max-width: max-content;
}
@media screen and (max-width: 968px) {
    .fv {
        background-position: right 20% top;
        height: 800px;
    }
    .fv-text {
        top: inherit;
        bottom: 5%;
        right: 0;
        width: 60%;
        max-width: 100%;
    }
    .fv.aboutpage .fv-text {
        width: 95%;
    }
    .fv .fv-text.top {
        max-width: 100%;
    }
    .fv-txt {
        margin: 0 0 5%;
    }
    .fv-btn {
        margin: 1% auto 0;
        width: 80%;
    }
    .fv-cta.flex {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .fv {
        background-position: right 20% top;
        height: 50vh;
        padding: 90vw 0 10vw;
    }
    .fv-text {
        top: inherit;
        bottom: 5%;
        right: 0;
        width: 80%;
        max-width: 100%;
    }
    .fv-txt {
        margin: 0 0 5%;
    }
    .fv-btn {
        margin: 1% auto 0;
        width: 80%;
    }
}

/* worries */
.worries-text {
    margin: 45px 0 0;
    text-align: center;
}
.worries-text p {
    color: var(--main-theme-color);
    font-size: 49px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .worries-text {
        margin: 35px 0 0;
    }
    .worries-text p {
        font-size: 38px;
    }
}
@media screen and (max-width: 768px) {
    .worries-text {
        margin: 25px 0 0;
    }
    .worries-text p {
        font-size: 24px;
    }
}

/* result */
.result-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 100px;
}
.result-item {
    background: #fff;
    border-radius: 10px;
    border: 3px solid var(--main-theme-color);
    overflow: hidden;
    width: calc((100% - (30px * 1)) / 2);
}
.result-item__head {
    background: var(--main-theme-color);
    padding: 10px 0;
    text-align: center;
}
.result-item__head p {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.result-item__body {
    background-position: right 10px bottom 15px;
    background-repeat: no-repeat;
    padding: 35px 10px 45px;
}
.result-item:nth-child(1) .result-item__body {
    background-image: url(../images/result1.png);
    background-size: 137px;
}
.result-item:nth-child(2) .result-item__body {
    background-image: url(../images/result2.png);
    background-size: 85px;
}
.result-item__body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.result-item__body ul li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 24px;
    font-weight: 500;
}
.result-item__body ul li::before {
    content: "・";
    font-size: 24px;
    font-weight: 500;
}
.result-about {
    background: #fff;
    border: 3px solid var(--main-theme-color);
    border-radius: 10px;
    padding: 85px 50px 50px;
    position: relative;
}
.result-about__head {
    background: var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -37.5px;
    width: 100%;
    max-width: 400px;
}
.result-about__head h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.result-about__txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0 0 10px;
}
.result-about__txt span {
    border-bottom: 2px solid #c6edbe;
}
.result-about__body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.result-about__body ul li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 21px;
    font-weight: 500;
}
.result-about__body ul li::before {
    content: "・";
    font-size: 21px;
    font-weight: 500;
}
.result-about__ttl {
    background: var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 50px auto 35px;
    width: 100%;
    max-width: 500px;
}
.result-about__ttl h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.result-note {
    color: var(--main-theme-color);
    font-size: 21px;
    font-weight: 500;
    margin: 45px 0 0;
}
@media screen and (max-width: 968px) {
    .result-items {
        gap: 25px;
        margin: 0 0 100px;
    }
    .result-item {
        width: 100%;
    }
    .result-item__head p {
        font-size: 30px;
    }
    .result-item__body {
        padding: 35px 10px 45px;
    }
    .result-item:nth-child(1) .result-item__body {
        background-size: 100px;
    }
    .result-item:nth-child(2) .result-item__body {
        background-size: 65px;
    }
    .result-item__body ul li,
    .result-item__body ul li::before {
        font-size: 20px;
    }
    .result-about {
        padding: 85px 50px 50px;
    }
    .result-about__head {
        height: 60px;
        top: -30px;
        max-width: 400px;
    }
    .result-about__head h3 {
        font-size: 30px;
    }
    .result-about__txt {
        font-size: 21px;
    }
    .result-about__body ul li,
    .result-about__body ul li::before {
        font-size: 18px;
    }
    .result-about__ttl {
        height: 50px;
        margin: 35px auto 25px;
        max-width: 400px;
    }
    .result-about__ttl h4 {
        font-size: 24px;
    }
    .result-note {
        font-size: 18px;
        margin: 35px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .result-items {
        gap: 20px;
        margin: 0 0 80px;
    }
    .result-item__head p {
        font-size: 24px;
    }
    .result-item__body {
        padding: 25px 10px 35px;
    }
    .result-item:nth-child(1) .result-item__body {
        background-size: 85px;
    }
    .result-item:nth-child(2) .result-item__body {
        background-size: 50px;
    }
    .result-item__body ul li,
    .result-item__body ul li::before {
        font-size: 18px;
    }
    .result-about {
        padding: 70px 25px 35px;
    }
    .result-about__head {
        height: 50px;
        top: -25px;
        max-width: 300px;
    }
    .result-about__head h3 {
        font-size: 24px;
    }
    .result-about__txt {
        font-size: 18px;
    }
    .result-about__body ul li,
    .result-about__body ul li::before {
        font-size: 16px;
    }
    .result-about__ttl {
        height: 45px;
        margin: 25px auto 20px;
        max-width: 300px;
    }
    .result-about__ttl h4 {
        font-size: 21px;
    }
    .result-note {
        font-size: 16px;
        margin: 25px 0 0;
    }
}

/* flow */
.flow-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.flow-item {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 12px;
    width: calc((100% - (15px * 2)) / 3);
}
.flow-item:nth-child(1) {
    background-image: url(../images/flow-bg1.png);
}
.flow-item:nth-child(2) {
    background-image: url(../images/flow-bg2.png);
}
.flow-item:nth-child(3) {
    background: #f95050;
}
.flow-item__step {
    background: url(../images/step.png) no-repeat;
    background-position: center top;
    background-size: 35px;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 25px;
    padding-top: 5px;
    text-align: center;
}
.flow-item__text p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
}
.flow-infos {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 35px 0 0;
}
.flow-info {
    background: #fff;
    border-radius: 10px;
    border: 3px solid var(--main-theme-color);
    overflow: hidden;
    width: calc((100% - (30px * 1)) / 2);
}
.flow-info__ttl {
    background: var(--main-theme-color);
    padding: 10px 0;
    text-align: center;
}
.flow-info__ttl h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.flow-info__content {
    padding: 45px 15px;
}
.flow-info__content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flow-info__content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 24px;
    font-weight: 500;
}
.flow-info__content ul li::before {
    content: "・";
    font-size: 24px;
}
.flow-info__content p {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 0;
}
.flow-info__content p.c {
    text-align: center;
}
.flow-info__tags {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}
.flow-info__tag {
    background: #fff0f5;
    border-radius: 10px;
    color: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 0;
    text-align: center;
    width: calc((100% - (10px * 2)) / 3);
}
@media screen and (max-width: 968px) {
    .flow-item {
        padding: 30px 10px;
        width: calc((100% - (10px * 2)) / 3);
    }
    .flow-item__step {
        font-size: 24px;
        margin: 0 0 20px;
        padding-top: 5px;
    }
    .flow-item__text p {
        font-size: 16px;
    }
    .flow-infos {
        margin: 30px 0 0;
    }
    .flow-info {
        width: calc((100% - (20px * 1)) / 2);
    }
    .flow-info__ttl h3 {
        font-size: 28px;
    }
    .flow-info__content {
        padding: 35px 15px;
    }
    .flow-info__content ul li,
    .flow-info__content ul li::before,
    .flow-info__content p {
        font-size: 21px;
    }
    .flow-info__tag {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .flow-wrap {
        overflow-x: auto;
    }
    .flow-items {
        gap: 15px;
        flex-wrap: nowrap;
        width: max-content;
    }
    .flow-item {
        padding: 25px 20px;
        width: 250px;
    }
    .flow-item__step {
        font-size: 21px;
    }
    .flow-infos {
        gap: 15px;
        margin: 25px 0 0;
    }
    .flow-info {
        width: 100%;
    }
    .flow-info__ttl h3 {
        font-size: 24px;
    }
    .flow-info__content {
        padding: 30px 15px;
    }
    .flow-info__content ul li,
    .flow-info__content ul li::before,
    .flow-info__content p {
        font-size: 18px;
    }
    .flow-info__tag {
        font-size: 18px;
    }
}

/* contact */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.contact-card a {
    display: block;
    line-height: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .contact-cards {
        gap: 15px;
    }
}
@media screen and (max-width: 568px) {
    .contact-cards {
        grid-template-columns: 1fr;
    }
}

/* address */
.address-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.address-left {
    width: calc(100% - 435px);
}
.address-right {
    aspect-ratio: 14 / 16;
    width: 390px;
}
.address-right iframe {
    height: 100%;
    width: 100%;
}
.address-line__item {
    border-bottom: 3px solid var(--main-theme-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px;
}
.address-line__item:not(:last-child) {
    margin: 0 0 20px;
}
.address-line__item dt {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: 500;
    width: 200px;
}
.address-line__item.w100 dt {
    font-size: 28px;
    width: 100%;
}
.address-line__item dd {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8em;
    width: calc(100% - 200px);
}
@media screen and (max-width: 968px) {
    .address-left {
        width: calc(100% - 250px);
    }
    .address-right {
        width: 225px;
    }
    .address-line__item {
        padding: 0 0 10px;
    }
    .address-line__item:not(:last-child) {
        margin: 0 0 15px;
    }
    .address-line__item dt {
        font-size: 20px;
        width: 160px;
    }
    .address-line__item.w100 dt {
        font-size: 24px;
    }
    .address-line__item dd {
        font-size: 18px;
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 768px) {
    .address-flex {
        flex-direction: column-reverse;
    }
    .address-left {
        margin: 25px 0 0;
        width: 100%;
    }
    .address-right {
        margin: 0 auto;
        width: 80%;
    }
    .address-line__item dt {
        font-size: 18px;
        width: 100%;
    }
    .address-line__item.w100 dt {
        font-size: 21px;
    }
    .address-line__item dd {
        font-size: 16px;
        width: 100%;
    }
}

/* about */
.about-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.about-left {
    width: 480px;
}
.about-right {
    width: calc(100% - 530px);
}
.about-right h3 {
    color: var(--cr-green);
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}
.about-right p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .about-left {
        width: 300px;
    }
    .about-right {
        width: calc(100% - 350px);
    }
    .about-right h3 {
        font-size: 24px;
    }
    .about-right p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .about-left {
        margin: 0 0 20px;
        width: 100%;
    }
    .about-right {
        width: 100%;
    }
    .about-right h3 {
        font-size: 26px;
    }
    .about-right p {
        font-size: 16px;
    }
}

/* support */
.support-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.support-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(130 130 130 / 30%);
    padding: 20px;
    text-align: center;
    width: calc((100% - (20px * 2)) / 3);
}
.support-card__icon {
    line-height: 0;
    margin: 0 auto 15px;
    width: 79px;
}
.support-card__text p {
    font-size: 21px;
    font-weight: 600;
}
@media screen and (max-width: 968px) {
    .support-card {
        width: calc((100% - (20px * 1)) / 2);
    }
    .support-card__icon {
        width: 60px;
    }
    .support-card__text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .support-card__icon {
        width: 50px;
    }
    .support-card__text p {
        font-size: 16px;
    }
}

/* block btn */
.block-btn {
    height: 75px;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}
.block-btn a {
    border-radius: 50px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgb(130 130 130 / 30%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    height: 100%;
    width: 100%;
}
.block-btn.red a {
    background: #DD6871;
    background: linear-gradient(90deg, rgba(221, 104, 113, 1) 0%, rgba(226, 117, 116, 1) 50%, rgba(255, 134, 120, 1) 100%);
}
.block-btn.green a {
    background: #00A99D;
    background: linear-gradient(90deg, rgba(0, 169, 157, 1) 0%, rgba(68, 175, 116, 1) 50%, rgba(42, 216, 165, 1) 100%);
}
.block-btn.instagram a {
    background: url(../images/insta-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* information */
.information .result-items {
    margin: 0 0 65px;
}
@media screen and (max-width: 968px) {
    .information .result-items {
        margin: 0 0 45px;
    }
}
@media screen and (max-width: 768px) {}

/* postlist */
.post-list {
    margin: 0 0 55px;
}
.post-list__item {
    border-bottom: 2px solid #333;
    padding: 0 0 15px;
}
.post-list__item:not(:last-child) {
    margin: 0 0 25px;
}
.post-list__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0 0 5px;
}
.post-list__date {
    font-size: 21px;
    font-weight: 500;
}
.post-list__cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.post-list__cat p {
    border: 1px solid #333;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 25px;
    width: 100%;
    max-width: max-content;
}
.post-list__ttl {
    font-size: 24px;
    font-weight: 500;
}

.sp-br {
    display: none;
  }
  
  @media (max-width: 768px) {
    .sp-br {
      display: block;
    }
  }
  
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

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

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

/* instagram */
@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) {}

/* 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) {}