@charset "utf-8";
/*------------ mv ------------*/
.sec_mv {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sec_mv img {
    max-width: 100%;
}

.sec_mv h1{
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.32;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
}

/*------------ breadcrumbs ------------*/

.breadcrumbs {
    background-color: #e6e9f2;
}

.breadcrumbs_inner {
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 0 12px;
    white-space: nowrap;
}

.breadcrumbs ul li {
    list-style-type: none;
    font-size: 1.4rem;
    color: #000;
    position: relative;
    padding-left: 28px;
}

.breadcrumbs ul li:before {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    line-height: 1.4;
}

.breadcrumbs ul li:first-of-type {
    padding-left: 22px;
}

.breadcrumbs ul li:first-of-type:before {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 13px;
    background: url("../img/sub/home_icon.png") no-repeat center;
}

.breadcrumbs ul li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid transparent;
}

.breadcrumbs ul li a:hover {
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    /*------------ mv ------------*/
    .sec_mv {
        height: 380px;
    }

    .sec_mv h1{
        font-size: 4rem;
    }
}

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

    /*------------ mv ------------*/

    .sec_mv {
        height: 350px;
    }

    .sec_mv h1{
        font-size: 3.6rem;
    }
}

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

    /*------------ mv ------------*/

    .sec_mv {
        height: 300px;
    }

    .sec_mv h1{
        font-size: 3rem;
        padding-bottom: 10px;
    }
}

/* ---------------- subPages start ----------------*/
.subPages ul, .subPages ol {
    list-style: none;
}

.subPages .h2_with_border01 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #009dde;
    line-height: 1.41;
    padding-bottom: 12px;
    border-bottom: 2px solid #e27457;
}

.subPages .sec_common {
    padding: 115px 0;
}

.subPages .sub_txt_fwb {
    font-weight: bold;
}

.subPages .sub_txt_fs22 {
    font-size: 2.2rem;
}

.subPages .sub_txt_fs20 {
    font-size: 2rem;
}

.subPages .sub_txt_fs18 {
    font-size: 1.8rem;
}

.subPages .sub_box01 {
    padding: 30px 47px;
    background-color: #e6e9f2;
}

.subPages .sub_txt_fs16 {
    font-size: 1.6rem;
}

.subPages .sub_link01 {
    color: #30302f;
    text-decoration: underline;
}

.subPages .sub_link01:hover {
    color: #009dde;
}

.subPages .txt_content {
    margin-top: 20px;
}

.subPages .sub_txt01, .subPages .sub_txt02, .subPages .sub_txt03 {
    color: #30302f;
}

.subPages .sub_txt01 {
    line-height: 1.27;
}

.subPages .sub_txt02 {
    line-height: 2.12;
}

.subPages .sub_txt03 {
    line-height: 1.75;
}

.subPages .sub_txt_mb8 {
    margin-bottom: 8px;
}

.subPages .sub_txt_color01 {
    color: #009dde;
}

.subPages .sub_btn01 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 490px;
    height: 82px;
    max-width: 100%;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    border-radius: 41px;
    background-color: #009dde;
    margin: 45px auto;
}

.subPages .sub_btn01:hover {
    opacity: 0.7;
}

.subPages .sub_list01 > li:not(:last-of-type) {
    margin-bottom: 68px;
}

.subPages .sub_item_list01 > li {
    position: relative;
    padding-left: 16px;
}

.subPages .sub_item_list01 > li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}

.subPages .sub_txt_annotation01 {
    display: -webkit-flex;
    display: flex;
}

.subPages .sub_txt_annotation01::before {
    content: '※';
    flex: none;
}

@media screen and (max-width: 1024px) {
    .subPages .sec_common {
        padding: 100px 0;
    }

    .subPages .sub_btn01 {
        width: 470px;
        height: 78px;
    }
}

@media screen and (max-width: 1023px) {
    .subPages .h2_with_border01 {
        font-size: 2.2rem;
    }

    .subPages .sub_txt_fs22 {
        font-size: 2rem;
    }

    .subPages .sub_txt_fs20 {
        font-size: 1.9rem;
    }

    .subPages .sub_txt_fs18 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    .subPages .sec_common {
        padding: 80px 0;
    }

    .subPages .sub_list01 > li:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .subPages .sub_btn01 {
        width: 400px;
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .subPages .h2_with_border01 {
        font-size: 2rem;
    }

    .subPages .sub_txt_fs22 {
        font-size: 1.9rem;
    }

    .subPages .sub_txt_fs20 {
        font-size: 1.8rem;
    }

    .subPages .sub_txt_fs18 {
        font-size: 1.6rem;
    }

    .subPages .sub_txt_fs16 {
        font-size: 1.4rem;
    }

    .subPages .sub_item_list01 > li {
        padding-left: 14px;
    }
}

@media screen and (max-width: 480px) {
    .subPages .sec_common {
        padding: 60px 0;
    }

    .subPages .sub_list01 > li:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .subPages .sub_txt_fs22 {
        font-size: 1.8rem;
    }

    .subPages .sub_txt_fs20 {
        font-size: 1.7rem;
    }

    .subPages .h2_with_border01 {
        padding-bottom: 8px;
    }

    .subPages .txt_content {
        margin-top: 15px;
    }

    .subPages .sub_txt02 {
        line-height: 1.8;
    }

    .subPages .sub_txt_mb8 {
        margin-bottom: 6px;
    }

    .subPages .sub_btn01 {
        width: 350px;
        height: 65px;
        padding-top: 3px;
    }

    .subPages .sub_btn01 {
        border: 2px solid transparent;
    }

    .subPages .sub_btn01:hover {
        border: 2px solid #1a8981;
    }
}

/* ---------------- greeting start ----------------*/
.greeting .sec_mv {
    background-image: url(../img/sub/greeting_mv.png);
}

.greeting .sec01 {
    padding: 115px 0;
    background-color: #fff;
}

.greeting .sec01 .cont {
    background-color: #e6e9f2;
    padding: 50px 7% 50px;
}

.greeting .sec01 .cont p {
    font-size: 1.8rem;
    color: #30302f;
    line-height: 2.3;
}

.greeting .sec01 .cont p {
    text-indent: 20px;
}

.greeting .sec01 .cont .ibox {
    text-align: center;
}

.greeting .sec01 .cont .ibox img {
    display: block;
    width: 500px;
    margin: 20px auto 0;
    max-width: 100%;
}

.greeting .sec01 .cont .bottom_box {
    text-align: right;
}

.greeting .sec01 .cont ul {
    display: inline-block;
    margin-top: 12px;
}

.greeting .sec01 .cont ul li {
    list-style-type: none;
    text-align: right;
    font-size: 2.2rem;
    font-weight: bold;
    color: #1e2d5a;
}

.greeting .sec01 .cont ul li.tal_left {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .greeting .sec01 {
        padding: 100px 0;
    }

    .greeting .sec01 .cont {
        padding: 45px 7% 45px;
    }

    .greeting .sec01 .cont p {
        line-height: 2.2;
    }
}

@media screen and (max-width: 768px) {
    .greeting .sec01 {
        padding: 80px 0;
    }

    .greeting .sec01 .cont {
        padding: 40px 6% 40px;
    }

    .greeting .sec01 .cont p {
        line-height: 2.1;
    }
}

@media screen and (max-width: 767px) {
    .greeting .sec01 .cont ul li br {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .greeting .sec01 {
        padding: 60px 0;
    }

    .greeting .sec01 .cont {
        padding: 35px 5% 35px;
    }

    .greeting .sec01 .cont p {
        font-size: 1.6rem;
        line-height: 2;
    }

    .greeting .sec01 .cont ul li {
        font-size: 2rem;
    }
}
