/* font family
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
*/

:root {
    --main-theme-color: #82C039;
    --bg-theme-color: #6BBC23;
    --main-text-color: #222222;
    --sub-text-color: #6F6F6F;
    --accent-color: #005CA7;
    --main-column: 1275px;
    --sub-column: 1200px;
    --inner-column: 1024px;
}

.page-contents{
    padding-top: 110px;
}
@media screen and (max-width: 640px) {
    .page-contents{
        padding: 54px 0 0 0;
    }
}

div#partnerpage {
    width: 100%;
    max-width: none;
}
body.panel-fixed {
    overflow: hidden;
}
a {
    transition-duration: .3s;
}
a:hover {
    opacity: .8;
}
.sp {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .sp-in {
        display: inline;
    }
}
@media screen and (max-width: 768px) {
    .sp2 {
        display: block;
    }
}
.block-head {
    margin: 0 0 65px;
    position: relative;
    text-align: center;
}
.head-bg {
    margin: 0 0 -45px;
    position: relative;
    z-index: 1;
}
.head-bg img {
    width: 100%;
    max-width: none;
}
.block-head h2 {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 35px;
    position: relative;
    z-index: 2;
}
.block-head p {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .head-bg {
        margin: 0 0 -75px;
    }
    .block-head h2 {
        font-size: 32px;
        margin: 0 0 25px;
    }
    .block-head p {
        font-size: 18px;
    }
}
@media screen and (max-width: 468px) {
    .block-head h2 {
        font-size: 24px;
    }
    .block-head p {
        font-size: 16px;
    }
}
/* action */
.action {
    background: #fff;
    padding: 150px 0 80px;
    position: relative;
}
.action-body {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.action-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.action-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 3px 5px rgba(121, 121, 147, 0.16));
    margin: 15px 0 0;
    padding: 70px 0;
    position: relative;
    text-align: center;
    width: 32.5%;
}
.action-card:nth-child(-n+3) {
    margin-top: 0;
}
.action-card{
    background-image: none !important;
}
/*.action-card:nth-child(1) {background-image: url(https://szl.co.jp/bellmare/assets/images/action1.jpg);}
.action-card:nth-child(2) {background-image: url(https://szl.co.jp/bellmare/assets/images/action2.jpg);}
.action-card:nth-child(3) {background-image: url(https://szl.co.jp/bellmare/assets/images/action3.jpg);}
.action-card:nth-child(4) {background-image: url(https://szl.co.jp/bellmare/assets/images/action4.jpg);}
.action-card:nth-child(5) {background-image: url(https://szl.co.jp/bellmare/assets/images/action5.jpg);}
.action-card:nth-child(6) {background-image: url(https://szl.co.jp/bellmare/assets/images/action6.jpg);}*/
.action-card__text p {
    margin: 0 auto;
}
.action-card__text div p:first-child {
    margin: 0 auto 12px;
}
.action-card__text div p {
    background: #fff;
    box-sizing: border-box;
    color: var(--main-theme-color);
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 3px 0;
}
.action-card__text div p:first-child {
    padding-left: 10px;
}
.action-card__text div p:last-child {
    padding-right: 10px;
}
.action-card__linktxt {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.action-card__linktxt::after {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-plus.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 29px;
    margin: 0 0 0 10px;
    width: 29px;
}
@media screen and (max-width: 1268px) {
    .action-card__text div p {
        font-size: 23px;
    }
    .action-card__linktxt {
        font-size: 21px;
        bottom: 10px;
        right: 15px;
    }
}
@media screen and (max-width: 1068px) {
    .action-card__text div p {
        font-size: 21px;
    }
    .action-card__linktxt {
        font-size: 16px;
        bottom: 10px;
        right: 15px;
    }
}
@media screen and (max-width: 968px) {
    .action {
        padding: 100px 0 80px;
    }
    .action-card {
        margin-top: 10px;
        width: 49%;
    }
    .action-card:nth-child(-n+3) {
        margin-top: 10px;
    }
    .action-card:nth-child(-n+2) {
        margin-top: 0;
    }
    .action-card__text div p:first-child {
        padding-left: 5px;
    }
    .action-card__text div p:last-child {
        padding-right: 5px;
    }
    .action-card__text div p {
        display: block;
        line-height: 1.2em;
        margin: 0 auto;
        padding: 3px 5px;
        width: 100%;
        max-width: max-content;
    }
    .action-card__text div:not(:last-child),
    .action-card__text div p:not(:last-child) {
        margin: 0 auto 5px;
    }
    .action-card__text div p:first-child {
        margin: 0 auto 5px;
    }
}
@media screen and (max-width: 768px) {
    .action {
        padding: 65px 0;
    }
    .action-card__text div p {
        font-size: 21px;
    }
    .action-card__linktxt {
        font-size: 16px;
    }
}
@media screen and (max-width: 568px) {
    .action-card__text div p {
        font-size: 18px;
    }
}

/* infos */
.infos {
    background: #fff;
    padding: 150px 0 80px;
}
.infos-body {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.infos-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.infos-card {
    background: #EDEDED;
    box-sizing: border-box;
    border: 1px solid var(--bg-theme-color);
    margin: 25px 0 0;
    padding: 25px;
    position: relative;
    width: 48%;
}
.infos-card:nth-child(-n+2) {
    margin-top: 0;
}
.infos-card a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-decoration: none;
}
.infos-image {
    width: 136px;
}
.infos-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.infos-text {
    padding: 0 0 35px;
    position: relative;
    width: calc(100% - 151px);
}
.infos-date {
    color: var(--sub-text-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 3px;
}
.infos-ttl {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.infos-tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infos-tag li {
    background: var(--main-theme-color);
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    width: 100%;
    max-width: max-content;
}
.infos-tag li:not(:last-child) {
    margin: 0 2px 0 0;
}
@media screen and (max-width: 1268px) {
    .infos-card {
        padding: 20px;
        width: 48.5%;
    }
    .infos-tag li {
        font-size: 11px;
    }
}
@media screen and (max-width: 1168px) {
    .infos-card {
        padding: 20px 20px 43px;
    }
    .infos-text {
        padding: 0 0 15px;
        position: static;
    }
    .infos-ttl {
        font-size: 16px;
    }
    .infos-tag {
        bottom: 10px;
        left: 20px;
    }
}
@media screen and (max-width: 968px) {
    .infos {
        padding: 100px 0 80px;
    }
    .infos-card {
        margin-top: 20px;
        width: 100%;
    }
    .infos-card:nth-child(-n+2) {
        margin-top: 20px;
    }
    .infos-card:first-child {
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .infos {
        padding: 65px 0;
    }
    .infos-card {
        padding: 15px 15px 33px;
    }
    .infos-image {
        width: 85px;
    }
    .infos-text {
        width: calc(100% - 100px);
    }
    .infos-tag {
        bottom: 6px;
        left: 15px;
    }
    .infos-tag li {
        padding: 1px 5px;
    }
}
@media screen and (max-width: 568px) {
    .infos-tag li {
        font-size: 9px;
    }
}

/* contact */
.c-contact {
    background: var(--main-theme-color);
    box-sizing: border-box;
    padding: 55px 0;
}
.c-contact__inner {
    background: url(https://szl.co.jp/bellmare/assets/images/0527/contact-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px 25px;
    width: 92%;
    max-width: var(--main-column);
}
.c-contact__head {
    margin: 0 0 65px;
    text-align: center;
}
.c-contact__head p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 35px;
}
.c-contact__head h2 {
    background: #fff;
    color: var(--main-theme-color);
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.5em;
    padding: 1px 15px;
}
.c-contact__body p {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0 0 65px;
    text-align: center;
}
.contents-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contents-btn a {
    border-radius: 50px;
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 48%;
    max-width: 376px;
}
.contents-btn .download-btn {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--main-theme-color);
    margin-right: 20px;
}
.contents-btn .contact-btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
@media screen and (max-width: 1268px) {
    .c-contact__head {
        margin: 0 0 45px;
    }
    .c-contact__head p {
        font-size: 80px;
        margin: 0 0 25px;
    }
    .c-contact__head h2 {
        font-size: 36px;
        padding: 1px 10px;
    }
    .c-contact__body p {
        font-size: 18px;
        margin: 0 0 55px;
    }
    .contents-btn a {
        font-size: 21px;
    }
    .contents-btn .download-btn {
        margin-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    .c-contact__inner {
        padding: 80px 15px;
    }
    .c-contact__head p {
        font-size: 56px;
    }
    .c-contact__head h2 {
        background: none;
        font-size: 28px;
    }
    .c-contact__head h2 span {
        background: #fff;
        display: inline-block;
        line-height: 1.5em;
        padding: 2px 10px;
    }
    .c-contact__head h2 span:not(:last-child) {
        margin: 0 0 8px;
    }
    .c-contact__body p {
        font-size: 16px;
        margin: 0 0 45px;
        text-align: left;
    }
    .contents-btn a {
        font-size: 18px;
        width: 100%;
    }
    .contents-btn .download-btn {
        margin-bottom: 15px;
        margin-right: 0;
    }
}
@media screen and (max-width: 568px) {
    .c-contact__head p {
        font-size: 42px;
    }
    .c-contact__head h2 {
        font-size: 23px;
    }
}

/* more cards */
.more-cards {
    background: #F3F4F5;
    box-sizing: border-box;
    padding: 45px 0;
}
.more-cards__inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.more-cards__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.more-cards__item {
    filter: drop-shadow(0 3px 5px rgba(121, 121, 147, 0.16));
    width: 49%;
}
.more-cards__item img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .more-cards__item {
        width: 100%;
    }
    .more-cards__item:not(:last-child) {
        margin: 0 0 15px;
    }
}
/* partner */
.partner {
    background: #EDEDED;
    box-sizing: border-box;
    padding: 0 0 80px;
}
.partner-head {
    background: url(https://szl.co.jp/bellmare/assets/images/partner-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    filter: drop-shadow(0 3px 5px rgba(121, 121, 147, 0.16));
    padding: 135px 0;
}
.partner-head__inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    width: 92%;
    max-width: var(--sub-column);
}
.partner-head__inner span {
    background: #fff;
    color: var(--main-theme-color);
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 2px 15px;
    width: 100%;
    max-width: max-content;
}
.partner-head__inner h2 {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8x;
}
.partner-head__inner p {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5em;
    margin: 0;
}
.partner-head__link {
    color: #fff !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: max-content;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none !important;
}
.partner-head__link::after {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 6px;
    margin-left: 10px;
    width: 22.5px;
}
.partner-body {
    box-sizing: border-box;
    padding: 80px 0 0;
}
.partner-body__inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column);
}
.partner-content__ttl {
    margin: 0 0 65px;
    text-align: center;
}
.partner-content__ttl h3 {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
}
.partner-content__ttl h3 span {
    color: var(--main-theme-color);
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 48px;
    font-weight: bold;
}
.partner-card a {
    background: #fff;
    display: block;
    padding: 65px;
    text-decoration: none;
}
.partner-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 35px;
}
.partner-card__left {
    width: calc(100% - 459px);
}
.partner-card__right {
    width: 424px;
}
.partner-card__right img {
    filter: drop-shadow(0 3px 5px rgba(121, 121, 147, 0.16));
    height: auto;
    width: 100%;
    max-width: 100%;
}
.partner-card__ttl {
    background: var(--accent-color);
    color: #fff;
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 25px;
    padding: 0 10px;
}
.partner-card__txt {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0;
}
.partner-btn {
    background: var(--bg-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
    max-width: 446px;
}
.partner-btn::after {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 25px;
    bottom: 0;
    top: 0;
    width: 22.5px;
}
@media screen and (max-width: 1268px) {
    .partner-card a {
        padding: 45px;
    }
    .partner-card__left {
        width: calc(100% - 359px);
    }
    .partner-card__right {
        width: 324px;
    }
}
@media screen and (max-width: 968px) {
    .partner-head {
        padding: 100px 0;
    }
    .partner-head__inner {
        text-align: center;
    }
    .partner-head__inner span {
        font-size: 18px;
        margin: 0 auto 15px;
    }
    .partner-head__inner h2 {
        font-size: 46px;
    }
    .partner-head__inner p {
        font-size: 24px;
    }
    .partner-head__link {
        justify-content: center;
        font-size: 24px;
        margin: 45px 0 0;
        position: static;
    }
    .partner-content__ttl {
        margin: 0 0 55px;
    }
    .partner-content__ttl h3 {
        font-size: 26px;
    }
    .partner-content__ttl h3 span {
        font-size: 32px;
    }
    .partner-card__left {
        width: 100%;
    }
    .partner-card__right {
        margin: 25px 0 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .partner-head__inner h2 {
        font-size: 32px;
    }
    .partner-head__inner p {
        font-size: 21px;
    }
    .partner-content__ttl {
        margin: 0 0 45px;
    }
    .partner-content__ttl h3 {
        font-size: 21px;
    }
    .partner-content__ttl h3 span {
        font-size: 28px;
    }
    .partner-card a {
        padding: 25px;
    }
}
@media screen and (max-width: 568px) {
    .partner-content__ttl h3 {
        font-size: 16px;
    }
    .partner-content__ttl h3 span {
        font-size: 21px;
    }
    .partner-card__ttl {
        font-size: 18px;
    }
    .partner-card__txt {
        font-size: 14px;
    }
}


.mv {
    background: url(https://szl.co.jp/bellmare/assets/images/0527/mv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 100px 0;
}
.mv-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--inner-column);
}
.mv-text p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.mv-text p:before,
.mv-text p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 200px;
    height: 2px;
    background-color: #fff;
}
.mv-text p:before {
    left: -225px;
}
.mv-text p:after {
    right: -225px;
}
.mv-text h1 {
    margin: -35px auto 35px;
    position: static;
    text-align: center;
    width: 90%;
}
.mv-text h1 img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 968px) {
    .mv {
        background-image: url(https://szl.co.jp/bellmare/assets/images/0527/mv-sp.jpg);
    }
    .mv-text p {
        font-size: 26px;
    }
    .mv-text p:before,
    .mv-text p:after {
        width: 100px;
    }
    .mv-text p:before {
        left: -115px;
    }
    .mv-text p:after {
        right: -115px;
    }
    .mv-text h1 {
        margin: 0 auto 25px;
    }
}
@media screen and (max-width: 468px) {
    .mv-text p {
        font-size: 21px;
    }
    .mv-text p:before,
    .mv-text p:after {
        width: 60px;
    }
    .mv-text p:before {
        left: -70px;
    }
    .mv-text p:after {
        right: -70px;
    }
}




.about {
    background: #EDEDED;
    box-sizing: border-box;
    padding: 120px 0 200px;
    position: relative;
}
.about::after {
    background: url(https://szl.co.jp/bellmare/assets/images/about-bg2.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 670px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 433px;
}
.about-body {
    background-image: url(https://szl.co.jp/bellmare/assets/images/0527/about-bg1.svg);
    background-repeat: no-repeat;
    background-position: center -9vw;
    background-size: cover;
}
.about-body__inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.about-body h3 {
    text-align: center;
}
.about-body h3 p {
    background: #fff;
    color: var(--main-theme-color);
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.5em;
    margin: 0;
}
.about-body h3 .about-head__b {
    font-size: 72px;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 6px 0 6px 15px;
}
.about-body h3 .about-head__s {
    font-size: 32px;
    font-weight: 900;
    padding: 6px 0 6px 15px;
}
.about-content__ttl {
    color: var(--main-theme-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 65px 0;
    text-align: center;
}
.about-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 100px 0 45px;
    position: relative;
}
.about-item {
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 410px;
    text-align: center;
    width: 410px;
}
.about-item:nth-child(1) {
    background-color: #2005CA7;
    background-image: url(https://szl.co.jp/bellmare/assets/images/about-item1.svg);
    background-size: 60%;
}
.about-item:nth-child(3) {
    background-color: #6BBC23;
    height: 370px;
    position: relative;
    width: 370px;
}
.about-item:nth-child(3)::before {
    background: url(https://szl.co.jp/bellmare/assets/images/about-item-icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 150px;
    margin: auto;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 112px;
}
.about-item:nth-child(5) {
    background-color: #1F8800;
    background-image: url(https://szl.co.jp/bellmare/assets/images/about-item3.svg);
}
.floating-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.floating-arrow.left {
    left: 375px;
}
.floating-arrow.right {
    right: 375px;
}
.floating-arrow img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.about-item__ttl,
.about-item__txt {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    line-height: 1.5em;
}
.about-item__ttl {
    font-size: 28px;
    margin: 0;
}
.about-item__ttl::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 25px;
    width: 50px;
}
.about-item__txt {
    font-size: 18px;
    margin: 0;
}
.about-section__ttl {
    margin: 0 auto 100px;
    width: 100%;
    max-width: 600px;
}
.about-section__ttl img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.about-section__txt p {
    color: var(--main-theme-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 2em;
    text-align: center;
}
.about-section__txt span {
    background: #fff;
    display: inline-block;
    font-weight: 900;
    padding: 1px 10px;
}
@media screen and (max-width: 1368px) {
    .about-body {
        background-position: -20vw -14vw;
    }
    .about-item {
        height: 380px;
        width: 380px;
    }
    .about-item:nth-child(3) {
        height: 320px;
        width: 320px;
    }
    .about-item:nth-child(3)::before {
        height: 120px;
        top: -75px;
        width: 100px;
    }
    .floating-arrow.left {
        left: 355px;
    }
    .floating-arrow.right {
        right: 355px;
    }
}
@media screen and (max-width: 1268px) {
    .about::after {
        height: 400px;
        width: 258px;
    }
    .about-item {
        height: 340px;
        width: 340px;
    }
    .about-item:nth-child(3) {
        height: 300px;
        width: 300px;
    }
    .floating-arrow.left {
        left: 300px;
    }
    .floating-arrow.right {
        right: 300px;
    }
    .about-item__ttl {
        font-size: 24px;
    }
    .about-item__txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 1168px) {
    .about-item {
        height: 320px;
        width: 320px;
    }
    .about-item:nth-child(3) {
        height: 280px;
        width: 280px;
    }
    .about-item:nth-child(3)::before {
        height: 100px;
        top: -65px;
        width: 75px;
    }
    .floating-arrow {
        width: 90px;
    }
    .floating-arrow.left {
        left: 300px;
    }
    .floating-arrow.right {
        right: 300px;
    }
}
@media screen and (max-width: 1068px) {
    .about-item {
        height: 280px;
        width: 280px;
    }
    .about-item:nth-child(3) {
        height: 270px;
        width: 270px;
    }
    .floating-arrow {
        width: 70px;
    }
    .floating-arrow.left {
        left: 265px;
    }
    .floating-arrow.right {
        right: 265px;
    }
}
@media screen and (max-width: 968px) {
    .about::after {
        height: 570px;
        width: 368px;
    }
    .about-body {
        background-position: center 150px;
        background-size: 1000px;
    }
    .about-body h3 p {
        background: none;
    }
    .about-body h3 p:first-child {
        margin: 0 0 15px;
    }
    .about-body h3 p span {
        background: #fff;
        box-sizing: border-box;
        display: inline-block;
        line-height: 1.5em;
    }
    .about-body h3 .about-head__b,
    .about-body h3 .about-head__s {
        line-height: 1em;
        padding: 0;
    }
    .about-body h3 .about-head__b span {
        font-size: 52px;
        padding: 6px 0 6px 15px;
    }
    .about-body h3 .about-head__s span {
        font-size: 24px;
        padding: 6px 0 6px 15px;
    }
    .about-body h3 .about-head__s span:not(:last-child) {
        margin: 0 0 5px;
    }
    .about-items {
        align-items: stretch;
    }
    .about-item:nth-child(1) {
        border-radius: 15px;
        height: auto;
        order: 2;
        padding: 25px 15px;
        width: 48%;
    }
    .about-item:nth-child(3) {
        height: 700px;
        margin: 0 auto 75px;
        order: 1;
        width: 700px;
    }
    .about-item:nth-child(3)::before {
        height: 150px;
        top: -90px;
        width: 112px;
    }
    .about-item:nth-child(5) {
        border-radius: 15px;
        height: auto;
        order: 3;
        padding: 25px 15px;
        width: 48%;
    }
    .floating-arrow {
        top: 680px;
        bottom: inherit;
        width: 120px;
    }
    .floating-arrow.left {
        left: 18%;
    }
    .floating-arrow.right {
        right: 18%;
    }
    .about-section__txt p {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .about-item:nth-child(3) {
        box-sizing: border-box;
        height: 0;
        padding: 27% 0;
        width: 55%;
    }
    .about-item:nth-child(3)::before {
        height: 100px;
        top: -65px;
        width: 75px;
    }
    .about-item:nth-child(1),
    .about-item:nth-child(5) {
        padding: 20px 15px;
    }
    .floating-arrow {
        top: 46vw;
    }
    .floating-arrow.left {
        left: 18%;
    }
    .floating-arrow.right {
        right: 18%;
    }
    .about-section__txt p {
        font-size: 28px;
    }
}
@media screen and (max-width: 568px) {
    .about::after {
        height: 400px;
        width: 258px;
    }
    .about-body h3 .about-head__b span {
        font-size: 36px;
        padding: 2px 0 2px 10px;
    }
    .about-body h3 .about-head__s span {
        font-size: 21px;
        padding: 2px 0 2px 10px;
    }
    .about-item:nth-child(3) {
        margin: 0 auto 5%;
        padding: 34% 0;
        width: 70%;
    }
    .floating-arrow {
        top: 52vw;
    }
    .about-item__ttl {
        font-size: 18px;
    }
    .about-item__txt {
        font-size: 14px;
    }
    .about-section__txt p {
        font-size: 26px;
    }
}
@media screen and (max-width: 468px) {
    .about-body h3 .about-head__b span {
        font-size: 28px;
    }
    .about-body h3 .about-head__s span {
        font-size: 18px;
    }
    .about-item:nth-child(3) {
        margin: 0 auto 8%;
        padding: 40% 0;
        width: 80%;
    }
    .about-item:nth-child(3)::before {
        height: 80px;
        top: -55px;
        width: 55px;
    }
    .about-item:nth-child(1),
    .about-item:nth-child(5) {
        padding: 25px 10px;
    }
    .floating-arrow {
        top: 62vw;
    }
    .about-item__ttl {
        font-size: 16px;
    }
    .about-item__txt {
        font-size: 12px;
    }
    .about-section__txt p {
        font-size: 21px;
    }
}
@media screen and (max-width: 368px) {
    .about-body h3 p:first-child {
        margin: 0 0 5px;
    }
    
    .about-body h3 .about-head__b span {
        font-size: 26px;
    }
    .about-body h3 .about-head__s span {
        font-size: 16px;
    }
    .about-body h3 .about-head__s span:not(:last-child) {
        margin: 0;
    }
    .about-item:nth-child(3) {
        margin: 0 auto 12%;
    }
    .about-section__txt p {
        font-size: 18px;
    }
}



.data {
    background: url(https://szl.co.jp/bellmare/assets/images/0527/data-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 100px 0;
}
.data-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column);
}
.data-head {
    margin: 0 0 100px;
}
.data-head h2 {
    background: #fff;
    color: var(--main-theme-color);
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 42px;
    line-height: 1.5em;
    padding: 2px 10px;
}
.data-head p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
}
.data-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.data-card {
    background: #fff;
    margin-top: 25px;
    position: relative;
    width: 48.5%;
}
.data-card:nth-child(-n+2) {
    margin-top: 0;
}
.data-card img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.data-card__link {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 68%;
    left: 8%;
}
@media screen and (max-width: 1168px) {
    .data-card__link {
        font-size: 12px;
        top: 67.5%;
    }
}
@media screen and (max-width: 1068px) {
    .data-card__link {
        font-size: 10px;
        top: 67%;
    }
}
@media screen and (max-width: 968px) {
    .data-card {
        margin-top: 20px;
        width: 100%;
    }
    .data-card:nth-child(-n+2) {
        width: 48%;
    }
    .data-card__link {
        font-size: 3vw;
        top: 71.8vw;
        left: 10vw;
    }
}
@media screen and (max-width: 668px) {
    .data-card__link {
        font-size: 3vw;
        top: 71vw;
        left: 10vw;
    }
}
@media screen and (max-width: 568px) {
    .data-card__link {
        top: 70vw;
    }
}
@media screen and (max-width: 468px) {
    .data-card__link {
        top: 69vw;
    }
}
@media screen and (max-width: 368px) {
    .data-card__link {
        top: 68vw;
    }
}


.popup-panel {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.popup-panel__content {
    background: #fff;
    height: 80%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: var(--sub-column);
}
.popup-close {
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 50;
}
.popup-close img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.popup-content__inner {
    height: 80%;
    overflow-y: auto;
    padding: 80px 45px;
}
.popup-bg {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.popup-content__ttl,
.popup-content__subttl {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    text-align: center;
}
.popup-content__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}
.popup-content__ttl {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.popup-content__ttl::before {
    color: var(--main-theme-color);
    content: "";
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    top: -25px;
    left: -10px;
    text-align: left;
}
.num1::before {
    content: "01";
}
.num2::before {
    content: "02";
}
.popup-content__ttl h2 {
    color: var(--main-text-color);
    display: inline-block;
    font-size: 32px;
    line-height: 1.5em;
    margin: 0 0 45px;
}
.popup-content__ttl h2 span {
    color: var(--main-theme-color);
}

.popup-content__subttl {
    margin: 0 0 45px;
    text-align: center;
}
.popup-content__subttl h3 {
    background: var(--accent-color);
    color: #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 1.5em;
    padding: 2px 10px;
}
.popup-content__blocks {
    margin: 0 0 65px;
}
.popup-content__block:not(:last-child) {
    margin: 0 0 65px;
}
.popup-content__image {
    margin: 0 auto 25px;
    width: 100%;
    max-width: 800px;
}
.popup-content__image.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.popup-content__image img {
    filter: drop-shadow(0 3px 5px rgba(121, 121, 147, 0.5));
    height: auto;
    width: 100%;
    max-width: 100%;
}
.popup-content__image.flex img {
    width: 48%;
}

.popup-content__bottom {
    background: #EDEDED;
    margin: 0 0 45px;
}
.popup-content__interview {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 35px 45px;
    text-decoration: none !important;
}
.popup-interview__left {
    width: 340px;
}
.popup-interview__left img {
    filter: drop-shadow(0 3px 5px rgba(121, 121, 147, 0.5));
    height: auto;
    width: 100%;
    max-width: 318px;
}
.popup-interview__right {
    width: calc(100% - 360px);
}
.popup-interview__ttl {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.popup-interview__txt {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0;
}
.popup-content_btn {
    margin: 35px 0 0;
    text-align: center;
}
.popup-content_btn p {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.popup-content_btn a {
    background: var(--bg-theme-color);
    border-radius: 80px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 25px 120px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: max-content;
}
.popup-content_btn a::after {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 25px;
    bottom: 0;
    top: 0;
    width: 22.5px;
}
.popup-content_btn a.pdf {
    line-height: 1.2em;
}
.popup-content_btn a.pdf::before {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-pdf.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 38px;
    margin-right: 25px;
    position: relative;
    top: 10px;
    width: 34px;
}
.popup-content_btn a.pdf::after {
    display: none;
}
.popup-content_btn a.pdf span {
    display: block;
    font-size: 14px;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .popup-close {
        right: -20px;
        top: -20px;
        width: 70px;
    }
    .popup-content__inner {
        padding: 50px 25px;
    }
    .popup-content__ttl h2 {
        font-size: 28px;
    }
    .popup-content__subttl h3 {
        background: none;
        font-size: 21px;
        padding: 0;
    }
    .popup-content__subttl h3 span {
        background: var(--accent-color);
        color: #fff;
        display: inline-block;
        padding: 2px 5px;
    }
    .popup-content__subttl h3 span:not(:last-child) {
        margin: 0 0 10px;
    }
    .popup-content__interview {
        padding: 25px;
    }
    .popup-interview__left {
        width: 100%;
    }
    .popup-interview__left img {
        max-width: 100%;
    }
    .popup-interview__right {
        margin: 25px 0 0;
        width: 100%;
    }
    .popup-interview__ttl {
        font-size: 21px;
    }
    .popup-content_btn a {
        padding: 25px 20px;
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .popup-content__inner {
        padding: 50px 15px;
    }
    .popup-content__ttl h2 {
        font-size: 24px;
    }
    .popup-content__interview {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 568px) {
    .popup-content__subttl h3 {
        font-size: 18px;
    }
    .popup-interview__ttl {
        font-size: 21px;
    }
    .popup-content_btn a {
        font-size: 16px;
    }
    .popup-content__image.flex img {
        width: 100%;
    }
    .popup-content__image.flex img:not(:last-child) {
        display: block;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 468px) {
    .popup-content__ttl h2 {
        font-size: 21px;
    }
    .popup-content__subttl h3 {
        font-size: 16px;
    }
}

.engine-banner{
    margin-top: 20px;
    /*display: none*;*/
}
.engine-banner img{
    width: 100%;
}
/* ベルマーレサイト上書き */
.page_right {
    display: none;
}
.page_main_inner {
    padding: 0 0 0 0;
    position: relative;
}
h3.ttl-1 {
    display: none;
}
.page_main {
    padding: 0 0
}
.content_wrap .content {
    width: 100% !important;
    margin: 0 auto;
    display: block;
    background: #fff;
}
footer {
    margin: 0 0 0 0;
}
/* パートナーインタビューはずし */
.popup-content__ttl.num2,
.popup-content__bottom{
    display: none;
}

.action-in__content {
    background: #fff;
    border: 1px solid var(--bg-theme-color);
    padding: 45px 0;
    position: relative;
    z-index: 5;
}
.action-in__content:not(:last-child) {
    margin: 0 0 65px;
}
.action-in__content:first-child {
    background: url(https://szl.co.jp/bellmare/assets/images/0527/action-bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -12%;
}
.action-in__content:last-child {
    background: url(https://szl.co.jp/bellmare/assets/images/0527/action-bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.action-in__head, .action-in__body {
    margin: 0 auto;
    width: 92%;
    max-width: 980px;
}
.action-in__head {
    margin: 0 auto 35px;
    text-align: center;
}
.action-in__head h2 {
    color: var(--main-text-color);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    position: relative;
    z-index: 2;
}
.action-in__head h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 35px;
}
.action-in__head h2 span:not(:last-child) {
    margin: 0 0 8px;
}
.action-in__head p {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
}
.action-in__items.half {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.half .action-in__item {
    background: #fff;
    width: 44%;
}
.action-in__item.g {
    border: 1px solid #098D7E;
}
.action-in__item.yg {
    border: 1px solid var(--bg-theme-color);
}
.full .action-in__item {
    background: #fff;
    border: 0;
}
.g .action-item__head {
    background: #098D7E;
}
.yg .action-item__head {
    background: var(--bg-theme-color);
}
.action-item__head {
    padding: 12px 0 10px;
    text-align: center;
}
.action-item__head p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}
.half .action-in__item .action-item__body {
    padding: 20px 15px;
}
.full .action-in__item .action-item__body {
    padding: 20px;
}
.action-in__item img {
    height: auto;
    max-width: 100%;
}
.action-item__tag {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}
.action-item__tag .tag {
    border: 2px solid var(--bg-theme-color);
    border-radius: 50px;
    color: var(--bg-theme-color);
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    transition-duration: .3s;
    width: calc(50% - 10px);
}
.action-item__tag .tag:first-child {
    width: 52%;
}
.action-item__tag .tag:hover {
    background: var(--bg-theme-color);
    color: #fff;
}
.action-item__tag .tag.w100 {
    border: 2px solid #098D7E;
    border-radius: 50px;
    color: #098D7E;
    margin: 0 auto 25px;
    width: 100%;
}
.action-item__tag .tag.w100:hover {
    background: #098D7E;
    color: #fff;
}
.action-item__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.action-item__text,
.action-item__image {
    width: 48%;
}
.action-item__text p {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0;
}
.action-item__text p span {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: bold;
}
.action-item__btn {
    margin: 10px 0 0;
    text-align: right;
}
.action-item__btn a {
    border: 1px solid var(--bg-theme-color);
    border-radius: 50px;
    color: var(--bg-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0 auto;
    padding: 12px 35px 12px 35px;
    position: relative;
    text-decoration: none;
    transition-duration: .3s;
    width: 100%;
    max-width: max-content;
}
.action-item__btn a::after {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-arrow-r.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 8px;
}
.action-item__btn a:hover {
    background: var(--bg-theme-color);
    color: #fff;
}
.action-item__btn a:hover::after {
    background-image: url(https://szl.co.jp/bellmare/assets/images/icon-arrow-r-w.svg);
}
@media screen and (max-width: 968px) {
    .action-in__head h2 span {
        padding: 0 25px;
    }
    .half .action-in__item {
        width: 100%;
    }
    .half .action-in__item:not(:last-child) {
        margin: 0 0 25px;
    }
    .action-item__text,
    .action-item__image {
        width: 100%;
    }
    .action-item__text {
        margin: 0 0 25px;
    }
    .action-item__head p {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .action-in__head h2 span {
        padding: 0 15px;
    }
    .action-in__content:first-child {
        margin-top: -35%;
    }
    .action-in__head {
        text-align: left;
    }
    .action-in__head h2 {
        font-size: 32px;
        margin: 0 0 25px;
    }
    .action-in__head p {
        font-size: 18px;
    }
    .action-item__head p {
        font-size: 21px;
    }
    .action-item__tag .tag {
        font-size: 18px;
        padding: 10px 0;
    }
    .action-item__text p {
        font-size: 18px;
    }
    .action-item__text p span {
        font-size: 16px;
    }
    .action-item__btn a {
        font-size: 20px;
        padding: 12px 50px 12px 35px;
    }
}
@media screen and (max-width: 468px) {
    .action-in__head h2 {
        font-size: 24px;
    }
    .action-in__head p {
        font-size: 16px;
    }
    .action-item__head p {
        font-size: 18px;
    }
    .action-item__tag .tag {
        font-size: 16px;
    }
    .action-item__text p {
        font-size: 16px;
    }
    .action-item__text p span {
        font-size: 14px;
    }
    .action-item__btn a {
        font-size: 18px;
        padding: 12px 50px 12px 35px;
    }
}
.mv-inner {
    max-width: none;
}
.mv-arrow {
    display:none;
}
@media screen and (max-width: 768px) {
    .mv-arrow {
        display: block;
        margin: 85px 0 0;
    }
    .mv-arrow::after {
        background: url(https://szl.co.jp/bellmare/assets/images/0527/mv-arrow.svg) no-repeat;
        background-position: center;
        background-size: contain;
        content: "";
        display: block;
        height: 55px;
        margin: 20px auto 0;
        width: 13px;
    }
    .mv-arrow p {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
    }
    .mv-text {
        margin-left: -20%;
        width: 140%;
    }
}
.partner-body__inner {
    margin: 0 auto;
    width: 100%;
    max-width: none;
}
.partner-body {
    padding: 0;
}
.partner-body__head {
    margin: 0 auto 65px;
    text-align: center;
    width: 90%;
    max-width: 250px
}
.partner-content__ttl,
.partner-card {
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column);
}
.partner-content__ttl {
    margin: 0 auto 65px;
}
.partner-addlist {
    background: #fff;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 12%));
    margin: 0 0 65px;
    padding: 85px 0;
    width: 100%;
    max-width: none;
}
.partner-list {
    display: grid;
    gap: 45px;
    margin: 0 auto 45px;
    width: 92%;
    max-width: var(--sub-column);
}
.partner-list h2 {
    color: var(--main-theme-color);
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 30px;
    text-align: center;
}
.partner-list__block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.partner-list__block ul li {
    border: 1px solid var(--main-text-color);
    line-height: 0;
}
.partner-list__block:first-child ul li {
    width: calc((100% / 7) - 7px)
}
.partner-list__block:last-child ul li {
    width: calc((100% / 6) - 7px)
}
.partner-list__block ul li img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.partner-list__btn a {
    background: var(--bg-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 12%));
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    width: 92%;
    max-width: 446px;
}
.partner-list__btn a::after {
    background: url(https://szl.co.jp/bellmare/assets/images/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 25px;
    bottom: 0;
    top: 0;
    width: 22.5px;
}
.partner-list__block ul li.penalty_b {
    background: #000;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 768px) {
    .partner-addlist {
        margin: 0 0 45px;
        padding: 50px 0;
    }
    .partner-list h2 {
        font-size: 21px;
        margin: 0 0 25px;
    }
    .partner-list__block:first-child ul li,
    .partner-list__block:last-child ul li {
        width: calc((100% / 3) - 5px)
    }
    .partner-list__btn a {
        font-size: 16px;
        padding: 10px 0;
    }
    .sp2 {
        display: block;
    }
    .partner-body__head {
        margin: 0 auto 45px;
        max-width: 150px;
    }
    .action-in__content:first-child {
        margin-top: 0;
    }
}

body .about::after {
    content: none !important;
}

.partner-card__ttl {
    font-size: 32px;
}
.partner-card__txt {
    font-size: 24px;
}

@media screen and (max-width: 568px) {
    .partner-card__ttl {
        font-size: 21px;
    }
    .partner-card__txt {
        font-size: 18px;
    }
}

.custom-banner {
    width: 92%;
    max-width: var(--main-column);   /* 必要に応じて調整 */
    margin: 160px auto 40px auto;
    text-align: center;
  }
.custom-banner img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  }
  @media screen and (max-width: 640px) {
    .custom-banner {
      margin: 65px auto 0 auto;
      max-width: 100%;
      padding: 0 8px;
    }
  }
 
.about {
    padding: 120px 0 120px;
}