@charset "UTF-8";
.contents {
    font-feature-settings: "palt";
    padding: 5rem 0 0 0;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

/*******************************
#leadBox
*******************************/
#leadBox {
    width: 1000px;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#leadBox .txtBox {

}
#leadBox .txtBox dl {

}
#leadBox .txtBox dl dt {
    font-size: 212.5%;
    font-weight: 700;
    margin-bottom: 30px;
    color: #00336a;
}
#leadBox .txtBox dl dt .big {
    font-size: 200%;
}
#leadBox .txtBox dl dt .line {
    text-decoration: underline;
}
#leadBox .txtBox dl dd {
    font-size: 125%;
    line-height: 1.8;
}
#leadBox .imgBox {
    width: 436px;
    text-align: center;
}
#leadBox .imgBox img {
    width: 100%;
}
#leadBox .imgBox p {
    font-weight: 500;
    font-size: 137.5%;
    margin-top: 20px;
    color: #00336a;
}
/*******************************
#voice
*******************************/
#voice {
    margin-bottom: 110px;
    padding: 70px 75px 20px 75px;
    background-color: #f5f3f2;
}
#voice h2 {
    font-size: 200%;
    font-weight: 700;
    position: relative;
    padding: 0 65px;
    text-align: center;
    color: #00336a;
    margin-bottom: 70px;
}
#voice h2::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 64.4%;
    height: 2px;
    content: '';
    background: #00336a;
    margin: 0 auto;
    right: 0;
}
#voice h2 span {
    position: relative;
    padding: 0 20px;
    background: #f5f3f2;
}

#voice .boxWrap {
    margin-bottom: 60px;
    background-color: #fff;
    padding: 125px 55px 55px 60px;
    position: relative;
}
#voice .boxWrap .tag {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    color: #fff;
    font-size: 125%;
    font-weight: 500;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#voice .boxWrap .tag.col01 {
    background-color: #eb6143;
}
#voice .boxWrap .tag.col02 {
    background-color: #3ab483;
}
#voice .boxWrap .tag.col03 {
    background-color: #3071b9;
}
#voice .boxWrap .tag.col04 {
    background-color: #ff8ab4;
}
#voice .boxWrap .title {
    font-size: 162.5%;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    color: #00336a;
    margin-bottom: 20px;
}
#voice .boxWrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
#voice .boxWrap ul li {
    border: 1px solid #00336a;
    font-size: 112.5%;
    color: #00336a;
    font-weight: 500;
    position: relative;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 36px;
}
#voice .boxWrap ul li::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../images/voice_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -28px;
}
#voice .boxWrap ul li:last-child::after {
    content: none;
}
#voice .boxWrap .name {
    color: #00336a;
    font-size: 125%;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}
#voice .boxWrap .name span {
    font-size: 80%;
}
#voice .boxWrap .flBox {
    display: flex;
    justify-content: space-between;
}
#voice .boxWrap .flBox .imgBox {
    width: 240px;
}
#voice .boxWrap .flBox .imgBox img {
    width: 100%;
}
#voice .boxWrap .flBox .txtBox {
    width: 550px;
}
#voice .boxWrap .flBox .txtBox p {
    font-size: 112.5%;
    line-height: 1.8;
}

/*******************************
#linkBox
*******************************/
#linkBox {
    background-color: #eaeef7;
    padding: 90px 0;
}
#linkBox .inner {
    width: 1000px;
    margin: 0 auto;
}
#linkBox .inner ul {
    display: flex;
    justify-content: space-between;
}
#linkBox .inner ul li {
    width: 320px;
}
#linkBox .inner ul li a {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 #00336a;
    box-shadow: 4px 4px 0 #00336a;
    box-sizing: border-box;
    position: relative;
    display: block;
    font-size: 137.5%;
    font-weight: 700;
    color: #00336a;
}
#linkBox .inner ul li a span {
    color: #beaf73;
}

/*******************************
linkArea
*******************************/
#linkArea {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
#linkArea .btnArea {
    width: 480px;
}
#linkArea .btnArea .txt {
    font-size: 137.5%;
    color: #00336a;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
#linkArea .btnArea .txt span {
    font-size: 120%;
}

#linkArea .btnArea a {
    height: 120px;
    line-height: 110px;
    text-align: center;
    background: #00336a;
    -webkit-box-shadow: 4px 4px 0 #7e7e86;
    box-shadow: 4px 4px 0 #7e7e86;
    box-sizing: border-box;
    position: relative;
    display: block;

    font-size: 212.5%;
    font-weight: 700;
    color: #fff;
}
#linkArea .btnArea a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/linkArea_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
#linkArea .btnArea a p {
    border: 1px solid #fff;
    height: 110px;
    width: 470px;
    box-sizing: border-box;
    margin: 5px 0 0 0px;
    text-align: center;
    display: inline-block;
}
