@charset "UTF-8";
#main-header .navGlobal .navGlobalIn {
	display: none;
}
#main-header .main-menu .menu-inner .menu-item .listChoice li {
	margin-bottom: 1.5em;
	padding-left: 2.2em;
}
#main-header .main-menu .menu-inner .menu-item .listChoice li:before {
	top: 0.5rem;
	width: 1rem;
	height: 1rem;
	border: 1px solid #FFFFFF;
}
#main-header .main-menu .menu-inner .menu-item .listChoice li a {
	line-height: 1;
	font-size: 2rem;
}
.main-visual .inner {
	z-index: 2;
	position: relative;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: calc( calc( 100vw * .5625 ) * .2 );
	padding-bottom: calc( calc( 100vw * .5625 ) * .2	 );		
	height: calc( 100vw * .5625 );
}
.main-visual .inner h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 8vw;
	color: #fff;
	line-height: 1.2;
}
.main-visual .inner .sub {
	font-size: 3vw;
	color: #fff;
}
.main-visual #background {
	width: 100vw;
	height: calc( 100vw * .5625 );
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.main-visual #background iframe {
	position: absolute;
	width: 100vw;
	height: calc( 100vw * .5625 );
	top: 50%;
    transform:translateY(-50%);
}
.main-visual #scroll {
	display: none;
}
.baner:after {
	background-size: contain;
}
.lead .lead-inner {
	padding-bottom: 0;
}
.service-00 .service-00-inner .service-left h3 span.ttl {
	font-size: 2.6rem;
	padding-left: 0.5em;
}
.contact .contact-inner {
	flex-direction: column;	
}
.contact .contact-inner .ttl-04 {
	margin: auto;
	padding: 0;
}
.contact .contact-inner .ttl-04.tt-04-01 span:after {
	display: none;
}
.contact .contact-inner .contact-content .contact-info .phone,
.contact .contact-inner .contact-content .contact-info .email {
	font-size: 4.4vw;
}
.privacy .inner {
    padding: 20px 2%;	
}
.page-about .overview,
.page-about .about {
    padding: 20px 2%;		
}
.page-about .about .about-inner {
	padding-bottom: 0;
}
.about .about-inner .about-content .about-right {
	width: 58%;
}
.about .about-inner .about-content .about-left {
	width: 40%;
	margin-right: 2%;
}
.about .about-inner .about-content .about-left p {
	font-size: 1.4rem;
}
.works .works-inner .list-works li .list-works-item .works-ttl span {
	font-size: 1rem;
}
.works .works-inner .list-works li .list-works-item p.works-ttl {
	font-size: 1.6rem;
}
.works .works-inner .list-works li .list-works-item p.works-region {
	font-size: 1.2rem;
}
.page-price section + section.price {
	margin-top: 0;
}
.price .price-inner {
	padding: 40px 2%;
}
.price-box table.price-table tr th,
.price-box table.price-table tr td {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 15px 20px;
	font-size: 1.4rem;
	vertical-align: top;
}
.price-box table.price-table tr th {
	background: #1e8ea4;
	color: #fff;
	text-align: center;
}
.price-box table.price-table tr td:last-child {
	width: 100%;
}
.price-box table.price-table tr:last-child  td:last-child {
	border-bottom: 1px solid #d1d1d1;
}
.problem-inner {
	padding: 40px 2%;
}
.problem .problem-inner .problem-left {
	padding: 0;
}
.ttl-06 span br {
	display: none;
}
.news-detail {
	padding: 20px 10px 50px;
}
.news-detail .inner {
	width: 100%;
	flex-direction: column;
}
.news-detail .inner .main-article header {
	padding: 45px 15px 10px;
	margin-bottom: 20px;
}
.news-detail .inner .main-article {
	width: 100%;
	margin-top: 20px;
}
.news-detail .inner .main-article header .category {
	margin-left: -5px;
	font-size: 1.3rem;
	top: 10px;
	padding: 3px 20px;
}
.news-detail .inner .main-article header .category:before {
	border-bottom: solid 4px transparent;
	border-right: solid 5px #037A90;
}
.news-detail .inner aside {
	width: 100%;
}
.listRegion {
	flex-wrap: wrap;
	justify-content: center;
}
aside .side-related .related-posts-inner {
	display: flex;
	flex-direction: row;	
	justify-content: flex-start;
}
aside .side-related .side-article {
	width: calc( calc( 100% - 60px ) / 4 );
	margin-left: 20px;
}
aside .side-related .side-article:first-child {
	margin-left: 0;
}
aside .side-related article + article {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
.form-table {
	width: 96%;
}
.cta {
	margin: 30px 0;
}
.notice {
  padding: 20px;  
  max-width: 96%;
  margin: 20px auto;
}