@charset "UTF-8";

html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-height: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p,
a,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    color: #000;
    font-weight: 500;
}

.regular {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

header {
    width: 100%;
    height: 75px;
    background: #fff;
}

header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    height: 100%;
}

header .header_inner .head_logo {
    width: 100%;
    max-width: 200px;
}

header .header_inner .head_button {
    width: 100%;
    max-width: 285px;
}

@media (max-width: 500px) {
    header .header_inner {
        padding: 0 15px;
    }

    header .header_inner .head_logo {
        max-width: 150px;
    }

    header .header_inner .head_button {
        max-width: 160px;
    }
}

.separate_bg {
    background: linear-gradient(90deg, #fec85f 0%, #fec85f 50%, #707070 50%, #707070 100%);
}

.contents_wrap {
    width: 100%;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .contents_wrap {
        padding: 15px;
    }
}

.border_bk {
    border: 10px solid #212121;
    background-color: #fff;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top25 {
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.top50 {
    margin-top: 50px !important;
}

.bottom15 {
    margin-bottom: 15px;
}

.first_view {
    padding: 20px;
}

.first_view .inner_area {
    border: 6px solid #fff;
    padding: 60px;
}

.first_view h1 {
    font-size: 4rem;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
}

.first_view h1 .title {
    width: 100%;
    background: #2f2f2f;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #fff;
}

.first_view h1 .txtbox {
    border-radius: 6px;
    max-width: 138px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 10rem;
    line-height: 1;
}

.first_view h1 .orange {
    background-color: #ff9500;
}

.first_view h1 .gray {
    background-color: #4c4948;
}

.first_view .topimg {
    width: 100%;
    max-width: 1320px;
    margin: 50px auto 0;
    position: relative;
}

.first_view .topimg .chara01 {
    width: 100%;
    max-width: 150px;
    position: absolute;
    top: -130px;
    left: 35px;
    z-index: 1;
}

.first_view .topimg .chara02 {
    width: 100%;
    max-width: 140px;
    position: absolute;
    top: -130px;
    right: 35px;
    z-index: 1;
}

@media (max-width: 500px) {
    .first_view {
        padding: 15px;
    }

    .first_view .inner_area {
        padding: 0px;
    }

    .first_view h1 {
        font-size: 2rem;
        margin-top: 0;
    }

    .first_view h1 span {
        font-size: 2rem;
    }

    .first_view h1 .txtbox {
        max-width: 50px;
        padding: 15px;
        font-size: 2rem;
    }

    .first_view .topimg {
        width: 100%;
        max-width: 1320px;
        margin: 50px auto 0;
        position: relative;
    }

    .first_view .topimg .chara01 {
        max-width: 60px;
        top: -60px;
        left: 0px;
    }

    .first_view .topimg .chara02 {
        max-width: 60px;
        top: -60px;
        right: 0px;
    }
}

img {
    width: 100%;
}

.center {
    text-align: center;
}

.f14 {
    font-size: 1.4rem;
}

@media (max-width: 500px) {
    .f14 {
        font-size: 1.1rem;
    }
}

.f16 {
    font-size: 1.6rem;
}

@media (max-width: 500px) {
    .f16 {
        font-size: 1.2rem;
    }
}

.f18 {
    font-size: 1.8rem;
}

@media (max-width: 500px) {
    .f18 {
        font-size: 1.4rem;
    }
}

.f24 {
    font-size: 2.4rem;
}

@media (max-width: 500px) {
    .f24 {
        font-size: 1.6rem;
    }
}

.f28 {
    font-size: 2.8rem;
}

@media (max-width: 500px) {
    .f28 {
        font-size: 1.8rem;
    }
}

.f32 {
    font-size: 3.2rem;
}

@media (max-width: 500px) {
    .f32 {
        font-size: 2.2rem;
    }
}

.vec {
    width: 40px;
    margin: 30px auto 0;
    display: block;
}

.section2 {
    padding: 60px;
    background: #fff;
}

@media (max-width: 500px) {
    .section2 {
        padding: 0px;
    }
}

section {
    position: relative;
}

h1 {
    font-size: 2.1rem;
    color: #fff;
    padding: 20px;
    text-align: center;
    background: #212121;
}

h1 span {
    font-size: 3.2rem;
    color: #fff;
}

@media (max-width: 500px) {
    h1 {
        font-size: 1.8rem;
    }

    h1 .f32 {
        font-size: 2rem;
    }
}

.flex {
    display: flex;
}

@media (max-width: 500px) {
    .flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .sp_wrap {
        flex-wrap: wrap;
    }
}

.reverse {
    flex-direction: row-reverse;
}

.ali-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .sp-nowrap {
        flex-wrap: nowrap !important;
    }
}

.gap20 {
    gap: 20px;
}

.gap30 {
    gap: 30px;
}

@media (max-width: 500px) {
    .gap30 {
        gap: 15px;
    }
}

.gap60 {
    gap: 60px;
}

@media (max-width: 500px) {
    .gap60 {
        gap: 30px 60px;
    }
}

.white_txt {
    color: #fff;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.333333%;
}

@media (max-width: 500px) {
    .col3 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .sp_none {
        display: none;
    }
}

.sp_up {
    display: none;
}

@media (max-width: 500px) {
    .sp_up {
        display: block;
    }
}

.fukidashi {
    border-radius: 60px;
    padding: 20px 25px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.fukidashi.height120 {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fukidashi.w100 {
    width: 100%;
    margin-bottom: 40px;
}

.fukidashi:before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

@media (max-width: 500px) {
    .fukidashi {
        padding: 20px 20px;
    }
}

.company_logo {
    width: 200px;
    margin: 40px auto 0;
}

.i-Reporter_area {
    border: 10px solid #ffc85f;
    background: #fff1d7;
    padding: 30px 0 50px;
    height: 100%;
}

.i-Reporter_area .irepo_logo {
    width: 160px;
    margin: 40px auto 0;
}

.i-Reporter_area .review_btn {
    background: #fc9302;
}

.i-Reporter_area .bg_line {
    position: relative;
}

.i-Reporter_area .bg_line .white_bg {
    position: relative;
    z-index: 1;
}

.i-Reporter_area .bg_line:before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #ff9500;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.i-Reporter_area .fukidashi {
    background-color: #ff9500;
}

.i-Reporter_area .fukidashi:before {
    border-top: 20px solid #ff9500;
}

.i-Reporter_area .line_list {
    border-bottom: 1px solid #ffc85f;
}

.i-Reporter_area .amazing .icon_inner .number {
    color: #ff9500;
}

@media (max-width: 500px) {
    .i-Reporter_area .irepo_logo {
        margin: 15px auto 0;
    }
}

@media (max-width: 500px) {
    .line_list.sp_height {
        height: 100px;
    }

    .amazing_text .sp_height {
        height: 140px !important;
        display: flex;
        align-items: center;
    }
}

.kintone_area {
    border: 10px solid #707070;
    background: #edf0f2;
    padding: 30px 0 50px;
    height: 100%;
}

.kintone_area .review_btn {
    background: #707070;
}

.kintone_area .kintone_logo {
    width: 130px;
    height: 38.32px;
    margin: 40px auto 0;
    display: flex;
}

.kintone_area .kintone_logo img {
    width: 100%;
}

.kintone_area .bg_line {
    position: relative;
}

.kintone_area .bg_line .white_bg {
    position: relative;
    z-index: 1;
}

.kintone_area .bg_line:before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.kintone_area .fukidashi {
    background-color: #707070;
}

.kintone_area .fukidashi:before {
    border-top: 20px solid #707070;
}

.kintone_area .line_list {
    border-bottom: 1px solid #707070;
}

.kintone_area .amazing .icon_inner .number {
    color: #707070;
}

@media (max-width: 500px) {
    .kintone_area .kintone_logo {
        margin: 15px auto 0;
    }
}

.flecolum {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 500px) {
    .flecolum {
        flex: auto;
    }
}

.osusume_img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.white_bg {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
}

.inpd30 {
    padding: 30px;
    border-radius: 10px;
}

@media (max-width: 500px) {
    .inpd30 {
        padding: 15px;
    }
}

.iconbox {
    padding: 10px;
    border-radius: 10px;
    width: calc(50% - 10px);
    text-align: left;
}

.iconbox img {
    max-width: 70px;
    width: 100%;
}

@media (max-width: 500px) {
    .iconbox {
        padding: 10px 5px;
    }

    .iconbox .sp_iconbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .iconbox .f18 {
        font-size: 1.2rem;
    }
}

.line_list {
    padding: 20px;
}

.line_list:last-child {
    border-bottom: 0;
}

@media (max-width: 500px) {
    .line_list {
        padding: 15px;
    }
}

.shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0509803922);
}

.donaimg1 {
    max-width: 261px;
    width: 100%;
    margin: 0 auto;
}

.donaimg2 {
    max-width: 235px;
    width: 100%;
    margin: 0 auto;
}

.donaimg_double {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
}

.donaimg_single {
    max-width: 75px;
    width: 100%;
    margin: 0 auto;
}

.btn_area {
    position: relative;
    z-index: 9999;
}

.review_btn {
    width: 80%;
    margin: 40px auto;
    padding: 25px 0;
    position: relative;
    display: block;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.review_btn span {
    color: #fff;
}

.review_btn .vec-r {
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

@media (max-width: 500px) {
    .review_btn {
        font-size: 1.4rem;
    }

    .review_btn .vec-r {
        right: 15px;
    }
}

.contactarea {
    padding-top: 95px;
}

.contactarea .otoiawase_btn {
    width: 100%;
    max-width: 640px;
    margin: 16px auto 20px;
    display: block;
}
@media (max-width: 500px) {
    .contactarea .otoiawase_btn {
        margin: 10px auto 16px;
    }
}

.contactarea.is_s {
    padding-top: 60px;
}

.contactarea.is_s .otoiawase_btn {
    width: 100%;
    max-width: 570px;
    display: block;
}

.contactarea.is_fv {
    background: #fff1d7;
    padding: 60px 0 50px;
}

.contactarea .toiawase_line_area {
    border-top: 1px solid #000;
    margin-top: 70px;
}

.contactarea .toiawase_line_area .col3 {
    border-right: 1px solid #000;
    padding: 40px 30px 70px;
}

.contactarea .toiawase_line_area .col3:last-child {
    border-right: 0;
}

.contactarea .toiawase-img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    min-height: 254px;
}

@media (max-width: 500px) {
    .contactarea .toiawase-img {
        max-width: 150px;
        min-height: auto;
    }
}

.contactarea .btn {
    width: 100%;
    max-width: 320px;
    margin: 40px auto;
    padding: 25px 0;
    position: relative;
    display: block;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.contactarea .btn span {
    color: #fff;
}

.contactarea .btn .vec-r {
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.contactarea .btn.orange {
    background: #ffc400;
}

.contactarea .btn.gray {
    background: #4c4948;
}

.contactarea .btn.blue {
    background: #368bcb;
}

.contactarea .btn.orange02 {
    background: #ff9500;
}

@media (max-width: 500px) {
    .contactarea .btn {
        max-width: 270px;
        padding: 15px 0;
        font-size: 1.4rem;
    }

    .contactarea .toiawase_line_area .col3 {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding: 40px 30px 0px;
    }

    .contactarea .toiawase_line_area .col3:last-child {
        border-bottom: 0;
    }
}

.amazing .amazing_icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
}

.amazing .amazing_icon img {
    width: 100%;
}

.amazing .left_bottom_tri {
    position: relative;
}

.amazing .left_bottom_tri:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: 0;
    transform: rotate(270deg);
}

.amazing .left_center_tri {
    position: relative;
}

.amazing .left_center_tri:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: 0;
    transform: rotate(270deg) translateX(70%);
}

.amazing .left_top_tri {
    position: relative;
}

.amazing .left_top_tri:before {
    content: '';
    position: absolute;
    top: -13px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: 0;
    transform: rotate(270deg);
}

.amazing .right_bottom_tri {
    position: relative;
}

.amazing .right_bottom_tri:before {
    content: '';
    position: absolute;
    bottom: -13px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: 0;
    transform: rotate(90deg);
}

.amazing .right_center_tri {
    position: relative;
}

.amazing .right_center_tri:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: 0;
    transform: rotate(90deg) translateX(-80%);
}

.amazing .right_top_tri {
    position: relative;
}

.amazing .right_top_tri:before {
    content: '';
    position: absolute;
    top: -13px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: 0;
    transform: rotate(90deg);
}

.amazing .amazing_text {
    padding-left: 45px;
}

.amazing .white_bg {
    margin-bottom: 30px;
    height: auto;
}

.amazing .white_bg:last-child {
    margin-bottom: 0;
}

.amazing .icon_inner {
    padding: 35px 45px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.amazing .icon_inner .woman {
    width: 63px;
}

.amazing .icon_inner .number {
    font-size: 6.4rem;
}

.amazing .icon_inner .icontxt {
    width: calc(100% - 63px);
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 500px) {
    .amazing .amazing_icon {
        width: 90%;
        padding: 0 0px;
        height: 400px;
    }

    .amazing .amazing_text {
        padding-left: 0px;
        width: 100%;
    }

    .amazing .icon_inner {
        padding: 15px;
        gap: 15px;
    }

    .amazing .icon_inner .woman {
        width: 45px;
    }

    .amazing .icon_inner .number {
        font-size: 4rem;
    }

    .amazing .left_bottom_tri:before {
        content: none;
    }

    .amazing .left_center_tri:before {
        content: none;
    }

    .amazing .left_top_tri:before {
        content: none;
    }

    .amazing .right_bottom_tri:before {
        content: none;
    }

    .amazing .right_center_tri:before {
        content: none;
    }

    .amazing .right_top_tri:before {
        content: none;
    }
}

.service_img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.service_box {
    margin-top: 30px;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background-color: #368bcb;
    position: relative;
}

.service_box p {
    color: #fff;
}

.service_box .woman {
    width: 100px;
    position: absolute;
    bottom: -20px;
    left: 30px;
}

@media (max-width: 500px) {
    .service_box {
        padding: 15px;
    }

    .service_box .woman {
        width: 80px;
        bottom: -70px;
        left: 0px;
    }
}

.hikaku {
    margin-bottom: 200px;
}

.s8_items {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.blue_bg {
    background-color: #368bcb;
}

.bottom_space {
    padding-bottom: 200px !important;
}

#section8 {
    position: relative;
}

.systemok {
    width: 100%;
    max-width: 240px;
    margin: 30px auto;
    position: relative;
}

.systemok02 {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 500px) {
    .systemok02 {
        max-width: 520px;
        bottom: 250px;
    }
}

@media (max-width: 500px) {
    .company .line_list.height {
        height: 160px;
    }

    .company .line_list.height_min {
        height: 120px;
    }

    .sp_heightbox {
        height: 450px;
    }
}

.center_txt {
    position: absolute;
    top: 153px;
    left: 50%;
    transform: translateX(-50%);
}

.center_txt p {
    text-align: center;
    padding: 20px;
}

@media (max-width: 500px) {
    .center_txt {
        top: 165px;
    }

    .center_txt p {
        padding: 15px;
    }
}

.youtube_area {
    width: 80%;
    margin: 30px auto;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 500px) {
    .youtube_area {
        width: 100%;
    }
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.separate {
    display: flex;
    position: relative;
}

.separate .systemok {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.separate .i-Reporter_area {
    width: 50%;
    border-left: 10px solid #ffc85f;
    border-bottom: 10px solid #ffc85f;
    border-top: 10px solid #ffc85f;
    border-right: 0;
}

.separate .kintone_area {
    width: 50%;
    border-right: 10px solid #707070;
    border-bottom: 10px solid #707070;
    border-top: 10px solid #707070;
    border-left: 0;
}

@media (max-width: 500px) {
    .separate.movie {
        flex-direction: column;
    }

    .separate.movie .i-Reporter_area {
        width: 100%;
        border-left: 10px solid #ffc85f;
        border-right: 10px solid #ffc85f;
        border-top: 10px solid #ffc85f;
        border-bottom: 0;
    }

    .separate.movie .kintone_area {
        width: 100%;
        border-right: 10px solid #707070;
        border-left: 10px solid #707070;
        border-bottom: 10px solid #707070;
        border-top: 0;
    }

    .separate.sp_movie .irepo_logo,
    .separate.sp_movie .kintone_logo {
        width: 95%;
        height: 33px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .separate.sp_movie .f28 {
        font-size: 1.1rem;
        margin-top: 35px;
    }
}

.step_icon {
    width: 126px;
}

.icontxt {
    width: calc(100% - 150px);
}

.swiper-slide {
    padding: 30px 60px;
    position: relative;
}

@media (max-width: 500px) {
    .swiper-slide {
        padding: 15px;
    }

    .swiper-slide .zoom {
        position: absolute;
        background: #707072;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .swiper-slide .zoom span {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
    }

    .swiper-slide .zoom span:before {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .swiper-slide .zoom span:after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        transform-origin: center center;
    }
}

.company_left {
    width: 120px;
}

@media (max-width: 500px) {
    .company_left {
        width: 100%;
    }
}

.company_txt {
    height: 160px;
}

@media (max-width: 500px) {
    .company_txt {
        height: 110px;
    }
}

@media (max-width: 500px) {
    .y_scroll {
        overflow-x: scroll;
    }

    .y_scroll .separate {
        width: 895px;
    }
}

.drop_shadow {
    -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.0784313725));
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.0784313725));
}

.swiper-button-prev,
.swiper-button-next {
    height: 60px;
    width: 60px;
}

@media (max-width: 500px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 60px;
    margin: auto;
    width: 60px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    background-image: url('../img/arrow_l.svg');
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url('../img/arrow_r.svg');
}

/* 画像サイズ調整 */
.swiper-slide img {
    height: auto;
    width: 100%;
}

.compare {
    position: relative;
    overflow: hidden;
}

@layer demo {
    .compare {
        display: grid;
    }

    .compare > * {
        grid-area: 1/1;
    }

    .compare > section {
        display: grid;
        place-content: center;
    }
}

.compare .before {
    -webkit-mask: linear-gradient(to right, #000 0, var(--pos, 50%), rgba(0, 0, 0, 0) 0);
    mask: linear-gradient(to right, #000 0, var(--pos, 50%), rgba(0, 0, 0, 0) 0);
}

.compare .after {
    -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0, var(--pos, 50%), #000 0);
    mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0, var(--pos, 50%), #000 0);
}

.compare input[type='range'] {
    z-index: 999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.compare input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.compare input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.top_second,
.circle-item {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 1000px;
}

.before {
    -webkit-mask: linear-gradient(to right, #000 0, var(--pos, 50%), rgba(0, 0, 0, 0) 0);
    mask: linear-gradient(to right, #000 0, var(--pos, 50%), rgba(0, 0, 0, 0) 0);
}

.after {
    -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0, var(--pos, 50%), #000 0);
    mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0, var(--pos, 50%), #000 0);
}

.range_custom__vertical-line {
    width: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    z-index: 1;
    cursor: -webkit-grab;
    cursor: grab;
    /* ドラッグ時のカーソルを変更 */
    /* ハンドルより背面に配置 */
    background-size: 130px;
}

.range_custom__vertical-line span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 10px;
    background-color: #368bcb;
}

.range_custom__vertical-line img {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4509803922));
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4509803922));
}

/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalArea img {
    width: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fff;
}

.modal-content {
    width: 100%;
    max-width: 1000px;
    margin: 0;
    position: fixed;
    display: none;
    z-index: 999;
    padding: 15px 40px;
    background: #fff;
}

#modal-overlay {
    z-index: 60;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.9);
}

.next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}

.next:before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    transform-origin: right center 0;
    position: absolute;
    top: 15px;
    left: 0;
}

.next:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 2px;
    transform: rotate(-45deg);
    transform-origin: right center 0;
    position: absolute;
    top: 15px;
    left: 0;
}

@media (max-width: 500px) {
    .next {
        right: 10px;
    }
}

.next:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.return {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
}

.return:before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    transform-origin: left center 0;
    position: absolute;
    top: 15px;
    left: 0;
}

.return:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 2px;
    transform: rotate(-45deg);
    transform-origin: left center 0;
    position: absolute;
    top: 15px;
    left: 0;
}

@media (max-width: 500px) {
    .return {
        left: 10px;
    }
}

.return:hover {
    opacity: 0.5;
    transition: 0.3s;
}

#modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: -30px;
}

#modal-close:before {
    content: '';
    background-color: #707072;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 0;
}

#modal-close:after {
    content: '';
    background-color: #707072;
    width: 100%;
    height: 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 0;
}

@media (max-width: 500px) {
    #modal-close {
        top: -40px;
        right: 37px;
    }
}

#modal-close:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.gobst-img {
    width: 80%;
    margin: 0 auto;
}

.custom-lh {
    line-height: 2;
}

.op-ani {
    animation: op-ani 2s ease 0s 1 normal;
    -webkit-animation: op-ani 2s ease 0s 1 normal;
}

@-webkit-keyframes op-ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes op-ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-ani {
    opacity: 0;
    transition: 0.3s;
}

.fade-ani.fadeup-in {
    -webkit-animation: fadein 0.8s forwards;
    animation: fadein 0.8s forwards;
    transition: 0.3s;
}

.fade-ani.fadeup-out {
    -webkit-animation: fadeout 0.8s forwards;
    animation: fadeout 0.8s forwards;
    transition: 0.3s;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.mv.video {
    margin-bottom: 0;
    padding-top: 56.25%;
}

.txt-link {
    text-decoration: underline;
}

.places {
    display: flex;
    justify-content: center;
}

.places li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    width: 200px;
}

@media (max-width: 500px) {
    .places li {
        margin: 0 4px;
        width: 33.33%;
    }
}

.places a {
    background-color: #fff;
    border-radius: 2px;
    color: #000;
    display: block;
    font-size: 100%;
    line-height: 1.3;
    padding: 16px 24px;
    width: 100%;
}

@media (max-width: 500px) {
    .places a {
        padding: 8px;
    }
}

.gallery {
    pointer-events: none;
}

.gallery.open {
    pointer-events: auto;
}

.gallery-ttl {
    font-size: 1.375rem;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .gallery-ttl {
        font-size: 1.125rem;
    }
}

.modal-content-item {
    position: relative;
}

.modal-content-item .modal-ttl {
    position: absolute;
    top: 0;
    font-size: 1.125rem;
    padding: 10px;
    text-align: center;
    width: 100%;
}

footer {
    background: #fff;
}

.site-footer-logo {
    margin-right: 30px;
    width: 120px;
}

@media (max-width: 500px) {
    .site-footer-logo {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.site-footer-address {
    display: flex;
    width: 100%;
    align-items: center;
}

@media (max-width: 500px) {
    .site-footer-address {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-footer-body {
    position: relative;
}

.site-footer-body ul {
    align-items: center;
    display: flex;
}

@media (max-width: 500px) {
    .site-footer-body ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.site-footer-cert {
    border-left: 1px solid #eee;
    padding: 20px;
    text-align: center;
    width: 230px;
}

.site-footer-cert:last-of-type {
    border-right: 1px solid #eee;
}

.site-footer-cert img {
    max-width: 120px;
}

@media (max-width: 500px) {
    .site-footer-cert {
        width: 32%;
    }
}

.site-footer-copyright {
    padding: 15px 0;
    text-align: center;
}

.slider-area {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}

.main_sli .swiper-slide {
    padding: 30px 10px;
    width: 100% !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
}

@media (max-width: 500px) {
    .sp_80 {
        width: 80%;
        margin: 0 auto;
    }
}
