@charset "utf-8";

#feature .page_teaser {
    background-image: url(../img/features_teaserbg.jpg);
    background-size: cover;
}

#schedule .page_teaser {
    background-image: url(../img/schedule_teaserbg.jpg);
    background-size: cover;
    background-position: center;
}

#recruit .page_teaser {
    background-image: url(../img/recruit_teaserbg.jpg);
    background-size: cover;
}

#company .page_teaser {
    background-image: url(../img/company_teaserbg.jpg);
    background-size: cover;
}

#inquiry .page_teaser {
    background-image: url(../img/inquiry_teaserbg.jpg);
    background-size: cover;
}

#privacy .page_teaser {
    background-image: url(../img/inquiry_teaserbg.jpg);
    background-size: cover;
    background-position: right;
}

.page_teaser h2 {
    padding: 80px;
    text-align: center;
    font-size: 30px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h3 span {
    color: #EF7C00;
}

#schedule h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2em;
    margin-top: 48px;
}

h4 {
    font-weight: 500;
    font-size: 24px;
}

.feature_list_wp {
    margin: 56px 0;
}

.feature_list_wp h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0;
}

.feature_list_wp ul {
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature_list_wp ul li {
    width: 32%;
    background-color: #f5f5f5;
    margin-bottom: 24px;
}

.feature_list_wp ul li p {
    margin: 0;
    line-height: 1em;
    padding: 0 0 16px;
}

.example_list {
    background-color: #FDF2E5;
    padding: 32px 0;
    justify-content: center;
}

.example_list_inner {
    background-color: #fff;
    width: 220px;
    height: 220px;
    border-radius: 120px;
    margin: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;

}

.example_list_inner span {
    display: block;
    padding-top: 8px;
    color: #008001;
    width: 200px;
    height: 10px;
}

.example_list_inner p {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

.schedule_list_wp {
    max-width: 1000px;
    margin: 40px auto;
    align-items: start;
    justify-content: space-between;
    position: relative;
}

.schedule_list_wp::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 50px;
    right: 0;
    width: 2px;
    height: 120px;
    margin: 0;
    background-color: #D9D9D9;
}

.schedule_list_wp:last-child::after {
    width: 0;
}

.sche_time {
    font-size: 30px;
    text-align: center;
    width: 100px;
}

.sche_inner {
    align-items: start;
}

.sche_icon {
    width: 40px;
    height: 40px;
    background-color: #EF7C00;
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
}

.sche_inner img {
    width: 240px;
}

.sche_inner h4 {
    width: 170px;
    text-align: left;
    margin: 0 0 0 8px
}

.sche_inner p {
    text-align: left;
    width: 460px;
    margin: 0 10px 0 20px;
}

#recruit h3 {
    font-size: 16px;
    margin-top: 48px;
}

.recruit_wp {
    max-width: 1000px;
    margin: 40px auto;
}

#recruit h4 {
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 4px;
}

.recruit_wp dl {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 24px auto;
    background-color: #fff;
    padding: 0 16px;
    line-height: 1.8em;
}

.recruit_wp dt {
    width: 20%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    padding-top: 16px;
}

.recruit_wp dd {
    width: 80%;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    padding-top: 16px;
}

.recruit_inner {
    background-color: #FDF2E5;
    padding: 16px;
}

.comapny_wp {
    max-width: 1000px;
    margin: auto;
}

.comapny_wp h4 {
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 4px;
}

.comapny_wp dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8em;
}

.comapny_wp dt {
    width: 20%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    padding-top: 16px;
}

.comapny_wp dd {
    width: 80%;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    padding-top: 16px;
}

.company_download {
    justify-content: space-between;
    margin-bottom: 80px;
}

.company_download div {
    width: 460px;
    background-color: #F5F5F5;
    margin-top: 8px;
    padding: 8px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}

.company_download div a {
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 2.7em;
    width: 100%;
}

.company_download div img {
    width: 18px;
    padding-right: 8px;
}

.company_download div a .pdficon {
    width: 24px;
}

/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 50%;
    margin: auto;
}

/* Google Mapのiframe */
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#inquiry h3 {
    font-size: 16px;
    margin-top: 48px;
}

.inquiry_wp {
    text-align: center;
}

.inquiry_tel_wp {
    width: 500px;
    margin: auto;
    border: 1px #EF7C00 solid;
    border-radius: 8px;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

.tel_icon_wp {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-left: 16px;
}

.c-form {
    width: 1200px;
    margin: auto;
}

.c-form__item {
    border-bottom: 1px solid #eee;
    padding: 8px;
    display: flex;
    width: 800px;
    margin: auto;

}

.c-form__required {
    padding: 8px 16px;
    background-color: #EF7C00;
    font-size: 12px;
    margin: 8px;
    color: #fff;
}

input {
    border: 1px solid #909090;
    padding: 8px;
    border-radius: 4px;
    width: 70%;
}

::placeholder {
    color: #ccc;
}

.c-form__label {
    width: 30%;
    text-align: left;
}

textarea {
    border: 1px solid #909090;
    padding: 8px;
    border-radius: 4px;
    width: 70%;
}

.check input {
    width: auto;
}

.check label {
    margin-right: 24px;
}

label,
input[type='checkbox'] {
    cursor: pointer;
}

.c-form__submit button {
    background-color: #EF7C00;
    color: #fff;
    border: none;
    padding: 16px 32px;
    margin: 40px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer
}

#inquiry .thanks_wp h3 {
    font-size: 24px;
}

.thanks_toplink {
    margin-top: 40px;
}

.thanks_toplink a {
    text-decoration: underline;
}

.privacy_wp {
    text-align: left;
    width: 1000px;
    margin: 40px auto;
}

.privacy_wp div {
    margin: 40px 0;
}

.privacy_wp ul {
    padding-left: 24px;
}

.privacy_wp ul li {
    list-style: disc;
    margin: 16px 0;
    line-height: 1.8em;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;

}

.oubolink a {
    text-decoration: underline;
}

@media screen and (max-width:1000px) {}

@media screen and (max-width: 768px) {

    .page_teaser h2 {
        padding: 40px;
        text-align: center;
        font-size: 24px;
    }

    .schedule_list_wp {
        display: block;
    }

    .sche_time {
        margin: auto;
    }

    .sche_inner {
        display: block;
    }

    .sche_icon {
        margin: 24px auto 0;
    }

    .sche_inner h4 {
        margin: 8px auto;
        width: auto;
        text-align: center;
    }

    .sche_inner p {
        margin: 24px auto;
        width: 80%;
        text-align: center;
    }

    .schedule_list_wp::after {
        content: unset;

    }

    h3 {
        font-size: 20px;
    }

    .feature_list_wp ul {
        width: 96%;
    }

    .feature_list_wp ul li {
        width: 48%;
    }

    .featurelist_num {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .example_list {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .example_list_inner {
        width: 170px;
        height: 170px;
    }

    #recruit .page_teaser {
        background-size: cover;
        background-position: right;
    }

    .recruit_wp dl {
        display: block;
        width: 100%;
        padding: 0;
    }

    .recruit_wp dt {
        width: 96%;
        background-color: #f5f5f5;
        padding: 16px 2%;
    }

    .recruit_wp dd {
        width: 96%;

        padding: 16px 2%;
    }

    .comapny_inner {
        width: 96%;
        margin: auto;
    }

    .comapny_wp dt {
        width: 38%;
    }

    .comapny_wp dd {
        width: 58%;
    }

    .inquiry_tel_wp {
        width: 80%;
        display: block;
        padding: 16px 0;
    }

    .tel_icon_wp {
        display: block;
    }

    .c-form {
        width: 98%;
    }

    .c-form__item {
        width: 92%;
        display: block;
        text-align: left;
    }

    input {
        width: 90%;
    }

    #inquiry .page_teaser {
        background-position: top;
    }

    .privacy_wp {
        width: 94%;
        margin: auto;
    }

    .company_download {
        display: block;
        margin: auto;
    }

    .company_download div {
        margin: 24px auto;
        width: 80%;
    }



}