@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: sans-serif;
}

a {
    text-decoration: none;
    font-size: 100%;
    color: #363636;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
    height: 79px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    position: fixed;
    z-index: 1000;
    background: #FFF;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

header a {
    display: inline-block;
    max-width: 410px;
}

header .logo {
    width: 100%;
    height: auto;
}


@media screen and (max-width: 750px) {
    header {
        height: 50px;
        padding: 0 15px;
    }

    header .logo {
        width: 100%;
        height: auto;
    }

    header a {
        line-height: 1;
        width: 60%;
    }
}


/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    height: 100vh;
    max-height: 700px;
    padding-top: 79px;
    background: url(../img/main.jpg) no-repeat center;
    background-size: cover;
}

.top-kv-img {
    width: 100%;
    /*height: 600px;*/
    object-fit: cover;
}

.top-kv-text {
    position: absolute;
    top: 29%;
    left: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: clamp(14px, 1.2vw, 20px);
    line-height: 1.9;
    color: #167fdc;
    text-shadow: 2px 2px 15px #FFF, -2px 2px 15px #FFF, 2px -2px 15px #FFF, -2px -2px 15px #FFF;
    width: 43vw;
    font-weight: 600;
}

.top-kv-text-1 {
    position: absolute;
    top: 45%;
    left: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: clamp(40px, 3.6vw, 50px);
    font-weight: 700;
    line-height: 1.5;
    color: #167fdc;
    text-shadow: 2px 2px 15px #FFF,
        -2px 2px 15px #FFF,
        2px -2px 15px #FFF,
        -2px -2px 15px #FFF;
}

.top-kv-text-2 {
    position: absolute;
    top: 60.8%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: clamp(30px, 2vw, 50px);
    font-weight: 700;
    line-height: 1.5;
    color: #167fdc;
    background: #FFF;
    padding-left: 6%;
    padding-right: 6%;
}

.top-kv-text-3 {
    position: absolute;
    top: 79%;
    left: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: clamp(14px, 1.2vw, 20px);
    line-height: 1.9;
    color: #167fdc;
    text-shadow: 2px 2px 15px #FFF,
        -2px 2px 15px #FFF,
        2px -2px 15px #FFF,
        -2px -2px 15px #FFF;
    width: 43vw;
    font-weight: 600;
}

.top-kv-text-back {
    background: #E8F2F6;
    padding: 3rem 0;
}

.mv-bottom-text {
    padding-left: 6%;
}

.mv-bottom-text a {
    color: #167fdc;
    text-decoration: underline;
}


@media screen and (max-width: 750px) {
    .top-kv {
        padding-top: 50px;
        background-image: url(../img/kv-sp-img2.jpg);
        background-size: cover;
        background-position: center;
        height: 165vw;
    }

    .top-kv-text {
        top: 36%;
        width: 80vw;
    }

    .top-kv-text-1 {
        position: initial;
        transform: initial;
        padding: 1rem 2rem;
        font-size: 3rem;
    }

    .top-kv-text-2 {
        position: initial;
        transform: initial;
        padding-left: initial;
        padding-right: initial;
        padding: 0 2rem;
        font-size: 2.5rem;
        display: inline-block;
    }

    .top-kv-text-3 {
        /* position: initial;
        transform: initial; */
        top: min(90%, 144vw);
        background-color: #fff;
        left: 0;
        padding: 2rem;
        width: initial;
        font-size: 1.4rem;
    }

    .top-kv-img1 {
        width: min(500px, 95vw);
        margin: 0 auto;
    }

    .mv-bottom-text {
        font-size: 14px;
        padding: 0 10px;
    }
}

/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.about {
    margin: 0 auto;
    background: #E8F2F6;
    padding: 139px 15px 100px;
}

.about-title {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    background: #65BBDC;
    color: #FFF;
}

.about-title div {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px;
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
}

.about-comment {
    max-width: 750px;
    margin: 75px auto 60px;
    background: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    font-size: 2rem;
}

.about-btn {
    max-width: 690px;
    width: 100%;
    min-height: 75pt;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #de0615;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 6px 0 #721900;
}

.about-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/btn_icon_left.png) no-repeat center / cover;
    width: 4rem;
    height: 4rem;
}

.about-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/btn_icon_right.png) no-repeat center / cover;
    width: 4rem;
    height: 4rem;
}

@media screen and (max-width: 750px) {
    .about {
        padding: 110px 15px 40px;
    }

    .about-title {
        max-width: 690px;
    }

    .about-title div {
        font-size: 2.7rem;
    }

    .about-comment {
        width: initial;
        border-radius: 20px;
        padding: 25px;
        font-size: 1.8rem;
        margin: 20px auto 40px;
        line-height: 1.8;
        text-align: left;
        max-width: 690px;
    }

    .about-btn {
        font-size: calc(18/375*100vw);
    }

    .about-btn::before {
        left: calc(15/375*100vw);
    }
}

@media screen and (max-width: 374px) {
    .about-title div {
        font-size: 6.4vw;
    }
}

/*  ----------------------------------------------------------

faq

----------------------------------------------------------  */
.faq-wrap {
    background: #E8F2F6;
    padding: 3rem 0 8rem;
}

.faq {
    max-width: 1200px;
    padding: 0 15px;
    counter-reset: number 0;
    margin: 0 auto;

}

.faq-title {
    background: #65BBDC;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 50px auto 60px;
    max-width: 1200px;
    padding: 8px 10px;
}

.faq-list {
    width: 47%;
}

.faq-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0px 80px;
}

.faq-list-wrap .faq-list:first-of-type {
    padding-right: 20px;
    border-right: 1px dashed #595757;
}

.faq-list-wrap .faq-list dt {
    position: relative;
    color: #595757;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 45px;
    margin-bottom: 20px;
}

.faq-list-wrap .faq-list dt:before {
    counter-increment: number 1;
    content: "Q" counter(number);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background: #65BBDC;
}

.faq-list-wrap .faq-list dd {
    position: relative;
    color: #595757;
    font-size: 1.6rem;
    padding-left: 45px;
    margin-bottom: 50px;
}

.faq-list-wrap .faq-list dd:before {
    content: "A" counter(number);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #65BBDC;
    background: #fff;
}

.faq-list-wrap .faq-list:nth-of-type(2) {
    padding-left: 20px;
}

.anchor-settings {
    margin-top: 0px;
    padding-top: 0px;
}

.faq-chat-inner {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    gap: 3rem;
}

.faq-chat-inner img,
.faq-chat-inner-reverse img {
    border-radius: 50%;
}

.faq-chat-inner p,
.faq-chat-inner-reverse p {
    position: relative;
    width: 100%;
    background: #FFF;
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 4px 3px 20px -7px #65BBDC;
    text-align: left;
    font-size: 1.6rem;
}

.faq-chat-inner p::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(223, 223, 223, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -10px;
    border-right-color: #FFF;
    right: 100%;
    top: 50%;
}

.faq-chat-inner-reverse {
    display: grid;
    grid-template-columns: 1fr 30%;
    align-items: center;
    gap: 3rem;
}

.faq-chat-inner-reverse p::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(223, 223, 223, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #FFF;
    left: 100%;
    top: 50%;
}

.faq-chat-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.faq-chat-section {
    display: grid;
    gap: 3rem;
}

.faq-other {
    font-size: 3rem;
    text-align: center;
    width: 100%;
    padding: 5rem 0;
}

@media screen and (max-width: 751px) {
    .faq-list {
        width: 100%;
    }

    .anchor-settings {
        margin-top: 0px;
        padding-top: 0px;
    }

    .faq-list-wrap {
        padding: 0 0px 50px;
    }

    .faq-list-wrap .faq-list:first-of-type {
        padding-right: 0;
        border-right: none;
    }

    .faq-list-wrap .faq-list:nth-of-type(2) {
        padding-left: 0;
    }

    .faq-title {
        font-size: 3rem;
    }

    .faq-chat-wrap {
        grid-template-columns: 1fr;
    }

    .faq-chat-inner {
        grid-template-columns: 25% 1fr;
    }

    .faq-chat-inner-reverse {
        grid-template-columns: 1fr 25%;
    }

    .faq-chat-inner p,
    .faq-chat-inner-reverse p {
        font-size: 1.2rem;
    }

    .faq-other {
        font-size: 2.4rem;
        padding: 3rem 0;
    }
}

/*  ----------------------------------------------------------

faq-accordion

----------------------------------------------------------  */

.accordion_area {
    margin: 0 auto;
}

.accordion_area .accordion_one .ac_header {
    background-color: #FFF;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background: rgba(0, 0, 179, 0.05);
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #FFF;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background: rgba(0, 0, 179, 0.05);
}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #000;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #000;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}

.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.gutter>*:not(:last-child) {
    margin-bottom: 1.5rem;
}

.p-faq__q-txt {
    padding-left: 3rem;
    padding-right: 3rem;

}

.p-faq__a-txt {
    padding-left: 3rem;
    padding-right: 3rem;
}

.p-faq__q-txt .question {
    color: #65BBDC;
    padding: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.p-faq__a-txt .answer {
    color: #ff2525;
    padding: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 751px) {
    .accordion_area {
        width: 100%;
    }

    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 1.0rem;
    }

    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }

    .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }

    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
}




/*  ----------------------------------------------------------

case

----------------------------------------------------------  */
.case {
    background: #FFF;
    padding: 30px 15px;
    margin-bottom: 60px;
}

.case-title {
    background: #65BBDC;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0px auto 60px;
    max-width: 1200px;
    padding: 8px;
    font-size: 4rem;
}

.case-item-title {
    /* background: #65BBDC;
    color: #fff; */
    color: #65BBDC;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0px auto 2rem;
    max-width: 1200px;
    font-size: 2rem;
    text-align: center;
}

.case-list {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 60px;
    justify-content: space-between;
}

.case-item {
    width: 50%;
    /* background: #E8F2F6; */
    padding: 30px;
}

.case-item:last-child {
    margin-bottom: 0;
}

.case-image {
    text-align: center;
}

.case-image img {
    width: 100%;
}

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

.case-table {
    width: 100%;
}

/* .case-table tr {
    border-bottom: 1px solid #000;
} */

.case-table th,
.case-table td {
    padding: 10px 0;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    /*vertical-align: middle;*/
    display: block;
}

caption,
th {
    text-align: left;
}

.case-table td {
    /* font-weight: bold; */
    font-size: 2rem;
    /*text-align: right;*/
    text-align: left;
}

.case-table th,
.case-table td {
    padding: 0 0 5px 0;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {

    .case {
        padding-bottom: 0;
    }

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

    .case-item {
        width: 100%;
        padding: 10px 10px;
        margin: 0 auto 20px;
    }

    .case-title {
        white-space: nowrap;
        font-size: 2.6rem;
    }

    .case-item-title {
        margin-bottom: 2rem;
    }

    .case-image {
        margin-bottom: 0;
    }

    .case-table td {
        padding-top: 0;
    }
}

/*  ----------------------------------------------------------

problem

----------------------------------------------------------  */
.problem {
    background: #FFF;
    padding: 140px 15px 30px;
    margin-bottom: 60px;
}

.problem-title {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0px auto 60px;
    max-width: 1200px;
    padding: 8px 10px;
    position: relative;
}

.problem-title-under::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 50%;
    width: 11rem;
    height: 0.5rem;
    background: #65BBDC;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.problem-title-span {
    color: #65BBDC;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.problem-title-sub {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.problem-block {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.problem-title-second {
    color: #65BBDC;
    font-weight: 700;
    font-size: 2.4rem;
    border-bottom: 1px solid #65BBDC;
    padding-bottom: 8px;
    margin-bottom: 60px;
    text-align: center;
}

.problem-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 60px;
    justify-content: center;
}

.problem-list-title {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0 auto;
    max-width: 1200px;
    padding: 8px 4rem;
    position: relative;
}

.problem-list-text {
    border-bottom: 1px solid #ff2525;
    position: relative;
    padding-left: 4rem;
    font-size: 2rem;
}

.problem-item {
    width: 41%;
    background: #E8F2F6;
    padding: 30px;
}

.problem-image {
    margin-bottom: 15px;
    text-align: center;
}

.problem-image img {
    width: 100%;
}

.problem-wrap {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.problem-check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/check.png) no-repeat center;
    background-size: cover;
    width: 3rem;
    height: 3rem;

}

@media screen and (max-width: 750px) {
    .problem {
        padding: 5rem 15px 0rem;
    }

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

    .problem-item {
        width: 100%;
        margin: 0 auto 20px;
    }

    .problem-wrap {
        grid-template-columns: 1fr;
    }

    .problem-list-text {
        font-size: 1.6rem;
    }

    .problem-title {
        font-size: 2rem;
    }

    .problem-title-span {
        font-size: 2.5rem;
    }
}

/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.service {
    background: #FFF;
    padding: 30px 15px;
    margin-bottom: 60px;
}

.service-item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-item-wrap img {
    width: 50%;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.service-title {
    background: #65BBDC;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0px auto 60px;
    max-width: 1200px;
    padding: 8px 10px;
}

.service-block {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.service-item-block {
    box-shadow: 4px 3px 20px -7px #777777;
    position: relative;
}

.service-block-no {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 4rem !important;
    color: #65BBDC;
    font-weight: 700;
}

.service-block p {
    max-width: 1200px;
    margin: 0 auto 60px;
    font-size: 1.4rem;
}

/* .service-block p span {
    font-size: 1.8rem;
    display: block;
} */

.service-title-second {
    color: #65BBDC;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
    padding: 0 2rem;
    height: 8rem;
}

.service-item-text {
    padding: 0rem 2rem 2rem;
    /* font-size: 1.6rem; */
    font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
    .service {
        padding-bottom: 0;
    }

    .service-block-no {
        font-size: 3rem !important;
    }

    .service-title-second {
        height: 11rem;
    }
}

@media screen and (max-width: 800px) {
    .service-item-wrap {
        grid-template-columns: 1fr;
    }

    .service-title-second {
        height: initial;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 751px) {
    .service-item-wrap {
        font-size: 3rem;
    }

    .service-title {
        font-size: 2.6rem;
    }

    .service-item-text {
        /* font-size: 2rem; */
        line-height: 1.6;
    }
}

/*  ----------------------------------------------------------

reason

----------------------------------------------------------  */
.reason {
    background: #FFF;
    padding: 30px 15px;
    margin-bottom: 60px;
}

.reason-title {
    background: #65BBDC;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0px auto 60px;
    max-width: 1200px;
    padding: 8px 10px;
}

.reason-block {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.reason-block p {
    font-size: 1.4rem;
}

.reason-title-second {
    color: #65BBDC;
    font-weight: 700;
    font-size: 2rem;
    padding: 0 2rem;
    margin-bottom: 20px;
    text-align: center;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason-item-block {
    box-shadow: 4px 3px 20px -7px #777777;
    position: relative;
}

.reason-block-top-wrap {
    /* display: grid; */
    grid-template-columns: 30% 1fr;
    padding: 3rem 0;
}

.reason-item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 7rem;
}

.reason-item-text {
    padding: 0rem 2rem 2rem;
    /* font-size: 1.8rem; */
    font-size: 1.4rem;
}

.reason-block-no {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
}

.reason-block-no-text {
    font-size: 2rem;
    color: #FFF;
    background: linear-gradient(90deg, rgba(101, 187, 220, 1) 50%, rgba(232, 242, 246, 1) 100%);
    display: flex;
    align-items: center;
    padding: 0 2rem;
    font-weight: 700;
}

@media screen and (max-width: 751px) {

    .reason {
        padding-bottom: 0;
    }

    .reason-item-wrap {
        grid-template-columns: 1fr;
    }

    .reason-title {
        font-size: 2.6rem;
    }

    .reason-block-top-wrap {
        grid-template-columns: 20% 1fr;
    }

    .reason-item-text {
        /* font-size: 2rem; */
    }

    .reason-title-second {
        height: initial;
        font-size: 1.8rem;
    }
}

/*  ----------------------------------------------------------

flow

----------------------------------------------------------  */
.flow {
    background: #FFF;
    padding: 30px 15px;
    margin-bottom: 60px;
}

.flow-title-second {
    color: #65BBDC;
    font-weight: 700;
    font-size: 2.4rem;
    border-bottom: 1px solid #65BBDC;
    padding-bottom: 8px;
    margin-bottom: 60px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.flow-step {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.flow-step__label {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    width: 60px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    align-items: center;
    font-size: 2rem;
}

.flow-step__label::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 0 30px;
    border-color: #F5F5F5 transparent transparent transparent;
}

.flow-step__label span {
    writing-mode: horizontal-tb;
}

.flow-step__list {
    /*width: calc(100% - 130px);*/
    width: 96%;
    margin-left: auto;
}

.flow-step__item {
    position: relative;
    background: #E8F2F6;
    border-radius: 21px;
    margin-bottom: 5rem;
    padding: 30px 30px 30px 60px;
}

.flow-step__item:last-child {
    margin-bottom: 0;
}

.flow-step__item__arow::after {
    content: "";
    position: absolute;
    bottom: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 2rem solid transparent;
    border-top: 2rem solid #65BBDC;
}

.flow-step__icon {
    font-size: 1.4rem;
    color: #65BBDC;
    background: #fff;
    border-radius: 50%;
    outline: #E8F2F6 10px solid;
    outline-offset: -10px;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: calc(50% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.flow-step__title {
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.flow-step__title img {
    width: 5rem;
    height: 5rem;
}

.flow-step__body {
    font-size: 2rem;
}

.flow-step__sublist {
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
}

.flow-step__subitem {
    font-weight: bold;
    margin-right: 1.5em;
    letter-spacing: 0;
    padding-left: 30px;
    position: relative;
}

.flow-step__subitem span {
    background: #65BBDC;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-right: 0.5em;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}

.flow-step__wrap {
    display: grid;
    grid-template-columns: 28% 1fr;
    align-items: center;
}

@media screen and (max-width: 751px) {
    .flow {
        padding-bottom: 0;
    }

    .flow-step__label {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: relative;
        width: 40px;
        background: #F5F5F5;
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
        align-items: center;
        font-size: 1.4rem;
    }

    .flow-step__label::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 20px 0 20px;
        border-color: #F5F5F5 transparent transparent transparent;
    }

    .flow-step__list {
        /*width: calc(100% - 76px);*/
        width: 93%;
    }

    .flow-step__item {
        padding: 2rem 2rem 2rem 6rem;
    }

    .flow-step__icon {
        font-size: 1rem;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: -30px;
        outline: solid 5px #E8F2F6;
        outline-offset: -5px;
    }

    .flow-step__title {
        font-size: 2rem;
    }

    .flow-step__body {
        font-size: 1.6rem;
    }

    .flow-step__sublist {
        display: block;
    }

    .flow-step__subitem {
        font-weight: bold;
        margin-right: 1.5em;
        margin: 0 0 5px;
    }

    .flow-step__wrap {
        display: initial;
    }

}

/*  ----------------------------------------------------------

detail

----------------------------------------------------------  */
.detail {
    background: #FFF;
    padding: 30px 15px;
    margin-bottom: 60px;
}

.detail-title {
    background: #65BBDC;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0px auto 60px;
    max-width: 1200px;
    padding: 8px 10px;
}

.detail-block {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.detail-item {
    display: flex;
    align-items: center;
}

.detail-img1 {
    width: 40%;
    margin-right: 3rem;
}

.detail-img2 {
    width: 40%;
    margin-left: 3rem;
}

.detail-img img {
    width: 100%;
    height: auto;
}

.detail-text {
    width: 60%;
}

.detail-block:last-child {
    margin-bottom: 0;
}

.detail-block {
    font-size: 1.4rem;
}

.detail-title-second {
    color: #65BBDC;
    font-weight: 700;
    font-size: 2.4rem;
    border-bottom: 1px solid #65BBDC;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

@media screen and (max-width: 751px) {

    .detail {
        padding-bottom: 0;
    }

    .detail-title {
        font-size: 2.6rem;
    }

    .detail-item {
        flex-direction: column;
    }

    .detail-img1,
    .detail-img2 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .detail-img2 {
        order: 0;
    }

    .detail-text {
        width: 100%;
        order: 1;
    }
}

/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
}

/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 10px;
}

#page-top a {
    background: #de0615;
    color: #fff;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 1.8rem;
    padding-left: 0.1rem;
    border-radius: 50%;
}

@media screen and (max-width: 750px) {
    #page-top a {
        width: 50px;
        height: 50px;
    }
}

/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.contact {
    margin: 0 auto;
    background: #FFF;
    padding: 100px 15px 100px;
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-title {
    font-size: 3.6rem;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: bold;
}

@media screen and (max-width: 751px) {
    .contact {
        padding: 80px 15px;
    }

    .contact-title {
        font-size: 2.4rem;
    }
}

/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
    background: #000;
}

/*.footer-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #000;
}*/

.footer-link {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 30px;
    border-bottom: 1px solid #4d4a4a;
}

.footer-link li a {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 1.2em;
    display: flex;
    align-items: center;
}

.footer-link li a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/link-icon.png) no-repeat center / cover;
    margin-left: 5px;
}

.footer-link li+li {
    margin-left: 2em;
}

.footer-group {
    display: flex;
    padding: 20px 30px 0;
    justify-content: left;
    align-items: center;
}

.footer-group-left {
    height: 100px;
    display: flex;
    align-items: center;
    border-right: 1px solid #4d4a4a;
    padding-right: 20px;
}

.footer-group img {
    width: auto;
}

.footer-group_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-group_list + .footer-group_list{
    margin-top: 15px;
}

.footer-group_top+dd {
    margin-left: 25px;
}

.footer-group_list dd {
    display: inline-block;
    margin-top: 3px;
    margin-left: 20px;
    line-height: 1;
}

.footer-group_list a:link {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-group_list a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/link-icon.png) no-repeat center / cover;
    margin-left: 8px;
}

.footer-link a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow_right.png) no-repeat center / cover;
    margin-right: 1.2px;
}

.footer-group_hd .a-blank,
.footer-group_nex .a-blank,
.footer-group_nmm .a-blank {
    display: inline-block;
    padding-right: 20px;
}

.footer-group_top {
    width: 195px;
    height: 23px;
    background: url(../img/com_sprite_logo01.png) no-repeat 0 -28px;
    line-height: 1;
}

.footer-group_hd span {
    width: 209px;
    height: 17px;
    background: url(../img/com_sprite_logo01.png) no-repeat 0 -51px;
}

.footer-group_nex span {
    width: 91px;
    height: 1pc;
    background: url(../img/com_sprite_logo01.png) no-repeat 0 -68px;
}

.footer-group_nmm span {
    width: 61px;
    height: 15px;
    background: url(../img/com_sprite_logo01.png) no-repeat 0 -84px;
}

.footer-group_hd span,
.footer-group_nex span,
.footer-group_nmm span,
.footer-group_top {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.footer-copyright {
    padding: 20px 30px;
    text-align: right;
}

small {
    font-size: 1.5rem;
    color: #cbcbcb;
}

@media screen and (max-width: 751px) {
    footer {
        padding: 23px 30px 30px;
    }

    .footer-link {
        margin: 0 0 15px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 0 15px;
    }

    .footer-link li+li {
        margin-left: 0;
        margin-top: 4px;
    }

    .footer-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
    }

    .footer-group {
        display: block;
        padding: 0;
    }

  .footer-group-left {
      height: auto;
      display: block;
      border-right: none;
      padding-right: 0;
      text-align: center;
  }

  .footer-group-left img {
      width: 110px;
  }

    .footer-group_list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
    }

    .footer-group_list + .footer-group_list {
        margin-top: 0;
    }

    .footer-group_list img {
        height: 10px;
    }

    small {
        font-size: 1rem;
    }

    .footer-group_top {
        width: 110px;
        height: 13px;
        background: url(../img/com_sprite_logo01_sp.png) no-repeat 0 -18px;
        background-size: 202px auto;
    }

    .footer-group_hd span {
        width: 87pt;
        height: 10px;
        background: url(../img/com_sprite_logo01_sp.png) no-repeat 0 -31px;
        background-size: 202px auto;
    }

    .footer-group_nex span {
        width: 50px;
        height: 9px;
        background: url(../img/com_sprite_logo01_sp.png) no-repeat -110px -18px;
        background-size: 202px auto;
    }

    .footer-group_nmm span {
        width: 34px;
        height: 9px;
        background: url(../img/com_sprite_logo01_sp.png) no-repeat -87pt -27px;
        background-size: 202px auto;
    }

    .footer-group_top+dd {
        margin-top: 9pt;
        line-height: 13px;
    }

    .footer-wrap dd {
        margin-top: 8px;
        line-height: 13px;
        margin-left: 0;
    }

    .footer-group_hd .a-blank,
    .footer-group_nex .a-blank,
    .footer-group_nmm .a-blank {
        display: inline-block;
        padding-right: 0;
    }

    .footer-copyright {
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        line-height: 1;
        margin-top: 10px;
        padding: 0;
    }

    .footer-group_list {
        margin-bottom: 0;
    }

    .footer-group_list a::after {
        width: 10px;
        height: 10px;
        margin-left: 4px;
    }

    .footer-group_list:nth-child(2) dd:nth-child(2) a img {
        height: 12px;
    }

    .footer-link li a {
        padding-left: 0;
    }
}

@media screen and (min-width: 769px) {
    .u-sp-only {
        display: none;
    }
}

.subttl {
    font-size: 1.5rem;
    color: #FFF;
    background: linear-gradient(90deg, rgba(101, 187, 220, 1) 70%, rgba(232, 242, 246, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    font-weight: 700;
}

.tablettl {
    font-weight: bold;
    font-size: 2rem !important;
    color: #65BBDC;
    border-bottom: 1px solid #65BBDC;
    margin-bottom: 5px;
    text-align: center;
}

@media screen and (max-width: 769px) {

    .case-item-title {
        margin-bottom: 1rem;
    }
}