@charset "UTF-8";

html {
    font-size: 62.5%;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

body {
    font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6;
	background-color: #FFF;
	padding-top: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
	body {
		padding-left: 0px;
	}
	.container-fluid {
        padding-left: 0%;
		padding-right: 0%;
	}
}

.preload::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
}

a {
	color: #000000;
    outline: 0;
    outline: none;
    text-decoration: none;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:hover {
    color: #DC1715;
    outline: 0;
    outline: none;
    text-decoration: none;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:focus, *:focus { 
	outline: none;
}

a[href^="tel:"] { 
	cursor: default;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

img.img-fluid {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

.container-100p {
    width: 100%;
	margin: 0 auto;
}

.row:before, 
.row:after { 
	width: 0;
}

.row.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.row.flex {
    display: flex;
    flex-wrap: wrap;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.flex-center {
    display: flex;
    align-items: center;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

h1 {
    margin: 0 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

dt {
    font-weight: 600;
}

.fixed-top {
	position: fixed;
    z-index: 1030;
}

.d-lg-block h1 {
	font-size: 0rem;
    padding: 10px 1rem;
}


/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

#mainNav {
    background-color: #FFF;
    padding: 1.0rem 1rem;
}
#mainNav .navbar-brand {
	padding: 0.1rem 0;
}
#mainNav .nav-link {
	padding: 1.0rem 1.0rem;
	color: #000;
}

#mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 499px) {
	#mainNav .nav-link {
		padding: 0.3rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.4rem;
	}
}

@media (min-width: 749px) {
	#mainNav .nav-link {
		padding: 1.0rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.5rem;
	}
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #FFF;
    border: 1px solid #10098C;
    background-color: #10098C;
}

@media (min-width: 992px) {
	#mainNav {
		background-color: rgba(255, 255, 255, 0.0);
		padding-top: 8px;
		padding-bottom: 8px;
		transition: all .4s ease-out;
	}
	.container {
		max-width: 100%;
	}
	.navbar {
		height: auto;
		padding: 0 10px;
	}
	#mainNav .navbar-brand {
		padding: 0.9rem 0;
	}
	#mainNav .nav-link {
		padding: 1.0rem 0.5rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.5rem;
	}

	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.2rem;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 1.0;
	}

	.navbar-expand-lg>.container-100p {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg {
		display: flex;
	}

	#mainNav .navbar-brand {
		padding: 0rem 0;
	}
	#mainNav .navbar-brand img {
		display: block;
	}
	#mainNav .nav-link {
		position: relative;
		color: #000;
		padding: 1.5rem 0;
		margin: 1.0rem 1.0rem;
		transition: all .4s ease-out;
	}
	#mainNav .nav-link:hover {
		color: #F55B79;
	}
	
	#mainNav .nav-link.gnav-contact {
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
		margin-left: 2.0rem;
		padding: 1.5rem 2.5rem 1.5rem 2.5rem;
		color: #FFF;
		background: #10098C;
        border-radius: 6px;
		transition: all .4s ease-out;
	}
	#mainNav .nav-link.gnav-contact::before {
		content: '';
		display: none;
	}
	#mainNav .nav-link.gnav-contact:hover {
		color: #FFF;
		background: #A6162C;
	}

	#mainNav.navbar-shrink {
		transition: all .4s ease-out;
		background: #FFF;
	}
	#mainNav.navbar-shrink .navbar-brand img {
		display: block;
	}
	#mainNav.navbar-shrink .nav-link {
		position: relative;
		color: #000;
		padding: 1.5rem 0;
		margin: 1.0rem 1.0rem;
		transition: all .4s ease-out;
		border-bottom: 0rem solid transparent;
	}
	#mainNav.navbar-shrink .nav-link:hover {
		color: #F55B79;
	}
	#mainNav.navbar-shrink .nav-link.gnav-contact {
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
		margin-left: 2.0rem;
		padding: 1.5rem 2.5rem 1.5rem 2.5rem;
		color: #FFF;
		background: #F55B79;
        border-radius: 6px;
		transition: all .4s ease-out;
	}
	#mainNav.navbar-shrink .nav-link.gnav-contact::before {
		content: '';
		display: none;
	}
	#mainNav.navbar-shrink .nav-link.gnav-contact:hover {
		color: #FFF;
		background: #A6162C;
	}
}

@media (min-width: 1200px) {
	.navbar {
		padding: 0 30px;
	}
	#mainNav .nav-link {
		margin: 1.0rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 1.0rem 1.0rem;
	}
}

@media (min-width: 1300px) {
	.navbar {
		padding: 0 2%;
	}
	#mainNav .nav-link {
		margin: 1.0rem 2.0rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 1.0rem 2.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.6rem;
	}
}

@media (min-width: 1380px) {
	.navbar {
		padding: 0 2%;
	}
}

@media (min-width: 1680px) {
	#mainNav .nav-link {
		margin: 1.0rem 3.0rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 1.0rem 3.0rem;
	}
}


/*!------------------------------------------------------------------
[Logo Mark]
*/
.logo-mark-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-mark-wrap {
    width: 40px;
	padding: 0;
}
.logo-text-wrapper {
	display: inline-block;
}
.logo-text-top {
	display: block;
    font-size: 1.4rem;
    font-weight: 500;
	font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 5px;
	line-height: 1.0;
	text-align: center;
    color: #000;
	margin: 0;
	padding: 0 0 3px 5px;
}
.logo-text-bottom {
    display: flex;
}
.logo-text-wrap {
	display: block;
    font-size: 1.4rem;
    font-weight: 500;
	font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 0;
	line-height: 1.0;
    color: #000;
	margin: 0;
	padding: 0 4px 0 10px;
}
.logo-company-name {
	display: block;
    font-size: 2.8rem;
    font-weight: 500;
	font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 0;
	line-height: 1.0;
    color: #000;
	margin: 0;
	padding: 0;
}


/*!------------------------------------------------------------------
[DropDown Menu]
*/
.dropdown:hover {
	background-color: #FFF;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 2.0rem;
    clear: both;
    font-size: 1.5rem;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.mega-menu > a {
    position: relative;
}
.mlr-ddmenu {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0.5rem;
    margin: 0;
    font-size: 1.6rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.0);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
.dropdown-menu.dl-text {
    top: 90%;
}
.mega-dropdown { 
	position: static;
}
.dropdown-menu.tex-dropdown-menu.show {
	width: 100%;
    margin: 0;
}
.dropdown-menu.mega-dropdown-menu.show {
	width: 100%;
    margin: 0;
}
.dropdown-item {
    padding: 1.0rem;
    margin: 0;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    background-color: #FFF;
}

.megadropdown-imgwrap {
	display: none;
}
.megadropdown-imgwrap img {
	display: none;
}

.dropdown-menu .dropdown-header-title {
	display: block;
    margin: 0;
	padding: 1.0rem 1.0rem 1.0rem 2.0rem;
}
.dropdown-menu .dropdown-header-title a {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
}
.dropdown-menu .dropdown-header-title a:hover {
    color: #50AAD8;
}

@media (min-width: 992px) {
	.megadropdown-imgwrap {
		display: block;
    	width: 70%;
    	text-align: center;
    	margin: 10px auto;
    	padding: 0;
    	border-radius: 10px;
    	overflow: hidden;
	}
	.megadropdown-imgwrap img {
		display: block;
	}

	.dropdown-menu {
		background-color: rgba(255, 255, 255, 1.0);
	}

	.dropdown-menu .dropdown-header-title {
		padding: 2.0rem 1.0rem 1.0rem 5.0rem;
	}
	.dropdown-menu .dropdown-header-title a {
		font-size: 1.8rem;
	}

	.mlr-ddmenu {
		display: flex;
		flex-wrap: wrap;
    	margin-left: 0;
    	margin-right: 0;
	}
	.mlr-ddmenu.full {
		width: 80%;
		border-right: solid 1px #CCC;
	}
	.dropdown-toggle::after {
    	display: inline-block;
    	margin-left: 0.38em;
    	vertical-align: center;
    	content: "";
    	border-top: 0.45em solid;
    	border-right: 0.45em solid transparent;
    	border-bottom: 0;
    	border-left: 0.45em solid transparent;
		transform:rotate(-0deg);
		transition: 0.5s; 
	}
	.show .dropdown-toggle::after {
		transform:rotate(180deg);
		transition: 0.5s; 
	}
	#mainNav .nav-link.dropdown-item-group {
    	flex: 0 0 100%;
    	max-width: 100%;
    	padding: 0.1rem 1.0rem;
    	margin: 0;
	}
	#mainNav .nav-link.dropdown-item-group a {
		display: block;
    	font-size: 0.8vw;
    	font-weight: 400;
    	line-height: 1.3;
    	letter-spacing: 0;
    	text-align: left;
    	color: #666;
    	margin: 0;
    	padding: 5px 0;
    	-moz-transition: 0.2s ease-in-out;
    	-o-transition: 0.2s ease-in-out;
    	-webkit-transition: 0.2s ease-in-out;
    	-ms-transition: 0.2s ease-in-out;
    	transition: 0.2s ease-in-out;
	}
	#mainNav .nav-link.dropdown-item-group a:hover {
    	color: #50AAD8;
	}
	#mainNav .nav-link.dropdown-item {
    	padding: 1.0rem;
    	margin: 0;
	}
	#mainNav .nav-link.dropdown-item.firstlist {
		display: none;
	}
	#mainNav .nav-link.dropdown-item a {
		display: block;
    	font-size: 1.5rem;
    	font-weight: 500;
    	line-height: 1.2;
    	letter-spacing: 0;
    	color: #111;
    	margin: 0;
    	padding: 5px;
    	-moz-transition: 0.2s ease-in-out;
    	-o-transition: 0.2s ease-in-out;
    	-webkit-transition: 0.2s ease-in-out;
    	-ms-transition: 0.2s ease-in-out;
    	transition: 0.2s ease-in-out;
	}
	#mainNav .nav-link.dropdown-item a br {
		display: block;
	}
	#mainNav .nav-link.dropdown-item a:hover {
    	color: #FFF;
    	-moz-transition: 0.2s ease-in-out;
    	-o-transition: 0.2s ease-in-out;
    	-webkit-transition: 0.2s ease-in-out;
    	-ms-transition: 0.2s ease-in-out;
    	transition: 0.2s ease-in-out;
	}
	#mainNav .nav-link.dropdown-item:hover {
		background-color: #10098C;
	}
	.dropdown-menu .dropdown-header-title {
    	margin: 10px 0;
    	padding: 0;
	}
	.dropdown-menu .dropdown-header-title a {
		font-size: 1.6rem;
	}
}
@media (min-width: 1200px) {
	#mainNav .nav-link.dropdown-item a {
    	font-size: 1.0vw;
	}
	#mainNav .nav-link.dropdown-item-group a {
    	font-size: 1.0vw;
	}
	.home-megadropdown-imgwrap {
		display: block;
		margin: 10px 0 0;
		padding: 0;
		overflow: hidden;
	}
	.home-megadropdown-imgwrap img {
		display: block;
		max-width: 100%;
		min-width: 100%;
		height: auto;
		-webkit-transition: 1.0s ease;
		transition: 1.0s ease;
		overflow: hidden;
	}
	.home-megadropdown-imgwrap img:hover {
		-webkit-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}
@media (min-width: 1480px) {
	#mainNav .nav-link.dropdown-item a {
    	font-size: 0.8vw;
	}
	#mainNav .nav-link.dropdown-item-group {
    	padding: 0.5rem 1.0rem;
	}
	#mainNav .nav-link.dropdown-item-group a {
    	font-size: 0.8vw;
	}
}

section.resume-section {
    max-width: 100%;
}

.bg-primary {
    background-color: #FFF !important;
}


/*!------------------------------------------------------------------
[Home Hero Section]
*/
.home-header-section {
	position: relative;
    width: 100%;
	height: 100vh;
    overflow: hidden;
}

#vegas-top {
    width: 100%;
    height: 100%;
}
.vegas-timer {
	display: none;
}
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.hero-text-section {
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 20% 0 0;
}
.hero-copy-j {
	display: block;
	width: 75%;
	height: 10%;
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0;
	text-align: center;
    color: #FFDF00;
    margin: 0 auto;
    padding: 0;
}
.hero-copy-j span {
	background-color: #10098C;
	border-radius: 6px;
	margin: 0 0 5%;
    padding: 0px 12px 5px 12px;
}
.hero-copy-j span.hero-copy-b {
	margin: 0 0 5% 30px;
}
.hero-copy-j span.hero-copy-c {
	margin: 0 30px 5% 0;
}
.hero-copy-j br {
	display: none;
}
.hero-bottom-img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media (max-width: 1200px){
    .hero-copy-j {
        line-height: 2.2;
    }
    .hero-copy-j span {
        padding: 3px 12px 8px 12px;
    }
}
@media (max-width: 990px){
    .hero-text-section {
        padding: 50% 0 0;
    }
    .hero-copy-j {
        width: 100%;
        height: 20%;
        font-size: 4.8vw;
        line-height: 2.0;
        letter-spacing: 0;
        text-align: center;
    }
    .hero-copy-j br {
        display: block;
    }
}
@media (max-width: 499px){
    .hero-copy-j {
        font-size: 6.0vw;
        line-height: 2.2;
    }
}


/*!------------------------------------------------------------------
[Home About Section]
*/
section.tunagu-section {
	width: 100%;
	height: auto;
	margin: 8% 0;
	padding: 0;
    background-color: #FFF;
}
.tunagu-section-content {
	width: 86%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.home-contents-title {
    display: block;
    font-size: 5.4vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto 5%;
    padding: 0;
}
.home-contents-title span {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 0 0;
}
.home-contents-title span.line {
    display: block;
    width: 150px;
    height: 12px;
    margin: 5% auto 0;
    padding: 0;
    background-color: #10098C;
    border: none;
    border-radius: 0;
}

.home-about-subtext {
    display: block;
	width: 60%;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 2.0;
    letter-spacing: 0;
    color: #000;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 990px){
    .home-contents-title {
        font-size: 6.0vw;
    }
    .home-contents-title span {
        font-size: 1.6rem;
    }
    .home-about-subtext {
        width: 80%;
        font-size: 1.6rem;
    }
}
@media (max-width: 499px){
    .hero-bottom-img {
        display: none;
    }
    section.tunagu-section {
        margin: 15% 0;
    }
    .home-contents-title {
        font-size: 9.6vw;
        margin: 0 auto 15%;
    }
    .home-about-subtext {
        width: 90%;
    }
}


/*!------------------------------------------------------------------
[Home Service Section]
*/
section.home-contents-section-w {
    position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 8%;
	padding: 8% 0 0;
    background-color: #10098C;
}
.home-contents-recruit-title-wrap {
    margin: 6% 0 0;
    padding-left: 0;
    padding-right: 0;
}
.home-contents-recruit-contents-wrap {
    margin: 0 0 5%;
    padding-left: 0;
    padding-right: 0;
}
.home-contents-title-w {
    display: block;
    font-size: 5.4vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 auto 5%;
    padding: 0;
}
.home-contents-title-w span {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 0 0;
}
.home-contents-title-w span.line-yellow {
    display: block;
    width: 150px;
    height: 12px;
    margin: 5% auto 0;
    padding: 0;
    background-color: #F2D52C;
    border: none;
    border-radius: 0;
}
.home-contents-leads-w {
    display: block;
    width: 60%;
    font-size: 2.0vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #FFF;
    margin: 0 auto 2%;
    padding: 0;
}
.home-contents-leads-w br {
    display: none;
}
.home-contents-texts-w {
    display: block;
    width: 60%;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 990px){
    .home-contents-title-w {
        font-size: 6.0vw;
    }
    .home-contents-title-w span {
        font-size: 1.6rem;
    }
    .home-contents-leads-w {
        width: 80%;
        font-size: 3.6vw;
        letter-spacing: 0.2vw;
    }
    .home-contents-texts-w {
        width: 80%;
        font-size: 1.6rem;
    }
    .home-contents-texts-w br {
        display: none;
    }
}
@media (max-width: 499px){
    section.home-contents-section-w {
        margin: 0 0 15%;
        padding: 15% 0 0;
    }
    .home-contents-title-w {
        font-size: 9.6vw;
        margin: 0 auto 15%;
    }
    .home-contents-leads-w {
        width: 90%;
        font-size: 6.0vw;
        letter-spacing: 0.5vw;
        margin: 0 auto 10%;
    }
    .home-contents-leads-w br {
        display: block;
    }
    .home-contents-texts-w {
        width: 80%;
        text-align: left;
    }
}


/*!------------------------------------------------------------------
[Home Slider Section]
*/
.home-slider-section {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.home-slider-top-wrapper {
    display: block;
    margin: 5% 0 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.home-slider-bottom-wrapper {
    display: block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.home-slidewrap {
    display: block;
	width: 100%;
    margin: 0;
	padding: 0;
}
.slide_home01 {
    width: 100%;
    padding-top: 5px;
}
.slide_home02 {
    width: 100%;
    padding-top: 5px;
	padding-bottom: 5px;
}
.slide_home01 li, 
.slide_home02 li {
	display: flex;
	justify-content: center;
	align-items: center;
  	padding-left: 0.5%;
  	padding-right: 0.5%;
}
.slide_home01 li figure, 
.slide_home02 li figure {
	display: flex;
}
.slide_home01 li figure img, 
.slide_home02 li figure img {
	display: inline-block;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 1200px){
    .slide_home01 li, 
    .slide_home02 li {
          padding-left: 1.0%;
          padding-right: 1.0%;
    }
}
@media (max-width: 499px){
    .slide_home01 li, 
    .slide_home02 li {
          padding-left: 2.0%;
          padding-right: 2.0%;
    }
}


/* Btn Service About White
 * --------------------------------------- */
.linkbutton-service-wrap {
	margin: 3% auto 2%;
    padding: 0;
}
.linkbutton-construction-wrap {
    margin: 0 auto;
    padding: 0;
}

.linkbutton-service-about-w {
    display: block;
    position: relative;
    width: 330px;
    height: 50px;
    text-align: left;
	margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    line-height: 45px;
	border: solid 2px #FFF;
	border-radius: 6px;
	overflow: hidden;
}
.linkbutton-service-about-w::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #FFF;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-service-about-w:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-service-about-w .text {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
    color: #FFF;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-service-about-w:hover .text {
    color: #000;
}
.linkbutton-service-about-w .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-service-about-w:hover .arrow {
    border-color: transparent transparent transparent #000;
    right: 25px;
}
@media (max-width: 499px){
	.linkbutton-service-about-w {
		width: 80%;
		height: auto;
		padding: 11px 20px 13px;
		line-height: 1.0;
	}
	.linkbutton-service-about-w .text {
		font-size: 1.4rem;
		font-weight: 500;
	}
}


/* Btn Service About Black
 * --------------------------------------- */
.linkbutton-service-wrap {
	margin: 3% auto 2%;
    padding: 0;
}
.linkbutton-construction-wrap {
    margin: 3% auto 0;
    padding: 0;
}

.linkbutton-service-about {
    display: block;
    position: relative;
    width: 330px;
    height: 50px;
    text-align: left;
	margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    line-height: 45px;
	border: solid 2px #000;
	border-radius: 6px;
	overflow: hidden;
}
.linkbutton-service-about::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-service-about:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-service-about .text {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
    color: #000;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-service-about:hover .text {
    color: #FFF;
}
.linkbutton-service-about .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-service-about:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}
@media (max-width: 499px){
    .linkbutton-construction-wrap {
        margin: 10% auto 5%;
        padding: 0;
    }
    .linkbutton-service-wrap {
        margin: 10% auto 10%;
    }
	.linkbutton-service-about {
		width: 80%;
		height: auto;
		padding: 11px 20px 13px;
		line-height: 1.0;
	}
	.linkbutton-service-about .text {
		font-size: 1.4rem;
		font-weight: 500;
	}
}


/*!------------------------------------------------------------------
[Home Construction Section]
*/
.home-construction-section {
	width: 100%;
    margin: 0 0 8%;
	padding: 0 5%;
	background-color: #FFF;
}
.home-construction-leads {
    display: block;
    width: 80%;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #000;
    margin: 0 auto 3%;
    padding: 0;
}

.home-construction {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.construction-img-wrapper {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.col-lg-20 {
    width: 25%;
    min-height: 1px;
	padding-top: 1%;
	padding-bottom: 1%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}
.construction-img-wrap01 {
    display: block;
    text-align: center;
	margin: 0;
    overflow: hidden;
}
.construction-item {
    display: block;
	border-radius: 10px;
    overflow: hidden;
}
a.construction-item img {
	cursor: pointer;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
	border-radius: 10px;
    overflow: hidden;
}
a.construction-item img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.construction-img-wrap01 a.construction-item-text .subtext {
	display: block;
    font-size: 16px;
	font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    color: #F2D52C;
	text-align: center;
	margin: 10px 0 0;
	padding: 10px 15px;
    background-color: #10098C;
	border-radius: 10px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.construction-img-wrap01 a.construction-item-text:hover .subtext {
    color: #FFF;
    background-color: #000;
}

@media (max-width: 1480px){
    .construction-img-wrap01 a.construction-item .subtext, 
    .construction-img-wrap05 a.construction-item .subtext, 
    .construction-img-wrap041 a.construction-item .subtext, 
    .construction-img-wrap045 a.construction-item .subtext {
        font-size: 15px;
    }
    .construction-img-wrap01 a.construction-item-text .subtext {
        font-size: 14px;
    }
}
@media (max-width: 1200px){
    .construction-img-wrap01 a.construction-item-text .subtext {
        font-size: 13px;
    }
}
@media (max-width: 990px){
    .home-construction-section {
        padding: 0 1%;
    }
    .home-construction-leads {
        width: 100%;
        font-size: 2.4vw;
        letter-spacing: 0.2vw;
    }
}
@media (max-width: 499px){
    .home-construction-leads {
        width: 80%;
        font-size: 4.0vw;
        line-height: 1.6;
        letter-spacing: 0.5vw;
        margin: 0 auto 10%;
    }
    .col-lg-20 {
        width: 50%;
        min-height: 1px;
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .construction-img-wrap01 a.construction-item-text .subtext {
        font-size: 12px;
        margin: 6px 0 0;
    }
}


/*!------------------------------------------------------------------
[Home Topics Section]
*/
.home-topics-img-wrap {
    position: relative;
    display: block;
    margin: 0 20px;
    padding: 0;
}
.home-topics-img-wrap a img {
	border-radius: 8px;
	overflow: hidden;
}

.home-topics-article-wrap {
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: solid 1px #CCC;
}

.home-topics-text-wrap {
    display: block;
	height: 100%;
    margin: 0;
	padding: 0 7.5%;
}
.home-topics-article-date {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
    margin: 5% 0 3%;
    padding: 0;
}
.home-topics-article-cate {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #F2D52C;
    margin: 0 0 3%;
    padding: 8px 10px 7px;
    background-color: #10098C;
    border-radius: 6px;
}
a .home-topics-article-title{
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000;
    margin: 0 0 2.5%;
	padding: 0;
    background-color: transparent;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a .home-topics-article-title:hover{
    color: #10098C;
}
.home-topics-article-text {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000;
    margin: 0;
	padding: 0;
}

.home-topics-all-linkbutton-wrap {
    display: block;
    width: 120px;
    height: 120px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

@media (max-width: 1680px){
    .home-topics-article-date {
        margin: 2% 0 3%;
    }
	a .home-topics-article-title{
    	font-size: 1.2vw;
	}
}
@media (max-width: 1480px){
    .home-topics-article-date {
        margin: 0 0 3%;
    }
	.home-topics-all-linkbutton-wrap {
    	width: 100px;
    	height: 100px;
    }
	a .home-topics-article-title{
    	font-size: 1.3vw;
	}
	.home-topics-article-text {
    	font-size: 1.4rem;
	}
}
@media (max-width: 1200px){
	.home-topics-article-cate {
    	font-size: 1.2rem;
	}
	a .home-topics-article-title {
		font-size: 1.5vw;
	}
	.home-topics-article-text {
    	font-size: 1.3rem;
	}
}
@media (max-width: 990px){
	.home-topics-section {
		padding: 80px 7% 50px;
	}
	.home-topics-center-wrap {
		display: block;
		margin: 0;
	}
	.home-topics-title {
    	font-size: 7.2vw;
    	text-align: center;
    	margin: 0 0 7%;
	}
	.home-topics-article-wrap {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
    .home-topics-img-wrap {
        margin: 0 10px;
    	padding: 0;
    }
    .home-topics-text-wrap {
    	height: auto;
    	padding: 0 10px;
    }
    .home-topics-article-date {
    	font-size: 1.4rem;
    	margin: 0 0 10px;
    }
	.home-topics-article-cate {
    	font-size: 1.3rem;
	}
	a .home-topics-article-title {
		font-size: 1.8rem;
    	margin: 0 0 10px;
	}
	.home-topics-article-text {
    	font-size: 1.4rem;
	}
	.home-topics-all-linkbutton-wrap {
		margin: 3% auto 0;
	}
}
@media (max-width: 499px){
	.home-topics-title {
		font-size: 12.0vw;
		margin: 0 0 50px;
	}
    .home-topics-text-wrap {
    	height: auto;
    	padding: 20px 5% 20px;
    }
    .home-topics-article-date {
    	font-size: 1.4rem;
    	margin: 0 0 10px;
    }
	.home-topics-article-cate {
    	font-size: 1.5rem;
	}
	a .home-topics-article-title {
    	font-size: 1.8rem;
	}
	.home-topics-article-text {
    	font-size: 1.3rem;
	}
}

/* Btn Topics
 * --------------------------------------- */
.home-topics-linkbutton-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
    padding: 0;
}

.linkbutton-center-b80 {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: left;
	margin: 0 auto;
    padding: 0 10px;
    background: transparent;
    line-height: 60px;
	border: solid 1px #003260;
	border-radius: 50%;
	overflow: hidden;
}
.linkbutton-center-b80::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #003260;
	border-radius: 50%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-center-b80:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-center-b80 .text {
    display: inline-block;
    position: relative;
    font-size: 1.0rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #003260;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b80:hover .text {
    color: #FFF;
}
.linkbutton-center-b80 .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #003260;
    position: absolute;
    right: 36%;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b80:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 45%;
}

@media (max-width: 1480px){
	.linkbutton-center-b80 {
    	width: 50px;
    	height: 50px;
    	line-height: 50px;
	}
}
@media (max-width: 990px){
	.linkbutton-center-b80 {
    	width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
	.linkbutton-center-b80 .arrow {
		right: 30%;
    	top: 42.5%;
	}
}


/*!------------------------------------------------------------------
[Home Img Wrap]
*/
.home-img-wrap {
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
}
.home-img-wrap a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    overflow: hidden;
}
.home-img-wrap a img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}


/* Btn Center
 * --------------------------------------- */
.linkbutton-left {
    display: block;
    position: relative;
    width: 160px;
    height: 45px;
    text-align: left;
	margin: 0;
    padding: 0 20px;
    background: ransparent;
    line-height: 40px;
	border: solid 2px #000;
}
.linkbutton-left::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #DC1715;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-left:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-left .text {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #000;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-left:hover {
    border: solid 2px #DC1715;
}
.linkbutton-left:hover .text {
    color: #FFF;
}
.linkbutton-left .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-left:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 990px){
    .linkbutton-left {
        margin: 0 auto;
    }
}


/* Btn Center
 * --------------------------------------- */
.linkbutton-center {
    display: block;
    position: relative;
    width: 160px;
    height: 45px;
    text-align: left;
    margin: 3% auto 0;
    padding: 0 20px;
    background: ransparent;
    line-height: 40px;
    border: solid 2px #000000;
}
.linkbutton-center::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #DC1715;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-center:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-center .text {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center:hover {
    border: solid 2px #DC1715;
}
.linkbutton-center:hover .text {
    color: #FFF;
}
.linkbutton-center .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 990px){
    section.home-topics-area {
        width: 100%;
        padding-top: 6%;
        padding-bottom: 6%;
        margin: 0 0 8% 0;
    }
    .home-news-title {
        font-size: 3.0rem;
        margin: 0 0 30px;
    }
    .home-news-title span {
        font-size: 1.4rem;
        letter-spacing: 1px;
        padding: 10px 0 0;
    }
}
@media (max-width: 499px){
    section.home-topics-area {
        padding-top: 12%;
        padding-bottom: 12%;
        margin: 0 0 12% 0;
    }
    .home-news-title {
        margin: 0 0 20px;
    }
    .home-topics-slide-wrap {
        margin-bottom: 30px;
    }
    .swiper-slide-title {
        font-size: 1.6rem;
    }
}


/*!------------------------------------------------------------------
[Home Contact Section]
*/
section.contact-section {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8% 6%;
    background-color: #F0F0F0;
}

.contact-section-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.contact-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact-lead {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
	text-align: center;
    color: #000;
    margin: 0 0 3%;
    padding: 0;
}
.contact-lead br {
    display: none;
}

.contact-leads {
    display: block;
    font-size: 1.6vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
}
.contact-leads-s {
    display: block;
    font-size: 1.4vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0;
}

.contact-tel-wrap {
	display: block;
    margin: 0;
    padding: 0;
	text-align: center;
}
a.contact-tel {
    display: block;
    font-size: 3.5vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
	color: #000;
    margin: 0;
    padding: 0;
}
.contact-tel-uke {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 10px 0 0;
}

@media (max-width: 1480px){
	.contact-lead {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.contact-lead br {
		display: block;
	}
	.contact-tel-uke {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
@media (max-width: 1200px){
	.contact-lead br {
		display: block;
	}
	a.contact-tel {
		font-size: 3.6vw;
	}
	.contact-tel-uke {
		font-size: 1.3rem;
	}
}
@media (max-width: 990px){
	section.contact-section {
		width: 100%;
		margin: 0;
		padding: 8% 0;
	}
	.contact-titles {
		font-size: 3.6rem;
		margin: 0 0 3%;
	}
	.contact-titles span {
		font-size: 1.5rem;
		letter-spacing: 0;
		padding: 10px 0 0 0;
	}
	.contact-lead {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin: 0 0 4%;
	}
	.contact-section-content {
		padding: 1% 5%;
		border-radius: 0;
	}
    .contact-leads {
        font-size: 2.4vw;
        letter-spacing: 0;
        text-align: center;
    }
    .contact-leads-s {
        font-size: 2.0vw;
        text-align: center;
        margin: 0 0 5%;
    }
	.contact-tel-wrap {
		margin: 0 0 3%;
	}
	a.contact-tel {
		font-size: 6.0rem;
	}
}
@media (max-width: 749px){
	.contact-lead {
		font-size: 1.6rem;
	}
    .contact-leads-s {
		font-size: 1.6rem;
    }
}
@media (max-width: 499px){
    section.contact-section {
        padding: 12% 0;
    }
	.contact-section-content {
		padding: 0 10% 10%;
	}
    
    .contact-leads {
		font-size: 1.8rem;
		letter-spacing: 0;
        margin: 0 0 5%;
		padding: 0;
    }
    .contact-leads-s {
		font-size: 1.6rem;
        margin: 0 0 10%;
    }
	.contact-titles {
		font-size: 3.0rem;
		margin: 0 0 30px;
	}
	.contact-lead {
		font-size: 1.6rem;
		letter-spacing: 0;
		text-align: left;
		margin: 0 0 30px;
		padding: 0 8%;
	}
	.contact-lead br {
		display: none;
	}
	a.contact-tel {
		font-size: 9.6vw;
        letter-spacing: 0;
	}
	.contact-tel-uke {
		font-size: 1.2rem;
	}
}


/* Home Contact Btn
 * --------------------------------------- */
.footer-right-btn {
    display: block;
    margin: 4% auto 0;
    padding: 0;
}

.linkbutton-footer {
    display: block;
    position: relative;
    width: 86%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    line-height: 45px;
    border: solid 2px #000;
	border-radius: 6px;
	overflow: hidden;
}
.linkbutton-footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #F55B79;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-footer:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-footer .text {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-footer:hover {
    border: solid 2px #F55B79;
}
.linkbutton-footer:hover .text {
    color: #FFF;
}
.linkbutton-footer .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-footer:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 1200px){
    .linkbutton-footer {
        padding: 0 10px;
    }
    .linkbutton-footer .text {
        font-size: 1.2rem;
    }
}
@media (max-width: 990px){
    .linkbutton-footer {
        padding: 0 20px;
    }
    .linkbutton-footer .text {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
}


/*!------------------------------------------------------------------
[Home Footer Section]
*/
section.footer-section {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6% 3% 5% 6%;
    background-color: rgba(255, 255, 255, 1.0);
}

.footer-section-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


.footer-logo-wrapper{
    margin-left: 0;
    margin-right: 0;
    padding-right: 8%;
}
.footer-logo-mark-wrapper {
    display: flex;
    align-items: center;
    margin: 0 2% 5%;
}
.footer-logo-mark-wrap {
    width: 50px;
	padding: 0;
}
.footer-logo-text-wrapper {
	display: inline-block;
}
.footer-logo-text-top {
	display: block;
    font-size: 0.9vw;
    font-weight: 500;
	font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 5px;
	line-height: 1.0;
	text-align: center;
    color: #000;
	margin: 0;
	padding: 0 0 3px 5px;
}
.footer-logo-text-bottom {
    display: flex;
}
.footer-logo-text-wrap {
	display: block;
    font-size: 0.9vw;
    font-weight: 500;
	font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 0;
	line-height: 1.0;
    color: #000;
	margin: 0;
	padding: 0 4px 0 10px;
}
.footer-logo-company-name {
	display: block;
    font-size: 1.8vw;
    font-weight: 500;
	font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 0;
	line-height: 1.0;
    color: #000;
	margin: 0;
	padding: 0;
}
.footer-address {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
	letter-spacing: 0;
    color: #000000;
    text-align: center;
	padding: 0 0 20px;
	margin: 0;
}
.footer-address br {
	display: none;
}
.footer-address span.footer-gmap {
	display: block;
    margin: 0;
    padding: 5px 0 0;
}
.footer-address span.footer-gmap a {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #000000;
}
.footer-address span.footer-gmap a i {
    font-size: 2.0rem;
}
.footer-address span.footer-gmap a:hover {
    color: #DC1715;
}
.footer-tel-wrapper {
	padding: 0;
}
.footer-tel-wrap01 {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-tel-wrap02 {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}
a.footer-tel {
	display: block;
	font-size: 1.4vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
	line-height: 1.0;
	letter-spacing: 0;
    color: #000000;
	margin: 0;
	padding: 5px 0;
}
.footer-sns-wrapper {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}
.footer-sns-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
}
a.footer-sns img {
    cursor: pointer;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    border-radius: 10px;
    overflow: hidden;
}
a.footer-sns img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}


/*!---------------------------------------
[Home Footer Menu]
*/
.footer-menu-wrap {
	width: 100%;
	height: auto;
    text-align: left;
    margin: 1% 0 0;
    padding: 0;
}
.footer-menu-title {
    display: block;
	width: 90%;
    font-size: 0.9vw;
    letter-spacing: 0;
    line-height: 0.8;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 15px;
	margin: 0 0 10px;
    border-bottom: solid 1px #CCC;
}
.footer-menu-title span {
	display: block;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
}
.footer-menu-wrap .footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.footer-menu-wrap .footer-menu li {
	width: 100%;
}
.footer-menu-wrap .footer-menu li a {
    display: block;
    width: 100%;
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    margin: 0 auto;
    padding: 5px 0;
}
.footer-menu-wrap .footer-menu li a:hover, 
.footer-menu-wrap .footer-menu li a:focus {
    color: #DF212C;
    text-decoration: none;
}
.copyright {
	font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: 1.0;
    color: #000000;
	text-align: center;
	margin: 0;
	padding: 5% 0 10px;
}

@media (max-width: 1680px){
    .footer-logo-wrapper{
        padding-right: 7%;
    }
    .footer-logo-mark-wrap {
        width: 44px;
    }
    .footer-address br {
        display: block;
    }
}
@media (max-width: 1480px){
    .footer-logo-wrapper{
        padding-right: 5%;
    }
    .footer-logo-mark-wrap {
        width: 40px;
    }
    .footer-logo-text-top {
        font-size: 0.9vw;
    }
    .footer-logo-text-wrap {
        font-size: 1.0vw;
        padding: 0 4px 0 10px;
    }
    .footer-logo-company-name {
        font-size: 2.0vw;
    }
	.footer-address {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	a.footer-tel {
		letter-spacing: 0px;
		padding: 5px 0;
	}
}
@media (max-width: 1300px){
	a.footer-tel {
		font-size: 1.5rem;
	}
	.footer-address {
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0px;
		padding: 0 0 5px;
	}
}
@media (max-width: 1200px){
    section.footer-section {
        padding: 6% 6% 6% 6%;
    }
    .footer-logo-mark-wrapper {
        justify-content: center;
        margin: 0 auto 30px;
    }
    .footer-logo-wrapper {
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-logo-mark-wrap {
        width: 40px;
    }
    .footer-logo-text-wrap {
        font-size: 1.4rem;
        padding: 0 4px 0 8px;
    }
    .footer-logo-text-top {
        font-size: 1.4rem;
        letter-spacing: 4px;
        padding: 0 0 3px 5px;
    }
    .footer-logo-company-name {
        font-size: 2.8rem;
    }

	.footer-address br {
		display: block;
	}
	.footer-address {
		font-size: 1.4rem;
	}
	a.footer-tel {
		font-size: 1.6rem;
	}

    .footer-sns-wrapper {
        margin-left: 40%;
        margin-right: 40%;
    }

    .footer-menu-title {
        font-size: 1.4vw;
        padding: 0 0 10px;
    }
    .footer-menu-wrap .footer-menu {
        margin: 0 0 30px;
    }
    .footer-menu-wrap .footer-menu li a {
        font-size: 1.3vw;
    }
}
@media (max-width: 990px){
    section.footer-section {
        padding: 10% 8% 10% 8%;
    }
	.footer-logo-wrapper {
		padding: 0;
        margin-bottom: 10%;
	}
    .footer-logo-mark-wrapper {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
	.footer-address br {
		display: none;
	}
	.footer-address {
		width: 60%;
		font-size: 1.6rem;
        text-align: center;
		margin: 0 auto;
		padding: 0 0 10px;
	}
    .footer-address span.footer-gmap {
        text-align: center;
    }
	.row.no-margin.footer-tel-wrapper {
		width: 60%;
		margin: 0 auto;
		margin-right: auto;
		margin-left: auto;
	}
	a.footer-tel {
		font-size: 2.0rem;
        text-align: center;
	}

    .footer-sns-wrapper {
        margin-left: 30%;
        margin-right: 30%;
    }
    .footer-pri {
        text-align: center;
        margin: 0 0 40px;
    }
	.copyright {
		font-size: 1.4rem;
		text-align: center;
		padding: 30px 0 20px;
	}
    .footer-menu-title {
        font-size: 2.4vw;
    }
    .footer-menu-wrap .footer-menu li a {
        font-size: 2.0vw;
    }
}
@media (max-width: 749px){
	.row.no-margin.footer-tel-wrapper {
		width: 100%;
	}
}
@media (max-width: 499px){
    section.footer-section {
        padding: 15% 10% 10% 10%;
    }
    .footer-logo-wrapper {
        margin-bottom: 15%;
    }
	.footer-logo-wrap {
		width: 100%;
        font-size: 6.0vw;
		padding: 0 0 10px;
		margin: 0 auto;
	}
	.footer-address {
		width: 100%;
		font-size: 1.6rem;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	.footer-address br {
		display: block;
	}
	.row.no-margin.footer-tel-wrapper {
		width: 100%;
		margin: 0 auto;
		margin-right: auto;
		margin-left: auto;
	}
	.footer-tel-wrap01 {
		display: block;
		width: 100%;
	}
	.footer-tel-wrap02 {
		display: block;
		width: 100%;
	}
	a.footer-tel {
		width: 100%;
		font-size: 1.8rem;
	}

    .footer-sns-wrapper {
        margin-left: 20%;
        margin-right: 20%;
    }
	.copyright {
		font-size: 1.1rem;
		text-align: center;
		padding: 30px 0 20px;
	}
    .footer-menu-title {
        width: 100%;
        font-size: 3.6vw;
    }
    .footer-menu-wrap .footer-menu li a {
        font-size: 1.5rem;
    }
}


/*!------------------------------------------------------------------
[Scroll UP]
*/
.scroll-up {
    position: fixed;
    display: none;
    bottom: 0px;
    right: 0px;
    z-index: 999;
}
.scroll-up a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 2.0rem;
    color: #F2D52C;
    opacity: 1.0;
	background-color: #10098C;
}
.scroll-up a:hover, 
.scroll-up a:active {
    color: #10098C;
	background-color: #F2D52C;
}

@media (max-width: 1480px){
	.scroll-up {
		bottom: 0px;
		right: 0px;
	}
}
@media (max-width: 1200px){
	.scroll-up {
		bottom: 0px;
		right: 0px;
	}
}
@media (max-width: 749px){
	.scroll-up {
		bottom: 0px;
		right: 0px;
	}
	.scroll-up a {
		height: 40px;
		width: 42px;
		line-height: 40px;
		font-size: 16px;
	}
	.scroll-up a::after {
		top: 1.3em;
		right: 0.5em;
	}
}


/*------------------------------------------------------------------
[Second Hero]
*/
#second-hero {
    position: fixed;
    width: 100%;
    height: 80vh;
    background-color: #FFF;
    padding: 0;
    z-index: -1;
}

.second-copy-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding: 0;
}

.second-copy-wrap {
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
}
.second-copy-title {
    display: block;
    font-size: 3.6vw;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #F5F5F5;
    text-shadow: 3px 3px 5px #000000;
    margin: 0;
    padding: 0 0 8%;
}
.second-copy-title span {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 1.5% 0 0;
}
.second-copy-title span.subtitle {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 20px 0 0;
}
.second-copy-lead {
    display: block;
    font-size: 1.0vw;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #F5F5F5;
    text-shadow: 2px 2px 3px #000000;
    margin: 0;
    padding: 0;
}


.second-copy-section-s {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35vh;
    padding: 0;
    background-color: #F5F5F5;
}
.second-copy-wrap-s {
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 2% 0 0;
}
.second-copy-title-s {
    display: block;
    font-size: 3.0vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000000;
    margin: 0;
    padding: 0;
}
.second-copy-title-s span.subtitle-s {
    display: block;
    font-size: 1.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    padding: 20px 0 0 0;
}

.ip-main-inner {
    background-color: #FFF;
}

@media (max-width: 1480px){
    .second-copy-lead {
        font-size: 1.2vw;
        letter-spacing: 1px;
    }
}
@media (max-width: 1200px){
    #second-hero {
        height: 100vh;
    }
    .second-copy-section {
        height: 100vh;
    }
    .second-diagonal-content {
        left: -20%;
        width: 45%;
    }
    .second-copy-title {
        font-size: 6.0vw;
        padding: 0 0 8%;
    }
    .second-copy-title span {
        font-size: 2.4vw;
        letter-spacing: 2px;
        padding: 3% 0 0;
    }
    .second-copy-lead {
        font-size: 1.8vw;
        letter-spacing: 1px;
    }
    .second-copy-title span.subtitle {
        font-size: 2.4vw;
    }
    .second-copy-title-s {
        font-size: 3.0rem;
    }
    .second-copy-title-s span.subtitle-s {
        font-size: 1.8rem;
        letter-spacing: 0;
        padding: 10px 0 0;
    }
}
@media (max-width: 990px){
    .second-diagonal-content {
        left: -20%;
        width: 60%;
    }
    .second-copy-section-s {
        height: 30vh;
    }
}
@media (max-width: 749px){
    .second-copy-section-s {
        height: 100vh;
    }
}
@media (max-width: 499px){
    .second-diagonal-content {
        left: -27.5%;
        width: 70%;
    }
    .second-copy-wrap {
        left: 10%;
    }
    .second-copy-title {
        font-size: 4.8rem;
        padding: 0 0 10%;
    }
    .second-copy-title span {
        font-size: 2.0rem;
        letter-spacing: 2px;
        padding: 3% 0 0;
    }
    .second-copy-title span.subtitle {
        font-size: 2.0rem;
    }
    .second-copy-lead {
        width: 94%;
        font-size: 1.8rem;
    }
    .second-copy-lead br {
        display: none;
    }
    .second-copy-section-s {
        height: 50vh;
    }
}


/* ------------------------------------------------------------------
	service.html
------------------------------------------------------------------- */
.service-top-section {
    position: relative;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
}

.service-hero-title-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	padding-left: 0;
	padding-right: 0;
}
.service-hero-title-wrap {
	display: block;
	margin: 0;
	padding: 0;
}
.service-hero-title-en {
    display: block;
    font-size: 4.8vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    margin: 0 auto 2%;
    padding: 0;
}
.service-hero-title-jp {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 10px;
    color: #000;
    margin: 0 auto;
    padding: 0 0 0 10px;
}
.service-slide-wrap {
	height: 100vh;
	border-radius: 0;
    overflow: hidden;
}

section.service-comcept-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10% 0;
    background-color: #10098C;
}
.service-comcept-leads {
    display: block;
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #FFF;
    margin: 0 auto 2%;
    padding: 0;
}
.service-comcept-leads br {
    display: none;
}
.service-comcept-texts {
    display: block;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2.0;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
}
.service-comcept-texts br.br {
    display: none;
}

section.service-second-section {
    width: 100%;
    height: 100vh;
    margin: 0 0 5%;
    padding: 0;
    background-color: rgba(255, 255, 255, 1.0);
}

.service-second-reverse-wrapper {
	display: flex;
	flex-direction: row-reverse;
	margin-left: 0;
	margin-right: 0;
}

.second-title-wrapper {
    display: table;
    height: 100%;
}
.second-title-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
	padding-left: 15%;
	padding-right: 15%;
}

.service-title-number {
    position: relative;
    display: block;
    font-size: 2.0vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    margin: 0 0 8%;
    padding: 0;
}
.service-title-number span {
	display: inline-block;
    font-size: 7.2vw;
	margin: 0;
	padding: 0 0 0 20px;
}
.second-title-01 {
    display: block;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 5px;
    color: #000;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 8%;
}
.second-title-01 span {
    display: block;
    font-size: 1.2vw;
    letter-spacing: 2px;
    padding: 0 0 10px;
}
.second-text-01 {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    margin: 0 0 10%;
    padding: 0;
}
.second-title-01-02 {
	display: inline-block;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 5px;
    color: #000;
    text-align: left;
    margin: 0 0 2%;
    padding: 8px 20px;
	border: solid 2px #000;
}
.second-text-01-02 {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

section.service-third-section {
    width: 100%;
    height: 100vh;
    margin: 0 0 5%;
    padding: 0;
    background-color: rgba(255, 255, 255, 1.0);
}

section.service-forth-section {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 1.0);
}

.about-third-wrapper {
    display: table;
    height: 100%;
}
.about-third-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
	padding-left: 15%;
	padding-right: 15%;
}

.service-construction-section {
    width: 100%;
    margin: 0;
    padding: 8% 5% 6%;
    background-color: #10098C;
}
.service-contents-title {
    display: block;
    font-size: 5.4vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 auto 5%;
    padding: 0;
}
.service-contents-title span {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 0 0;
}
.service-contents-title span.line {
    display: block;
    width: 150px;
    height: 12px;
    margin: 5% auto 0;
    padding: 0;
    background-color: #F2D52C;
    border: none;
    border-radius: 0;
}
.service-construction-leads {
    display: block;
    width: 80%;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #FFF;
    margin: 0 auto 3%;
    padding: 0;
}

ul.slide_vertical01 {
    margin: 0 0 0 2px;
}
ul.slide_vertical01 li {
    padding: 2px;
}
ul.slide_vertical02 {
    margin: 0 2px 0 0;
}
ul.slide_vertical02 li {
    padding: 2px;
}

@media (max-width: 1680px){
	.hero-copy-second {
		font-size: 3.6rem;
		letter-spacing: 5px;
		margin: 0 auto 15px;
		padding: 0 0 0 5px;
	}
	.hero-lead-en-second {
		font-size: 2.0rem;
	}
	
	.second-title-wrap {
		padding-left: 12%;
		padding-right: 12%;
	}
	.about-third-wrap {
		padding-left: 12%;
		padding-right: 12%;
	}
	.second-title-01 {
		letter-spacing: 3px;
	}
	.second-text-01 {
		font-size: 1.5rem;
	}
}
@media (max-width: 1480px){
	.hero-copy-second {
		font-size: 3.0rem;
		letter-spacing: 4px;
		margin: 0 auto 15px;
		padding: 0 0 0 4px;
	}
	.hero-lead-en-second {
		font-size: 1.8rem;
	}
	
	.second-title-wrap {
		padding-left: 10%;
		padding-right: 10%;
	}
	.about-third-wrap {
		padding-left: 10%;
		padding-right: 10%;
	}
	.second-title-01 {
		letter-spacing: 2px;
	}
	.second-text-01 {
		font-size: 1.6rem;
	}
    .second-title-01-02 {
        font-size: 1.2vw;
    }
    .second-text-01-02 {
		font-size: 1.6rem;
    }
}
@media (max-width: 1380px){
	.hero-lead-en-second {
		font-size: 1.6rem;
	}
}
@media (max-width: 1300px){
	.second-title-01 {
		font-size: 2.4rem;
		letter-spacing: 2px;
	}
}
@media (max-width: 1200px){
	.hero-copy-second {
		font-size: 2.8rem;
		letter-spacing: 4px;
		margin: 0 auto 15px;
		padding: 0 0 0 4px;
	}
	.second-title-wrap {
		padding-left: 8%;
		padding-right: 8%;
	}
	.second-title-01 {
		font-size: 2.0rem;
		letter-spacing: 1px;
	}
	.second-text-01 {
		letter-spacing: 0;
	}
	.second-text-01 br {
		display: none;
	}
}
@media (max-width: 990px){
    section.service-second-section {
        height: auto;
        margin: 0;
    }
    section.service-third-section {
        height: auto;
        margin: 0;
    }
    section.service-forth-section {
        height: auto;
        margin: 0;
    }
    .service-construction-section {
        height: auto;
        margin: 0;
    }
    .service-hero-title-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40vh;
        padding-top: 60px;
    }
    .service-hero-title-en {
        font-size: 7.2vw;
    }
    .service-hero-title-jp {
        font-size: 1.6rem;
        letter-spacing: 0;
        padding: 0;
        text-align: center;
    }

	.concept-hero-lead-wrapper {
		display: block;
		height: auto;
	}
	.concept-hero-lead-wrap {
		padding: 100px 10% 50px;
	}
	.concept-slide-wrap {
		height: 90vh;
		border-radius: 0;
	}
	
	.about-title-number {
		font-size: 2.4rem;
	}
	
	.concept-photo-wrap01 {
		display: none;
	}
	.concept-photo-wrap02 {
		border-radius: 0;
	}
	.concept-photo-wrap03 {
		border-radius: 0;
	}
	.concept-photo-wrap04 {
		display: none;
	}

	.row.about-second-section-wrapper {
		display: flex;
		flex-direction: row-reverse;
	}
	.second-title-wrap {
        height: auto;
		padding-top: 8%;
		padding-left: 8%;
		padding-right: 8%;
		padding-bottom: 8%;
	}
    .service-title-number {
        font-size: 4.8vw;
        text-align: center;
    }
    .service-title-number span {
        font-size: 9.6vw;
    }
    .second-title-01 {
        font-size: 3.0rem;
        letter-spacing: 0;
        text-align: center;
    }
    .second-title-01 span {
        font-size: 2.0rem;
    }
    .second-title-01-02 {
        display: block;
        width: 150px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.0;
        letter-spacing: 5px;
        text-align: center;
        margin: 0 auto 2%;
        padding: 8px 0;
    }
    .second-text-01-02 {
        font-size: 1.6rem;
        text-align: center;
    }
    .service-slide-wrap {
        height: 600px;
    }
    .service-contents-title {
        font-size: 6.0vw;
        margin: 0 auto 10%;
    }
    .service-contents-title span {
        font-size: 1.6rem;
    }
    .service-construction-leads {
        width: 100%;
        font-size: 2.4vw;
    }
	.about-third-wrap {
		padding-top: 8%;
		padding-left: 8%;
		padding-right: 8%;
		padding-bottom: 8%;
	}
	.second-title-01 br {
		display: none;
	}
}
@media (max-width: 749px){
    .service-hero-title-wrapper {
        height: 100vh;
    }
    .service-comcept-texts {
        font-size: 1.6rem;
    }
    .service-comcept-texts br.br {
        display: block;
    }
	.concept-hero-lead-wrap {
		padding: 80px 10% 30px;
	}
}
@media (max-width: 499px){
    .service-hero-title-wrapper {
        height: 40vh;
    }
    .service-hero-title-en {
        font-size: 12.0vw;
    }
	.concept-hero-title-en {
		font-size: 3.0rem;
		text-align: center;
		margin: 0 auto 10px;
	}
	.concept-hero-title-jp {
		font-size: 1.6rem;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 auto 15px;
		padding: 0 0 0 0px;
	}
	.hero-text-section-left {
		width: 100%;
		height: 100vh;
		margin: 0;
	}
    section.service-comcept-section {
        padding: 15% 0;
    }
	.second-title-wrap {
		padding-top: 15%;
		padding-left: 9%;
		padding-right: 9%;
		padding-bottom: 15%;
	}
	.about-third-wrap {
		padding-top: 15%;
		padding-left: 9%;
		padding-right: 9%;
		padding-bottom: 15%;
	}
	
    .service-slide-wrap {
        height: 400px;
    }
    .service-comcept-leads {
        font-size: 6.0vw;
        margin: 0 auto 5%;
    }
    .service-comcept-leads br {
        display: block;
    }
    .service-comcept-texts {
        font-size: 1.6rem;
        padding: 0 10%;
        text-align: left;
    }
    .service-comcept-texts br.br {
        display: none;
    }
    
    .service-title-number {
        font-size: 9.6vw;
    }
    .service-title-number span {
        font-size: 15.0vw;
        padding: 0 0 0 10px;
    }
    .second-title-01 {
        font-size: 6.0vw;
    }
    .second-title-01 span {
        font-size: 1.8rem;
    }
    .second-text-01-02 {
        line-height: 1.4;
    }

    .service-construction-section {
        padding: 15% 9% 12%;
    }
    .service-contents-title {
        font-size: 8.4vw;
        margin: 0 auto 10%;
    }
    .service-construction-leads {
        font-size: 4.8vw;
    }

	.about-title-number span {
		font-size: 4.8rem;
	}
    .second-text-01 {
        font-size: 1.6rem;
    }
}


/* ------------------------------------------------------------------
	works.html
------------------------------------------------------------------- */
.second-head-titile-sections {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
	margin: 0;
    padding: 82px 0 0;
    background-color: #F5F5F5;
}
.second-head-titile-wraps {
    display: block;
	text-align: center;
}
.second-head-titles {
    display: block;
    font-size: 4.8vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
    margin: 0;
    padding: 0;
}
.second-head-titles span.subtitles {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 5px;
    color: #000;
    padding: 20px 0 0 0;
}

.second-construction-leads {
    display: block;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #000;
    margin: 4% auto 3%;
    padding: 0;
}
.second-construction-leads br {
    display: none;
}
.second-construction-section {
    width: 100%;
    margin: 0 0 8%;
    padding: 0 5%;
    background-color: #FFF;
}

.second-construction-item-imgwrap {
    display: block;
    width: 100%;
    margin: 0 0 4%;
    border-radius: 20px;
    overflow: hidden;
}
.second-construction-item-title {
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 4%;
    padding: 0 0 4% 20px;
    border-bottom: solid 1px #CCC;
}

#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: transparent;
}
#cboxLoadedContent {
    padding: 0;
    overflow: auto;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
    top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible ;
}
#cboxTitle {
    color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
    margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
    margin: 20px;
}

.second-contents-textarea-workspost-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 0 3%;
    border-bottom: solid 1px #CCC;
}
.second-contents-text-workspost-wrap {
    width: calc(100% - 40px);
    margin: 20px;
    padding: 0;
}
.second-contents-text-workspost-subtitle {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #F2D52C;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 10px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #10098C;
}
.second-contents-text-workspost-wrap .second-contents-text-workspost-subtext {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.second-contents-text-workspost-wrap .second-contents-text-workspost-subtexts {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.second-contents-text-workspost-wrap p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 20px;
}

@media (max-width: 1480px){
    .second-contents-text-workspost-subtitle {
        font-size: 1.6rem;
    }
    .second-contents-text-workspost-wrap .second-contents-text-workspost-subtext {
        font-size: 1.6rem;
    }
    .second-contents-text-workspost-wrap .second-contents-text-workspost-subtexts {
        font-size: 1.6rem;
    }
    .second-contents-text-workspost-wrap p {
        font-size: 1.6rem;
    }
}
@media (max-width: 1200px){
    .second-head-titile-sections {
        height: 50vh;
        padding: 82px 0 0;
    }
    .second-construction-item-title {
        font-size: 2.0vw;
    }
}
@media (max-width: 990px){
    .second-head-titile-sections {
        height: 40vh;
        padding: 60px 0 0;
    }
    .second-head-titles {
        font-size: 7.2vw;
    }
    .second-head-titles span.subtitles {
        font-size: 1.6rem;
    }
    .second-construction-leads {
        font-size: 3.0vw;
        letter-spacing: 0;
        margin: 6% auto 5%;
    }
    .second-construction-section {
        margin: 0 0 8%;
        padding: 0 1%;
    }
    .second-construction-item-title {
        font-size: 3.0vw;
        padding: 0 20px 4% 20px;
    }
}
@media (max-width: 749px){
    .second-head-titile-sections {
        height: 100vh;
        padding: 60px 0 0;
    }
}
@media (max-width: 499px){
    .second-head-titile-sections {
        height: 40vh;
    }
    .second-head-titles {
        font-size: 9.6vw;
    }
    .second-head-titles span.subtitles {
        padding: 10px 0 0 0;
    }
    .second-construction-leads {
        font-size: 4.8vw;
        line-height: 1.5;
    }
    .second-construction-leads br {
        display: block;
    }
    .second-construction-item-imgwrap {
        border-radius: 10px;
        margin: 0 0 6%;
    }
    .second-construction-item-title {
        font-size: 1.8rem;
        padding: 0 10px 6% 10px;
        margin: 0 0 6%;
    }
    .second-contents-text-workspost-wrap {
        width: 100%;
        margin: 0 0 20px;
    }
}


/* ------------------------------------------------------------------
 Pagination
------------------------------------------------------------------- */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 6px;
    padding: 40px 0 5%;
}
.page-item.active .page-link {
    font-family: 'Roboto', sans-serif;
    color: white;
    background: #065FFF;
    border-color: #065FFF;
}
.page-link {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25;
    color: #5A4620;
    margin: 4px;
    padding: 0.5rem 1.0rem;
    background-color: #fff;
    background-size: 100% 90%;
    border: 1px solid #5A4620;
    border-radius: 4px;
}
.page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    background-color: #5A4620;
    border-color: #5A4620;
}
.page-item.active .page-link, 
.page-item.active .page-link:focus, 
.page-item.active .page-link:hover {
    background-color: #5A4620;
    border-color: #5A4620;
    color: #FFF;
}


/* ------------------------------------------------------------------
	company.html
------------------------------------------------------------------- */
.company-hero-lead-wrap {
    width: 100%;
    margin: 0;
    padding: 0 20%;
}

.second-top-section {
    position: relative;
    width: 100%;
	margin: 0;
	padding: 5% 5% 3%;
    background-color: #FFF;
    overflow: hidden;
}

.second-hero-title-en {
    display: block;
    font-size: 3.6vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    margin: 0 auto 20px;
    padding: 0;
}
.second-hero-title-jp {
    display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 5px;
    color: #000;
    margin: 0 auto;
    padding: 0 0 0 10px;
}

section.company-second-section {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 8% 0 0;
}

.company-second-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.company-second-title {
    display: block;
    font-size: 3.6vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
	text-align: center;
	text-transform: uppercase;
    margin: 0 0 5%;
    padding: 0;
}
.company-second-title span {
    display: block;
    font-size: 1.2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0 0;
}
.company-second-title-b {
    display: block;
    font-size: 3.6vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
	text-align: center;
	text-transform: uppercase;
    margin: 0 0 5%;
    padding: 0;
}
.company-second-title-b span {
    display: block;
    font-size: 1.2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0 0;
}

.company-vision-texts {
    display: block;
    font-size: 2.0vw;
    font-weight: 600;
    line-height: 2.0;
    letter-spacing: 0.5vw;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
}
.company-vision-texts br.br {
    display: none;
}
.company-second-photo-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.company-second-lead-wrapper {
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-right: 0;
}
.company-second-lead-wrap {
    display: block;
}
.company-second-lead {
    display: block;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
	text-align: center;
    margin: 0 0 5%;
    padding: 0;
}
.company-second-lead-left {
    display: block;
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
	text-align: left;
    margin: 0 0 6%;
    padding: 0;
}
.company-text-01 {
    display: block;
    font-size: 1.05vw;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 40px;
}
.company-text-name {
    display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2.0;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.company-text-name span {
	display: inline-block;
    font-size: 1.5rem;
    padding: 0 20px 0 0;
}
.company-second-photo-wrapper {
	padding-right: 0;
}
.company-second-photo-wrapper img {
    border-radius: 10px;
    overflow: hidden;
}


/*!-----------------------------------------
[Overview company.html]
*/
section.company-third-section {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 8% 0;
    background-color: rgba(255, 255, 255, 1.0);
}

table.overview {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
table.overview th, table.overview td {
    padding: 20px;
}
table.overview th {
    position: relative;
    width: 25%;
    color: #F2D52C;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background-color: #10098C;
    border-radius: 8px 0 0 8px;
    overflow: visible;
}
table.overview th:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #10098C;
    border-width: 10px;
    margin-top: -10px;
}
table.overview td {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
	letter-spacing: 0;
    padding-left: 40px;
    background-color: #F0F0F0;
    border-radius: 0 8px 8px 0;
}
table.overview td span br {
    display: none;
}
table.overview td span.caution {
    font-size: 1.6rem;
}
table.overview td a {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
	letter-spacing: 0;
    line-height: 1.0;
    padding: 5px 0 0;
}
table.overview td a:hover {
    color: #B34B76;
}
table.overview td a.tel {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
	letter-spacing: 0;
    line-height: 1.6;
    padding: 0;
}
table.overview td a.address-gm {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 1.0;
    padding: 10px 0 0;
}
table.overview td a.address-gm:hover {
    color: #10098C;
}

dl.overview-content-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.overview-content-wrap dt {
    float: left;
    width: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.overview-content-wrap dd {
    margin-left: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    padding: 5px 0;
}
dl.overview-content-wrap dd span {
	display: inline-block;
    font-size: 1.6rem;
    padding: 0 0 0 15px;
}


dl.overview-content-wrap01 dd span.caution2 {
	display: block;
    font-size: 1.6rem;
    padding: 5px 0 10px;
}


/*!-----------------------------------------
[Access company.html]
*/
section.company-forth-section {
    width: 70%;
    height: auto;
    margin: 0 auto 8%;
    padding: 0;
    background-color: rgba(255, 255, 255, 1.0);
}

.company-forth-textsection {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10%;
    background-color: rgba(255, 255, 255, 1.0);
}

.gmap-textwrap {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    letter-spacing: 0;
    line-height: 1.6;
	text-align: center;
    padding: 0 20px 40px;
}

.gmap-textwrap a.address-gm {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 1.0;
    padding: 10px 0 15px;
}
.gmap-textwrap a.address-gm:hover {
    color: #10098C;
}

.gmap-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
	border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1480px){
	section.company-second-section {
		width: 80%;
	}
	section.company-third-section {
		width: 80%;
	}
	section.company-forth-section {
		width: 80%;
	}
    .company-text-01 {
        font-size: 1.6rem;
    }
    .company-text-name {
        font-size: 1.8rem;
    }
	.company-sub-title {
		width: 140px;
		height: 140px;
		font-size: 1.5rem;
		margin: 0 auto 6%;
		padding: 20px 0 0;
	}
	.company-sub-title span {
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 2px;
		margin-top: 15px;
	}
	
	.company-second-lead {
		font-size: 2.4rem;
	}
	
	.company-third-textsection {
		padding: 8% 8%;
	}
	
	.company-forth-textsection {
		padding: 0 8% 8%;
	}

	table.overview th {
		font-size: 1.6rem;
		padding: 1.4em 1.0em;
	}
	table.overview td {
		font-size: 1.6rem;
		padding: 1.4em 2.0em;
	}
	table.overview td a.tel {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
    table.overview td a.address-gm {
        font-size: 1.2rem;
    }
    table.overview td span.caution {
        font-size: 1.4rem;
    }
    dl.overview-content-wrap dt {
		font-size: 1.6rem;
    }
    dl.overview-content-wrap dd {
		font-size: 1.6rem;
    }
}
@media (max-width: 1380px){
	.company-lead-01 {
		font-size: 2.0rem;
		line-height: 2.0;
		letter-spacing: 1px;
		margin: 0 auto;
		padding: 0 0 6% 1px;
	}
	
	.company-second-textsection {
		padding: 8% 6%;
	}
	
	.company-third-textsection {
		padding: 8% 5%;
	}
	
	.company-forth-textsection {
		padding: 0 5% 8%;
	}
	.gmap-textwrap {
		font-size: 1.6rem;
	}
}
@media (max-width: 1200px){
	.company-text-name {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	table.overview th {
		padding: 1.4em 1.0em;
	}
	table.overview td {
		padding: 1.4em 1.0em 1.4em 2.0em;
	}
}
@media (max-width: 990px){
	.company-second-lead {
		font-size: 2.0rem;
	}
	.company-second-title {
		font-size: 3.6rem;
		text-align: center;
	}
	.company-second-title span {
		font-size: 1.6rem;
		padding: 10px 0 0;
	}
    .company-second-title-b {
		font-size: 3.6rem;
    }
    .company-second-title-b span {
		font-size: 1.6rem;
		padding: 10px 0 0;
    }
    .company-second-photo-wrapper {
        padding-left: 0%;
        padding-right: 0%;
    }
    .company-second-lead-wrapper {
        padding-top: 10%;
        padding-left: 0;
        padding-right: 0;
    }
    .company-second-lead-left {
        font-size: 4.8vw;
        text-align: center;
    }
	.company-text-01 {
		padding: 0 0 20px;
	}
	.company-text-name {
        text-align: center;
	}

    section.company-third-section {
        padding: 10% 0;
    }
}
@media (max-width: 499px){
	section.company-second-section {
		width: 86%;
	}
	section.company-third-section {
		width: 86%;
	}
	section.company-forth-section {
		width: 86%;
	}
    section.company-second-section {
        padding: 15% 0 0;
    }
    section.company-third-section {
        padding: 15% 0 5%;
    }
    section.company-forth-section {
        margin: 0 auto 15%;
    }
    .company-second-lead-left {
        font-size: 5.4vw;
    }
	.company-lead-01 {
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 1px;
		text-align: left;
		margin: 0 auto;
		padding: 20px 0 30px 0px;
	}
	.company-lead-01 br {
		display: none;
	}
	.company-second-title {
		font-size: 3.6rem;
		margin: 0 0 40px;
	}
    .company-vision-texts {
        font-size: 5.4vw;
        line-height: 2.0;
        letter-spacing: 0;
    }
    .company-vision-texts br.br {
        display: block;
    }
	.company-second-lead {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 30px;
	}
    .company-second-photo-wrapper {
        padding-left: 0%;
        padding-right: 0%;
    }
	.company-text-01 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 0 0 30px;
	}
	.company-text-name {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 20px;
	}
	table.overview {
		width: 100%;
		border-spacing: 0px 0;
		margin-bottom: 30px;
	}
	table.overview th {
		display: block;
		width: 100%;
		font-size: 1.8rem;
		letter-spacing: 0;
		padding: 1.0em 1.0em 1.0em;
		border-bottom: none;
		text-align: center;
        border-radius: 8px 8px 0 0;
	}
    table.overview th:after {
        display: none;
    }
	table.overview td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0;
		padding: 1.5em 1.0em 1.5em;
        border-radius: 0 0 8px 8px;
        margin-bottom: 20px;
	}
	table.overview td span {
		display: block;
	}
	table.overview td span br {
		display: block;
	}
	table.overview td a.tel {
		font-size: 1.6rem;
		letter-spacing: 0px;
	}
    table.overview td span.caution {
        line-height: 1.4;
    }
	.gmap-textwrap {
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0px;
		line-height: 1.4;
		padding: 20px 0px 20px;
	}
	.gmap-textwrap span {
		display: block;
	}
}

section.recruit-contents-section-w {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8% 10% 1%;
    background-color: #10098C;
}
section.recruit-contents-section-w02 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 6%;
    background-color: #10098C;
}
section.recruit-contents-section-w03 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10% 8%;
    background-color: #10098C;
}
.recruit-contents-leads-w {
    display: block;
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #FFF;
    margin: 0 auto 4%;
    padding: 0;
}
.recruit-contents-texts-w {
    display: block;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    margin: 0 auto 6%;
    padding: 0;
}
.recruit-occupation-wrapper {
	margin-top: 0;
    margin-bottom: 10%;
	margin-left: 0;
	margin-right: 0;
}
.recruit-occupation-wrap {
	padding-left: 2%;
	padding-right: 2%;
}
.recruit-occupation-title-w {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0.1vw;
    text-align: center;
	color: #F2D52C;
    margin: 0 auto 10%;
    padding: 0;
}
.recruit-occupation-title-w span {
    display: block;
    font-size: 4.8vw;
    margin: 0 auto 20px;
    padding: 0;
}
.recruit-occupation-text-w {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    margin: 0 auto 2%;
    padding: 0;
}
.recruit-occupation-text-w span {
    display: block;
    font-size: 0.8vw;
    margin: 0;
    padding: 5px 0 0;
}

.recruit-second-title-w {
    display: block;
    font-size: 3.6vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5%;
    padding: 0;
}
.recruit-second-title-w span {
    display: block;
    font-size: 1.2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0 0;
}

table.guideline {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
table.guideline th, table.guideline td {
    padding: 30px 20px;
}
table.guideline th {
    position: relative;
    width: 25%;
    color: #10098C;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background-color: #F2D52C;
    border-radius: 8px 0 0 8px;
    overflow: visible;
}
table.guideline th:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #F2D52C;
    border-width: 10px;
    margin-top: -10px;
}
table.guideline td {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
	letter-spacing: 0;
    color: #000;
    padding-left: 40px;
    background-color: #FFF;
    border-radius: 0 8px 8px 0;
}
table.guideline td span.caution {
	display: block;
    font-size: 1.6rem;
	padding: 10px 0 0;
}

dl.guideline-content-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.guideline-content-wrap dt {
    float: left;
    width: 4%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.guideline-content-wrap dd {
    margin-left: 4%;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    padding: 5px 0;
}
dl.guideline-content-wrap dd span.caution2 {
	display: block;
    font-size: 1.6rem;
    padding: 5px 0 10px;
}

dl.guideline-content-wrap01 {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.guideline-content-wrap01 dt {
    float: left;
    width: 200px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.guideline-content-wrap01 dd {
    margin-left: 200px;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    padding: 5px 0;
}
dl.guideline-content-wrap01 dd span.caution2 {
	display: block;
    font-size: 1.6rem;
    padding: 5px 0 10px;
}

@media (max-width: 1480px){
    .recruit-occupation-text-w {
        font-size: 1.6rem;
    }
    .recruit-occupation-text-w span {
        font-size: 1.4rem;
    }
    table.guideline th {
        font-size: 1.6rem;
    }
    table.guideline td {
        font-size: 1.6rem;
    }
    table.guideline td span.caution {
        font-size: 1.4rem;
    }
    dl.guideline-content-wrap dt {
        font-size: 1.6rem;
    }
    dl.guideline-content-wrap dd {
        font-size: 1.6rem;
    }
    dl.guideline-content-wrap dd span.caution2 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1200px){
    .recruit-contents-texts-w {
        font-size: 1.8rem;
    }
}
@media (max-width: 990px){
    .recruit-contents-leads-w {
        padding: 4% 0 0;
    }
    .recruit-contents-texts-w {
        text-align: left;
    }
    .recruit-contents-texts-w br {
        display: none;
    }
    .recruit-occupation-title-w span {
        font-size: 9.6vw;
        margin: 0 auto 10px;
    }
    .recruit-occupation-title-w {
        font-size: 3.0vw;
        letter-spacing: 0;
        margin: 0 auto 20px;
    }
    .recruit-occupation-text-w {
        margin: 0 auto 6%;
    }
    .recruit-second-title-w {
        font-size: 3.6rem;
    }
    .recruit-second-title-w span {
        font-size: 1.6rem;
        letter-spacing: 0;
        padding: 10px 0 0;
    }
}
@media (max-width: 499px){
    section.recruit-contents-section-w {
        padding: 15% 8% 12%;
    }
    .recruit-contents-leads-w {
        font-size: 2.4rem;
    }
    .recruit-contents-texts-w {
        font-size: 1.6rem;
    }
    .recruit-occupation-title-w {
        font-size: 2.4rem;
    }
    .recruit-occupation-title-w span {
        font-size: 7.2rem;
    }
    table.guideline th {
        position: relative;
        width: 25%;
        color: #10098C;
        font-size: 1.8rem;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        background-color: #F2D52C;
        border-radius: 8px 0 0 8px;
        overflow: visible;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}


/* ------------------------------------------------------------------
	topics.html
------------------------------------------------------------------- */
.second-topics-list-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 5% 10% 10%;
    margin: 0;
    background-color: #FFF;
}

.second-topics-title {
    display: block;
    width: 120px;
    height: 290px;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #121212;
    text-align: left;
    margin: 0 auto 80px;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media (max-width: 1480px){
    .second-topics-list-section {
        padding: 5% 10% 10%;
    }
    .second-topics-title {
        width: 110px;
        height: 260px;
        font-size: 3.6rem;
        margin: 0 auto 60px;
    }
}
@media (max-width: 1200px){
    .second-topics-list-section {
        padding: 8% 5%;
    }
}
@media (max-width: 749px){
    .second-topics-title {
        width: 90px;
        height: 220px;
        font-size: 3.0rem;
        margin: 0 auto 20px;
    }
}
@media (max-width: 499px){
    .second-topics-list-section {
        padding: 10% 5%;
    }
}


/*!------------------------------------------------------------------
[Pagination]
*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    padding: 40px 0 10px;
}

.page-item.active .page-link {
    font-family: 'Roboto', sans-serif;
    color: white;
    background: #065FFF;
    border-color: #065FFF;
}

.page-link {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25;
    color: #000;
    margin: 4px;
    padding: 0.5rem 1.0rem;
    background-color: #fff;
    background-size: 100% 90%;
    border: 1px solid #000000;
    border-radius: 4px;
}

.page-link:hover {
    z-index: 2;
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    background-color: #000000;
    border-color: #000000;
}

.page-item.active .page-link, 
.page-item.active .page-link:focus, 
.page-item.active .page-link:hover {
    background-color: #000000;
    border-color: #000000;
    color: #FFF;
}

@media (max-width: 499px){
    .pagination {
        padding: 40px 0 40px;
    }
}


/*!------------------------------------------------------------------
[Link Btn]
*/
.linkbutton-topics-wrapper {
    display: block;
    text-align: center;
    margin: 40px 0;
    padding: 0;
}

.linkbutton-topics-wrapper a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    padding: 3rem 0;
    background-color: #FFF;
    border: solid 2px #000;
    border-radius: 10px;
    text-decoration: none;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.linkbutton-topics-wrapper a:hover {
    color: #FFF;
    background-color: #000000;
    border: solid 2px #000000;
}

@media (max-width: 1200px){
    .second-h1title-wrapper {
        padding: 4rem 0 3rem;
    }
    .second-topics-section {
        padding: 40px 0 20px;
    }
    .second-topics-section02 {
        padding: 40px 0 20px;
    }
}
@media (max-width: 749px){
    .linkbutton-topics-wrapper a {
        font-size: 1.6rem;
        letter-spacing: 1px;
        padding: 2rem 0;
    }
}
@media (max-width: 499px){
    .second-topics-section {
        padding: 20px 0 40px;
    }
    .second-topics-section02 {
        padding: 20px 0 40px;
    }
    .linkbutton-topics-wrapper {
        margin: 10px 0 0;
    }
}

.topics-item-wrap {
    padding: 0 0 80px;
}

.topics-item-imgwrap {
    display: block;
    width: 100%;
    margin: 0 0 5%;
    border-radius: 20px;
    overflow: hidden;
}

.topics-item-date {
    font-size: 1.0vw;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0 0 25px 20px;
}

.topics-item-cate ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
}

.topics-item-cate ul li a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #F2D52C;
    padding: 8px 10px 7px;
    margin-bottom: 10px;
    background-color: #10098C;
    border-radius: 6px;
}

.topics-item-title {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    margin: 0 0 50px;
    padding: 0 0 40px 20px;
    border-bottom: solid 1px #CCC;
}

.topics-item-txt {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0 20px;
}

.topics-item-txt img {
    width: auto;
    max-width: auto;
    height: auto;
}

.btn.btn-t {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    text-align: center;
    background: #FFF;
    color: #000;
    padding: 2rem 2rem;
    border: solid 2px #000;
    border-radius: 10px;
}

.btn.btn-t:hover, 
.btn.btn-t:focus {
    background: #10098C;
    color: #F2D52C;
    border: solid 2px #10098C;
}

@media (max-width: 1480px){
    .topics-item-title {
        font-size: 2.0rem;
        letter-spacing: 1px;
        margin: 0 0 40px;
        padding: 0 0 40px 20px;
    }
    .topics-item-txt {
        font-size: 1.6rem;
        line-height: 1.8;
        padding: 0 20px;
    }
}
@media (max-width: 499px){
    .topics-item-wrap {
        padding: 0 0 40px;
    }
    .topics-item-date {
        letter-spacing: 0px;
        padding: 0 0 10px 0px;
    }
    .topics-item-cate ul {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .topics-item-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
        margin: 0 0 20px;
        padding: 0 0 20px 0px;
    }
    .topics-item-txt {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0px;
        padding: 0 0px;
    }
    .topics-btnwrap {
        margin-bottom: 20px;
    }
    .btn-wrap-newsf {
        margin-bottom: 15px;
    }
    .btn.btn-t {
        letter-spacing: 1px;
        padding: 1rem 2rem;
        border-radius: 6px;
    }
}


 /* ------------------------------------------------------------------
contact.html
------------------------------------------------------------------- */
.contact-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.contact-01-wrap {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}
.contact-02-wrap {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #F0F0F0;
}

.contactus-title-wrap {
    margin: 0 auto;
    padding: 0;
}
.contact-lead {
    display: block;
    width: 100%;
    color: #000;
	font-size: 18px;
	font-weight: 600;
    letter-spacing: 0;
	line-height: 2.0;
    padding: 0 0 100px;
    margin: 0;
	text-align: center;
}
.contact-lead br.br {
    display: none;
}

p.contacts-txt-title {
    display: block;
    width: 100%;
    color: #000;
	font-size: 18px;
	font-weight: 600;
    letter-spacing: 0;
	line-height: 2.0;
    padding: 50px 0 20px;
    margin: 0;
	text-align: center;
}
p.contacts-txt-title br {
    display: none;
}
p.contacts-txt-titles {
    display: block;
    width: 100%;
    color: #000;
	font-size: 18px;
	font-weight: 600;
    letter-spacing: 0;
	line-height: 1.6;
    padding: 0 0 50px;
    margin: 0;
	text-align: center;
}
p.contacts-txt-title-name {
    display: block;
    width: 100%;
    color: #000;
	font-size: 18px;
	font-weight: 400;
    letter-spacing: 0;
	line-height: 1.0;
    padding: 0 0 20px;
    margin: 0;
	text-align: center;
}
p.contacts-txt-title-address {
    display: block;
    width: 100%;
    color: #000;
	font-size: 18px;
	font-weight: 400;
    letter-spacing: 0;
	line-height: 1.5;
    padding: 0 0 10px;
    margin: 0;
	text-align: center;
}

.item-contacts-l {
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
    margin: 0;
    padding: 0 0 10px;
	text-align: center;
}
.item-contacts-l a {
    font-size: 4.8vw;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    line-height: 1.0;
    color: #000;
}
.item-contacts-l-teltime {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
    margin: 0;
    padding: 0 0 40px;
	text-align: center;
}
.item-contacts-r {
	font-size: 30px;
	font-weight: 400;
    letter-spacing: 0;
	line-height: 1.0;
    color: #000;
    margin: 0;
    padding: 0 0 10px;
	text-align: left;
}

@media (max-width: 990px){
	.contact-lead {
		font-size: 16px;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	p.contacts-txt-titles {
		font-size: 16px;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
}
@media (max-width: 749px){
	.contact-title01-main {
		width: 220px;
		font-size: 20px;
		letter-spacing: 10px;
		padding: 10px 0;
	}
	.contact-lead {
		font-size: 16px;
		letter-spacing: 1px;
		padding: 0 10% 50px;
	}
}
@media (max-width: 499px){
    .contact-02-wrap {
        padding-right: 8%;
        padding-left: 8%;
    }
	.contact-lead {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0px;
		padding: 0 10% 30px;
		text-align: left;
	}
	.contact-lead br {
		display: none;
	}
	p.contacts-txt-titles {
		font-size: 16px;
		letter-spacing: 0;
		padding: 0 8% 40px;
		text-align: left;
	}
	p.contacts-txt-titles br {
		display: none;
	}
	.item-contacts-l a {
		font-size: 28px;
	}
	.item-contacts-l {
		font-size: 24px;
		padding: 0 0 10px;
		text-align: center;
	}
	.item-contacts-l i {
		font-size: 36px;
	}
	.item-contacts-l-teltime {
		padding: 0 0 30px;
	}
	.item-contacts-r {
		font-size: 24px;
		padding: 0 0 20px;
		text-align: center;
	}
	p.contacts-txt-title br {
		display: none;
	}
	p.contacts-txt-title-name {
		font-size: 16px;
	}
	p.contacts-txt-title {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 1.6;
		padding: 30px 0;
	}
	p.contacts-txt-title br {
		display: block;
	}
	p.contacts-txt-titles br {
		display: none;
	}
	dl.item-contacts {
		width: 100%;
		padding: 30px 0;
	}
	dl.item-contacts dd {
		font-size: 24px;
	}
}


/* --------------------------------------
	section-contact
----------------------------------------*/
.contact-inner {
	width: 90%;
	font-size: 18px;
    color: #000;
	line-height: 2.0;
	text-align: left;
	margin: 0 auto;
	padding: 100px 0 0;
}
/* txt */
.tell {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.tell span.num {
	font-size: 48px;
	font-weight: 600;
}
.tell span.time {
	font-size: 16px;
}
.contact-txt001 {
	font-size: 16px;
    font-weight: 400;
	margin-bottom: 10px;
}
.contact-txt001 br {
	display: none;
}
.contact-txt01 {
	margin-bottom: 2em;
}
.contact-txt02 {
	font-size: 15px;
    font-weight: 400;
	margin-bottom: 2em;
}
.contact-txt02 span {
	font-size: 18px;
	display: block;
	margin-bottom: 1em;
}
.contact-txt03 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 1.5em;
}
em {
	color: #a40000;
	font-style: normal;
}


/* --------------------------------------
	itemBlock
----------------------------------------*/
.itemBlock {
	margin-bottom: 40px;
	line-height: 1;
	font-size: 16px;
}
.itemBlock .title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.itemBlock p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.itemBlock label {
	cursor: pointer;
	display: block;
}
.itemBlock label:after {
	content: "";
	clear: both;
	display: block;
}
.itemBlock label input { 
	float: left;
	font-size: 18px;
}
.itemBlock label input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0 0 0 0;
}
.itemBlock label p {
	float: left;
	padding: 0 0 0 4px;
	margin: 0;
	width: calc(100% - 24px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}


/* --------------------------------------
	contentsBlock
----------------------------------------*/
.contentsBlock {
	line-height: 1.5;
	margin-bottom: 40px;
}
.contentsBlock .title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.contentsBlock .title span {
	font-size: 18px;
}


/* --------------------------------------
	addressBlock
----------------------------------------*/
.addressBlock {
	line-height: 1.5;
	font-size: 16px;
}
.addressBlock .title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
}
.addressBlock p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}
.addressBlock input {
	margin-bottom: 30px;
}


/* --------------------------------------
	privacyBlock
----------------------------------------*/
.privacyBlock {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 60px;
}
.privacyBlock .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.privacyBlock label {
	cursor: pointer;
	display: block;
}
.privacyBlock label:after {
	content: "";
	clear: both;
	display: block;
}
.privacyBlock label input { 
	float: left;
	font-size: 16px;
}
.privacyBlock label input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 3px 5px 0 0;
}
.privacyBlock p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.privacyBlock label p {
	float: left;
	padding: 0 0 0 4px;
	margin: 0;
	width: calc(100% - 30px);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.privacyBlock iframe {
    width: 100%;
    height: 250px;
    margin: 0 0 10px;
    border-width: 0px;
    border-radius: 0.25rem;
    overflow: hidden;
}


/* --------------------------------------
	form
----------------------------------------*/
.form-control-w20p {
	display: inline-block;
    width: 10em;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #003366;
    background-color: #fff;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-w20p:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.addressBlock input[type="text"] {
	font-size: 16px;
	font-weight: 400;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	border-color: #CCC;
}
.contentsBlock textarea {
	font-size: 16px;
	font-weight: 400;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	height: 12em;
	border-color: #CCC;
}
.itemBlock select {
	height: 38px;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 6px 10px 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	border-color: #CCC;
}
.itemBlock label {
	font-weight: normal;
    color: #121212;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.itemBlock label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 0 0 0;
}


/* --------------------------------------
	Left Side  dl.contact-use-w
----------------------------------------*/
dl.contact-use-w {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.contact-use-w dt {
	float: left;
	width: 20px;
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0;
}
dl.contact-use-w dd {
	margin-left: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align: left;
	line-height: 1.2;
	padding: 0 0 10px 0;
}


/* --------------------------------------
	Left Side  tel
----------------------------------------*/
.tell p.num {
	font-size: 60px;
	font-weight: 600;
    padding: 0;
	margin: 0;
}
.tell p.time {
	font-size: 16px;
	font-weight: 400;
    padding: 0;
	margin: 0;
}
.tell p.tel-txt {
	font-size: 16px;
	font-weight: 400;
    padding: 10px 0 20px 0;
	margin: 0;
}
a.telcall {
	display: none;
}


/* --------------------------------------
	confirmBlock
----------------------------------------*/
.confirmBlock {
	text-align: center;
	line-height: 1;
}
.confirmBlock ul.submit{
	width: 100%;
	font-size: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-padding-start: 0px;
}
.confirmBlock ul.submit li{
	width: 100%;
	font-size: 18px;
	display: inline-block;
}
.confirmBlock ul.submit li button.reset{
	background-color: #c9c9c9;
	color: #434343;
	border: none;
	text-decoration: none;
	padding: 15px 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.confirmBlock ul.submit li button.reset:hover{
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}
.confirmBlock ul.submit li button.confirm{
    display: inline-block;
    position: relative;
	border: none;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
	margin: 0 auto;
    padding: 30px 80px;
	background: #F55B79;
    border-radius: 8px;
    text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.confirmBlock ul.submit li button.confirm:hover{
	background-color: #A6162C;
	color: #FFF;
	border: none;
	cursor: pointer;
}

@media(max-width:1300px) {
	.headline-inline .headline-contact01 {
		font-size: 16px;
	}
	.headline-inline .headline-contact02 {
		font-size: 16px;
	}
	.itemBlock .title {
		font-size: 16px;
	}
	.contentsBlock .title {
		font-size: 16px;
	}
	.contentsBlock .title span {
		font-size: 16px;
	}
	.addressBlock .title {
		font-size: 16px;
	}
	.privacyBlock .title {
		font-size: 16px;
	}
}
@media(	max-width:1200px) {
	.contact-inner {
		width: 100%;
		padding: 5% 0 0;
	}
	.tell p.num {
		font-size: 48px;
	}
	.tell p.time {
		font-size: 14px;
	}
	.tell p.tel-txt {
		font-size: 14px;
	}
	.contact-txt02 {
		font-size: 14px;
	}
}
@media(max-width:990px) {
	.contact-inner {
		font-size: 14px;
		padding: 5% 0 0;
	}
	.headline-inline .headline-contact01 {
		font-size: 20px;
		text-align: center;
	}
	.headline-inline .headline-contact02 {
		font-size: 20px;
		text-align: center;
	}
	.tell {
		margin-bottom: 2em;
	}
	.tell span.num {
		font-size: 32px;
	}
	.tell span.time {
		font-size: 14px;
	}
	.contact-txt01 {
		margin-bottom: 1em;
	}
	.contact-txt02 {
		font-size: 14px;
	}
	.contact-txt02 span {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.itemBlock .title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contentsBlock {
		font-size: 16px;
	}
	.contentsBlock .title span {
		font-size: 13px;
	}
	.privacyBlock {
		margin-bottom: 20px;
	}
	.addressBlock .title {
		font-size: 16px;
	}
	.privacyBlock .title {
		font-size: 16px;
	}
	.privacyBlock {
		line-height: 1.2;
		font-size: 14px;
	}
	.privacyBlock label {
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-inner .tell p.num {
		font-size: 36px;
	}
	.confirmBlock ul.submit {
		margin-top: 50px;
		padding-bottom: 2%;
	}
}
@media(max-width:740px) {
	.headline-inline .headline-contact01 {
		font-size: 17px;
		text-align: left;
	}
	.headline-inline .headline-contact02 {
		font-size: 17px;
		text-align: left;
	}
	.addressBlock {
		margin-bottom: 15px;
	}
	.addressBlock p {
		margin-bottom: 5px;
	}
	.addressBlock input {
		margin-bottom: 15px;
	}
	.addressBlock .title {
		margin-bottom: 20px;
	}
	.addressBlock span {
		font-size: 12px;
	}
	.contentsBlock .title {
		font-size: 16px;
	}
	.privacyBlock .title {
		margin-bottom: 15px;
	}
}
@media(max-width:680px) { /* SP */
	a.telcall {
		display: block;
	}
}
@media(max-width:499px) {  /* SP */	
	.contact-inner {
		padding: 5% 0 0;
	}
	.contact-txt001 {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.contact-txt001 br {
		display: block;
	}
	#staff.bussiness-about-company {
		padding-top: 80px;
		margin-top: -80px;
	}
	.headline-inline .headline-contact01 {
		font-size: 15px;
		padding: 10px 50px 10px 0;
	}
	.headline-inline .headline-contact02 {
		font-size: 15px;
	}
	.itemBlock {
		font-size: 14px;
	}
	
	.itemBlock p {
		font-size: 15px;
	}
	.itemBlock .title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.itemBlock select {
		font-size: 13px !important;
	}
	.contentsBlock {
		font-size: 15px;
	}
	.contentsBlock .title {
		font-size: 16px;
	}
	.contentsBlock .title span {
		font-size: 15px;
	}
	.addressBlock .title {
		font-size: 16px;
	}
	.addressBlock span.age {
		display: block;
		font-size: 12px;
	}
	.privacyBlock {
		margin-bottom: 50px;
	}
	.privacyBlock .title {
		font-size: 16px;
	}
	.addressBlock p {
		font-size: 15px;
	}
	.itemBlock label p {
		font-size: 15px;
	}
	.privacyBlock p {
		font-size: 15px;
        margin-top: 1.0rem;
        margin-bottom: 1.5rem;
	}
	.privacyBlock label p {
		font-size: 15px;
	}
	.tell p.time {
		font-size: 12px;
	}
	.tell p.tel-txt {
		font-size: 12px;
	}
	.contact-txt02 {
		font-size: 12px;
	}
	.form-control-w20p {
		width: 6em;
		margin-right: 0px !important;
	}
    .confirmBlock ul.submit li button.confirm{
        padding: 30px 60px;
    }
}
@media(max-width:360px) {
	.headline-inline .headline-contact01 {
		font-size: 15px;
		padding: 10px 60px 10px 0;
	}
	.contact-inner .tell p.num {
		font-size: 30px;
	}
	.tell p.time {
		font-size: 12px;
	}
	.tell p.tel-txt {
		font-size: 12px;
	}
	.contact-txt02 {
		font-size: 12px;
	}
	.contents01 .titleBlock p.read {
		font-size: 16px;
	}
	.business-service-2x h5 {
		margin: 0 0 10px;
	}
	.business-service-2x p {
		font-size: 10px;
	}
	.contents02 .titleBlock02 p.read {
		font-size: 16px;
	}
	.about-company-left h2.about-copy {
		font-size: 16px;
	}
	.about-company-left h2.recruit-copy {
		font-size: 18px;
	}
}


/*!------------------------------------------------------------------
[Contact Us ]  confirm.html  確認画面
*/
.contact-inner .conbox-head {
	width: 100%;
	margin: 20px auto 80px;
	text-align: center;
}
.contact-inner .conbox-head p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
    color: #000;
	text-align: center;
	margin: 0;
}
@media (max-width: 1200px) {
	.contact-inner .conbox-head {
		width: 100%;
	}
	.contact-inner .conbox-head p {
		font-size: 14px;
	}
}
@media (max-width: 499px){
	.contact-inner .conbox-head p {
		font-size: 15px;
		text-align: left;
	}
	.contact-inner .conbox-head p br {
		display: none;
	}
}

.contact-inner .conbox01 {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}

/* --------------------------------------
	conbox01 table
----------------------------------------*/
.contact-inner .conbox01 table {
	width: 100%;
	font-size: 18px;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.contact-inner .conbox01 table th {
	width: 35%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size:16px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
    color: #000;
}
.contact-inner .conbox01 table th.pt20 {
	padding-top: 20px;
}
.contact-inner .conbox01 table th span {
	margin-left: 25px;
}
.contact-inner .conbox01 table th span.ml0 {
	margin-left: 0px;
}
.contact-inner .conbox01 table th span span{
	margin-left: 0px;
}
.contact-inner .conbox01 table td {
	width: 60%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size:16px;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
    color: #000;
}
.contact-inner .conbox01 table th.conend,
.contact-inner .conbox01 table td.conend {
	padding-top: 50px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.contact-inner .conbox01 table td span {
	font-size: 12pt;
}
.contact-inner .conbox01 table td.pt20 {
	padding-top: 20px;
}
.contact-inner .conbox01 table td.pb20 {
	padding-bottom: 20px;
}
.contact-inner .conbox01 table td.pt30 {
	padding-top: 30px;
}
.contact-inner .conbox01 table td.pt35 {
	padding-top: 35px;
}
.contact-inner .conbox01 table td.pt45 {
	padding-top: 45px;
}


/* ------------------------------------------------------------------
Second Contact 確認画面
------------------------------------------------------------------- */
.contact-inner .conbox-head {
	width: 100%;
	margin: 20px auto 80px;
	text-align: center;
}
.contact-inner .conbox-head p {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
	color: #000;
	text-align: center;
	margin: 0;
}
@media (max-width: 1200px) {
	.contact-inner .conbox-head {
		width: 100%;
	}
	.contact-inner .conbox-head p {
		font-size: 1.4rem;
	}
}
@media (max-width: 499px){
	.contact-inner .conbox-head p {
		font-size: 1.5rem;
		text-align: left;
	}
	.contact-inner .conbox-head p br {
		display: none;
	}
}

.contact-inner .conbox01 {
	width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
}


/* ------------------------------------------------------------------
Second Contact エラー・確認画面
------------------------------------------------------------------- */
#formWrap {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 1.4;
    font-size: 16px;
}
#formWrap h4 {
    width: 100%;
    margin: 0 auto 5%;
    color: #000;
    line-height: 1.4;
    font-size: 16px;
}
@media (max-width: 430px) {
    #formWrap h4 {
        margin: 20% auto;
        font-size: 16px;
        text-align: left;
    }
}
  
p.error_messe {
    margin: 15px 0;
    font-size: 15px;
    color: red;
}
@media (max-width: 499px) {
    p.error_messe {
        text-align: left;
    }
    #formWrap {
        font-size: 16px;
    }
}
  
 #formWrap input.backto {
    display: block;
    width: 300px;
    text-decoration: none;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    background-color: #CCC;
    color: #000;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}
 @media (max-width: 499px) {
    #formWrap input.backto {
      width: 200px;
      padding: 15px 0;
    }
}
  
#formWrap input.backto:hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
}
  
#formWrap h3 {
    width: 100%;
    margin: 0 auto 8%;
    color: #000;
    line-height: 1.4;
    font-size: 24px;
    text-align: center;
}
#formWrap .textcenter {
    margin: 0 auto 5%;
    line-height: 1.5;
    text-align: center;
}
  
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
  
table.formTable td,
table.formTable th {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
  
table.formTable th {
    width: 30%;
    font-weight: bold;
    text-align: left;
}
  
#formWrap .textcenter .submitmail {
    display: inline-block;
    width: 300px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
    background: #F55B79;
    border: none;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
#formWrap .textcenter .submitmail:hover {
    background: #A6162C;
    color: #FFF;
}
@media (max-width: 499px) {
    #formWrap .textcenter .submitmail {
      width: 200px;
      padding: 0;
    }
}

/*簡易版レスポンシブ用CS*/
@media screen and (max-width: 990px) {
    #formWrap {
      width: 95%;
      margin: 0 auto;
    }
    table.formTable th,
    table.formTable td {
      width: auto;
      display: block;
    }
    table.formTable th {
      margin-top: 5px;
      border-bottom: 0;
      padding: 20px 20px 0 20px;
    }
    form input[type=submit],
    form input[type=reset],
    form input[type=button] {
      display: block;
      width: 100%;
      height: 40px;
    }
}
@media screen and (max-width: 990px) and (max-width: 430px) {
    form input[type=submit],
    form input[type=reset],
    form input[type=button] {
         height: 50px;
    }
}


/* ------------------------------------------------------------------
Second Contact 完了画面
------------------------------------------------------------------- */
.contactfin-title-box {
    padding: 5% 0;
    text-align: center;
}
.contacts-txt-complete {
    padding: 0 0 50px;
    font-size: 16px;
    letter-spacing: 0;
}
@media (max-width: 499px) {
    .contacts-txt-complete {
      text-align: left;
    }
}
.backtotop {
    width: 240px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 40px;
    background: #CCC;
    border: none;
    transition: all 0.3s ease;
}
.backtotop a {
    color: #000;
}
.backtotop:hover {
    background-color: #10098C;
    cursor: pointer;
}
.backtotop:hover a {
    color: #FFF;
}


/* ------------------------------------------------------------------
Second Privacy Policy
------------------------------------------------------------------- */
.privacyBlock iframe {
    width: 100%;
    height: 250px;
    margin: 0 0 10px;
    border-width: 0px;
    border-radius: 0.25rem;
    overflow: hidden;
}

.privacy-title-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color: #FFF;
}
.privacy-inner-title {
    display: block;
    font-size: 3.0rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}
.privacy-inner-title span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 0 0;
}
.privacy-inner-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 40px 0 50px;
    margin: 0;
    background-color: #FFF;
}
.privacy-inner {
    margin: 0;
    padding: 0;
    text-align: left;
}
.privacy-title-text {
    font-size: 1.6rem;
    padding: 0 0 30px;
}
.privacy-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.0;
    color: #000;
    margin: 0;
    padding: 0 0 15px;
}
.privacy-title-right {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
	text-align: right;
    margin: 0;
    padding: 0;
}
.privacy-txt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0 0 40px;
}
.privacy-txt02 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 0 0 20px;
}
.privacy-txt-last {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 0 0 50px;
}
dl.item-privacy-lines {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 50px;
}
dl.item-privacy-lines dt {
    float: left;
    width: 30px;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 4px 0;
    margin: 0;
}
dl.item-privacy-lines dd {
    margin-left: 30px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 4px 0;
}

@media (max-width: 499px){
    .privacy-inner-title {
        font-size: 2.4rem;
    }
    .privacy-inner-section {
        padding: 0 25px 0 30px;
    }
	.privacy-title {
		font-size: 1.5rem;
		padding: 0 0 30px;
	}
	.privacy-subtitle {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.privacy-txt {
		font-size: 1.5rem;
	}
}


