/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.clearfix:after {
    content: "";
    display: block;
    clear: both
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    text-decoration: none
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

td input {
    max-width: 100%
}

i,
em {
    font-style: normal
}

.inner {
    width: 100%;
    position: relative
}

@media(min-width: 1200px) {
    .inner {
        max-width: 1120px;
        padding: 0 20px;
        margin: 0 auto
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .inner {
        padding: 0 5vw
    }
}

@media(max-width: 767px) {
    .inner {
        padding: 0 5%
    }
}

@media(min-width: 1200px) {
    .inner.wide {
        max-width: 1240px
    }
}

.pc-only {
    display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
    .pc-only {
        display: none
    }
}

@media(max-width: 767px) {
    .pc-only {
        display: none
    }
}

.tab-only {
    display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
    .tab-only {
        display: inherit
    }
}

@media(max-width: 767px) {
    .tab-only {
        display: none
    }
}

.sp-only {
    display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
    .sp-only {
        display: none
    }
}

@media(max-width: 767px) {
    .sp-only {
        display: inherit
    }
}

.pctab-only {
    display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
    .pctab-only {
        display: inherit
    }
}

@media(max-width: 767px) {
    .pctab-only {
        display: none
    }
}

.tabsp-only {
    display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
    .tabsp-only {
        display: inherit
    }
}

@media(max-width: 767px) {
    .tabsp-only {
        display: inherit
    }
}

a.tellink {
    pointer-events: none
}

@media(max-width: 767px) {
    a.tellink {
        pointer-events: inherit
    }
}

@media(max-width: 767px) {
    :root {
        font-size: 4.26666vw !important
    }
}

html,
body {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
    overflow: auto
}

body {
    overflow: hidden
}

.noto {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto
}

.bran {
    font-family: "brandon-grotesque", sans-serif
}

header {
    height: 90px;
    padding-right: 2vw;
    margin-bottom: -90px;
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    header {
        display: none
    }
}

header .right {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
}

.btn_head {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.btn_head a {
    width:520px;
    height: 58px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: unset;
    border-radius: 100vmax;
    position: relative
}

.btn_head a p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

.btn_head a p i {
    margin-right: .3em
}

.btn_head a>i {
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%)
}

.btn_head.center {
    margin-inline: auto
}

.btn_head.bg_w a {
    background: #fff;
    box-shadow: 0 2px 0px #2d7ed2;
    color: #2b89d8
}

.btn_head.bg_w a:hover {
    border: 1px solid currentColor;
    background-color: #2b89d8;
    color: #fff;
    transition: .3s ease
}

.main_home {
    height: 100vh;
    background: url(images/index/main01.jpg) center center/cover no-repeat;
    position: relative
}

@media(min-width: 1200px) {
    .main_home {
        min-height: 800px
    }
}

@media(max-width: 767px) {
    .main_home {
        background-image: url(images/index/main01_sp@2x.jpg)
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .main_home {
        background-image: url(images/index/main01_sp@2x.jpg)
    }
}

.main_home .inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media(min-width: 1200px) {
    .main_home .inner {
        padding-top: 90px
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .main_home .inner {
        padding-bottom: 30vh
    }
}

@media(max-width: 767px) {
    .main_home .inner {
        padding-bottom: 30vh
    }
}

.fix_right {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
    opacity: 0
}

@media(min-width: 1200px) {
    .fix_right {
        height: 108px;
        background-color: rgb(48, 48, 48);
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: unset;
        gap: 0 1rem
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .fix_right {
        height: 108px;
        background-color: rgba(0, 0, 0, .6);
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: unset;
        gap: 0 1rem
    }
}

@media(max-width: 767px) {
    .fix_right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: unset
    }
}

@media(max-width: 767px) {
    .fix_right .btn {
        width: 50vw
    }
}

@media(min-width: 1200px) {
    .fix_right .btn:not(:last-child) {
        margin-bottom: 1px
    }
}

.fix_right .btn a {
    width: 320px;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: unset;
    flex-direction: column;
    border-radius: 100vmax;
    padding: 1rem 0
}

@media(min-width: 768px)and (max-width: 1199px) {
    .fix_right .btn a {
        width: 280px
    }
}

@media(max-width: 767px) {
    .fix_right .btn a {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0;
        padding: 1.1rem 0
    }
}

.fix_right .btn a p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.33;
    text-align: center
}

@media(min-width: 768px)and (max-width: 1199px) {
    .fix_right .btn a p {
        font-size: 1.125rem
    }
}

@media(max-width: 767px) {
    .fix_right .btn a p {
        font-size: 0.9375rem
    }
}

.fix_right .btn a p i {
    font-size: 2rem;
    margin-right: .2em;
    position: relative;
    top: .1em
}

@media(min-width: 768px)and (max-width: 1199px) {
    .fix_right .btn a p i {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    .fix_right .btn a p i {
        font-size: 1.125rem
    }
}

.fix_right .btn.contact a {
    background: linear-gradient(90deg, #FFA700, #FF6200);
    box-shadow: 0 4px 0 #bc4c00;
    color: #fff
}

.fix_right .btn.contact a:hover {
    transition: .3s ease
}

.fix_right .btn.online a {
    background: linear-gradient(90deg, #27BDF5, #2D79CF);
    box-shadow: 0 4px 0 #00437d;
    color: #fff
}

.fix_right .btn.online a:hover {
    transition: .3s ease
}

.fix_right.active {
    opacity: 1
}

.section_cmn {
    padding: 5rem 0
}

@media(max-width: 767px) {
    .section_cmn {
        padding: 3.5rem 0
    }
}

.section_cmn.t_narrow {
    padding-top: 3.5rem
}

@media(max-width: 767px) {
    .section_cmn.t_narrow {
        padding-top: 2.5rem
    }
}

.section_cmn.b_narrow {
    padding-bottom: 3.5rem
}

@media(max-width: 767px) {
    .section_cmn.b_narrow {
        padding-bottom: 2.5rem
    }
}

.section_cmn.t_wide {
    padding-top: 7.5rem
}

@media(max-width: 767px) {
    .section_cmn.t_wide {
        padding-top: 3.5rem
    }
}

.section_cmn.b_wide {
    padding-bottom: 7.5rem
}

@media(max-width: 767px) {
    .section_cmn.b_wide {
        padding-bottom: 3.5rem
    }
}

.section_cmn.t_exwide {
    padding-top: 10rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .section_cmn.t_exwide {
        padding-top: 6rem
    }
}

@media(max-width: 767px) {
    .section_cmn.t_exwide {
        padding-top: 5rem
    }
}

.section_cmn.b_exwide {
    padding-bottom: 10rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .section_cmn.b_exwide {
        padding-bottom: 6rem
    }
}

@media(max-width: 767px) {
    .section_cmn.b_exwide {
        padding-bottom: 5rem
    }
}

.section_cmn.t_none {
    padding-top: 0
}

.section_cmn.b_none {
    padding-bottom: 0
}

.ttl_cmn {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .8em;
    position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn {
        font-size: 1.875rem
    }
}

@media(max-width: 767px) {
    .ttl_cmn {
        font-size: 1.75rem
    }
}

.ttl_cmn span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ddfc54;
    padding: .2em 1em;
    font-size: 1.125rem;
    color: #333;
    font-weight: 700;
    margin-bottom: .5em
}

@media(max-width: 767px) {
    .ttl_cmn span {
        font-size: 0.75rem
    }
}

.ttl_cmn.tac {
    text-align: center
}

.ttl_cmn.tac span {
    margin-inline: auto
}

.ttl_cmn.color_w {
    color: #fff
}

.ttl_cmn.color_sk {
    color: #2b89d8
}

.ttl_cmn.mb_w {
    margin-bottom: 1.8em
}

.ttl_cmn.mb0 {
    margin-bottom: 0
}

.ttl_cmn2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2 {
        font-size: 1.375rem
    }
}

@media(max-width: 767px) {
    .ttl_cmn2 {
        font-size: 1.25rem
    }
}

.ttl_cmn2.regular {
    font-weight: 400
}

.ttl_cmn2.lh_w {
    line-height: 2.4
}

@media(max-width: 767px) {
    .ttl_cmn2.lh_w {
        line-height: 2.2
    }
}

.ttl_cmn2.lh_n {
    line-height: 1.5
}

.ttl_cmn2.tac {
    text-align: center
}

.ttl_cmn2.color_w {
    color: #fff
}

.ttl_cmn2.color_sk {
    color: #2b89d8
}

.ttl_cmn2.large {
    font-size: 2.25rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2.large {
        font-size: 1.625rem
    }
}

@media(max-width: 767px) {
    .ttl_cmn2.large {
        font-size: 1.5rem
    }
}

.ttl_cmn2.mdl {
    font-size: 1.5rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2.mdl {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    .ttl_cmn2.mdl {
        font-size: 1.125rem
    }
}

.ttl_cmn2.small {
    font-size: 1.25rem
}

@media(max-width: 767px) {
    .ttl_cmn2.small {
        font-size: 1rem
    }
}

.ttl_cmn2.mb_w {
    margin-bottom: 1.8em
}

.ttl_cmn2.mb0 {
    margin-bottom: 0
}

.txt_cmn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2
}

@media(max-width: 767px) {
    .txt_cmn {
        font-size: 0.875rem
    }
}

.txt_cmn.lh_w {
    line-height: 2.4
}

@media(max-width: 767px) {
    .txt_cmn.lh_w {
        line-height: 2.2
    }
}

.txt_cmn.lh_n {
    line-height: 1.5
}

.txt_cmn.tac {
    text-align: center
}

.txt_cmn.tar {
    text-align: right
}

.txt_cmn.bold {
    font-weight: 700
}

.txt_cmn.color_db {
    color: #2d79cf
}

.txt_cmn.color_am {
    color: #dd851e
}

.txt_cmn.color_w {
    color: #fff
}

.txt_cmn.large {
    font-size: 1.125rem
}

@media(max-width: 767px) {
    .txt_cmn.large {
        font-size: 0.9375rem
    }
}

.txt_cmn.mdl {
    font-size: 0.875rem
}

@media(max-width: 767px) {
    .txt_cmn.mdl {
        font-size: 0.75rem
    }
}

.txt_cmn.small {
    font-size: 0.75rem
}

@media(max-width: 767px) {
    .txt_cmn.small {
        font-size: 0.625rem
    }
}

.btn_cmn {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.btn_cmn a {
    width: 288px;
    height: 74px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: unset;
    gap: .5rem 0;
    border-radius: 100vmax;
    position: relative
}

@media(max-width: 767px) {
    .btn_cmn a {
        width: 84vw;
        height: 3rem
    }
}

.btn_cmn a p {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

@media(max-width: 767px) {
    .btn_cmn a p {
        font-size: 1rem
    }
}

.btn_cmn a>i {
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%)
}

.btn_cmn.center {
    margin-inline: auto
}

.btn_cmn.bg_am a {
    background-color: #dd851e;
    color: #fff
}

.btn_cmn.bg_am a:hover {
    background-color: rgb(131.1912350598, 78.9521912351, 17.8087649402);
    transition: .3s ease
}

.btn_cmn.bg_sk a {
    background-color: #2b89d8;
    color: #fff
}

.btn_cmn.bg_sk a:hover {
    background-color: rgb(24.3944223108, 83.1912350598, 132.6055776892);
    transition: .3s ease
}

.btn_dx {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.btn_dx a {
    width: 520px;
    height: 96px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: unset;
    border-radius: 20px;
    position: relative
}

@media(max-width: 767px) {
    .btn_dx a {
        width: 80vw;
        height: 3.5rem
    }
}

.btn_dx a p {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

@media(max-width: 767px) {
    .btn_dx a p {
        font-size: 1rem
    }
}

.btn_dx a>i {
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)
}

.btn_dx.center {
    margin-inline: auto
}

.btn_dx.bg_y a {
    border: 1px solid currentColor;
    background: linear-gradient(90deg, #FFFF00, #FFE600)
}

.btn_dx.bg_y a:hover {
    transition: .3s ease
}

.btn_dx.bg_or a {
    border: 1px solid currentColor;
    background: linear-gradient(90deg, #FFA700, #FF6200)
}

.btn_dx.bg_or a:hover {
    transition: .3s ease
}

.side_cmn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: unset
}

.side_cmn figure {
    width: 50%;
    text-align: center
}

@media(max-width: 767px) {
    .side_cmn figure {
        width: 100%;
        margin-bottom: 1rem
    }
}

.side_cmn .txt {
    width: 46%
}

@media(max-width: 767px) {
    .side_cmn .txt {
        width: 100%
    }
}

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

.side_cmn.a_start {
    align-items: flex-start
}

.side_cmn.response figure {
    width: 30.0925925926%
}

@media(max-width: 767px) {
    .side_cmn.response figure {
        width: 100%
    }
}

.side_cmn.response .txt {
    width: 66.2037037037%
}

@media(max-width: 767px) {
    .side_cmn.response .txt {
        width: 100%
    }
}

.side_cmn.intr {
    align-items: stretch
}

.side_cmn.intr figure {
    width: 38%
}

@media(max-width: 767px) {
    .side_cmn.intr figure {
        width: 100%
    }
}

.side_cmn.intr .txt {
    width: 55%
}

@media(max-width: 767px) {
    .side_cmn.intr .txt {
        width: 100%
    }
}

.btn_naked {
    width: -moz-fit-content;
    width: fit-content
}

.btn_naked a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.btn_naked a p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline
}

.btn_naked a i {
    font-size: 0.5rem;
    margin-left: 1.2em
}

.btn_naked.center {
    margin-inline: auto
}

.btn_naked.right {
    margin-inline: auto 0
}

.home_loss {
    background: #f6f8f8 url(images/index/bg_grid01.svg) repeat
}

.home_loss p.txt_sub01 {
    text-align: center;
    margin-bottom: -1rem;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .home_loss p.txt_sub01 {
        margin-bottom: -0.4rem
    }
}

.home_loss .ttl01 {
    max-width: 1080px;
    background-color: #fff;
    padding: 1rem 4%;
    border-bottom: .2em solid currentColor;
    font-size: 2.6875rem;
    color: #003468;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 4rem;
    position: relative
}

@media(max-width: 767px) {
    .home_loss .ttl01 {
        font-size: 1.375rem;
        margin-bottom: 3rem
    }
}

.home_loss .ttl01::before {
    content: "";
    width: 5rem;
    height: 2.5rem;
    background-color: currentColor;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .home_loss .ttl01::before {
        width: 3rem;
        height: 1.5rem
    }
}

.home_loss .ttl01 img {
    margin-right: .2rem
}

@media(max-width: 767px) {
    .home_loss .ttl01 img {
        width: 7vw
    }
}

.home_loss .ttl01 b {
    font-size: 3.125rem;
    line-height: 1.1
}

@media(max-width: 767px) {
    .home_loss .ttl01 b {
        /*font-size: 1.875rem*/
        font-size: 1.6rem;
    }
}

.home_loss .ttl01 strong {
    font-size: 4.125rem;
    color: #f23535;
    line-height: 1
}

@media(max-width: 767px) {
    .home_loss .ttl01 strong {
        font-size: 2.5rem
    }
}

.home_loss .movie {
    width: 100%;
    max-width: 784px;
    aspect-ratio: 16/9;
    margin-inline: auto;
    margin-bottom: 3rem;
    position: relative
}

.home_loss .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.home_loss .area {
    background-color: #fff;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .16);
    padding: 0 2%
}

.home_loss .area p.txt_sub02 {
    text-align: center;
    position: relative;
    top: -2rem
}

.home_loss .area .colwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 3%;
    margin-bottom: 1rem
}

@media(max-width: 767px) {
    .home_loss .area .colwrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.home_loss .area .colwrap .col img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home_loss .area .colwrap .col.before {
    position: relative
}

.home_loss .area .colwrap .col.before::after {
    content: "";
    width: 3rem;
    height: 6rem;
    background-color: #818181;
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    position: absolute;
    top: 50%;
    left: calc(100% - .5rem);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .home_loss .area .colwrap .col.before::after {
        width: 4rem;
        height: 2rem;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: calc(100% + .7rem);
        left: 50%;
        transform: translateX(-50%)
    }
}

.home_loss .area .catch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ffebeb;
    padding: 1rem 2%;
    font-size: 2.6875rem;
    color: #ac1919;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

@media(max-width: 767px) {
    .home_loss .area .catch {
        font-size: 1.5rem
    }
}

.home_loss .area .catch img {
    margin-inline: 2rem 1rem
}

@media(max-width: 767px) {
    .home_loss .area .catch img {
        width: 12vw
    }
}

.home_loss .area .catch strong {
    font-size: 5.625rem;
    line-height: 1
}

@media(max-width: 767px) {
    .home_loss .area .catch strong {
        font-size: 3rem
    }
}

.home_loss .area .catch span {
    font-size: 2.125rem;
    line-height: 1.5;
    background: linear-gradient(to bottom, transparent 70%, #FFF100 70%, #FFF100 100%)
}

@media(max-width: 767px) {
    .home_loss .area .catch span {
        font-size: 1.25rem
    }
}

.home_loss .area .btnwrap {
    /*padding: 1.5rem 4% 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 4%*/
    padding: 1.5rem 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_loss .area .btnwrap {
        /*grid-template-columns: repeat(1, 1fr)*/
    }
}

@media(max-width: 767px) {
    .home_loss .area .btnwrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.home_trouble {
    background-color: #484848;
    padding-top: 1.8rem
}

.home_trouble picture img {
    width: 100%;
    margin-bottom: -10px
}

.home_trouble_add {
    background: linear-gradient(120deg, #27BDF5, #2D79CF);
    padding: 1.5rem 0;
    position: relative
}

.home_trouble_add img {
    width: 100%
}

.home_point .area {
    background-color: #f2f5fc;
    border-radius: 10px;
    padding: 3.5rem 4% 4.5rem
}

@media(max-width: 767px) {
    .home_point .area {
        padding: 2.5rem 4% 3rem
    }
}

.home_point .area .colwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 3%;
    margin-bottom: 3.5rem
}

@media(max-width: 767px) {
    .home_point .area .colwrap {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 2rem
    }
}

.home_point .area .colwrap .col {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 4% 2rem;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .16)
}

.home_point .area .colwrap .col .point {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #2b89d8;
    border-radius: 100vmax;
    padding: 0 1em;
    text-align: center;
    margin-inline: auto;
    position: relative;
    top: -1.2rem
}

@media(min-width: 1200px) {
    .home_point .area .colwrap .col .point {
        min-width: 274px
    }
}

.home_point .area .colwrap .col figure {
    display: grid;
    place-content: center;
    min-height: 200px;
    margin-bottom: 1.2rem
}

.home_point .area .colwrap .col p.ttl_cmn2 {
    line-height: 1.33
}

.home_point .area .ttl01 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1em
}

@media(max-width: 767px) {
    .home_point .area .ttl01 {
        font-size: 1.375rem
    }
}

.home_point .area .ttl01 em {
    font-size: 1.875rem;
    line-height: 2
}

@media(max-width: 767px) {
    .home_point .area .ttl01 em {
        font-size: 1.25rem
    }
}

.home_point .area .ttl01 span {
    background: linear-gradient(to bottom, transparent 60%, #DDFC54 60%, #DDFC54 100%)
}

.home_point .area .ttl01 b {
    color: #2b89d8
}

.home_point .area .ttl01 strong {
    font-size: 4rem;
    line-height: 1.3
}

@media(max-width: 767px) {
    .home_point .area .ttl01 strong {
        font-size: 2.25rem
    }
}

.home_point .area .btnwrap {
    max-width: 610px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem 2%;
    margin-inline: auto
}

@media(max-width: 767px) {
    .home_point .area .btnwrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.home_about {
    background: #f6f8f8 url(images/index/bg_grid01.svg) repeat
}

.home_about .area {
    background-color: #fff;
    border-radius: 10px;
    padding: 3.5rem 4% 4.5rem
}

@media(max-width: 767px) {
    .home_about .area {
        padding: 2.5rem 4%
    }
}

.home_about .area .side_cmn:not(:last-child) {
    margin-bottom: 2.5rem
}

.home_about h3.ttl_cmn2 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 .8rem
}

.home_about .num {
    font-size: 4.5rem;
    color: #2b89d8;
    line-height: 1;
    position: relative;
    top: .05em
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_about .num {
        font-size: 3.25rem
    }
}

@media(max-width: 767px) {
    .home_about .num {
        font-size: 3rem
    }
}

.home_reason .area {
    background-color: #f3f5fc;
    border-radius: 10px;
    padding: 2.4rem 4% 4rem
}

@media(max-width: 767px) {
    .home_reason .area {
        padding: 1.8rem 4% 2.5rem
    }
}

.home_reason .area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 5%
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_reason .area ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .home_reason .area ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

.home_reason .area ul li figure {
    text-align: center;
    margin-bottom: .6rem
}

@media(max-width: 767px) {
    .home_reason .area ul li figure img {
        max-height: 120px
    }
}

@media(max-width: 767px) {
    .home_reason .area ul li .ttl_cmn2.small {
        font-size: 0.9rem;
    }
}

.home_data {
    background: linear-gradient(180deg, #27BDF5, #2D79CF)
}

.home_data ul li {
    background: #fff;
    border-radius: 10px;
    padding: 0px 4% 2rem;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .16)
}

.home_data ul li:not(:last-child) {
    margin-bottom: 4rem
}

@media(max-width: 767px) {
    .home_data ul li:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

.home_data ul li .case-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem 3%;
    margin-bottom: .7rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_data ul li .case-main {
        gap: 1rem 2%
    }
}

@media(max-width: 767px) {
    .home_data ul li .case-main {
        grid-template-columns: repeat(1, 1fr)
    }
}

.home_data ul li .case-main .profile {
    display: flex;
    align-items: center;
    gap: 1rem 6%
}

.home_data ul li .case-main .profile figure {
    position: relative;
    top: -1rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_data ul li .case-main .profile figure img {
        width: 20vw
    }
}

@media(max-width: 767px) {
    .home_data ul li .case-main .profile figure img {
        width: 33vw
    }
}

.home_data ul li .case-main .profile .profile-text {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.4
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_data ul li .case-main .profile .profile-text {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    .home_data ul li .case-main .profile .profile-text {
        font-size: 1.125rem
    }
}

.home_data ul li .case-main .profile .profile-text span {
    font-size: 0.875rem
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_data ul li .case-main .profile .profile-text span {
        font-size: 0.75rem
    }
}

@media(max-width: 767px) {
    .home_data ul li .case-main .profile .profile-text span {
        font-size: 0.6875rem
    }
}

.home_data ul li .case-main .arrow {
    width: 27px;
    height: 39px;
    background-color: #2b89d8;
    clip-path: polygon(0 0, 100% 50%, 0 100%)
}

@media(max-width: 767px) {
    .home_data ul li .case-main .arrow {
        width: 8vw;
        height: 5vw;
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
        margin-inline: auto
    }
}

.home_data ul li .case-main .result {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: .1em
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_data ul li .case-main .result {
        font-size: 1.375rem
    }
}

@media(max-width: 767px) {
    .home_data ul li .case-main .result {
        font-size: 1.25rem
    }
}

.home_data ul li .case-main .result b {
    background: linear-gradient(to bottom, transparent 60%, #DDFC54 60%, #DDFC54 100%)
}

.home_data ul li .case-main .result strong {
    font-size: 3rem;
    color: #2b89d8;
    line-height: 1.3
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_data ul li .case-main .result strong {
        font-size: 2.1875rem
    }
}

@media(max-width: 767px) {
    .home_data ul li .case-main .result strong {
        font-size: 2rem
    }
}

.home_howto ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 8%
}

@media(min-width: 768px)and (max-width: 1199px) {
    .home_howto ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 767px) {
    .home_howto ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.home_howto ul li {
    border: 3px solid #b9c6d3;
    border-radius: 1rem;
    padding: 3rem 5%
}

@media(max-width: 767px) {
    .home_howto ul li {
        border: 2px solid #b9c6d3;
        padding: 1.5rem 4%
    }
}

.home_howto ul li .point {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #2b89d8;
    border-radius: 100vmax;
    padding: 0 3em;
    text-align: center;
    margin-bottom: .3rem
}

.home_howto ul li h3.ttl_cmn2 {
    margin-bottom: .3em
}

.tbl_compa {
    width: 100%
}

.tbl_compa col.tbl_ttl01 {
    width: 33.3333333333%;
    background-color: #fff
}

@media(max-width: 767px) {
    .tbl_compa col.tbl_ttl01 {
        width: 28%
    }
}

.tbl_compa col.tbl_con01 {
    width: 33.3333333333%;
    background-color: #f7f7f7
}

@media(max-width: 767px) {
    .tbl_compa col.tbl_con01 {
        width: 36%
    }
}

.tbl_compa col.tbl_con02 {
    width: 33.3333333333%;
    background-color: #f2f5fc
}

@media(max-width: 767px) {
    .tbl_compa col.tbl_con02 {
        width: 36%
    }
}

.tbl_compa th,
.tbl_compa td {
    border: 3px solid #b9c6d3
}

@media(max-width: 767px) {

    .tbl_compa th,
    .tbl_compa td {
        border: 2px solid #b9c6d3
    }
}

.tbl_compa thead th {
    padding: .5rem 1%;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5
}

@media(max-width: 767px) {
    .tbl_compa thead th {
        font-size: 0.9375rem
    }
}

.tbl_compa thead th:nth-child(2) {
    background-color: #efefef
}

.tbl_compa thead th:nth-child(3) {
    background-color: #2b89d8;
    color: #fff
}

.tbl_compa tbody th,
.tbl_compa tbody td {
    padding: .8rem 1%;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

@media(max-width: 767px) {

    .tbl_compa tbody th,
    .tbl_compa tbody td {
        font-size: 0.875rem
    }
}

.home_intr .area {
    background-color: #f3f5fc;
    padding: 4.5rem 0%
}

@media(max-width: 767px) {
    .home_intr .area {
        padding: 2.5rem 0
    }
}

.home_intr .area .side_cmn {
    max-width: 980px;
    margin-inline: auto
}

.home_intr .area .side_cmn .txt {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem 5%
}

.home_intr .area .side_cmn .txt h3.ttl_cmn2 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 1rem;
    margin-bottom: .5em
}

.home_intr .area .side_cmn .txt h3.ttl_cmn2 span {
    background-color: #2b89d8;
    border-radius: 100vmax;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 1.2em
}

@media(max-width: 767px) {
    .home_intr .area .side_cmn .txt h3.ttl_cmn2 span {
        font-size: 1rem
    }
}

.home_intr .area .side_cmn .txt p.txt01 {
    margin-bottom: 1em
}

.home_faq {
    position: relative
}

.home_faq .wrap_faq {
    border-top: 3px solid #b9c6d3
}

.home_faq .wrap_faq .unit_faq {
    border-bottom: 3px solid #b9c6d3;
    background-color: #fff
}

.home_faq .wrap_faq .unit_faq .q1,
.home_faq .wrap_faq .unit_faq .a1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem 3%
}

@media(max-width: 767px) {

    .home_faq .wrap_faq .unit_faq .q1,
    .home_faq .wrap_faq .unit_faq .a1 {
        padding: .8rem 3%
    }
}

.home_faq .wrap_faq .unit_faq .q1 .mark,
.home_faq .wrap_faq .unit_faq .a1 .mark {
    display: grid;
    place-content: center;
    width: 38px;
    aspect-ratio: 1/1;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .8;
    margin-right: .7em;
    position: relative;
    top: 0em
}

@media(max-width: 767px) {

    .home_faq .wrap_faq .unit_faq .q1 .mark,
    .home_faq .wrap_faq .unit_faq .a1 .mark {
        font-size: 1.25rem
    }
}

.home_faq .wrap_faq .unit_faq .q1 p,
.home_faq .wrap_faq .unit_faq .a1 p {
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.8rem
}

@media(max-width: 767px) {

    .home_faq .wrap_faq .unit_faq .q1 p,
    .home_faq .wrap_faq .unit_faq .a1 p {
        line-height: 1.5rem
    }
}

.home_faq .wrap_faq .unit_faq .q1 {
    position: relative;
    cursor: pointer;
}

.home_faq .wrap_faq .unit_faq .q1::before,
.home_faq .wrap_faq .unit_faq .q1::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #2b89d8;
    position: absolute;
    top: 50%;
    right: 2rem;
    translate: 0 -50%
}

@media(max-width: 767px) {

    .home_faq .wrap_faq .unit_faq .q1::before,
    .home_faq .wrap_faq .unit_faq .q1::after {
        width: 16px;
        height: 1px;
        right: .8rem
    }
}

.home_faq .wrap_faq .unit_faq .q1::after {
    rotate: -90deg;
    transition: .3s ease
}

.home_faq .wrap_faq .unit_faq .q1 .mark {
    background-color: #2b89d8;
    color: #fff
}

.home_faq .wrap_faq .unit_faq .q1 p {
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: .3em
}

@media(max-width: 767px) {
    .home_faq .wrap_faq .unit_faq .q1 p {
        font-size: 1.125rem;
        margin-right: 22px;
    }
}

.home_faq .wrap_faq .unit_faq .a1 {
    background-color: #2b89d8;
    translate: 0 -1em;
    opacity: 0;
    transition: transform 1s, opacity 1s
}

.home_faq .wrap_faq .unit_faq .a1 .mark {
    background-color: #fff;
    color: #2b89d8
}

.home_faq .wrap_faq .unit_faq .a1 p {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    padding-top: .3em
}

@media(max-width: 767px) {
    .home_faq .wrap_faq .unit_faq .a1 p {
        font-size: 0.8125rem
    }
}

.home_faq .wrap_faq .unit_faq[open] .q1::after {
    rotate: 0deg
}

.home_faq .wrap_faq .unit_faq[open] .a1 {
    translate: 0;
    opacity: 1
}

.home_reserve p.txt01 {
    margin-bottom: 1.5em
}

.home_reserve .calendar {
    max-width: 1024px;
    margin-inline: auto;
    margin-bottom: 5rem
}

@media(max-width: 767px) {
    .home_reserve .calendar {
        max-width: 88vw;
        margin-bottom: 2.5rem
    }
}

.home_reserve .area {
    background-color: #f3f5fc;
    border-radius: 10px;
    padding: 2.5rem 4%
}

@media(max-width: 767px) {
    .home_reserve .area {
        padding: 1.8rem 4%
    }
}

footer .copyright {
    background-color: #484848;
    padding: 1.2rem 0 8rem
}

@media(max-width: 767px) {
    footer .copyright {
        padding: .8rem 0 4.5rem
    }
}

footer .copyright small {
    display: block
}

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