﻿@charset "utf-8";

/* common
-------------------------------------------------------------------*/
.overwrap {
	width: 100%;
	overflow:hidden;
}
.overwrap .sitewrap{
	overflow:visible;
}

.back_wrap {
    background: url(../img/bg01.png);
    width: 100%;
    background-size: cover;
    padding-bottom: 100px;
}
.each_title {
    text-align: center;
    color: #00956d;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sub_text {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}


.contact #top_link a {
    position: absolute;
    right: 20px;
    width: 64px;
    height: 64px;
    top: -32px;
    z-index: 20
}

.contact #top_link a.is-fixed {
    position: fixed;
    bottom: 20px;
    top: auto
}

/* header
-------------------------------------------------------------------*/
header#fix_menu {
    top: 0;
    transition: none;
    position: flixed;
    background-color: #fff;
}
header {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 10px 20px;
    align-items: center;
}

header .text {
    letter-spacing: 1px;
    line-height: 1;
}
header .text p {
    color: #e04c4c;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
header .text a {
    position: relative;
    z-index: 5;
    color: #e04c4c;
    font-weight: bold;
    font-size: 30px;
}
header .text a::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/phone_icon.png);
    width: 34px;
    height: 34px;
    left: -42px;
    top: 2px;
}


/* main_visual
-------------------------------------------------------------------*/
.main_visual {
    position: relative;
    z-index: 5;
    background: url(../img/bg_top.png);
    width: 100%;
    padding-top: 180px;
    padding-bottom: 230px;
    margin-top: 80px;
    background-size: cover;
    background-position: center left;
}
.main_visual .text{
    max-width: 800px;
    margin-left: auto;
}
.main_visual h1 {
    position: relative;
    z-index: 5;
    color: #00956d;
    font-size: 70px;
    font-weight: bold;
    margin-left: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
}
.main_visual h1::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/img01.png);
    width: 679px;
    height: 36px;
    right: 50%;
    left: 0;
    margin: auto;
    bottom: -30px;
}
.main_visual p {
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.1;
}
.main_visual p span{
    font-size:75px;
}
.main_visual p span.part{
    color: #00956d;
    font-size: 90px;
}

@media screen and (max-width:1500px) {
    .main_visual {
        /* background-position: 45% 0; */
    }    
}

@media screen and (max-width:1250px) {
    .main_visual p {
        margin-right: 250px;
    }    
}
@media screen and (max-width:1150px) {
    .main_visual p {
        font-size: 80px;
    }
}

@media screen and (max-width:950px) {
    .main_visual {
        background-position: 60% 0;
    } 
    .main_visual p {
        font-size: 60px;
    }
}



/* section_1
-------------------------------------------------------------------*/
.section_1 {
    position: relative;
    z-index: 15;
    margin-top: -90px;
}
.section_1 .white_box {
    width: 100%;
    background-color: #ffffff;
    padding: 70px 50px 100px 50px;
    border-radius: 10px;
}
.section_1 .white_box .subtitle{
    font-size: 1.75rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.section_1 table {
    width: 100%;
    margin-top: 85px;
}
.section_1 table tr:first-child {
    border-top: 1px solid #b9b9b9;
}
.section_1 table tr {
    border-bottom: 1px solid #b9b9b9;
}
.section_1 table th {
    width: 30%;
    background-color: #f9f9f9;
    font-size: 1.25rem;
    padding: 30px 0px 30px 50px;
    font-weight: 500;
}
.section_1 table th.line_over_2 {
    vertical-align: text-bottom;
}
.section_1 table td {
    width: 70%;
    padding: 40px 20px 40px 60px;
    font-size: 1.125rem;
}


/* section_2
-------------------------------------------------------------------*/
.section_2 {
    padding-top: 75px;
}
.section_2 .contact {
    width: 100%;
    background: url(../img/bg02.jpg);
    height: 528px;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}
.section_2 .btn_recruit {
    position: relative;
    z-index: 5;
    font-size: 28px;
    color: #fff;
    width: 100%;
    background-color: #d73939;
    display: block;
    text-align: center;
    border-radius: 100px;
    padding: 30px 0px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.6s;
    transition: background-color 0.6s;
    max-width: 1100px;
    margin: 0 auto 60px auto;
}
.section_2 .btn_recruit::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/phone02.png);
    right: 70%;
    top: 47px;
    left: 0;
    margin: auto;
    width: 68px;
    height: 68px;
}
.section_2 .btn_recruit::after {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/icon01.png);
    right: 0;
    left: 83%;
    margin: auto;
    width: 47px;
    height: 17px;
}
.section_2 .btn_recruit:hover {
    color: #fff;
    background-color: #00956d;
}
.section_2 .btn_recruit span {
    font-size: 40px;
}
.section_2 .contact p {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    padding-left: 275px;
}
.section_2 .contact p a {
    text-decoration: none;
}
.section_2 .contact p::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/mail.png);
    width: 62px;
    height: 47px;
    right: 64%;
    left: 0;
    margin: auto;
    top: 4px;
}

@media screen and (max-width:880px) {
    .section_2 .contact p {
        padding-left: 200px;
    } 
}


/* iphone
-------------------------------------------------------------------*/
@media screen and (max-width:767px) {
    .each_title {
        font-size: 30px;
    }
    .sub_text {
        font-size: 23px;
    }
    .back_wrap {
        padding-bottom: 40px;
        margin-top: 50px;
    }

    header#fix_menu, header#fix_menu.fixedMenu {
        top: 0;
        transition: none;
        position: flixed;
        background-color: #fff;
    }
    header {
        padding: 5px 5px;
    }
    header .logo {
        width: 35%;
    }
    header .logo img {
        width: 100%;
    }
    header .text {
        width: 65%;
        text-align: right;
    }
    header .text p {
        font-size: 14px;
        text-align: right;
    }
    header .text a {
        font-size: 16px;
    }
    header .text a::before {
        background-size: contain;
        width: 25px;
        height: 25px;
        left: -35px;
        top: -4px;
    }

    .main_visual {
        background: url(../img/sp_01.png) no-repeat center;
        background-size: cover;
        padding-top: 300px;
        margin-top: 0;
        padding-bottom: 140px;
    }
    .main_visual h1 {
        font-size: 34px;
        margin-left: 0px;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .main_visual p {
        font-size: 43px;
        margin-right: 0;
        text-align: left;
    }
    .main_visual h1::before {
        background-size: cover;
        width: 100%;
        height: 20px;
        right: 0%;
        bottom: -16px;
    }
    .main_visual p span.part{
        font-size: 43px;
    }
    .section_1 .white_box {
        padding: 30px 15px;
    }
    .section_1 table {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .section_1 table,
    .section_1 table tbody,
    .section_1 table tr,
    .section_1 table th,
    .section_1 table td {
        display: block;
    }
    .section_1 table th {
        width: 100%;
        font-size: 14px;
        padding: 10px 0px 10px 0px;
        text-align: center;
        border-bottom: 1px solid #b9b9b9;
    }
    .section_1 table td {
        width: 100%;
        padding: 20px 0px 20px 10px;
    }

    .section_2 {
        padding-top: 30px;
    }
    .section_2 .contact {
        margin-top: 20px;
        height: auto;
        background: url(../img/sp_02.jpg) no-repeat center;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section_2 .btn_recruit {
        font-size: 16px;
        padding: 15px 0px;
        margin: 0 auto 40px auto;
    }
    .section_2 .btn_recruit span {
        font-size: 20px;
    }
    .section_2 .btn_recruit::before {
        background-size: contain;
        right: 70%;
        top: 27px;
        width: 35px;
        height: 35px;
    }
    .section_2 .btn_recruit::after {
        background-size: contain;
        left: 78%;
        width: 33px;
        height: 12px;
    }
    .section_2 .contact p {
        padding-left: 0px;
    }
    .section_2 .contact p {
        font-size: 4vw;
        padding-left: 70px;
    }
    .section_2 .contact p::before {
        background-size: contain;
        width: 35px;
        right: 86%;
        background-repeat: no-repeat;
    }
    .main_visual p .shinki{
        font-size:30px;
    }
    .main_visual p .part{
        font-size:43px;
    }
    .section_1 .white_box .subtitle{
        font-size: 1.25rem;
        line-height: 2rem;
    }
    #pageTop {
        width: 60px;
        right: 10px;
        bottom: 10px;
    }
}