/* font */
body{margin:0; color:#1A1A1A;
font-family:Quicksand,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",游ゴシック体,"Yu Gothic",YuGothic,
メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
position:relative;
}



  
/*  img/フォーカス色無効など
------------------------*/
img {
max-width: 100%;
height: auto;
border: 0;
display: block;
}
p a,
p a:visited {
line-height: inherit;
}
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
font-size: inherit;
line-height: 1.6rem;
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
input:focus,
select:focus,
option:focus {
outline: none;
}

/* スクロールバーのベース部分 */
::-webkit-scrollbar{
  width: 4px;
}
/* スクロールバーのバーの部分 */
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: none;
  box-shadow: 0 0 0px #777; 
  padding:0 4px;
}
/* スクロールバーのツマミの部分 */
::-webkit-scrollbar-thumb{
  background: #8E8E8E;
  border-radius: none;
  box-shadow: none;
}

.sub_about ::-webkit-scrollbar-thumb{
	background: rgba(153, 51, 255,1);
	}

.sub_service ::-webkit-scrollbar-thumb{
	background: rgba(0, 0, 233,1);
	}


.sub_contact ::-webkit-scrollbar-thumb{
	background: rgba(196, 255, 31,1);
	}

/*** font ***/

@font-face {
  font-family:'Oswald';
  src: 
  url('../font/Oswald-Regular.woff') format('woff'),
  url('../font/Oswald-Regular.ttf') format('truetype');
}

/*** bg ***/

.toppage {
    background: url(../images/bg01.jpg) center top;
    background-size: cover;
	min-height: 100vh;

}

.sub_about  {
    background: url(../images/bg02.jpg) center top;
    background-size: cover;
	min-height: 100vh;
}

.sub_service {    background: url(../images/bg03.jpg) center top;
    background-size: cover;
	min-height: 100vh;
}
	
.sub_contact {    background: url(../images/bg03.jpg) center top;
    background-size: cover;
	min-height: 100vh;
}

	

/*** header ***/
header,.menu_cont_header {align-items: center;
    height: 60px;
    /* background: #ccc; */
	flex-shrink: 0;
}

.toppage header {
	color:#fff;
}

img.logo {
    width: 100px;
}

.menu_btn {
    width: 60px;
    height: 60px;
	position:relative;
}
.menu_btn svg {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
}

.menu_btn:hover{cursor:pointer;}

.toppage header .menu_btn svg {fill: #fff;}

/*** top ***/

.catch {     font-family: 'Oswald';
    color: #fff;
    line-height: 2.8rem;
    font-size: 2.344rem;
	}
.toppage,.subpage {position:relative;}
.catch span {
    font-size: 0.813rem;
    display: block;
    font-family: Oswald,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",游ゴシック体,"Yu Gothic",YuGothic, メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.2rem;
    margin-top: 15px;

}
/*
.top_phrase { */
/*    position: relative;
    top: 40vh;
    left: 20px;
	z-index:501;
	*/
/*	padding-top: 40vh;
    padding-left: 20px;
}*/

.top_phrase {
    top: 40vh;
    padding-left: 20px;
    position: absolute;
	z-index:501;
}


/*** subpage ***/
.container {
    position: relative;
    z-index: 501;
}

.subpage_content {
    background: #fff;
    position: relative;
 height:calc(100vh - 244px);
    font-size: 0.875rem;
      padding: 20px 15px 0px 15px;
	  overflow: auto;
}

.sub_about .subpage_content,.sub_service .subpage_content {
    background: #fff;
    position: relative;
 height:calc(100vh - 315px);
    font-size: 0.875rem;
      padding: 20px 15px 0px 15px;
	  overflow: auto;
}

.subpage_wrap {
    margin-top: 40px;
	    position: relative;
}

.subpage_wrap h1 {
	font-family: Oswald;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
    font-size: 1.125rem;
	padding: 15px;
	line-height:1.313rem;
}

.subpage_wrap h1 span {
    font-size: 1.313rem;
    margin-left: 9px;
}



.sub_about h1{background: linear-gradient(89.87634023622445deg, rgba(153, 51, 255,1) 8.733552631578949%,rgba(153, 51, 255,1) 69.50794956140352%,rgba(255, 225, 0,1) 100.18092105263159%);
}

.sub_service h1{background: linear-gradient(89.87634023622445deg, rgba(0, 0, 233,1) 8.733552631578949%,rgba(0, 0, 233,1) 40.50794956140352%,rgba(20, 168, 59,1) 100.18092105263159%);
}

.sub_contact h1{color:#1a1a1a; background: linear-gradient(89.87634023622445deg, rgba(196, 255, 31,1) 8.733552631578949%,rgba(196, 255, 31,1) 69.50794956140352%,rgba(255, 203, 116,1) 100.18092105263159%);
}



.about_txt {
    text-align: center;
/* position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;*/
}

/*
ul.sub_links { font-family: Oswald;
  position: absolute;
    bottom: 26px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 left: 50%;
    transform: translate(-50%, 0%);
    margin: auto;
    max-width: 230px;
    width: 100%;
}
*/

ul.sub_links {
    font-family: Oswald;
    /* position: absolute; */
    bottom: 26px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    margin: auto;
    max-width: 230px;
    width: 100%;
    background: #fff;
	
}

.sub_footer {padding-top: 12.5px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-bottom: 12.5px;
	    position: relative;
}

.sub_about .sub_footer,.sub_service .sub_footer {padding-top: 20px;
padding-bottom: 26px; }


ul.sub_links li {
    position: relative;
    font-size: 0.813rem;
    padding-left: 18px;
    margin-bottom: 10px;
    width: 50%;
}

.sub_service ul.sub_links {max-width: 608px;
    padding: 0 15px;}
	
.nav-tabs {
    border-bottom:0px solid #dee2e6;
}

ul.sub_links li.current:after {
    transition: .5s;
    display: inline-block;
    content: "\025b6";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 11px;
	color:#9A9A9A;
		    font-family: Oswald,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",游ゴシック体,"Yu Gothic",YuGothic, メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

ul.sub_links li a::after {
    transition: .5s;
    display: inline-block;
    content: "\025b6";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 11px;
	color:#9933FF;
	    font-family: Oswald,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",游ゴシック体,"Yu Gothic",YuGothic, メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
ul.sub_links li:nth-child(n+3) {
    margin-bottom: 0;
}

ul.sub_links li a{color:#1a1a1a;
display:block;}
ul.sub_links li:hover,ul.sub_links li a:hover:after{
color: #9A9A9A; }
ul.sub_links li a:hover{text-decoration:none;color:#9A9A9A;}

ul.sub_links li.current,ul.sub_links li.current::after {color:#9A9A9A;}

.about_txt h2 {    text-align: center;
    font-size: 1rem;
}

.about_txt h3 {    text-align: center;
    font-size: 2rem;
	text-shadow: 0px 3px 5px #a0a0a0cc;
margin-bottom: 30px;
}

.about_txt h3 span{	margin-top: 5px;
	display:block;
	text-shadow: none;
font-size: 1rem;}

.about_txt p {
    font-size: 0.813rem;
}
.gmap {
    max-width: 750px;
    margin: 40px auto auto auto;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 50%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.ceo {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ceo span {
    font-size: 0.813rem;
    font-weight: 300;
    margin-left: 11px;
}

.content_message ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0 0 17px 0;
    flex-wrap: wrap;
}

.content_message ul li {
    text-align: center;
    background: #3F3F3F;
    color: #fff;
    font-size: 0.625rem;
    min-width: 66px;
    margin-bottom: 3px;
    padding: 0 18px;
    margin-right: 6px;
}

.content_message ul li:last-child {
    padding: 0px 30px;
}

.sub_message_r h2 {
    font-size: 1.063rem;
    margin: 0 0 10px 0;
}

.sub_message_txt p {
    font-size: 0.813rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
}
.sub_message_txt {
    border: 1px solid #C4C4C4;
    padding: 10px;
    overflow: auto;
	height:150px;
}

.domain_content ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.domain_content ul li:nth-child(n+2) {
    font-size: 0.875rem;
    margin-bottom: 8px;
    padding-left: 8px;
}

.domain_content ul li:nth-child(n+2):before {
    content: "-";
    margin-right: 1rem;
}
.domain_content ul li:first-child {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #1A1A1A;
    margin-bottom: 14px;
}

.c_profile {    font-size: 0.813rem;

}

.c_profile_item {
    border-bottom: 1px solid #707070;
    padding-bottom: 8px;
	    display: flex;
		margin-bottom: 10px;
}
.c_profile .c_profile_item:last-child {border-bottom: 0px solid #707070;}

.c_profile_item span {
    font-weight: 600;
    width: 26%;
    flex-shrink: 0;
}

/*** menu ***/
.menu_content_side {
	   font-family: Oswald,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",游ゴシック体,"Yu Gothic",YuGothic, メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 999;
	    width: 100%;
		min-height: 100vh;
		height:768px;
		
}

.menu_content {
	font-family: Oswald,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",游ゴシック体,"Yu Gothic",YuGothic, メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.menu_content h2 {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 60px;
    line-height: 3.5rem;
}



.menu_item {
    margin-top: 60px;
    position: relative;
    z-index: 998;
}

.menu_item ul,.menu_content ul {
    padding: 0;
    list-style-type: none;
}
.menu_item ul li {
    font-size: 2.25rem;
    margin-bottom: 45px;
    line-height: 2.25rem;
    position: relative;
    padding: 0 40px;
}

li.item_level2:after {
	transition: .5s;
    display: inline-block;
    content: "";
    background-image: url(../images/arrow-forward.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24.98px;
    height: 43.69px;
    position: absolute;
right: 40px;
    top: 15px;
}

.menu_item a,.menu_item a:visited{color:#1A1A1A; transition: .5s;
display: block;}
.menu_item a:hover{color:#6b6b6b; text-decoration:none;}

 /* .menu_content ul li a:hover{color:#c7c7c7; text-decoration:none;} */
 
 
#menu-about-active .menu_content ul li a:hover{color:rgb(235 215 255); text-decoration:none;}
#menu-service-active .menu_content ul li a:hover{color:rgb(193 193 239); text-decoration:none;}
 
.item_level2.menu-active ul{
	/* display:none; */
	height:0;}
.item_level2 ul li{
	display:none;
	}
.item_level2.menu-about.menu-active ul {
   /* display: block;*/
    margin-top: 20px;
    height: 260px;
}
.item_level2.menu-service.menu-active ul {
    margin-top: 20px;
    height: 260px;
}

.item_level2.menu-active ul li{display: block;}

li.item_level2.menu-active ul {
    position: relative;
    width: 100%;
}

.item_level2.menu-about.menu-active {  background: #9933FF;}
.item_level2.menu-service.menu-active {  background:#0000E9;}

.item_level2.menu-active {
	transition: .5s;
  
    color: #fff;
    margin-top: -25px;
    padding: 25px 40px 10px 20px;
	margin-bottom: 20px;
}

.item_level2:hover{cursor:pointer;}

li.item_level2.menu-active ul a,.menu_content ul a{color:#fff; transition: .5s;}

li.item_level2.menu-active:after {
    display: inline-block;
    content: "";
    background-image: url(../images/arrow-forward_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24.98px;
    height: 43.69px;
    position: absolute;
    right: 40px;
    top: 10px;
    transform: rotateZ(180deg);
	transform-origin:center;
transition: .5s;
}

.item_level2 ul li {
    font-size: 1.438rem;
    margin-bottom: 15px;
}

.item_level2 ul li span {
    font-size: 0.813rem;
    font-weight: 600;
    letter-spacing: 5px;
    display: block;
    line-height: 1.2rem;
}


.menubg_shape {
    height: 500px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 900;
	overflow:hidden;
}

.menu_content ul a {
    font-size: 2.625rem;
    line-height: 2.625rem;
    display: block;
}


.menu_content ul li a span {
    font-size: 1rem;
    line-height:1.2rem;
    letter-spacing: 5px;
    font-weight: 600;
    position: relative;
    top: 10px;
    display: block;
}

.menu_item .menu-active a{color:#fff;}




/*** footer ***/

footer p {
    color: #fff;
    font-size: 0.625rem;
 position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
    margin: 0;
}


/*** z-index ***/

header{position:relative;
z-index:901;}

.bg_shape {
   /* background: #ccc; */
    min-height: 100vh;
	
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 101;
}


/*** service ***/
/*
.nav-pills .nav-link {
    border-radius: 0rem;
    font-size: 0.938rem;
	color:#1A1A1A;
	    text-align: center;
}

.nav-tabs .nav-item {
    margin-bottom: 10px;
    width: calc(50% - 7.5px);
    border: 0px solid transparent;
}


.nav-tabs .nav-item .nav-link {
	border: 1px solid #BEBEBE;
}

.nav-tabs .nav-item .nav-link.active {
	border: 1px solid #0000E9;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0000E9;
    font-weight: 600;
    border: 1px solid transparent;
}

ul.nav.nav-tabs li:nth-child(odd) {
    margin-right: 7.5px;
}
ul.nav.nav-tabs li:nth-child(even) {
    margin-left: 7.5px;
}

.nav-tabs .nav-item a {
    height: 75px;
    display: block;
	position:relative;
}

.nav-tabs .nav-item a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform : translateY(-50%);
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
*/
.sub_service .nav-tabs .nav-item {
    margin-bottom: 10px;
}
.sub_service ul.sub_links li:first-child {
  width: 168px;
}
.sub_service ul.sub_links li:nth-child(2) {
  width: 100px;
}
.sub_service ul.sub_links li:nth-child(odd) {
    padding-right: 15px;
}

.sub_service .sub_footer {
    padding-right: 20px;
    padding-left: 20px;
}

.sub_service ul.sub_links li a::after {
    color: #0000E9;
}
.sub_service ul.sub_links li a:hover::after{ color: #9A9A9A;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #9A9A9A;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{    border-color: transparent;
font-weight: 600;
    color: #9A9A9A;}
.nav-link {
    padding: 0;
}
ul.sub_links li a.active::after {
    color: #9A9A9A;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


.tab-content {
    margin-top: 0px;
 /*   border: 1px solid #BEBEBE; */
    padding: 0px;
    /* height: 366px;*/
	    height: auto;
/*    overflow: auto;*/
}
.tab-content h2 {
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 10px;
    margin-bottom: 10px!important;
    border-bottom :1px solid #b3aeae;
	margin-top: 20px;
}
.tab-content h2:first-child{margin-top: 0px;}

.tab-content h3 {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 18px 0 10px 0;
    position: relative;
    padding-left: 16px;
}

.tab-content h3 {
    font-weight: 600;
}

.tab-content h3:first-of-type{margin-top:0px;}

.tab-content h3:before {
    transition: .5s;
    display: inline-block;
    content: "\025b6";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 11px;
    color: #1a1a1a;
}

.tab-content p {
	font-size: 0.813rem;
	line-height: 1.2rem;
	padding-left: 17px;
}

/** contact ***/
label {
    font-size: 0.938rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 10px;
}
.kojin {
    padding: 10px 0px;
	    text-align: center;
	margin-top:16px;	
}

.kojin h4 {    text-align: center;
    font-size: inherit;
	    font-weight: bold;
}
.kojin_inner {
    border: 1px solid #C5C5C5;
    padding: 7px 10px;
    overflow: auto;
    height: 75px;
}

.kojin_inner p{font-size:0.750rem;
    line-height: 1rem;
	text-align: left;}
.kojin_mida {
line-height:0.750rem;
font-weight:600;
margin-bottom:6px;}

.kojin label.form-check-label {
    font-size: 0.813rem;
    font-weight: 300;
}
.kojin .form-check {
    margin-top: 17px;
}

.form-check input[type=checkbox] {
    position: relative;
    top: 1px;
}

.sub_contact h5 {
    font-size:0.750rem;
    text-align: left;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#000;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23c4ff1f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #ccc;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ccc;
}


.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #f7f7f7;
    border-color: #ccc;
}
.custom-control-label::before {top: 0rem;}

.submit {
    text-align: center;
    margin-top: 15px;
}
.sub_contact textarea.form-control {
    height: 38px;
}
.btn.btn-primary.inq_submit {
    color: #fff;
    background-color: #14A83B;
    border-color: #14A83B;
    font-size: 0.875rem;
    padding: 8px 41px;
    line-height: 0.875rem;
}

.sub_contact form {
    max-width: 500px;
    margin: auto;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #128F33;
    border-color: #128F33;
}
p.contact_txt {
    text-align: center;
    font-weight: 600;
    font-size: 0.938rem;
    line-height: 0.938rem;
    margin-bottom: 20px;
}
p.contact_txt2 {    max-width: 500px;
    font-size: 0.813rem;
    line-height: 1.2rem;
    margin:0 auto 10px auto;
}

.contact_conf th,.contact_conf td{    font-size: 0.875rem;}

.contact_conf th {
    width: 40%;
    padding: 5px 0px;
}

.btn.btn-primary.inq_send {
    color: #fff;
    background-color: #F39800;
    border-color: #F39800;
    font-size: 0.875rem;
    padding: 8px 41px;
    line-height: 0.875rem;
}

.btn.btn-primary.inq_back {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
    font-size: 0.875rem;
    padding: 8px 22px;
    line-height: 0.875rem;
    display: block;
    margin: 15px auto auto auto;
}

.btn-primary.inq_send:not(:disabled):not(.disabled).active, .btn-primary.inq_send:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #F37500;
    border-color: #F37500;
}

.btn-primary.inq_back:not(:disabled):not(.disabled).active, .btn-primary.inq_back:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #333;
    border-color: #333;
}



.submit_conf{text-align: center;
    margin-top: 48px;}
p.contact_txt2.c_done {
    text-align: left;
    line-height: 1.3rem;
}

.homebtn {transition: .5s;
    font-family: Oswald;
    position: relative;
    font-size: 0.813rem;
    color: #1a1a1a;
    display: block;
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 12px 32px 12px 48px;
    width: 110px;
    margin: 25px auto auto auto;
}

.homebtn:after {transition: .5s;
    transition: .5s;
    display: inline-block;
    content: "\025b6";
    position: absolute;
left: 31px;
    top: 14px;
    font-size: 11px;
    color: #1a1a1a;
    transform: rotate(180deg);
}

.homebtn:hover:after {left: 30px;}

.homebtn:hover{text-decoration:none;
background:#ECECEC;
color:#1a1a1a;
border:1px solid #ECECEC;}

	

@media (max-width: 425px) {
.sub_message_r h2 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;

}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

.catch {
    line-height: 4.6rem;
    font-size: 4rem;
}
.catch span {
    font-size: 1.25rem;
     margin-top: 25px;
	 line-height: 1.6rem;
}
.gmap {
    max-width: 500px;
}
.c_profile {
    max-width: 500px;
    margin: auto;
}
.sub_contact textarea.form-control {
    height: 70px;
}
.kojin_inner {
    min-height: 75px;
	  height: calc(100% - 400px);
}
.about_txt h3 {
    margin-top: 10px;
    font-size: 2rem;
    margin-bottom: 40px;
}
.about_txt h3 span {
display: block;
    font-size: 1rem;
    margin-top: 5px;
}


 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

.gmap {max-width: 750px;
padding-bottom: 30%;

}

.custom-control-label::before {
    top: .25rem;
}

header,.menu_cont_header {
    height: 100px;
}	
.menu_btn svg {
	height: 26.67px;
    width: 40px;
}

img.logo {
    width: 140px;
}
.menu_btn {
    width: 100px;
    height: 100px;

}

.catch {
    line-height: 7rem;
    font-size: 6.25rem;
}
.catch span {
     margin-top: 35px;
}

.top_phrase {
    /* padding-top: 23vw; */
    padding-left: 70px;
    position: absolute;
    bottom: 95px;
	z-index: 501;
}

.subpage_content {
    padding: 40px 40px 0px 40px;
    height: calc(100% - 387px);
}

.sub_about .subpage_content,.sub_service .subpage_content {
    padding: 40px 40px 0px 40px;
    height: calc(100% - 440px);
}
.about_txt h2 {  
    font-size: 1.5rem;
}

/*** menu ***/
.menu_item ul li ul{display:none;}

.item_level2.menu-active {
    transition: .5s;
    color: #fff;
    margin-top: -20px;
    padding: 15px 70px 20px 70px;
    margin-bottom: 28px;
}
li.item_level2:after {

right: 50px;
    top: 0px;
	transform: rotateZ(-90deg);
}

li.item_level2.menu-active:after {

    right: 50px;
    top: 14px;
    transform: rotateZ(-90deg);
    transform-origin: center;
}

li.item_level2.menu-active:hover:after {
    right: 40px;
    top: 14px;
    transform: rotateZ(-90deg);
}
li.item_level2:hover:after {
    right: 40px;
    top: 0px;
    transform: rotateZ(-90deg);
}



.menu_item ul li {
    font-size: 2.5rem;
    margin-bottom: 50px;
    line-height: 2.5rem;
    position: relative;
    padding: 0 70px;
}


.menu_content_side {
    width: 23.6%;
    min-width: 453px;
    position: relative;
}

.menu_content_wrap {
 width:100%;
    display: flex;
    position: absolute;
    top: 0;
	z-index: 999;
}

.menu_content_main:after {
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    display: block;
    position: absolute;
    height: 100vh;
	
    left: 0;
    top: 0;
    z-index: 2;
}

.menu_content_main {
    width: 100%;

}


div#menu-about-active {
  background:linear-gradient(116.76059915334883deg, rgba(153, 51, 255,1) 14.472105578884223%,rgba(153, 51, 255,1) 18.785617876424716%,rgba(255, 225, 0,1) 84.65806838632274%);
    position: relative;
    z-index: 999;
    min-height: 100vh;
	height:768px;
	
}

div#menu-service-active{
        background: linear-gradient(116.76059915334883deg, rgba(0, 0, 233,1) 14.472105578884223%,rgba(0, 0, 233,1) 18.785617876424716%,rgba(20, 168, 59,1) 84.65806838632274%);
    position: relative;
    z-index: 999;
    min-height: 100vh;
	height:768px;
}

.menu_content_bg_top {
    background: rgba(247,247,247,0.2);
    position: absolute;
    width: 100%;
    top: 0;
	height: 200px;
}
.menu_content_bg_bottom {
    background: rgba(247,247,247,0.2);
    position: absolute;
    width: 100%;
    bottom: 0;
	height: 200px;
}
.menu_content {
    width: auto;
    position: relative;
    top: 114px;
    padding: 0 100px 0 100px;
    z-index: 905;
}
#menu-about-active .menu_content ul {
    max-width: 547px;
}

#menu-service-active .menu_content ul {
    max-width: 733px;
}


.menu_content ul li {
    margin-bottom: 40px;
	position:relative;
}

.menu_content ul li::after {
	transition: .5s;
    display: inline-block;
    content: "\025b6";
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 25px;
    color: #fff;
}

.menu_content ul li:hover:after {
    display: inline-block;
    content: "\025b6";
    position: absolute;
    right: -10px;
    top: 16px;
    font-size: 25px;
}
#menu-about-active .menu_content ul li:hover:after {color:rgb(247 235 146);}
#menu-service-active .menu_content ul li:hover:after {color:rgb(112 193 133);}
	
footer p {
    color: #C2C2C2;
    font-size: 0.688rem;
    bottom: 30px;	
}

.sub_message_l {
    flex-shrink: 0;
    width: 47.385%;
}
.content_message {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}


.sub_message_r {
    padding-left: 27px;
    width: auto;
}


ul.sub_links{max-width: 500px; flex-wrap: nowrap;
    align-items: flex-start;
	bottom: 40px;
    justify-content: space-between;}


.sub_service ul.sub_links {
    max-width: 639px;
}

ul.sub_links li {margin-bottom: 0px;
    font-size: 1.188rem;
    padding-left: 25px;
    width: auto;
}
ul.sub_links li a::after,ul.sub_links li.current:after {
    top: 3px;
    font-size: 15px;
}

.sub_service ul.sub_links li a::after,.sub_service ul.sub_links li a.active:after {
    top: 0px;
    font-size: 15px;
}


.sub_service ul.sub_links li {
    font-size: 1rem;
}
.sub_service ul.sub_links li:first-child {
  width: 219px;
}
.sub_service ul.sub_links li:last-child {
  width: 145px;
}

.domain_content ul li:first-child {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: none;
    margin-bottom: 20px;
    background: #9933FF;
    color: #fff;
    line-height: 1rem;
}
.domain_content ul li:nth-child(n+2) {
    font-size: 1rem;
    margin-bottom: 8px;
    padding-left: 20px;
}
	
.sub_message_r h2 {
    font-weight: bold;
    font-size: 1.75rem;
    margin: 0 0 30px 0;
    text-align: center;
}

.ceo {
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 2rem;
}
.ceo span {
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0px;
    display: block;
    margin-bottom: 15px;
}

.content_message ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0 0 17px 0;
    flex-wrap: wrap;
    max-width: 440px;
}

.content_message ul li {
    text-align: center;
    background: #3F3F3F;
    color: #fff;
    font-size: 0.875rem;
    min-width: 90px;
    margin-bottom: 5px;
    padding: 4 30px;
    margin-right: 5px;
}
.content_message ul li:last-child {
    padding: 4px 40px;
}
.sub_message_txt p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}

.sub_message_txt {
    padding: 16px;
    overflow: auto;
    height: 528px;
}



.subpage_wrap h1 {
    font-size: 1.875rem;
    padding: 28px 40px;
    line-height: 1.875rem;
}




.subpage_wrap h1 span {
    font-size: 2.25rem;

}

.sub_about .subpage_wrap h1 span {margin-left: 11px;}

.subpage_wrap {
    margin-top: 50px;
}

.subpage_wrap h1 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}	
.sub_footer {
    padding-top: 24px;
    background: #fff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 24px;
}


.sub_about .sub_footer,.sub_service .sub_footer {padding-top: 40px;
  padding-bottom: 30px; }


/*
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    max-width: 940px;
    margin: auto;
}


.nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 20.9%;
}

.nav-tabs .nav-item a {
    height: 97px;
}
.nav-pills .nav-link {
    font-size: 1rem;
}
ul.nav.nav-tabs li:nth-child(2),ul.nav.nav-tabs li:nth-child(3) {
    margin: 0 23px;
}
ul.nav.nav-tabs li:nth-child(1) {
    margin-right: 23px;
}
ul.nav.nav-tabs li:nth-child(4) {
    margin-left: 23px;
}
*/
.tab-content {
    margin: 15px auto 0 auto;
    padding: 0;
    height: 580px;
    max-width: 940px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}



/*
.nav-tabs .nav-item a span {font-weight: 600;}

.nav-link.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 233, 0);
	border-top-color: #0000E9;
	border-width: 12px;
	margin-left: -12px;
}
*/
.tab-content h2 {padding: 10px;
    font-weight: 600;
	margin-top: 40px;
    margin-bottom: 20px;
	    font-size: 1.125rem;
}


.tab-content h3 {
    font-size: 1.125rem;
  /*  font-weight: 300; */
    margin: 20px 0 14px 0;
    position: relative;
    padding-left: 16px;
}

.tab-content h3:before {
    font-size: 14px;
	top: 2px;
}

.tab-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 17px;
}
/***
.domain_content >div>div>div:last-child {
    margin-top: 40px;
}
***/
.sub_service .nav-tabs .nav-item {
    margin-bottom: 0px;
}


	
	}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

.subpage_content {
    padding: 40px 40px 0px 40px;
    height: calc(100vh - 387px);
}

.sub_about .subpage_content,.sub_service .subpage_content{
    padding: 40px 40px 0px 40px;
    height: calc(100vh - 440px);
}


.menu_content ul li {
    margin-bottom: 80px;
}
.menu_content h2 {
    margin-bottom: 80px;
}

 .menu_content ul li a span {
font-size: 1.375rem;
    top: 10px;
    display: block;
    margin-left: 0px;
    line-height: 1.375rem;
}

.menu_content ul li::after {
    top: 26px;
}

.menu_content ul li:hover:after {

    top: 26px;

}

.subpage_content {font-size:1rem;
}



.subpage_content {
    font-size: 1rem;
}

.about_txt h3 {margin-top: 20px;
    font-size: 3.125rem;
	margin-bottom: 60px;
}

.about_txt h3 span {
    display: block;
    font-size: 1.5rem;
    margin-top: 10px;
}

.about_txt p {
    font-size: 1rem;
    margin-top: 20px;
}

.domain_content {

	max-width: 600px;
	margin:auto;
}
.c_profile { 

	    max-width: 400px;
    margin: auto;
}

.domain_content {
    max-width: 946px;
}
.c_profile {
    max-width: 750px;
}
/*
.nav-tabs .nav-item {
    margin-bottom: 0px;
   width: 21.277%;
}
*/
.sub_contact .menu_btn svg path {
    stroke: #AFAFAF;
    stroke-width: 1px;
    stroke-linejoin: round;
}
.sub_contact form {
    max-width: 640px;

}
.sub_contact textarea.form-control {
    height: 130px;
}
p.contact_txt {
    font-size: 1rem;
    margin: 0 0 37px 0;
    text-align: center;
    line-height: 1rem;
    font-weight: 600;
}
.form-group {
    margin-bottom: 15px;
}
.kojin h4 {
  font-size: inherit;
	margin-bottom: 18px;
}
.kojin_inner p {
    font-size: 0.938rem;
    line-height: 1.4rem;
}
.kojin {
    padding: 12px 0px;
    text-align: center;
    margin-top: 16px;
}
.kojin_mida{margin-bottom: 20px;}
.kojin_inner {
    padding: 16px;
	min-height:80px;
  height: calc(100% - 570px);
    font-size: 0.938rem;
}
.kojin label.form-check-label {
    font-size: 1rem;
}
.btn.btn-primary.inq_submit {
    padding: 12px 82px;
    line-height: 1rem;
    font-size: 1rem;
}
.submit {

    margin-top: 30px;
}
.form-control {
    height: 46px;
}
p.contact_txt2 {
    max-width: 640px;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 auto 50px auto;
}
.contact_conf th, .contact_conf td {
    font-size: 1rem;
}
.contact_conf th {
    width: 22%;
    padding: 16px 0px;
}
.btn.btn-primary.inq_back {
    font-size: 1rem;
    padding: 12px 44px;
    line-height: 1rem;
    display: inline;
        margin: 0 20px 0 0;
}
.btn.btn-primary.inq_send {
    padding: 12px 79px;
    line-height: 1rem;
    font-size: 1rem;
	margin:0;
}
.submit_conf {
    text-align: center;
    margin-top: 48px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
p.contact_txt2.c_done {
    text-align: center;
    line-height: 1.6rem;
}
.homebtn {
    font-size: 1.188rem;
    padding: 14px 42px 14px 62px;
    width: 150px;
    margin: 60px auto auto auto;
    line-height: 1.188rem;
}
.homebtn:after {
    left: 40px;
    top: 15px;
    font-size: 16px;
}
.sub_contact h5 {
    font-size: 1rem;
    text-align: left;
}

 }


/*** ratio ***/

/***** MENU *****/
.menubg_shape {
    height: 550px;	
}



.menubg_shape .g_ratio_base {
    width: 523px;
    position: absolute;
    display: flex;
    transform: rotateX(180deg) rotateY(0deg) rotateZ(60deg);
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(60deg);
    left: 108px;
  /*  top: 301px; */
  bottom:-78px;
}

.menubg_shape .g_ratio_base,
.menubg_shape .g_ratio_base_a,
.menubg_shape .g_ratio_base_b,
.menubg_shape .g_ratio_base_c,
.menubg_shape .g_ratio_base_d,
.menubg_shape .g_ratio_base_e,
.menubg_shape .g_ratio_base_f{
    background: transparent;
}


@media (max-width: 767px) {
.menubg_shape {
    height: 600px;
}

.menubg_shape .g_ratio_base{    left: 70px;
    top: 352px;}


}



/******* about *****/


.sub_about .g_ratio_base,
.sub_about .g_ratio_base_a,
.sub_about .g_ratio_base_b,
.sub_about .g_ratio_base_c,
.sub_about .g_ratio_base_d,
.sub_about .g_ratio_base_e,
.sub_about .g_ratio_base_f {
    background: transparent;
}

.sub_about {overflow: hidden;}

.sub_about .bg_shape .g_ratio_base_a_content svg#about_path1 {
    position: absolute;
top: -1300px;
    left: -1150px;
    z-index: 1;
}
.sub_about .bg_shape .g_ratio_base_b_content svg#about_path2 {
    position: absolute;
top: 4px;
    left: 49px;
    z-index: 2;
}
.sub_about .bg_shape .g_ratio_base_f_content svg#about_path3 {
    position: absolute;
    top: 0px;
    left: -230px;
    z-index: 3;
}
.sub_about .bg_shape .g_ratio_base_c_content svg#about_path4 {
    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 4;
}
.sub_about .bg_shape .g_ratio_base_d_content svg#about_path5 {
    position: absolute;
    top: 0px;
    left:-123px;
    z-index: 5;
}




 .sub_about h1 {
 padding: 14px 15px 14px 15px;
 }



/*** service ***/

.sub_service .g_ratio_base,
.sub_service .g_ratio_base_a,
.sub_service .g_ratio_base_b,
.sub_service .g_ratio_base_c,
.sub_service .g_ratio_base_d,
.sub_service .g_ratio_base_e,
.sub_service .g_ratio_base_f {
    background: transparent;
}

.sub_service {overflow: hidden;}

.sub_service .bg_shape .g_ratio_base {
	transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
-webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.sub_service .bg_shape .g_ratio_base_b_content svg#service_path1 {
    position: absolute;
    top: 0px;
    left:0px;
    z-index: 1;
}
.sub_service .bg_shape .g_ratio_base_f_content svg#service_path2 {
    position: absolute;
    top: 93px;
    left: 173px;
    z-index: 2;
}
.sub_service .bg_shape .g_ratio_base_d_content svg#service_path3 {
    position: absolute;
    top: -65px;
    left: 279px;
    z-index: 3;
}
.sub_service .bg_shape .g_ratio_base_e_content svg#service_path4 {
    position: absolute;
    top: -240px;
    left: 0px;
    z-index: 4;
}

/*** contact ***/

.sub_contact {overflow: hidden;}

.sub_contact .g_ratio_base,
.sub_contact .g_ratio_base_a,
.sub_contact .g_ratio_base_b,
.sub_contact .g_ratio_base_c,
.sub_contact .g_ratio_base_d,
.sub_contact .g_ratio_base_e,
.sub_contact .g_ratio_base_f {
    background: transparent;
}

.sub_contact .bg_shape .g_ratio_base {
transform: rotateX(0deg) rotateY(0deg) rotateZ(-23deg);
-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-23deg);

}

.sub_contact .bg_shape {
top: 148px;
    right: 728px;
}
.sub_contact .bg_shape .g_ratio_base_b_content svg#contact_path1 {
    position: absolute;
    top: -599px;
    left: -77px;
    z-index: 1;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(32deg);
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(32deg);
}

.sub_contact .bg_shape .g_ratio_base_f_content svg#contact_path2 {
    position: absolute;
 top: -526px;
    left: 400px;
    z-index: 2;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(32deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(32deg);
}

.sub_contact .bg_shape .g_ratio_base_f_content svg#contact_path3 {
position: absolute;
    top: -581px;
    left: 409px;
    z-index: 3;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(32deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(32deg);
}



/******* **********/

.menubg_shape .g_ratio_base {
    transform: rotateX(180deg) rotateY(0deg) rotateZ(60.5deg);
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(60.5deg);

}
.menubg_shape .g_ratio_base_a_content svg#menu_path1 {
    position: absolute;
    top: 66px;
    left: 10px;
}
.menubg_shape .g_ratio_base_a_content svg#menu_path2 {
    position: absolute;
    top: 66px;
    left: 219px;
    z-index: 1;
}
.menubg_shape .g_ratio_base_b_content svg#menu_path3 {
    position: absolute;
top: 68px;
    left: 95px;
    z-index: 7;
}
.menubg_shape .g_ratio_base_c_content svg#menu_path4 {
    position: absolute;
    top: 82px;
    left: 54px;
    z-index: 3;
}
.menubg_shape .g_ratio_base_e_content svg#menu_path5 {
    position: absolute;
    top: 102px;
    left: 54px;
    z-index: 5;
}
.menubg_shape .g_ratio_base_f_content svg#menu_path6 {
    position: absolute;
    top: 115px;
    left: 26px;
	z-index: 6;
}
.menubg_shape .g_ratio_base_f_content svg#menu_path7 {
    position: absolute;
top: 65px;
    width: 120px;
    left: 73px;
	    z-index: 2;
}



.sub_about .bg_shape .g_ratio_base_a_content svg#about_path1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.sub_about .bg_shape .g_ratio_base_b_content svg#about_path2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.sub_about .bg_shape .g_ratio_base_c_content svg#about_path4 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}
.sub_about .bg_shape .g_ratio_base_d_content svg#about_path5 {
    position: absolute;
    top: 0px;
    left: -123px;
    z-index: 5;
}

/*************/


.bg_shape.ratio_base5 {
    min-height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 101;
}

.sub_contact .bg_shape {
    top: 0px;
    right: 0px;
}

.ratio5_base_wrap {
    max-width: 770px;
    padding-top: 100%;
	position:relative;
}
.ratio5_base_itembox_wrap {
    width: 100%;
    position: absolute;
top: 500px;
    left: 100px;
}
.ratio5_base_itembox-1{
    display: flex;
    flex-flow: wrap;
	justify-content: center;
}
.ratio5_base_itembox-2{
    display: flex;
    flex-flow: wrap;
}
	
.ratio5_base_itembox-1 > div,.ratio5_base_itembox-2 > div{position: relative;
    width: 20%;
}

.ratio5_item_a {
    background: blue;
}
.ratio5_item_b {
    background: green;
}
.ratio5_item_c {
    background: yellow;
}

.ratio5_item_d {
    background: pink;
}
.ratio5_item_e {
    background: #ccc;
}
.ratio5_item_f {
    background: #333;
}
.ratio5_item_g {
    background: orange;
}
.ratio5_item_h {
    background: gold;
}

#ratio5_item_d1{position: absolute;
top: -1401px;
    left: -2px;
    z-index: 1;}
#ratio5_item_d2 {
    position: absolute;
top: -906px;
    left: 580px;
    z-index: 2;
}
#ratio5_item_d3 {
    position: absolute;
top: -859px;
    left: 565px;
    z-index: 3;
}
#ratio5_item_d4 {
    position: absolute;
    top: -1136px;
    left: 1208px;
    z-index: 4;
}
#ratio5_item_d5 {
    position: absolute;
    top: -2009px;
    left: 1394px;
    z-index: 5;
}
#ratio5_item_d6 {
    position: absolute;
    top: -946px;
    left: 902px;
    z-index: 6;
}

#ratio5_item_d7 {
    position: absolute;
    top: -1028px;
    left: 1059px;
    z-index: 6;
}
#ratio5_item_d8 {
    position: absolute;
    top: -1220px;
    left: 1030px;
    z-index: 6;
}


@media (min-width: 576px ) and (max-width: 991px ) {
.menubg_shape .g_ratio_base {    left: auto;
    right: -180px;}

}


@media (min-width: 375px) and (max-width: 767px ) { 
.sub_about .bg_shape .g_ratio_base_a_content svg#about_path1 {
    top: -700px;
}
.sub_about .bg_shape .g_ratio_base_b_content svg#about_path2 {
    top: 100px;
    left: -22px;
}
.ratio5_base_wrap {
    max-width: 770px;
    padding-top: 100%;
    top: 115px;
    left: -596px;
}

 }

@media (min-width: 768px) and (max-width: 991px ) { 
.sub_about .bg_shape .g_ratio_base_a_content svg#about_path1 {
    top: -500px;
    left: 0px;
}

.sub_service .bg_shape .g_ratio_base_e_content svg#service_path4 {
    top: 250px;
}
.sub_service .bg_shape .g_ratio_base_f_content svg#service_path2 {
    top: 448px;
    left: 173px;
}	
.sub_service .bg_shape .g_ratio_base_d_content svg#service_path3 {
    top: 217px;
    left: 279px;
}

 }

@media (min-width: 992px) and (max-width: 1919px) { 

.sub_about .bg_shape .g_ratio_base_a_content svg#about_path1 {
    top: -300px;

}
.sub_about .bg_shape .g_ratio_base_d_content svg#about_path5 {
    top: 0px;
    left: -152px;
}

.sub_service .bg_shape .g_ratio_base_d_content svg#service_path3 {
    top: 144px;
    left: 321px;
}
.sub_service .bg_shape .g_ratio_base_e_content svg#service_path4 {
    top: 180px;
}
.sub_about .bg_shape .g_ratio_base_b_content svg#about_path2 {
    top: 300px;
}
.sub_about h1 {
    padding: 28px 40px;
}
 }


.subpage_content, .sub_footer {
  background-color:rgba(255,255,255,0.90)!important;
}

.sub_links, .sub_links > li, .sub_links > li > a {
  background-color: transparent!important;
}
.sub_contact input, .sub_contact textarea {
  border: 1px solid #b7b7b7!important;
  background-color: transparent!important;
}
.error {
    width: 100%;
    margin-top: 5px;
    color: #c00;
}

/* 事業のインデント */
p.ind4rem {
    margin: 0;
    text-indent: -3em;
    padding-left: 4em;
    line-height:1.5;
}
