/*===========================================*/
/*	ベース設定
/*===========================================*/

body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 23px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    max-width: 1920px;
    margin: 0 auto;
    color: #000;
    line-height: 1.5;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.ib {
    display: inline-block;
}

/*--- no-gutterクラス --------*/

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/*--- 全体用スタイル --------*/

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

a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover,
a:focus,
a:visited,
a:focus-within,
a:focus-visible,
a:target {
    text-decoration: none !important;
    text-decoration-color: transparent !important;
}

/*===========================================*/
/*	ヘッダー
/*===========================================*/

header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    max-width: 1920px;
}




.mon {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.noto-m {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.noto-b {
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

ul {
    list-style-type: none;
}

.b-txt {
    color: #2f6fc7;
}

:root {
    --b-color: #f1f5fa;
    --b-color2: #2f6fc7;
}

.ib {
    font-style: normal;
    display: inline-block;
}

img.border {
    border: solid 1px #ccc;
}

header {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

header .headerIn {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    padding: 1em 0;
}

header .headerIn .headBox img {
    display: inline-block;
    width: 90%;
    max-width: 500px;
}

header .headerIn .headBoxGaibu img {
    display: inline-block;
    width: 90%;
    max-width: 230px;
}

.sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sp {
        display: none;
    }

    .pc {
        display: none;
    }
}

/*===========================================*/
/*	ページ
/*===========================================*/

.inner_box {
    width: 90%;
    margin: 0 auto;
}

.content1 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.content2 {
    padding-top: 4em;
    padding-bottom: 4em;
    background: var(--b-color);
}

.content3 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.content1 h2 {
    /*18px,40px*/
    font-size: clamp(1.125rem, 0.715rem + 1.75vw, 2.813rem);
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3em;
}

.lead {
    margin-bottom: 4em;
}

.content3 .lead {
    margin-bottom: 1.5em;
}

.lead span.mon {
    /*30px,55px */
    font-size: clamp(1.875rem, 1.496rem + 1.62vw, 3.438rem);
    display: block;
    margin-bottom: 0.2em;
    line-height: 1;
    text-align: center;
}


.lead span.noto-b {
    /*14px,30px */
    font-size: clamp(0.875rem, 0.632rem + 1.04vw, 1.875rem);
    text-align: center;
    display: block;
}

.content2 .pointImg img {
    width: 100%;
    max-width: 757px;
    display: block;
    margin: 0 auto;
}

.content2 .pointTxt .pointHead {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}


.content2 .pointTxt .pointHead h3 {
    width: 90%;
    /* 16px,40px*/
    font-size: clamp(1rem, 0.636rem + 1.55vw, 2.5rem);
    margin: 0;
}

.content2 .pointTxt .pointHead img {
    max-width: 80px;
    width: 80%;
    display: inline-block;
    margin-left: 0.5em;
}

.content2 .pointTxt {
    background: #fff;
    padding: 2em;
}

.content2 .m-space {
    margin-bottom: 4em;
}

.content2 .pointTxt p {
    /* 12px,25px*/
    font-size: clamp(0.75rem, 0.587rem + 0.81vw, 1.563rem);
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1em;
}

.content2 .pointTxt ul {
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    font-size: clamp(0.75rem, 0.587rem + 0.81vw, 1.563rem);
    flex-wrap: wrap;
}

.content2 .pointTxt ul li {
    display: block;
    margin-bottom: 0.5em;
    background: #2f6fc7;
    color: #fff;
    border-radius: 10px;
    width: max-content;
    padding: 0.5em 1em;
    margin-right: 0.5em;
}

.content3 p.lead-sub {
    margin-bottom: 2em;
    line-height: 1.7;
    /* 12px,25px*/
    font-size: clamp(0.875rem, 0.632rem + 1.04vw, 1.875rem);
}

.content3 .partnerBox {
    max-width: 1500px;
    margin: 0 auto;
    background: var(--b-color);
    width: 100%;
    padding: 2em 3em;
}

.content3 .partnerBox p {
    font-size: clamp(0.75rem, 0.587rem + 0.81vw, 1.563rem);
}

.content3 .partnerBox .p-fx {
    display: flex;
    width: 100%;
    padding: 2em;
    background: #fff;
    flex-wrap: wrap;
}

.content3 .partnerBox .p-fx .fx-chi {
    width: 45%;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.content3 .partnerBox .p-fx .fx-chi img {
    display: inline-block;
    max-width: 190px;
    width: 90%;
    margin-bottom: 0.5em;
}

.content3 .partnerBox .p-fx .fx-chi p {
    font-size: clamp(0.75rem, 0.587rem + 0.81vw, 1.563rem);
}

.content3 .tableBox {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.content3 .tableBox table {
    width: 100%;
}

.content3 .tableBox table tr:nth-child(odd) {
    background: var(--b-color);
}

.content3 .tableBox table tr th,
.content3 .tableBox table tr td {
    font-size: clamp(0.75rem, 0.587rem + 0.81vw, 1.563rem);
}

.content3 .tableBox table tr th {
    text-align: center;
    padding: 1em;
    width: 30%;
    font-weight: 500;
}

.content3 .tableBox table tr td {
    padding: 1.5em;
}

/*===========================================*/
/*	フッター
/*===========================================*/

footer .backColor {
    background: var(--b-color2);
    color: #fff;
}

footer .backColor .footerIn {
    width: 80%;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

footer .backColor .footerIn p {
    font-size: clamp(0.875rem, 0.632rem + 1.04vw, 1.875rem);
}

footer .backColor .footerIn .contact_box small {
    font-size: clamp(0.625rem, 0.488rem + 0.69vw, 1.313rem);
}

footer .backColor .footerIn .contact_box .tel-fx a {
    color: #fff;
    font-size: clamp(2.875rem, 2.625rem + 1.25vw, 4.125rem);
    line-height: 1;
}

footer .backColor .footerIn .contact_box .tel-fx a img {
    width: 80%;
    max-width: 75px;
    display: inline-block;
    margin-right: 0.5em;
}

footer .copy {
    background: #fff;
    color: #000;
}

footer .copy p {
    font-size: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
    margin: 0;
    line-height: 1.2;
    padding: 1.5em 0.5em;
}


@media screen and (max-width: 767px) {
    header .headerIn {
        padding: 0.5em 0;
    }

    .content1 {
        padding-top: 2em;
        padding-bottom: 0;
    }

    .content2 {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .content3 {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .point {
        /*width: 60%;*/
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .content1 h2 {
        margin-top: 0;
        margin-bottom: 1.5em;
    }

    .lead {
        margin-top: 0;
        margin-bottom: 1.5em;
    }

    .content3 .lead {
        margin-bottom: 0.5em;
    }

    .content2 .pointTxt {
        margin-top: 1.5em;
        padding: 1em;
    }

    .content2 .pointTxt .pointHead img {
        max-width: 30px;
    }

    .content2 .m-space {
        margin-bottom: 2em;
    }

    .content2 .pointTxt ul li {
        border-radius: 5px;
    }

    .content2 .pointTxt .pointHead {
        margin-bottom: 0.5em;
    }

    .content3 .partnerBox {
        padding: 1em;
    }

    .content3 .partnerBox .p-fx {
        padding: 1em;
    }

    .content3 .partnerBox .p-fx .fx-chi {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .content3 .partnerBox .p-fx .fx-chi:last-child {
        margin-bottom: 0;
    }

    .content3 .partnerBox .p-fx .fx-chi img {
        max-width: 140px;
    }

    .content3 .tableBox {
        margin-bottom: 0;
    }

    footer .backColor .footerIn {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    footer .backColor .footerIn .contact_box .tel-fx a img {
        max-width: 30px;
        margin-right: 0.2em;
    }

    footer .backColor .footerIn p {
        margin-bottom: 0;
    }
}