body {
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-size: 15px; */
    color: #333333;
}
html {
    font-size: 62.5%;
}
ul,dl,li{
    list-style: none;
}
dl,dt,dd{
    margin: 0;
    padding: 0;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
}
.anno{
    text-align: right;
    font-size: 13px;
    color: #666666;
    margin: 10px 0;
}

@media screen and (min-width: 901px) { /*smt非表示*/
    .sp {
        display: none;
    }
}
@media screen and (max-width: 900px) { /*PC非表示*/
    .pc {
        display: none;
    }
}


section h1,
section h2,
section h3,
section p,
section a,
section span,
section li,
section dt,
section dd {
    /* reset.cssから移行 */
    font-family: 'Noto Sans JP', sans-serif;
}

/*topMV*/
.slides img {
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
}
.btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(#73E13D, #51C418);
}

.btn01 a,
.btn01 a:visited,
.btn01 a:active {
    color: #FFFFFF;
    font-weight: 700;
    display: block;
}
@media screen and (min-width: 901px) {
    .img-message01 {
        width: 540px;
        position: absolute;
        top: 250px;
        left: 30%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .img-message02 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        top: 500px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 617px;
    }
    .slides img {
        height: 500px;
        object-fit: cover;
        width: auto;
    }
    .btn01 {
        position: absolute;
        top: 570px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 450px;
        height: 55px;
    }
    .btn01 a,
    .btn01 a:visited,
    .btn01 a:active {
        font-size: 22px;
    }
}
@media screen and (max-width: 900px) {
    .img-message01 {
        width: 90%;
        position: absolute;
        top: 70px;
        left: 10px;
    }
    .img-message02 {
        width: 90%;
        display: block;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        top: 250px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .slides img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .btn01 {
        position: absolute;
        top: 300px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 90%;
        height: 55px;
    }
    .btn01 {
        background: linear-gradient(#73E13D, #51C418);
    }
    .btn01 a,
    .btn01 a:visited,
    .btn01 a:active {
        font-size: 15px;
    }
}


/*sec01*/
.sec01__inner__top {
    background-image: url(../../images/fire-ins/bg-top@2x.png);
    background-repeat: no-repeat;
    background-position: 50% 8px;
    position: relative;
    top: -40px;
    padding: 20px 0 0 0;
    background-color: #DFF1FF;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}
.sec01__inner__top h2{
    padding: 20px 0 20px 0;
    color: #2188dd;
}
.sec01__inner {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
}
.btn02 {
    background: #ff5bb5;
}
.btn02 a,
.btn02 a:visited,
.btn02 a:active {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
}
.btn02 a span {
    font-size: 18px;
    border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 901px) {
    .btn02 {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 470px;
        right: 10%;
        width: 160px;
        height: 160px;
        border-radius: 100px;
        background: #ee55aa;
        box-shadow: 0 3px 10px #00000029;
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }
    @keyframes yurayura {
        0%,
        100% {
            transform: rotate(10deg);
        }
        50% {
            transform: rotate(-10deg);
        }
    }
    .btn02 a,
    .btn02 a:visited,
    .btn02 a:active {
        display: block;
        position: relative;
        top: 13px;
    }
    .btn02 a span {
        font-size: 18px;
        border-bottom: 1px solid #FFFFFF;
    }
}
@media screen and (max-width: 900px) {
    .btn02{
        text-align: center;
        padding: 5px 0 10px 0;
    }
}
.about01 {
    text-align: center;
}
.about02 {
    text-align: center;
}
.about02 ul li:nth-child(2n+1) {
    margin-bottom: 10px;
    color: #2188dd;
    font-weight: 700;
    position: relative;
}
.about02 ul li:nth-child(n)::before,
.about02 ul li:nth-child(n)::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
}
.about02 ul li:nth-child(1)::before {
    border-left: solid 1px #2188dd;
    border-top: solid 1px #2188dd;
    top: 0;
    left: 0;
}
.about02 ul li:nth-child(1)::after {
    border-right: solid 1px #2188dd;
    border-bottom: solid 1px #2188dd;
    bottom: 0;
    right: 0;
}
.about02 ul li img {
    width: auto;
}
@media screen and (min-width: 901px) {
    .sec01__inner {
        width: 900px;
    }
    .sec01__inner__top {
        background-size: 60px;
    }
    .sec01__inner__top h2 {
        font-size: 28px;
    }
    .about01 {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .sec01__inner {
        font-size: 18px;
    }
    .about02 {
        display: flex;
        align-items: top;
        justify-content: space-around;
    }
    .about02 ul li:nth-child(2n+1) {
        padding: 10px;
    }
}
@media screen and (max-width: 900px) {
    .sec01__inner {
        padding: 0 10px;
    }
    .sec01__inner__top {
        background-size: 50px;
    }
    .sec01__inner__top h2 {
        font-size: 23px;
    }
    .sec01__inner img{
        height: auto;
        zoom: 0.8;
        margin-bottom: 10px;
        width: auto;
    }
}

/*article*/
article h2 {
    line-height: 1.2em;
}
@media screen and (min-width: 901px) {
    article {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px 0;
    }
    article .cv-top {
        text-align: center;
    }
    article .cv-top h2 {
        color: #2188dd;
        font-size: 22px;
        border-bottom: 1px dotted #2188dd;
        display: inline-block;
        padding: 0 0 10px 0;
    }
    article .cv-top p {
        margin: 20px 0;
        font-weight: 500;
    }
    article .cv-area {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
    }
    article .cv-web {
        background: linear-gradient(#73E13D, #51C418);
        border-radius: 15px;
        padding: 20px;
        font-size: 22px;
    }
    article .cv-web a {
        color: #FFFFFF;
        font-weight: 700;
        display: block;
        height: 100%;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1em;
    }
    article .cv-tel {
        color: #FFFFFF;
        background: linear-gradient(#F9B121, #F59404);
        border-radius: 15px;
        padding: 10px 10px 10px 20px;
        text-align: center;
        line-height: .5em;
    }
    article .cv-tel a {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 28px;
        display: block;
        height: 100%;
        /* line-height: 1em; */
        line-height: 0.7em;
        background-image: url(../../images/fire-ins/ico-phone02.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 0 50%;
        padding: 0 25px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    article .cv-tel span {
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
    }
}
@media screen and (max-width: 900px){
    article{
        position: fixed;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.8s ease-in-out 0s;
        text-align: center;
        z-index: 1;
        width: 100%;
        padding: 10px 0;
    }
    article .cv-top h2 {
        display: none;
    }
    article .cv-top p {
        color: #FFF;
        font-size: 13px;
        margin-bottom: 5px;
    }
    article .cv-area {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    article .cv-web {
        background: linear-gradient(#73E13D, #51C418);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-right: 10px;
    }
    article .cv-web a {
        color: #FFFFFF;
        font-weight: 700;
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1em;
    }
    article .cv-right{
        width: 100%;
    }
    article .cv-tel {
        color: #FFFFFF;
        background: linear-gradient(#F9B121, #F59404);
        border-radius: 15px;
        padding: 10px 10px 10px 20px;
        text-align: center;
        line-height: .5em;

    }
    article .cv-tel a {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 18px;
        display: block;
        height: 100%;
        line-height: 1em;
        background-image: url(../../images/fire-ins/ico-phone02.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 50%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    article .cv-tel span{
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
    }
}

/*point*/
#point{
    background-image: url(../../images/fire-ins/bg-01.png);
    /* padding-top: 200px;
    margin-top: -200px; */
}
@media screen and (max-width: 900px) {
    #point {
        padding-top: 0;
        margin-top: 0;
    }
}
#point .point__inner{
    padding: 30px 10px;
    margin-top: 30px;
    box-sizing: content-box;
}
@media screen and (min-width: 901px) {
    #point .point__inner {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
    #point .point__kentou {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #point .point__kentou p:nth-child(1) {
        font-size: 20px;
    }
}
#point h2 img {
    width: auto;
}
@media screen and (max-width: 900px) {
    #point h2 img{
        width: 100%;
    }
    #point .point__kentou img {
        zoom: 0.8;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
    #point .point__kentou p:nth-child(1) {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
}
#point h2 {
    text-align: center;
    margin-bottom: 30px;
}

#point h3 {
    color: #FB6D00;
}
#point .point__sec{
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 40px;
    line-height: 1.5em;
    position: relative;
}
#point .point__sec::before{
    content: '';
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #FB6D00;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
#point .count{
    color: #FB6D00;
    border-bottom: 1px solid #FB6D00;
    text-align: center;
    font-weight: 700;
    margin-right: 15px;
}
#point .count::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 13.5px 0 13.5px;
    border-color: #fb6d00 transparent transparent transparent;
}
#point .count span{
    font-size: 28px;
}
#point .point__sec div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#point .point__kentou p:nth-child(1){
    color: #FB6D00;
    font-weight: 700;
    line-height: 1.7em;
}

/*sec3*/
.sec3{
    background-color: #DFF1FF;
}
@media screen and (min-width: 901px) {
    .sec3 {
        padding: 30px 0;
    }
    .sec3 .sec3__inner {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
    .sec3 .sec3__merit {
        display: flex;
    }
    .sec3 .sec3__merit04 {
        display: flex;
        justify-content: space-around;
        margin: 30px 0;
    }
    .sec3__merit04 div {
        display: flex;
    }
    .sec3__merit04 p {
        display: flex;
        align-items: center
    }
    .sec3 .sec3__merit01 {
        margin-right: 20px;
    }
    .sec3 .sec3__merit03 {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        box-sizing: content-box;
    }
    .sec3__merit04 dl {
        border-right: 1px solid #2188dd;
    }
    .sec3__merit04 p {
        width: 30%;
        box-sizing: content-box;
    }
    .sec3 .sec3__inner h2 span {
        font-size: .7em;
        line-height: 2em;
    }
    .sec3 .sec3__inner h2 {
        font-size: 28px;
    }
    .sec3 .sec3__inner h3 {
        font-size: 28px;
    }
    .sec3 .sec3__inner .sec3__top img {
        width: 120px;
    }
    .sec3 .sec3__merit01,
    .sec3 .sec3__merit02,
    .sec3 .sec3__merit03 {
        padding: 20px;
    }
    .sec3__merit04 dt {
        padding: 20px 0 10px 0;
    }
}
@media screen and (max-width: 900px) {
    .sec3 {
        padding: 30px 10px;
    }
    .sec3__merit04 dl {
        border-bottom: 1px solid #2188dd;
    }
    .sec3__merit04 p {
        text-align: center;
    }
    .sec3 .sec3__inner h2 span {
        font-size: 13px;
        line-height: 2em;
    }
    .sec3 .sec3__inner h2 {
        font-size: 22px;
    }
    .sec3 .sec3__inner h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec3 .sec3__inner .sec3__top img {
        width: 26%;
        height: 26%;
    }
    .sec3 .sec3__merit01,
    .sec3 .sec3__merit02,
    .sec3 .sec3__merit03 {
        padding: 15px;
        margin-bottom: 15px;
    }
    .sec3__merit04 dt {
        padding: 0 0 10px 0;
    }
}
.sec3 .sec3__inner h2{
    text-align: center;
    color: #2188dd;
    line-height: 1.5em;
}
.sec3 .sec3__inner h3 {
    color: #2188dd;
    text-align: center;
    line-height: 1.5em;
}
.sec3 .sec3__inner .sec3__top{
    display: flex;
    justify-content: center;
}
.sec3 .sec3__merit dt,.sec3 .sec3__merit03 dt{
    font-size: 18px;
    color: #2188dd;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    padding: 0;
    margin: 0;
}
.sec3 .sec3__merit dd,.sec3 .sec3__merit03 dd{
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}
.sec3 .sec3__merit dt img,.sec3 .sec3__merit03 dt img{
    width: 20px;
    height: 20px;
}
.sec3 .sec3__merit dd img,.sec3 .sec3__merit03 dd img{
    width: 200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sec3 .sec3__merit01,.sec3 .sec3__merit02,.sec3 .sec3__merit03{
    background-color: #FFFFFF;
}
.sec3__merit04 dt{
    color: #2188dd;
    font-weight: 700;
    text-align: center;
}
.sec3__merit04 p{
    color: #FFF;
    background-color: #2188dd;
    padding: 10px;
    height: auto;
}
.sec3__merit04 dl{
    padding: 10px;
}
.sec3__merit04 dt img{
    width: 20px;
}
section.bg{
    background-image: url(../../images/fire-ins/bg-02.png);
    padding: 30px 0;
}

/*voice*/
.voice{
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
}
@media screen and (min-width: 901px) {
    .voice {
        width: 900px;
    }
    .voice .voice01 .voice-title {
        font-size: 18px;
        position: relative;
    }
    .voice .voice01 .voice-title span {
        padding-right: 10px;
    }
    .voice .voice01 .voice-title::after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background-color: #2188dd;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }
    .voice .voice-interview {
        display: flex;
    }
    .voice h2 {
        background-color: #FFFFFF;
    }
    .voice .voice02 .voice-title {
        text-align: right;
        font-size: 18px;
        position: relative;
        margin: 15px 0;
    }

    .voice .voice02 .voice-title span {
        background-color: #FFFFFF;
        display: inline-block;
        padding-left: 10px;
        font-weight: 500;
    }

    .voice .voice02 .voice-title::after {
        content: "";
        height: 1px;
        display: block;
        background-color: #2188dd;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }
}
@media screen and (max-width: 900px) {
    .voice {
        margin: 30px 0;
        padding: 0 10px;
    }
    .voice .voice01 .voice-title {
        color: #2188dd;
        font-size: 15px;
        padding-left: 80px;
        background-image: url(../../images/fire-ins/img-12@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 70px;
    }
    .voice .voice02 .voice-title {
        color: #2188dd;
        font-size: 15px;
        padding-left: 80px;
        background-image: url(../../images/fire-ins/img-12@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 70px;
    }
}
.voice h2{
    text-align: center;
    font-size: 22px;
    color: #2188dd;
    background-image: url(../../images/fire-ins/bg-03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50px;
}
.voice .voice01{
    margin-bottom: 30px;
}
.voice .voice01 .voice-title{
    text-align: left;
    margin: 15px 0;
}
.voice .voice01 .voice-title span{
    background-color: #FFFFFF;
    display:inline-block;
    font-weight: 500;
}
.voice .voice-interview{
    line-height: 1.6em;
    align-items: center;
}
.voice .voice01 .voice-interview  img{
    width: 160px;
    height: auto;
    margin-right: 20px;
}
.voice .voice02 .voice-title {
    margin: 15px 0;
}
.voice .voice02 .voice-title span {
    font-weight: 500;
}
.voice .voice02 .voice-interview img {
    width: 160px;
    height: auto;
    margin-left: 20px;
}
@media screen and (min-width: 901px) {
    .voice .voice02 .voice-title::after {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
}

/*sec05*/
.sec05 .sec05__inner{
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 901px) {
    .sec05 .sec05__inner {
        width: 900px;
    }
    .sec05 .apl {
        font-size: 25px;
    }
}
@media screen and (max-width: 900px) {
    .sec05 .sec05__inner {
        padding: 0 10px;
    }
    .sec05 .apl {
        font-size: 18px;
    }
}
.sec05 h2{
    font-size: 22px;
    color: #2188dd;
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid #2188dd;
    border-left: 5px solid #2188dd;
    display: inline-block;
}
.sec05 .question {
    padding: 15px 15px 15px 50px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0px 0px 5px #00000029;
}
.sec05 .question span{
    color: #2188dd;
    font-weight: 700;
}
.sec05 .question::before {
    content: '+';
    font-weight: 700;
    font-size: 35px;
    color: #2188DD;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.sec05 .answer {
    display: none;
    padding: 0 15px 15px 15px;
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 5px #00000020;
}
.sec05 .apl{
    font-weight: 700;
    margin: 35px 0;
    text-align: center;
}
