@charset "UTF-8";
/*==================================================================================================
	index
==================================================================================================*/
.mainimg {
    width: 100%;
    position: relative;
}

.mainimg-slider-list {
    overflow: hidden;
}

.mainimg-slider-list li {
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    margin: 0;
}

.mainimg-slider-list li.mainimg1 {
    background: url("../img/mainimg1.jpg") center center;
    background-size: cover;
}

.mainimg-slider-list li.mainimg2 {
    background-image: url("../img/mainimg2.jpg");
    background-size: cover;
}

.mainimg-slider-list li.mainimg3 {
    background-image: url("../img/mainimg3.jpg");
    background-size: cover;
}

.mainimg .hero {
    position: absolute;
    bottom: 8%;
    left: 7vw;
    z-index: 1;
    color: #FFF;
    font-weight: 600;
}

@media (max-width: 540px) {
    .mainimg .hero {
        padding: 20px;
        left: 0;
    }
}

.mainimg .hero-ttl {
    font-size: 3.8em;
}

@media (max-width: 700px) {
    .mainimg .hero-ttl {
        font-size: 3em;
    }
}

@media (max-width: 540px) {
    .mainimg .hero-ttl {
        line-height: 1.25;
    }
}

.mainimg .hero-li {
    font-size: 2em;
    padding-left: 1.5em;
    position: relative;
}

@media (max-width: 400px) {
    .mainimg .hero-li {
        font-size: 1.75em;
    }
}

.mainimg .hero-li::after {
    position: absolute;
    content: "";
    background: url("../img/check.png");
    top: 5px;
    left: 0;
    width: 41px;
    height: 35px;
    background-size: cover;
}

@media (max-width: 400px) {
    .mainimg .hero-li::after {
        width: 30px;
        height: 27px;
        top: 3px;
    }
}

.mainimg .hero-txt {
    font-size: 2em;
    color: #FFF;
}

@media (max-width: 840px) {
    .mainimg .hero-txt {
        font-size: 1.5em;
    }
}

@media (max-width: 700px) {
    .mainimg .hero-txt {
        font-size: 1.25em;
    }
}

.top-jobsearch {
    background: #2761A7;
    padding: 50px 0 30px;
}

.top-jobsearch-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 740px;
    margin-bottom: 30px;
}

@media (max-width: 840px) {
    .top-jobsearch-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.top-jobsearch-area {
    width: 50%;
    background: #E1E7EC url("../img/area-bg.png") center bottom/cover no-repeat;
    position: relative;
    min-height: 500px;
}

@media (max-width: 840px) {
    .top-jobsearch-area {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .top-jobsearch-area {
        min-height: 360px;
    }
}

.top-jobsearch-area ul li {
    position: absolute;
}

.top-jobsearch-area ul li .area-btn {
    display: block;
    text-align: center;
    border: solid 2px #2761A7;
    background: #FFF;
    border-radius: 4px;
    padding: .25em 1em;
}

.top-jobsearch-area ul li .area-btn .ja {
    color: #2761A7;
    font-size: 1.25em;
    display: block;
    font-weight: 600;
}

@media (max-width: 540px) {
    .top-jobsearch-area ul li .area-btn .ja {
        font-size: 1em;
    }
}

.top-jobsearch-area ul li .area-btn .en {
    color: #609BD2;
    display: block;
    line-height: 1;
    font-size: .8em;
}

.top-jobsearch-area ul li .area-btn:hover {
    background: #2761A7;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.top-jobsearch-area ul li .area-btn:hover .ja, .top-jobsearch-area ul li .area-btn:hover .en {
    color: #FFF;
}

.top-jobsearch-area ul li.area1 {
    top: 49%;
    right: 33%;
}

@media (max-width: 840px) {
    .top-jobsearch-area ul li.area1 {
        top: 30%;
    }
}

@media (max-width: 540px) {
    .top-jobsearch-area ul li.area1 {
        top: 38%;
        right: 30%;
    }
}

.top-jobsearch-area ul li.area2 {
    bottom: 24%;
    left: 26%;
}

@media (max-width: 840px) {
    .top-jobsearch-area ul li.area2 {
        bottom: 32%;
    }
}

@media (max-width: 540px) {
    .top-jobsearch-area ul li.area2 {
        bottom: 25%;
    }
}

.top-jobsearch-area ul li.area3 {
    bottom: 8%;
    left: 31%;
}

@media (max-width: 540px) {
    .top-jobsearch-area ul li.area3 {
        bottom: 5%;
        left: 15%;
    }
}

.top-jobsearch-area ul li.area4 {
    top: 43%;
    left: 12%;
}

@media (max-width: 540px) {
    .top-jobsearch-area ul li.area4 {
        top: 32%;
        left: 10%;
    }
}

.top-jobsearch-occupation {
    width: 50%;
    background: #FFF;
    padding: 20px 60px;
}

@media (max-width: 1400px) {
    .top-jobsearch-occupation {
        padding: 20px 30px;
    }
}

@media (max-width: 840px) {
    .top-jobsearch-occupation {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .top-jobsearch-occupation {
        padding: 10px;
    }
}

.top-jobsearch-occupation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-jobsearch-occupation ul li {
    width: 50%;
}

.top-jobsearch-occupation ul li form {
    height: 100%;
}

.top-jobsearch-occupation ul li .occupation-btn {
    width: 100%;
    border: none;
    padding: 10px;
    background: none;
    height: 100%;
}

@media (max-width: 540px) {
    .top-jobsearch-occupation ul li .occupation-btn {
        padding: 3px;
    }
}

.top-jobsearch-occupation ul li .occupation-btn .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 2px #2761A7;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (max-width: 540px) {
    .top-jobsearch-occupation ul li .occupation-btn .inner {
        padding: 10px;
    }
}

.top-jobsearch-occupation ul li .occupation-btn .inner:hover {
    background: #EFF7FF;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.top-jobsearch-occupation ul li .occupation-btn img {
    max-width: 126px;
}

@media (max-width: 540px) {
    .top-jobsearch-occupation ul li .occupation-btn img {
        max-width: 90px;
    }
}

.top-jobsearch-occupation ul li .occupation-btn .ja {
    color: #2761A7;
    font-size: 1.25em;
    display: block;
    font-weight: 600;
}

@media (max-width: 540px) {
    .top-jobsearch-occupation ul li .occupation-btn .ja {
        font-size: 1em;
    }
}

.top-jobsearch-occupation ul li .occupation-btn .en {
    color: #609BD2;
    display: block;
    line-height: 1;
    font-size: .8em;
}

.top-jobsearch-ttl {
    text-align: center;
    position: relative;
    margin: 100px auto 50px;
    padding-bottom: 20px;
    border-bottom: solid 2px #193D6D;
    z-index: 0;
}

@media (max-width: 540px) {
    .top-jobsearch-ttl {
        margin: 60px auto 30px;
        padding-bottom: 10px;
    }
}

.top-jobsearch-ttl::before, .top-jobsearch-ttl::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.top-jobsearch-ttl::before {
    content: "";
    border: 14px solid;
    border-color: transparent;
    border-top-color: #193D6D;
    margin-left: -16px;
}

.top-jobsearch-ttl::after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -14px;
}

.top-jobsearch-ttl h2 {
    font-size: 4em;
    color: #193D6D;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}

@media (max-width: 1200px) {
    .top-jobsearch-ttl h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 540px) {
    .top-jobsearch-ttl h2 {
        font-size: 2em;
    }
}

.top-jobsearch-ttl h2::after {
    position: absolute;
    content: "";
    top: -25px;
    left: -6vw;
    background: url("../img/top-jobsearch-img.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 115px;
    height: 120px;
    display: inline-block;
    z-index: -1;
}

@media (max-width: 540px) {
    .top-jobsearch-ttl h2::after {
        top: -10px;
        width: 60px;
        height: 62px;
    }
}

.top-jobsearch-ttl img {
    max-width: 226px;
    position: absolute;
    top: -70px;
    right: 0;
}

@media (max-width: 540px) {
    .top-jobsearch-ttl img {
        max-width: 163px;
        top: -55px;
    }
}

.top-newjob {
    background: #EFF7FF;
}

.top-featuredjob {
    background: #FFFBE8;
}

.toplists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toplists .toplist {
    width: 33.333%;
}

@media (max-width: 840px) {
    .toplists .toplist {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .toplists .toplist {
        width: 100%;
    }
}

.toplists .toplist a:hover .btn-more {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.toplists .toplist-wrap {
    background: #FFF;
    padding: 10px 20px;
    margin: 10px;
    border-top: solid 10px #2761A7;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.toplists .toplist-ttl {
    color: #2761A7;
    font-size: 1.25em;
    margin: 5px 0;
}

.toplists .toplist-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.toplists .toplist-dl dt, .toplists .toplist-dl dd {
    padding: .5em .25em;
}

.toplists .toplist-dl dt {
    width: 30%;
    border-bottom: solid 1px #E4E4E4;
}

.toplists .toplist-dl dd {
    width: 70%;
    border-bottom: solid 1px #E4E4E4;
}

.toplists .toplist .btn {
    margin-bottom: 0;
}

.entry-wrap {
    border-radius: 20px;
    background: url(../img/entry-bg.jpg) center center;
    background-size: cover;
    min-height: 520px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 700px) {
    .entry-wrap {
        min-height: auto;
    }
}

.entry-wrap h2 {
    color: #FFF;
    font-size: 1.75em;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    .entry-wrap h2 {
        font-size: 1.25em;
    }
}

.entry-wrap img {
    max-width: 140px;
    margin: 30px auto;
}

@media (max-width: 700px) {
    .entry-wrap img {
        max-width: 100px;
    }
}

.top-service-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-service-list:nth-of-type(1) {
    width: calc(calc(100% - 2px) / 3);
}

@media (max-width: 700px) {
    .top-service-list:nth-of-type(1) {
        width: 100%;
    }
}

.top-service-list:nth-of-type(1) a {
    border-left: none;
}

.top-service-list:nth-of-type(1) a::after {
    background: url(../img/service-bg1.jpg) center center;
    background-size: cover;
}

.top-service-list:nth-of-type(2) {
    width: calc(calc(100% - 2px) / 3);
}

@media (max-width: 700px) {
    .top-service-list:nth-of-type(2) {
        width: 100%;
    }
}

.top-service-list:nth-of-type(2) a::after {
    background: url(../img/service-bg2.jpg) center center;
    background-size: cover;
}

.top-service-list:nth-of-type(3) {
    width: calc(calc(100% - 2px) / 3);
}

@media (max-width: 700px) {
    .top-service-list:nth-of-type(3) {
        width: 100%;
    }
}

.top-service-list:nth-of-type(3) a {
    border-right: none;
}

.top-service-list:nth-of-type(3) a::after {
    background: url(../img/service-bg3.jpg) center center;
    background-size: cover;
}

.top-service-list:nth-of-type(4) {
    width: calc(calc(100% - 2px) / 2);
}

@media (max-width: 700px) {
    .top-service-list:nth-of-type(4) {
        width: 100%;
    }
}

.top-service-list:nth-of-type(4) a {
    border-left: none;
}

.top-service-list:nth-of-type(4) a::after {
    background: url(../img/service-bg4.jpg) center center;
    background-size: cover;
}

.top-service-list:nth-of-type(5) {
    width: calc(calc(100% - 2px) / 2);
}

@media (max-width: 700px) {
    .top-service-list:nth-of-type(5) {
        width: 100%;
    }
}

.top-service-list:nth-of-type(5) a {
    border-right: none;
}

.top-service-list:nth-of-type(5) a::after {
    background: url(../img/service-bg5.jpg) center center;
    background-size: cover;
}

.top-service-list a {
    height: 380px;
    width: 100%;
    border: 1px solid #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .top-service-list a {
        height: 300px;
    }
}

@media (max-width: 700px) {
    .top-service-list a {
        height: 240px;
    }
}

.top-service-list a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: -1;
}

.top-service-list a:hover::after {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*==================================================================================================
	お仕事検索-一覧　jobsearch-archive
==================================================================================================*/
.search {
    background: url("../img/search-bg.jpg") bottom center/cover no-repeat;
    padding: 50px 0;
}

.search-wrap {
    background: #FFF;
    padding: 30px 50px;
}

@media (max-width: 1024px) {
    .search-wrap {
        padding: 30px;
    }
}

@media (max-width: 540px) {
    .search-wrap {
        padding: 20px;
    }
}

.search h2 {
    text-align: center;
    font-size: 1.25em;
}

.search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto;
}

@media (max-width: 700px) {
    .search-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.search-box .ttl {
    width: 190px;
    position: relative;
}

@media (max-width: 700px) {
    .search-box .ttl {
        width: 100%;
        border-bottom: solid 1.5px #d2dae4;
        margin-bottom: 5px;
    }
}

.search-box .ttl::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 1px;
    height: 50px;
    background: #2761A7;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

@media (max-width: 700px) {
    .search-box .ttl::after {
        display: none;
    }
}

.search-box .ttl .ja, .search-box .ttl .en {
    display: block;
    font-weight: 600;
}

@media (max-width: 700px) {
    .search-box .ttl .ja, .search-box .ttl .en {
        display: inline-block;
    }
}

.search-box .ttl .ja {
    color: #2761A7;
    font-size: 1.5em;
}

@media (max-width: 700px) {
    .search-box .ttl .ja {
        font-size: 1.25em;
    }
}

.search-box .ttl .en {
    color: #B4BFCC;
}

.search-lists {
    width: 80%;
}

@media (max-width: 700px) {
    .search-lists {
        width: 100%;
    }
}

.search-list {
    display: inline-block;
    font-size: 20px;
    color: #2761A7;
    font-weight: 600;
}

@media (max-width: 700px) {
    .search-list {
        font-size: 16px;
    }
}

.search .btn {
    display: block;
    border: none;
    background: none;
}

.search .btn-search {
    color: #F5C900;
    background: #FFF;
    font-size: 1.25em;
    font-weight: 600;
    padding: .75em 2em;
    border-radius: 30px;
    border: solid 2px #F5C900;
    -webkit-transition: .3s;
    transition: .3s;
}

.search .btn-search:hover {
    color: #FFF;
    background: #F5C900;
}

.archive-empty {
    text-align: center;
    color: #2761A7;
    font-size: 1.25em;
    font-weight: 600;
}

.joblist .joblist-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.joblist .joblist-ul li {
    width: 49%;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 700px) {
    .joblist .joblist-ul li {
        width: 100%;
    }
}

.joblist .head {
    background: #2761A7;
    padding: 10px 1em;
    position: relative;
}

.joblist .head h2 {
    font-size: 1.25em;
    color: #FFF;
    display: inline-block;
}

.joblist .head .job-check {
    position: absolute;
    top: -38px;
    left: 15px;
}

.joblist .head .job-check span {
    color: #F5C900;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    position: relative;
}

.joblist .head .job-check span::before, .joblist .head .job-check span::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #F5C900;
    width: 2px;
    height: 18px;
    margin: 0 8px;
    vertical-align: middle;
}

.joblist .head .job-check span::before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.joblist .head .job-check span::after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.joblist .head .job-new {
    font-family: "Oswald", sans-serif;
    color: #F5C900;
    font-size: 18px;
    border: double;
    padding: 0 5px;
    margin-right: 10px;
}

.joblist .body {
    padding: 20px 30px;
}

@media (max-width: 540px) {
    .joblist .body {
        padding: 20px;
    }
}

.joblist .body .img {
    padding-top: 66.666%;
    margin-bottom: 20px;
}

.joblist .body .btn {
    margin-top: 30px;
}

.joblist .pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
}

.joblist .pagination-list .page-numbers, .joblist .pagination-list .prev, .joblist .pagination-list .next {
    margin: 0 3px;
}

.joblist .pagination-list .page-numbers a, .joblist .pagination-list .prev a, .joblist .pagination-list .next a {
    padding: .5em .8em;
    border: solid 2px #2761A7;
    color: #2761A7;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.joblist .pagination-list .page-numbers a:hover, .joblist .pagination-list .prev a:hover, .joblist .pagination-list .next a:hover {
    color: #FFF;
    background: #2761A7;
}

.joblist .pagination-list .disabled {
    display: none;
}

.joblist .pagination-list .current a {
    color: #FFF;
    background: #2761A7;
}

.data-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-list dt, .data-list dd {
    padding: .8em .25em;
}

.data-list dt {
    width: 30%;
    border-bottom: solid 1px #E4E4E4;
}

.data-list dd {
    width: 70%;
    border-bottom: solid 1px #E4E4E4;
}

.data-list dd.red {
    color: red;
}

/*==================================================================================================
	お仕事検索-詳細　jobsearch-single
==================================================================================================*/
.jobpost-head {
    background: #2761A7;
    padding: 15px 1em;
    margin-bottom: 20px;
}

.jobpost-head .ttl {
    color: #FFF;
    font-size: 1.5em;
}

.jobpost-body .jobpost-img .img {
    padding-top: 66.666%;
}

.jobpost-body .point {
    margin-bottom: 40px;
}

.jobpost-body .point .ttl {
    color: #2761A7;
    font-size: 1.25em;
}

.jobpost-body .point .wp-edit {
    margin: 1em auto;
}

/*==================================================================================================
	初めての方へ beginners
==================================================================================================*/
.difference .sec-ttl-ja {
    font-size: 2em;
}

@media (max-width: 540px) {
    .difference .sec-ttl-ja {
        font-size: 1.5em;
    }
}

.difference-txt {
    text-align: center;
}

.difference-merit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto;
}

@media (max-width: 700px) {
    .difference-merit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.difference-merit-box {
    width: 49%;
}

@media (max-width: 700px) {
    .difference-merit-box {
        width: 100%;
        margin-top: 20px;
    }
}

.merit-contents {
    background: #EFF7FF;
    padding: 30px;
}

@media (max-width: 540px) {
    .merit-contents {
        padding: 20px;
    }
}

.merit-contents .merit-contents-ttl {
    color: #2761A7;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    .merit-contents .merit-contents-ttl {
        font-size: 1.25em;
        margin-bottom: .5em;
    }
}

.merit-contents ul li {
    font-size: 1.25em;
    padding-left: 1.2em;
    margin: 10px 0;
    position: relative;
}

@media (max-width: 540px) {
    .merit-contents ul li {
        margin: 6px 0;
        font-size: 1.1em;
    }
}

.merit-contents ul li::after {
    content: "\F012C";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    color: #2761A7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.howto {
    background: #EFF7FF;
}

.howto-list {
    background: #FFF;
    margin-bottom: 50px;
}

.howto-head {
    padding-top: 30px;
}

.howto-head-ttl {
    background: #2761A7;
    color: #FFF;
    font-size: 2em;
    padding: .3em 2em;
    margin-bottom: 1em;
    width: 90%;
    position: relative;
}

@media (max-width: 540px) {
    .howto-head-ttl {
        font-size: 1.5em;
        padding: .3em 1em;
    }
}

.howto-head-ttl::after {
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    content: '';
    border-width: 64px 50px 0 0;
    border-style: solid;
    border-color: #2761A7 transparent transparent transparent;
}

@media (max-width: 540px) {
    .howto-head-ttl::after {
        right: -25px;
        border-width: 42px 25px 0 0;
    }
}

.howto-head p {
    max-width: 1024px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .howto-head p {
        padding: 0 20px;
    }
}

.howto-body {
    padding: 60px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 840px) {
    .howto-body {
        padding: 30px;
    }
}

@media (max-width: 700px) {
    .howto-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .howto-body {
        padding: 20px;
    }
}

.howto-body-img {
    width: 50%;
}

@media (max-width: 700px) {
    .howto-body-img {
        width: 100%;
        max-width: 500px;
    }
}

.howto-body-merit {
    margin-left: 70px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 700px) {
    .howto-body-merit {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

/*==================================================================================================
	特徴・メリット merit
==================================================================================================*/
.merit-list {
    margin: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) {
    .merit-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.merit-list:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .merit-list:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.merit-list:nth-of-type(even) .merit-body {
    -webkit-transform: translateX(-6vw);
    transform: translateX(-6vw);
}

@media (max-width: 1024px) {
    .merit-list:nth-of-type(even) .merit-body {
        width: 90%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.merit-body {
    width: 60%;
    -webkit-transform: translateX(6vw);
    transform: translateX(6vw);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media (max-width: 1024px) {
    .merit-body {
        width: 90%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-left: auto;
        margin-top: -50px;
    }
}

.merit-body-inner {
    background: #FFF;
    margin-top: auto;
    padding: 40px;
}

@media (max-width: 1200px) {
    .merit-body-inner {
        padding: 20px;
    }
}

@media (max-width: 540px) {
    .merit-body-inner {
        padding: 15px;
    }
}

.merit-body-inner h2 {
    background: #2761A7;
    color: #FFF;
    font-size: 2em;
    padding: .3em 1em;
    margin-bottom: .8em;
    width: 90%;
    position: relative;
}

@media (max-width: 700px) {
    .merit-body-inner h2 {
        font-size: 1.5em;
        padding: .3em 1em;
    }
}

@media (max-width: 540px) {
    .merit-body-inner h2 {
        font-size: 1.2em;
        padding: .3em 1em;
    }
}

.merit-body-inner h2::after {
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    content: '';
    border-width: 61px 50px 0 0;
    border-style: solid;
    border-color: #2761A7 transparent transparent transparent;
}

@media (max-width: 700px) {
    .merit-body-inner h2::after {
        right: -30px;
        border-width: 45px 30px 0 0;
    }
}

@media (max-width: 540px) {
    .merit-body-inner h2::after {
        right: -25px;
        border-width: 32px 25px 0 0;
    }
}

.merit-body-list {
    margin: 20px auto;
}

.merit-body-list h3 {
    color: #2761A7;
    font-size: 1.5em;
    border-bottom: solid 2px rgba(39, 97, 167, 0.3);
    position: relative;
    padding: .25em .5em;
}

@media (max-width: 700px) {
    .merit-body-list h3 {
        font-size: 1.25em;
    }
}

@media (max-width: 540px) {
    .merit-body-list h3 {
        font-size: 1.1em;
    }
}

.merit-body-list h3::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20%;
    bottom: -2px;
    left: 0;
    background: #2761A7;
}

.merit-img {
    width: 60%;
}

@media (max-width: 1024px) {
    .merit-img {
        width: 90%;
    }
}

.merit-img .img {
    padding-top: 66.666%;
}

/*==================================================================================================
	お仕事までの流れ flow
==================================================================================================*/
.flow {
    background: #EFF7FF;
}

.flow ul li {
    background: #FFF;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 50px 40px;
}

@media (max-width: 700px) {
    .flow ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .flow ul li {
        margin-left: 20px;
    }
}

.flow ul li::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-color: transparent transparent #2761A7 #2761A7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.flow ul li:last-of-type::after {
    display: none;
}

.flow-num {
    position: absolute;
    top: -30px;
    left: -40px;
    color: #2761A7;
    font-size: 4.8em;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 540px) {
    .flow-num {
        font-size: 3.75em;
        top: -20px;
        left: -20px;
    }
}

.flow-head {
    width: 25%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 840px) {
    .flow-head {
        padding: 30px 10px;
    }
}

@media (max-width: 700px) {
    .flow-head {
        width: 100%;
        padding: 10px;
    }
}

.flow-head img {
    max-width: 180px;
}

@media (max-width: 700px) {
    .flow-head img {
        max-width: 120px;
    }
}

.flow-body {
    width: 75%;
    padding: 30px;
}

@media (max-width: 700px) {
    .flow-body {
        width: 100%;
        padding: 10px 20px;
    }
}

.flow-body h2 {
    color: #2761A7;
    font-size: 2em;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .flow-body h2 {
        text-align: center;
        font-size: 1.5em;
    }
}

/*==================================================================================================
	会社概要 company
==================================================================================================*/
.date-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.date-list dl dt, .date-list dl dd {
    border-bottom: solid 1px #609BD2;
    padding: 1.25em 1em;
}

.date-list dl dt {
    width: 20%;
}

.date-list dl dd {
    width: 80%;
}

.date-list dl dd .pdf {
    border: solid 1px #7d7d7d;
    display: inline-block;
    padding: 3px 5px;
    margin: 5px 0;
    padding-right: 1.75em;
    position: relative;
}

.date-list dl dd .pdf::after {
    position: absolute;
    content: "";
    background: url("../img/pdf.png");
    background-size: cover;
    width: 15px;
    height: 15px;
    top: 20%;
    right: 8px;
}

.date-list dl dd .pdf:hover {
    opacity: .6;
}

@media (max-width: 540px) {
    .date-list dl dt, .date-list dl dd {
        width: 100%;
        padding: .75em 1em;
    }
    .date-list dl dt {
        border: none;
        padding-bottom: 0;
    }
    .date-list dl dd {
        padding-top: .5em;
    }
}

.greeting-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}

@media (max-width: 840px) {
    .greeting-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}

.greeting-img {
    width: 30%;
    margin-top: -60px;
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
}

@media (max-width: 840px) {
    .greeting-img {
        width: 50%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-top: 0;
        margin-bottom: -24vw;
    }
}

.greeting-img .img {
    padding-top: 150%;
}

@media (max-width: 840px) {
    .greeting-img .img {
        padding-top: 125%;
    }
}

.greeting-contents {
    background: #EFF7FF;
    padding: 50px 50px 50px 8vw;
    width: 85%;
}

@media (max-width: 840px) {
    .greeting-contents {
        padding: 28vw 20px 20px;
        width: 92%;
        margin-left: auto;
    }
}

.greeting-contents h3 {
    color: #2761A7;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 30px;
}

.greeting-contents p.name {
    text-align: right;
}

.training {
    background: #EFF7FF;
}

.training h3 {
    background-color: #2761A7;
    font-size: 2em;
    color: #FFF;
    font-weight: 600;
    padding: .3em 1em;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 700px) {
    .training h3 {
        font-size: 1.5em;
        margin-bottom: .5em;
    }
}

.training ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    margin-top: 1.5em;
}

@media (max-width: 700px) {
    .training ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.training ul li {
    width: 33.333%;
}

@media (max-width: 700px) {
    .training ul li {
        width: 100%;
    }
}

.training ul li .inner {
    background: #FFF;
    padding: 15px;
    height: 100%;
}

.training ul li .inner .img {
    padding-top: 66.666%;
    margin-bottom: 20px;
}

.training ul li .inner h4 {
    color: #2761A7;
    text-align: center;
    font-size: 1.25em;
}

.access-map iframe {
    height: 460px;
}

/*==================================================================================================
	企業担当者の方へ For Companies
==================================================================================================*/
.forcompanies {
    text-align: center;
}

.forcompanies img {
    max-width: 925px;
}

.forcompanies p {
    background: #2761A7;
    color: #FFF;
    font-size: 2.25em;
    font-weight: 600;
    max-width: 925px;
    margin: 0 auto;
    line-height: 1.5;
    padding: .3em 1em;
}

@media (max-width: 840px) {
    .forcompanies p {
        font-size: 1.5em;
    }
}

@media (max-width: 540px) {
    .forcompanies p {
        font-size: 1.2em;
    }
}

.strengths ul li {
    margin: 25px 0 25px 50px;
    background: #F1F1F1;
    padding: 20px 20px 20px 70px;
    position: relative;
}

@media (max-width: 540px) {
    .strengths ul li {
        margin: 20px 0 20px 25px;
        padding: 15px 15px 15px 40px;
    }
}

.strengths ul li .num {
    color: #2761A7;
    font-size: 4.25em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: -40px;
}

@media (max-width: 540px) {
    .strengths ul li .num {
        font-size: 3.8em;
        top: -20px;
        left: -35px;
        line-height: 1;
    }
}

.strengths ul li h3 {
    color: #2761A7;
    font-weight: 600;
    font-size: 2em;
}

@media (max-width: 540px) {
    .strengths ul li h3 {
        font-size: 1.5em;
    }
}

.challenge ul li {
    margin: 60px auto;
}

.challenge ul li h3 {
    color: #FFF;
    background: #2761A7;
    font-size: 2em;
    font-weight: 600;
    padding: .3em 1em;
    width: calc(100% - 50px);
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 540px) {
    .challenge ul li h3 {
        font-size: 1.5em;
        margin-bottom: .5em;
    }
}

.challenge ul li h3::after {
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    content: '';
    border-width: 64px 50px 0 0;
    border-style: solid;
    border-color: #2761A7 transparent transparent transparent;
}

@media (max-width: 540px) {
    .challenge ul li h3::after {
        right: -35px;
        border-width: 42px 35px 0 0;
    }
}

.challenge ul li figure {
    margin-top: 30px;
}

.services {
    background: #2761A7;
}

.services-list {
    background: #FFF;
    margin: 60px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
}

@media (max-width: 700px) {
    .services-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        margin: 40px auto;
    }
}

.services-img {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 700px) {
    .services-img {
        width: 100%;
    }
}

.services-img img {
    max-width: 480px;
}

.services-contents {
    width: 60%;
}

@media (max-width: 700px) {
    .services-contents {
        width: 100%;
        margin-top: 20px;
    }
}

.services-contents h3 {
    color: #FFF;
    background: #2761A7;
    font-size: 2em;
    font-weight: 600;
    padding: .3em 1em;
    width: calc(100% - 50px);
    position: relative;
}

@media (max-width: 540px) {
    .services-contents h3 {
        width: calc(100% - 40px);
        font-size: 1.5em;
    }
}

.services-contents h3::after {
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    content: '';
    border-width: 64px 50px 0 0;
    border-style: solid;
    border-color: #2761A7 transparent transparent transparent;
}

@media (max-width: 540px) {
    .services-contents h3::after {
        right: -35px;
        border-width: 42px 35px 0 0;
    }
}

.services-contents h4 {
    color: #2761A7;
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 20px;
}

.services-contents ol li {
    position: relative;
    line-height: 30px;
    margin: 7px 0 7px 40px;
    padding-left: 5px;
    font-weight: bold;
    counter-increment: number 1;
}

.services-contents ol li::before {
    content: counter(number, decimal-leading-zero);
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: #609BD2;
    text-align: center;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 1px;
}

/*==================================================================================================
	お問い合わせ contact
==================================================================================================*/
.contact-mail {
    background: -webkit-gradient(linear, left top, left bottom, from(#2761a7), to(#FFF));
    background: -webkit-linear-gradient(#2761a7, #FFF);
    background: linear-gradient(#2761a7, #FFF);
    padding: 80px 0;
}

.contact-mail-txt {
    text-align: center;
}

.contact-mail .sec-ttl {
    padding-top: 80px;
}

@media (max-width: 540px) {
    .contact-mail .sec-ttl {
        padding-top: 30px;
    }
}

.contact-mail .mailform {
    max-width: 780px;
    margin: 0 auto;
}

.contact-mail .mailform-wrap {
    background: #FFF;
    border-radius: 30px;
    width: 100%;
    padding: 0 5% 30px;
}

.mailform-table {
    margin: 40px auto;
}

@media (max-width: 540px) {
    .mailform-table {
        margin: 0;
    }
}

.mailform-table dl {
    line-height: 1.8em;
    width: 100%;
    padding: 1.5em 1em;
    border-bottom: solid 1px #F1F1F1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .mailform-table dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .mailform-table dl {
        line-height: 1.2em;
        padding: 15px 0;
    }
}

.mailform-table dt {
    margin-right: 0.5em;
    width: 30%;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
}

@media (max-width: 840px) {
    .mailform-table dt {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mailform-table dd {
    width: 70%;
    padding-left: 1.5em;
}

@media (max-width: 840px) {
    .mailform-table dd {
        padding-left: 0;
        width: 100%;
    }
}

.mailform-table .required::after {
    content: "必須";
    background: #2761A7;
    color: #FFF;
    padding: 0 1em;
    position: absolute;
    right: 20px;
    text-align: center;
    font-weight: 400;
    font-size: .8em;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .mailform-table .required::after {
        right: 0;
        padding: 0 1em;
    }
}

@media (max-width: 840px) {
    .mailform-table .required::after {
        margin-left: 10px;
        position: relative;
        padding: .2em 1.5em;
    }
}

@media (max-width: 700px) {
    .mailform-table .required::after {
        font-size: .8em;
    }
}

.txt-area {
    width: 100%;
    padding: 0 10px;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    background: #F8F8F8;
    border: none;
}

.txt-area.txt-area2 {
    min-height: 200px;
}

.privacy-policy, .privacy-policy-check, .kakunin {
    margin: 30px auto;
    text-align: center;
}

@media (max-width: 840px) {
    .privacy-policy, .privacy-policy-check, .kakunin {
        margin: 25px auto;
    }
}

.privacy-policy-body {
    background: #F8F8F8;
    height: 200px;
    font-size: .75em;
    margin: 20px auto;
    overflow-y: scroll;
    text-align: left;
}

.privacy-policy-body article {
    padding: 2em;
}

.privacy-policy-body h3, .privacy-policy-body h4 {
    margin: 1.4em 0 .5em;
    font-size: 1.2em;
    font-weight: 600;
    color: #7d7d7d;
    position: relative;
}

.privacy-policy-body h3 {
    padding-left: 1em;
}

.privacy-policy-body h3::before {
    position: absolute;
    content: "";
    background: #2761A7;
    width: 10px;
    height: 10px;
    top: 20%;
    left: 0;
}

.privacy-policy-body h4 {
    padding-left: .7em;
}

.privacy-policy-body h4::before {
    position: absolute;
    content: "";
    background: #2761A7;
    width: 3px;
    height: 14px;
    top: 10%;
    left: 0;
}

.privacy-policy-body h3:first-child, .privacy-policy-body .privacy-policy-body h4:first-child, .privacy-policy-body .privacy-policy-body p:first-child {
    margin-top: 0;
}

.privacy-policy-check label span {
    margin-left: 3px;
}

.privacy-policy-txt a {
    text-decoration: underline;
}

.privacy-policy-txt a:hover {
    color: #2761A7;
}

.radio-form li, .check-form li {
    display: inline-block;
}

.date-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.date-form li {
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px 0;
}

.date-form li input {
    margin-left: 5px;
}

input[type=radio] {
    display: none;
}

.radiobtn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.radiobtn::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    left: 5px;
    margin-top: -7px;
    position: absolute;
    top: 45%;
    width: 14px;
}

.radiobtn::after {
    background: #2761A7;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 10px;
}

input[type=radio]:checked + .radiobtn::before {
    border-color: #2761A7;
}

input[type=radio]:checked + .radiobtn::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    margin-right: 15px;
    position: relative;
    width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::before {
    background: #fff;
    border: 1px solid rgba(39, 97, 167, 0.4);
    border-radius: 3px;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.checkbox::after {
    border-right: 3px solid #2761A7;
    border-bottom: 3px solid #2761A7;
    content: '';
    display: block;
    height: 15px;
    width: 8px;
    top: 55%;
    left: 8px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.checkbox:hover::before {
    border-color: #2761A7;
}

input[type=checkbox]:checked + .checkbox::before {
    border-color: #2761A7;
}

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
    transform: rotate(45deg) scale3d(1, 1, 1);
}

.kakunin .btn-more {
    border: none;
}

.kakunin .btn-more[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.privacypolicy {
    margin-bottom: 50px;
}

.privacypolicy_txt {
    text-align: center;
    font-weight: 600;
}

.privacypolicy_body {
    margin: 30px auto;
}

.privacypolicy_body h2 {
    font-size: 1.75em;
    text-align: center;
}

.privacypolicy_body h3 {
    font-size: 1.1em;
    margin: 1.25em 0 -.25em;
    padding-left: .5em;
    border-left: 5px solid #2761A7;
}

/*==================================================================================================
	ヒアリングシート hearingsheet
==================================================================================================*/
.hearingsheet-wrap {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 50px;
}

@media (max-width: 840px) {
    .hearingsheet-wrap {
        padding: 20px;
    }
}

@media (max-width: 540px) {
    .hearingsheet-wrap {
        padding: 20px;
    }
}

.hearingsheet-form-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hearingsheet-form-table dl {
    padding: 20px;
}

@media (max-width: 540px) {
    .hearingsheet-form-table dl {
        padding: 10px 0;
    }
}

.hearingsheet-form-table .width-half {
    width: 50%;
}

@media (max-width: 540px) {
    .hearingsheet-form-table .width-half {
        width: 100%;
    }
}

.hearingsheet-form-table .width-full {
    width: 100%;
}

@media (max-width: 540px) {
    .hearingsheet-form-table .width-full {
        width: 100%;
    }
}

.hearingsheet-form-table .width-4-1 {
    width: 25%;
}

@media (max-width: 540px) {
    .hearingsheet-form-table .width-4-1 {
        width: 50%;
    }
}

.hearingsheet-form-table dt {
    color: #2761A7;
}

.hearingsheet-form-table dd.flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hearingsheet-form-table dd.flex span {
    display: inline-block;
}

.hearingsheet-form-table dd .checkbox-form li {
    display: inline-block;
}

/*==================================================================================================
	確認画面 mailphp
==================================================================================================*/
.hearingsheet-confirm {
    margin-top: 100px;
}

.mailphp-header {
    margin-bottom: 3em;
}

.mailphp-header-title {
    text-align: center;
    color: #2761A7;
    font-family: "Oswald", sans-serif;
    font-size: 2em;
}

.mailphp-main p {
    text-align: center;
}

.mailphp-main .confirm-item {
    margin: 1em 0;
}

.mailphp-main .confirm-item .confirm-item-label {
    color: #2761A7;
    font-weight: 700;
    padding: .5em;
}

.mailphp-main .confirm-item .confirm-item-body {
    background: #f1f1f1;
    padding: .5em;
}

.mailphp-footer .confirm-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em;
}

@media (max-width: 400px) {
    .mailphp-footer .confirm-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.mailphp-footer .confirm-btns .confirm-btn {
    border: solid 2px #2761A7;
    background: none;
    margin: 5px;
    position: relative;
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-back {
    padding: 1em 2em 1em 2.5em;
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-back::after {
    content: "\f0141";
    font-family: 'icomoon';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-submit {
    padding: 1em 2.5em 1em 2em;
    background: #2761A7;
    color: #FFF;
    font-size: 1.25em;
}

.mailphp-footer .confirm-btns .confirm-btn.confirm-btn-submit::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.mailphp-footer .confirm-btns .confirm-btn:hover {
    opacity: .6;
}

/*==================================================================================================
	404
==================================================================================================*/
.error h2, .thanks-content h2 {
    color: #2761A7;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}

.error-txt, .thanks-content-txt {
    margin: 2em auto;
    text-align: center;
}
