/* kyushokusha_lp  *******************/

.fc-D34760 {
    color: #D34760;
}


body {
    position: relative;
}

body::before {
    content: '';
    width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

main {
    overflow-x: hidden;
}

.btn-red {
    background-color: #d03e3e;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.btn-gray {
    /* background-color: #C0C0C0; */
    background-color: #737373;
    pointer-events: none;
}

.basewidth {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.subbasewidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

/* header *******************/
@media screen and (max-width: 767px) {
    .header_nav {
        display: none;
    }

    #header h1 {
        margin-bottom: 0;
    }
}

/* 背景 */
.bg {
    background: #FFFBE6;
}

.bg_white {
    background: #fff;
}

/* visual *******************/
.top_visual {
    margin-bottom: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 1180px;
    padding: 70px 0 70px;
    background-image: url(../img/kyushokusha/bg_mainvisual.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.top_visual__wrap {
    max-width: 930px;
    width: 100%;
    margin: 0 auto 40px;
}

.top_visual__copy {
    width: 100%;
}

.top_visual__copy img {
    width: 100%;
    height: auto;
}

.top_visual__support {
    padding: 0 15px;
    margin-top: -64px;
    position: relative;
    z-index: 1;
}

.top_visual__support .support-title {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 5px 20px;
    margin-left: 0;
    margin-right: auto;
    background: #a74e62;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.top_visual__support .support-list {
    display: grid;
    grid-template-columns: 340px 520px;
    grid-template-rows: 1fr 1fr;
    padding: 20px;
    border: #9d3a50 solid 3px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.top_visual__support .support-list li {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    padding-left: 66px;
    position: relative;
}

.top_visual__support .support-list li:nth-child(1) {
    border-right: #a1a1a1 dashed 2px;
    border-bottom: #a1a1a1 dashed 2px;
    padding-left: 76px;
    padding-bottom: 15px;
}

.top_visual__support .support-list li:nth-child(2) {
    border-bottom: #a1a1a1 dashed 2px;
    padding-left: 121px;
    padding-bottom: 15px;
}

.top_visual__support .support-list li:nth-child(3) {
    border-right: #a1a1a1 dashed 2px;
    padding-left: 76px;
    padding-top: 15px;
}

.top_visual__support .support-list li:nth-child(4) {
    padding-left: 121px;
    padding-top: 15px;
}

.top_visual__support .support-list li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 50px;
    height: 50px;
    background: url(../img/kyushokusha/mv-list_icon.png) no-repeat;
    background-size: contain;
}

.top_visual__support .support-list li:nth-child(1)::before {
    top: calc(50% - 7.5px);
    left: 13px;
}

.top_visual__support .support-list li:nth-child(2)::before {
    top: calc(50% - 7.5px);
    left: 56px;
}

.top_visual__support .support-list li:nth-child(3)::before {
    top: calc(50% + 7.5px);
    left: 13px;
}

.top_visual__support .support-list li:nth-child(4)::before {
    top: calc(50% + 7.5px);
    left: 56px;
}

.visual_bg {
    background-image: url(../img/kyushokusha/bg_kyushokusha-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.visual_bg::after {
    content: '';
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
}

@media screen and (max-width: 930px) {
    .top_visual__support {
        padding: 0 1.613vw;
        margin-top: -4.731vw;
    }

    .top_visual__support .support-title {
        font-size: 3.226vw;
        padding: 0.538vw 2.151vw;
        margin-right: auto;
    }

    .top_visual__support .support-list {
        grid-template-columns: 36.559vw 55.914vw;
        padding: 2.151vw;
    }

    .top_visual__support .support-list li {
        font-size: 2.366vw;
        padding-left: 7.097vw;
    }

    .top_visual__support .support-list li:nth-child(1) {
        padding-left: 8.172vw;
        padding-bottom: 1.613vw;
    }

    .top_visual__support .support-list li:nth-child(2) {
        padding-left: 13.011vw;
        padding-bottom: 1.613vw;
    }

    .top_visual__support .support-list li:nth-child(3) {
        padding-left: 8.172vw;
        padding-top: 1.613vw;
    }

    .top_visual__support .support-list li:nth-child(4) {
        padding-left: 13.011vw;
        padding-top: 1.613vw;
    }

    .top_visual__support .support-list li::before {
        width: 5.376vw;
        height: 5.376vw;
    }

    .top_visual__support .support-list li:nth-child(1)::before {
        top: calc(50% - 0.806vw);
        left: 1.398vw;
    }

    .top_visual__support .support-list li:nth-child(2)::before {
        top: calc(50% - 0.806vw);
        left: 6.022vw;
    }

    .top_visual__support .support-list li:nth-child(3)::before {
        top: calc(50% + 0.806vw);
        left: 1.398vw;
    }

    .top_visual__support .support-list li:nth-child(4)::before {
        top: calc(50% + 0.806vw);
        left: 6.022vw;
    }
}

@media screen and (max-width: 767px) {
    .top_visual {
        height: 220vw;
        margin-bottom: 25vw;
        padding: 9.778vw 0 9.126vw;
    }
    .top_visual__wrap {
        margin: 0 auto;
    }
    .top_visual__copy{
        padding: 0 1.953vw;
    }
    .top_visual__support {
        padding: 0 1.953vw;
        margin-top: -6.8vw;
    }
    .top_visual__support .support-title {
        font-size: 4.6vw;
        padding: 1vw 4vw;
    }
    .top_visual__support .support-list {
        display: block;
        padding: 1.302vw 2.604vw;
    }
    .top_visual__support .support-list li {
        font-size: 4vw;
        padding-left: 18vw;
        position: relative;
    }

    .top_visual__support .support-list li:nth-child(1) {
        border-right: none;
        border-bottom: #a1a1a1 dashed 2px;
        padding-left: 18vw;
        padding-top: 1.953vw;
        padding-bottom: 1.953vw;
    }

    .top_visual__support .support-list li:nth-child(2) {
        border-bottom: #a1a1a1 dashed 2px;
        padding-left: 18vw;
        padding-top: 1.953vw;
        padding-bottom: 1.953vw;
    }

    .top_visual__support .support-list li:nth-child(3) {
        border-right: none;
        border-bottom: #a1a1a1 dashed 2px;
        padding-left: 18vw;
        padding-top: 1.953vw;
        padding-bottom: 1.953vw;
    }

    .top_visual__support .support-list li:nth-child(4) {
        padding-left: 18vw;
        padding-top: 1.953vw;
        padding-bottom: 1.953vw;
    }

    .top_visual__support .support-list li::before {
        left: 4vw;
        width: 10vw;
        height: 10vw;
    }

    .top_visual__support .support-list li:nth-child(1)::before,
    .top_visual__support .support-list li:nth-child(2)::before,
    .top_visual__support .support-list li:nth-child(3)::before,
    .top_visual__support .support-list li:nth-child(4)::before {
        top: 50%;
        left: 4vw;
    }

    .visual_bg {
        background-image: url(../img/kyushokusha/bg_kyushokusha-sp.jpg);
    }
}
@media screen and (max-width: 450px) {
    .top_visual {        
        height: 240vw;
    }
}
/* line *******************/
.line {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.line_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 587px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 16px;
    border: solid 2px #12ab52;
    background: #fff;
}

.line_title {
    font-size: 2rem;
    color: #C03779;
    line-height: 1.3;
    border-bottom: solid 3px #C03779;
}

.line_title strong {
    font-size: 2.9rem;
}

.line_content {
    display: flex;
    margin-top: 5px;
}

.line_content::before {
    content: '';
    display: inline-block;
    margin-right: 30px;
    width: 90px;
    height: 130px;
    background-image: url(../img/kyushokusha/icon_line01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.line_txt {
    font-size: 2.4rem;
    line-height: 1.3;
    font-feature-settings: "palt";
}

.line_txt-lg {
    display: block;
    margin-top: 10px;
    font-size: 2.9rem;
}

.line_txt-ml {
    display: block;
}

.line_txt-lg strong {
    color: #12ab52;
    /* color: #038138; */
}

.line_txt-lg br {
    display: none;
}

.line_btn {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    padding: 3px 1.5em;
    text-decoration: none;
    color: #12ab52;
    font-size: 2rem;
    border: solid 2px #12ab52;
    border-radius: 100vh;
    font-weight: bold;
}

.line_btn:hover {
    text-decoration: none;
    opacity: 0.7;
}

.line_btn::after {
    content: '';
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 8px;
    background-image: url(../img/kyushokusha/icon_arrow-down.png);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .line {
        /*margin-top: 40px;*/
        margin-top: 5.215vw;
        margin-bottom: 10.43vw;
    }

    .line_wrapper {
        padding-bottom: 24vw;
    }

    .line_wrapper {
        width: 100%;
        max-width: none;
        position: relative;
    }

    .line_content::before {
        width: 15vw;
        height: 22vw;
        margin-right: 4vw;
    }

    .line_title {
        font-size: 3.61vw;
    }

    .line_title strong {
        font-size: 5.27vw;
    }

    .line_txt {
        font-size: 4.72vw;
    }

    .line_content {
        margin-top: 2vw;
    }

    .line_txt-lg {
        font-size: 5.7vw;
        line-height: 1.2;
    }

    .line_txt-lg br {
        display: block;
    }

    .line_btn {
        width: 60vw;
        padding: 0 3vw 0 3vw;
        background: #12ab52;
        color: #fff;
        font-size: 4.72vw;
        position: absolute;
        bottom: 6vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .line_btn::before {
        content: '';
        display: inline-block;
        width: 11.7vw;
        height: 11.7vw;
        margin-right: 2vw;
        background-image: url(../img/kyushokusha/icon_line.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .line_btn::after {
        display: none;
    }
}

/* POINT1 *******************/
.point1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.point1::before {
    content: '';
    display: inline-block;
    margin-right: 50px;
    margin-left: 30px;
    width: 360px;
    height: 243px;
    background-image: url(../img/kyushokusha/point1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.point1_title {
    display: flex;
    align-items: flex-end;
}

.point1_title::after {
    content: '';
    display: inline-block;
    width: 140px;
    height: 150px;
    background-image: url(../img/kyushokusha/point1_title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.point1_title-top {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    color: #D34760;
}

.point1_title-bottom {
    display: block;
    margin-top: 10px;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
}

.point1_content {
    flex: 1;
}

.point1_txt {
    margin-top: 40px;
    font-size: 2rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 1120px) {
    .point1 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .point1::before {
        margin: 0;
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .point1 {
        padding-top: 20vw;
        padding-bottom: 8vw;
    }

    .point1::before {
        margin-top: 15vw;
        width: 58.6vw;
        height: 39vw;
    }

    .point1_title {
        display: block;
        position: relative;
    }

    .point1_title::after {
        width: 19.4vw;
        height: 19.5vw;
        position: absolute;
        top: -11vw;
        left: 27vw;
    }

    .point1_title-top {
        font-size: 6.38vw;
    }

    .point1_title-bottom {
        margin-top: 0;
        font-size: 7.08vw;
    }

    .point1_content {
        width: 100%;
    }

    .point1_txt {
        margin-top: 6vw;
        font-size: 5.27vw;
    }
}

/* kyushokusha_shien *******************/
.kyushokusha_shien {
    margin-bottom: 119px;
    padding-top: 10px;
}

.kyushokusha_shien-title {
    margin-bottom: 60px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}

.kyushokusha_shien-title span {
    display: inline-flex;
    padding-bottom: 5px;
    position: relative;
}

.kyushokusha_shien-title span::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #C03779;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.kyushokusha_shien-title span br {
    display: none;
}

.frame_border {
    margin-bottom: 70px;
    position: relative;
    display: block;
}

.frame_border .inner {
    padding: 60px 40px 50px;
    background: #fff;
    border-radius: 10px;
}

.kyushokusya_shien-subtitle {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #BE4365;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    white-space: nowrap;
}

.kyushokusya_shien-subtitle::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    z-index: -1;
}

.frame_border .col3 {
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.frame_border .col3:last-of-type {
    margin-bottom: 0;
}

.frame_border .col3 h5 {
    margin-bottom: 18px;
    font-size: 2.2rem;
    line-height: 1;
}

.frame_border .col3 h5 br {
    display: none;
}

.frame_border .col3 img {
    width: 113px;
    height: 113px;
}

.frame_border .col3 .flex {
    width: 100%;
    margin-left: 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.frame_border .col3 .flex-row {
    display: flex;
}

.frame_border .btn {
    margin-top: 28px;
    margin-left: 32px;
    min-width: 169px;
    height: 53px;
    /* text-decoration: none; */
    font-weight: bold;
}

.frame_border .btn:hover {
    text-decoration: underline;
}

.frame_border .flex-row .btn {
    margin-left: 0;
    margin-right: 32px;
}

.minicarrer .col3 .cnt {
    margin-top: 22px;
}

.minicarrer .col3 .subtitle {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1;
    color: #24000A;
}

.minicarrer .col3 .subtitle-box {
    padding: 5px 10px;
    border: 1px solid #24000A;
    display: inline-block;
}

.minicarrer ul li {
    font-size: 1.8rem;
    line-height: 1.75;
}

.minicarrer .btn {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .kyushokusha_shien {
        margin-bottom: 10.97vw;
        padding-top: 0;
    }

    .kyushokusha_shien-title {
        margin-bottom: 10vw;
        font-size: 6.25vw;
    }

    .kyushokusha_shien-title span br {
        display: block;
    }

    .frame_border {
        margin-bottom: 12vw;
    }

    .frame_border .inner {
        padding: 9.02vw 6vw 8.61vw 6vw;
        background: #fff;
        border-radius: 10px;
    }

    .kyushokusya_shien-subtitle {
        font-size: 4.72vw;
        padding-left: 2.77vw;
        padding-right: 2.77vw;
        top: -2.5vw;
    }

    .kyushokusya_shien-subtitle::before {
        top: calc(50% - 2px);
    }

    .frame_border .col3 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 13.33vw;
    }

    .frame_border .col3 img {
        width: 40.55vw;
        height: 40.55vw;
    }

    .frame_border .col3 .flex {
        display: block;
        margin-left: 0;
    }

    .frame_border .col3 h5 {
        margin-top: 4.16vw;
        margin-bottom: 3.33vw;
        text-align: center;
        font-size: 5vw;
        line-height: 1.3;
    }

    .frame_border .col3 h5 br {
        display: block;
    }

    #kyushokusha_shien.kyushokusha_shien .text {
        font-size: 3.88vw;
    }

    .frame_border .btn {
        width: 60.69vw;
        height: auto;
        min-width: auto;
        margin-top: 10vw;
        margin-left: 0;
        padding-top: 3.19vw;
        padding-bottom: 3.19vw;
        font-size: 4.58vw;
        border-radius: 100vh;
    }

    .frame_border .flex-row {
        display: flex;
        flex-direction: column;
    }

    .frame_border .flex-row .btn {
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .minicarrer .col3 img {
        margin-bottom: 10px;
    }

    .minicarrer .col3 .subtitle {
        margin-bottom: 5px;
        font-size: 1.8rem;
        line-height: 1;
        color: #24000A;
        text-align: left;
    }

    .minicarrer .col3 .subtitle-box {
        padding: 5px 10px;
        border: 1px solid #24000A;
        display: inline-block;
    }

    .minicarrer ul li {
        font-size: 1.8rem;
        line-height: 1.75;
    }

    .minicarrer .btn {
        margin-left: auto;
        margin-right: auto;
    }

}

/* POINT2 *******************/
.point2 {
    padding: 110px 65px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.point2::after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 100%;
    background-image: url(../img/kyushokusha/point2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 110px;
    right: 65px;
}

.point2_title {
    display: flex;
    align-items: center;
}

.point2_title::before {
    content: '';
    display: inline-block;
    margin-right: 35px;
    width: 95px;
    height: 175px;
    background-image: url(../img/kyushokusha/point2_title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.point2_title-top {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    color: #D34760;
}

.point2_title-bottom {
    display: block;
    margin-top: 10px;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
}

.point2_list {
    margin-top: 50px;
}

.point2_item {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.point2_item:first-child {
    margin-top: 0;
}

.point2_item::before {
    content: '';
    display: inline-block;
    margin-right: 17px;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: contain;
}

.point2_item-title {
    font-size: 2.4rem;
    color: #C03779;
    font-weight: normal;
}

.point2_item-txt {
    font-size: 1.8rem;
}

.point2_item-txt br {
    display: none;
}

.point2_item:first-child:before {
    background-image: url(../img/kyushokusha/icon_phone.png);
}

.point2_item:nth-child(2):before {
    background-image: url(../img/kyushokusha/icon_loupe.png);
}

.point2_item:nth-child(3):before {
    background-image: url(../img/kyushokusha/icon_fukidashi.png);
}

@media screen and (max-width: 900px) {
    .point2::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .point2 {
        padding: 8.88vw 0 10vw 0;
    }

    .point2_title::before {
        width: 12.91vw;
        height: 24.16vw;
        margin-right: 6.11vw;
    }

    .point2_title-top {
        font-size: 6.38vw;
    }

    .point2_title-bottom {
        margin-top: 0;
        font-size: 7.08vw;
    }

    .point2_list {
        margin-top: 6vw;
    }

    .point2_item {
        margin-top: 4vw;
    }

    .point2_item::before {
        margin-right: 2.77vw;
        width: 11.94vw;
        height: 11.94vw;
    }

    .point2_item-title {
        font-size: 4.44vw;
    }

    .point2_item-txt {
        font-size: 3.88vw;
    }

    .point2_item-txt br {
        display: block;
    }
}

/* POINT3 *******************/
.point3 {
    padding: 80px 0;
}

.point3_title {
    display: flex;
    align-items: center;
    margin-left: 10%;
}

.point3_title::before {
    content: '';
    display: inline-block;
    margin-right: 30px;
    width: 260px;
    height: 156px;
    background-image: url(../img/kyushokusha/point3_title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.point3_title-top {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    color: #D34760;
}

.point3_title-bottom {
    display: block;
    margin-top: 5px;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
}

.point3_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 55px 45px;
    border: solid 2px #BE4365;
    border-radius: 16px;
}

.point3_list {
    font-size: 1.8rem;
    margin-right: 15px;
}

.point3_list:last-child {
    margin-right: 0;
}

.point3_item {
    list-style: disc;
    margin-left: 1.25em;
    margin-bottom: 10px;
}

.point3_item:last-child {
    margin-bottom: 0;
}

.point3_item::marker {
    color: #D34760;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .point3 {
        padding: 9.16vw 0 10.97vw 0;
    }

    .point3_title {
        flex-direction: column-reverse;
        text-align: center;
        margin-left: 0;
    }

    .point3_title::before {
        width: 43.33vw;
        height: 25.83vw;
        margin-top: 3vw;
        margin-right: 0;
    }

    .point3_title-top {
        font-size: 6.38vw;
    }

    .point3_title-bottom {
        margin-top: 0;
        font-size: 7.08vw;
        font-weight: bold;
    }

    .point3_inner {
        display: block;
        margin-top: 3vw;
        padding: 4vw 3vw;
    }

    .point3_list {
        font-size: 3.88vw;
        margin-right: 0;
    }

    .point3_list:last-child {
        margin-top: 1vw;
    }

    .point3_item {
        margin-bottom: 1vw;
    }

    .point3_item::marker {
        font-size: 4vw;
    }
}

/* POINT4 *******************/
.point4 {
    padding: 80px 0;
}

.point4_title {
    display: flex;
    align-items: center;
    margin-left: 10%;
}

.point4_title::before {
    content: '';
    display: inline-block;
    margin-right: 30px;
    width: 260px;
    height: 156px;
    background-image: url(../img/kyushokusha/point4_title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.point4_title-top {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    color: #D34760;
}

.point4_title-bottom {
    display: block;
    margin-top: 5px;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
}

.point4_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 55px 45px;
    border: solid 2px #BE4365;
    border-radius: 16px;
}

.point4_list {
    font-size: 1.8rem;
    margin-right: 15px;
}

.point4_list:last-child {
    margin-right: 0;
}

.point4_item {
    list-style: disc;
    margin-left: 1.25em;
    margin-bottom: 10px;
}

.point4_item:last-child {
    margin-bottom: 0;
}

.point4_item::marker {
    color: #D34760;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .point4 {
        padding: 9.16vw 0 10.97vw 0;
    }

    .point4_title {
        flex-direction: column-reverse;
        text-align: center;
        margin-left: 0;
    }

    .point4_title::before {
        width: 43.33vw;
        height: 25.83vw;
        margin-top: 3vw;
        margin-right: 0;
    }

    .point4_title-top {
        font-size: 6.38vw;
    }

    .point4_title-bottom {
        margin-top: 0;
        font-size: 7.08vw;
        font-weight: bold;
    }

    .point4_inner {
        display: block;
        margin-top: 3vw;
        padding: 4vw 3vw;
    }

    .point4_list {
        font-size: 3.88vw;
        margin-right: 0;
    }

    .point4_list:last-child {
        margin-top: 1vw;
    }

    .point4_item {
        margin-bottom: 1vw;
    }

    .point4_item::marker {
        font-size: 4vw;
    }
}

/* line_register *******************/
.line_register {
    padding: 65px 65px 75px 65px;
}

.line_register-title {
    display: flex;
    align-items: flex-end;
    margin-left: 10%;
}

.line_register-title::before {
    content: '';
    display: inline-block;
    margin-right: 35px;
    width: 75px;
    height: 257px;
    background-image: url(../img/kyushokusha/img_woman.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.line_register-title-top {
    display: block;
    font-size: 4.6rem;
    line-height: 1.4;
    font-weight: normal;
}

.line_register-title-bottom {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.line_register-title-bottom::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 58px;
    background-image: url(../img/kyushokusha/icon_double_triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.line_register-content {
    max-width: 832px;
    margin-top: 32px;
    background: #fff;
    border-radius: 16px;
    border: solid 2px #12ab52;
    position: relative;
}

.line_register-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 162px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #12ab52;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line_register-picture {
    padding: 22px 71px 0px 22px;
}

.line_register-entry-box {
    margin-top: 54px;
    margin-bottom: 100px;
    padding-left: 22px;
    padding-right: 22px;
}

.line_register-entry {
    margin: 0 auto;
    padding: 55px 20px 41px 20px;
    width: 100%;
    max-width: 644px;
    background: #FFFA7C;
}

.line_register-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 5px 26px;
    width: 100%;
    max-width: 492px;
    border-radius: 100vh;
    font-size: 3.4rem;
    color: #fff;
    font-weight: bold;
    background: #12ab52;
    /* text-decoration: none; */
}

.line_register-btn:hover {
    /* text-decoration: none; */
    opacity: 0.7;
}

.line_register-btn::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 27px;
    background-image: url(../img/kyushokusha/icon_line.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.line_register-txt {
    margin-top: 32px;
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .line_register {
        padding: 10.16vw 0 15.69vw 0;
    }

    .line_register-title {
        margin-left: 0;
        position: relative;
        justify-content: center;
    }

    .line_register-title::before {
        width: 10.41vw;
        height: 36.11vw;
        position: absolute;
        top: -1.5vw;
        left: -3vw;
    }

    .line_register-title-top {
        font-size: 7.5vw;
        font-weight: bold;
    }

    .line_register-title-bottom {
        margin-top: 1vw;
    }

    .line_register-title-bottom::before {
        width: 6.39vw;
        height: 9.4vw;
    }

    .line_register-content {
        margin-top: 5vw;
    }

    .line_register-icon {
        width: 26.11vw;
        height: 26.11vw;
        font-size: 3.47vw;
        right: -3vw;
    }

    .line_register-picture {
        padding: 3.75vw 3.5vw 0 3.5vw;
    }

    .line_register-entry {
        padding: 7.91vw 2.77vw;
        width: 100%;
    }

    .line_register-entry-box {
        margin-top: 6.25vw;
        margin-bottom: 7.69vw;
    }

    .line_register-btn {
        width: 100%;
        max-width: none;
        margin: 0;
        padding-left: 4vw;
        padding-right: 4vw;
        font-size: 6.25vw;
    }

    .line_register-btn::before {
        width: 16.11vw;
        height: 16.11vw;
        margin-right: 1vw;
    }

    .line_register-txt {
        display: none;
    }
}

/* news *******************/
.news {
    padding-bottom: 74px;
    padding-top: 95px;
}

.news_title {
    font-size: 2.8rem;
    text-align: center;
}

.line_dotted {
    position: relative;
}

.line_dotted::after {
    content: '';
    background-image: url(../img/kyushokusha/line_dotted.svg);
    position: absolute;
    bottom: -15px;
}

.news_list {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 723px;
}

#news dl {
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
}

#news dl::before {
    content: "";
    background-image: url(../img/common/line_dashed.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
}

#news dl:last-of-type::after {
    content: "";
    background-image: url(../img/common/line_dashed.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

#news dl dt {
    text-align: left;
    min-width: 188px;
}

#news dl dd {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .news {
        padding-top: 10vw;
        padding-bottom: 12vw;
    }

    .news_title {
        font-size: 6vw;
    }

    .line_dotted::after {
        bottom: -2vw;
    }

    #news dl {
        display: block;
        padding-top: 1vw;
        padding-bottom: 1vw;
        font-size: 3.88vw;
    }

    #news dl dt {
        padding-top: 1vw;
        padding-bottom: 1vw;
        min-width: none;
    }

    #news dl dd {
        padding-bottom: 1vw;
    }
}

/* cnt_contact *******************/
@media screen and (max-width: 767px) {
    .cnt_contact {
        margin-bottom: 10vw;
    }
}

/* pop *******************/
.pop {
    width: 430px;
    padding: 1em;
    border-radius: 16px;
    border: solid 2px #12ab52;
    background: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

.pop_content {
    display: flex;
    align-items: center;
}

.pop_content::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 75px;
    height: 130px;
    background-image: url(../img/kyushokusha/icon_line02.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pop_txt {
    font-size: 2rem;
    font-feature-settings: "palt";
}

.pop_txt-lg {
    font-size: 2.7rem;
    font-weight: bold;
    color: #12ab52;
}

.pop_txt-ml {
    line-height: 1.3;
}

.pop_txt-c1 {
    color: #C03779;
}

.pop_btn {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    padding: 2px 1.2em;
    text-decoration: none;
    color: #118843;
    font-size: 1.6rem;
    border: solid 2px #118843;
    border-radius: 100vh;
    font-weight: bold;
}

.pop_btn:hover {
    text-decoration: none;
    opacity: 0.7;
}

.pop_btn::after {
    content: '';
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 10px;
    background-image: url(../img/kyushokusha/icon_arrow-down.png);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: contain;
}

.pop_btn br {
    display: none;
}

@media screen and (max-width:767px) {
    .pop {
        width: 100%;
        padding: 1.5vw 2vw 1.5vw 1.5vw;
        border-radius: 0;
        bottom: 0;
        right: 0;
    }

    .pop_content::before {
        margin-right: 1vw;
        width: 9.16vw;
        height: 15.83vw;
    }

    .pop_txt {
        font-size: 3.88vw;
    }

    .pop_txt-lg {
        font-size: 5.27vw;
        line-height: 1;
    }

    .pop_content-fl {
        display: flex;
        align-items: center;
    }

    .pop_txt {
        margin-right: 1vw;
    }

    .pop_btn {
        flex: 1;
        padding: 1vw 2vw 1vw 0.5vw;
        color: #fff;
        background: #12ab52;
        border-radius: 16px;
        font-size: 3.61vw;
        line-height: 1.2;
    }

    .pop_btn::after {
        display: none;
    }

    .pop_btn::before {
        content: '';
        display: inline-block;
        width: 14vw;
        height: 14vw;
        background-image: url(../img/kyushokusha/icon_line.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .pop_btn br {
        display: block;
    }
}

/* footer *******************/
@media screen and (max-width: 1940px) {
    footer {
        padding-bottom: 190px;
    }
}

@media screen and (max-width:767px) {
    footer {
        padding-bottom: 28vw;
        position: relative;
    }
}


/* 20240315追加分 *******************/
.slider {
    width: 100%;
    margin: 0 auto;
}

.slider__item {
    margin-left: 25px;
    margin-right: 25px;
    max-width: 326px;
    height: auto;
    aspect-ratio: 326 / 280;
    overflow: hidden;
    border-radius: 20px;
}

.slick-slide:nth-child(odd) .slider__item {
    margin-top: 50px;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .slider {
        width: 100%;
        margin: 0 auto;
    }

    .slider__item {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 180px;
        overflow: hidden;
        border-radius: 20px;
    }

    .slick-slide:nth-child(odd) .slider__item {
        margin-top: 50px;
    }

    .slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

.youtube {
    margin-bottom: 80px;
}

.youtubeBlock {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 350;
}

.voice {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #FBF2F2;
}

.voice .basewidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: relative;
}

.voice .basewidth::before {
    content: "";
    background: url(../img/kyushokusha/voice01.png) no-repeat center;
    background-size: contain;
    width: 220px;
    height: auto;
    aspect-ratio: 229 / 193;
    position: absolute;
    top: -80px;

}

.voice .sec__title {
    margin-bottom: 48px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}

.voice .sec__title strong {
    font-size: 4rem;
    font-weight: normal;
}

.voice .voiceBlock {
    display: flex;
    justify-content: space-between;
}

.voice .voice__item {
    padding: 30px 20px 25px;
    width: calc((100% / 3) - 30px);
    background-color: #fff;
    border: 2px solid #BE4365;
    border-radius: 10px;
}

.voice .voice__item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
    display: block;
}

.voice .voice__item .voice__title {
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #D34760;
}

.voice .voice__item .desc {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .voice {
        padding-bottom: 40px;
    }

    .voice .basewidth::before {
        top: -200px;
        left: 50%;
        transform: translateX(-50%);

    }

    .voice .sec__title {
        margin-top: 120px;
        margin-bottom: 48px;
        font-size: 6.5vw;
    }

    .voice .sec__title strong {
        font-size: 7.5vw;
    }

    .voice .voiceBlock {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .voice .voice__item {
        margin-bottom: 20px;
        padding: 30px 20px 25px;
        width: 70%;
    }

    .voice .voice__item .voice__title {
        font-size: 4.16vw;
    }

    .voice .voice__item .desc {
        font-size: 3.88vw;
    }
}

.snsBlock {
    padding-bottom: 140px;
    display: flex;
    justify-content: center;
}

.snsBlock img {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
    height: auto;
    aspect-ratio: 5 / 4;
}
/* .line-it-button{
    margin-left: 10px;
    margin-right: 10px;
} */
.fb_iframe_widget {
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .snsBlock {
        padding-bottom: 54px;
    }

    .snsBlock img {
        margin-left: 10px;
        margin-right: 10px;
        width: 80px;
    }
}