.mainContent .spOnly01 {
    display: none;
}
@media screen and (max-width: 440px) {
    .mainContent .spOnly01 {
        display: block;
    }
}
.mainContent .spOnly02 {
    display: none;
}
@media screen and (max-width: 500px) {
    .mainContent .spOnly02 {
        display: block;
    }
}

.mainVisual {
    position: relative;
    background: url("../images/bg_header01.jpg") top 30% left no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .mainVisual {
        background-position: 36% 25%;
    }
}
.mainVisual .container {
    width: 1250px;
}
@media screen and (max-width: 1400px) {
    .mainVisual .container {
        width: 970px;
    }
}
@media screen and (max-width: 1100px) {
    .mainVisual .container {
        width: 880px;
    }
}
@media screen and (max-width: 900px) {
    .mainVisual .container {
        width: 700px;
    }
}
@media screen and (max-width: 767px) {
    .mainVisual .container {
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .mainVisual .container {
        width: 90%;
    }
}
@media screen and (max-width: 360px) {
    .mainVisual .container {
        width: 95%;
    }
}
.mainVisual .right {
    width: 540px;
    padding: 52px 0 356px;
}
@media print, screen and (min-width: 1441px) {
    .mainVisual .right {
        padding: 60px 0 500px;
    }
}
@media screen and (max-width: 1400px) {
    .mainVisual .right {
        width: 500px;
    }
}
@media screen and (max-width: 1200px) {
    .mainVisual .right {
        width: 470px;
        padding: 30px 0 310px;
    }
}
@media screen and (max-width: 1000px) {
    .mainVisual .right {
        width: 400px;
    }
}
@media screen and (max-width: 900px) {
    .mainVisual .right {
        width: 350px;
        padding: 30px 0px 210px;
    }
}
@media screen and (max-width: 767px) {
    .mainVisual .right {
        width: 230px;
        padding: 15px 0 200px;
    }
}
@media screen and (max-width: 500px) {
    .mainVisual .right {
        width: 180px;
        padding: 10px 0 150px;
    }
}
@media screen and (max-width: 360px) {
    .mainVisual .right {
        width: 160px;
    }
}
.mainVisual .mainBtn01 {
    position: relative;
    top: -40px;
}
.mainVisual .mainBtn01 img {
    width: 100%;
    max-width: 540px;
}

.messageArea {
    position: relative;
    width: 100%;
    padding: 140px 0;
    background: url("../images/bg_index01.png") no-repeat top -250px left, url("../images/bg_index02.png") no-repeat bottom -266px left;
}
@media screen and (max-width: 1440px) {
    .messageArea {
        background: url("../images/bg_index01_sp.png") no-repeat top -35px center, url("../images/bg_index02_sp.png") no-repeat bottom center;
        background-size: contain;
    }
}
@media screen and (max-width: 767px) {
    .messageArea {
        background: url("../images/bg_index01_sp.png") no-repeat top center, url("../images/bg_index02_sp.png") no-repeat bottom center;
        background-size: contain;
    }
}
@media screen and (max-width: 1000px) {
    .messageArea {
        padding: 100px 0 140px;
    }
}
@media screen and (max-width: 767px) {
    .messageArea {
        padding: 90px 0;
    }
}
@media screen and (max-width: 500px) {
    .messageArea {
        padding: 55px 0;
    }
}
.messageArea .container {
    width: 1300px;
}
@media screen and (max-width: 1350px) {
    .messageArea .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 94%;
    }
}
@media screen and (max-width: 767px) {
    .messageArea .container {
        display: block;
    }
}
.messageArea .messageText {
    padding: 100px 0 0 50px;
}
@media screen and (max-width: 1350px) {
    .messageArea .messageText {
        padding: 100px 0 0;
        margin-right: 3%;
    }
}
@media screen and (max-width: 1280px) {
    .messageArea .messageText {
        padding: 50px 0 0;
    }
}
@media screen and (max-width: 1080px) {
    .messageArea .messageText {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 1050px) {
    .messageArea .messageText {
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 900px) {
    .messageArea .messageText {
        padding: 10px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .messageArea .messageText {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.messageArea .messageText h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.8;
    color: #ff803b;
}
@media screen and (max-width: 1250px) {
    .messageArea .messageText h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .messageArea .messageText h3 {
        font-size: 26px;
        line-height: 0.9;
    }
}
.messageArea .messageText span {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .messageArea .messageText span {
        font-size: 14px;
    }
}
.messageArea .messageText p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
}
@media screen and (max-width: 1250px) {
    .messageArea .messageText p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .messageArea .messageText p {
        display: inline-block;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .messageArea .messageText p {
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
    }
}
@media screen and (max-width: 360px) {
    .messageArea .messageText p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1200px) {
    .messageArea .messageImg {
        width: 550px;
    }
}
@media screen and (max-width: 1000px) {
    .messageArea .messageImg {
        width: 450px;
    }
}
@media screen and (max-width: 850px) {
    .messageArea .messageImg {
        width: 400px;
    }
}
@media screen and (max-width: 767px) {
    .messageArea .messageImg {
        width: 100%;
    }
}

.topContent {
    position: relative;
    padding: 170px 0 200px;
    margin-top: -115px;
    background: url("../images/bg_index03.png") top center;
    background-size: cover;
}
@media screen and (max-width: 1000px) {
    .topContent {
        padding: 110px 0 200px;
        margin-top: -85px;
    }
}
@media screen and (max-width: 767px) {
    .topContent {
        padding: 100px 0 160px;
        margin-top: -60px;
    }
}
@media screen and (max-width: 500px) {
    .topContent {
        padding: 85px 0 160px;
        margin-top: -45px;
    }
}
.topContent:before {
    position: absolute;
    bottom: -110px;
    width: 100%;
    height: 700px;
    content: "";
    background: url("../images/bg_index05_02.png") no-repeat center;
}
@media screen and (max-width: 767px) {
    .topContent:before {
        bottom: -200px;
    }
}
.topContent .container {
    position: relative;
}
.topContent .topText01 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #ff803b;
}
@media screen and (max-width: 767px) {
    .topContent .topText01 {
        margin-bottom: 30px;
    }
}
.topContent .topText01 p {
    margin-bottom: 50px;
    font-size: 37px;
}
@media screen and (max-width: 1000px) {
    .topContent .topText01 p {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .topContent .topText01 p {
        margin-bottom: 20px;
        font-size: 18px;
    }
}
.topContent .topText01 h3 {
    font-size: 60px;
    line-height: 1;
}
@media screen and (max-width: 1000px) {
    .topContent .topText01 h3 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .topContent .topText01 h3 {
        font-size: 30px;
    }
}
.topContent .topText01 span {
    font-size: 26px;
}
@media screen and (max-width: 1000px) {
    .topContent .topText01 span {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .topContent .topText01 span {
        font-size: 16px;
    }
}
.topContent .textContent01 {
    margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .topContent .textContent01 {
        margin-bottom: 35px;
    }
}
.topContent .textContent01 p {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .topContent .textContent01 p {
        font-size: 14px;
    }
}
.topContent .imgList01 {
    margin-bottom: 60px;
    font-size: 0;
}
@media screen and (max-width: 767px) {
    .topContent .imgList01 {
        margin-bottom: 40px;
    }
}
.topContent .imgList01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .topContent .imgList01 ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .topContent .imgList01 li {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 550px) {
    .topContent .imgList01 li {
        width: 45%;
        margin-bottom: 10px;
    }
}
.topContent .imgList01 li:not(:last-child) {
    margin-right: 46px;
}
@media screen and (max-width: 767px) {
    .topContent .imgList01 li:not(:last-child) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .topContent .imgList01 li:nth-child(odd) {
        margin-right: 3%;
    }
}

.topBtn01 a {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 50px;
    padding: 16px 0 12px;
    font-size: 14px;
    background: url("../images/btn_index01.png") no-repeat center;
    background-size: cover;
}
.topBtn01 a:after {
    position: absolute;
    top: 50%;
    left: 80%;
    width: 11px;
    height: 10px;
    margin-top: -5px;
    content: "";
    background: url("../images/arrow_index01.png") no-repeat;
}

.whiteBtn {
    background-color: #fff;
}

.programArea {
    position: relative;
    padding-bottom: 60px;
    background: url("../images/bg_index04.jpg");
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .programArea {
        padding-bottom: 40px;
    }
}
.programArea:before {
    position: absolute;
    top: -110px;
    width: 100%;
    height: 110px;
    content: "";
    background: url("../images/bg_index05.png") no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .programArea:before {
        top: -70px;
        height: 70px;
    }
}
.programArea .bud {
    position: absolute;
    top: -160px;
    right: 0;
    left: 0;
    width: 85px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .programArea .bud {
        top: -105px;
        width: 60px;
    }
}
.programArea .programContent {
    color: #fff;
}
.programArea .programContent h2 {
    position: relative;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .programArea .programContent h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px) {
    .programArea .programContent h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programContent h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
}
.programArea .programContent h2:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 190px;
    height: 1px;
    margin-top: -2px;
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
    .programArea .programContent h2:before {
        width: 15%;
    }
}
@media screen and (max-width: 800px) {
    .programArea .programContent h2:before {
        width: 10%;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programContent h2:before {
        width: 24%;
    }
}
@media screen and (max-width: 550px) {
    .programArea .programContent h2:before {
        width: 15%;
    }
}
@media screen and (max-width: 400px) {
    .programArea .programContent h2:before {
        width: 8%;
    }
}
@media screen and (max-width: 360px) {
    .programArea .programContent h2:before {
        width: 5%;
    }
}
.programArea .programContent h2:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 200px;
    height: 1px;
    margin-top: -2px;
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
    .programArea .programContent h2:after {
        width: 15%;
    }
}
@media screen and (max-width: 800px) {
    .programArea .programContent h2:after {
        width: 10%;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programContent h2:after {
        width: 24%;
    }
}
@media screen and (max-width: 550px) {
    .programArea .programContent h2:after {
        width: 15%;
    }
}
@media screen and (max-width: 400px) {
    .programArea .programContent h2:after {
        width: 8%;
    }
}
@media screen and (max-width: 360px) {
    .programArea .programContent h2:after {
        width: 5%;
    }
}
.programArea .programContent p {
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .programArea .programContent p {
        font-size: 14px;
        line-height: 1.8;
    }
}
.programArea .content01 {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .programArea .content01 {
        margin-bottom: 55px;
    }
}
.programArea .content01 p {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .programArea .content01 p {
        margin-bottom: 30px;
    }
}
.programArea .skillContent img {
    width: 687px;
}
@media screen and (max-width: 767px) {
    .programArea .skillContent img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .programArea .content02 h2 {
        margin-bottom: 15px;
    }
}
.programArea .content02 h2:before, .programArea .content02 h2:after {
    width: 350px;
}
@media screen and (max-width: 1200px) {
    .programArea .content02 h2:before, .programArea .content02 h2:after {
        width: 25%;
    }
}
@media screen and (max-width: 600px) {
    .programArea .content02 h2:before, .programArea .content02 h2:after {
        width: 20%;
    }
}
@media screen and (max-width: 500px) {
    .programArea .content02 h2:before, .programArea .content02 h2:after {
        width: 15%;
    }
}
@media screen and (max-width: 400px) {
    .programArea .content02 h2:before, .programArea .content02 h2:after {
        width: 10%;
    }
}
@media screen and (max-width: 360px) {
    .programArea .content02 h2:before, .programArea .content02 h2:after {
        width: 5%;
    }
}
.programArea .programBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .programArea .programBox {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programBox .programImg {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programBox .programImg img {
        width: 100%;
    }
}
.programArea .programList {
    width: 550px;
    margin-top: 25px;
}
@media screen and (max-width: 1150px) {
    .programArea .programList {
        width: 70%;
        margin-top: 10px;
        margin-left: 3%;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programList {
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
        margin-left: 0;
    }
}
.programArea .programList p {
    margin-bottom: 30px;
    font-size: 18px;
}
@media screen and (max-width: 1050px) {
    .programArea .programList p {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .programArea .programList p {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
.programArea .programList li {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .programArea .programList li {
        font-size: 14px;
    }
}
.programArea .programList li:not(:last-child) {
    margin-bottom: 5px;
}
.programArea .content03 {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .programArea .content03 {
        margin-bottom: 55px;
    }
}
.programArea .content03 .programBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.programArea .content03 .programImg {
    width: 300px;
}
@media screen and (max-width: 767px) {
    .programArea .content03 .programImg {
        width: 80%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
}
.programArea .content03 .programList {
    margin: 0;
}
@media (min-width: 768px) {
    .programArea .content03 .programList {
        width: calc(100% - 340px);
    }
}
.programArea .content03 .programList p {
    margin-bottom: 0;
}

.supportContent {
    padding: 60px 0 50px;
    background: url("../images/bg_index07.jpeg");
}
.supportContent h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .supportContent h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px) {
    .supportContent h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .supportContent h2 {
        margin-bottom: 30px;
        font-size: 18px;
    }
}
.supportContent h2:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 270px;
    height: 1px;
    margin-top: -2px;
    content: "";
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 1200px) {
    .supportContent h2:before {
        width: 25%;
    }
}
@media screen and (max-width: 900px) {
    .supportContent h2:before {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .supportContent h2:before {
        width: 28%;
    }
}
@media screen and (max-width: 550px) {
    .supportContent h2:before {
        width: 20%;
    }
}
@media screen and (max-width: 400px) {
    .supportContent h2:before {
        width: 10%;
    }
}
.supportContent h2:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 275px;
    height: 1px;
    margin-top: -2px;
    content: "";
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 1200px) {
    .supportContent h2:after {
        width: 25%;
    }
}
@media screen and (max-width: 900px) {
    .supportContent h2:after {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .supportContent h2:after {
        width: 28%;
    }
}
@media screen and (max-width: 550px) {
    .supportContent h2:after {
        width: 20%;
    }
}
@media screen and (max-width: 400px) {
    .supportContent h2:after {
        width: 10%;
    }
}
.supportContent .supportList {
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .supportContent .supportList {
        padding: 0;
    }
}
.supportContent .supportList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px) {
    .supportContent .supportList ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 75%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 650px) {
    .supportContent .supportList ul {
        width: 60%;
    }
}
@media screen and (max-width: 550px) {
    .supportContent .supportList ul {
        display: block;
        width: 70%;
    }
}
@media screen and (max-width: 450px) {
    .supportContent .supportList ul {
        display: block;
        width: 80%;
    }
}
.supportContent .supportList li {
    width: 130px;
}
.supportContent .supportList li:not(:last-child) {
    margin-right: 30px;
}
@media screen and (max-width: 767px) {
    .supportContent .supportList li {
        margin-bottom: 10px;
    }
    .supportContent .supportList li:not(:last-child) {
        margin-right: 2%;
    }
}
@media screen and (max-width: 550px) {
    .supportContent .supportList li {
        float: left;
        width: 45%;
    }
    .supportContent .supportList li:nth-child(odd) {
        margin-right: 10%;
    }
    .supportContent .supportList li:nth-child(even) {
        margin-right: 0;
    }
}
.supportContent .supportList li img {
    width: 100%;
}

.btnArea {
    padding: 60px 0;
}
@media screen and (max-width: 767px) {
    .btnArea {
        padding: 45px 0;
    }
}
.btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px) {
    .btnArea ul {
        display: inline-block;
    }
}
.btnArea a {
    display: block;
    width: 300px;
    padding: 25px 0 21px;
    font-size: 16px;
    color: #fff;
    background: url("../images/btn_index02.png") no-repeat;
}
@media all and (-ms-high-contrast: none) {
    .btnArea a {
        padding: 27px 0 19px;
    }
}
@media screen and (max-width: 360px) {
    .btnArea a {
        width: 226px;
        padding: 13px 0 11px;
        font-size: 14px;
        background: url("../images/btn_index03.png") no-repeat;
    }
}

.newsArea {
    padding: 80px 0;
    background: url("../images/bg_index08.jpg");
}
@media screen and (max-width: 767px) {
    .newsArea {
        padding: 45px 0 35px;
    }
}
.newsArea h4 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .newsArea h4 {
        margin-bottom: 30px;
        font-size: 24px;
    }
}
.newsArea h4 span {
    font-size: 14px;
}
.newsArea .newsContent ul:not(.indentList) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1200px) {
    .newsArea .newsContent ul:not(.indentList) {
        width: 100%;
    }
}
.newsArea .newsContent li:not(.-indent) {
    width: 330px;
    margin: 0 55px 35px 0;
}
@media screen and (max-width: 1200px) {
    .newsArea .newsContent li:not(.-indent) {
        width: 30%;
        margin-right: 5%;
    }
}
@media screen and (max-width: 767px) {
    .newsArea .newsContent li:not(.-indent) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}
.newsArea .newsContent li:not(.-indent):nth-child(3n) {
    margin-right: 0;
}
.newsArea .newsContent li:not(.-indent):last-child {
    margin-bottom: 0;
}
.newsArea .newsContent img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 12px;
}
.newsArea .newsContent time {
    display: block;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}
@media screen and (max-width: 1000px) {
    .newsArea .newsContent time {
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .newsArea .newsContent time {
        padding: 0 10px;
    }
}
.newsArea .newsContent p {
    padding: 0 10px;
    line-height: 1.6;
}
@media screen and (max-width: 1000px) {
    .newsArea .newsContent p {
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .newsArea .newsContent p {
        padding: 0 10px;
    }
}
.newsArea .newsContent .pic01 {
    line-height: 0;
}
@media (max-width: 767px) {
    .newsArea a {
        color: #3f76bd;
        text-decoration: underline;
    }
}
.newsArea a:not(.newsTxtLink) {
    color: #3f76bd;
    text-decoration: underline;
}

.accessArea {
    padding: 60px 0 45px;
}
@media screen and (max-width: 767px) {
    .accessArea {
        padding: 45px 0;
    }
}
.accessArea h4 {
    margin-bottom: 45px;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
}
@media screen and (max-width: 767px) {
    .accessArea h4 {
        margin-bottom: 25px;
        font-size: 26px;
        line-height: 0.9;
    }
}
.accessArea h4 span {
    font-size: 14px;
}
.accessArea iframe {
    margin-bottom: 15px;
}
.accessArea .address {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .accessArea .address {
        float: none;
    }
}
.accessArea .address .tel {
    position: relative;
    padding-left: 15px;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .accessArea .address .tel {
        font-size: 20px;
    }
}
.accessArea .address .tel:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 15px;
    margin-top: -8px;
    content: "";
    background: url("../common/images/ico_tel.svg") no-repeat;
}
@media screen and (max-width: 767px) {
    .accessArea .mapBtn {
        float: none;
    }
}
.accessArea .greenBtn02 {
    position: relative;
    display: block;
    width: 225px;
    height: 45px;
    padding: 12px 0 12px 40px;
    font-size: 14px;
    color: #fff;
    background: url("../images/btn_index03.png") no-repeat center;
}
@media all and (-ms-high-contrast: none) {
    .accessArea .greenBtn02 {
        padding: 14px 0 10px 40px;
    }
}
@media screen and (max-width: 767px) {
    .accessArea .greenBtn02 {
        margin: 15px auto 0;
    }
}
.accessArea .greenBtn02:after {
    position: absolute;
    top: 50%;
    left: 80%;
    width: 11px;
    height: 9px;
    margin-top: -5px;
    content: "";
    background: url("../images/arrow_index02.png") no-repeat;
}

.contactArea {
    padding: 55px 0 50px;
    background-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
    .contactArea {
        padding: 45px 0 40px;
    }
}
.contactArea h4 {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
}
@media screen and (max-width: 767px) {
    .contactArea h4 {
        margin-bottom: 25px;
        font-size: 26px;
    }
}
.contactArea h4 span {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .contactArea h4 span {
        font-size: 12px;
    }
}
.contactArea .telContact {
    margin-bottom: 30px;
    font-size: 14px;
}
.contactArea .telContact .tel a {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    font-size: 36px;
    font-weight: bold;
    color: #58ae20;
    background: url("../images/ico_tel_green.svg") no-repeat;
    background-position: center left;
    background-size: 18px 23px;
}
@media all and (-ms-high-contrast: none) {
    .contactArea .telContact .tel a {
        background-position: 0 8px;
    }
}
@media screen and (max-width: 767px) {
    .contactArea .telContact .tel a {
        padding-left: 20px;
        font-size: 30px;
        background-size: 16px 21px;
    }
}
.contactArea .telContact .tel span {
    font-size: 12px;
}
.contactArea .contactBtn {
    display: inline-block;
}
.contactArea .contactBtn a {
    position: relative;
    display: block;
    width: 330px;
    height: 50px;
    padding: 15px 0 14px 50px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: url("../images/btn_index04.png") no-repeat center;
}
@media all and (-ms-high-contrast: none) {
    .contactArea .contactBtn a {
        padding: 18px 0 11px 50px;
    }
}
@media screen and (max-width: 360px) {
    .contactArea .contactBtn a {
        width: 226px;
        height: 45px;
        padding: 14px 0 10px 20px;
        font-size: 12px;
        background: url("../images/btn_index03.png") no-repeat center;
    }
}
.contactArea .contactBtn a:after {
    position: absolute;
    top: 50%;
    left: 85%;
    width: 11px;
    height: 9px;
    margin-top: -5px;
    content: "";
    background: url("../images/arrow_index02.png") no-repeat;
}
@media screen and (max-width: 360px) {
    .contactArea .contactBtn a:after {
        left: 88%;
    }
}

.covidTxt01 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .covidTxt01 {
        font-size: 16px;
    }
}

.newsTop01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .newsTop01 {
        display: block;
    }
}
.newsTop01 p, .newsTop01 time {
    padding: 0 !important;
}
.newsTop01 .pic01 {
    width: 40%;
    line-height: 0;
}
@media screen and (max-width: 767px) {
    .newsTop01 .pic01 {
        width: 100%;
    }
}
.newsTop01 .pic01 img {
    margin-bottom: 0 !important;
}
.newsTop01 .textBox01 {
    width: 60%;
    margin-left: 24px;
}
@media screen and (max-width: 767px) {
    .newsTop01 .textBox01 {
        width: 100%;
        margin: 16px 0 0;
    }
}
.newsTop01 .text01 {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .newsTop01 .text01 {
        font-size: 14px;
    }
}
.newsTop01 .largeTxt {
    font-size: 26px;
}
@media screen and (max-width: 1050px) {
    .newsTop01 .largeTxt {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .newsTop01 .largeTxt {
        font-size: 18px;
    }
}
.newsTop01 .largeTxt:not(:last-child) {
    margin-bottom: 15px;
}
.newsTop01 .newsLink {
    position: relative;
    display: block;
}
.newsTop01 .newsZoom {
    position: absolute;
    right: 10px;
    bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.newsTop01 .newsZoom:before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
}
.newsTop01 time {
    font-size: 14px !important;
}
@media screen and (max-width: 767px) {
    .newsTop01 time {
        font-size: 12px !important;
    }
}

.mainVisual__floatingBanner {
    padding: 10px;
    background-color: #ffeebf;
    border-top: 1px solid #d7cba9;
    border-bottom: 1px solid #eee;
}
.mainVisual__floatingBanner a {
    display: block;
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .mainVisual__floatingBanner a {
        max-width: 600px;
    }
}
.mainVisual__floatingBanner a img {
    margin: 0px;
}

.-mt-15 {
    margin-top: 15px;
}

.-mb-15 {
    margin-bottom: 15px;
}

.-indent {
    margin-left: 1em;
    list-style: disc;
}

@media (min-width: 768px) {
    .newsTxtLink {
        color: #333;
        text-decoration: none;
        pointer-events: none;
    }
}

.smallTxt {
    font-size: 14px;
}

.describe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.describeDD--wide {
    width: calc(100% - 48px);
}
.describeDD--medium {
    width: calc(100% - 64px);
}
.describeDD--narrow {
    width: calc(100% - 80px);
}
.describeDD--narrowest {
    width: calc(100% - 112px);
}
.describe .notes {
    padding-left: 1em !important;
    font-size: 14px;
    text-indent: -1em;
}
