@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1240px;
}
.headLine01 {
    margin-bottom: 87px;
    padding: 36px 190px 25px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #A49F56;
    border: 1px solid #707070;
    position: relative;
}
.headLine01::before {
    position: absolute;
    width: 133px;
    height: 217px;
    top: -54px;
    left: 63px;
    content: '';
    background: url("../../img/index/img01.png") no-repeat left top / 100% auto;
}
.comArrow {
    margin: 0 auto 35px;
    max-width: 177px;
}
.headLine02 {
    margin: 0 5%;
    position: relative;
    color: #00397A;
    font-size: 6rem;
    line-height: 1.16;
    text-align: center;
    z-index: 1;
}
.comInnBox .innBox {
    margin-top: -31px;
    padding: 65px 8% 47px;
    position: relative;
    background-color: #DCE6F0;
}
.comInnBox .innBox::before, .comInnBox .innBox::after {
    width: 106px;
    height: 104px;
    position: absolute;
    left: 8.6%;
    bottom: 100%;
    content: '';
    background: url(../../img/index/img02.png) no-repeat center bottom / 100% auto;
}
.comInnBox .innBox::after {
    width: 128px;
    height: 122px;
    left: inherit;
    right: 8%;
    background-image: url(../../img/index/img03.png);
}
.comInnBox.btmBox {
    background-color: #DCE6F0;
}
.comInnBox.btmBox .innBox {
    margin-top: 0;
}
.comBtn {
    margin: 0 auto 22px;
    max-width: 562px;
    border-radius: 38px;
    overflow: hidden;
    text-align: center;
}
.comBtn.sml {
    max-width: 386px;
    border-radius: 32px;
}
.comBtn.sml a {
    padding: 18px 10px 18px;
    display: block;
    font-size: 3rem;
    border-radius: 32px;
    background-color: transparent;
}
.comBtn a {
    padding: 23px 10px;
    color: #00397a;
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
    border-radius: 38px;
    background: #f2ff95;
    border: 5px solid #0d4380;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}
.comBtn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d4380;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: 0.3s ease-out;
}
.comBtn a span {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 897px) {
    .comBtn a:hover, .comBtn a:focus, .comBtn a:active {
        color: #f2ff95;
    }
    .comBtn a:hover:before, .comBtn a:focus:before, .comBtn a:active:before {
        transform: scaleX(1);
    }
    .comBtn.sml a:hover {
        color: #fff;
    }
    .comBtn.sml a:focus {
        color: #fff;
    }
    .comBtn.sml a::before {
        border-radius: 23px;
    }
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition: 0.3s;
    background: #FFF;
}
.hvr-sweep-to-right:before {}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    transform: scaleX(1);
}
.comTel {
    color: #707070;
    font-size: 1.8rem;
    text-align: center;
}
.comTel a {
    display: block;
    color: #073C79;
    font-size: 3rem;
    font-weight: bold;
}
.comList {
    margin: -10px auto 0;
    max-width: 1010px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comList > li {
    margin-top: 30px;
    padding: 15px 30px 28px;
    width: calc(50% - 15px);
    border-radius: 38px;
    background: #fff;
    border: 5px solid #0d4380;
    box-sizing: border-box;
}
.comList .img {
    width: 112px;
    text-align: center;
}
.comList .text {
    width: calc(100% - 130px);
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.333;
    text-align: left;
    color: #00397a;
}
.comList.eleflex li {
    padding: 23px 20px 23px 30px;
    min-height: 151px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
    .headLine01 {
        padding: 25px 100px 25px 100px;
        font-size: 3.2rem;
    }
    .headLine01::before {
        left: 20px;
        width: 80px;
    }
    .headLine02 {
        font-size: 4.5rem;
    }
    .comList.eleflex li {
        padding: 23px 15px 23px;
    }
    .comList .img {
        width: 75px;
    }
    .comList .text {
        width: calc(100% - 90px);
        font-size: 2.8rem;
    }
    .comInnBox .innBox::before {
        left: 3%;
    }
    .comInnBox .innBox::after {
        right: 3%;
    }
}
@media all and (max-width: 896px) {
    .content {
        padding: 0;
    }
    .headLine01 {
        margin-bottom: 38px;
        padding: 5px 20px 2px 95px;
        font-size: 1.8rem;
        display: flex;
        min-height: 57px;
        line-height: 1.111;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
    }
    .headLine01::before {
        position: absolute;
        width: 66.5px;
        height: 109px;
        top: -30px;
        left: 15px;
    }
    .headLine01 span {
        display: inline-block;
        text-align: left;
    }
    .headLine02 {
        margin-bottom: 31px;
        font-size: 2.25rem;
    }
    .comArrow {
        margin: 0 auto 42px;
        max-width: 89px;
    }
    .comInnBox .innBox {
        margin-top: 0;
        padding: 30px 48px 20px;
    }
    .comInnBox .innBox::before {
        width: 53px;
        height: 72px;
        left: 10px;
    }
    .comInnBox .innBox::after {
        width: 64px;
        height: 61px;
        right: -10px;
    }
    .innBox p {
        margin: 0 8px;
        font-size: 1rem;
        line-height: 1.2;
    }
    .comBtn {
        margin-bottom: 7px;
        border-radius: 18px;
    }
    .comBtn a {
        padding: 12px 4px 12px 17px;
        font-size: 1.6rem;
        border-width: 3px;
        border-radius: 20px;
        max-width: inherit;
    }
    .comBtn.sml a {
        margin: 0 auto;
        padding: 8px 5px;
        max-width: 193px;
        font-size: 1.5rem;
        border-radius: 15px;
    }
    .comList {
        margin: 0 18px 0;
    }
    .comList > li {
        padding: 10px 25px 20px;
        width: 100%;
        margin-top: 0;
        border-width: 2px;
        border-radius: 20px;
    }
    .comList .img {
        width: 56px;
        margin: 0 auto;
    }
    .comList .text {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.21;
        text-align: center;
    }
    .comList.eleflex {
        margin-top: -10px;
    }
    .comList.eleflex li {
        margin-top: 10px;
        padding: 10px 5px;
        width: calc(50% - 6px);
        min-height: 116px;
        flex-wrap: wrap;
    }
    .comTel {
        font-size: 1.15rem;
    }
    .comTel a {
        font-size: 1.95rem;
    }
}
.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeInUp.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.6s, opacity 0.2s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
}
.fadeLeft {
    opacity: 0;
    -webkit-transition: 0.5s 0.2s cubic-bezier(0.22, -0.03, 0.57, 1.02);
    transition: 0.5s 0.2s cubic-bezier(0.22, -0.03, 0.57, 1.02);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}
.fadeLeft.on {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
@media all and (max-width: 354px) {
    .headLine01 {
        font-size: 1.5rem;
    }
    .headLine02 {
        font-size: 2rem;
    }
    .comBtn a {
        font-size: 1.4rem;
    }
    .comInnBox .innBox {
        padding: 30px 22px 20px;
    }
    .comList .text {
        font-size: 1.2rem;
    }
}