@media screen and (max-width:979px) {
    html {
        font-size: 14px;
        line-height: 1.8;
    }

    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
    }

    .br-sp {
        display: none;
    }

    /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
    header {
        width: 100%;
        height: 40px;
        padding: 0 0 0 3vw;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    header.fixed {
        background: rgba(0, 0, 0, 0.22);
    }

    header .logo {
        height: 25px;
        width: 145px;
    }

    header .logo img {
        height: 100%;
        width: 100%;
    }

    header .btnMenu {
        width: 40px;
        margin-right: 5px;
        margin-left: auto;
    }

    header .openbtn {
        position: fixed;
        width: 40px;
        height: 40px;
        cursor: pointer;
        top: 0px;
        right: 5px;
        border-radius: 5px;
        z-index: 17;
    }

    header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        width: 55%;
    }

    header .openbtn span:nth-of-type(1) {
        top: 10px;
    }

    header .openbtn span:nth-of-type(2) {
        top: 18px;
    }

    header .openbtn span:nth-of-type(3) {
        top: 26px;
    }

    header .openbtn.active span:nth-of-type(1) {
        top: 13px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

    header .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    header .openbtn.active span:nth-of-type(3) {
        top: 25px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    header #gnav {
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 11;
        display: none;
        overflow: hidden;
        opacity: 0;
    }

    header #gnav .btnClose {
        width: 40px;
        margin: 0 5px 0 auto;
    }

    header #gnav ul {
        width: 240px;
        padding: 5vw;
        box-sizing: border-box;
        position: absolute;
        top: 40px;
        right: -240px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header #gnav ul::before {
        content: "";
        background: #2185d5;
        width: 240px;
        height: 100vh;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    header #gnav ul li:not(.header__sns__item) {
        width: 100%;
    }

    header #gnav ul li:not(.header__sns__item) {
        margin-bottom: 20px;
    }

    header #gnav ul li:not(.header__sns__item) a {
        font-size: 1.2rem;
        line-height: 40px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.1em;
        display: block;
        position: relative;
    }

    header #gnav ul li.contact a {
        background: #f35e3e;
        display: block;
        color: #fff;
        text-align: center;
        border-radius: 50px;
        padding: 0 10px;
    }

    .header__sns__item {
        width: 20px;
    }

    .header__sns__item {
        margin-top: 20px;
    }

    .header__sns__item:not(:last-of-type) {
        margin-right: 20px;
    }

    /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
    .contactArea {
        background: #2185d5;
        padding: 50px 0 40px;
        position: relative;
        z-index: 0;
        color: #fff;
        text-align: center;
    }

    .contactArea:before {
        content: "";
        border-top: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .contactArea .heading {
        font-size: 1.6rem;
    }

    .contactArea .heading:after {
        background: #fff;
    }

    .contactArea .btnMore a {
        background: #f35e3e;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        border: #f35e3e solid 2px;
    }

    .contactArea .btnMore a:hover {
        background: #fff;
        color: #212121;
        font-weight: bold;
        border: #f35e3e solid 2px;
    }

    .contactArea .tel a {
        font-size: 2.4rem;
        line-height: 45px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.1rem;
    }

    .contactArea .tel:before {
        background: url(../images/common/icon_tel.png) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        content: "";
        width: 45px;
        height: 45px;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 0 0;
    }

    .contactArea .time {
        margin: 15px 0 0;
        font-size: 1.4rem;
    }

    /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
    footer {
        padding: 40px 0 0;
        position: relative;
        background: #303841;
    }

    footer .information {
        text-align: center;
    }

    footer .information figure {
        width: 250px;
        height: 43px;
        margin: auto;
    }

    footer .information figure img {
        width: 100%;
        height: 100%;
    }

    footer .information dl {
        margin: 30px 0 40px;
        line-height: 1.0;
        color: #fff;
    }

    footer .information dl dt {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 20px;
    }

    footer .information dl dd:not(:last-of-type) {
        margin: 0 0 15px;
        line-height: 1.5;
    }

    footer nav ul {
        margin: 40px 5vw 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer nav ul li {
        width: 50%;
        margin: 0 0 15px;
    }

    footer nav ul li a {
        text-decoration: none;
        color: #fff;
    }

    footer nav ul li a:hover {
        text-decoration: none;
        color: #2185d5;
    }

    footer .sns {
        display: -webkit-flex;
        display: flex;
        position: absolute;
        right: 5vw;
        bottom: 10px;
    }

    footer .sns li {
        width: 20px;
    }

    footer .sns li:not(:last-of-type) {
        margin-right: 20px;
    }

    footer small {
        background: #2185d5;
        display: block;
        margin: 25px 0 0;
        padding: 0 5vw;
        font-size: 1rem;
        color: #fff;
        line-height: 50px;
    }

    /* ------------------------------------------------------------
    共有クラス部分
------------------------------------------------------------ */
    .pagetitle {
        width: 100%;
        height: 280px;
        position: relative;
        display: table;
        z-index: 0;
    }

    .pagetitle:before {
        content: "";
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .pagetitle:after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .pagetitle hgroup {
        display: table-cell;
        line-height: 1.0;
        color: #fff;
        text-shadow: 0 0 5px #000;
        text-align: center;
        vertical-align: middle;
    }

    .pagetitle hgroup h1 {
        font-size: 2.5rem;
        margin: 0 0 30px;
        padding: 0 0 35px;
        position: relative;
    }

    .pagetitle hgroup h1:after {
        content: "";
        background: #fff;
        width: 90px;
        height: 5px;
        margin: auto;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .pagetitle hgroup small {
        display: block;
        font-size: 2rem;
    }

    .heading {
        margin: 0 0 30px;
        padding: 0 10px 26px;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1rem;
        text-align: center;
        position: relative;
    }

    .heading:after {
        content: "";
        background: #2185d5;
        width: 45px;
        height: 3px;
        margin: auto;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .btnMore {
        width: 260px;
        margin: 40px auto 0;
    }

    .btnMore a {
        width: auto;
        display: block;
        padding: 18px 0;
        color: #2185d5;
        font-size: 1rem;
        text-align: center;
        line-height: 1.0;
        border-radius: 50px;
        border: #2185d5 solid 2px;
    }

    .btnMore a:hover {
        background: #2185d5;
        color: #fff;
    }

    .btnList {
        margin: 20px 5vw 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .btnList li {
        width: 40vw;
    }

    .btnList li.prev,
    .btnList li.next {
        width: 20vw
    }

    .btnList li:not(:first-of-type) {
        margin-left: 20px;
    }

    .btnList li a {
        width: auto;
        display: block;
        padding: 18px 0;
        color: #2185d5;
        font-size: 1rem;
        text-align: center;
        line-height: 1.0;
        border-radius: 50px;
        border: #2185d5 solid 2px;
    }

    .btnList li a:hover {
        background: #2185d5;
        color: #fff;
    }

    .pager ul {
        margin: 0 0 80px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .pager ul li:not(:last-of-type) {
        margin-right: 20px;
    }

    .pager ul li span,
    .pager ul li a {
        display: block;
        padding: 0 10px;
        line-height: 35px;
    }

    .pager ul li a {
        background: #eee;
        color: #212121;
    }

    .pager ul li a:hover,
    .pager ul .active {
        background: #2185d5;
        color: #fff;
    }

    .table {
        margin: 0 0 40px;
        border-bottom: #ddd solid 1px;
    }

    .table>dt {
        padding: 20px 0 10px;
        border-top: #ddd solid 1px;
        color: #999;
        font-weight: bold;
    }

    .table>dd {
        padding: 0 0 20px;
    }

    .table>dd dt:not(:first-of-type) {
        margin: 20px 0 0;
    }

    .table>dd a {
        color: #33a0b8;
    }

    .table>dd a:hover {
        text-decoration: none;
        color: #2185d5;
    }

    .table>dd a[href$=".pdf"]:after {
        content: " ";
        display: inline-block;
        width: 24px;
        height: 24px;
        padding-right: 10px;
        background: url(../images/common/pdfico.png) no-repeat center;
    }

    .table>dd .businesslist {
        margin: 0 0;
    }

    .table>dd .businesslist li {
        padding: 0 0 0 20px;
        position: relative;
        list-style: none;
    }

    .table>dd .businesslist li:before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0;
    }

    .table>dd .businesslist li:not(:last-of-type) {
        margin: 0 0 5px;
    }

    .table>dd .timelist {
        margin: 0 0;
    }

    .table>dd .timelist li {
        padding: 0 0 0 10px;
        position: relative;
        list-style: none;
    }

    .table>dd .timelist li:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
    }

    .table>dd .timelist li:not(:last-of-type) {
        margin: 0 0 5px;
    }

    .table>dd .welfarelist {
        margin: 0 0;
    }

    .table>dd .welfarelist li {
        padding: 0 0 0 20px;
        position: relative;
        list-style: none !important;
    }

    .table>dd .welfarelist li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f005";
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 0;
        color: #494949;
    }

    .table>dd .welfarelist li:not(:last-of-type) {
        margin: 0 0 5px;
    }

    .table>dd .welfare2list {
        margin: 0 0;
    }

    .table>dd .welfare2list li {
        padding: 0 0 0 20px;
        position: relative;
        list-style: none !important;
    }

    .table>dd .welfare2list li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f005";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        color: #494949;
    }

    .table>dd .welfare2list li:not(:last-of-type) {
        margin: 0 0 5px;
    }

    /* ------------------------------------------------------------
    トップページ部分
------------------------------------------------------------ */
    .mainimage {
        background: url(../images/mainimage.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100vh;
        position: relative;
        display: table;
        z-index: 0;
    }

    .mainimage:after {
        content: "";
        border-bottom: 5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .mainimage hgroup {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 5px #000;
    }

    .mainimage hgroup h2 {
        font-size: 2.6rem;
        font-weight: bold;
        margin: 0 5vw 30px;
        padding: 0 0 35px;
        position: relative;
        letter-spacing: 2px;
    }

    .mainimage hgroup h2:after {
        content: "";
        background: #fff;
        width: 180px;
        height: 5px;
        margin: auto;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .mainimage hgroup h2 .notice {
        font-family: 'Roboto',Arial, Helvetica, sans-serif;
        font-size: 3.5rem;
        font-weight: bold;
    }

    .mainimage hgroup h3 {
        font-size: 1.5rem;
        margin: 0 10px;
    }

    .mainimage .swiper-slide {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: -1;
    }

    .mainimage .swiper-slide:after {
        content: "";
        background: rgba(0,0,0, 0.22);
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .mainimage .swiper-slide li {
        background: #fff;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -0%;
    }

    .mainimage .swiper-slide li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mainimage .swiper-slide li.active {
        z-index: 9;
    }

    .mainimage .swiper-slide li.last-active {
        z-index: 8;
    }

    .aboutTop {
        padding: 40px 5vw 60px;
        position: relative;
    }

    .aboutTop:after {
        content: "";
        border-right: 100vw solid transparent;
        border-bottom: 2.5vh solid #f3f3f3;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .aboutTop p {
        font-size: 1.4rem;
        line-height: 2.0;
        text-align: center;
    }

    .aboutTop p span {
        font-size: 1.8rem;
        font-weight: bold;
        background: linear-gradient(transparent 65%, #f35e3e 50%);
    }

    .aboutTop p+p {
        margin-top: 20px;
    }

    .serviceTop {
        background: #f3f3f3;
        padding: 40px 5vw 60px;
        position: relative;
        z-index: 0;
    }

    .serviceTop:before {
        content: "";
        background: #2185d5;
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .serviceTop:after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .serviceTop .servicelist {
        margin: 0 auto;
    }

    .serviceTop .servicelist li:nth-of-type(1) {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        background: #fff;
    }

    .serviceTop .servicelist li:nth-of-type(2) {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
        clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
        background: #fff;
    }

    .serviceTop .servicelist li:nth-of-type(3) {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
        clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
        background: #fff;
    }

    .serviceTop .servicelist li:nth-of-type(4) {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
        clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
        background: #fff;
    }

    .serviceTop .servicelist li:not(:first-of-type) {
        margin-top: 15px;
    }

    .serviceTop .servicelist li:before {
        content: "";
        position: absolute;
        display: block;
        width: 43vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .serviceTop .servicelist li:nth-of-type(1):before {
        background: url(../images/top/bg_service01.jpg) center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }

    .serviceTop .servicelist li:nth-of-type(2):before {
        background: url(../images/top/bg_service02.jpg) center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }

    .serviceTop .servicelist li:nth-of-type(3):before {
        background: url(../images/top/bg_service03.jpg) center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }

    .serviceTop .servicelist li a {
        background: transparent;
        min-height: 64.5vw;
        padding: 5vw 5vw 5vw 48vw;
        display: block;
        color: #212121;
        box-sizing: border-box;
    }

    .serviceTop .servicelist li a h3 {
        margin: 0 0 15px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }

    .worksTop {
        padding: 40px 20px;
        position: relative;
        z-index: 1;
    }

    .worksTop:before {
        content: "";
        background: #f3f3f3;
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .worksTop:after {
        content: "";
        border-left: 100vw solid transparent;
        border-top: 2.5vh solid #f3f3f3;
        position: absolute;
        bottom: -2.4vh;
        left: 0;
        z-index: -1;
    }

    .worksTop .workslist {
        margin: 0 0 20px;
        padding: 0 0 20px;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        width: 100%;
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .worksTop .workslist li {
        background: #fff;
        scroll-snap-align: start;
        height: auto;
        width: 85%;
        flex: none;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .worksTop .workslist li a {
        color: #212121;
    }

    .worksTop .workslist li a figure {
        height: 43vw;
        margin: 0 0 5vw;
        position: relative;
        overflow: hidden;
    }

    .worksTop .workslist li a figure:after {
        background: rgba(0, 0, 0, 0.22);
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .worksTop .workslist li a figure div {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .worksTop .workslist li a .tag {
        background: #2185d5;
        min-width: 80px;
        line-height: 35px;
        font-size: 1rem;
        padding: 0 2vw;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    .worksTop .workslist li a .time {
        line-height: 40px;
        color: #999;
        position: absolute;
        bottom: 0;
        right: 5vw;
    }

    .worksTop .workslist li a h3 {
        margin: 0 5vw 5vw;
        font-size: 1.4rem;
        text-align: center;
    }

    .worksTop .workslist li a p {
        margin: 0 5vw 10vw;
    }

    .faqTop {
        background: url(../images/top/bg_faq.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        padding: 60px 5vw;
        position: relative;
        z-index: 0;
        color: #fff;
    }

    .faqTop:before {
        content: "";
        background: rgba(33,133,213, 0.55);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .faqTop:after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .faqTop .heading:after {
        background: #fff;
    }

    .faqTop .heading {
        text-shadow: 0 0 5px #000;
    }

    .faqTop p {
        font-size: 1.4rem;
        line-height: 2.0;
        text-align: center;
        margin: 0 auto;
        text-shadow: 0 0 5px #000;
    }

    .faqTop .btnMore a {
        color: #fff;
        border: #fff solid 2px;
    }

    .faqTop .btnMore a:hover {
        border: #2185d5 solid 2px;
    }

    .newsTop {
        padding: 40px 5vw;
        position: relative;
        z-index: 0;
    }

    .newslist {
        margin: 0 auto;
        border-top: #ddd solid 1px;
    }

    .newslist li a {
        padding: 30px 30px 30px 0;
        display: block;
        color: #212121;
        border-bottom: #ddd solid 1px;
        position: relative;
    }

    .newslist li a:after {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        border-top: #ddd solid 2px;
        border-right: #ddd solid 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .newslist li a dl {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newslist li a dl dt {
        width: 25%;
        margin-right: 1%;
        line-height: 25px;
        font-weight: bold;
        color: #999;
    }

    .newslist li a dl dd.label {
        width: 25%;
        margin: 0 48% 15px 0;
        color: #212121;
        font-size: 0.8em;
        text-align: center;
        line-height: 25px;
        border-radius: 25px;
    }

    /* ------------------------------------------------------------
    新着情報部分
------------------------------------------------------------ */
    .news .pagetitle {
        background: url(../images/news/ttl_news.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .news .newslist {
        margin: 40px 5vw;
    }

    .news .entries {
        margin: 40px 5vw;
    }

    .news .entries .heading {
        line-height: 1.5;
    }

    .news .entries .deta {
        margin: 0 auto 30px;
        text-align: right;
        font-weight: bold;
        color: #999;
    }

    .news .entries .commentArea {
        line-height: 1.8;
    }

    .news .entries .commentArea h1,
    .news .entries .commentArea h2,
    .news .entries .commentArea h3 {
        padding: 0.5em;
        color: #212121;
        background: #f2f2f2;
        border-left: solid 5px #3a4750;
        margin: 2.5rem 0 2rem;
        line-height: 1.75;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .news .entries .commentArea h4 {
        border-bottom: solid 5px #212121;
        width: 100%;
        color: #212121;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 1rem;
    }

    .news .entries .commentArea h5 {
        padding: 0.1em 0;
        color: #2185d5;
        background: transparent;
        margin-bottom: 1rem;
        line-height: 1.5;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .news .entries .commentArea p+p {
        margin-top: 1rem;
    }

    .news .entries .commentArea p+h1,
    .news .entries .commentArea p+h2,
    .news .entries .commentArea p+h3,
    .news .entries .commentArea p+h4,
    .news .entries .commentArea p+h5,
    .news .entries .commentArea p+h6 {
        margin-top: 1.5rem;
    }

    .news .entries .commentArea p a {
        color: #33a0b8;
    }

    .news .entries .commentArea p a:hover {
        text-decoration: none;
        color: #2185d5;
    }

    .news .entries .commentArea strong {
        font-weight: bold;
    }

    .news .entries .commentArea img {
        max-width: 100%;
    }

    .news .entries .commentArea .video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .news .entries .commentArea .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .news .entries .commentArea ul {
        list-style: none;
        margin: 20px auto;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 1em 0.5em 1em 1em;
    }

    .news .entries .commentArea ul li {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    .news .entries .commentArea ul li:before {
        content: "・";
        color: #7db4e6;
        padding-right: .5em;
    }

    .news .entries .commentArea ol {
        counter-reset: item;
        list-style-type: none;
        background: #f3f3f3;
        border-radius: 5px;
        margin: 20px auto;
        padding: 1em 0.5em 1em 1em;
    }

    .news .entries .commentArea ol li {
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    .news .entries .commentArea ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        color: #7db4e6;
    }

    /* ------------------------------------------------------------
    事業内容部分
------------------------------------------------------------ */
    .page__service .contactArea:before {
        border-top: 2.5vh solid #f3f3f3;
    }

    .service .pagetitle {
        background: url(../images/service/ttl_service.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .service .type {
        padding: 40px 5vw;
    }

    .service .type:nth-of-type(2n) {
        background: #f3f3f3;
        position: relative;
    }

    .service .type:nth-of-type(2n):before {
        content: "";
        border-top: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }

    .service .type:nth-of-type(2):after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .service .type p {
        font-size: 1.4rem;
        line-height: 2.0;
    }

    .service .servicelist {
        margin: 30px auto 0;
        counter-reset: number 0;
    }

    .service .servicelist li {}

    .service .servicelist li:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .service .servicelist li figure {
        margin: 0 0 15px;
    }

    .service .servicelist li figure img {
        max-width: 100%;
        border: #ddd solid 1px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .service .servicelist li .commentArea dt {
        font-size: 1.4rem;
        font-weight: bold;
        color: #2185d5;
        margin: 0 0 15px;
        position: relative;
    }

    .service .servicelist li .commentArea dt::before {
        counter-increment: number 1;
        content: '0'counter(number);
        font-family: 'Roboto',Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 3px 0 0;
        color: #999;
    }

    /* ------------------------------------------------------------
    施工事例部分
------------------------------------------------------------ */
    .works .pagetitle {
        background: url(../images/works/ttl_works.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .works .workslist li:not(:first-of-type):not(:nth-of-type(2)) {
        margin-top: 30px;
    }

    .works .workslist {
        width: 90vw;
        margin: 40px auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .works .workslist li {
        background: #fff;
        width: 43vw;
        padding: 0 0 30px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .works .workslist li:not(:nth-of-type(2n+1)) {
        margin-left: auto;
    }

    .works .workslist li a {
        color: #212121;
    }

    .works .workslist li a figure {
        height: 43vw;
        margin: 0 0 5vw;
        position: relative;
        overflow: hidden;
    }

    .works .workslist li a figure:after {
        background: rgba(0, 0, 0, 0.22);
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .works .workslist li a figure div {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .works .workslist li a .tag {
        background: #2185d5;
        min-width: 80px;
        line-height: 35px;
        font-size: 1rem;
        padding: 0 2vw;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    .works .workslist li a .time {
        line-height: 40px;
        color: #999;
        position: absolute;
        bottom: 0;
        right: 5vw;
    }

    .works .workslist li a h3 {
        margin: 0 3vw 5vw;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.5;
    }

    .works .workslist li a p {
        margin: 0 5vw;
    }

    .works .entries {
        padding: 40px 0;
        position: relative;
    }

    .works .entries .tag {
        background: #2185d5;
        width: 90vw;
        display: inline-block;
        line-height: 40px;
        font-size: 1.2rem;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        border-radius: 40px;
        position: absolute;
        top: -25px;
        right: 0;
        left: 0;
    }

    .works .entries .imageslider {
        background: #f3f3f3;
        margin: 0 auto 40px;
        padding: 30px 0;
    }

    .works .entries .imageslider .slideframe {
        width: 90vw;
        margin: 0 auto 30px;
        overflow: hidden;
        position: relative;
    }

    .works .entries .imageslider .slideframe .slide {
        display: -webkit-flex;
        display: flex;
    }

    .works .entries .imageslider .slideframe .slide li {
        width: 90vw;
        aspect-ratio: 9 / 6;
        text-align: center;
    }

    .works .entries .imageslider .slideframe .slide li img {
        max-width: 100%;
        max-height: 60vw;
    }

    .works .entries .imageslider .slideframe nav {
        width: 85vw;
        height: 20px;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .works .entries .imageslider .slideframe nav ul {
        display: -webkit-flex;
        display: flex;
    }

    .works .entries .imageslider .slideframe nav ul li {
        width: 20px;
    }

    .works .entries .imageslider .slideframe nav ul li a {
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
    }

    .works .entries .imageslider .slideframe nav ul li.prev a:before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        border-bottom: #2185d5 solid 2px;
        border-left: #2185d5 solid 2px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .works .entries .imageslider .slideframe nav ul li.next a:before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        border-top: #2185d5 solid 2px;
        border-right: #2185d5 solid 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .works .entries .imageslider .slideframe nav ul li.next {
        margin-left: auto;
    }

    .works .entries .imageslider nav ol {
        margin: 0 5vw;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .works .entries .imageslider nav ol li {
        width: 19%;
        aspect-ratio: 9 / 6;
        text-align: center;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .works .entries .imageslider nav ol li:not(:first-of-type) {
        margin-left: 1%;
    }

    .works .entries .imageslider nav ol li img {
        max-width: 100%;
        height: 100%;
    }

    .works .entries .commentArea {
        line-height: 1.8;
        margin: 0 5vw;
    }

    .works .entries .commentArea h1,
    .works .entries .commentArea h2,
    .works .entries .commentArea h3 {
        padding: 0.5em;
        color: #212121;
        background: #f2f2f2;
        border-left: solid 5px #3a4750;
        margin: 2.5rem 0 2rem;
        line-height: 1.75;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .works .entries .commentArea h4 {
        border-bottom: solid 5px #212121;
        width: 100%;
        color: #212121;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 1rem;
    }

    .works .entries .commentArea h5 {
        padding: 0.1em 0;
        color: #2185d5;
        background: transparent;
        margin-bottom: 1rem;
        line-height: 1.5;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .works .entries .commentArea p+p {
        margin-top: 1rem;
    }

    .works .entries .commentArea p+h1,
    .works .entries .commentArea p+h2,
    .works .entries .commentArea p+h3,
    .works .entries .commentArea p+h4,
    .works .entries .commentArea p+h5,
    .works .entries .commentArea p+h6 {
        margin-top: 1.5rem;
    }

    .works .entries .commentArea .pointbox {
        position: relative;
        margin: 2em 0 3em;
        padding: 1.5em 1em 1em;
        border: solid 3px #FEDB35;
        border-radius: 8px;
    }

    .works .entries .commentArea .pointbox .box-title {
        position: absolute;
        display: inline-block;
        top: -16px;
        left: 10px;
        padding: 0 9px;
        line-height: 1.5;
        font-size: 1.4rem;
        background: #FFF;
        color: #FEDB35;
        font-weight: bold;
    }

    .works .entries .commentArea .pointbox p {
        margin: 0;
        padding: 0;
    }

    .works .entries .commentArea figure:not(:nth-of-type(2n)) {
        margin-bottom: 20px;
    }

    .works .entries .commentArea figure figcaption {
        text-align: center;
    }

    .works .entries .commentArea img {
        max-width: 100%;
        height: auto !important;
    }

    .works .entries .commentArea strong {
        font-weight: bold;
    }

    .works .entries .commentArea .type1 tr,
    .works .entries .commentArea .type1 th,
    .works .entries .commentArea .type1 td {
        display: block;
        border: none;
    }

    .works .entries .commentArea .type1 {
        margin: 10px 0 20px;
        border-bottom: #ddd solid 1px;
        width: 100%;
    }

    .works .entries .commentArea .type1 th {
        padding: 20px 0 10px;
        border-top: #ddd solid 1px;
        color: #999;
        font-weight: bold;
        text-align: left;
    }

    .works .entries .commentArea .type1 td {
        padding: 0 0 20px;
    }

    .works .entries .commentArea .type1 td th:not(:first-of-type) {
        margin: 20px 0 0;
    }


    .works .entries .commentArea .type1 th a,
    .works .entries .commentArea .type1 td a {
        text-decoration: none;
        color: #33a0b8;
    }

    .works .entries .commentArea .type1 th a:hover,
    .works .entries .commentArea .type1 td a:hover {
        text-decoration: none;
        color: #2185d5;
    }

    .works .entries .commentArea .inner {
        overflow-x: auto;
    }

    .works .entries .commentArea .inner::-webkit-scrollbar {
        background: #ccc;
        height: 5px;
    }

    .works .entries .commentArea .inner::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 5px;
    }

    .works .entries .commentArea .inner::-webkit-scrollbar-track-piece {
        background: #efefef;
    }

    .works .entries .commentArea .type2 {
        border-collapse: collapse;
        margin-top: 1.5rem;
        width: 100%;
        width: 200vw;
    }

    .works .entries .commentArea .type2 th,
    .works .entries .commentArea .type2 td {
        width: 7%;
        border-bottom: #ddd solid 1px;
        border-top: #ddd solid 1px;
        text-align: center;
        padding: 5vw 10px;
    }

    .works .entries .commentArea .type2 th {
        background: #f5f5f5;
        white-space: nowrap;
        position: sticky;
        top: 0;
    }

    .works .entries .commentArea .type2 th:nth-of-type(1) {
        width: 30%;
    }

    .works .entries .commentArea .type2 th:nth-of-type(2) {
        width: 21%;
    }

    .works .entries .commentArea .type2 th a,
    .works .entries .commentArea .type2 td a {
        text-decoration: none;
        color: #33a0b8;
    }

    .works .entries .commentArea .type2 th a:hover,
    .works .entries .commentArea .type2 td a:hover {
        text-decoration: none;
        color: #1FA19B;
    }

    .works .entries .commentArea ul {
        list-style: none;
        margin: 20px auto;
        background: #f5f5f5;
        border-radius: 5px;
        padding: 1em 1em 1em 1em;
    }

    .works .entries .commentArea ul li {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    .works .entries .commentArea ul li:before {
        content: "・";
        color: #EE839B;
        padding-right: .5em;
    }

    .works .entries .commentArea ol {
        counter-reset: item;
        list-style-type: none;
        background: #f5f5f5;
        border-radius: 5px;
        margin: 20px auto;
        padding: 1em 1em 1em 1em;
    }

    .works .entries .commentArea ol li {
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    .works .entries .commentArea ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        color: #EE839B;
    }

    /* --- FAQ  ----- */
    .accordion {
        max-width: 100%;
    }

    .toggle {
        display: none;
    }

    .option {
        position: relative;
        margin-bottom: 1em;
    }

    .title,
    .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    .title {
        border: solid 1px #ccc;
        padding: 1em 2em 1em 1em;
        display: block;
        color: #212121;
        cursor: pointer;
    }

    .title::after,
    .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 1.25em;
        width: 2px;
        height: 0.75em;
        background-color: #999;
        transition: all 0.3s;
    }

    .title::after {
        transform: rotate(90deg);
    }

    .content {
        max-height: 0;
        overflow: hidden;
    }

    .content p {
        border-bottom: solid 1px #ccc;
        background: #f5f5f5;
        margin: 0;
        padding: 1em 2em 1em 1em;
        font-size: 1em;
        line-height: 1.8;
    }

    .toggle:checked+.title+.content {
        max-height: 500px;
        transition: all 1.5s;
    }

    .toggle:checked+.title::before {
        transform: rotate(90deg) !important;
    }

    /* ------------------------------------------------------------
    会社案内部分
------------------------------------------------------------ */
    .about .pagetitle {
        background: url(../images/about/ttl_about.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .about .message {
        padding: 40px 5vw;
        position: relative;
    }

    .about .message:after {
        content: "";
        border-right: 100vw solid transparent;
        border-bottom: 2.5vh solid #f3f3f3;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about .message .inner figure {
        margin: 0 0 30px;
    }

    .about .message .inner+.inner {
        margin-top: 40px;
    }

    .about .message .inner .commentArea {}

    .about .message .inner .commentArea p {
        text-align: justify;
    }

    .about .message .inner .commentArea p + p {
        margin-top: 10px;
    }

    .about .message .inner .commentArea .name {
        font-family: 'Yuji Boku', serif;
        font-size: 1.5rem;
        margin: 20px 0 0;
        text-align: right;
    }

    .about .philosophy {
        padding: 40px 5vw 80px;
        background: #f3f3f3;
        position: relative;
    }

    .about .philosophy:after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about .philosophy .philosophy__words {
        font-size: 1.5rem;
        font-weight: bold;
        color: #2185d5;
        text-align: center;
        letter-spacing: 2px;
    }

    .about .information {
        padding: 40px 5vw;
        position: relative;
    }

    .about .information:after {
        content: "";
        border-right: 100vw solid transparent;
        border-bottom: 2.5vh solid #f3f3f3;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about .access {
        background: #f3f3f3;
        padding: 40px 5vw;
        position: relative;
    }

    .about .access:after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about .access .map {
        margin: 0 auto 30px;
    }

    .about .access .map2 {
        margin: 60px auto 30px;
    }

    .about .access .map3 {
        margin: 60px auto 30px;
    }

    .about .access dl {
        margin: 0 auto;
        line-height: 1.0;
    }

    .about .access dl dt {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 20px;
    }

    .about .access dl dd {
        line-height: 1.75;
    }

    .about .access dl dd+dd {
        margin-top: 7px;
    }

    .about .history {
        padding: 40px 5vw;
    }

    .history__list {
        margin: 0 0 30px;
        padding: 0 0 30px;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        width: 100%;
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .history__list__item {
        scroll-snap-align: start;
        height: 100%;
        width: 85%;
        flex: none;
    }

    .history__list__item__image {
        border: #ddd solid 1px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .history__list__item__image img {
        width: 100%;
    }

    .history__list__item__heading {
        font-size: 1.4rem;
        margin: 15px 0;
    }

    /* ------------------------------------------------------------
    採用情報部分
------------------------------------------------------------ */
    .recruit .pagetitle {
        background: url(../images/recruit/ttl_recruit.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .recruit .requirementslist>li {
        padding: 40px 5vw;
    }

    .recruit .requirementslist>li .inner {
        margin: 0 auto 30px;
    }

    .recruit .requirementslist>li .inner figure img {
        width: 100%;
    }

    .recruit .requirementslist>li .inner .commentArea {
        background: #2185d5;
        padding: 5vw;
        color: #fff;
    }

    .recruit .requirementslist>li .inner .commentArea p:not(:first-of-type) {
        margin: 1rem 0 0;
    }

    .recruit .requirementslist>li .inner .commentArea p span {
        font-size: 1.2rem;
        font-weight: bold;
        background: linear-gradient(transparent 75%, #f35e3e 50%);
    }

    .recruit .requirementslist>li .inner .commentArea .businesslist {
        margin: 0 0;
    }

    .recruit .requirementslist>li .inner .commentArea .businesslist li {
        padding: 0 0 0 20px;
        position: relative;
        list-style: none;
    }

    .recruit .requirementslist>li .inner .commentArea .businesslist li:before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0;
    }

    .facility {
        padding: 40px 5vw 60px;
        position: relative;
    }

    .facility:after {
        content: "";
        border-right: 100vw solid transparent;
        border-bottom: 2.5vh solid #f3f3f3;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .facility__list{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .facility__list li {
        width: 48%;
    }
    .facility__list li:nth-of-type(2n) {
        margin-left: auto;
    }
    .facility__list li:nth-of-type(n+3) {
        margin-top: 15px;
    }
    .facility__list h5{
        font-size:15px;
        font-weight:bold;
        text-align: center;
        margin: 10px 0;
    }
    .facility__list li figure{
        border: #ddd solid 1px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 5px;
    }
    .facility__list li figure img{
        width: 100%;
    }

    .recruit__voice {
        background: #f3f3f3;
        padding: 40px 0;
        position: relative;
    }

    .recruit__voice:after {
        content: "";
        border-bottom: 2.5vh solid #fff;
        border-left: 100vw solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .recruit__voice>p {
        margin: 0 5vw;
    }

    .recruit__voice__list {
        margin: 30px 0 0;
    }

    .recruit__voice__list li+li {
        margin-top: 30px;
    }

    .recruit__voice__list__image {
        margin: 0 auto;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        overflow: hidden;
    }

    .recruit__voice__list__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .recruit__voice__list__inner {
        padding: 5vw;
        box-sizing: border-box;
    }

    .recruit__voice__list__haeding {
        margin: 0 auto 15px;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .recruit__voice__list__data dt {
        color: #2185d5;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0 0 0.5rem;
        padding: 0 0 0 30px;
        position: relative;
    }

    .recruit__voice__list__data dt:before {
        font-family: "Font Awesome 5 Free";
        content: "\f075";
        font-weight: 900;
        font-size: 1.4rem;
        position: absolute;
        left: 0;
        top: 0;
        color: #2185d5;
    }

    .recruit__voice__list__data dd+dt {
        margin-top: 1rem;
    }

    /* ------------------------------------------------------------
    FAQ部分
------------------------------------------------------------ */
    .faq .pagetitle {
        background: url(../images/faq/ttl_faq.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .faq .faqlist {
        padding: 40px 5vw;
    }

    .faq .faqlist p {
        font-size: 1.4rem;
        line-height: 2.0;
    }

    .faq .faqlist dl {
        margin: 30px auto 0;
    }

    .faq .faqlist dl dt {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 0 0 0 70px;
        position: relative;
        box-sizing: border-box;
    }

    .faq .faqlist dl dt:before {
        content: "Q";
        background: #2185d5;
        width: 60px;
        padding: 1px 0;
        color: #fff;
        display: block;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        border-radius: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .faq .faqlist dl dd {
        background: #f3f3f3;
        padding: 15px 15px 15px 85px;
        position: relative;
        text-align: justify;
        border-radius: 8px;
    }

    .faq .faqlist dl dd:before {
        content: "A";
        background: #303841;
        width: 60px;
        padding: 2px 0;
        color: #fff;
        display: block;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        border-radius: 30px;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .faq .faqlist dl dd:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .faq .faqlist dl dd a {
        text-decoration: none;
        color: #33a0b8;
    }

    .faq .faqlist dl dd a:hover {
        text-decoration: none;
        color: #2185d5;
    }

    /* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
    .privacy .pagetitle {
        background: url(../images/privacy/ttl_privacy.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .privacy section {
        padding: 40px 5vw;
    }

    .privacy section p {
        line-height: 1.8;
        margin: 0 auto 20px;
    }

    .privacy__list {
        margin: 0 auto;
    }

    .privacy__list dt {
        font-weight: bold;
        margin: 0 0 0.5rem;
    }

    .privacy__list dd a {
        text-decoration: none;
        color: #3da5bc;
    }

    .privacy__list dd a:hover {
        text-decoration: none;
        color: #2185d5;
    }

    .privacy__list dd+dt {
        margin-top: 1.5rem;
    }

    .privacy__list dd ul {
        background: #f3f3f3;
        margin-top: 1rem;
        padding: 5vw;
    }

    .privacy__list dd ul li {
        padding: 0 0 0 20px;
        position: relative;
        list-style: none;
    }

    .privacy__list dd ul li:before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0;
    }

    .privacy address {
        margin: 40px 0 0;
        font-style: normal;
    }

    .privacy__date {
        margin: 20px auto 0;
    }


    /* ------------------------------------------------------------
    お問合せ部分
------------------------------------------------------------ */
    .contact .pagetitle {
        background: url(../images/contact/ttl_contact.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .contact .mailform {
        padding: 40px 5vw;
    }

    .contact .mailform p {
        line-height: 1.8;
        margin: 0 auto 40px;
    }

    .contact .mailform .telArea {
        margin: 0 auto 40px;
        border: #ddd solid 1px;
        box-sizing: border-box;
        background: #f3f3f3;
    }

    .contact .mailform .telArea dt {
        background: #2185d5;
        padding: 5vw;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        box-sizing: border-box;
    }

    .contact .mailform .telArea dt small {
        font-size: 1rem;
        margin: 1rem 0 0;
        display: block;
    }

    .contact .mailform .telArea dd {
        padding: 5vw;
        box-sizing: border-box;
    }

    .contact .mailform .telArea dd a {
        font-family: 'Roboto', sans-serif;
        font-size: 2.8rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }

    .contact .table2 {
        margin: 0 auto;
        border-bottom: #ddd solid 1px;
    }

    .contact .table2>dt {
        padding: 4vh 0 1vh;
        border-top: #ddd solid 1px;
        color: #757575;
        font-weight: bold;
        box-sizing: border-box;
    }

    .contact .table2>dd {
        padding: 1vh 0 4vh;
        box-sizing: border-box;
    }

    .contact .table2>dd dt:not(:first-of-type) {
        margin: 30px 0 0;
    }

    .contact .mailform form dl dt.must:after {
        background: #fff;
        content: "必須";
        margin: 0 0 0 10px;
        display: inline-block;
        padding: 3px 15px;
        font-size: 0.8rem;
        color: #d60000;
        border: #d60000 solid 1px;
        border-radius: 15px;
    }

    .contact .mailform form dd input[type="text"] {
        width: 100%;
        padding: 5vw;
        font-size: 16px;
        border: #ddd solid 1px;
        box-sizing: border-box;
    }

    .contact .mailform form dd input[type="email"] {
        width: 100%;
        padding: 5vw;
        font-size: 16px;
        border: #ddd solid 1px;
        box-sizing: border-box;
    }

    .contact .mailform form dd input[type="tel"] {
        width: 100%;
        padding: 5vw;
        font-size: 16px;
        border: #ddd solid 1px;
        box-sizing: border-box;
    }

    .contact .mailform form dd ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact .mailform form dd ul li:not(:last-of-type) {
        margin-right: 20px;
    }

    .contact .mailform form dd textarea {
        width: 100%;
        height: 20rem;
        padding: 5vw;
        font-size: 16px;
        border: #ddd solid 1px;
        box-sizing: border-box;
    }

    .btnSubmit {
        width: 260px;
        margin: 30px auto 0;
        display: flex;
        flex-flow: column-reverse;
        justify-content: space-between;
    }

    .btnSubmit li:not(:last-of-type) {
        margin-top: 20px;
    }

    .btnSubmit li input[type="submit"] {
        width: 260px;
        cursor: pointer;
        padding: 18px 0;
        text-align: center;
        font-size: 1rem;
        line-height: 1.0;
        border-radius: 50px;
    }

    .btnSubmit li .submit {
        background: #3a4750;
        color: #fff;
        font-weight: bold;
        border: #3a4750 solid 2px;
    }

    .btnSubmit li .send {
        background: #3a4750;
        color: #fff;
        font-weight: bold;
        border: #3a4750 solid 2px;
    }

    .btnSubmit li .back {
        background: #9D9D9D;
        color: #fff;
        font-weight: bold;
        border: #9D9D9D solid 2px;
    }

}