@charset "UTF-8";

.main_visual.pc .text {
    float: left;
    text-align: right;
    width: 25%;
    margin-top: 90px;
    margin-left: 1%;
    margin-right: 4%;
}

.main_visual.pc .photo {
    float: right;
    width: 70%;
    height: 600px;
    background: url(../img/main_visual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 20px 0 0 20px;
}

.main_text {
    text-align: right;
    padding-top: 10px;
}

@media screen and (max-width: 750px) {
    .main_visual.sp img {
        width: 100%
    }

    .main_text {
        text-align: center;
        padding-top: 10px;
        line-height: 1.4
    }

    .main_text h1 {
        font-size: 4vw;
    }
}



.top_service {
    padding: 100px 0
}

.top_service .title_en,
.top_service .title_ja,
.top_service .text {
    text-align: center;
}

.top_service .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
}

.top_service .title_ja:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #30ACBF;
    /*下線の色*/
}

.top_service .text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
}

.top_service ul li {
    width: 380px;
    float: left;
    margin: 80px 30px 0 0;
}

.top_service ul li:last-child {
    margin-right: 0;
}

.top_service ul li dl dt h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
    .top_service {
        padding: 60px 0
    }

    .top_service .text {
        font-size: 3.5vw;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .top_service ul li {
        width: 100%;
        float: none;
        margin: 50px 0 0 0;
        text-align: center;
    }

    .top_service ul li img {
        width: 90%;
    }
    .top_service ul li dl dt h3 {
    margin-bottom: 0;
}
}

/*お客様の声*/
.top_voice {
    padding: 100px 0;
}

.top_voice .top_voice_left {
    float: left;
}

.top_voice .top_voice_right {
    float: right;
}

.top_voice .top_voice_left .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
}

.top_voice .top_voice_left .title_ja:before {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #30ACBF;
    /*下線の色*/
}

.top_voice .top_voice_left .text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
}

.top_voice .top_voice_left a.gradient1 {
    margin: 30px 0 0 0;
}

@media screen and (max-width: 750px) {
    .top_voice {
        padding: 60px 0;
    }

    .top_voice .top_voice_left {
        float: none;
        text-align: center;
    }

    .top_voice .top_voice_right {
        float: none;
        padding: 50px 0 0;
        text-align: center;
    }

    .top_voice .top_voice_right img {
        width: 90%;
    }

    .top_voice .top_voice_left .title_ja:before {
        left: 50%;
    }

    .top_voice .top_voice_left .text {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .top_voice .top_voice_left a.gradient1 {
        margin: 30px auto 0;
    }

}

.top_company {
    padding: 100px 0;
    text-align: right;
    background-image: url('../img/bg_company.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.top_company .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
}

.top_company .title_ja:before {
    content: '';
    position: absolute;
    right: -1%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #30ACBF;
    /*下線の色*/
}

.top_company .text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
}

.top_company a.gradient1 {
    margin: 30px 0 0 930px;
}


@media screen and (max-width: 750px) {
    .top_company {
        text-align: center;
        padding: 60px 0;
    }

    .top_company .title_ja:before {
        right: 42%;
    }

    .top_company .text {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .top_company a.gradient1 {
        margin: 30px auto 0;
    }
}

/*お知らせ*/
.top_news {
    padding: 100px 0;
}

.top_news .title_en {
    text-align: center;
}

.top_news .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
    text-align: center;
}

.top_news .title_ja:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #30ACBF;
    /*下線の色*/
}

.top_news ul {
    width: 800px;
    margin: 100px auto;
}

.top_news ul li {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    vertical-align: middle;
}

.top_news ul li dl dt {
    float: left;
    padding: 4px 0 0 0;
}

.top_news ul li dl dd {
    float: left;
}

.top_news ul li dl dd span {
    background: #2FACBF;
    color: #ffffff;
    padding: 5px;
    margin: 0 20px;
    font-size: 13px;
    width: 80px;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .top_news {
        padding: 60px 0;
    }

    .top_news ul {
        width: 100%;
        margin: 50px auto 50px;
        padding: 0 20px;
    }

    .top_news ul li dl dt {
        float: none;
        padding: 0 0 5px 0;
    }

    .top_news ul li dl dd {
        float: none;
    }

    .top_news ul li dl dd span {
        padding: 5px;
        margin: 0 10px 0 0;
    }
}

/*お問い合わせ*/
.top_contact {
    padding: 100px 0;
    background: linear-gradient(135deg, #043A96 0%, #2FACBF 100%);
    background-position: 1% 100%;
    background-size: 100% auto;
}

.top_contact .title_en {
    text-align: center;
}

.top_contact .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
    text-align: center;
    color: #ffffff;
}

.top_contact .title_ja:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #ffffff;
    /*下線の色*/
}

.top_contact ul.top_tel {
    text-align: center;
}

.top_contact ul.top_tel li {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 30px 10px 0;
    text-align: center;
}

.top_contact ul.top_tel li a {
    color: #ffffff;
}


@media screen and (max-width: 750px) {
    .top_contact {
        padding: 60px 0;
    }

    .top_contact ul.top_tel li {
        font-size: 7vw;
        line-height: 1.2;
    }
}


/*事業内容*/
.service .title_style {
    padding: 0 0 40px;
}

.service h3 {
    font-size: 42px;
}

.service ul li:nth-child(1) dl dt {
    float: left;
}

.service ul li:nth-child(1) dl dd {
    float: left;
    width: 500px;
    font-size: 20px;
    padding: 50px 0 0 50px;
    line-height: 1.6;
    margin-bottom: 100px;
}

.service ul li:nth-child(2) dl dt {
    float: right;
}

.service ul li:nth-child(2) dl dd {
    float: left;
    width: 500px;
    font-size: 20px;
    padding: 50px 0 0 50px;
    line-height: 1.6;
    margin-bottom: 100px;
}

.service ul li:nth-child(3) dl dt {
    float: left;
}

.service ul li:nth-child(3) dl dd {
    float: left;
    width: 500px;
    font-size: 20px;
    padding: 50px 0 0 50px;
    line-height: 1.6;
}

.service ul li:nth-child(1) dl dt {
    float: left;
}

.service ul li:nth-child(1) dl dd {
    float: left;
    width: 500px;
    font-size: 20px;
    padding: 50px 0 0 50px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .service h3 {
        font-size: 32px;
    }

    .service ul li:nth-child(1) dl dt img {
        width: 100%;
        padding-right: 5%;
    }

    .service ul li:nth-child(1) dl dd {
        width: 100%;
        font-size: 16px;
        padding: 50px 5% 0 5%;
        line-height: 1.6;
    }

    .service ul li:nth-child(2) dl dt img {
        width: 100%;
        padding-left: 5%;
    }

    .service ul li:nth-child(2) dl dd {
        width: 100%;
        font-size: 16px;
        padding: 50px 5% 0 5%;
        line-height: 1.6;
    }

    .service ul li:nth-child(3) dl dt img {
        width: 100%;
        padding-right: 5%;
    }

    .service ul li:nth-child(3) dl dd {
        width: 100%;
        font-size: 16px;
        padding: 50px 5% 0 5%;
        line-height: 1.6;
    }
}


/*お客様の声*/
.voice .title_style {
    padding: 0 0 40px;
}

/*お知らせ*/
.news .title_style {
    padding: 0 0 40px;
}

/*プライバシーポリシー*/
.privacy .title_style {
    padding: 0 0 40px;
}

/*会社概要*/
.company .title_style {
    padding: 0 0 40px;
}

/*お客様の声*/
.voice .title_style {
    padding: 0 0 40px;
}

.company-inner {
    width: 800px;
    margin: auto;
}

.company .company-inner .message .word {
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0 15px;
}

.company .company-inner .message .name {
    font-size: 18px;
    font-weight: bold;
}

.company .company-inner .message .text {
    font-size: 20px;
    line-height: 1.8;
    padding: 50px 0 100px;
    letter-spacing: 2px;
}

.company .company-inner .overview h3 {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
}

.company .company-inner .overview table {
    width: 100%;
    line-height: 1.5;
}

.company .company-inner .overview table tr {
    border-top: 1px solid #043A96;
    border-bottom: 1px solid #043A96;
}

.company .company-inner .overview table tr th,
.company .company-inner .overview table tr td {
    padding: 30px 0;
}

.company .company-inner .overview table tr th {
    width: 25%;
}

.company .company-inner .overview table tr td {
    width: 75%;
}

@media screen and (max-width: 750px) {
    .company-inner {
        width: 100%;
        margin: auto;
        padding: 0 5%;
    }

    .company .company-inner .message .text {
        font-size: 16px;
        line-height: 1.8;
        padding: 50px 0 50px;
        letter-spacing: 2px;
    }
}

/*お客様の声*/
.voice .voice_list {
    width: 800px;
    margin: auto;
    text-align: left;
}

.voice ul.voice_list>li {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
}

.voice .voice_list li:first-child {
    padding-top: 0;
}

.voice .voice_list li:last-child {
    border-bottom: none;
}

.voice .voice_list dl {
    display: flex;
}

.voice .voice_list dl dt {
    padding-right: 30px;
}

.voice .voice_list dl dd h2.voice_company {
    font-size: 28px;
}

.voice .voice_list dl dd p.text {
    text-align: left;
}

@media screen and (max-width: 750px) {
    .voice .voice_list {
        width: 90%;
    }

    .voice .voice_list dl {
        display: block;
    }

    .voice .voice_list dl dt {
        padding-right: 0;
        text-align: center;
    }

    .voice .voice_list dl dd h2.voice_company {
        margin-top: 20px;
    }
}

/*お客様の声*/


/*プライバシーポリシー*/
.privacy .privacy-inner {
    width: 800px;
    margin: auto;
}

.privacy .privacy-inner ul {
    padding: 30px 0;
}

.privacy .privacy-inner ul.privacy_list li {
    padding: 20px 0;
}

.privacy .privacy-inner ul.privacy_list li dl dt {
    font-weight: bold;
}


/*お知らせ*/
.under_news {
    width: 800px;
    margin: auto;
}

.under_news .title_en {
    text-align: center;
}

.under_news .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
    text-align: center;
}

.under_news .title_ja:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #30ACBF;
    /*下線の色*/
}

.under_news h1 {
    font-size: 32px;
    margin: 5px 0 0;
    line-height:1.3;
}

.under_news .news_content {
    padding: 10px 0 20px;
}

.under_news .news_content p {
    padding: 5px 0;
    line-height: 2;
}

.under_news ul li {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    vertical-align: middle;
}

.under_news ul li dl dt {
    float: left;
    padding: 4px 0 0 0;
}

.under_news ul li dl dd {
    float: left;
}

.under_news ul li dl dd span {
    background: #2FACBF;
    color: #ffffff;
    padding: 5px;
    margin: 0 20px;
    font-size: 13px;
    width: 80px;
    display: inline-block;
    text-align: center;
}

.post_navi {
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.post_navi .previous {
    line-height: 1.2;
    margin: 3px;
}

.post_navi .next {
    line-height: 1.2;
    margin: 3px;
}



@media screen and (max-width: 750px) {
    .under_news {
        width: 100%;
        padding: 0 5%;
    }

    .under_news ul li dl dt {
        float: none;
        padding: 0 0 5px 0;
    }

    .under_news ul li dl dd {
        float: none;
    }

    .under_news ul li dl dd span {
        padding: 5px;
        margin: 0 10px 0 0;
    }
}

/*お知らせ*/




.privacy .privacy-inner ul {
    padding: 30px 0;
}

.privacy .privacy-inner ul.privacy_list li {
    padding: 20px 0;
}

.privacy .privacy-inner ul.privacy_list li dl dt {
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .privacy .privacy-inner {
        width: 100%;
        padding: 0 5%;
    }

}



/*お問い合わせフォーム*/
.contact .contact-page-explain {
    text-align: center;
    line-height: 1.5;
}

.contact .contact-page-tel {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    padding: 50px 0;
}

.contact .form-table {
    width: 700px;
    margin: 0 auto 40px;
    text-align: left;
    border: 1px solid #333333;
}

.contact .form-table th {
    padding: 10px;
    width: 35%;
    border: 1px solid #333333;
    vertical-align: middle;
    background: #fcfcfc;
    line-height: 1.2;
}

.contact .form-table th span {
    color: #ffffff;
    background: #2FACBF;
    font-size: 11px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 5px;
    float: right;
}

.contact .form-table td {
    padding: 15px;
    width: 65%;
    border: 1px solid #333333;
    vertical-align: middle;
}

.form-table td input,
.form-table td textarea {
    padding: 5px;
    width: 100%;
}

.form-table td input.age {
    width: 30px;
}

.form-table td .remarks {
    line-height: 1.2;
    margin-top: 10px
}

.form-table td textarea {
    width: 100%;
}

.contact .gradient1 input {
    color: #ffffff;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    font-size:16px;
    letter-spacing: 1px;
}
.wpcf7-spinner {
    display: none !important;
}
input, textarea, select {
	font-size: 16px;
}

@media screen and (max-width: 750px) {
    .contact .form-table {
        width: 90%;
    }

    .contact .contact-page-tel {
        font-size: 10vw;
        padding: 20px 0;
    }

    .contact .form-table th span {
        float: none;
        margin-top: 5px;
        display: inline-block;
        font-size: 10px;
    }

    .contact .form-table th {
        font-size: 13px;
    }

}

.thanks-page {
    width: 800px;
    margin: auto;
    padding: 60px 0;
}

.thanks-page h2 {
    font-size: 60px;
    line-height: 1.3;
    text-align: center;
}

.thanks-page p.explain {
    padding: 30px 0;
}

.thanks-page p.to-top {
    text-align: center;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .thanks-page {
        width: 100%;
        margin: auto;
        padding: 60px 0;
    }

    .thanks-page h2 {
        font-size: 7vw;
        line-height: 1.2;
        text-align: center;
    }

    .thanks-page p.explain {
        padding: 30px 15px;
    }
}