.home_page .key {
    --height: 56vw;
    --min-height: 550px;
    --max-height: 1057px;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    z-index: 1
}

.home_page .key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 16, 9, 0.4);
    z-index: 0
}

.home_page .key .inner {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1301px
}

.home_page .key .mv_slider:not(.slick-slider) {
    display: flex;
    overflow: hidden;
    opacity: 0
}

.home_page .key .key_text {
    position: relative;
    font-size: 0.625em;
    overflow: hidden
}

.home_page .key .key_text .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5.7em
}

.home_page .key .catch {
    display: flex;
    justify-content: flex-end
}

.home_page .key .catch h2,
.home_page .key .catch p {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    text-orientation: upright
}

.home_page .key .catch h2 {
    margin-left: 1.2777777778em;
    font-size: 3.6em;
    line-height: 2;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.home_page .key .catch h2>span {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 0.0833333333em;
    margin-left: 0.1944444444em;
    letter-spacing: 0.25em;
    display: inline-block
}

.home_page .key .catch h2>span:nth-child(2) {
    margin-left: 0.1388888889em;
    padding-left: 0.1388888889em
}

.home_page .key .catch h2>span:nth-child(3) {
    margin-left: 0;
    padding-left: 0.1944444444em
}

.home_page .key .catch h2 i {
    font-style: normal
}

.home_page .key .catch h2 i.top {
    margin-bottom: -26px
}

.home_page .key .catch p {
    font-size: 2.2em;
    order: 1;
    line-height: 1.9;
    margin-top: 1.3636363636em;
    letter-spacing: 0.15em
}

.home_page .key .catch p i {
    font-style: normal
}

.home_page .key .key_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.home_page .key .key_video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home_page .topic_path {
    display: none
}

.fix_bnr {
    position: absolute;
    bottom: 290px;
    left: 85px;
    max-width: 22.5em;
    width: 100%;
    height: 6.25em;
    background: url(../images/fix_bnr_bg.jpg) no-repeat center right/cover;
    z-index: 10;
    transition: 0.3s all
}

.fix_bnr:after,
.fix_bnr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.fix_bnr:before {
    border: 5px solid #ffffff
}

.fix_bnr:after {
    border: 4px solid #eef3ed
}

.fix_bnr.active {
    position: fixed;
    bottom: 20px;
    left: 20px
}

.fix_bnr_close {
    position: absolute;
    top: -0.625em;
    left: -0.625em;
    width: 1.75em;
    height: 1.75em;
    background: #1c9c37 url(../images/ic_close.png) no-repeat center/contain;
    transition: 0.3s all;
    z-index: 2;
    cursor: pointer
}

.fix_bnr_cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 4.0625em;
    padding-top: 0.1875em;
    transition: 0.3s all
}

.fix_bnr_cont:before {
    content: "";
    position: absolute;
    bottom: 0.875em;
    right: 0.9375em;
    background: url(../images/ic_arr.svg) no-repeat center/contain;
    width: 2.375em;
    height: 0.25em
}

.fix_bnr_ttl {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    padding-left: 5.9166666667em;
    letter-spacing: 0.1em
}

.fix_bnr_ttl:before {
    content: "";
    position: absolute;
    top: 0.0833333333em;
    left: -0.3333333333em;
    background: url(../images/fix_bnr_logo.png) no-repeat center/contain;
    width: 5.4166666667em;
    height: 3.4166666667em
}

.fix_bnr_ttl>span {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5555555556em;
    letter-spacing: 0.1em
}

@media only screen and (min-width:1921px) {
    .home_page .key {
        --min-height: 34vw
    }
}

@media only screen and (min-width:769px) {
    .fix_bnr_close:hover {
        background-color: #304c2e
    }
}

@media only screen and (max-width:1560px) and (min-width:769px) {
    .home_page .key {
        --height: 63vw;
        --min-height: 560px;
        --max-height: 100vh
    }

    .home_page .key .key_text {
        font-size: min(0.625em, 0.5vw)
    }

    .home_page .key .key_text .item {
        padding-bottom: 15.7em
    }
}

@media only screen and (max-width:1560px) and (min-width:769px) and (max-height:720px) and (orientation:landscape) {
    .home_page .key {
        --max-height: calc(100vh + 18.75em)
    }

    .home_page .key .key_text {
        font-size: min(0.625em, 0.6vw)
    }

    .home_page .key .key_text .item {
        padding-bottom: 3.7em
    }
}

@media only screen and (max-width:1500px) and (min-width:769px) {
    .home_page .key .key_text .item {
        padding-right: 8%
    }
}

@media only screen and (max-width:1400px) and (min-width:769px) {
    .home_page .key .key_text {
        font-size: 1.2vmin
    }
}

@media only screen and (max-width:1300px) and (min-width:769px) {
    .home_page .key .key_text {
        font-size: 0.85vmin
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .home_page .key {
        --height: 66vw;
        --min-height: 660px
    }

    .home_page .key .key_text .item {
        padding-bottom: 7.7em
    }

    .fix_bnr {
        bottom: 12.875em;
        left: 30px;
        font-size: min(14px, 1.5vw)
    }

    .fix_bnr.ac {
        bottom: 65px
    }
}

#mainContent {
    position: relative
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.idx_scroll {
    margin-bottom: 1.9375em
}

.idx_scroll a {
    text-align: center;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-bottom: 5.8333333333em;
    display: table;
    margin: auto
}

.idx_scroll a:after,
.idx_scroll a:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0
}

.idx_scroll a:before {
    bottom: 0;
    width: 2.8333333333em;
    height: 4.3333333333em;
    border-radius: 1.4166666667em;
    border: 1px solid #ffffff
}

.idx_scroll a:after {
    width: 0.3333333333em;
    height: 0.8333333333em;
    border-radius: 2px;
    background-color: #ffffff;
    bottom: 0;
    animation: idx_scroll 2.5s infinite alternate-reverse forwards
}

.idx_scroll a:hover {
    color: #ffffff
}

@keyframes idx_scroll {
    0% {
        -webkit-transform: translateY(-0.3333333333em);
        transform: translateY(-0.3333333333em)
    }

    to {
        -webkit-transform: translateY(-2.9166666667em);
        transform: translateY(-2.9166666667em)
    }
}

.tl_h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative
}

.tl_h3 .en {
    letter-spacing: 0.07em;
    color: #1c2c43;
    font-size: 80px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2px
}

.tl_h3 .jp {
    position: relative;
    letter-spacing: 0.1em;
    padding-bottom: 18px;
    display: block
}

.tl_h3 .jp:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 3px;
    background: rgb(178, 211, 95);
    background: linear-gradient(90deg, rgb(178, 211, 95) 50%, rgb(28, 156, 55) 50%)
}

.tl_h3.tl_white {
    color: #ffffff;
    font-weight: 400
}

.tl_h3.tl_white .en {
    color: #ffffff
}

@media only screen and (min-width:769px) {
    .tl_h3.tl_left {
        text-align: left
    }

    .tl_h3.tl_left .jp {
        padding-bottom: 0;
        display: table
    }

    .tl_h3.tl_left .jp:after {
        left: unset;
        top: 4px;
        right: -61px
    }
}

@media only screen and (max-width:1300px) and (min-width:769px) {
    .tl_h3 {
        font-size: 22px
    }

    .tl_h3 .en {
        font-size: min(70px, 6.5vw);
        letter-spacing: 0.05em
    }

    .tl_h3 .jp {
        padding-bottom: 15px
    }

    .tl_h3 .jp:after {
        width: 40px
    }
}

.idx00 {
    position: absolute;
    top: -21.6875em;
    left: 0;
    right: 0;
    z-index: 2
}

.sec_news {
    width: calc(100% - 40px);
    margin: 0 auto;
    background-color: rgba(0, 16, 9, 0.6);
    padding: 1.5625em 0 1.625em;
    color: #ffffff
}

.sec_news .tl_news {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding-top: 0.875em
}

.sec_news .tl_news:after {
    content: "";
    position: relative;
    display: table;
    width: 3.25em;
    height: 2px;
    background-color: #ffffff;
    margin-top: 0.6666666667em
}

.sec_news .list_post li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.sec_news .list_post a {
    --w: 7.75em;
    padding: 1.1875em 0 1.125em;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    white-space: nowrap;
    max-width: 100%;
    position: relative
}

.sec_news .list_post a:after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 1px;
    width: 0.5em;
    height: 0.6875em;
    background: url(../images/ic_arr02.png) no-repeat center/contain;
    margin: auto
}

.sec_news .list_post span {
    letter-spacing: 0.06em
}

.sec_news .list_post .date {
    width: var(--w);
    font-weight: 400
}

.sec_news .list_post .title {
    width: calc(100% - var(--w));
    position: relative;
    padding-right: 3.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400
}

.sec_news .cm_btn {
    margin-top: 5px
}

@media only screen and (min-width:769px) {
    .sec_news .block_news {
        position: relative
    }

    .sec_news .block_news:before {
        content: "";
        position: absolute;
        top: 0.75em;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 10em;
        background-color: rgba(255, 255, 255, 0.5)
    }

    .sec_news .col {
        width: 48%;
        max-width: 574px;
        display: grid;
        grid-template-columns: 35% 62%;
        justify-content: space-between
    }

    .sec_news .list_post {
        grid-column-start: 2;
        grid-row: 1/span 2
    }

    .sec_news .list_post li:first-child a {
        padding-bottom: 1em
    }
}

@media only screen and (max-width:1400px) and (min-width:1201px) {
    .sec_news .inner_big {
        padding-left: 4%;
        padding-right: 4%
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .idx00 {
        font-size: min(15px, 1.27vw);
        top: -19.6875em
    }

    .sec_news {
        padding: 1.25em 0 1.25em;
        width: calc(100% - 30px)
    }

    .sec_news .block_news:before {
        top: 0.1875em
    }

    .sec_news .list_post li:first-child a {
        padding-bottom: 0.875em
    }

    .sec_news .list_post a {
        padding: 0.9375em 0 0.875em
    }

    .sec_news .cm_btn a {
        font-size: 0.875em
    }
}

@media only screen and (min-width:769px) {
    .idx_bnr .bnr_it {
        width: calc((100% - 3.75em) / 4);
        margin-right: 1.25em
    }

    .idx_bnr .bnr_it:last-child,
    .idx_bnr .bnr_it:nth-child(4n+4) {
        margin-right: 0
    }
}

.idx01 {
    position: relative;
    z-index: 0
}

.idx01 .idx_wrap {
    padding: 56px 0 100px
}

.idx01 .inner_max {
    position: relative
}

.idx01 .inner_max:after,
.idx01 .inner_max:before {
    content: "";
    position: absolute;
    z-index: -1
}

.idx01 .inner_max:before {
    width: 525px;
    height: 930px;
    background-color: #f4f8f6;
    top: -235px;
    left: -220px
}

.idx01 .inner_max:after {
    width: 320px;
    height: 1073px;
    background: url(../images/idx01_bf01.jpg) no-repeat center/cover;
    top: -153px;
    right: -220px;
    opacity: 0.5
}

.idx01 .tl_h3 {
    margin-bottom: 33px
}

.idx01 .tl_h3 .en {
    letter-spacing: 0.058em
}

.idx01 .txt_en {
    font-size: 120px;
    line-height: 1;
    font-weight: 300;
    color: #343434;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.04;
    position: absolute;
    right: -301px;
    bottom: -115px
}

.idx01 .block_greeting {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 0 auto
}

.idx01 .block_greeting .yt .video-wrapper {
    filter: drop-shadow(-25px 25px 49px rgba(68, 74, 69, 0.14))
}

.idx01 .greeting_img {
    position: relative
}

.idx01 .greeting_cont p:not(.txt_en) {
    line-height: 2.25
}

.idx01 .box_name {
    position: absolute;
    top: 7.0625em;
    left: 2.8125em;
    background-color: #ffffff;
    padding: 1.1875em 0.9375em 1.375em 0.8125em
}

.idx01 .box_name .name {
    font-size: 1.25em;
    letter-spacing: 0.3em;
    color: #545454
}

.idx01 .box_name .name span {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin-top: 0.2222222222em
}

@-moz-document url-prefix() {
    .idx01 .box_name .name span {
        position: relative;
        left: 0.1388888889em
    }
}

.idx01 .b_pic {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 640px;
    position: relative;
    z-index: 0
}

.idx01 .b_pic:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 683px;
    height: 93%;
    background: url(../images/idx01_img01.jpg) no-repeat center/cover;
    z-index: -1
}

.idx01 .b_pic:after {
    content: "";
    position: absolute;
    bottom: -3.5625em;
    right: -3.9375em;
    background: url(../images/text_name.svg) no-repeat center/contain;
    width: 17.75em;
    height: 8.75em;
    z-index: 1
}

.idx01 .b_pic img {
    filter: drop-shadow(-25px 25px 49px rgba(68, 74, 69, 0.14));
    width: 93%;
    max-width: 590px
}

.idx01 .gr_btn {
    margin-top: 40px;
    padding-right: 8px;
    display: block
}

.idx01 .gr_btn .cm_btn {
    display: table;
    margin: 30px 0 30px auto
}

.block_contact {
    background: url(../images/idx01_bg.jpg) no-repeat center/cover;
    padding: 80px 0
}

.bnr_contact .bnr_it {
    height: 9.375em;
    max-width: 620px;
    width: 49%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    color: #545454
}

.bnr_contact .bnr_it:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 9.375em;
    background-position: center;
    background-repeat: no-repeat
}

.bnr_contact .bnr_it .bx_in {
    margin-left: auto;
    width: calc(100% - 9.375em)
}

.bnr_contact .bnr_it .tt_note {
    color: var(--clr1)
}

.bnr_contact .bnr_it .tt_tel {
    display: flex;
    margin-bottom: 0.6875em
}

.bnr_contact .bnr_it .tt_tel dd,
.bnr_contact .bnr_it .tt_tel dt {
    line-height: 1
}

.bnr_contact .bnr_it .tt_tel dt {
    text-indent: 0.0625em;
    font-weight: 400
}

.bnr_contact .bnr_it .tt_tel dd {
    font-size: 1.625em;
    margin-top: 0.1923076923em;
    letter-spacing: 0.055em
}

.bnr_contact .bnr_it .tt_tel dl {
    margin-right: 2.3125em;
    position: relative
}

.bnr_contact .bnr_it .tt_tel dl:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.25em;
    height: 2.625em;
    width: 0.125em;
    background-color: #e5e5e5;
    margin: auto
}

.bnr_contact .bnr_it .tt_tel dl:last-child {
    margin-right: 0
}

.bnr_contact .bnr_it .tt_tel dl:last-child:before {
    display: none
}

.bnr_contact .bnr_it .tt_tel dl:last-child dd {
    font-weight: 400
}

.bnr_contact .bnr_it .tt_mail {
    font-size: 1.625em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5384615385em
}

.bnr_contact .bnr_it.bnr_tel:before {
    background-color: var(--main-color);
    background-image: url(../images/ic_tel.svg);
    background-size: 3.25em auto
}

.bnr_contact .bnr_it.bnr_tel .bx_in {
    padding-left: 2.0625em;
    padding-top: 0.4375em
}

.bnr_contact .bnr_it.bnr_tel .tt_note span {
    margin-left: 1.25em
}

.bnr_contact .bnr_it.bnr_mail {
    transition: 0.3s all
}

.bnr_contact .bnr_it.bnr_mail:before {
    background-color: #b2d35f;
    background-image: url(../images/ic_mail.svg);
    background-size: 3.375em auto
}

.bnr_contact .bnr_it.bnr_mail .bx_in {
    padding-left: 2.75em;
    padding-top: 0.8125em
}

.bnr_contact .bnr_it.bnr_mail .bx_in:after,
.bnr_contact .bnr_it.bnr_mail .bx_in:before {
    content: "";
    position: absolute
}

.bnr_contact .bnr_it.bnr_mail .bx_in:before {
    width: 2.5em;
    height: 2.5em;
    background-color: #b2d35f;
    border-radius: 50%;
    bottom: 0.625em;
    right: 0.625em
}

.bnr_contact .bnr_it.bnr_mail .bx_in:after {
    mask-image: url(../images/ic_arr01.png);
    -webkit-mask-image: url(../images/ic_arr01.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
    background-color: var(--clr1);
    bottom: 1.75em;
    right: 1.6875em;
    width: 3.4375em;
    height: 0.25em
}

@media only screen and (min-width:769px) {
    .bnr_contact .bnr_it.bnr_mail:hover {
        background-color: #f6ffe1
    }
}

.idx_map {
    height: 320px;
    margin-top: 40px
}

.idx_map iframe {
    filter: grayscale(1)
}

@media only screen and (min-width:769px) {
    .idx01 .block_greeting {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: space-between
    }

    .idx01 .block_greeting .greeting_img {
        grid-row: 1/span 2
    }

    .idx01 .block_greeting .yt {
        max-width: 479px;
        width: 80%;
        margin-right: 0;
        margin-left: -79px;
        margin-top: -189px
    }

    .idx01 .block_greeting .yt .video-wrapper {
        border: 1px solid #ffffff
    }

    .idx01 .tl_h3 {
        padding-left: 70px;
        align-self: flex-end;
        margin-top: 24px
    }

    .idx01 .tl_h3 .en {
        margin-bottom: 15px
    }

    .idx01 .greeting_cont {
        max-width: 545px;
        width: 100%;
        padding-left: 75px;
        position: relative
    }

    .bnr_contact {
        font-size: min(16px, 1.3vw)
    }
}

@media only screen and (max-width:1700px) and (min-width:769px) {
    .idx01 .txt_en {
        font-size: min(120px, 8vw);
        right: -10vw;
    }

    .idx01 .greeting_cont {
        position: static
    }

    .idx01 .b_pic:after {
        font-size: min(16px, 1vw)
    }

    .idx01 .box_name {
        font-size: min(16px, 1.1vw)
    }
}

@media only screen and (max-width:1400px) and (min-width:769px) {
    .block_contact {
        padding: 60px 0;
        background-position: left 20% center
    }

    .idx_map {
        height: 299px
    }
}

@media only screen and (max-width:1300px) and (min-width:769px) {
    .idx01 .tl_h3 {
        margin-bottom: 10px
    }

    .idx01 .tl_h3 .en {
        margin-bottom: 0
    }

    .idx01 .txt_en {
        right: 0
    }

    .idx01 .inner_max:after {
        right: -252px
    }

    .idx01 .block_greeting {
        width: calc(100% - 60px)
    }

    .idx01 .block_greeting .yt {
        margin-left: -35px;
        margin-top: -13vw;
        width: 70%
    }

    .idx01 .greeting_cont,
    .idx01 .tl_h3 {
        padding-left: 45px
    }

    .idx01 .greeting_cont {
        padding-right: 5%
    }

    .idx01 .greeting_img {
        align-self: flex-start
    }

    .idx01 .b_pic:after {
        font-size: 0.88vw;
        right: -3.9375em
    }

    .idx01 .b_pic img {
        width: 87%
    }

    .idx01 .gr_btn {
        margin-top: 25px
    }

    .idx01 .gr_btn .cm_btn {
        margin: 30px 0 30px auto
    }

    .bnr_contact .bnr_it {
        height: 8.375em
    }

    .bnr_contact .bnr_it:before {
        width: 8.375em
    }

    .bnr_contact .bnr_it .bx_in {
        width: calc(100% - 8.375em)
    }

    .bnr_contact .bnr_it.bnr_tel .bx_in {
        padding-left: 1.0625em
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .idx01 .txt_en {
        right: 50px;
        bottom: -65px;
    }
    .idx01 .idx_wrap{padding: 56px 0 55px;}
    .idx01 .inner_max:before{
        max-height: 660px;
        height: 70vw;
    }
    .idx01 .inner_max:after {
        right: -270px
    }

    .idx01 .block_greeting {
        grid-template-columns: 46% 54%
    }

    .idx01 .greeting_cont {
        padding-right: 9%
    }
}

.idx02 {
    background: url(../images/idx02_bg01.png) no-repeat top right, url(../images/idx02_bg.jpg) no-repeat bottom left/cover;
    padding: 105px 0 119px;
    position: relative;
    z-index: 0
}

.idx02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 20px solid var(--main-color);
    border-left: 20px solid var(--main-color);
    z-index: -1
}

.idx02 .tl_h3 {
    display: table;
    margin: 0 auto 50px
}

.idx02 .tl_h3 .num {
    font-family: var(--f-roboto);
    font-size: 15em;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.07);
    position: absolute;
    top: -0.3444444444em;
    left: -0.3222222222em
}

.idx02 .tl_h3 .en {
    margin-bottom: -4px;
    margin-left: 1px
}

.idx02 .tl_h3 .jp {
    padding-bottom: 0.625em
}

.idx02 .tl_h3 .jp>span {
    font-size: 1.5em;
    color: var(--main-color)
}

.idx02 .cm_btn {
    margin-top: 11px
}

.idx02 .block_feature .feature_it {
    min-height: 41.25em;
    position: relative;
    z-index: 0;
    padding-top: 2.5em;
    padding-bottom: 3.0625em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    color: #ffffff;
    z-index: 0;
    box-shadow: 10px 10px 10px 0px rgba(144, 152, 146, 0.18);
    display: flex;
    align-items: flex-end
}

.idx02 .block_feature .feature_it:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #ffffff;
    z-index: -1;
    width: calc(100% - 1.25em);
    height: calc(100% - 1.25em);
    margin: auto
}

.idx02 .block_feature .feature_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    mask-image: url(../images/idx02_mask.png);
    -webkit-mask-image: url(../images/idx02_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: bottom center;
    -webkit-mask-position: bottom center
}

.idx02 .block_feature .feature_bg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.idx02 .block_feature .feature_cont {
    max-width: 30.75em;
    width: 100%;
    margin: 0 auto
}

.idx02 .block_feature .feature_cont>p {
    line-height: 2.25;
    margin-left: 0.3125em
}

.idx02 .block_feature .feature_tl {
    display: flex;
    align-items: center;
    margin-bottom: 0.375em
}

.idx02 .block_feature .num {
    font-family: var(--f-roboto);
    font-size: 7.5em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 0.0916666667em;
    position: relative;
    top: -0.0416666667em;
    left: -0.0166666667em
}

.idx02 .block_feature h4 {
    font-size: 1.75em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7857
}

.idx02 .block_feature h4>span {
    letter-spacing: 0
}

@media only screen and (min-width:769px) {
    .idx02 .block_feature {
        align-items: flex-start
    }

    .idx02 .block_feature .feature_it {
        width: 48%;
        max-width: 600px;
        margin-bottom: -0.625em
    }

    .idx02 .block_feature .feature_it:nth-child(2n+2) {
        margin-top: 4.5em
    }

    .idx02 .block_feature .feature_it:first-child,
    .idx02 .block_feature .feature_it:nth-child(4) {
        background-image: linear-gradient(50deg, rgb(28, 156, 55) 0%, rgb(51, 77, 64) 100%)
    }

    .idx02 .block_feature .feature_it:nth-child(2),
    .idx02 .block_feature .feature_it:nth-child(3) {
        background-image: linear-gradient(230deg, rgb(68, 77, 51) 0%, rgb(94, 156, 28) 100%)
    }
}

@media only screen and (max-width:1400px) and (min-width:769px) {
    .idx02 {
        background-size: 80% auto, cover
    }

    .idx02 .inner_big {
        max-width: 1220px
    }

    .idx02 .block_feature .feature_it {
        min-height: 37.25em
    }
}

@media only screen and (max-width:1300px) and (min-width:769px) {
    .idx02:before {
        border-width: 10px
    }

    .idx02 .tl_h3 .num {
        font-size: 14em
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .idx02 {
        padding-bottom: 90px
    }

    .idx02 .block_feature {
        font-size: min(16px, 1.2vw)
    }

    .idx02 .block_feature h4>span {
        letter-spacing: -1px
    }

    .idx02 .block_feature .feature_cont {
        max-width: 33em;
        padding-right: 3em
    }

    .idx02 .block_feature .feature_cont>p {
        font-size: 1.2em;
        line-height: 2
    }

    .idx02 .block_feature .feature_it {
        width: 49%
    }
}

.idx03 {
    padding: 94px 0 119px;
    background: url(../images/idx03_bg.jpg) no-repeat top center/100% auto;
    position: relative;
    z-index: 0
}

.idx03 .tl_h3 {
    margin-bottom: 39px
}

.idx03 h4 {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0.25em
}

.idx03 .txt_en {
    position: absolute;
    top: 20.7em;
    left: 0;
    z-index: -1;
    font-size: min(0.9vw, 10px)
}

.idx03 .txt_en .text {
    animation: marquee 180s linear 0s infinite normal;
    display: block;
    width: 929.8em;
    min-width: 546vw;
    height: 10.2em;
    background: url(../images/idx03_txt.png) repeat-x left top;
    background-size: 464.9em 10.2em
}

.idx03 .b_right {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #1c2c43;
    display: table;
    margin-left: auto
}

.idx03 .b_right p:not(:last-child) {
    margin-bottom: 6px
}

.idx03 .b_right .bg_green {
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 1px 10px 4px 12px;
    line-height: 1.2;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.idx03 .block_case .case_it {
    border: 2px solid #d6d6d6;
    background-color: #ffffff;
    position: relative;
    padding: 7.9375em 2.1875em 3.625em;
    margin-bottom: 40px
}

.idx03 .block_case .case_tl {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #ffffff;
    background-color: #1e1f22;
    clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
    display: table;
    padding: 0.625em 1.25em 1em 1.7083333333em;
    position: absolute;
    top: -0.0833333333em;
    left: -0.0833333333em;
    min-width: 12.5833333333em
}

.idx03 .block_case .case_tl span {
    font-size: 1.3333333333em;
    font-weight: bold;
    color: #b5e394;
    letter-spacing: 0.15em
}

.idx03 .block_case .case_up {
    background-color: #004628;
    border-radius: 40px;
    padding: 0.875em 1.6875em 0.9375em 1.8125em;
    display: table;
    position: absolute;
    top: -0.9375em;
    left: 2.25em
}

.idx03 .block_case .case_up p {
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0
}

.idx03 .block_case .case_up .tt01 {
    font-size: 1.25em;
    letter-spacing: 0;
    position: relative;
    display: flex;
    margin-bottom: -0.05em
}

.idx03 .block_case .case_up .tt01:after {
    content: "";
    position: relative;
    display: block;
    width: 0.85em;
    height: 0.75em;
    bottom: -0.1em;
    margin-left: 0.4em;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #b5e394
}

.idx03 .block_case .case_up .tt02 {
    font-size: 0.75em;
    letter-spacing: 0.05em
}

.idx03 .block_case .case_up .tt02>span {
    font-size: 2.6666666667em;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    top: 0.09375em;
    margin-right: 0.125em
}

.idx03 .block_case .case_cont {
    width: 45%
}

.idx03 .block_case .cont>p {
    line-height: 2.25;
    margin-bottom: 0
}

.idx03 .block_case .case_img {
    position: absolute;
    bottom: -1.5em;
    right: 0.9375em;
    width: 50%;
    max-width: 21.4375em
}

.idx03 .block_case .bx_step {
    display: flex;
    margin-top: 1.1875em;
    margin-left: 0.1875em
}

.idx03 .block_case .bx_step .it {
    padding: 0.8125em 1em 0.9375em;
    background-color: var(--main-color);
    color: #ffffff;
    width: calc((100% - 1.5em) / 2);
    max-width: 7.875em;
    position: relative
}

.idx03 .block_case .bx_step .it:first-child {
    background-color: #f5f5f5;
    margin-right: 1.5em;
    color: var(--clr1)
}

.idx03 .block_case .bx_step .it:first-child:before {
    content: "";
    position: absolute;
    top: -0.8125em;
    right: -2.3125em;
    width: 3.75em;
    height: 6.6875em;
    background: url(../images/idx_step.png) no-repeat center/contain;
    z-index: 1
}

.idx03 .block_case .bx_step .it p {
    line-height: 1.85714;
    font-size: 0.875em
}

.idx03 .gr_btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: -79px
}

.idx03 .gr_btn .cm_btn {
    margin-right: 54px
}

.idx03 .gr_btn .cm_btn a {
    padding-right: 6.1428571429em
}

.idx03 .gr_btn .cm_btn:last-child {
    margin-right: 0
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-929.8em);
        transform: translateX(-929.8em)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-929.8em);
        transform: translateX(-929.8em)
    }
}

@media only screen and (min-width:769px) {
    .idx03 .b_right {
        margin-bottom: -75px;
        margin-right: 77px
    }

    .idx03 .block_case {
        align-items: flex-start
    }

    .idx03 .block_case .case_it {
        width: 49%;
        max-width: 700px
    }

    .idx03 .block_case .case_it:nth-child(2),
    .idx03 .block_case .case_it:nth-child(3) {
        background-color: #d7dfdb;
        border-color: #d7dfdb
    }

    .idx03 .block_case .case_it:nth-child(2) .bx_step .it:before,
    .idx03 .block_case .case_it:nth-child(3) .bx_step .it:before {
        background-image: url(../images/idx_step02.png)
    }

    .idx03 .block_case .case_it:nth-child(2) {
        margin-top: 7.5em
    }

    .idx03 .block_case .case_it:nth-child(3) {
        margin-top: -7.5em
    }
}

@media only screen and (max-width:1300px) and (min-width:769px) {
    .idx03 .b_right {
        font-size: min(18px, 1.7vw);
        margin-bottom: -4.166667em;
        margin-right: 4.166667em
    }

    .idx03 .b_right .bg_green {
        font-size: 1.2222222222em
    }

    .idx03 .gr_btn .cm_btn {
        margin-right: 34px
    }

    .idx03 .block_case {
        font-size: min(16px, 1.25vw)
    }

    .idx03 .block_case .bx_step .it {
        padding-left: 0.5em;
        padding-right: 1em
    }

    .idx03 .block_case .bx_step .it:last-child {
        padding-left: 1em;
        padding-right: 0.5em
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .idx03 {
        padding: 80px 0 90px
    }

    .idx03 .txt_en {
        top: 25.7em
    }

    .idx03 .block_case .case_up {
        left: 1.25em
    }

    .idx03 .gr_btn {
        display: block;
        margin-top: -10vw
    }

    .idx03 .gr_btn .cm_btn {
        margin-right: 0
    }

    .idx03 .gr_btn .cm_btn:last-child {
        margin-top: 28px
    }

    .idx03 .block_case .bx_step .it:first-child:before {
        bottom: 0;
        top: 0;
        margin: auto
    }
}

.idx04 {
    position: relative;
    padding: 94px 0 120px;
    z-index: 0;
    background-image: linear-gradient(-90deg, rgb(232, 240, 236) 0%, rgb(255, 255, 255) 100%)
}

.idx04:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 558px;
    background: url(../images/idx04_bg.jpg) no-repeat center/cover;
    z-index: -1
}

.idx04 .tl_h3 {
    margin-bottom: 50px
}

.idx04 .tl_h3 .en {
    margin-bottom: 4px
}

.idx04 .tl_h3 .jp {
    padding-bottom: 17px
}

.idx04 .consultation_bx {
    position: relative;
    z-index: 0
}

.idx04 .consultation_bx:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 684px;
    background: url(../images/idx04_bx_bg.jpg) no-repeat center/cover;
    z-index: -1
}

.idx04 .consultation_bx-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 60%
}

.idx04 .consultation_bx-cont {
    width: 49.9%;
    margin-left: auto;
    padding-top: 74px;
    padding-right: 62px
}

.idx04 .consultation_bx-cont p {
    line-height: 2.25
}

.idx04 .banner {
    padding: 0.5625em 2.5em 0.6875em 0.5625em;
    position: relative;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-left: -1px;
    z-index: 0
}

.idx04 .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    z-index: -1
}

.idx04 .banner:after {
    content: "";
    position: absolute;
    right: 0.875em;
    top: 0;
    bottom: 0;
    background: #ffffff url(../images/ic_bn_arr.svg) no-repeat center/contain;
    width: 20px;
    height: 20px;
    margin: auto;
    border-radius: 50%
}

.idx04 .banner .bn_tl {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 3.3em;
    z-index: 0
}

.idx04 .banner .bn_tl:before {
    content: "";
    position: absolute;
    top: -0.2em;
    left: 0.5em;
    width: 5.15em;
    height: 3.25em;
    background: url(../images/banner_logo.png) no-repeat center/contain;
    opacity: 0.03;
    z-index: -1
}

.idx04 .banner .bn_tl .en {
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: var(--main-color);
    line-height: 1;
    display: block;
    margin-top: 0.5833333333em
}

.idx04 .banner.bn_divorce {
    background-image: url(../images/idx04_tab01_banner01.jpg)
}

.idx04 .banner.bn_inheritance {
    background-image: url(../images/idx04_tab02_banner01.jpg)
}

.idx04 .banner.bn_estate {
    background-image: url(../images/idx04_tab03_banner01.jpg)
}

.idx04 .consultation_list {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0
}

.idx04 .consultation_list .bx_img {
    margin-left: auto;
    margin-bottom: 1.5625em;
    display: table;
    position: relative
}

.idx04 .consultation_list h4 {
    font-size: 1.125em;
    line-height: 1.333;
    letter-spacing: 0.1em;
    transition: 0.3s all
}

.idx04 .consultation_list h4 .en {
    display: block;
    font-size: 0.6666666667em;
    color: var(--main-color);
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0.9166666667em;
    margin-left: -0.0833333333em;
    letter-spacing: 0.1em;
    transition: 0.3s all
}

.idx04 .consultation_list .item {
    margin-bottom: 4px;
    padding: 2.125em 1.9375em 1.6875em 1.5625em;
    position: relative;
    overflow: hidden;
    height: 12.5em
}

.idx04 .consultation_list .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.125em;
    height: 3.125em;
    background: url(../images/ic_arr03.png) no-repeat calc(50% + 4px) calc(50% + 6px)/10px auto;
    background-color: var(--main-color);
    border-top-left-radius: 80%
}

.idx04 .consultation_list .item:nth-child(odd) {
    background-image: linear-gradient(-141deg, rgb(220, 231, 213) 0%, rgb(221, 229, 225) 100%)
}

.idx04 .consultation_list .item:nth-child(2n+2) {
    background-image: linear-gradient(-141deg, rgb(220, 231, 213) 0%, rgb(221, 229, 225) 100%)
}

.idx04 .consultation_list .item:nth-child(4) {
    padding-top: 2em;
    padding-right: 1.875em
}

.idx04 .consultation_list .item:nth-child(6) {
    padding-top: 2em;
    padding-right: 1.9375em
}

.idx04 .consultation_list .item:nth-last-child(2) .bx_img {
    margin-bottom: 0
}

.idx04 .consultation_list .item.it_st02 {
    background-image: linear-gradient(32deg, rgb(28, 156, 55) 14%, rgb(199, 221, 120) 82%);
    color: #ffffff
}

.idx04 .consultation_list .item.it_st02:after {
    background-color: rgba(255, 255, 255, 0.2)
}

.idx04 .consultation_list .item.it_st02 h4 .en {
    color: #ffffff
}

.idx04 .consultation_list .item.it_st02 .bx_img img {
    filter: brightness(0) invert(1)
}

.idx04 .faq_box {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    --size-pl-box: 81px
}

.idx04 .faq_box .faq_ttl {
    font-size: 18px
}

.idx04 .faq_box .cont p {
    font-size: 14px;
    line-height: 1.857143
}

.idx04 .TabContainer .TabPager>div {
    width: 25%;
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.5)
}

.idx04 .TabContainer .TabPager>div.active {
    background-color: var(--main-color);
    z-index: 1
}

.idx04 .TabContainer .TabContent>.content:not(.ac) {
    height: 1389px;
    overflow: hidden
}

.idx04 .TabContainer .TabContent>.content>div {
    background-color: #ffffff;
    padding: 20px 20px 44px
}

@media only screen and (min-width:769px) {
    .idx04 .consultation_list .item {
        width: calc((100% - 12px) / 4);
        margin-right: 4px;
        z-index: 0
    }

    .idx04 .consultation_list .item:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        transition: transform 0.6s ease;
        z-index: -1;
        transform: scale(0);
        transform-origin: bottom right;
        border-top-left-radius: 80%
    }

    .idx04 .consultation_list .item.it_st02:before {
        background-color: var(--main-color)
    }

    .idx04 .consultation_list .item:nth-child(4n+4) {
        margin-right: 0
    }

    .idx04 .consultation_list .item:hover h4 {
        color: #ffffff
    }

    .idx04 .consultation_list .item:hover h4 .en {
        color: #ffffff
    }

    .idx04 .consultation_list .item:hover .bx_img img {
        filter: brightness(0) invert(1)
    }

    .idx04 .consultation_list .item:hover:before {
        transform: scale(1.4)
    }

    .idx04 .consultation_list.col3 .item {
        max-width: 396px;
        width: calc((100% - 12px) / 3)
    }

    .idx04 .consultation_list.col3 .item:nth-child(4n+4) {
        margin-right: 4px
    }

    .idx04 .consultation_list.col3 .item:nth-child(3n+3) {
        margin-right: 0
    }

    .idx04 .faq_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .idx04 {
        padding: 70px 0 80px
    }

    .idx04 .consultation_bx-cont {
        padding-right: 30px;
        padding-top: 45px
    }

    .idx04 .banner {
        font-size: min(16px, 1.5vw);
        margin-top: 25px
    }

    .idx04 .consultation_list {
        font-size: min(16px, 1.5vw);
        margin-top: 50px
    }

    .idx04 .consultation_list h4 {
        letter-spacing: 0.05em
    }

    .idx04 .consultation_list .item {
        padding: 2.125em 1em 1.6875em 1em
    }

    .idx04 .consultation_list .item:after {
        background-position: calc(50% + 4px) calc(50% + 3px);
        width: 2.5em;
        height: 2.5em
    }

    .idx04 .consultation_list .item:nth-last-child(2) .bx_img {
        top: -0.5em
    }

    .idx04 .consultation_list .bx_img img {
        height: 4.0625em;
        width: auto
    }

    .idx04 .TabContainer .TabContent>.content>div {
        padding: 15px 15px 36px
    }

    .idx04 .faq_box {
        margin-top: 40px
    }

    .idx04 .faq_box {
        --size-pl-box: 65px;
        --f-size-qa: 28px
    }

    .idx04 .faq_box .faq_ttl {
        font-size: 16px
    }

    .idx04 .faq_box .faq_ttl:before {
        top: 17px
    }

    .idx04 .faq_box .accBtn {
        padding: 20px 50px 20px 0;
        min-height: 60px
    }
}

.idx05 {
    position: relative;
    z-index: 0;
    padding: 93px 0 120px;
    background-color: #e7edeb
}

.idx05:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 548px;
    background-color: var(--main-color);
    background: url(../images/idx05_bg.jpg) no-repeat center/cover;
    z-index: -1
}

.idx05 .tl_h3 {
    margin-bottom: 50px
}

.idx05 .bx_advice .advice_img {
    position: relative;
    z-index: 0
}

.idx05 .bx_advice .advice_img:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    max-width: 495px;
    width: 86%;
    max-height: 448px;
    height: 90%;
    background-color: #eeeeee;
    z-index: -1
}

.idx05 .bx_advice .advice_cont>p {
    line-height: 2.25
}

.idx05 .gr_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px
}

.idx05 .gr_btn .cm_btn.btn_st02 {
    margin-right: 41px
}

.idx05 .gr_btn .cm_btn.btn_st02 a {
    border-radius: 40px;
    padding: 1.7857142857em 7.5625em 1.7857142857em 1.6428571429em;
    background-image: linear-gradient(90deg, rgb(235, 246, 228) 0%, rgb(236, 244, 240) 100%)
}

.idx05 .gr_btn .cm_btn.btn_st02 a:before {
    right: 1.2142857143em
}

.idx05 .gr_btn .cm_btn.btn_st02 a:after {
    right: 2.4285714286em
}

.idx05 .TabContainer .TabContent>.content:not(.ac) {
    height: 620px;
    overflow: hidden
}

.idx05 .TabContainer .TabContent>.content>div {
    padding: 60px 60px
}

.idx05 .TabContainer .TabContent>.content h4.tab_tl {
    margin-bottom: 33px;
    margin-top: 36px
}

@media only screen and (min-width:769px) {
    .idx05 .bx_advice {
        display: grid;
        grid-template-columns: 50% 43%;
        justify-content: space-between
    }

    .idx05 .bx_advice .advice_img {
        grid-row: 1/span 2;
        align-self: flex-start
    }

    .idx05 .bx_advice h4 {
        align-self: flex-end
    }

    .idx05 .bx_advice .advice_cont {
        align-self: flex-start
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .idx05 {
        padding: 70px 0 80px
    }

    .idx05 .TabContainer .TabContent>.content>div {
        padding: 50px 45px
    }

    .idx05 .TabContainer .TabContent>.content h4.tab_tl {
        margin-bottom: 15px
    }

    .idx05 .bx_advice {
        grid-template-columns: 44% 50%
    }

    .idx05 .gr_btn .cm_btn.btn_st02 {
        margin-right: 20px
    }
}

@media only screen and (min-width:769px) and (max-width:1000px) {
    .idx05 .gr_btn {
        display: block;
        margin-top: 20px
    }

    .idx05 .gr_btn .cm_btn.btn_st02 {
        margin-right: 0;
        margin-bottom: 20px
    }

    .idx05 .gr_btn .cm_btn.btn_st02 a {
        display: table
    }

    .idx05 .TabContainer .TabContent>.content h4.tab_tl {
        margin-top: 0
    }
}

.idx06 {
    padding: 90px 0 110px;
    background: url(../images/idx06_bg.jpg) no-repeat center/cover
}

.idx06 .tl_h3 {
    margin-bottom: 40px
}

.idx06 .slick-arrow {
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent
}

.idx06 .idx_video {
    display: flex;
    padding: 0px 67px 30px 68px
}

.idx06 .idx_video .it_yt {
    margin: 10px 12px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #ffffff
}

.idx06 .idx_video .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px #ffffff solid;
    z-index: 1
}

.idx06 .idx_video .img {
    position: relative
}

.idx06 .idx_video iframe {
    width: 100%;
    height: 100%
}

.idx06 .idx_video .slick-next,
.idx06 .idx_video .slick-prev {
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    top: 50%
}

.idx06 .idx_video .slick-next {
    background-image: url(../images/ic_next.svg);
    right: 0
}

.idx06 .idx_video .slick-prev {
    background-image: url(../images/ic_prev.svg);
    left: 0
}

.idx_video .slick-next:before,
.idx_video .slick-prev:before {
    content: ""
}

.video_youtube {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 16;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    transition: 0.3s all
}

.video_youtube.show {
    display: flex;
    background-color: rgba(0, 0, 0, 0.8)
}

.video_youtube.small {
    display: flex;
    width: 500px;
    height: 330px;
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
    padding: 10px
}

.box_video {
    width: 95%;
    max-width: 900px;
    margin-top: 30px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding: 25px 20px 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.close-video {
    position: absolute;
    top: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    border: 1px solid transparent;
    right: 5px;
    z-index: 11;
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 0.3s;
    background-color: var(--main-color)
}

.close-video:after,
.close-video:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.close-video:after {
    width: 20px;
    height: 2px
}

.close-video:before {
    width: 2px;
    height: 20px
}

.close-video:hover {
    opacity: 0.7;
    border-color: #fff
}

.slick-slide {
    position: relative
}

.click {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}
.idx06 .slick-dots {
	display: flex;
	justify-content: center;	
	margin: 0;	
	list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.idx06 .slick-dots li {
    margin: 0 0.5em;
}
.idx06 .slick-dots li.slick-active button {
    background-color: var(--main-color);
}
.idx06 .slick-dots li:hover button{background-color: var(--main-color);}
.idx06 .slick-dots button {
    display: block;
    width: 0.625em;
    height: 0.625em;
    padding: 0;
    cursor: pointer;
    
    border: none;
    border-radius: 100%;
    background-color: #ffffff;
    
    text-indent: -9999px;
}


	
@media only screen and (min-width:769px) {
    .idx06 .idx_video .slick-next:hover {
        transform: translate(10px, -50%)
    }

    .idx06 .idx_video .slick-prev:hover {
        transform: translate(-10px, -50%)
    }

    .idx06 .idx_video .it_yt:hover .img {
        opacity: 0.8
    }

    .idx06 .idx_video .it_yt:hover .img:before {
        opacity: 0.8
    }
}

@media only screen and (min-width:769px) and (max-width:1600px) {
    .idx06 .idx_video {
        width: calc(100% - 100px);
        margin: auto
    }
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .box_video {
        max-width: 680px
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .idx06 {
        padding: 70px 0
    }

    .idx06 .idx_video {
        padding: 0px 40px 24px 40px
    }

    .idx06 .idx_video .slick-next,
    .idx06 .idx_video .slick-prev {
        width: 40px;
        height: 40px
    }

    .idx06 .idx_video .it_yt {
        margin: 5px 6px
    }
}

.idx07 {
    padding: 120px 0 121px;
    background: url(../images/idx07_bg.jpg) no-repeat center/cover
}

.idx07 .idx_logo {
    max-width: 529px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: -1px
}

.idx07 .idx_logo a:hover {
    opacity: 1
}

.idx07 .bx_info dl {
    --w-dt: 102px;
    padding-bottom: 14px;
    border-color: #ebebeb
}

.idx07 .bx_info dl:first-child {
    padding-bottom: 13px
}

.idx07 .bx_info dl:last-child {
    padding: 9px 0 15px
}

.idx07 .gr_btn {
    margin: 40px -18px 0
}

.idx07 .gr_btn .cm_btn {
    margin: 10px 18px
}

.idx07 .yt {
    max-width: 720px;
    align-self: flex-start;
    position: relative;
    z-index: 0
}

.idx07 .yt:before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    max-width: 507px;
    width: 60%;
    height: 743px;
    background-color: #eeeeee;
    z-index: -1
}

.idx07 .yt .video-wrapper {
    padding-bottom: 56.1%;
    box-shadow: 12px 11px 21px rgba(21, 92, 34, 0.14);
    border: 1px solid var(--main-color);
    z-index: 1
}

.idx07 .yt .video-wrapper iframe {
    width: 101%;
    height: 101%;
    left: -0.5%
}

.idx07_map {
    height: 320px;
    max-width: 1280px;
    width: 100%;
    margin: 38px auto 0
}

.idx07_map iframe {
    filter: grayscale(1)
}

@media only screen and (min-width:769px) {
    .idx07 .fblock {
        max-width: 1360px;
        width: 100%;
        margin-left: auto
    }

    .idx07 .fblock .col_info {
        width: 44%;
        max-width: 580px
    }

    .idx07 .fblock .yt {
        width: 53%;
        margin: 0
    }
}

@media only screen and (min-width:769px) and (max-width:1600px) {
    .idx07 .inner_max {
        padding: 0 4%;
        width: 98%
    }

    .idx07 .yt:before {
        right: -40px;
        width: 40%
    }

    .idx07 .yt .video-wrapper {
        padding-bottom: 55.9%
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .idx07 {
        padding: 80px 0
    }

    .idx07 .idx_logo {
        margin-bottom: 5px
    }

    .idx07 .bx_info dl {
        --w-dt: 85px;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .idx07 .bx_info dl:before {
        width: 65px
    }

    .idx07 .bx_info dl:last-child {
        padding: 9px 0
    }

    .idx07 .bx_info dd,
    .idx07 .bx_info dt {
        line-height: 1.8
    }

    .idx07 .gr_btn {
        margin-top: 20px
    }

    .idx07 .fblock .col_info {
        width: 46%
    }

    .idx07 .fblock .yt {
        width: 51%
    }

    .idx07 .yt:before {
        top: -28px;
        height: 600px
    }
}

.idx08 {
    position: relative;
    padding: 94px 0 120px;
    z-index: 0;
    background-color: #334d40
}

.idx08:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/idx08_bg.jpg) repeat-x;
    background-size: auto 100%;
    z-index: -1;
    opacity: 0.15;
    animation: idx8 50s linear infinite
}

.idx08 .tl_h3 {
    margin-bottom: 50px
}

.idx_bnr {
    background: url(../images/idx_bnr_bg.jpg) no-repeat center/cover;
    padding: 81px 0 57px
}

.idx_bnr .bnr_it {
    position: relative;
    max-width: 305px;
    height: 6.25em;
    display: flex;
    align-items: center;
    margin-bottom: 1.3125em
}

.idx_bnr .bnr_it .bnr_tl {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4;
    color: var(--clr1)
}

.idx_bnr .bnr_it.bnr_st01 {
    justify-content: center;
    z-index: 0
}

.idx_bnr .bnr_it.bnr_st01:after {
    content: "";
    position: absolute;
    bottom: 0.1875em;
    right: 0.1875em;
    background-color: #ffffff;
    width: 0.75em;
    height: 0.75em;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}

.idx_bnr .bnr_it.bnr_st01.bnr_interview .bnr_bg {
    background-color: #1c9c37
}

.idx_bnr .bnr_it.bnr_st01.bnr_company .bnr_bg {
    background-color: #759b14
}

.idx_bnr .bnr_it.bnr_st01 .bnr_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.idx_bnr .bnr_it.bnr_st01 .bnr_bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: 0.3s all
}

.idx_bnr .bnr_it.bnr_st01 .bnr_tl {
    text-align: center;
    color: #ffffff
}

.idx_bnr .bnr_it.bnr_st01 .bnr_tl .en {
    font-size: 0.6666666667em;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-top: 0.5em
}

.idx_bnr .bnr_it.bnr_st02 {
    --cl: #f58db0;
    border: 1px solid var(--cl);
    padding: 1.25em 0.75em 1.4375em;
    background-color: #ffffff
}

.idx_bnr .bnr_it.bnr_st02:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 2.75em;
    height: 2.75em;
    background: url(../images/idx_bnr_arr1.svg) no-repeat center/contain;
    margin: auto
}

.idx_bnr .bnr_it.bnr_st02.bnr_souzoku {
    --cl: #2c4c2f
}

.idx_bnr .bnr_it.bnr_st02.bnr_souzoku:after {
    background-image: url(../images/idx_bnr_arr2.svg)
}

.idx_bnr .bnr_it.bnr_st02.bnr_fudousan {
    --cl: #477ca1
}

.idx_bnr .bnr_it.bnr_st02.bnr_fudousan:after {
    background-image: url(../images/idx_bnr_arr3.svg)
}

.idx_bnr .bnr_it.bnr_st02.bnr_bengo {
    --cl: #f7723e
}

.idx_bnr .bnr_it.bnr_st02.bnr_bengo:after {
    background-image: url(../images/idx_bnr_arr4.svg)
}

.idx_bnr .bnr_it.bnr_st02.bnr_bengo .bnr_tl:before {
    background-image: url(../images/idx_bnr_bengo.png);
    width: 1.6666666667em;
    height: 1.8888888889em;
    left: 0.5555555556em;
    top: -0.2222222222em
}

.idx_bnr .bnr_it.bnr_st02.bnr_recruit {
    --cl: #ff9900
}

.idx_bnr .bnr_it.bnr_st02.bnr_recruit:after {
    background-image: url(../images/idx_bnr_arr5.svg)
}

.idx_bnr .bnr_it.bnr_st02 .bnr_tl {
    position: relative;
    padding-left: 3em
}

.idx_bnr .bnr_it.bnr_st02 .bnr_tl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 1.5555555556em;
    background: url(../images/idx_bnr_logo.png) no-repeat center/contain
}

@keyframes idx8 {
    0% {
        background-position: 0 center
    }

    to {
        background-position: -1920px center
    }
}

.pc_br {
    display: none
}

@media only screen and (min-width:769px) {
    .idx_bnr .bnr_it.bnr_st01:hover .bnr_bg img {
        opacity: 0.05
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .idx08 {
        padding: 80px 0
    }

    .idx_bnr {
        padding: 60px 0;
        font-size: min(14px, 1.22vw)
    }

    .idx_bnr .bnr_it.bnr_st02 {
        padding: 1.25em 0.75em
    }
}

@media only screen and (min-width:769px) and (max-width:1000px) {
    .pc_br {
        display: block
    }
}

/*# sourceMappingURL=index_pc.css.map */