@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

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

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media(prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

a:hover {
    text-decoration: none;
}

.dn {
    display: none;
}

.mra {
    margin-right: auto;
}

.mla {
    margin-left: auto;
}

.ovh {
    overflow: hidden;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tdu {
    text-decoration: underline;
}

.fwb {
    font-weight: bold;
}

.fadein {
    opacity: 0;
    transition: all 1s;
}

.fadein.scroll-fade {
    opacity: 1;
}

.fadein-right {
    opacity: 0;
    transition: all 1s;
    transform: translate(50px, 0);
}

.fadein-right.scroll-fade {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein-left {
    opacity: 0;
    transition: all 1s;
    transform: translate(-50px, 0);
}

.fadein-left.scroll-fade {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein-top {
    opacity: 0;
    transition: all 1s;
    transform: translate(0, -50px);
}

.fadein-top.scroll-fade {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein-bottom {
    opacity: 0;
    transition: all 1s;
    transform: translate(0, 50px);
}

.fadein-bottom.scroll-fade {
    opacity: 1;
    transform: translate(0, 0);
}

.fsi {
    font-style: italic;
}

.fwb {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .dn-n {
        display: none;
    }

    .mb5-n {
        margin-bottom: 5px
    }

    .mb10-n {
        margin-bottom: 10px;
    }

    .mb15-n {
        margin-bottom: 15px;
    }

    .mb20-n {
        margin-bottom: 20px;
    }

    .mb25-n {
        margin-bottom: 25px;
    }

    .mb30-n {
        margin-bottom: 30px;
    }

    .mb35-n {
        margin-bottom: 35px;
    }

    .mb40-n {
        margin-bottom: 40px;
    }

    .mb45-n {
        margin-bottom: 45px;
    }

    .mb50-n {
        margin-bottom: 50px;
    }

    .mb55-n {
        margin-bottom: 55px;
    }

    .mb60-n {
        margin-bottom: 60px;
    }

    .mb65-n {
        margin-bottom: 65px;
    }

    .mb70-n {
        margin-bottom: 70px;
    }

    .mb75-n {
        margin-bottom: 75px;
    }

    .mb80-n {
        margin-bottom: 5px;
    }

    .mb85-n {
        margin-bottom: 85px;
    }

    .mb90-n {
        margin-bottom: 90px;
    }

    .mb95-n {
        margin-bottom: 95px;
    }

    .mb100-n {
        margin-bottom: 75px;
    }

    .posr-n {
        position: relative;
    }

    .tar-n {
        text-align: right;
    }

    .tal-n {
        text-align: left;
    }

    .tac-n {
        text-align: center;
    }

    .fadein-n {
        opacity: 0;
        transition: all 1s;
    }

    .fadein-n.scroll-fade {
        opacity: 1;
    }

    .fadein-right-n {
        opacity: 0;
        transition: all 1s;
        transform: translate(50px, 0);
    }

    .fadein-right-n.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein-left-n {
        opacity: 0;
        transition: all 1s;
        transform: translate(-50px, 0);
    }

    .fadein-left-n.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein-top-n {
        opacity: 0;
        transition: all 1s;
        transform: translate(0, -50px);
    }

    .fadein-top-n.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein-bottom-n {
        opacity: 0;
        transition: all 1s;
        transform: translate(0, 50px);
    }

    .fadein-bottom-n.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@media print,
screen and (min-width: 768px) {
    .effect-fade-hover {
        transition: opacity .15s ease;
    }

    .effect-fade-hover:hover {
        opacity: .6;
    }

    .dn-w {
        display: none;
    }

    .mra-w {
        margin-right: auto;
    }

    .mb5-w {
        margin-bottom: 5px;
    }

    .mb10-w {
        margin-bottom: 10px;
    }

    .mb15-w {
        margin-bottom: 15px;
    }

    .mb20-w {
        margin-bottom: 20px;
    }

    .mb25-w {
        margin-bottom: 25px;
    }

    .mb30-w {
        margin-bottom: 30px;
    }

    .mb35-w {
        margin-bottom: 35px;
    }

    .mb40-w {
        margin-bottom: 40px;
    }

    .mb45-w {
        margin-bottom: 45px;
    }

    .mb50-w {
        margin-bottom: 50px;
    }

    .mb55-w {
        margin-bottom: 55px;
    }

    .mb60-w {
        margin-bottom: 60px;
    }

    .mb65-w {
        margin-bottom: 65px;
    }

    .mb70-w {
        margin-bottom: 70px;
    }

    .mb75-w {
        margin-bottom: 75px;
    }

    .mb80-w {
        margin-bottom: 5px;
    }

    .mb85-w {
        margin-bottom: 85px;
    }

    .mb90-w {
        margin-bottom: 90px;
    }

    .mb95-w {
        margin-bottom: 95px;
    }

    .mla-w {
        margin-left: auto;
    }

    .ovh-w {
        overflow: hidden;
    }

    .posr-w {
        position: relative;
    }

    .tar-w {
        text-align: right;
    }

    .tal-w {
        text-align: left;
    }

    .tac-w {
        text-align: center;
    }

    .tdu-w {
        text-decoration: underline;
    }

    .fadein-w {
        opacity: 0;
        transition: all 1s;
    }

    .fadein-w.scroll-fade {
        opacity: 1;
    }

    .fadein-right-w {
        opacity: 0;
        transition: all 1s;
        transform: translate(50px, 0);
    }

    .fadein-right-w.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein-left-w {
        opacity: 0;
        transition: all 1s;
        transform: translate(-50px, 0);
    }

    .fadein-left-w.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein-top-w {
        opacity: 0;
        transition: all 1s;
        transform: translate(0, -50px);
    }

    .fadein-top-w.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein-bottom-w {
        opacity: 0;
        transition: all 1s;
        transform: translate(0, 50px);
    }

    .fadein-bottom-w.scroll-fade {
        opacity: 1;
        transform: translate(0, 0);
    }
}

html,
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66;
    color: #070707;
    letter-spacing: .05em;
    background: #ebedef none;
}

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

    html,
    body {
        font-size: 13px;
        line-height: 1.384;
    }
}

*::-moz-selection {
    background: rgba(0, 0, 0, .2);
}

*::-moz-selection,
*::selection,
*::-moz-selection {
    background: rgba(0, 0, 0, .2);
}

.oh-open {
    overflow: visible;
}

.inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 12px;
}

@media screen and (max-width: 960px) {
    .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 960px) {
    br.dn-n {
        display: none;
    }
}

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

.u__display__lte--block {
    display: none !important;
}

.u__display__lte--flex {
    display: none !important;
}

.lte .u__display__lte--none {
    display: none !important;
}

.lte .u__display__lte--block {
    display: block !important;
}

.lte .u__display__lte--flex {
    display: flex !important;
}

.u__text--xs {
    font-size: 10px !important;
}

.u__text--gray {
    color: #bbc3ca !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    height: 80px;
    right: 0;
    z-index: 100;
    box-shadow: 0px 0px 13.92px 2.08px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 600px) {
    #header {
        height: 55px;
        border-radius: 0;
    }
}

#header .header_inner {
    padding: 0 0 0 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

@media screen and (max-width: 960px) {
    #header .header_inner {
        padding: 0 20px 0 12px;
    }
}

#header .header_inner .h_logo {
    width: 200px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 960px) {
    #header .header_inner .h_logo {
        width: 115px;
    }
}

#header .header_inner .nav {
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 1 0;
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #1395e5;
        padding: 80px 40px 0px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    #header .header_inner .nav.is_active {
        display: block;
        opacity: 1;
        z-index: 0;
        pointer-events: all;
    }
}

#header .header_inner .nav .nav_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav .nav_list {
        display: block;
    }
}

#header .header_inner .nav .nav_list>li {
    margin: 0 14px;
}

@media screen and (min-width: 961px)and (max-width: 1099px) {
    #header .header_inner .nav .nav_list>li {
        margin: 0 6px;
    }
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav .nav_list>li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(187, 195, 202, .3);
        padding: 15px 0;
    }
}

#header .header_inner .nav .nav_list>li>a {
    text-align: center;
    position: relative;
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav .nav_list>li>a {
        text-align: left;
        display: block;
        width: 100%;
        color: #fff;
    }
}

#header .header_inner .nav .nav_list>li>a::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #1395e5;
    border-radius: 50%;
    opacity: 0;
    transform: scale(3);
    transition: all .3s;
}

#header .header_inner .nav .nav_list>li>a:hover::after {
    transform: scale(1);
    opacity: .8;
}

#header .header_inner .nav .nav_list>li>a>p {
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav .nav_list>li>a>p {
        font-size: 25px;
        justify-content: flex-start;
        flex-direction: row;
    }
}

#header .header_inner .nav .nav_list>li>a>p>span {
    color: #bbc3ca;
    font-size: 12px;
    margin-top: 10px;
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav .nav_list>li>a>p>span {
        font-size: 11px;
        margin-left: 1em;
        color: #fff;
    }
}

@media screen and (min-width: 961px)and (max-width: 1099px) {
    #header .header_inner .nav .nav_list>li>a>p {
        font-size: 14px;
    }

    #header .header_inner .nav .nav_list>li>a>p>span {
        font-size: 11px;
    }
}

@media screen and (max-width: 960px) {
    #header .header_inner .nav>.header_contact {
        padding: 0;
        margin-top: 20px;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }

    #header .header_inner .nav>.header_contact>.header_contact_item[class*=header_contact_item--] {
        width: 250px;
        margin-right: 0;
    }

    #header .header_inner .nav>.header_contact>.header_contact_item.header_contact_item--contact .linkbtn {
        border: 2px solid #fff;
    }

    #header .header_inner .nav>.header_contact>.header_contact_item.header_contact_item--contact .linkbtn .dn-n {
        display: none;
    }

    #header .header_inner .nav>.header_contact>.header_contact_item.header_contact_item--contact .linkbtn .dn-w {
        display: block;
    }
}

#header .header_inner .header_contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 22px;
}

@media screen and (min-width: 961px)and (max-width: 1099px) {
    #header .header_inner .header_contact {
        padding: 0 15px;
    }
}

#header .header_inner .header_contact .header_contact_item[class*=header_contact_item--] {
    width: 160px;
    margin-right: 15px;
}

#header .header_inner .header_contact .header_contact_item[class*=header_contact_item--]>.linkbtn {
    width: 100%;
    height: 40px;
}

#header .header_inner .header_contact .header_contact_item[class*=header_contact_item--]>.linkbtn::after {
    content: none;
}

@media screen and (max-width: 960px) {
    #header .header_inner .header_contact .header_contact_item[class*=header_contact_item--]>.linkbtn {
        height: 50px;
    }
}

@media screen and (min-width: 961px)and (max-width: 1099px) {
    #header .header_inner .header_contact .header_contact_item[class*=header_contact_item--] {
        width: 130px;
        margin-right: 9px;
        font-size: 13px;
    }
}

#header .header_inner .header_contact .header_contact_item .fa-circle-user {
    color: #1395e5;
    font-size: 40px;
}

#header .header_inner .header_contact.dn-w {
    padding: 0;
    margin-left: auto;
    display: none;
}

@media screen and (max-width: 960px) {
    #header .header_inner .header_contact.dn-w {
        display: block;
    }
}

#header .header_inner .header_contact.dn-w>.header_contact_item {
    width: 130px;
}

#header .header_inner .header_contact.dn-w>.header_contact_item>.linkbtn {
    height: 25px;
    font-size: 12px;
}


.logo_wh {
    display: none;
}

.oh-open .header_contact.dn-w .header_contact_item--contact {
    display: none;
}

.oh-open .logo_wh {
    display: block;
}

.oh-open .logo {
    display: none;
}

.spmenu_btn {
    display: none;
    width: 25px;
    height: 14px;
    position: relative;
    z-index: 12;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .spmenu_btn {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .spmenu_btn {
        width: 25px;
    }
}

.spmenu_btn .spmenu_line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #bbc3ca;
    opacity: 1;
    transition: all .3s ease;
    position: relative;
    margin: 0 auto;
}

.spmenu_btn .spmenu_line:nth-of-type(2) {
    top: 4px;
}

.spmenu_btn .spmenu_line:nth-of-type(3) {
    top: 8px;
}

.spmenu_btn.is_active {
    height: 18px;
}

.spmenu_btn.is_active>.spmenu_line {
    background-color: #fff;
}

.spmenu_btn.is_active>.spmenu_line:nth-of-type(1),
.spmenu_btn.is_active>.spmenu_line:nth-of-type(3) {
    width: 90%;
}

.spmenu_btn.is_active>.spmenu_line:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 8px;
}

.spmenu_btn.is_active>.spmenu_line:nth-of-type(2) {
    opacity: 0;
}

.spmenu_btn.is_active>.spmenu_line:nth-of-type(3) {
    transform: rotate(45deg);
    top: 4px;
}

#footer {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

#footer .footer_inner {
    position: relative;
    z-index: 2;
    padding: 80px 0 0;
}

#footer .footer_inner .flogo {
    display: block;
    width: 300px;
    margin: 30px auto 30px;
}

@media screen and (max-width: 960px) {
    #footer .footer_inner .flogo {
        width: 150px;
    }
}

#footer .footer_inner .footer_nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 80px;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 600px) {
    #footer .footer_inner .footer_nav {
        justify-content: flex-start;
        gap: 36px 0;
        padding: 0 45px;
    }
}

@media screen and (max-width: 600px) {
    #footer .footer_inner .footer_nav .footer_nav_item {
        width: 50%;
    }

    #footer .footer_inner .footer_nav .footer_nav_item:last-child {
        width: 100%;
    }
}

#footer .footer_inner .footer_nav .footer_nav_item>dt {
    font-weight: bold;
    margin-bottom: 6px;
}

#footer .footer_inner .footer_nav .footer_nav_item>dd>a {
    position: relative;
    padding-left: 12px;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    #footer .footer_inner .footer_nav .footer_nav_item>dd>a {
        font-size: 12px;
    }
}

#footer .footer_inner .footer_nav .footer_nav_item>dd>a::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #1395e5;
    border-radius: 50%;
}

#footer .footer_inner .footer_ltxt {
    width: 2372px;
    margin: 30px auto 0;
}

#footer .footer_inner .footer_copy {
    text-align: center;
    font-size: 13px;
    padding-bottom: 110px;
}

@media(max-width: 767px) {
    #footer .footer_inner .footer_copy {
        font-size: 10px;
        padding-bottom: 0;
        position: relative;
        top: -100px;
    }
}

#footer .footer_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 1368px;
    z-index: 2;
}

@media screen and (max-width: 960px) {
    #footer .footer_bg {
        top: 30px;
        left: -30px;
        width: 130%;
        display: none;
    }
}

#footer .footer_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 660px;
    height: 50px;
    border-radius: 30px 30px 0 0;
}

@media screen and (max-width: 600px) {
    #footer .footer_btn {
        height: 40px;
        border-radius: 20px 20px 0 0;
        width: calc(100% - 50px);
    }
}

#main {
    display: block;
}

.sec_wave {
    background-color: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.c_sec_wave {
    background-color: #fff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
}

.sec_blue_wave {
    background-color: #4eb0ec;
    position: relative;
    padding-top: 60px;
    padding-bottom: 200px;
}

.sec_blue_wave_last {
    background-color: #4eb0ec;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}


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

    .sec_wave,
    .sec_blue_wave,
    .sec_blue_wave_last {
        padding-top: 5px;
    }

    .c_sec_wave {
        padding-top: 80px;
    }
}

.sec_wave::before,
.sec_wave::after,
.c_sec_wave::before,
.c_sec_wave::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../img/wave-BG.webp") center/1847px 100px repeat-x;
    position: absolute;
    left: 0;
}

.sec_blue_wave::before,
.sec_blue_wave::after,
.sec_blue_wave_last::before,
.sec_blue_wave_last::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../img/wave-blue-BG.webp") center/1847px 100px repeat-x;
    position: absolute;
    left: 0;
}

.sec_wave::before,
.c_sec_wave::before,
.sec_blue_wave::before,
.sec_blue_wave_last::before {
    top: -99px;
}

.sec_wave::after,
.c_sec_wave::after,
.sec_blue_wave::after,
.sec_blue_wave_last::after {
    bottom: -99px;
    transform: rotateX(180deg);
}

/*----contact-block----*/

.contact-block .contact-block__nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-block .contact-block__nav li {
    font-size: 20px;
    padding: 0 30px 20px;
    position: relative;
    flex: 1;
}

.contact-block .contact-block__nav li:hover {
    cursor: pointer;
}

.contact-block .contact-block__nav li:hover>span::after {
    transform: scaleX(1);
}

.contact-block .contact-block__nav li>span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #1395e5;
    position: absolute;
    bottom: -19px;
    right: 0;
    left: 0;
    margin: auto;
    transform: scaleX(0);
    transition: all .5s;
}

.mail_btn,
a.mail_btn,
button.mail_btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.mail_btn-c-wrap {
    margin: 30px 0;
    text-align: center;
}

a.mail_btn-c {
    width: 100%;
    position: relative;
    padding: 0.05rem 2rem 1.5rem 2rem;
    color: #fff;
    background-image: repeating-linear-gradient(127deg, rgba(236, 217, 78, 1), rgba(255, 112, 10, 1));
    -webkit-box-shadow: 0 5px 0 #ecaf4e;
    box-shadow: 0 5px 0 #ecaf4e;
}

a.mail_btn-c:after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
}

a.mail_btn-c span {
    font-size: 1rem;
    position: absolute;
    top: -0.75rem;
    left: calc(50% - 180px);
    display: block;
    width: 360px;
    padding: 0.25rem 0;
    color: #ecaf4e;
    border: 2px solid #ecaf4e;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.mail_btn-c span:before,
a.mail_btn-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}

a.mail_btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ecaf4e transparent transparent transparent;
}

a.mail_btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.tel_btn-c {
    background-image: linear-gradient(90deg, rgba(233, 233, 233, 0.8), rgba(172, 172, 172, 0.8));
    -webkit-box-shadow: 0 5px 0 #acacac;
    box-shadow: 0 5px 0 #acacac;
}

a.tel_btn-c:after {
    content: none;
}

a.tel_btn-c span {
    color: #acacac;
    border: 2px solid #acacac;
    -webkit-box-shadow: 0 3px 3px #acacac;
    box-shadow: 0 3px 3px #acacac;
}

a.tel_btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #acacac transparent transparent transparent;
}

a.tel_btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.mail_btn-c i {
    margin-right: 0.75rem;
}

a.mail_btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #ecaf4e;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 #ecaf4e;
    box-shadow: 0 2px 0 #ecaf4e;
}

a.tel_btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #acacac;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 #acacac;
    box-shadow: 0 2px 0 #acacac;
}

@media screen and (max-width: 960px) {
    .contact-block .contact-block__nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .contact-block .contact-block__nav li {
        font-size: 13px;
        padding: 0 20px 20px;
    }

    .contact-block .contact-block__nav li>span::after {
        bottom: -10px;
    }
}

@media screen and (max-width: 768px) {
    .contact-block .contact-block__nav {
        flex-direction: column;
    }

    .contact-block .contact-block__nav li {
        padding: 0 20px;
        width: 100%;
    }

    a.mail_btn-c span {
        left: calc(50% - 150px);
        width: 300px;
    }
}

/*----/contact-block----*/


.blk_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.66;
    letter-spacing: .1em;
    margin-bottom: 25px;
}

.wht_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.66;
    letter-spacing: .1em;
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wht_title::before,
.wht_title::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #fff;
}

.wht_title::before {
    margin-right: 30px;
    transform: rotate(-35deg);
}

.wht_title::after {
    margin-left: 30px;
    transform: rotate(35deg);
}

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

    .blk_title,
    .wht_title {
        font-size: 28px;
        line-height: 1.428;
        margin-bottom: 12px;
        letter-spacing: .03em;
    }
}

.blk_title.blk_title--center,
.wht_title.wht_title--center {
    text-align: center;
}

.blk_lead {
    line-height: 3;
    letter-spacing: .1em;
}

@media screen and (max-width: 600px) {
    .blk_lead {
        line-height: 2.2916;
    }
}

.blk_leadtxt {
    font-size: 18px;
    text-align: center;
}

.ttlgrad {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: .2em;
    background: linear-gradient(309deg, rgb(0, 193, 139) 0%, rgb(63, 175, 192) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .ttlgrad {
        font-size: 50px;
    }
}

.leadtxt {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 2;
    position: relative;
}

.leadtxt.leadtxt--left {
    text-align: left;
}

@media screen and (max-width: 960px) {
    .leadtxt {
        text-align: left;
        line-height: 2.115;
        padding: 0 20px;
    }
}

.linkbtn {
    width: 100%;
    max-width: 400px;
    height: 60px;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    transition: all .5s;
}

@media screen and (max-width: 600px) {
    .linkbtn {
        max-width: 250px;
        height: 50px;
        font-size: 12px;
        letter-spacing: 0;
    }
}

.linkbtn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ebedef;
    transition: all .5s;
}

.linkbtn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    background-color: #1395e5;
    transition: all .5s;
}

.linkbtn:hover {
    background-color: #fff;
    color: #1395e5;
}

.linkbtn:hover::before {
    opacity: 0;
}

.linkbtn:hover::after {
    background-color: #1395e5;
}

.linkbtn>span {
    position: relative;
    z-index: 1;
}

.linkbtn.linkbtn--center {
    margin-left: auto;
    margin-right: auto;
}

.linkbtn.linkbtn-gra {
    color: #fff;
    border-color: rgba(61, 171, 164, 0);
}

.linkbtn.linkbtn-gra::before {
    background: #00c18b;
    background-image: repeating-linear-gradient(347deg, rgba(19, 219, 229, 0.9), rgba(19, 149, 229, 0.9));
}

.linkbtn.linkbtn-gra::after {
    background-color: #fff;
}

.linkbtn.linkbtn-gra:hover {
    color: #1395e5;
    border-color: #1395e5;
}

.linkbtn.linkbtn-gra:hover::after {
    background-color: #1395e5;
}

.linkbtn.linkbtn--wh::before {
    background-color: #fafafa;
}

.linkbtn.linkbtn--wh:hover {
    color: #fff;
    background-color: #1395e5;
}

.linkbtn.linkbtn--wh:hover::after {
    background-color: #fff;
}

.linkbtn.linkbtn--msize {
    width: 250px;
}

@media screen and (max-width: 600px) {
    .linkbtn.linkbtn--msize {
        width: 200px;
    }
}

.linkbtn.linkbtn--sq {
    border: 1px solid #1395e5;
    max-width: 600px;
    width: 100%;
    height: 70px;
    color: #1395e5;
    border-radius: 0;
}

@media screen and (max-width: 600px) {
    .linkbtn.linkbtn--sq {
        height: 60px;
    }
}

.linkbtn.linkbtn--sq::before {
    background-color: #fff;
}

.linkbtn.linkbtn--sq::after {
    display: inline-block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #1395e5;
    top: auto;
    background-color: rgba(0, 0, 0, 0);
    right: 8px;
    border-radius: 0;
    bottom: 8px;
    transition: all .5s;
}

.linkbtn.linkbtn--sq:hover {
    background-color: #1395e5;
    color: #fff;
}

.linkbtn.linkbtn--sq:hover::after {
    border-color: #fff;
}

.txt_line {
    display: inline-block;
    position: relative;
}

.txt_line::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1395e5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.txt_line::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #1395e5 #1395e5 #ebedef #ebedef;
    transform: rotate(135deg);
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: auto;
    background: #ebedef;
}

a.btn_13 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 300px;
    margin: auto;
    padding: 0.5rem 2rem;
    font-weight: bold;
    background: #fff;
    color: #27acd9;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}

a.btn_13::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #27acd9;
}

a.btn_13::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #27acd9;
}

a.btn_13:hover {
    background: #d4eef7;
    color: #27acd9;
}


.contactform {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 200px;
    background-color: #ebedef;
    padding: 35px 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .contactform {
        width: calc(100% - 40px);
        margin: 65px auto 50px;
        padding: 30px 20px;
        flex-direction: column;
    }
}

.contactform__ttl {
    font-size: 30px;
    color: #1395e5;
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .contactform__ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.contactform__btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 24px;
}

@media screen and (max-width: 600px) {
    .contactform__btn {
        padding-left: 0;
    }
}

.contactform__btn .linkbtn {
    width: 250px;
}

@media screen and (max-width: 600px) {
    .contactform__btn .linkbtn {
        width: 200px;
    }
}

.contactform__btn .linkbtn:not(:first-child) {
    margin-left: 34px;
}

@media screen and (max-width: 600px) {
    .contactform__btn .linkbtn:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
}

.pagination-list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pagination-list .pagination-list__item {
    color: #bbc3ca;
    font-size: 20px;
    font-weight: 500;
    margin-right: 1em;
}

.pagination-list .pagination-list__item.pagination-list__item--active {
    color: #1395e5;
    text-decoration: underline;
}

.faqList .faqItem {
    background-color: #fff;
    border-radius: 30px;
    padding: 0 120px 0 40px;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .faqList .faqItem {
        border-radius: 15px;
        padding: 0 50px 0 20px;
        margin-bottom: 20px;
    }
}

.faqList .faqItem>dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
}

.faqList .faqItem>dt>.faqItem__q {
    color: #1395e5;
    font-size: 48px;
    margin-right: 10px;
    font-family: "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
}

@media screen and (max-width: 600px) {
    .faqList .faqItem>dt>.faqItem__q {
        font-size: 35px;
    }
}

.faqList .faqItem>dt>p {
    flex: 1 1 0;
    font-weight: bold;
}

.faqList .faqItem>dt>.faqItemIco {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ebedef;
    right: -90px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (max-width: 600px) {
    .faqList .faqItem>dt>.faqItemIco {
        width: 40px;
        height: 40px;
        right: -40px;
    }
}

.faqList .faqItem>dt>.faqItemIco::before,
.faqList .faqItem>dt>.faqItemIco::after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #1395e5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

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

    .faqList .faqItem>dt>.faqItemIco::before,
    .faqList .faqItem>dt>.faqItemIco::after {
        width: 15px;
        height: 2px;
    }
}

.faqList .faqItem>dt>.faqItemIco::after {
    transform: rotate(90deg);
    transition: all .5s;
}

.faqList .faqItem>dt.opened>.faqItemIco::after {
    transform: rotate(180deg);
}

.faqList .faqItem>dd {
    padding-bottom: 20px;
    display: none;
}

@media screen and (max-width: 960px) {
    .faqList .faqItem>dd {
        font-size: 12px;
        line-height: 1.66;
        word-break: break-all;
    }
}

.faqList .faqItem>dd a {
    color: #1395e5;
    text-decoration: underline;
}

.faqList .faqItem>dd a:hover {
    text-decoration: none;
}

.faqList .faqItem>dd figure {
    margin: 2em 0;
}

.faqList .faqItem>dd ul li {
    list-style: disc inside;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

.u__margin__top--0 {
    margin-top: 0px !important;
}

.u_padding__top--0 {
    padding-top: 0px !important;
}

.u__margin__right--0 {
    margin-right: 0px !important;
}

.u_padding__right--0 {
    padding-right: 0px !important;
}

.u__margin__bottom--0 {
    margin-bottom: 0px !important;
}

.u_padding__bottom--0 {
    padding-bottom: 0px !important;
}

.u__margin__left--0 {
    margin-left: 0px !important;
}

.u_padding__left--0 {
    padding-left: 0px !important;
}

.u__margin__top--0-5 {
    margin-top: 0.5px !important;
}

.u_padding__top--0-5 {
    padding-top: 0.5px !important;
}

.u__margin__right--0-5 {
    margin-right: 0.5px !important;
}

.u_padding__right--0-5 {
    padding-right: 0.5px !important;
}

.u__margin__bottom--0-5 {
    margin-bottom: 0.5px !important;
}

.u_padding__bottom--0-5 {
    padding-bottom: 0.5px !important;
}

.u__margin__left--0-5 {
    margin-left: 0.5px !important;
}

.u_padding__left--0-5 {
    padding-left: 0.5px !important;
}

.u__margin__top--1 {
    margin-top: 1px !important;
}

.u_padding__top--1 {
    padding-top: 1px !important;
}

.u__margin__right--1 {
    margin-right: 1px !important;
}

.u_padding__right--1 {
    padding-right: 1px !important;
}

.u__margin__bottom--1 {
    margin-bottom: 1px !important;
}

.u_padding__bottom--1 {
    padding-bottom: 1px !important;
}

.u__margin__left--1 {
    margin-left: 1px !important;
}

.u_padding__left--1 {
    padding-left: 1px !important;
}

.u__margin__top--1-5 {
    margin-top: 1.5px !important;
}

.u_padding__top--1-5 {
    padding-top: 1.5px !important;
}

.u__margin__right--1-5 {
    margin-right: 1.5px !important;
}

.u_padding__right--1-5 {
    padding-right: 1.5px !important;
}

.u__margin__bottom--1-5 {
    margin-bottom: 1.5px !important;
}

.u_padding__bottom--1-5 {
    padding-bottom: 1.5px !important;
}

.u__margin__left--1-5 {
    margin-left: 1.5px !important;
}

.u_padding__left--1-5 {
    padding-left: 1.5px !important;
}

.u__margin__top--2 {
    margin-top: 2px !important;
}

.u_padding__top--2 {
    padding-top: 2px !important;
}

.u__margin__right--2 {
    margin-right: 2px !important;
}

.u_padding__right--2 {
    padding-right: 2px !important;
}

.u__margin__bottom--2 {
    margin-bottom: 2px !important;
}

.u_padding__bottom--2 {
    padding-bottom: 2px !important;
}

.u__margin__left--2 {
    margin-left: 2px !important;
}

.u_padding__left--2 {
    padding-left: 2px !important;
}

.u__margin__top--2-5 {
    margin-top: 2.5px !important;
}

.u_padding__top--2-5 {
    padding-top: 2.5px !important;
}

.u__margin__right--2-5 {
    margin-right: 2.5px !important;
}

.u_padding__right--2-5 {
    padding-right: 2.5px !important;
}

.u__margin__bottom--2-5 {
    margin-bottom: 2.5px !important;
}

.u_padding__bottom--2-5 {
    padding-bottom: 2.5px !important;
}

.u__margin__left--2-5 {
    margin-left: 2.5px !important;
}

.u_padding__left--2-5 {
    padding-left: 2.5px !important;
}

.u__margin__top--3 {
    margin-top: 3px !important;
}

.u_padding__top--3 {
    padding-top: 3px !important;
}

.u__margin__right--3 {
    margin-right: 3px !important;
}

.u_padding__right--3 {
    padding-right: 3px !important;
}

.u__margin__bottom--3 {
    margin-bottom: 3px !important;
}

.u_padding__bottom--3 {
    padding-bottom: 3px !important;
}

.u__margin__left--3 {
    margin-left: 3px !important;
}

.u_padding__left--3 {
    padding-left: 3px !important;
}

.u__margin__top--3-75 {
    margin-top: 3.75px !important;
}

.u_padding__top--3-75 {
    padding-top: 3.75px !important;
}

.u__margin__right--3-75 {
    margin-right: 3.75px !important;
}

.u_padding__right--3-75 {
    padding-right: 3.75px !important;
}

.u__margin__bottom--3-75 {
    margin-bottom: 3.75px !important;
}

.u_padding__bottom--3-75 {
    padding-bottom: 3.75px !important;
}

.u__margin__left--3-75 {
    margin-left: 3.75px !important;
}

.u_padding__left--3-75 {
    padding-left: 3.75px !important;
}

.u__margin__top--4 {
    margin-top: 4px !important;
}

.u_padding__top--4 {
    padding-top: 4px !important;
}

.u__margin__right--4 {
    margin-right: 4px !important;
}

.u_padding__right--4 {
    padding-right: 4px !important;
}

.u__margin__bottom--4 {
    margin-bottom: 4px !important;
}

.u_padding__bottom--4 {
    padding-bottom: 4px !important;
}

.u__margin__left--4 {
    margin-left: 4px !important;
}

.u_padding__left--4 {
    padding-left: 4px !important;
}

.u__margin__top--5 {
    margin-top: 5px !important;
}

.u_padding__top--5 {
    padding-top: 5px !important;
}

.u__margin__right--5 {
    margin-right: 5px !important;
}

.u_padding__right--5 {
    padding-right: 5px !important;
}

.u__margin__bottom--5 {
    margin-bottom: 5px !important;
}

.u_padding__bottom--5 {
    padding-bottom: 5px !important;
}

.u__margin__left--5 {
    margin-left: 5px !important;
}

.u_padding__left--5 {
    padding-left: 5px !important;
}

.u__margin__top--6 {
    margin-top: 6px !important;
}

.u_padding__top--6 {
    padding-top: 6px !important;
}

.u__margin__right--6 {
    margin-right: 6px !important;
}

.u_padding__right--6 {
    padding-right: 6px !important;
}

.u__margin__bottom--6 {
    margin-bottom: 6px !important;
}

.u_padding__bottom--6 {
    padding-bottom: 6px !important;
}

.u__margin__left--6 {
    margin-left: 6px !important;
}

.u_padding__left--6 {
    padding-left: 6px !important;
}

.u__margin__top--7 {
    margin-top: 7px !important;
}

.u_padding__top--7 {
    padding-top: 7px !important;
}

.u__margin__right--7 {
    margin-right: 7px !important;
}

.u_padding__right--7 {
    padding-right: 7px !important;
}

.u__margin__bottom--7 {
    margin-bottom: 7px !important;
}

.u_padding__bottom--7 {
    padding-bottom: 7px !important;
}

.u__margin__left--7 {
    margin-left: 7px !important;
}

.u_padding__left--7 {
    padding-left: 7px !important;
}

.u__margin__top--8 {
    margin-top: 8px !important;
}

.u_padding__top--8 {
    padding-top: 8px !important;
}

.u__margin__right--8 {
    margin-right: 8px !important;
}

.u_padding__right--8 {
    padding-right: 8px !important;
}

.u__margin__bottom--8 {
    margin-bottom: 8px !important;
}

.u_padding__bottom--8 {
    padding-bottom: 8px !important;
}

.u__margin__left--8 {
    margin-left: 8px !important;
}

.u_padding__left--8 {
    padding-left: 8px !important;
}

.u__margin__top--9 {
    margin-top: 9px !important;
}

.u_padding__top--9 {
    padding-top: 9px !important;
}

.u__margin__right--9 {
    margin-right: 9px !important;
}

.u_padding__right--9 {
    padding-right: 9px !important;
}

.u__margin__bottom--9 {
    margin-bottom: 9px !important;
}

.u_padding__bottom--9 {
    padding-bottom: 9px !important;
}

.u__margin__left--9 {
    margin-left: 9px !important;
}

.u_padding__left--9 {
    padding-left: 9px !important;
}
