﻿@charset "utf-8";

/* html5doctor.com Reset Stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
::selection {
    background: #333; color: #fff;
}
body {
    line-height:1;
}
p {
	line-height:1.75;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

@font-face { font-display: swap; }
body {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
	min-width: 320px;
}
.wrapper {
	box-sizing: border-box;
	width: 1340px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
.height0 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
}
.SEO{color: #fff;}
@media screen and (max-width: 1260px) {	
    .wrapper {
        width: 94%;
    }
}



header {
	display: none;
}

@media screen and (max-width: 900px) {
    header {
        display: block;
        width: 100%;
        min-width: 320px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        pointer-events: none;
        background: rgba(255,255,255,0.9);
        border-bottom: solid 1px rgba(0,0,0,.2);
    }
    header .header_logo {
        pointer-events: auto;
        height: auto;
        width: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        transition: all .3s;
    }
    header .header_logo img{
        height: 36px;
    }
    header .header_logo img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    header #btn_menu {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        margin: 11px 16px;
        cursor: pointer;
        transition: all .3s;
        pointer-events: auto;
    }
    header #menu_open {
        position: absolute;
        width: 100%;
        min-width: 320px;
        height: 100vh;
        background: rgba( 0, 0, 0, 0.86);
        text-align: center;
        z-index: 901;
        pointer-events: auto;
    }
    .display {
        display: none;
    }
    header #menu_close {
        position: absolute;
        top: -6px;
        right: 10px;
        color: #fff;
        font-size: 80px;
        font-weight: 100;
        line-height: .75;
        margin: 0;
        cursor: pointer;
        -moz-transform: rotate( 45deg );
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate( 45deg );
        transform: rotate( 45deg );
        transition: all.3s;
    }
    header #menu_open ul {
        margin-top: 80px;
    }
    header #menu_open ul li {
        list-style: none;
        margin-bottom: 40px;
    }
    header #menu_open ul li a {
        color: #fff;
        font-size: 24px;
        text-decoration: none;
        transition: all.3s;
    }
}


.hero_menu {
    font-size: 18px;
    font-weight: 400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 18px;
    background: #fff;
    height: 34px;
    z-index: 9999;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.16);
}
.hero_menu .wrapper {
    position: relative;
}
.hero_menu ul {
    position: absolute;
    top: 0;
    right: 0;
}
.hero_menu li {
    display: inline-block;
    margin-right: 64px;
}
.hero_menu li:last-child {
    margin-right: 0;
}
.hero_menu a {
    transition: all .3s;
    color: #222;
    border-bottom: solid 2px #fff;
}
.hero_menu li:last-child a {
    box-sizing: border-box;
    color: #fff;
    background: #ed4d59;
    padding: 18px 24px 12px 24px;
    border: none;
}
.hero_menu a:hover {
    padding-bottom: 10px;
    border-bottom: solid 2px #222;
}
.hero_menu li:last-child a:hover {
    background: #ff7e88;
}
.hero_menu li.select a {
    padding-bottom: 10px;
    border-bottom: solid 2px #ed4d59;
}
.hero_menu img {
    display: block;
    height: 37px;
    position: absolute;
    margin-top: -11px;
    top: 0;
    left: 0;
    transition: all .3s;
}
.hero_menu img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


@media screen and (max-width: 1340px) {
    .hero_menu {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding-top: 18px;
        height: 34px;
        z-index: 9999;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.16);
    }
    .hero_menu .wrapper {
        width: 100%;
    }
    .hero_menu li {
        margin-right: 40px;
    }
    .hero_menu li:last-child {
        margin-right: 0;
    }
    .hero_menu li a:hover {
        padding-bottom: 12px;
        border-bottom: solid 2px #222;
    }
    .hero_menu li.select a {
        padding-bottom: 12px;
        border-bottom: solid 2px #ed4d59;
    }
    .hero_menu li:last-child a {
        border: none;
        padding: 17px 18px 14px 18px;
    }
    .hero_menu img {
        display: block;
        height: 37px;
        padding-left: 2%;
        margin-top: -11px;
    }
}

@media screen and (max-width: 1100px) {
    .hero_menu {
        font-size: 16px;
        padding-top: 18px;
    }
    .hero_menu .wrapper {
        width: 100%;
    }
    .hero_menu li {
        margin-right: 13px;
    }
    .hero_menu li:last-child {
        margin-right: 0;
    }
    .hero_menu li a:hover {
        padding-bottom: 12px;
        border-bottom: solid 2px #222;
    }
    .hero_menu li.select a {
        padding-bottom: 12px;
        border-bottom: solid 2px #ed4d59;
    }
    .hero_menu li:last-child a {
        border: none;
        padding: 17px 18px 14px 18px;
    }
    .hero_menu img {
        display: block;
        height: 37px;
        padding-left: 2%;
        margin-top: -11px;
    }
}

@media screen and (max-width: 900px) {

    .hero_menu {
        display: none;
    }
}


.main_v {
	background: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-weight: 400;
	padding: 100px 0 60px 0;
}
.main_v p {
	font-size: 38px;
}
.main_v p small {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	font-size: 14px;
}


.content {
	background: #eee;
}
.bread_crumb {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	padding: 10px 0;
	vertical-align: middle;
}
.bread_crumb:before {
	position: relative;
	top: -2px;
	left: 0;
	content: url(../img/bread_crumb.png);
	display: inline-block;
	width: 21px;
	height: 23px;
	vertical-align: middle;
	margin-right: 12px;
}
.bread_crumb a {
	color: #222;
    transition: all .3s;
}
.bread_crumb a:hover {
	color: #ed4d59;
}
.bread_crumb span {
	color: #ed4d59;
}


#contact {
	background: #222;
	color: #fff;
}
#contact .contact_box {
	margin-top: 0;
	padding: 60px 0 90px 0;
	width: 100%;
	text-align: center;
}
.contact_box h5 {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 54px;
    line-height: 1.5;
}
.contact_box .btn_wrapper {
	width: 940px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.contact_box .btn {
	position: relative;
	width: 450px;
	height: 70px;
	border-radius: 35px;
}
.contact_box .btn img {
	position: absolute;
	top: 14px;
	left: 50px;
	width: 54px;
}
.contact_box .btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.contact_box .number {
	background: #4a4a4a;
	margin-right: 40px;
	transition: all .3s;
}
.contact_box .number:hover {
	background: #777;
}
.contact_box .number p {
	font-size: 28px;
	font-weight: 400;
	margin-left: 50px;
	padding-top: 10px;
}
.contact_box .form {
	background: #ed4d59;
	transition: all .3s;
}
.contact_box .form:hover {
	background: #ff7e88;
}
.contact_box .form p {
	font-size: 24px;
	font-weight: 400;
	margin-left: 50px;
	padding-top: 14px;
}
.contact_box .sp {
	display: none;
}
.contact_box small {
	display: block;
	font-weight: 300;
	padding: 54px 0 0 0;
    line-height: 1.75;
}


footer {
	background: #000;
	font-size: 14px;
	font-weight: 300;
	padding: 60px 0 ;
	text-align: center;
}
footer a:hover img {
    opacity: .7;
    transition: all .3s;
}
footer .footer_sns {
	margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
}
footer .footer_sns a {
	width: 40px;
	margin: 0 14px;
}
footer .footer_unimoto {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 40px 30px;
}
footer small {
    display: block;
	color: #fff;
}


@media screen and (max-width: 1260px) {
	
.main_v {
	padding: 90px 0 50px 0;
}
.bread_crumb {
	max-width: 94%;
}
.contact_box .btn_wrapper {
	width: 94%;
	max-width: 1000px;
}
.contact_box .btn {
	width: 46%;
}
.contact_box .btn img {
	left: 40px;
}
.contact_box .number {
	margin: 0 2%;
}
.contact_box .form {
	margin: 0 2%;
}

}

@media screen and (max-width: 900px) {
	
.main_v {
	padding: 90px 0 50px 0;
}
.contact_box h5 {
    display: block;
    margin: 0 auto 50px auto;
    width: 80%;
}
.contact_box .btn_wrapper {
	max-width: 460px;
    width: 80%;
}
.contact_box .btn {
	width: 100%;
}
.contact_box .btn img {
	left: 40px;
}
.contact_box .number {
	margin: 0 0 32px 0;
}
.contact_box .form {
	margin: 0;
}
.contact_box small {
    display: block;
    margin: 0 auto;
	max-width: 460px;
    width: 80%;
}
footer .footer_sns {
    display: block;
}
footer .footer_unimoto {
    display: block;
    margin: 0 0 40px 0;
}

}

@media screen and (max-width: 500px) {
	
.main_v {
	padding: 76px 0 38px 0;
}
.main_v p {
	font-size: 32px;
}
.main_v p small {
	font-size: 12px;
}
.contact_box h5 {
    font-size: 20px;
    width: 90%;
}
.contact_box .btn_wrapper {
    width: 90%;
}
.contact_box .btn {
	height: 60px;
	border-radius: 35px;
}
.contact_box .btn img {
	top: 14px;
	left: 30px;
	width: 36px;
}
.contact_box .number {
	margin: 0 0 32px 0;
}
.contact_box .number p {
	font-size: 22px;
	margin-left: 30px;
	padding-top: 10px;
}
.contact_box .form {
	margin: 0;
}
.contact_box .form p {
	font-size: 20px;
	margin-left: 34px;
	padding-top: 10px;
}
.contact_box small {
	font-size: 12px;
}

footer {
	background: #000;
	font-size: 12px;
	padding: 40px 0 50px 0;
	text-align: center;
}
footer .footer_sns {
	margin-bottom: 30px;
}
footer .footer_sns a img{
	width: 40px;
}
footer .footer_unimoto img {
    max-width: 200px;
    width: 50%;
}

}




/* about */
#about {
	padding: 36px 0 80px 0;
}
#about h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
    font-size: 38px;
	font-weight: 400;
	padding-top: 114px;
}

#about h2 small {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    font-size: 14px;
	margin-top: 24px;
}
#about .wrapper {
	position: relative;
	box-sizing: border-box;
	max-width: 1200px;
	background: #fff;
	//padding: 70px 90px;
    padding: 0;
	margin: 0 auto;
}

#about #introduction {
	text-align: center;
}
#about #introduction h1 {
	margin-top: 60px;
    padding-top: 60px;
	font-size: 40px;
	font-weight: 400;
}

#about #introduction h3 br {
	display: none;
}

#about #introduction p {
	margin-top: 36px;
	font-size: 18px;
	font-weight: 300;
}

#about #introduction img.about_img{
	margin-top: 60px;
}

#about #introduction h4 {
	font-size: 20px;
	margin-top: 60px;
}

#about #introduction .merit {
	margin: 40px 0 0;
}

#about #introduction .merit .box {
	display: flex;
	flex-wrap: wrap;
	margin: 60px;
	background: #fff;
	box-sizing: border-box;
    background: #333333;
}
#about #introduction .merit .box div{
    color: #fff;
}
#about #introduction .merit .box .img-box{
    width: 55%;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 450px;
}
#about #introduction .merit .box:nth-child(1) .img-box{
    background-image: url("../about/img/gururi_about_01.jpg");  
    
}
#about #introduction .merit .box:nth-child(2) .img-box{
    background-image: url("../about/img/gururi_about_02.jpg");    
}
#about #introduction .merit .box:nth-child(3) .img-box{
    background-image: url("../about/img/gururi_about_03.jpg");    
}
#about #introduction .merit .box .text-content{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
    margin-top: auto;
}
#about #introduction .merit .box .text-right{
    font-family: 'Oswald', sans-serif;
    color: #515151;
    font-weight: 400;
    margin: 0 0 5rem;
    text-align: right;
    font-size: 5rem;
    line-height: 0.7;
}
#about #introduction .merit .box h5 {
	font-size: 20px;
	color: #fff;
}
#about #introduction .merit .box h5 span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
}
#about #introduction .merit .box h5 span:before{
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
}
#about #introduction .merit .box p {
	font-size: 16px;
}
/* about 1106 */
#content-about .main-img{
    width: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../about/img/about_top.jpg");
}
#content-about .main-img{
    min-height: 450px;
    //background-size: auto 100%;
}

.introduction-img{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}
.introduction-img img{
    width: calc((100% / 4) - 3px);
    margin: 1px 0 2px;
    height: auto;
}
.mb60{
    margin-bottom: 60px!important;
}
@media screen and (max-width: 1260px) {
    #about #introduction .merit {
        margin: 40px 0 0;
    }    
}
@media screen and (max-width: 900px) {
    #content-about .main-img{
        min-height: 400px;
        background-size: auto 100%;
    }
    #about #introduction .merit .box {
        flex-direction: column;
    }
    #about #introduction .merit .box div{
        width: 100%!important;
    }
    #about #introduction .merit .box .img-box{
        min-height: 400px;
        background-position: 40% 10%;
    }
    #about #introduction .merit .box .text-content{
        padding: 20px 1rem 30px;
    }
    #about #introduction .merit .box .text-content p{
        margin: 0;
        width: 100%;
    }
    #about #introduction .merit .box h5{
        margin: 5px 0 20px;
    }
    #about #introduction .merit .box .text-right{
        margin: 0;
    }
}
@media screen and (max-width: 500px) {
    #content-about .main-img{
        min-height: 220px;
        background-size: auto 100%;
    }
    .introduction-img img{
        width: calc((100% / 3) - 2px);
        margin: 1px 0;
    }
    .mb60{
        margin-bottom: 40px!important;
    }
    .sp-none{
        display: none;
    }
    #about #introduction h4{
        width: 90%;
        margin: 40px auto 0;
    }
    #about #introduction .merit .box .img-box{
        min-height: 270px;
    }
}



#company {
	width: 100%;
	padding-bottom: 0;
}

#company .company_content {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 90px 0;
}

#company .company_content .box {
	width: 490px;
	margin-right: 40px;
}

#company .company_content .box:last-child {
	margin-right: 0;
}

#company .company_content .box h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	margin-bottom: 40px;
}

#company .company_content .box #map_canvas {
	width: 100%;
	height: 348px;
	background: #ccc;
    margin-bottom: 60px;
}

#company .company_content .box table {
	margin-bottom: 20px;
}
#company .company_content .box table tr {
	height: 30px;
	line-height: 1.75;
}
#company .company_content .box table td:first-child{
	width: 50px;
}
#company .company_content .box table td:last-child {
	line-height: 1.75;
	padding-left: 30px;
}
#company .company_content .box .company_table tr {
	height: 80px;
	width: 540px;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}
#company .company_content .box table.company_table {
	width: 450px;
}
#company .company_content .box .company_table tr:first-child {
	border-top: solid 1px #ccc;

}
#company .company_content .box .company_table tr td:first-child {
	width: 100px;
	padding-left: 32px;
}
#company .company_content .box .company_table tr td:last-child {
	padding-right: 32px;
	padding-left: 0;
	width: auto;
}
#company .company_content .box .company_table tr td {
	vertical-align: middle;
}
#company .company_content .box .company_table tr td a {
	color: #000;
	text-decoration: underline;
}
#company .company_content .box .company_table tr td a:hover {
	color: #555;
}



#membership {
	padding-bottom: 80px;
}

#membership p {
	text-align: center;
	margin-top: 60px;
}

#membership ul {
	display: block;
	width: 100%;
	margin-top: 12px;
	font-size: 0;
	text-align: center;
}

#membership ul li {
	display: inline-block;
	text-align: center;
	width: 240px;
	margin: 70px 35px 0 35px;
}

#membership ul li img {
	width: 220px;
	height: auto;
	transition: all .3s;
}

#membership ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#membership ul li small {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #000;
}


@media screen and (max-width: 1260px) {
	
#about .wrapper {
	width: 94%;
	padding: 0;
}
#about #introduction{
	margin: 0 auto;
}
#about #introduction h1 {
	font-size: 36px;
}
#about #introduction .merit .box h5 {
	font-size: 18px;
}
#about #introduction .merit .box h5 span {
	font-size: 14px;
}
#about #introduction .merit .box h5 span:before{
	font-size: 28px;
}
	

#company {
	width: 95%;
	margin: 0 auto;
}
#company .company_content .box #map_canvas {
	height: 318px;
}
#company .company_content{
	width: 95%;
	margin: 60px auto 0 auto;
}
	
#company .company_content .box {
	width: 45%;
	margin-right: 5%;
}

#company .company_content .box table {
	width: 100%;
	margin-bottom: 20px;
}
#company .company_content .box table tr {
	height: 30px;
}
#company .company_content .box table td:first-child{
	width: 50px;
	padding-left: 10px;
}
#company .company_content .box table td:last-child {
	padding: 10px 0 10px 10px;
}
#company .company_content .box table.company_table {
	width: 100%;
}
#company .company_content .box table.company_table tr td:first-child {
	width: 180px;
	padding-right: 40px;
	text-align: center;
}
#company .company_content .box table.company_table tr td:last-child {
	padding-right: 32px;
	padding-left: 0;
	width: auto;
}

	
#membership {
	width: 95%;
	margin: 0 auto;
}

}

@media screen and (max-width: 900px) {
	
    #about #introduction h1 {
        width: 94%;
        margin: 60px auto 0;
        font-size: 30px;
    }
    #about #introduction p {
        width: 94%;
        font-size: 16px;
        text-align: left;
        margin: 18px auto 0 auto;
    }
    #about #introduction p br{
        display: none;
    }
    #about #introduction .merit .box {
        width: 92%;
        margin: 0 auto 18px auto;
    }
    #about #introduction .merit .box:last-child {
        margin: 0 auto;	
    }
    #about #introduction .merit .box:nth-child(2){
        flex-direction: column-reverse;
    }
    #about #introduction .merit .box p {
        width: 90%;
        font-size: 16px;
        margin: 32px auto;
    }
    #company .company_content .box {
        width: 100%;
        margin: 0 auto 60px auto;
    }
    #company .company_content .box table {
        width: 100%;
        margin: 0 auto 50px auto;
        font-size: 14px;
    }
    #company .company_content .box table td:first-child{
        width: 60px;
        padding-right: 10px;
    }
    #company .company_content .box h3 {
        margin-bottom: 40px;
        text-align: center;
    }
    #company .company_content .box .company_table {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    #company .company_content .box table.company_table tr td:first-child {
        width: 30%;
        min-width: 80px;
    }
    #company .company_content .box #map_canvas {
        margin-bottom: 0;
    }

    #membership p {
        width: 95%;
        margin: 0 auto;
        text-align: left;
        margin-top: 50px;
    }
    #membership p br{
        display: none;
    }
}

	
@media screen and (max-width: 500px) {

    #about {
        padding-top: 0;
    }
    #about #introduction h1 {
        margin: 40px auto 0;
        font-size: 20px;
    }
    #about #introduction p {
        font-size: 14px;
    }
    #about #introduction .merit .box p {
        font-size: 14px;
    }
    #company .company_content .box table.company_table tr td:first-child {
        width: 30%;
        min-width: 100px;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 30px;
    }

}




/* service */

#service .service_links {
	display: flex;
	max-width: 1200px;
	margin: 40px auto 72px auto;
    font-size: 0;
}
#service .service_links li {
	display: inline-block;
	box-sizing: border-box;
	width: calc(100% / 5);
	margin-right: 3px;
}
#service .service_links li:last-child{
    margin-right: 0;
}
#service .service_links li a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	background: #fff;
	text-align: center;
    font-size: 22px;
    min-height: 90px;
	// padding: 34px 0;
	color: #222;
	font-weight: 500;
	border-radius: 2px;
	transition: all .3s;
}
#service .service_links li:first-child a {
	// padding: 23px 0 23px;
}
#service .service_links li a:after {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 0;
	height: 0;
	border: solid 8px;
	border-color: transparent #eee #eee transparent;
	transition: all .3s;
}
#service .service_links li.select a,
#service .service_links li a:hover {
	background: #222;
	color: #fff;
	font-weight: 500;
}
#service .service_links li.select a:after,
#service .service_links li a:hover:after {
	border-color: transparent #ed4d59 #ed4d59 transparent;
}

#service .service_main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#service .service_main .service_main_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 56%;
	height: 100%;
}
#service .service_main .service_main_img img {
	position: absolute;
	top: 50%;
	right: 20%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(20%,-50%);
}
#service .service_main .introduction {
	position: relative;
	background: #333;
	width: 47%;
	color: #fff;
	z-index: 1;
}
#service .service_main .introduction:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	background: #333;
	transform-origin: right top;
	transform: skewX(9deg);
	z-index: -1;	
}
#service .service_main .introduction .box {
	width: 500px;
	padding: 80px 0 160px 0;
	margin: 0 30px 0 auto;
}
#service .service_main .introduction .box h1 {
	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 70px;
}
#service .service_main .introduction .box h1:after {
	content: '';
	position: absolute;
	display: block;
	bottom: -34px;
	left: 50%;
	width: 24px;
	height: 2px;
	margin-left: -12px;
	background: #ed4d59;
}
#service .service_main .introduction .box h1 br{display: none;}
#service .service_main .introduction .box p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.75;
}
#service .service_main .introduction .box .price {
	text-align: center;
    display: block;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 700;
	margin-top: 26px;
}

#service .service_main .introduction .box span {
	font-size: 16px;
	font-weight: 400;
}

#service .service_content {
	position: relative;
	max-width: 1200px;
	margin: -70px auto 90px auto;
	background: #fff;
	padding: 64px 0 86px 0;
	z-index: 10;
}

#service .service_content h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
    line-height: 1.5;
	margin-bottom: 64px;
}
#service .service_content h2 .sp {
	display: none;
}

.service_banner {
	position: relative;
	display: block;
	width: 1200px;
	height: 156px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 110px;
}
.service_banner br{display: none;}
.service_banner .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 52%;
	height: 100%;
	transform-origin: bottom right;
	transform: skewX(12deg);
	background: #000;
	overflow: hidden;
	z-index: 1;
}
.service_banner .prev img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	min-width: 106%;
	min-height: 100%;
	transform-origin: top right;
	transform: skewX(-12deg);
}
.service_banner .prev img:nth-child(2) {
	opacity: 0;
}
.service_banner .prev:hover img {
	opacity: 1;
	transform-origin: 50% 50%;
}
.service_banner .prev div {
	position: absolute;
	top: 50%;
	left: 10%;
	transform-origin: top right;
	transform: skewX(-12deg);
	color: #fff;
	font-size: 28px;
	margin-top: -14px;
}

.service_banner .next div::after{
    content: "＞";
    padding-left: 15px;
    font-size: 2rem;
}
.service_banner .prev div::before{
    content: "＜";
    padding-right: 15px;
    font-size: 2rem;
}
.service_banner .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 53%;
	height: 100%;
	background: #222;
	overflow: hidden;
}
.service_banner .next img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	min-width: 106%;
	min-height: 100%;
}
.service_banner .next img:nth-child(2) {
	opacity: 0;
}
.service_banner .next:hover img {
	opacity: 1;
	transform: translateX(-3%);
}
.service_banner .next div {
	position: absolute;
	top: 50%;
	right: 7%;
	color: #fff;
	font-size: 28px;
	margin-top: -14px;
}
.vartual h2{
    font-weight: 900;
    margin-bottom: 20px!important;
}
.vartual .vartual-container{
    max-width: 620px;
    width: 90%;
    margin: 0 auto 2rem;
}
.vartual .vartual-container p{
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 1260px) {

#service .service_links {
	max-width: 94%;
	margin: 36px auto 64px auto;
}
#service .service_links li {
	margin-right: .4%;
}
#service .service_links li a {
	font-size: 20px;
}

#service .service_main .introduction .box {
	width: 90%;
	padding: 70px 0 150px 0;
	margin: 0 0 0 8%;
}
#service .service_main .introduction .box h1 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 64px;
}
#service .service_main .introduction .box h1:after {
	bottom: -34px;
}
#service .service_main .introduction .box p {
	font-size: 17px;
}
#service .service_main .introduction .box .price {
	font-size: 20px;
}

#service .service_content {
	max-width: 94%;
}

#service .service_content h2 {
	font-size: 24px;
	margin-bottom: 62px;
}

.service_banner {
	width: 94%;
	height: 12vw;
	margin-bottom: 100px;
}
.service_banner .prev img {
	width: 106%;
	min-height: 100%;
}
.service_banner .next img {
	width: 106%;
	min-height: 100%;
}

}


@media screen and (max-width: 900px) {
#service .service_links {
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 30px auto 54px auto;
}
#service .service_links li {
    width: calc(50% - 2px);
    margin: 0 0 4px; 
}
#service .service_links li a {
    min-height: 60px;
}
#service .service_main .service_main_img {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 30vw;
    overflow: hidden;
}
#service .service_main .service_main_img img {
	position: absolute;
	top: 20%;
	right: 20%;
	width: 100%;
	min-height: 100%;
	transform: translate(20%,-20%);
}
#service .service_main .introduction {
	position: relative;
	width: 100%;
}
#service .service_main .introduction:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	background: #333;
	transform-origin: right top;
	transform: skewX(9deg);
	z-index: -1;	
}
#service .service_main .introduction .box {
	width: 100%;
	padding: 0;
	margin: 0 30px 0 auto;
}
#service .service_main .introduction .box h1 {
	position: absolute;
    top: -30vw;
    display: block;
    box-sizing: border-box;
    width: 40vw;
    height: 30vw;
    background: rgba(0,0,0,.6);
    display: block;
	text-align: center;
	font-size: 26px;
	margin: 0;
    padding-top: 13.2vw;
}
#service .service_main .introduction .box h1:before {
	content: '';
	position: absolute;
    box-sizing: border-box;
    height: 30vw;
    top: 0;
    right: -40px;
    display: block;
    border-width: 15vw 20px;
	border-style: solid;
	border-color: transparent transparent rgba(0,0,0,.6) rgba(0,0,0,.6);
}
#service .service_main .introduction .box h1:after {
	content: '';
	position: absolute;
	display: block;
	bottom: auto;
	left: 50%;
	width: 24px;
	height: 2px;
	margin-top: 16px;
	margin-left: -12px;
	background: #ed4d59;
}
#service .service_main .introduction .box p {
	width: 100%;
    box-sizing: border-box;
	background: #333;
	font-size: 16px;
    padding: 40px 6% 50px;
}
#service .service_content {
	margin: 50px auto 60px auto;
	padding: 44px 0 60px 0;
}
#service .service_content h2 {
	text-align: center;
	font-size: 20px;
    padding: 0 10px;
	margin-bottom: 40px;
}

.service_banner {
	margin-bottom: 60px;
}
.service_banner .prev div {
	font-size: 20px;
    margin-top: -10px;
}
.service_banner .next div {
	font-size: 20px;
	margin-top: -10px;
}
.service_banner .prev .line_360vr,
.service_banner .next .line_360vr{
    margin-top: -16px!important;
}
.service_banner .next div::after{
    font-size: 20px;
}
.service_banner .prev div::before{
    font-size: 20px;
}
}


@media screen and (max-width: 500px) {

#service .service_content {
	margin: 30px auto 40px auto;
}
.service_banner {
    height: 15vw;
	margin-bottom: 40px;
}
.service_banner br{
    display: block;
}
.service_banner .prev div {
	font-size: 15px;
	margin-top: -8px;
}
.service_banner .next div {
	font-size: 15px;
	margin-top: -8px;
}
.service_banner .next div::after{
    font-size: 15px;
}
.service_banner .prev div::before{
    font-size: 15px;
}
.service_banner .next .line_360vr{    
    padding-right: 1.8rem;
	padding-top: -16px;
}
.service_banner .prev .line_360vr{
    padding-left: 1.8rem;
	padding-top: -16px;
}
.service_banner .next .line_360vr::after{
    position: absolute;
    width: 15px;
    top: 6px;
    right: 0;
}
.service_banner .prev .line_360vr::before{
    position: absolute;
    width: 15px;
    top: 6px;
    left: 0;
}
#service .service_links {
	margin: 20px auto 34px auto;
}
#service .service_links li a {
	font-size: 15px;
}
#service .service_main .introduction .box h1 {
	min-width: 160px;
	font-size: 18px;
    padding-top: 12vw;
    padding-left: 10px;
}
#service .service_main .introduction .box h1 br{display: block;}
#service .service_main .introduction .box p {
	font-size: 14px;
}

}


/* service_shooting */

.photo_grid .wrapper {
    width: 1080px;
    height: 895px;
    position: relative;
    margin: 0 auto 80px;
}
.photo_grid .wrapper .box {
	position: absolute;
	overflow: hidden;
}
.photo_grid .wrapper .box img {
	width: 100%;
}
.photo_grid .wrapper .box_01 { top: 0; left: 0; width: 265px; height: 175px; }
.photo_grid .wrapper .box_02 { top: 0; left: 270px; width: 265px; height: 175px; }
.photo_grid .wrapper .box_03 { top: 0; left: 540px; width: 535px; height: 355px; }
.photo_grid .wrapper .box_04 { top: 180px; left: 0; width: 265px; height: 355px; }
.photo_grid .wrapper .box_05 { top: 180px; left: 270px; width: 265px; height: 175px; }
.photo_grid .wrapper .box_06 { top: 540px; left: 0; width: 265px; height: 175px; }
.photo_grid .wrapper .box_07 { top: 360px; left: 270px; width: 535px; height: 355px; }
.photo_grid .wrapper .box_08 { top: 360px; left: 810px; width: 265px; height: 175px; }
.photo_grid .wrapper .box_09 { top: 540px; left: 810px; width: 265px; height: 175px; }
.photo_grid .wrapper .box_10 { bottom: 0; left: 0; width: 265px; height: 175px; }
.photo_grid .wrapper .box_11 { bottom: 0; left: 270px; width: 265px; height: 175px; }
.photo_grid .wrapper .box_12 { bottom: 0; left: 540px; width: 265px; height: 175px; }
.photo_grid .wrapper .box_13 { bottom: 0; left: 810px; width: 265px; height: 175px; }

.photo_grid .wrapper .box .mask {
	width: 100%;
	position: absolute;
	bottom: -100%;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition: all 0.4s ease;
}
.photo_grid .wrapper .box:hover .mask {
	bottom: 0;
}
.photo_grid .wrapper .box .caption {
    box-sizing: border-box;
	padding: 6px 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}

.vrLive .wrapper{
    width: 94%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto 80px;
}
.vrLive .wrapper .live_img{
    margin-bottom: 3rem;
    max-width: 100%;
}
.vrLive .wrapper .live_img img{
    max-width: 100%;
}

.vrLive .wrapper .live_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    margin-bottom: 3rem;
}
.vrLive .wrapper .live_list .list-item{
    flex-basis: calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
    line-height: 1.8;
    font-size: 17px;
}
.vrLive .wrapper .live_list .list-item p+p{
    margin: 1rem 0;
}
.vrLive .wrapper .live_list .list-item img{
    width: 100%;
}
.vrLive .wrapper h2.live_title{
    text-align: left !important;
}
.vrLive .wrapper h3.live_sub_title{
    background: #000;
    color: #fff;
    padding: 1rem;
    font-size: 26px;
    margin-bottom: 3rem;
}
.vrLive .wrapper .live_project{
    padding: 2rem;
    background: #eee;
    margin-bottom: 3rem;
}

.vrLive .wrapper h3.live_project_title{
    background: #000;
    border-radius: 0.5rem;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 24px;
    margin-bottom: 2rem;
    display: inline-block;
}
.vrLive .wrapper .live_project .live_project_list li{
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 20px;
    padding-right: 1rem;
}
.vrLive .wrapper .live_project .live_project_list li span::before{
    content: '';
    background-image: url('../service/img/live_icon_check.png');
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    display: inline-block;
}

.vrLive .wrapper .live_project .live_project_list li + li{
    margin: 0.5rem 0;
}

.vrLive .wrapper h3.live_point_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8rem;
    text-align: center;
    line-height: 1.9;
}

@media screen and (max-width: 1260px) {

.photo_grid{
	width: 94%;
	margin: 0 auto;
}
.photo_grid .wrapper{
	width: 768px;
	height: 640px;
}
.photo_grid .wrapper h2{
	text-align: center;
}
.photo_grid .wrapper .box_01 { top: 0; left: 0; width: 190px; height: auto; }
.photo_grid .wrapper .box_02 { top: 0; left: 192px; width: 190px; height: auto; }
.photo_grid .wrapper .box_03 { top: 0; left: 384px; width: 382px; height: auto; }
.photo_grid .wrapper .box_04 { top: 128px; left: 0; width: 190px; height: auto; }
.photo_grid .wrapper .box_05 { top: 128px; left: 192px; width: 190px; height: auto; }
.photo_grid .wrapper .box_06 { top: 384px; left: 0; width: 190px; height: auto; }
.photo_grid .wrapper .box_07 { top: 256px; left: 192px; width: 382px; height: auto; }
.photo_grid .wrapper .box_08 { top: 256px; left: 576px; width: 190px; height: auto; }
.photo_grid .wrapper .box_09 { top: 384px; left: 576px; width: 190px; height: auto; }
.photo_grid .wrapper .box_10 { bottom: 0; left: 0; width: 190px; height: auto; }
.photo_grid .wrapper .box_11 { bottom: 0; left: 192px; width: 190px; height: auto; }
.photo_grid .wrapper .box_12 { bottom: 0; left: 384px; width: 190px; height: auto; }
.photo_grid .wrapper .box_13 { bottom: 0; left: 576px; width: 190px; height: auto; }
	
}

@media screen and (max-width: 1079px) {
    .vrLive .wrapper{
        width: 94%;
        position: relative;
        margin: 0 auto 80px;
    }
}

@media screen and (max-width: 900px) {
.photo_grid .wrapper{
	width: 94%;
	height: auto;
    margin: 0 auto 60px;
}
.photo_grid .wrapper .box {
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	width: 32%;

}
.photo_grid .wrapper .box_04 {
	display: none;
}
.photo_grid .wrapper .box .caption {
	font-size: 12px;
}

.vrLive .wrapper{
    width: 94%;
    position: relative;
    margin: 0 auto 80px;
}
.vrLive .wrapper .live_img img{
    max-width: 100%;
}
.vrLive .wrapper h3.live_point_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8rem;
    text-align: center;
    line-height: 1.5;
}
}

@media screen and (max-width: 768px) {
    .vrLive .wrapper{
        width: 94%;
        position: relative;
        margin: 0 auto 80px;
    }
    .vrLive .wrapper .live_list{
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }
    .vrLive .wrapper .live_list .list-item{
        flex-basis: 100%;
        max-width: 100%;
    }
    .vrLive .wrapper .live_list .list-item + .list-item{
        margin: 1rem 0 0 0;
    }
}

@media screen and (max-width: 500px) {

.photo_grid .wrapper .box {
	width: 48%;
}

.vrLive .wrapper .live_list{
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.vrLive .wrapper h2.live_title{
    text-align: left !important;
    margin-bottom: 1.5rem !important;

}
.vrLive .wrapper h3.live_sub_title{
    background: #000;
    color: #fff;
    padding: 1rem;
    font-size: 20px;
    margin-bottom: 2rem;
}
.vrLive .wrapper .live_project{
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.vrLive .wrapper h3.live_project_title{
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.vrLive .wrapper .live_project .live_project_list li{
    font-size: 16px;
}

.vrLive .wrapper .live_project .live_project_list li span::before{
    width: 3rem;
    height: 3.5rem;
    margin-right: 0.5rem;
}

.vrLive .wrapper h3.live_point_title{
    margin-bottom: 5rem;
    text-align: left;
}
.vrLive .wrapper h3.live_point_title br{
    display: none;
}

}




/* service_product */

.service_content .vr {
	width: 1080px;
	margin: 0 auto;
	font-size: 0;
	padding-bottom: 50px;
}

.service_content .vr .box {
	display: inline-block;
	position: relative;
	width: 538px;
	height: auto;
	margin-bottom: 6px;
}

.service_content .vr .box:nth-of-type(2n-1){
	margin: 0 4px 6px 0;
}

.service_content .vr .box .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.service_content .vr .box:hover .mask {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service_content .vr .box .caption {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.service_content .vr .box .caption span {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300;
}

.service_content .vr .box img {
	width: 100%;
}

.service_content .vr p {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}

.service_content .package {
    width: 1080px;
    margin: 0 auto 80px;
    font-size: 0;
}

.service_content .package h2 {
	height: auto;
	margin: 0 0 20px 0 !important;
	padding: 0;
}

.service_content .package p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}

.service_content .package .big_area {
	width: 1080px;
	display: block;
	height: auto;
	margin-bottom: 40px;
}

.service_content .package .big_area img {
	max-width: 1080px;
	width: 100%;
}

.service_content .package .box {
	display: inline-block;
	width: 536px;
	height: auto;
	margin-bottom: 6px;
}

.service_content .package .box:nth-of-type(2n-1){
	margin: 0 0 6px 8px;
}

.service_content .package .box img {
	max-width: 536px;
	width: 100%;
	transition: all .3s;
}
.service_content .package .big_area:hover {
    opacity: .9;
	transition: all .3s;
}
.service_content .iframe-content{
    max-width: 950px;
    width: 100%;
    margin: 0 auto 100px;
}
.service_content .movie_iframe{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow:auto; 
    -webkit-overflow-scrolling:touch;
}
.service_content .movie_iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

@media screen and (max-width: 1260px) {
.service_content .vr {
	width: 94%;
}
.service_content .vr .box {
	width: 49%;
}
.service_content .vr .box:nth-of-type(2n-1){
	margin: 0 1% 6px 0;
}
.service_content .package {
	width: 94%;
    margin: 0 auto 50px;
}
.service_content .package p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.service_content .package .big_area {
	width: 100%;
	margin: 0 auto 40px auto;
}
.service_content .package .big_area img {
	max-width: 1020px;
	width: 99%;
}
.service_content .package .box {
	width: 49%;
}
.service_content .package .box:nth-of-type(2n-1){
	margin: 0 0 6px 1%;
}
.service_content .package .box img {
	width: 100%;
}

}


@media screen and (max-width: 900px) {

.service_content .vr .box{
	padding-top: 100px;
}
.service_content .vr .box:first-child,
.service_content .vr .box:nth-child(2) {
	padding-top: 0;
}
.service_content .vr p{
	padding-top: 40px;
}
.service_content .vr .box .mask {
	background: none;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.service_content .vr .box .caption {
	position: relative;
	top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
	width: 100%;
	margin-top: 55px;
	line-height: 1.2;
	font-size: 16px;
	color: #000;
}
.service_content .vr .box .caption span {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
}
.service_content .iframe-content{
    padding: 0 40px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}

}


@media screen and (max-width: 500px) {

.service_content .vr .box {
	width: 100%;
	margin: 0 auto;
}
.service_content .vr .box:first-child {
	padding-top: 0;
}
.service_content .vr .box:nth-child(2) {
	padding-top: 100px;
}
.service_content .vr .box:nth-of-type(2n-1){
	margin: 0 auto;
}
.service_content .vr p{
	padding-top: 50px;
}
.service_content .package .box {
	width: 100%;
}
.service_content .package .big_area {
	margin: 0 0 10px 0;
}
	.service_content .package .box:nth-of-type(2n-1){
	margin: 0 0 10px 0;
}
.service_content .package .box img {
	width: 100%;
}
.service_content .iframe-content{
    padding: 0 20px;
}

}




/* service_stitching */

.service_content .stitching_grid {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}
.service_content .stitching {
	display: flex;
	flex-wrap: wrap;
}
.service_content .stitching p {
	font-size: 16px;
}
.service_content .stitching .stitching_movie {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 0;
}
.service_content .stitching .stitching_movie .movie_01 {
	position: relative;
	display: block;
	height: 540px;
	width: 960px;
	margin: 0 auto;
	cursor: pointer;
}
.service_content .stitching .stitching_movie .movie_02,
.service_content .stitching .stitching_movie .movie_03 {
	position: relative;
	display: inline-block;
	height: 260px;
	width: 460px;
	margin: 4% 0;
	cursor: pointer;
}
.service_content .stitching .stitching_movie .movie_02 p,
.service_content .stitching .stitching_movie .movie_03 p {
	margin-top: 10px;
	font-size: 14px;
}
.service_content .stitching .stitching_movie .movie_02 {
	margin-right: 4%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.service_content .stitching_box {
	width: 1080px;
	margin: 0 auto 50px auto;
}
.service_content .stitching_box p {
	font-size: 16px;
}
.service_content .stitching_box .box {
	width: 330px;
	margin: 0 25px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.service_content .stitching_box .box img{
	max-width: 330px;
	width: 100%;
}
.service_content .stitching_box .box:last-child {
	margin: 0;
}
.service_content .stitching_box h5 {
	font-size: 32px;
	width: 100%;
	margin: 0 auto;
	border: solid 3px #000;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.service_content .stitching_box .box h6 {
	font-size: 17px;
	font-weight: 400;
	padding-top: 8px;
}
.service_content .stitching_box h4{
	padding: 0;
	margin: 50px 0 30px 0;
	text-align: center;
	font-size: 20px;
}
    .service_content .stitching_box:last-child {
        border-top: 1px solid #000;
        margin-bottom: 80px;
    }
.service_content .sp{
	display: none;
}
.service_content .stitching_box:last-child p{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
.service_content .stitching_box .bold {
	font-weight: 600 !important;
}

.service_content .stitching_box .orange {
	color: #EB9900;
}


@media screen and (max-width: 1260px) {

.service_content  .stitching_grid {
	width: 94%;
}
.service_content .stitching .stitching_movie .movie_01 {
	height: 49vw;
	width: 100%;
}
.service_content .stitching .stitching_movie .movie_02,
.service_content .stitching .stitching_movie .movie_03 {
	height: 24vw;
	width: 48%;
}
.service_content .stitching_box .box {
	width: 31%;
	margin: 0 2% 0 0;
}
.service_content .stitching_box h5 {
	font-size: 30px;
}
.service_content .stitching_box .box h6 {
	font-size: 14px;
	line-height: 1.5;
}
.service_content .stitching_box h4{
	font-size: 18px;
}
.service_content .stitching_box:last-child p{
	width: 100%;
}

}


@media screen and (max-width: 900px) {

.service_content .stitching .stitching_movie .movie_02,
.service_content .stitching .stitching_movie .movie_03 {
	vertical-align: top;
}
.service_content .stitching_box .box {
	width: 100%;
	margin: 0 auto;
}
.service_content .stitching_box .box {
	width: 48%;
	margin: 0 1% 0 0;
	padding: 10px 0;
	display: inline-block;
	text-align: center;
}
.service_content .stitching_box .box:last-child {
	display: block;
	width: 100%;
}
.service_content .stitching_box h5 {
	font-size: 26px;
}
.service_content .stitching_box .box p{
	text-align: left;
}
.service_content .stitching_box .box img{
	max-width: 360px;
}

}


@media screen and (max-width: 500px) {
.service_content .stitching .stitching_movie .movie_01,
.service_content .stitching .stitching_movie .movie_02,
.service_content .stitching .stitching_movie .movie_03 {
	height: 47.5vw;
	width: 100%;
	margin: 10px 0;
}
.service_content .stitching_box h5 {
	font-size: 17px;
	line-height: 1.75;
}
.service_content .stitching_box .box h6 {
	font-size: 12px;
}
.service_content .stitching_box h4{
	font-size: 17px;
	line-height: 1.75;
}
	
}




/* service_live */
.service_live {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.service_content .live {
    width: 1080px;
    margin: 0 auto 80px;
    padding: 0;
    font-size: 0;
}

    .service_content .live .box {
        width: 330px;
        margin: 0 45px 60px 0px;
        font-size: 16px;
        vertical-align: text-top;
    }

        .service_content .live .box:nth-child(3) {
            margin: 0px;
        }

        .service_content .live .box:nth-child(6) {
            margin: 0px;
        }

    .service_content .live p {
        padding: 15px 0 0 0;
		text-align: left;
		font-weight: 400;
    }

        .service_content .live p span {
            font-size: 12px;
        }

        .service_content .live p small {
            font-size: 12px;
        }

    .service_content .live .box h3 {
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 26px;
        border-bottom: solid 1px #000;
    }

    .service_content .live img {
        width: 160px;
        height: 160px;
        margin: 0px auto 40px;
    }


.case_gallery {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.live_case {
    margin-bottom: 64px;
}


.case_box {
    margin-bottom: 30px;
}

    .case_box h3 {
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        margin-top: 10px;
    }

.service_content .case_gallery img {
    width: 230px;
}

.inquiry_box .action {
    position: relative;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 600px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #ed4d59;
    margin: 20px auto 0px;
    padding: 12px 0px 15px 0;
    font-size: 24px;
    font-weight: 500;
    transition: all .3s;
}

    .inquiry_box .action:hover {
        color: #fff;
    }

    .inquiry_box .action::before {
        content: '';
        position: absolute;
        z-index: -1;
        display: block;
        box-sizing: border-box;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

    .inquiry_box .action:after {
        content: url(../img/arrow.png);
        position: absolute;
        z-index: 1;
        display: block;
        box-sizing: border-box;
        top: 50%;
        right: 16px;
        margin-top: -12px;
        transition: all .3s;
    }

    .inquiry_box .action:hover::before {
        left: 0;
        background: #333;
    }

    .inquiry_box .action:hover::after {
        right: 10px;
        filter: none;
    }



@media screen and (max-width: 1260px) {

    .service_content .live {
        width: 100%;
    }

        .service_content .live .box {
            width: 30%;
            margin: 0 5% 50px 0;
        }

            .service_content .live .box h3 {
                font-size: 18px;
            }

    .case_gallery {
        width: 95%;
        display: flex;
        justify-content: space-around;
    }

}

@media screen and (max-width: 1080px) {
	.case_gallery {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .service_content .case_gallery img {
        width: 180px;
        margin: 0px;
    }
    
    .case_box h3 {
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        margin-top: 10px;text-align:center;
    }

    .service_content .case_gallery img {
        margin: 0 10px;
    }
}

@media screen and (max-width: 905px) {

    .service_content .live .box {
        width: 100%;
        margin: 0 0 50px 0;
    }
    
    .service_content .live p {
        padding: 15px 0 0 0;
    }

    .service_content .live .box h3 {
        font-size: 20px;
    }

    .service_content .live p small {
        line-height: 1.5;
    }

    .case_gallery {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .service_content .case_gallery img {
        width: 230px;
        margin: 0 30px;
    }
    
    .case_box h3 {
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;text-align:center;
    }
}

@media screen and (max-width: 760px) {
    .service_content .case_gallery img {
        margin: 0px;
    }

    .inquiry_box .action {
        width: 90%;
        line-height: 1.3;
        font-size: 120%;
    }

    .inquiry_box .inquiry_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
	.case_gallery {
     max-width:100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around
}

 .case_box h3 {
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        margin-top: 10px;text-align:center;
    }


    .service_content .case_gallery img {
        width: 160px;
        margin: 0 20px;
    }

}

@media screen and (max-width: 500px) {
    .inquiry_box .action {
        font-size: 120%;
    }

    .inquiry_box .inquiry_text {
        font-size: 16px;
    }

    .inquiry_box .action {
        padding: 12px 15px 15px 0;
    }
}

@media screen and (max-width: 400px) {
	 .case_box h3 {
        font-size: 14px;
	 }

	  .service_content .case_gallery img {
	  	width: 155px;
        margin: 0px;
    }

    .btn .pc {
        display: none;
    }

    .btn .sp {
        display: block;
    }

    .inquiry_box .action:after {
        display: none;
    }

    .inquiry_box .action {
        padding: 12px 0px 15px 0;
    }

}






/* works */

#works .works_categori {
	display: block;
	max-width: 1200px;
	margin: 40px auto 60px auto;
	font-size: 0;
	text-align: center;
}

#works .works_categori ul li {
	display: inline-block;
	box-sizing: border-box;
	width: 190px;
	padding: 12px;
	margin-right: 12px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 30px;
	cursor: pointer;
	transition: all .3s;
    margin-bottom:10px;
}

    #works .works_categori ul li span {
        color: #ed4d59;
    }

#works .works_categori ul li.select,
#works .works_categori ul li:hover {
	color: #fff!important;
	background: #222;
	border: 1px solid #222;
}
#works .works_categori ul li:last-child {
	/*margin-right: 0;*/
}

#works .portfolio {
	font-size: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 1.2% 10px 1.2%;
}
#works .box {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	height: auto;
	margin: 0 1% 40px 1%;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
#works .box .mask {
	display: block;
	width: 100%;
	height: 16.6vw;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	background: #000;
}
#works .box .mask:after {
	content: "";
	position: absolute;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	transition: all .3s;
	background: #000;
	opacity: 0;
}
#works .box .mask img {
	width: 101%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
#works .box .mask .caption {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	top: 50%;
	left: 52%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	transition: all .3s;
}
#works .box .mask .caption:after {
	content: url(../img/arrow.png);
	position: relative;
	top: -4px;
	left: 0;
	transition: all .5s;
}
#works .box:hover .mask img {
	width: 110%;
}
#works .box:hover .mask .caption {
	opacity: 1;
}
#works .box:hover .mask .caption:after {
	left: 20px;
}
#works .box:hover .mask:after {
	display: block;
	opacity: .4;
}
#works .box h3 {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #222;
}
#works .box small {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #222;
}



#works .wrapper {
	width: 1200px;
	padding: 0 auto 60px auto;
	margin: 40px auto;
}
#works h2 {
	width: 523px;
	font-size: 26px;
	line-height: 1.5;
	margin-top: 12px;
}
#works .right p.client {
	font-size: 16px;
	margin-top: 0;
	bottom: 40px;
}
#works .right p {
	font-size: 14px;
	line-height: 1.75;
	margin-top: 18px;
}
#works .left {
	display:inline-block;
	width: 610px;
	margin: 0 40px 0 0;
	left: 0;
}
#works .left img {
	margin-bottom:15px;
	padding: 0;
}

#works .right {
	display: inline-block;
	width: 540px;
	top: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#works .right span {
	font-size: 16px;
	color: #ed4d59;
	font-weight: bold;
}

#works .right .link {
	margin: 10px 0 40px 0;
	padding: 0;
}
#works .right .link p {
	float: left;
}

#works .right .works_p {
	border-top: solid 1px #ccc;
	padding-top:26px;
}
#works .right .works_p .font-small{
    font-size: 12px;
    color: #000;
    font-weight: 400;
    
}
#works .right .link img {
        margin: 0px 20px -20px 0;
    }
#works .btn {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 20px auto;
	clear: both;
}
#works .btn p,#works .btn p:nth-child(2)  {
	display: inline-block;
	font-size: 15px;
}
#works .btn p:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
}
#works .btn {
	font-family: 'Oswald', sans-serif;
	margin-top: 20px;
}
#works .btn p a {
	color: #000;
	font-size: 26px;	
}
#works .btn p a:hover {
	color: #ed4d59;
	transition: all 0.3s;
}

#works .btn_link {
	display: block;
	min-width: 160px;
	max-width: 240px;
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px 0;
}

#works .contents_p {
    border:none;
    margin-top: 26px;
}

    #works .contents_p p {
        font-size: 18px;
        line-height: 1.75;
        margin-top: 11px;
    }

@media screen and (min-width: 1261px) {
#works .works_categori .categori_sp {
        display:none;
    }
}
@media screen and (max-width: 1260px) {
#works .works_categori .categori_pc {
    display:none;
}
#works .works_categori {
	width: 96%;
}

#works .works_categori ul li {
	width: 30%;
	padding: 9px 1% 12px 1%;
	margin-right: 1%;
}

	
#works .wrapper {
	width: 94%;
}
	
#works h2 {
	width: 100%;
}

#works .left {
	width: 45%;
	margin: 0 3% 0 0;
}
	
#works .left img {
	width: 100%;
}

#works .right {
	width: 51%;
}

}

@media screen and (max-width: 900px) {

#works .works_categori {
	margin: 20px auto 50px auto;
}
#works .works_categori ul li {
	width: 30%;
	font-size: 11.5px;
	margin: 2% 1% 0 2%;
}
#works .works_categori ul li:last-child {
	margin-right: 1%;
}
#works .box {
	width: 31%;
	margin: 0 1% 40px 1%;
}
#works .box .mask {
	height: 22vw;
}
#works .box .mask .caption {
	font-size: 22px;
	left: 47%;
}
#works .box:hover .mask .caption:after {
	left: 16px;
}
#works .box h3 {
	font-size: 16px;
}
	
	
#works h2 {
	font-size: 20px;
	margin-top: 0px;
}
#works .right p.client {
	font-size: 14px;
}
#works .left {
	max-width: 614px;
	width: 90%;
	margin: 0 auto;
	display: block;
}
#works .right {
	max-width: 614px;
	width: 90%;
	margin: 0 auto;
	display: block;
}
#works .right .link {
	margin: 10px 0 15px 0;
}
#works .right .link .pc{
	display: none;
}
#works .right .works_p {
	padding: 26px 0 30px 0;
}
#works .btn {
	max-width: 614px;
	width: 90%;
	margin: 0 auto;
}

#works .right .link img {
     margin: 0px 20px 0px 0;
}
}

@media screen and (max-width: 500px) {

#works ul li {
	width: 30%;
	font-size: 16px;
	margin: 2% 1% 0 1%;
}
#works .box {
	width: 31%;
	margin: 0 1.5% 40px 1.5%;
}
#works .box {
	width: 47%;
}
#works .box .mask {
	height: 33vw;
}
#works .box h3 {
	font-size: 14px;
}

}
/* works komatsu */
#works .wrapper2{    
    width: 1200px;
    padding: 0 auto 60px auto;
    margin: 30px auto 50px;
}
.works_mt30{margin: 30px auto 0!important;}
.works_mt50{margin: 50px auto 0!important;}


#works .works_about{
    align-items: flex-start;
}
#works .works_about h2{
    margin: 0;
}
#works .wrapper2 h3{
    font-size: 20px;
}
#works .wrapper2 .works_about_text{
    margin: 10px 0 0;
    font-size: 19px;
}
#works .wrapper2 .works_about_text2{
    font-size: 18px;
}
#works .works_about span{    
    font-size: 16px;
    color: #ed4d59;
    font-weight: bold;
}
#works .wrapper2 .works_p{
    margin-top: 0;
    border:none;
    font-size: 16px;
    padding: 10px 0 26px;
}
#works .wrapper2 .link_container{
    display: flex;
}
#works .wrapper2 .link_container div{
    margin: 0 20px 0 0;
    text-align: center;
}
#works .wrapper2 .link_container .link{
    line-height: 2.5;
}
#works .wrapper2 .works_about_text_cont{
    width: 60%;
}
#works .wrapper2 .works_about_text_link{
    margin-left: 80px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 10px;
}
#works .wrapper2 .contents_p{
    border-top: solid 1px #ccc;
    margin-top: 0;
}
#works .wrapper2 .works_link_flex{
    display: flex;
}
#works .wrapper2 .works_link_flex .link{
    margin: 5px 15px 0;
    line-height: 2.5;
}
@media screen and (max-width: 1260px) {
    #works .wrapper2{
        width: 94%;
    }
}
@media screen and (max-width: 900px) {
    #works .wrapper2{
        flex-direction: column;
        margin: 30px auto;
    }
    #works .wrapper2 .works_about_text_cont{  
        max-width: 614px;
        width: 90%;
        margin: 0 auto;
    }
    #works .wrapper2 .works_about_text{
        font-size: 17px;
    }
    #works .wrapper2 .works_about_text2{
        font-size: 16px;
    }
    #works .wrapper2 .works_link_flex{
        justify-content: center;
    }
    #works .wrapper2 .works_link_flex .link{
        margin: 0px 10px 0;
    }
    #works .wrapper2 .works_about_text_link{
        margin: 10px auto 0;
        width: 90%;
    }
    #works .wrapper2 .right{
        flex-direction: column-reverse;
    }
    #works .wrapper2 .right img{
        margin: 10px 0;
    }
    #works .wrapper2 h3{
        font-size: 16px;
    }
    #works .wrapper2 .works_p{
        font-size: 14px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    #works .wrapper2 .works_about_text_link{
        padding: 0;
    }
}


/* technology */

#technology {
	padding: 36px 0 0px 0;
}
#technology .wrapper {
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    background: #fff;
    padding: 70px 80px 0px 80px;
    margin: 0 auto;
    margin-bottom: 80px;
}
#technology h1 {
    text-align: center;
	font-size: 26px;
	font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
    #technology .wrapper p {
        /*margin-top: 40px;*/
        text-align: center;
        font-weight: 300;
    }
#technology .technorogy_content {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
#technology .technorogy_content .box {
    box-sizing: border-box;
	width: 490px;
	margin: 40px 50px 0 0;
	padding-bottom: 20px;
	background: #fff;
	color: #000;
    border: solid 1px #ccc;
}
#technology .technorogy_content .box:nth-child(2n) {
	margin-right: 0;
}
#technology .technorogy_content .box a {
	color: #000;
	transition: all .3s;
}
#technology .technorogy_content .box a:hover {
	color: #666;
}
#technology .technorogy_content .box h4 {
	position: relative;
	font-weight: 400;
	border-bottom: solid 1px #58b1dd;
	padding: 12px 0 12px 112px;
}
#technology .technorogy_content .box h4 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	width: 86px;
	padding: 12px 0;
	color: #fff;
}

#technology .technorogy_content .box h4 .app { background: #ff9600; }
#technology .technorogy_content .box h4 .patent { background: #c7003d; }
#technology .technorogy_content .box h4 .tech { background: #764c93; }


#technology .technorogy_content .box h3 {
	line-height: 1.75;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}
#technology .technorogy_content .box p {
	text-align: left;
	width: 430px;
	font-size: 15px;
	margin: 28px auto;
}

#technology .technorogy_content .box_long {
    box-sizing: border-box;
	width: 1030px;
	margin: 40px 0 -30px 0;
	padding-bottom: 20px;
	background: #fff;
	color: #000;
    border: solid 1px #ccc;
	text-align: center;
}

#technology .technorogy_content .box_long a {
	color: #000;
	transition: all .3s;
}
#technology .technorogy_content .box_long a:hover {
	color: #666;
}
#technology .technorogy_content .box_long h4 {
	position: relative;
	font-weight: 400;
	border-bottom: solid 1px #58b1dd;
	padding: 12px 0 12px 112px;
	text-align: left;
}
#technology .technorogy_content .box_long h4 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	width: 86px;
	padding: 12px 0;
	color: #fff;
}

#technology .technorogy_content .box_long h4 .app { background: #ff9600; }
#technology .technorogy_content .box_long h4 .patent { background: #c7003d; }
#technology .technorogy_content .box_long h4 .tech { background: #764c93; }

#technology .technorogy_content .box_long h3 {
	line-height: 1.75;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}
#technology .technorogy_content .box_long h5 {
	width: 940px;
	margin: 0 auto -20px auto;
	text-align: left;
}
#technology .technorogy_content .box_long p {
	text-align: left;
	width: 920px;
	font-size: 15px;
	margin: 28px auto;
}
#technology .technorogy_content .box_long img {
	width: 920px;
	margin: 10px auto 40px auto;
}

#technology .technorogy_content .box_wide {
    box-sizing: border-box;
	width: 1030px;
	margin: 40px 0 -30px 0;
	background: #fff;
	color: #000;
    border: solid 1px #ccc;
	text-align: center;
}

#technology .technorogy_content .box_wide a {
	color: #000;
	transition: all .3s;
}

#technology .technorogy_content .box_wide h4 {
	position: relative;
	font-weight: 400;
	border-bottom: solid 1px #58b1dd;
	padding: 12px 0 12px 112px;
	text-align: left;
}
#technology .technorogy_content .box_wide h4 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	width: 86px;
	padding: 12px 0;
	color: #fff;
}

#technology .technorogy_content .box_wide h4 .app { background: #ff9600; }
#technology .technorogy_content .box_wide h4 .patent { background: #c7003d; }
#technology .technorogy_content .box_wide h4 .tech { background: #764c93; }
#technology .technorogy_content .box_wide h4 .product { background: #000000;}

    #technology .technorogy_content .box_wide .box_content h3 {
        line-height: 1.75;
        text-align: left;
        font-size: 18px;
        margin-top: 5px;
    }
#technology .technorogy_content .box_wide h5 {
	width: 940px;
	margin: 0 auto -20px auto;
	text-align: left;
}
    #technology .technorogy_content .box_wide .box_content p {
        text-align: left;
        width: 550px;
        font-size: 15px;
        margin: 20px auto 1px;
    }

    #technology .technorogy_content .box_wide .box_content h2 {
        text-align: right;
        margin-top: 2%;
    }

    #technology .technorogy_content .box_wide .box_content a img {
        width: 340px;
        height: 177px;
        margin: 10px auto 40px auto;
    }

    #technology .technorogy_content .box_wide .box_content {
        display: flex;
        justify-content: space-between;
        max-width: 920px;
        margin: 30px auto 0px;
    }
        #technology .technorogy_content .box_wide .box_content .box_text {
            margin-left: 30px;
            width: 550px;
        }

        #technology .technorogy_content .box_wide .box_content a img:hover {
            filter: opacity(.8);
        }

    #technology .technorogy_content .box_wide .new{
        color:#FF0033;
    }

    @media screen and (max-width: 1260px) {
        #technology .wrapper {
        padding: 70px 5%;
    }

    #technology .technorogy_content .box {
        width: 48%;
        margin: 40px 4% 0 0;
    }

    #technology .technorogy_content .box_long {
        width: 100%;
    }

        #technology .technorogy_content .box h3,
        #technology .technorogy_content .box_long h3 {
            font-size: 16px;
            margin-top: 26px;
        }

        #technology .technorogy_content .box_long h5 {
            width: 92%;
            margin: 0 auto;
        }

    #technology .technorogy_content .box p {
        width: 90%;
        margin: 24px auto;
    }

    #technology .technorogy_content .box_long p {
        width: 90%;
    }

    #technology .technorogy_content .box_long img {
        width: 90%;
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width: 1190px) {

  

    #technology .technorogy_content .box_wide .box_content {
        width: 90%;
    }

        #technology .technorogy_content .box_wide .box_content h3 {
            width: 100%;
            font-size: 16px;
            margin-top: -5px;
        }

        #technology .technorogy_content .box_wide .box_content p {
            width: 95%;
            margin: 10px 0px 1px 0px;
            /* text-align: left; */
        }

        #technology .technorogy_content .box_wide .box_content a img {
            width: 340px;
            height: 177px;
            margin: 0 auto 20px auto;
        }

        #technology .technorogy_content .box_wide .box_content .box_text {
            margin-bottom: 20px;
        }
}



@media screen and (max-width: 1060px) {

    #technology .wrapper p {
        display: block;
        margin: 40px auto;
        max-width: 760px;
        text-align: left;
    }

        #technology p br {
            display: none;
        }

    #technology .technorogy_content .box_long p br {
        display: block;
    }

    #technology .technorogy_content .box,
    #technology .technorogy_content .box:nth-child(2n) {
        box-sizing: border-box;
        width: 100%;
        max-width: 760px;
        margin: 40px auto 0 auto;
    }

    #technology .technorogy_content .box_wide .box_content {
        flex-direction: column;
    }

        #technology .technorogy_content .box_wide .box_content a img {
            width: 340px;
            margin: 0 auto 0px;
        }

        #technology .technorogy_content .box_wide .box_content h3 {
            text-align: center;
            margin: 0 auto;
        }

        #technology .technorogy_content .box_wide .box_content p {
            margin: 24px auto;
        }

        #technology .technorogy_content .box_wide .box_content .box_text {
            margin: 24px auto;
            width: 90%
        }
}



@media screen and (max-width: 500px) {

    #technology {
        padding-top: 0;
    }

        #technology .wrapper {
            padding: 50px 5% 20px;
        }

        #technology h1 {
            font-size: 20px;
        }

        #technology .wrapper p {
            margin-top: 20px;
            font-size: 14px;
        }

        #technology .technorogy_content .box_wide h4 .vrplayer {
            background: #000000;
            width: 100%;
            font-size: 15px;
            padding-bottom: 13px
        }

        #technology .technorogy_content .box h3 {
            display: block;
            width: 90%;
            margin: 24px auto;
            text-align: left;
        }

            #technology .technorogy_content .box h3 br {
                display: none;
            }

        #technology .technorogy_content .box p {
            font-size: 14px;
        }

        #technology .technorogy_content .box_wide h4 {
            padding: 12px 0 12px 112px;
        }

        #technology .technorogy_content .box_wide {
            width: 100%;
        }

            #technology .technorogy_content .box_wide .box_content a img {
                width: 100%;
                height: 100%;
            }
}

@media screen and (max-width: 499px) {
    #technology .technorogy_content .box_wide h4 .vrplayer {
        background: #000000;
        width: 100%;
        font-size: 15px;
        padding-bottom: 13px
    }

    #technology .technorogy_content .box_wide h4 {
        padding: 12px 0 12px 112px;
    }

    #technology .technorogy_content .box_wide .box_content p {
        width: 100%;
    }

    #technology .technorogy_content .box_wide .box_content h3 {
        width: 100%;
        font-size: 16px;
    }
}


/* news */

#news {
    padding: 36px 0 80px 0;
}
#news .wrapper {
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    min-height: 1200px;
    background: #fff;
    padding: 70px 90px;
    margin: 0 auto;
}
#news .news_content {
    width: 740px;
}
#news .news_content h1 {
    font-size: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
#news .news_content .article {
    width: 100%;
    margin-bottom: 40px;
    font-size: 0;
    transition: all .3s;
}
#news .news_content .article img {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    height: 150px;
    border: 1px solid #aaa;
    transition: all .3s;
}
#news .news_content .article .box {
    display: inline-block;
    box-sizing: border-box;
    width: 510px;
    color: #222;
    margin-left: 28px;
    vertical-align: top;
    transition: all .3s;
}
#news .news_content .article .box .categori {
    display: inline-block;
    box-sizing: border-box;
    width: 86px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0 5px;
    transition: all .3s;
}

#news .news_content .article .box .date {
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
}

#news .news_content .article .box h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 12px 0 12px;
}

#news .news_content .article .box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

#news .news_content .article .box small {
    font-size: 14px;
    line-height: 1.6;
    color: #ed4d59;
    position: relative;
}

#news .news_content .article .box small.outside:after {
    content: " ";
    background: url(../news/img/search.png);
    background-size: contain;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    right: -23px;
}
#news .news_content .article a:hover .box {
    color: #ed4d59;
}
#news .news_content .article a:hover .categori {
    background: #e8636c;
}
#news .news_content .article a:hover img {
    border-color: #ed4d59;
    opacity: .8;
}
#news .sub_nav {
    position: absolute;
    top: 70px;
    right: 90px;
    width: 190px;
}
#news .sub_nav h3 {
    position: relative;
    display: block;
    box-sizing: border-box;
    border-radius: 1px;
    width: 190px;
    background: #333;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 12px 20px;
}
#news .sub_nav h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.4px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
}
#news .sub_nav ul {
    margin: 22px 0 40px;
}
#news .sub_nav li {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 190px;
    font-size: 16px;
    color: #6b6b6b;
    padding: 14px 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
#news .sub_nav a {
    display: block;
    width: 100%;
    color: #6b6b6b;
}
#news .sub_nav a:hover,
#news .sub_nav a.select,
#news .sub_nav li:hover,
#news .sub_nav li.select {
    color: #ed4d59;
}
#news .sub_nav li:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #ed4d59;
}

#news .sub_nav li:first-child {
    border-top: 1px solid #ccc;
}

.gray_box {
    background-color: #eae9e8;
    padding: 25px;
}

.gray_box .text {
    margin-top: 0 !important;
}
#news_detail .flex-box{
    display: flex;
    justify-content: space-between;
}
#news_detail .column3 div{
    width: 31.5%;
    margin: 1rem 0;
}
.btn_cont {
    display: block;
    min-width: 160px;
    max-width: 240px;
    background: #ed4d59;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 40px auto;
}

@media screen and (max-width: 1260px) {
    #news .wrapper {
        padding: 70px 5%;
    }
    #news .news_content {
        width: 74%;
    }
    #news .news_content .article img {
        width: 24%;
        height: auto;
    }
    #news .news_content .article .box {
        width: 72%;
        margin-left: 4%;
    }
    #news .sub_nav {
        top: 70px;
        right: 5%;
        width: 17vw;
        max-width: 180px;
    }
        #news .sub_nav h3 {
            width: 100%;
            font-size: 16px;
    }
    #news .sub_nav li {
        width: 100%;
        font-size: 16px;
        padding-right: 0;
    }
}


@media screen and (max-width: 900px) {
    #news .wrapper {
        padding: 40px 5%;
    }
    #news .news_content {
        width: 100%;
    }
    #news .sub_nav {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        padding-bottom: 28px;
    }
    #news .sub_nav h3 {
        width: 100%;
        font-size: 16px;
    }
    #news .sub_nav ul {
        font-size: 0;
    }
    #news .sub_nav li {
        display: inline-block;
        width: 47%;
        font-size: 16px;
        margin-right: 6%;
        padding-left: 10%;
    }
    #news .sub_nav li:nth-child(2n) {
        margin-right: 0;
    }
    #news .sub_nav li:first-child {
        border-top: none;
    }
}


@media screen and (max-width: 500px) {
    #news {
        padding-top: 0;
    }
    #news .wrapper {
        padding: 40px 5%;
    }
    #news .news_content h1 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    #news .news_content .article {
        margin-bottom: 30px;
    }
    #news .news_content .article img {
        width: 30%;
        height: auto;
    }
    #news .news_content .article .box {
        width: 66%;
        margin-left: 4%;
    }
    #news .news_content .article .box .categori {
        width: 76px;
        font-size: 12px;
    }
    #news .news_content .article .box .date {
        font-size: 14px;
        padding-left: 8px;
    }
    #news .news_content .article .box h2 {
        font-size: 14px;
        margin: 12px 0 10px;
    }
    #news .news_content .article .box p {
        font-size: 12px;
        margin-bottom: 14px;
    }
    #news .news_content .article .box small {
        font-size: 12px;
        line-height: 1;
    }
    #news .news_content .article .box small.outside:after {
        background-size: 90%;
        max-width: 17px;
        max-height: 17px;
        background-repeat: no-repeat;
    }
    #news_detail .column3 div{
        width: 32%;
        margin: 5px 0;
    }
}


#news_detail {
    padding: 36px 0 80px 0;
}
#news_detail .wrapper {
    max-width: 800px;
    background: #fff;
    padding: 60px 60px;
    box-sizing: border-box;
}
#news_detail h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 14px 0;
    line-height: 1.5;
    padding-bottom: 40px;
    border-bottom: solid 1px #aaa;
}
#news_detail p {
    line-height: 1.75;
    margin-top: 20px;
}
#news_detail img {
    width: 100%;
}
#news_detail .company_table a {
    text-align: none;
    color: #000;
}
#news_detail .right_p {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 30px;
}
#news_detail .btn_link {
    display: block;
    min-width: 160px;
    max-width: 240px;
    background: #66AEE9;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
#news_detail .article {
    padding: 20px;
}
#news_detail .article a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    line-height: 1.5;
}
#news_detail .article a:hover {
    color: #aaa;
}


@media screen and (max-width: 900px) {
    #news_detail {
        padding: 30px 0;
    }
    #news_detail .wrapper {
        max-width: 800px;
        padding: 5% 8%;
    }
    #news_detail h2 {
        text-align: left;
        padding-bottom: 20px;
    }
    #news_detail h2 .pc {
        display: none;
    }
    #news_detail p {
        font-size: 14px;
        line-height: 1.75;
        margin-top: 18px;
    }
    #news_detail .right_p {
        padding-right: 2%;
    }
    #news_detail .btn_link {
        width: 160px;
    }
}
@media screen and (max-width: 500px) {
    #news_detail {
        padding-top: 0;
    }
}




/* privacy */
.privacyTTL {
    padding: 20px 0;
    margin: -1em auto 1em auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #EEEEEE;
}

.privacyArticle {
    margin: 0 0 2.5em 0;
    padding: 0 40px;
    line-height: 26px;
}

.privacyArticle h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1em 0;
}

.privacyArticle p {
    line-height: 26px;
}

.decimal,
.upper-alpha,
.disc,
.none {
    margin: 20px;
    line-height: 26px;
}

.decimal {
    list-style-type: decimal;
}

.upper-alpha {
    list-style-type: upper-alpha;
}

.disc {
    list-style-type: disc;
}

.none {
    list-style-type: none;
}

.policy_list {
    width: 550;
    border: 0;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    margin-bottom: 40px;
    font-size: 14px;
}
.policy_list td {
    padding: 4px 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 16px;
}
.td_header {
    background-color: #EEEEEE;
    font-weight: bold;
    font-size: 16px;
}
/* recruit */
#recruit {
    padding: 36px 0 0 0;
    color: #333;
}
#recruit .wrapper {
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    background: #fff;
    padding: 70px 80px;
    margin: 0 auto;
}
#recruit .box {
    width: 100%;
}
#recruit .show_button {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#recruit .show_button::before,
#recruit .show_button::after {
    position: absolute;
    top: 14%;
    bottom: 0;
    right: 1.2%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#recruit .show_button::after {
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
#recruit .active::after {
    top: 26%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;
}
#recruit .show_box {
    width: 100%;
    display: none;
}
#recruit h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
}
#recruit h1 small {
    font-size: 14px;
    /*color: #ed4d59;*/
}
#recruit .show_button h2 {
    position: relative;
    font-size: 18px;
    color: #fff;
    background: #333;
    line-height: 1.0em;
    font-weight: bold;
    margin: 40px 0 20px 0;
    padding: 10px 10px 10px 20px;
}
#recruit .show_button h2:hover,
#recruit .show_button .btn_bkg:hover {
    cursor: pointer;
}
#recruit .show_button .btn_bkg {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: #ed4d59;
}
        /*
#recruit h2:before {
	content: "";
	border-left: 4px solid #ed4d59;
	margin: 0 20px 0 0;
}
*/
#recruit p {
    line-height: 1.75;
}
#recruit ul {
    margin: 20px 0 30px 0;
}
#recruit li {
    margin: 10px 0 10px 20px;
    line-height: 1.5;
}
#recruit li:first-child {
    margin: 0 0 10px 0;
    font-weight: 500;
}
#recruit table {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0 0 0;
    border-collapse: collapse;
}
#recruit table th {
    width: 20%;
    background: #ddd;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 20px 0;
}
#recruit table tr:last-child th {
    border-bottom: 1px solid #ddd;
}
#recruit table td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px;
}
#recruit table tr:last-child td {
    border-bottom: none;
}
#recruit .recruit_inquiry_box {
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

#recruit .re_office {
    position: relative;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 0 4px 0;
    color: #ed4d59;
    font-weight: 500;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

#recruit .re_office:hover {
    color: #333;
    transition: all 0.3s;
}
#recruit .re_inquiry {
    display: block;
    width: 200px;
    color: #fff;
    font-size: 20px;
    margin: 30px auto 0 auto;
    background: #ed4d59;
    padding: 14px 100px;
    border-radius: 3px;
}
#recruit .re_inquiry:hover {
    background: #ff7e88;
    transition: all 0.3s;
}
@media screen and (max-width: 900px) {
    #recruit .wrapper {
        width: 100%;
        background: #fff;
        padding: 70px 10px;
        margin: 0 auto;
    }
    #recruit .recruit_inquiry_box {
        width: 100%;
    }
    #recruit .re_inquiry {
        width: 100%;
        height: 100%;
        padding: 14px 0;
    }
}

@media screen and (max-width: 500px) {
    #recruit {
        padding: 0;
    }
    #recruit p {
        line-height: 1.5;
    }
    #recruit table th,
    #recruit table td {
        display: block;
    }
    #recruit table th {
        width: 100%;
        border-style: none;
    }
    #recruit table td {
        line-height: 1.2;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

.is-animated {
    animation: .6s zoom-in;
}

@keyframes fade-in {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.fade-animated {
    animation: .6s fade-in;
}

#news_detail h2 .small {
    font-size: 80%;
}


/*180827*/
.font_small {
    font-size: 8pt;
}






















