@charset "UTF-8";

.onlySp{
	display: none;
}


#top,#message,#history,#service,#group,#contact{
  margin-top: -150px;
  padding-top: 150px;
}

.btnPageTop{
	position: fixed;
    width: 61px;
    bottom:0;
    right: 30px;
    z-index: 1;
}

.btnPageTop:hover{
	opacity: 0.6;
}

.lineHeight{
	line-height: 1.4;
}

#wrapper{
	min-height: 100vh;
    position: relative;
    padding-bottom: 45px;
    box-sizing: border-box;
}

a[href^="TEL:"] {
    pointer-events: none;
}

#header{
	position: fixed;
	top:0;
	left:0;
	z-index: 99999;
	width: 100%;
	height:150px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 5px solid #bf0d0d;
}

.header-in{
	width: auto;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
	height: 100%;
}

.header-logo{
	position: absolute;
	top:20px;
}

.header-logo a:hover{
	opacity: 0.8;
}

.contact-info{
    position: absolute;
    top: 0;
    right: 10%;
	background-color: #e10000;
	color:#095189;
	text-align: center;
}

.garamond{
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
	line-height:1;
    display: inline-block;
}

.contact-info p:nth-of-type(2) {
    position: relative;
    background-image: url("/-/media/OSSW/img/Top/icon_tel.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 26px;
}

.contact-info p:first-of-type{
	font-size:1.2rem;
}


.tel-number,.mail a{
	font-size:3.2rem;
	font-weight:bold;
    vertical-align: middle;
	display: inline-block;
	color:#ffff;
    padding: 12px 30px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}


#gNav{
	position: relative;	
	top: 95px;
    left:0;	
}

#gNavList{
	
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;	
}

#gNavList li{
	width:20%;
	text-align: center;
}

#gNavList li:hover span:nth-of-type(1){
	color:#bf0d0d;
}


#gNavList span:nth-of-type(1){
	font-size:2.0rem;
	font-weight:bold;
	text-align: center;
	font-family:Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	display: block;	
}

#gNavList li span:nth-of-type(2){
	font-size:1.2rem; 
	text-align: center;
	color:#bf0d0d;
	border-right: 1px solid #bf0d0d;
	border-left: 1px solid #bf0d0d;
	display: inline-block;
	padding: 0 3px;
}


/*
	メインビジュアル
*/
.main {
    background: url(/-/media/OSSW/img/Top/mv.jpg) no-repeat center center;
    background-size: cover;
    padding: 210px 0 160px 0;
    margin-top: 150px;
	/*background-size: 100% 100%; back ground display*/
}

#main-message{
	text-align: center;
}

#main-message img{
	max-width: 100%;
    height: auto;
}



/*
	セクション
*/

.vision-wrap,
.history-wrap,
.business-wrap,
.company-wrap,
.contact-wrap,
.groupsec-wrap,
.form-wrap {
    width: auto;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    height: 100%;
    font-style: initial;
}

.vision-wrap {
    /*background-image: url("/-/media/OSSW/img/Top/img_message.png");*/
    background-position: right 10% top 220px;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-bottom: 90px;
    background-size: 35%;
}




.vision-img {
	margin-right: 50px;
	max-width: 50%;
	max-height: 45%;
	float: right;
	margin-top: -230px;
}
/*
.business-back {
    background-image: url("/-/media/OSSW/img/Top/bk_service.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.contact-back {
    background-image: url("/-/media/OSSW/img/Top/bk_contact.jpg");
    background-repeat: no-repeat;
    border-bottom: 40px solid #e10000;
    background-size: cover;
}

.form-wrap{
	    padding-top: 210px;
         max-width: 800px;
}

section:nth-of-type(even) .common-title span:nth-of-type(1){
	color:#fff;
}
/*
	見出し
*/
.common-title{
	text-align: center;
	
}
.common-title span:nth-of-type(1){
	font-size:3.5rem;
	font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
	display: block;
	padding-bottom: 15px;
}

.common-title span:nth-of-type(2){
	font-size:1.8rem;
	color:#bf0d0d;
	background-color: #b7acac;
	padding: 5px 60px;
}
.vision {
    width: 50%;
    font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
	line-height: 2;
}

.vision-title{
	font-size: 3.5rem;
    color: #bf0d0d;
    padding: 60px 0 45px;
}

.vision-txt{
	font-size: 17px;
	line-height:2.0;

}

.business-in{
	padding-top: 50px;
	font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
}

.company-in{
	padding-top: 50px;
}

.contact-in{
	padding: 0 70px;
	text-align: center;
}

.business-list{
	display: flex;
	padding-bottom: 35px;
}
/*
.list-element{
	width: 50%;
	margin-right: 2%;
}
*/


.list-element{
	width: 50%;
	margin-right: 2%;
	border-style: groove;
    border-width: 7px;
    border-color: coral;
}

.list-element:last-of-type{
	margin-right: 0;
}

.history {
    padding: 50px;
    font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
}

.data_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

.history {
    max-width: 1110px;
    width: 94%;
    margin: 0 auto;
}

.data_list dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 30px 0;
    border-top: 1px solid #000000;
    color: #000000;
    text-align: center;
    background-color: #E2DAD1;
}

.data_list dd {
    width: 60%;
    padding: 20px 10px;
    border-top: 1px solid #000000;
    line-height: 2em;
    margin-inline-start: 0;
}

.data_list dt:nth-last-child(2) {
    border-bottom: 1px solid #000000;
}

.data_list dd:last-child {
    border-bottom: 1px solid #000000;
}

.service-p-title {
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.75;
    padding-top: 30px;
}

.service-p-txt {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75;
    padding-top: 7px;
}

.business-list img{
	margin: 0 auto;
    display: block;
    padding-top: 20px;
    max-width: 100%;
    height: auto;
}

.business-name{
	padding: 15px;
	background-color: #bf0d0d;
	font-size:2.0rem;
	color:#fff;
	text-align: center;
}

.company-title {
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: initial;
}

.company-title:before {
	content: "";
	position: absolute;
	background: #bf0d0d;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}


/*
	Company
*/

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

.company-table tr:last-of-type{
	border-bottom:solid 1px #e8e8e8;
}

.company-table th{

	color: #fff;
    text-align: left;
    width: 32%;
    box-sizing: border-box;
    font-weight: initial;
    padding:15px;
    background-color: #bf0d0d;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.company-table td{
	padding:20px 10px;
	text-align: left;
	background:#eee;
	border-bottom: 5px solid #fff;
	box-sizing: border-box;
}

.company-table tr:last-of-type th,
.company-table tr:last-of-type td{
	border-bottom:none;
}

.company-info{
	float: left;
	width:60%;
}

.company-message{
	float:right;
	width: 37%;
}

.company-message p{
	line-height:2.0;
}

.company-img img{
	width: 190px;
    margin: 0 auto 25px;
    display: block;
}

.company-access{
	clear: both;
	padding-top:50px;
}

.map iframe{

	width: 100%;
	height:250px;
}

.map p{
	padding-top: 20px;
	text-align: center;
}

.company-info div {
    margin-block: 10px;
}

.privacy {
    position: static;
    width: 100%;
    background: #fec808;
    border-radius: 5px;
    box-sizing: border-box;
    height: 90px;
    color: #095189;
    text-align: center;
    translate: 0 100px;
}

.privacy a {
    font-size: 3.2rem;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    color: #095189;
    padding: 12px 30px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.privacy p {
    font-size: 28px;
    font-weight: bolder;
    padding-top: 20px;
}

.privacy p:before {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: #095189;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.privacy p:after {
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.promotion {
    position: static;
    width: 100%;
    background: #fec808;
    border-radius: 5px;
    box-sizing: border-box;
    height: 90px;
    color: #095189;
    text-align: center;
    translate: 0 100px;
}

    .promotion a {
        font-size: 3.2rem;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
        color: #095189;
        padding: 12px 30px;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
    }

    .promotion p {
        font-size: 25px;
        font-weight: bolder;
        padding-top: 20px;
    }

        .promotion p:before {
            box-sizing: border-box;
            width: 30px;
            height: 30px;
            background: #095189;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: -4px;
            bottom: 0;
            right: 15px;
            margin: auto;
            content: "";
            vertical-align: middle;
        }

        .promotion p:after {
            right: 28px;
            width: 7px;
            height: 7px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: -3px;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
        }

.contact-title{
	background: #fff;
    padding: 15px 0;
    text-align: center;
    font-weight: initial;
    font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
    font-size: 2.5rem;
}

.contact-txt{
	font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.mask{
	display: inline-block;
	background: rgba(255,255,255,0.6);
	padding: 15px 15px 15px 0;
}

.mail:hover{
	cursor: pointer;
	background-color:#000000;
}

.phone,.mail{
	position: static;
    width: 48%;
    background: #bf0d0d;
    border-radius: 5px;
	box-sizing: border-box;
	height: 90px;
}

.phone{
	float: left;
}

.mail{
	float:right;
	
	
}

.mail p:nth-of-type(1),
.phone p:nth-of-type(1){
	padding-bottom: 5px;
	font-size:1.4rem;
    font-weight: initial;
}

.mail p:nth-of-type(2):before{
	box-sizing: border-box;
    width: 22px;
    height: 22px;
    background: #095189;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	position: absolute;
    top: -4px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.mail p:nth-of-type(2):after{
	right: 9px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    /* right: 0; */
    margin: auto;
    content: "";
    vertical-align: middle;
}

.mail p:nth-of-type(2){
	font-size: 2.5rem;
    background-image: url(../img/icon_mail.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    background-position: center left;
}

.hour{
	color: #fff;
    padding-top: 15px;
    
}


.footer{
	background: #bf0d0d;
	color:#fff;
	padding: 15px 0;
	width: 100%;
    position: absolute;
    bottom: 0;
}

.footer small{
	width: 100%;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

.grp_inner{
	width: 100%;
    text-align: left;
    margin: 60px auto 0;
    position: relative;
}

.group_sec .grp_jp {
    border-bottom: 2px solid #68beea;
}

.group_sec .grp_wd {
    margin-top: 2em;
    border-bottom: 2px solid #5fb626;
}

.group_sec h2 {
    text-align: center;
    margin-bottom: 0.5em;
    color: #15316c;
    font-size: 2.0rem;
    padding-bottom: 20px;
    font-weight: normal;
}

.group_sec li {
    text-align: center;
    width: 15.666666%;
    float: left;
    padding: 0 0.5%;
    margin-bottom: 0;
    list-style: none;
}

.group_sec img {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: top;
    outline: none;
    max-width: 100%;
    height: auto;
}

.form-wrap table{

    width: 100%;
    table-layout: fixed;
    word-break: break-word;
}

#formTable th {
    width: 30%;
    background: #eee;
    border-bottom: 1px solid #fff;
}

#formTable input, #formTable textarea{
    border-style: solid;
    border-width: 1px;
    border: none;
    border: 1px solid #ccc;
}

#formTable td, #formTable th {
    padding: 15px;
}

.form-wrap #policy_text{

    width: 100%;
    height: 20em;
    overflow-y: scroll;
    transform: translateZ(0);
}

.red{
	color:#f31b1b;
}

.error{
	color:#f31b1b;
	padding:10px 0 0;
	font-size: 1.4rem;
}

.enclose-error{
    text-align: center;
    margin-bottom: 50px;
    border: 2px solid #f31b1b;
    padding: 15px 10px !important;
}

.check-txt{

	padding: 20px 0;
	text-align: center;
}

.form-wrap label{
	text-align: center;
    display: block;
}

#policy{
	width: 20px;
    height: 20px;
}
#Sections_0__Fields_5{
	width: 20px;
    height: 20px;
}
.btn{
    width: 250px;
    /* margin: 0 auto; */
}

.btn-area button:hover{
    cursor:pointer;
}

.form-btn{
	margin-top: 50px;
    background-color: #b5b5b5;
    border: none;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    border-radius: 5px;
    
}

.form-btn p{
	position: relative;
	display: inline-block;
	padding-right: 36px;
	font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
}

.form-btn p:before{
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.form-btn p:after {
    right:9px;
    width:7px;
    height:7px;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    /* right: 0; */
    margin: auto;
    content: "";
    vertical-align: middle;
}

.form-btn .btn-arrow{
	padding-right:0;
	padding-left: 25px;
    font-size: 1.8rem;
    color: #1b1b1b;
}

.form-btn .btn-arrow:before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background:#095189;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: auto;
}

.form-btn .btn-arrow:after{
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right:none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: auto;
    left: 8px;
}

#back{
    margin-top: 15px;
    background-color: transparent;
}


#send{
    background-color: #fec808;
    color: #095189;

}

#send p:before{
    background-color:#095189;
}

#send p:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.form-wrap h1{

	font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho",serif;
	font-size:2.5rem;
	position: relative;
	line-height: 2.5;
	text-align: center;

}

.form-wrap h1:before {
	content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bf0d0d;
    border-radius: 2px;
}

.form-txt{
	margin: 50px 0;
    text-align: center;
    line-height: 1.4;
}

.bread{
	margin-bottom: 50px;
}

.bread a:hover{
    border-bottom: 1px solid #1b1b1b;
}

.confirmTable td{
	line-height:1.4;
}

.confirmTable tr:last-of-type,
.confirmTable tr:nth-last-of-type(2){
	display: none !important;
}

.thanks{
    font-size:2.4rem;
    margin-bottom:30px;

}

.tel-txt{
    margin: 30px 0;
    font-size: 1.2rem;
}

.tel-txt b{
    color: #095189;
    font-size:2.2rem;
    background-image: url(../img/icon_tel.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 26px;
}

.top-return{
    margin: 0 auto;
    width: 40%;
    box-sizing: border-box;
    background-color: #0064b2;
    text-align: center;
}

.top-return a{
    color:#fff;
    padding: 15px;
    display: block;
}

.top-return a p{
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.top-return a p:before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.top-return a p::after {
    right: 8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #0064b2;
    border-right: 1px solid #0064b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    /* right: 0; */
    margin: auto;
    content: "";
    vertical-align: middle;
}

.mail p:nth-of-type(2):before{
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background: #095189;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.mail p:nth-of-type(2):after{
    right: 9px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    /* right: 0; */
    margin: auto;
    content: "";
    vertical-align: middle;
}

#confirm[disabled] {
    background-color: #ccc;
    cursor: default;
    color:#fff;
}

#confirm[disabled] p:before{
    background: #fff;
}

#confirm[disabled] p:after{
    border-top:   1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}


#confirm{
    background-color:#fec808;
    cursor:pointer;
    color:#095189;
}

#confirm p:before{
    background-color: #095189;

}

#confirm p:after{
    border-top:   1px solid #fff;
    border-right: 1px solid #fff;

}

.purposeUse{
    font-weight: 700;
    margin: 30px 0 15px;
}



@media (max-width: 960px){
.phone,.mail{
	float: none;
	width: 100%;
}

.phone{
	margin-bottom: 15px;
}


.vision-img {
	margin-right: -10px;
	max-width: 50%;
	max-height: 45%;
	float: right;
	margin-top: -380px;
}
	
}


@media (max-width: 768px){
.onlyPc{display: none;}
.onlySp{display: block;}

a[href^="TEL:"] {
    cursor: pointer;
    pointer-events: auto;
}

	
.vision-wrap,
.business-wrap,
.history-wrap,
.company-wrap,
.contact-wrap,
.groupsec-wrap,
.form-wrap{
	
	width: 96%;
    padding-left: 0;
    padding-right: 0;
}

#wrapper{
	margin-top: 130px;
}


.vision-img {
	margin-right: 200px;
	max-width: 50%;
	max-height: 45%;
	float: right;
	margin-top: -20px;
}


.form-wrap{
	margin-top: 0;
    padding-top: 0;
}
	
.vision-wrap{
	background-image: none;
}

.vision{
    width: 100%;
	text-align: center;
}

.company-info,
.company-message{
	float: none;
	width: 100%;
}
	
.company-table,
.company-table tbody,
.company-table tr,
.company-table th,
.company-table td,
#formTable,
#formTable tbody,
#formTable tr,
#formTable th,
#formTable td{
	width: 100%;
	display: block;
	border: none;
}
	
.company-table th {padding: 6px 10px;}
.company-table td {padding: 15px 10px;}
	
.company-message{
	padding-top: 155px;
}
	
	.contact-in{
		padding: 0 10px;
	}

.footer.onlySp{
	padding: 15px 15px 0;
	position: relative;
}

.btnPageTop {
    position: fixed;
    bottom: 35px;
    right: 10px;
}	
		
.btn_grp {
    padding: 20px;
    text-align: center;
    text-decoration: none;
    background: #3da9c4;
    color: #fff;
    font-size: 1.4rem;
}
	

.btn_grp:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 1em;
    font-size: 1.2rem;
}
	
.btn_grp_on:after {
    content: "\f106";
    font-family: FontAwesome;
    padding-left: 1em;
    font-size: 1.2rem;
}

.groupsec-wrap{
	padding-bottom: 0;
}

.group_sec{
	margin-bottom: 90px;
}
	
.group_sec .btn_grp_on + .groupsec-wrap {
    max-height: 10000px;
    padding: 40px 0;
}
	
.group_sec .groupsec-wrap {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
	
.group_sec h2 {
    font-size: 1.4rem;
}

.group_sec li {
    width: 30%;
    padding: 0 1%;

}
	
.header-logo{
	position: absolute;
    top: 15px;
    left: 10px;
}
	
.header-height{
	height: 70px;
}

#sp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
	box-sizing: border-box;
}
	
.header-logo img{
	height: 40px;
}

.humburger-menu{
	
	display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 50px;
    height: 50px;
}

.nav a {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:15px;
}
	
.nav a span:first-of-type{font-size:1.6rem; font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;}
.nav a span:last-of-type{font-size:1.2rem;}
.nav li {border-bottom:1px solid #eee;}

.nav-wrap.open {
	background-color: #fff;
    height: 100vh;
}
.nav-wrap.close {height:0;}

.nav-button {
  	 display: block;
     cursor: pointer;
}
.nav-wrap {

	margin: 0px;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    transition-duration: 500ms;
    position: absolute;
    top: 70px;
    z-index: 2;
    width: 100%;
    background-color: #fff;
}

.nav-button,.nav-button span{
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
.nav-button {
	z-index: 20;
	width: 22px;
	height:22px;
	position: absolute;
	top:14px;
	right:14px;
}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.nav-button span:nth-of-type(1) {top: 0;}
.nav-button span:nth-of-type(2) {top: 10px;}
.nav-button span:nth-of-type(3) {bottom: 0;}
	
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	background-color:#000;
}
.nav-button.active span:nth-of-type(2) {opacity: 0;}
	
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	background-color:#000;
}
	
	
#sp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-sizing: border-box;
}

.main{
	max-width: 100%;
    padding: 160px 0 115px;
    position: relative;
    margin-top: 0;
}

#main-message{
	width: 90%;
    margin: 0 auto;
}

#main-message img.onlySp {
    display: block;
	margin: 0 auto;
}
	
.vision-title {
    padding: 60px 0;
}
	
.vision-txt {
    padding:0;
}
	
.mask{
	padding:0;
}
	
.contact-txt {
    font-size: 1.8rem;
}
	
.group_sec h2 {
    padding-bottom: 16px;
}

#formTable th{
	text-align: left;
}

.form-btn{
	width: 100%;
}

.error{
	padding:10px 0;
}

.top-return {
    width: 100%;
}

#top,#message,#history,#service,#group,#contact{
  margin-top: -70px;
  padding-top: 70px;
}

}

@media (max-width: 640px){
	

.vision-img {
	margin-right: 185px;
	max-width: 50%;
	max-height: 45%;
	float: right;
	margin-top: 20px;
}	
	
    .business-back {
       /* background-image: url(/-/media/OSSW/img/Top/bk_contact.jpg);*/
        background-repeat: no-repeat;
    }
.business-list {
    display:inline;
}

.list-element{
    width: 97%;
    margin-right:0;
}
	
.business-list img {
    padding-bottom: 20px;
}

.service-p-txt{
    padding-bottom: 40px;
}

.history {
    padding: 15px;
    padding-top: 50px;
}

.privacy p:before {
    right: 13px;
}

.privacy p:after {
    right: 26px;
}

}
