@charset "utf-8";

.top_main_content {
    display: flex;
    padding: 140px 0 50px;
    box-sizing: border-box;
}
.top_main_left {
	width: 30%;
}
.top_main_left_box {
	position: absolute;
	width: 100%;
	border-left: 5px solid #15355A;
	padding-left: 150px;
	padding-right: 150px;
	box-sizing: border-box;
    margin-top: 110px;
}
.top_main_left_en {
	font-size: 18px;
    letter-spacing: 0.2em;
}
.top_main_left_image {
    padding-top: 30px;
    padding-bottom: 50px;
}

.top_main_bg {
    background-image: url(../images/top/main_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    height: 716px;
    max-height: 716px;
}

.top_concept {
    padding-top: 116px;
    margin-top: -116px;
}
.top_concept_content {
    position: relative;
	max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}
.concept_content_visible {
    overflow: visible;
}
.top_concept_box {
	width: 50%;
}
.concept_left {
	padding-top: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
    left: -50px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 1.0s ease;
}
.concept_left_fadein {
    top: 0;
    left: 0;
    opacity: 1;
}
.concept_right {
    position: relative;
    top: 100px;
    right: -100px;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}
.concept_right_fadein {
    top: 0;
    left: 0;
    opacity: 1;
}
.top_concept_logo {
    text-align: right;
    padding-bottom: 60px
}
.top_concept_title {
    position: absolute;
    top: 50px;
}
.top_concept_subTitle {
	color: #0085B2;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
.top_concept_explain {
	width: 80%;
    text-align: justify;
    line-height: 1.8;
}

.top_service {
    padding-top: 116px;
    margin-top: -116px;
}
.top_service_content {
	position: relative;
	max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px 120px;
    box-sizing: border-box;
    overflow: hidden;
}
.service_content_visible {
    overflow: visible;
}
.top_service_textBox {
    position: relative;
    max-width: 970px;
    padding: 50px 20px;
    z-index: 100;
    margin: 0 auto;
    box-sizing: border-box;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}
.top_service_textBox_fadein {
    top: 0;
    opacity: 1;
}
.top_service_title {
	padding-bottom: 90px;
}
.top_service_subTitle {
	color: #0085B2;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
.top_service_explain {
	background-color: rgba(21,53,90,0.9);
    padding: 30px 50px;
    max-width: 700px;
    box-sizing: border-box;
    color: #fff;
    text-align: justify;
}
.ervice_explain_ex {
	padding-bottom: 20px;
}
.service_explain_p1 {
	line-height: 2.0;
    padding: 20px 0 40px 0;
    box-sizing: border-box;
}
.service_explain_h2 {
	font-size: 20px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.top_service_bgBox {
	position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.tpo_service_logo {
	text-align: center;
	padding-bottom: 50px;
	box-sizing: border-box;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}
.tpo_service_logo_fadein {
    top: 0;
    opacity: 1;
}
.top_service_image1 {
	text-align: right;
    position: relative;
    right: -100px;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}
.top_service_image1_fadein {
    right: 0;
    opacity: 1;
}
.top_service_image2 {
	text-align: left;
    position: relative;
    left: -100px;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}
.top_service_image2_fadein {
    left: 0;
    opacity: 1;
}

.top_aboutus {
    padding-top: 116px;
    margin-top: 0;
	background-color: #15355A;
}
.top_aboutus_content {
    max-width: 990px;
    margin: 0 auto;
    padding: 20px 10px 110px;
    box-sizing: border-box;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}
.top_aboutus_content_fadein {
    top: 0;
    opacity: 1;
}
.top_aboutus_titleBox {
    position: relative;
    padding-bottom: 80px;
}
.top_aboutus_logo {
    padding-left: 100px;
}
.top_aboutus_title {
    position: absolute;
    top: 45px;
    left: 0;
}
.top_aboutus_subTitle {
	color: #ffffff;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}

.top_aboutus_kg {
	padding-bottom: 10px;
}
.top_aboutus_info {
	width: 100%;
	display: flex;
}
.aboutus_info_list {
	color: #fff;
	width: 50%;
	padding: 0 5px;
    box-sizing: border-box;
}
.info_list_item {
	display: flex;
    padding: 5px 0;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
.info_list_item_title {
	width: calc(35% - 4px);
    padding-right: 4px;
    word-wrap: break-word;
}
.info_list_item_data {
    width: calc(78% - 4px);
    padding-left: 4px;
}
.info_list_item_data > a {
    color: #fff;
    text-decoration:none;
}

.top_aboutus_map {
	width: 100%;
	height: 450px;
	max-height: 450px;
}
.top_aboutus_map > iframe {
	width: 100%;
	height: 450px;
	max-height: 450px;
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .top_main_content {
        padding: 90px 0 5%;
    }
    .top_main_left {
        width: 20%;
    }
    .top_main_bg {
        width: 80%;
        height: 350px;
        max-height: 350px;
    }
    .top_main_left_box {
        margin-top: 10%;
        padding: 0 6%;
    }
    .top_main_left_en {
        font-size: 14px;
    }
    .top_main_left_image {
        padding: 4% 0;
    }

    .top_concept {
        padding-top: 86px;
        margin-top: -86px;
    }
    .top_concept_content {
        padding: 5% 0;
        flex-direction: column;
    }
    .concept_left {
        width: 100%;
        padding-top: 2%;
        padding-right: 10%;
        box-sizing: border-box;
    }
    .concept_right {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
    .top_concept_logo {
        width: 80%;
        margin: 0 auto;
    }
    .top_concept_title {
        position: absolute;
        top: 70px;
        width: calc(100% - 4%);
        margin: 0 auto;
        text-align: center;
    }
    .top_concept_explain {
        width: 100%;
    }

    .top_service {
        overflow: hidden;
        padding-top: 86px;
        margin-top: -86px;
    }
    .top_service_content {
        padding: 5% 0;
    }
    .top_service_textBox {
        width: 100%;
        padding: 10% 2%;
    }
    .top_service_title {
        text-align: center;
        padding-bottom: 50px;
    }
    .top_service_bgBox {
        top: 4%;
        padding: 0;
    }
    .tpo_service_logo {
        padding-bottom: 60px;
        width: 94%;
        margin: 0 auto;
    }
    .top_service_explain {
        padding: 10px 20px;
    }
    .service_explain_p1 {
        padding: 0 0 20px 0;
    }
    .ervice_explain_ex {
        padding-bottom: 10px;
    }

    .top_aboutus {
        padding-top: 86px;
    }
    .top_aboutus_content {
        padding: 20px 2% 50px;
    }
    .top_aboutus_titleBox {
        padding-bottom: 50px;
    }
    .top_aboutus_logo {
        padding: 0;
    }
    .top_aboutus_title {
        width: 100%;
        text-align: center;
        top: 30px;
    }
    .top_aboutus_info {
        flex-direction: column;
    }
    .aboutus_info_list {
        width: 100%;
        padding: 0;
    }
    .top_aboutus_map {
        height: 300px;
        max-height: 300px;
    }
}

/* ===================================================================================
 印刷用
 =================================================================================== */
@media print {
    .top_main_content {
        padding-top: 20px;
    }
    .concept_left {
        padding-top: 60px;
        padding-right: 60px;
        box-sizing: border-box;
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
    }
    .concept_right {
        position: relative;
        top: 100px;
        right: -100px;
        top: 0;
        left: 0;
        opacity: 1;
    }
    .top_service_textBox {
        position: relative;
        max-width: 970px;
        padding: 50px 20px;
        z-index: 100;
        margin: 0 auto;
        box-sizing: border-box;
        top: 0;
        opacity: 1;
    }
    .tpo_service_logo {
        text-align: center;
        padding-bottom: 50px;
        box-sizing: border-box;
        position: relative;
        top: 0;
        opacity: 1;
    }
    .top_service_image1 {
        text-align: right;
        position: relative;
        right: 0;
        opacity: 1;
    }
    .top_service_image2 {
        text-align: left;
        position: relative;
        left: 0;
        opacity: 1;
    }
    .top_aboutus_content {
        max-width: 990px;
        margin: 0 auto;
        padding: 40px 10px 110px;
        box-sizing: border-box;
        position: relative;
        top: 0;
        opacity: 1;
    }
    .top_aboutus_map {
        display: none;
    }
}