@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 Serif JP", serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
	background-color: #FFF;
    overflow-x: hidden;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
	body {
		padding-left: 0px;
	}
	.container-fluid {
        padding-left: 0%;
		padding-right: 0%;
	}
}

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: #be272f;
    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;
}


/* ------------------------------------------------------------------
Loader
------------------------------------------------------------------- */
.shutter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background-color: #333;
    z-index: 9999;
    -webkit-animation: byeShutter 2.6s forwards;
    animation: byeShutter 2.6s forwards;
}
.shutter .shutter-title {
    display: block;
	padding: 10px 2%;
	background-color: #FFF;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
    z-index: 999999;
}
.shutter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFF;
	width: 0;
	height: 1px;
    -webkit-animation: shutterOpen 2.6s forwards;
	animation: shutterOpen 2.6s forwards;
}
.content-wrapper {
    -webkit-animation: contentScale 2.6s forwards;
    animation: contentScale 2.6s forwards;
}

@keyframes byeShutter {
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
		z-index: -1;
	}
}
@keyframes shutterOpen {
	0% {
		width: 0;
		height: 1px;
	}
	50% {
		width: 100%;
		height: 1px;
	}
	90% {
		width: 100%;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
@keyframes contentScale {
	70% {
		-webkit-transform: perspective(0px) scale(1) rotateX(0);
		transform: perspective(0px) scale(1) rotateX(0);
	}
	100% {
		-webkit-transform: perspective(0px) scale(1) rotateX(0);
		transform: perspective(0px) scale(1) rotateX(0);
	}
}

@media (max-width: 990px){
	.shutter .shutter-title {
		padding: 10px 20px;
	}
	.shutter .shutter-title img {
		width: 300px;
	}
}
@media (max-width: 749px){
	.shutter .shutter-title img {
		width: 220px;
	}
}


/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

#mainNav .nav-link {
    padding: 1.0rem 1.0rem;
    color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.5rem;
    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: #000;
    border: 1px solid #000;
    border-radius: 0rem;
}
#mainNav .navbar-toggler i {
    font-size: 150%;
}

@media (min-width: 992px) {
    #mainNav {
        background-color: rgba(255, 255, 255, 0.0);
    }
    .container {
        max-width: 100%;
    }
    .navbar {
        height: 80px;
        padding: 0 20px;
    }
    #mainNav .nav-link {
        padding: 1.0rem 1.0rem;
    }
    #mainNav .navbar-nav > li.nav-item > a {
        font-size: 1.5rem;
    }

    #mainNav .navbar-nav > li.nav-item > a {
        font-size: 1.3rem;
        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::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 2px solid #be272f;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: all .25s;
        transition: all .25s;
    }
    #mainNav .nav-link:hover {
        color: #be272f;
    }
    #mainNav .nav-link:hover:before, 
    #mainNav .nav-link:active:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    #mainNav .nav-link.gnav-contact {
        margin-top: 1.0rem;
        margin-bottom: 1.0rem;
        margin-left: 2.0rem;
        padding: 1.5rem 2.0rem 1.5rem 2.0rem;
        color: #FFF;
        background-color: #be272f;
        transition: all .4s ease-out;
    }
    #mainNav .nav-link.gnav-contact::before {
        content: '';
        display: none;
    }
    #mainNav .nav-link.gnav-contact:hover {
        color: #FFF;
        background-color: #023C82;
    }

    #mainNav.navbar-shrink {
        background-color: rgba(255, 255, 255, 1.0);
    }
    #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::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 2px solid #be272f;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: all .25s;
        transition: all .25s;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #be272f;
    }
    #mainNav.navbar-shrink .nav-link:hover:before, 
    #mainNav.navbar-shrink .nav-link:active:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #be272f;
        border-bottom: 0.25rem solid #be272f;
    }
    #mainNav.navbar-shrink .nav-link.gnav-contact {
        margin-top: 1.0rem;
        margin-bottom: 1.0rem;
        margin-left: 2.0rem;
        padding: 1.5rem 2.0rem 1.5rem 2.0rem;
        color: #FFF;
        background-color: #C81323;
        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-color: #023C82;
    }
}

@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: 1px;
    }
    #mainNav.navbar-shrink .nav-link {
        margin: 1.0rem 1.0rem;
    }
}

@media (min-width: 1300px) {
    .navbar {
        padding: 0 2%;
    }
    #mainNav .nav-link {
        margin: 1.0rem 1.5rem;
    }
    #mainNav.navbar-shrink .nav-link {
        margin: 1.0rem 1.5rem;
    }
}

@media (min-width: 1480px) {
    .navbar {
        padding: 0 2%;
    }
    #mainNav .nav-link {
        margin: 1.0rem 2.0rem;
    }
    #mainNav.navbar-shrink .nav-link {
        margin: 1.0rem 2.0rem;
    }
}

.company-name {
    width: 250px;
    margin: 0;
    padding: 0;
}

.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.5rem;
    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.5rem;
	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(245, 245, 245, 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: #000;
    	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: #be272f;
	}
	.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;
    	color: #000
	}
	#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;
	}
}


/* ------------------------------------------------------------------
Home Hero
------------------------------------------------------------------- */
.home-header-section {
	position: relative;
    width: 100%;
	height: 100vh;
    overflow: hidden;
}
#vegas-top {
    width: 100%;
	height: 100vh;
}
.vegas-timer {
	display: none;
}
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.hero-text-section {
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------------------------
Hero Copy
------------------------------------------------------------------- */
.hero-copy-wrapper {
	position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: transparent;
}
.hero-center {
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
    height: 100vh;
    padding: 0;
}
.hero-title-wrap {
    margin: 0;
    padding: 0;
}
.hero-title-wrap .hero-title-copy01 {
    display: block;
    font-size: 1.5vw;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
    letter-spacing: 0.2vw;
	color: #333;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.hero-title-wrap .hero-title-copy01 span {
    font-size: 1.3vw;
}

@media (max-width: 990px){
    .hero-title-wrap .hero-title-copy01 {
        font-size: 2.8vw;
        line-height: 1.6;
    }
    .hero-title-wrap .hero-title-copy01 span {
        font-size: 2.4vw;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
    .hero-center {
        padding: 20% 0 0;
    }
    .hero-title-wrap .hero-title-copy01 {
        font-size: 2.2vw;
    }
    .hero-title-wrap .hero-title-copy01 span {
        font-size: 2.0vw;
    }
}
@media (max-width: 749px){
    .hero-center {
        padding: 20% 0 0;
    }
    .hero-title-wrap .hero-title-copy01 {
        font-size: 2.2vw;
    }
    .hero-title-wrap .hero-title-copy01 span {
        font-size: 2.0vw;
    }
}
@media (max-width: 499px){
    .hero-copy-wrapper {
        position: absolute;
        top: -100vh;
        left: 0;
    }
    .hero-title-wrap .hero-title-copy01 {
        font-size: 5.4vw;
        padding: 20px 20px 10px 20px;
        background-color: rgba(255, 255, 255, 0.75);
    }
    .hero-title-wrap .hero-title-copy01 span {
        font-size: 5.0vw;
    }
}


/* ------------------------------------------------------------------
Home About
------------------------------------------------------------------- */
#home-about-section {
    position: relative;
    width: 100%;
	height: auto;
	padding: 5% 0 0;
	background-color: #FFF;
}
.home-about-wrapper {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.home-about-text-wrapper {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.home-about-text-wrap {
    position: absolute;
    top: 0;
    left: 15%;
    display: block;
    width: 200%;
    height: 100%;
    padding: 40% 0 0;
    z-index: 2;
}
.home-about-text-inwrap {
    display: block;
}
.home-about-leads {
    display: block;
    font-size: 2.0vw;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 3%;
    padding: 0;
}
.home-about-leads span {
    font-size: 1.8vw;
}
.home-about-leads br {
    display: none;
}
.home-about-texts {
    display: block;
    font-size: 2.0rem;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 0 3%;
}
.home-about-texts span {
    font-size: 1.8rem;
}
.home-about-texts span.kata {
    font-size: 1.0vw;
    letter-spacing: 0;
}

@media (max-width: 1480px){
	.home-about-texts {
		font-size: 1.3vw;
	}
}
@media (max-width: 990px){
    #home-about-section {
        padding: 7% 0 0;
    }
	.home-about-texts {
		font-size: 3.0vw;
        text-align: center;
		margin: 0 0 5%;
		padding: 0;
	}
    .home-about-texts span.kata {
        font-size: 2.0vw;
    }
}
@media (max-width: 499px){
	#home-about-section {
		padding: 50px 0 30px;
	}
    .home-about-text {
        font-size: 1.8rem;
        margin: 0 0 30px;
        padding: 0 10%;
        text-align: left;
        font-feature-settings: "palt";
    }
    .home-about-text br {
        display: none;
    }
}


/* ------------------------------------------------------------------
Home Step Section
------------------------------------------------------------------- */
.home-step-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 5px 0;
    background-color: #FFF;
}
.home-contents-step-mainlead-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-contents-step-mainlead-wrap {
    position: absolute;
    top: -10%;
    left: 0;
    display: block;
    width: 390%;
    height: 120%;
    background-color: #F0F0F0;
}
.home-contents-step-mainlead {
    display: block;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 2;
}
.home-contents-step-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.home-contents-steptitle-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
    background-color: #F5F5F5;
    overflow: hidden;
}
.home-contents-steptitle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #FFF;
    text-align: center;
    margin: 0 4px;
    padding: 0;
    background-color: #000;
}
.home-contents-steptitle-wrap.blue {
    background-color: #C81323;
}
.home-contents-step-wrap {
    position: relative;
    display: block;
    font-size: 4.8vw;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    margin: 0 5px;
    padding: 0;
}
.home-contents-step-wrap.noimg {
    width: calc(100% - 10px);
    height: 100%;
    margin: 0 5px;
    padding: 0;
    background-color: #000;
}
.home-contents-step-wrap.bgimg {
    width: calc(100% - 10px);
    height: 100%;
    margin: 0 5px;
    padding: 0;
    background-size: cover;
    background-image: url(../img/step-img-06.jpg);
}
.home-contents-step-texts {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 2.0;
    color: #FFF;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.home-contents-step-number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 2.0rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}
.home-contents-step-number-right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 2.0rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

@media (max-width: 1480px){
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
    .home-about-text-wrap {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .home-about-leads {
        font-size: 3.6vw;
        margin: 0 0 5%;
        text-align: center;
    }
    .home-about-leads span {
        font-size: 3.0vw;
    }
    .home-contents-step-mainlead-wrap {
        display: none;
    }
    .home-contents-step-mainlead {
        font-size: 3.0vw;
        font-weight: 600;
        line-height: 1.6;
        text-align: center;
        margin: 5% 0;
        padding: 0;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .home-contents-step-mainlead br {
        display: none;
    }
    .home-contents-steptitle-wrap {
        height: calc(100% - 10px);
        margin: 0 5px 10px 5px;
        font-size: 3.6vw;
    }
    .home-contents-step-wrap {
        margin: 0 5px 10px 5px;
    }
    .home-contents-step-texts {
        font-size: 3.0vw;
    }
    .home-contents-step-wrap.noimg {
        height: calc(100% - 10px);
        margin: 0 5px 10px 5px;
    }
    .home-contents-step-number {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 3.0rem;
        padding: 0;
    }
    .home-contents-step-number-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 3.0rem;
        padding: 0;
    }
    .home-contents-step-wrap.bgimg {
        height: calc(100% - 10px);
        margin: 0 5px 10px 5px;
        background-position: center;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .home-about-leads {
        font-size: 7.2vw;
        margin: 0 0 5%;
        text-align: center;
    }
    .home-about-leads span {
        font-size: 6.4vw;
    }
    .home-about-leads br {
        display: block;
    }
    
    .home-about-texts {
        font-size: 1.6rem;
        margin: 0 8% 5%;
        text-align: left;
    }
    .home-about-texts span {
        font-size: 1.6rem;
    }
    .home-about-texts span.kata {
        font-size: 1.4rem;
    }
    .home-about-texts br {
        display: none;
    }
    .home-contents-step-mainlead {
        font-size: 4.8vw;
        margin: 8% 0;
    }
    .home-contents-step-number {
        width: 40px;
        height: 40px;
        font-size: 2.4rem;
    }
    .home-contents-step-number-right {
        width: 40px;
        height: 40px;
        font-size: 2.4rem;
    }
    .home-contents-steptitle-wrap {
        font-size: 4.8vw;
    }
    .home-contents-step-texts {
        font-size: 4.0vw;
    }
}


/* ------------------------------------------------------------------
Home Field Section
------------------------------------------------------------------- */
.home-field-section {
    position: relative;
    width: 100%;
    margin: 10% 0 0;
    padding: 5% 0 5%;
    background-color: #FFF;
}
.home-contents-field-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.home-contents-field-mainlead-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
.home-contents-field-mainlead-wrap {
    position: absolute;
    top: -5%;
    right: 0;
    display: block;
    width: 200%;
    height: 110%;
    background-color: #F0F0F0;
}
.home-contents-field-mainlead {
    display: block;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 10% 0 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 2;
}

.home-service-contents-wrap01 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
.home-service-contents-imgwrap01 {
    position: relative;
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.home-service-contents-textwrap01 {
	position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    align-items: center;
	width: 40%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.home-service-contents-leads01 {
	display: inline-block;
    font-size: 1.8vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin: 0 0 20px;
    padding: 20px;
	background-color: #FFF;
}
.home-service-contents-texts01 {
	display: inline-block;
    font-size: 1.0vw;
    font-weight: 500;
    font-style: italic;
    line-height: 1.0;
    margin: 0;
    padding: 10px 10px;
	background-color: #FFF;
}
.home-service-contents-texts01 br {
	display: none;
}

.home-service-contents-wrap02 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
.home-service-contents-imgwrap02 {
    position: relative;
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #FFF;
}
.home-service-contents-textwrap02 {
	position: absolute;
    top: 0;
    right: 5%;
    display: flex;
    align-items: center;
	width: 40%;
	height: 100%;
	margin: 0;
	padding: 0;
    text-align: right;
	z-index: 1;
}
.home-service-contents-leads02 {
	display: inline-block;
    font-size: 1.8vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin: 0 0 20px;
    padding: 20px;
	background-color: #FFF;
}
.home-service-contents-texts02 {
	display: inline-block;
    font-size: 1.0vw;
    font-weight: 500;
    font-style: italic;
    line-height: 1.0;
    margin: 0;
    padding: 10px 10px;
	background-color: #FFF;
}
.home-service-contents-texts02 br {
	display: none;
}

@media (max-width: 1480px){
    .intercom-section {
        font-size: 1.4vw;
    }
    .home-contents-const-title {
        line-height: 2.2;
    }
    .home-contents-const-title span {
        padding: 2px 6px 4px;
    }
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
    .home-field-section {
        margin: 0;
        padding: 0;
    }
    .home-contents-field-mainlead-wrap {
        display: none;
    }
    .home-contents-field-mainlead {
        font-size: 3.0vw;
        font-weight: 600;
        line-height: 1.5;
        padding: 5% 0 7%;
        text-align: center;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .home-contents-field-mainlead br {
        display: none;
    }

    .home-service-contents-textwrap01 {
        width: 60%;
    }
    .home-service-contents-leads01 {
        font-size: 3.0vw;
        margin: 0 0 10px;
        padding: 10px;
    }
    .home-service-contents-texts01 {
        font-size: 1.5rem;
        padding: 5px 10px;
    }

    .home-service-contents-textwrap02 {
        width: 60%;
    }
    .home-service-contents-leads02 {
        font-size: 3.0vw;
        margin: 0 0 10px;
        padding: 10px;
    }
    .home-service-contents-texts02 {
        font-size: 1.5rem;
        padding: 5px 10px;
    }
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .home-contents-field-mainlead {
        font-size: 5.0vw;
        padding: 30px 0 40px;
    }
    .home-contents-field-mainlead br {
        display: block;
    }
    .home-service-contents-textwrap01 {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }
    .home-service-contents-textwrap02 {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }
    .home-service-contents-leads01 {
        font-size: 5.0vw;
        margin: 0;
        padding: 25px 0 15px;
    }
    .home-service-contents-leads02 {
        font-size: 5.0vw;
        margin: 0;
        padding: 25px 0 15px;
    }
    .home-service-contents-texts01 {
        font-size: 4.0vw;
        line-height: 1.4;
        padding: 0 10% 20px;
    }
    .home-service-contents-texts01 br {
        display: block;
    }
    .home-service-contents-texts02 {
        font-size: 4.0vw;
        line-height: 1.4;
        padding: 0 10% 20px;
    }
    .home-service-contents-texts02 br {
        display: block;
    }
}


/* ------------------------------------------------------------------
Home Works Section
------------------------------------------------------------------- */
.home-works-section {
    position: relative;
    width: 100%;
    margin: 5% 0 0;
    padding: 5% 5% 5%;
    background-color: #F0F0F0;
}
.home-contents-works-mainlead {
    display: block;
    font-size: 1.5vw;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    margin: 0 auto 5%;
    padding: 0;
}
.home-contents-works-mainlead br {
    display: none;
}
.sec-topics-center-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-top: solid 1px #D2DDEE;
}
.sec-topics-img-wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
}
.sec-news-img-wrap {
    text-align: center;
    margin: 0;
    padding: 0;
	border-radius: 0px;
    overflow: hidden;
}
.sec-news-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;
}
.sec-news-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);
}

.sec-topics-article-wrap-top {
	border-top: solid 1px #CCC;
}
.sec-topics-article-wrap {
	display: flex;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: solid 1px #CCC;
}

.sec-topics-text-wrapper {
    display: flex;
    align-items: center;
}
.sec-topics-text-wrap {
    display: block;
    width: 100%;
    margin: 0;
	padding: 0 0 0 7.5%;
}
.sec-topics-article-date {
    display: inline-block;
    width: 15%;
    font-size: 1.1vw;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
    margin: 0 0 2%;
    padding: 5px 0 0;
}
.sec-topics-article-date span {
    font-size: 0.9vw;
    font-weight: 500;
}
.sec-topics-article-cate {
    display: inline-block;
    font-size: 1.2vw;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    align-self: center;
    text-transform: uppercase;
    padding: 6px 5px 5px 5px;
    margin: 0 0 2%;
    background-color: #333;
	border-radius: 4px;
}
a .sec-topics-article-title{
    display: block;
    width: 100%;
    font-size: 1.1vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000;
    margin: 0 0 2.5%;
	padding: 0;
    background-color: transparent;
}
a .sec-topics-article-title:hover{
    color: #bc1d28;
}
.sec-topics-article-text {
	display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000;
    margin: 0;
	padding: 0;
}

.sec-topics-all-linkbutton-wrap {
    display: block;
    width: 120px;
    height: 120px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

@media (max-width: 1480px){
	.sec-topics-all-linkbutton-wrap {
    	width: 100px;
    	height: 100px;
    }
    a .sec-topics-article-title {
    	font-size: 1.8rem;
    }
	.sec-topics-article-text {
    	font-size: 1.4rem;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
    .home-works-section {
        margin: 0;
        padding: 7% 5% 7%;
    }
    .home-contents-works-mainlead {
        font-size: 3.0vw;
        text-align: center;
        margin: 0 auto 7%;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .home-works-section {
        margin: 0;
        padding: 40px 7% 50px;
    }
    .home-contents-works-mainlead {
        font-size: 5.4vw;
        line-height: 1.4;
        margin: 0 auto 30px;
    }
    .home-contents-works-mainlead br {
        display: block;
    }
}


/* Btn Topics
 * --------------------------------------- */
 .sec-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 #000;
	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: #bc1d28;
	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: #000;
	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 #000;
    position: absolute;
    right: 38%;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b80:hover {
	border: solid 1px #bc1d28;
}
.linkbutton-center-b80:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 28%;
}

@media (max-width: 1480px){
    .linkbutton-center-b80 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .linkbutton-center-b80 .arrow {
        border-width: 5px 0 5px 10px;
        right: 33%;
    }
}
@media (max-width: 1200px){
    .sec-topics-text-wrap {
        padding: 0 0 0 4%;
    }
    .sec-news-img-wrap {
        border-radius: 0px;
    }
    .sec-topics-article-date {
        font-size: 1.4rem;
    }
    .sec-topics-article-date span {
        font-size: 1.2rem;
    }
	a .sec-topics-article-title {
		font-size: 1.6rem;
	}
	.sec-topics-article-text {
		font-size: 1.4rem;
	}
}
@media (max-width: 990px){
    .topics-list-contents-section01 {
        padding: 5% 5% 1% 5%;
    }
    .sec-topics-article-cate {
        font-size: 1.5rem;
        margin: 0 0 10px 10px;
    }
	a .sec-topics-article-title {
		font-size: 1.8rem;
	}
	.sec-topics-article-text {
		font-size: 1.4rem;
	}
	.linkbutton-center-b80 {
    	width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
	.linkbutton-center-b80 .arrow {
    	right: 35%;
    	top: 44%;
    }
    .linkbutton-center-b80:hover .arrow {
    	right: 25%;
    }
}
@media (max-width: 749px){
	.sec-topics-img-wrap {
		padding: 10px 0 0;
	}
	.sec-topics-article-date {
		width: 20%;
		font-size: 1.8vw;
		padding: 5px 0 0;
	}
	.sec-topics-article-cate {
		font-size: 1.6vw;
		margin: 0 0 4%;
	}
	a .sec-topics-article-title {
		font-size: 2.4vw;
		margin: 0 0 4%;
	}
}
@media (max-width: 499px){
    .topics-list-contents-section01 {
        padding: 10% 10% 1% 10%;
    }
	.sec-topics-article-wrap {
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.sec-topics-img-wrap {
		padding: 0;
	}
	.sec-topics-text-wrap {
		padding: 20px 10px 0;
	}
	.sec-topics-article-date {
		width: 100%;
		font-size: 16px;
        margin: 0 0 15px;
		padding: 5px 0 0;
        text-align: center;
	}
	.sec-topics-article-date span {
		font-size: 13px;
	}
	.sec-topics-article-cate {
		font-size: 20px;
		margin: 0 0 15px;
	}
	a .sec-topics-article-title {
		font-size: 17px;
		margin: 0 0 20px;
	}
	.sec-topics-article-text {
		font-size: 15px;
		margin: 0 0 20px;
        text-align: center;
	}
}


/* Btn Center
 * --------------------------------------- */
.linkbutton-center {
    display: block;
    position: relative;
    width: 160px;
    height: 45px;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
    background: #FFF;
    line-height: 35px;
    border: solid 2px #000;
}
.linkbutton-center::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #be272f;
    -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-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center:hover {
    border: solid 2px #be272f;
}
.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 #000;
    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: 1480px){
    .linkbutton-center {
        line-height: 39px;
    }
    .linkbutton-center .arrow {
        top: 43%;
    }
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}


/* Btn Intercom 800px Center
 * --------------------------------------- */
.linkbutton-center-800 {
    display: block;
    position: relative;
    width: 25%;
    height: 60px;
    text-align: left;
    margin: 50px 0 0;
    padding: 0 20px;
    line-height: 55px;
    border: solid 2px #000;
}
.linkbutton-center-800::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #be272f;
    -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-800: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-800 .text {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-800:hover {
    border: solid 2px #be272f;
}
.linkbutton-center-800:hover .text {
    color: #FFF;
}
.linkbutton-center-800 .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-800:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 990px){
    .linkbutton-center-800 {
        width: 90%;
        margin: 50px auto 0;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}


/* ------------------------------------------------------------------
Home Service Section
------------------------------------------------------------------- */
.home-service-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5% 5%;
    background-color: #F0F0F0;
}

.home-contents-service-title-en {
    display: block;
    font-size: 3.6vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    margin: 0 20px 4%;
    padding: 0;
}
.home-contents-service-title-en span {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    padding: 10px 0 0;
}
.home-contents-reform-mainlead {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 4% auto 4%;
    padding: 0;
}
.serviceimg {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
    overflow: hidden;
}
.serviceimg a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    overflow: hidden;
}
.serviceimg a img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.home-contents-service-subtitle {
    position: relative;
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 30px;
    background-color: #FFF;
    border-radius: 0px;
}
.home-contents-service-subtitle span.number {
    position: absolute;
    top: -50px;
    left: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: -50px;
    font-size: 6.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #FFF;
    border: solid 4px #FFF;
    background-color: #bc1d28;
    border-radius: 0px;
}
.home-contents-service-subtitle .bigtext-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}
.home-contents-service-subtitle .bigtext-wrap span.bigtext {
    display: inline-block;
    font-size: 1.2vw;
    color: #000;
    text-align: center;
    margin: 0 auto 10px;
    padding: 10px 20px;
    background-color: #FFF;
}
.home-contents-service-subtitle .bigtext-wrap span.s-text {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #FFF;
}
.home-contents-service-subtitle .bigtext-wrap span.s-text br.br {
    display: none;
}

@media (max-width: 1480px){
    .home-contents-service-subtitle .bigtext-wrap span.bigtext {
        font-size: 1.1vw;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text {
        font-size: 1.4rem;
    }
}
@media (max-width: 1200px){
    .home-contents-service-subtitle .bigtext-wrap span.bigtext {
        font-size: 2.0vw;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text {
        font-size: 1.5rem;
    }
}
@media (max-width: 990px){
    .home-service-section {
        padding: 7% 6%;
    }
    .home-contents-service-title-en {
        font-size: 6.0vw;
        margin: 0 auto 5%;
        text-align: center;
    }
    .home-contents-service-title-en span {
        font-size: 1.8rem;
    }
    .serviceimg {
        margin: 0 auto;
    }
    .home-contents-service-subtitle .bigtext-wrap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .home-contents-service-subtitle .bigtext-wrap span.bigtext {
        display: block;
        font-size: 3.0vw;
        margin: 0 auto;
        padding: 20px 0;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text {
        display: block;
        font-size: 2.4vw;
        font-weight: 400;
        margin: 0 auto;
        padding: 0 0 30px;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text br {
        display: none;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text br.br {
        display: none;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .home-service-section {
        padding: 40px 5% 30px;
    }
    .home-contents-service-title-en {
        font-size: 9.6vw;
        margin: 0 auto 30px;
    }
    .home-contents-service-subtitle .bigtext-wrap span.bigtext {
        font-size: 5.0vw;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text {
        font-size: 1.6rem;
        padding: 0 5% 30px;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text br {
        display: block;
    }
    .home-contents-service-subtitle .bigtext-wrap span.s-text br.br {
        display: block;
    }
}


/* ------------------------------------------------------------------
Home News Section
------------------------------------------------------------------- */
section.news-section {
    position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6% 15%;
    background-color: #FFF;
}
.home-contents-news-title-en {
    display: block;
    font-size: 3.6vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 4%;
    padding: 0;
}
.home-contents-news-title-en span {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    padding: 10px 0 0;
}
.entry-wrapper {
    padding: 0 0 0 2px;
}
.entry-wrap {
    padding: 5px 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.entry-wrap:hover {
    background-color: #bc1d28;
    border-bottom-color: #bc1d28;
    padding-left: 30px;
    padding-right: 30px;
}
.entry-wrap:hover dl.topics-features dt span,
.entry-wrap:hover dl.topics-features dt h4.home-topics-cate,
.entry-wrap:hover dl.topics-features dt h3.home-topics-title a,
.entry-wrap:hover dl.topics-features dd a {
    color: #FFF;
}
.entry-wrap dl.topics-features {
    width: 100%;
    margin: 0;
    padding: 0;
}
.entry-wrap dl.topics-features dt {
    float: left;
    width: 90%;
    text-align: left;
    padding: 20px 40px 20px 0;
    margin: 0;
}
.entry-wrap dl.topics-features dt span {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
	color: #000;
    padding-right: 20px;
	padding-bottom: 10px
}
.entry-wrap dl.topics-features dt span::after {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
	color: #000;
}
.entry-wrap dl.topics-features dt h4.home-topics-cate {
	display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0;
	color: #000;
	padding: 3px 0 0 15px;
    text-align: center;
	margin-bottom: 10px;
}
.entry-wrap dl.topics-features dt h3.home-topics-title {
	margin-top: 10px;
    margin-bottom: 10px;
}
.entry-wrap dl.topics-features dt h3.home-topics-title a {
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
	color: #000;
}
.entry-wrap dl.topics-features dt h3.home-topics-title a:hover {
	color: #FFF;
}
.entry-wrap dl.topics-features dd {
    margin-left: 90%;
	width: 10%;
    padding: 55px 0 0;
	text-align: right;
}
.entry-wrap dl.topics-features dd a {
    font-size: 2.0rem;
	color: #000;
}
.entry-btn-wrap {
    padding: 40px 0 0;
    margin: 0;
}

@media (max-width: 1480px){
    section.news-section {
        padding: 6% 5%;
    }
    .entry-wrap dl.topics-features dt h3.home-topics-title a {
        font-size: 1.6rem;
    }
}
@media (max-width: 1200px){
    .entry-wrap dl.topics-features dt h3.home-topics-title {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .entry-wrap dl.topics-features dt h3.home-topics-title a {
        font-size: 1.4rem;
    }
}
@media (max-width: 990px){
    section.news-section {
        padding: 7% 6%;
    }
    .home-contents-news-title-en {
        font-size: 6.0vw;
        margin: 0 0 5%;
        text-align: center;
    }
    .home-contents-news-title-en span {
        font-size: 1.8rem;
    }
    .entry-wrap dl.topics-features dt h3.home-topics-title a {
        font-size: 1.6rem;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    section.news-section {
        padding: 40px 8% 40px;
        background-color: #FFF;
    }
    .home-contents-news-title-en {
        font-size: 9.6vw;
        margin: 0 0 30px;
    }
	.entry-wrap dl.topics-features dt {
		padding: 10px 0 10px 10px;
	}
	.entry-wrap dl.topics-features dt h3.home-topics-title a {
		font-size: 1.6rem;
	}
}


/* Btn Left Black
 * --------------------------------------- */
 .linkbutton-lefted-b {
    display: block;
    position: relative;
    width: 160px;
    height: 45px;
    text-align: left;
	margin: 60px auto 0;
    padding: 0 20px;
    background: transparent;
    line-height: 40px;
	border: solid 2px #000;
}
.linkbutton-lefted-b::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #bc1d28;
    -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-lefted-b: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-lefted-b .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-lefted-b:hover {
    border: solid 2px #bc1d28;
}
.linkbutton-lefted-b:hover .text {
    color: #FFF;
}
.linkbutton-lefted-b .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-lefted-b:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 499px){
    .linkbutton-lefted-b {
       margin: 30px auto 0;
   }
}


/* ------------------------------------------------------------------
Home Company Section
------------------------------------------------------------------- */
.company-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5% 15% 6% 15%;
    background-color: #F0F0F0;
}
.home-company-mission {
    display: block;
    font-size: 2.0vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
	color: #000;
    margin: 0 0 50px;
    padding: 0;
}
.home-company-mission span {
    display: block;
    font-size: 1.5vw;
    font-weight: 500;
    margin: 0;
    padding: 20px 0 0;
}
.home-company-mission span br {
    display: none;
}

table.guidelines {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 0;
}
table.guidelines th,
table.guidelines td {
    padding: 20px;
}
table.guidelines th {
    width: 20%;
    font-size: 1.6rem;
    font-weight: 500;
    vertical-align: middle;
	text-align: center;
    padding: 2.5em 1.0em;
    border-bottom: solid 1px #CCC;
}
table.guidelines th.first {
    border-top: solid 1px #CCC;
}
table.guidelines th span {
    font-size: 0.8vw;
    font-weight: 400;
}
table.guidelines td {
    font-size: 1.6rem;
    width: 75%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 2.5em 1.0em;
    border-bottom: solid 1px #CCC;
}
table.guidelines td.first {
    border-top: solid 1px #CCC;
}
table.guidelines td a {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 0;
}
table.guidelines td a:hover {
    color: #000;
}
table.guidelines td a i {
    font-size: 1.8rem;
}
table.guidelines td a.tel {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 0;
}
.office-gmap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
dl.item-guidelines {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
dl.item-guidelines dt {
    float: left;
    width: 22px;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.item-guidelines dd {
    margin-left: 22px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 5px 0;
}
dl.item-guidelines dd br {
    display: none;
}
dl.item-guidelines02 {
    width: 100%;
    padding: 10px 0 0;
    margin: 0;
}
dl.item-guidelines02 dt {
    float: left;
    width: 18px;
    font-size: 1.4rem;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.item-guidelines02 dd {
    margin-left: 18px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 5px 0;
}

@media (max-width: 1480px){
    .company-section {
        padding: 5% 5% 6% 5%;
    }
}
@media (max-width: 990px){
    .company-section {
        padding: 7% 5% 7% 5%;
    }
    .home-company-mission {
        font-size: 4.4vw;
        margin: 0 0 50px;
        text-align: center;
    }
    .home-company-mission span {
        font-size: 1.8rem;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .company-section {
        padding: 40px 5% 50px;
    }
    .home-company-mission {
        font-size: 7.2vw;
        margin: 0 0 40px;
    }
    .home-company-mission span {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .home-company-mission span br {
        display: block;
    }
    table.guidelines {
        width: 100%;
        margin: 0;
    }
    table.guidelines th {
        display: block;
        width: 100%;
        font-size: 1.9rem;
        padding: 1.5em 0 0.8em;
        border-bottom: none;
    }
    table.guidelines th:after {
        display: none;
    }
    table.guidelines td.first {
        border-top: none;
    }
    table.guidelines td {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        padding: 0 0 1.5em;
    }
    table.guidelines td a {
        font-size: 1.3rem;
        padding: 10px 0 0;
    }
    dl.item-guidelines dd br {
        display: block;
    }
}


/* ------------------------------------------------------------------
Home Contact Section
------------------------------------------------------------------- */
section.contact-section {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5% 5% 7%;
    background-color: rgba(255, 255, 255, 1.0);
}

section.contact-footer-section {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 6% 5% 7%;
    background-color: rgba(255, 255, 255, 1.0);
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.contact-section-content {
	margin: 0 auto;
	padding: 0;
}

.contact-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact-lead {
    display: block;
    font-size: 1.9vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    margin: 0 0 5%;
    padding: 0;
}
.contact-lead-s {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    margin: 0 10% 5% 0;
    padding: 0;
}
.contact-tel-wrap {
	display: block;
    margin: 0 0 20px;
    padding: 0;
}
a.contact-tel {
    display: block;
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0;
	color: #000;
    margin: 0;
    padding: 0;
}
.contact-tel-uke {
    display: block;
    width: 70%;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 5px 0 0 8%;
}
a.contact-tel2 {
    display: block;
    font-size: 4.4vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0;
	color: #000;
    margin: 0;
    padding: 0;
}

@media (max-width: 1480px){
	.contact-lead br {
		display: block;
	}
    .contact-lead-s {
		font-size: 1.4rem;
    }
	.contact-tel-uke {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
@media (max-width: 1200px){
    .contact-lead {
        font-size: 2.2vw;
    }
	.contact-lead br {
		display: block;
	}
    .contact-lead-s {
        font-size: 1.5rem;
    }
	a.contact-tel {
		font-size: 3.6vw;
	}
	a.contact-tel.servicetel {
		font-size: 4.4vw;
	}
	.contact-tel-uke {
		font-size: 1.3rem;
	}
}
@media (max-width: 990px){
	section.contact-section {
		width: 100%;
		margin: 0;
		padding: 7% 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: 3.0vw;
        text-align: center;
		margin: 0 0 5%;
	}
    .contact-lead-s {
        margin: 0 0 5%;
    }
	.contact-section-content {
		padding: 0 6%;
		border-radius: 0;
	}
	.contact-tel-wrap {
		margin: 0 0 3%;
	}
	a.contact-tel2 {
		font-size: 6.0rem;
        text-align: center;
	}
    .contact-tel-uke {
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
        padding: 5px 0 0;
    }
	a.contact-tel.servicetel {
		font-size: 7.2vw;
        text-align: center;
	}
}
@media (max-width: 749px){
	.contact-lead {
		font-size: 1.6rem;
	}
}
@media (max-width: 499px){
    section.contact-section {
        padding: 40px 0;
    }
	.contact-section-content {
		padding: 0 10%;
	}
	.contact-titles {
		font-size: 3.0rem;
		margin: 0 0 30px;
	}
	.contact-lead {
		font-size: 4.6vw;
		letter-spacing: 0;
		text-align: center;
		margin: 0 0 30px;
		padding: 0;
	}
    .contact-lead-s {
		margin: 0 0 30px;
    }
    .contact-lead-s {
        font-size: 1.5rem;
    }
	a.contact-tel {
		font-size: 9.6vw;
        letter-spacing: 0;
	}
    a.contact-tel2 {
        font-size: 9.6vw;
    }
	.contact-tel-uke {
		font-size: 1.2rem;
        padding: 10px 0 20px;
	}
    section.contact-footer-section {
        padding: 40px 0;
    }
}
@media (max-width: 360px){
	.contact-lead {
		font-size: 1.6rem;
	}
}

/* Footer Contact Btn
 * --------------------------------------- */
.linkbutton-footer {
    display: block;
    position: relative;
    width: 75%;
    height: 50px;
    line-height: 45px;
    text-align: center;
	margin: 0;
    padding: 0 20px;
    background-color: #C81323;
    transition: all .4s ease-out;
}
.linkbutton-footer::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #023C82;
    -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.5rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #FFF;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.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 #FFF;
    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;
}


/* ------------------------------------------------------------------
Home Footer Section
------------------------------------------------------------------- */
.contact-info{
	text-align:center;
	list-style:none;
	padding:0;
	margin:0 0 40px;
}
.contact-info li{
	display:inline-block;
	margin:5px 15px;
}
.footer-info{
	font-size: 16px;
	font-weight: 600;
	text-align:center;
	list-style:none;
	line-height: 1.8;
	padding:0;
	margin:0 0 50px;
}
.footer-info02{
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	list-style:none;
	line-height: 1.2;
	color: #000;
	padding:0;
	margin:0 0 40px;
}
.footer-tel{
	font-size: 18px;
	font-weight: 300;
	text-align:center;
	list-style:none;
	line-height: 1.8;
	color: #000;
	padding:0;
	margin:0;
}
.contact-info{
	font-size: 24px;
	text-align:center;
	list-style:none;
	color: #000;
	padding:0;
	margin:0 0 10px;
}
.contact-info li{
	display:inline-block;
	margin:5px 15px;
}
.tel-info{
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	list-style:none;
	line-height: 1.2;
	color: #000;
	padding:0;
	margin:0 0 100px;
}

/* Footer Inverse */
#footer.footer-inverse {
	background-color: #FFF;
	color:#000;
}
#footer.footer-inverse a {
	color:#000;
    font-weight: 500;
}
#footer.footer-inverse a:hover,
#footer.footer-inverse a:focus {
	color:#bc1d28;
}
.footer-inverse #footer-bottom {
	background-color: rgba(0,0,0, 1.0);
}
#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer  p.description {
	width: 80%;
	font-size: 1.4rem;
    margin-bottom: 30px;
}
#footer  p.copyright {
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.0;
    color: #FFF;
	margin: 0;
	padding: 0 0 0 40px;
}
#footer-inner {
	padding: 5% 5% 5% 5%;
}
.footer-right-menu-warp {
    margin-left: 15%;
    margin-right: 0;
}
#footer .widget {
	padding: 0;
}
#footer .widget h4 {
	font-size: 1.4vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
	color:#000;
}
#footer .widget h4:after {
	content:'';
	display:block;
	width:25px;
	height:3px;
	position: relative;
	top:8px;
	left:0;
    background-color: #bc1d28;
}
address {
    margin-bottom: 0px;
}
dl.access-shop {
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
}
dl.access-shop dt {
	display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 1.0;
    padding: 0 0 10px;
}
dl.access-shop dd {
	display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.5;
    padding: 0;
}
dl.access-shop dd a.g-map {
	display: block;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-align: left;
    line-height: 1.5;
    padding: 10px 0 10px;
}
dl.access-shop dd a.g-map:hover {
    color: #bc1d28 !important;
}
.footer-tel-wrap {
    display: block;
    margin: 10px 0 5px;
    padding: 0;
}
.footer-tel-wrap a {
    font-size: 1.5vw !important;
    font-weight: 600 !important;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000 !important;
    margin: 0;
    padding: 0;
}
.footer-tel-wrap a span {
    display: inline-block;
    font-size: 1.2vw !important;
    padding: 0 10px 0 0;
}
.footer-commentary-wrap {
    width: 100%;
	margin-top: 4%;
}
.footer-commentary-01 {
    display: block;
    font-size: 1.7vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #000;
    margin: 0 0 25px;
    padding: 20px;
    background-color: #FFF;
}
.footer-commentary-02 {
    display: block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #000;
    margin: 0 0 40px;
    padding: 20px;
    background-color: #FFF;
}
.footer-contact-tel-wrap {
    display: block;
    margin: 0;
    padding: 0;
}
.footer-contact-tel-wrap a {
    display: block;
    font-size: 4.8vw !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}
.footer-contact-tel-wrap a span {
    display: inline-block;
    font-size: 3.0vw !important;
    letter-spacing: 0;
    padding: 0 20px 0 0;
}
.footer-contact-tel-uke {
    display: block;
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 5px 0 0;
}
a.f-pri {
	display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.5;
    padding: 20px 0 10px;
}
a.f-pri i {
    font-size: 2.0rem !important;
}
a.f-pri:hover {
    color: #bc1d28 !important;
}

@media (max-width: 1200px){
	#footer-inner {
		padding: 8% 10% 7%;
	}
	#footer .widget {
		padding: 0 0;
	}
	#footer  p.description {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
    .footer-right-menu-warp {
        margin-top: 5%;
        margin-left: 0;
    }
	.footer-commentary-wrap {
		margin-top: 5%;
	}
	.footer-commentary-01 {
		font-size: 1.7vw;
		letter-spacing: 1px;
	}
	.footer-commentary-02 {
		font-size: 1.1vw;
		line-height: 1.5;
	}
	.footer-contact-tel-wrap a {
		font-size: 7.2vw !important;
	}
	.footer-contact-tel-wrap a span {
		font-size: 4.8vw !important;
	}
	.footer-contact-tel-uke {
		font-size: 1.4vw;
		padding: 10px 5% 20px 0;
	}
	.linkbutton-footer {
		padding: 0 10px;
	}
	.linkbutton-footer .text {
		font-size: 1.4rem;
	}
	.linkbutton-footer-right {
		padding: 0 10px;
		width: 100%;
	}
	.linkbutton-footer-right .text {
		font-size: 1.4rem;
	}
}
@media (max-width: 990px){
    .linkbutton-footer {
        margin: 0 auto 20px;
        padding: 0 10px;
    }
    .linkbutton-footer .text {
        font-size: 1.6rem;
    }
	#footer  p.description {
		font-size: 1.6rem;
	}
	dl.access-shop dt {
		font-size: 1.6rem;
	}
	dl.access-shop dd {
		font-size: 1.6rem;
	}
	dl.access-shop dd a.g-map {
		font-size: 1.4rem !important;
	}
	.footer-tel-wrap a {
		font-size: 4.8vw !important;
	}
	.footer-tel-wrap a span {
		font-size: 3.0vw !important;
	}
	.footer-commentary-wrap {
		margin-top: 8%;
	}
	.footer-commentary-01 {
		font-size: 2.2vw;
	}
	.footer-commentary-02 {
		font-size: 1.8vw;
	}
	.footer-commentary-02 br {
		display: none;
	}
	.footer-contact-tel-wrap a {
		font-size: 9.2vw !important;
	}
	.footer-contact-tel-wrap a span {
		font-size: 6.0vw !important;
	}
	.footer-contact-tel-uke {
		font-size: 2.0vw;
		padding: 10px 5% 30px 0;
	}
	#footer p.copyright {
		font-size: 1.4rem;
		padding: 20px 0 0 0;
	}
}
@media (max-width: 499px){
    .linkbutton-footer {
        width: 100%;
    }
	#footer-inner {
		padding: 50px 10% 40px;
	}
	dl.access-shop dt {
		font-size: 1.8rem;
	}
	#footer .widget h4 {
		font-size: 1.8rem;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer-tel-wrap a {
		font-size: 7.2vw !important;
	}
	.footer-tel-wrap a span {
		font-size: 4.8vw !important;
	}
	.footer-commentary-wrap {
		margin-top: 40px;
	}
	.footer-commentary-01 {
		font-size: 2.0rem;
	}
	.footer-commentary-02 {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.footer-contact-tel-wrap a {
		font-size: 8.4vw !important;
		text-align: center;
	}
	.footer-contact-tel-wrap a span {
		font-size: 4.8vw !important;
		padding: 0 10px 0 0;
	}
	.footer-contact-tel-uke {
		font-size: 3.4vw;
		padding: 10px 0 30px 0;
	}
	#footer p.copyright {
		font-size: 1.1rem;
		padding: 15px 0 0 0;
	}
}

.footer-logo {
	display:inline-block;
	width: 80%;
	padding: 0;
	margin-bottom:25px;
}
.footer-inverse #footer-bottom {
    background-color: #bc1d28;
}
.widget .links li a {
	font-size: 0.8vw;
	line-height: 2.2;
}
.widget .links li a > i {
	margin-right: 2px;
}
.widget .products-list p {
	font-weight: 600;
}
#footer-bottom {
	padding:20px 0 20px;
	background-color: #eaeaea;
	text-align: center;
}
.footer-menu li {
	display:inline-block;
	margin: 0;
}
.footer-menu li:after {
	content:'/';
	padding:0 10px;
}
.footer-menu li:last-child:after {
	content:'';
	padding:0;
}
.footer-menu li a {
    color: #9a9a9a;
	font-size: 1.3rem;
    font-weight: 400;
	line-height: 1.0;
}

@media (max-width: 1480px){
    .widget .links li a {
        font-size: 1.0vw;
    }
}
@media (max-width: 1300px){
	.widget .links li a {
		font-size: 1.2rem;
	}
}
@media (max-width: 990px){
    .footer-logo {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
	.widget .links li a {
		font-size: 1.6rem;
	}
	.footer-menu li a {
		font-size: 1.6rem;
	}
}
@media (max-width: 499px){
    .footer-logo {
        width: 90%;
    }
    #footer-bottom {
        padding: 0 0 15px;
    }
}


/* Footer Contact Btn
 * --------------------------------------- */
 .footer-right-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
} 
.linkbutton-footer-right {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 45px;
    text-align: left;
	margin: 0 auto;
    padding: 0 20px;
    background-color: #C81323;
    transition: all .4s ease-out;
}
.linkbutton-footer-right::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #be272f;
    -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-right: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-right .text {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #FFF;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-footer-right:hover .text {
    color: #FFF;
}
.linkbutton-footer-right .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-footer-right:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 1200px){
	#footer-inner {
		padding: 8% 5% 7%;
	}
	#footer .widget {
		padding: 0 0;
	}
	#footer  p.description {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.footer-commentary-wrap {
		margin-top: 5%;
	}
	.footer-commentary-01 {
		font-size: 1.7vw;
		letter-spacing: 1px;
	}
	.footer-commentary-02 {
		font-size: 1.1vw;
		line-height: 1.5;
	}
	.footer-contact-tel-wrap a {
		font-size: 7.2vw !important;
	}
	.footer-contact-tel-wrap a span {
		font-size: 4.8vw !important;
	}
	.footer-contact-tel-uke {
		font-size: 1.4vw;
		padding: 10px 5% 20px 0;
	}
}
@media (max-width: 990px){
    dl.access-shop dt {
        display: none;
    }
    dl.access-shop dd {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 4%;
    }
	#footer  p.description {
		font-size: 1.6rem;
	}
	dl.access-shop dt {
		font-size: 1.6rem;
	}
	dl.access-shop dd {
		font-size: 1.6rem;
	}
	dl.access-shop dd a.g-map {
		font-size: 1.4rem !important;
        text-align: center;
	}
	.footer-tel-wrap a {
		font-size: 4.8vw !important;
	}
	.footer-tel-wrap a span {
		font-size: 3.0vw !important;
	}
	.footer-commentary-wrap {
		margin-top: 8%;
	}
	.footer-commentary-01 {
		font-size: 2.2vw;
	}
	.footer-commentary-02 {
		font-size: 1.8vw;
	}
	.footer-commentary-02 br {
		display: none;
	}
	.footer-contact-tel-wrap a {
		font-size: 9.2vw !important;
	}
	.footer-contact-tel-wrap a span {
		font-size: 6.0vw !important;
	}
	.footer-contact-tel-uke {
		font-size: 2.0vw;
		padding: 10px 5% 30px 0;
	}
	#footer p.copyright {
		font-size: 1.4rem;
		padding: 0;
	}
    #footer .widget {
        padding: 0 0 20px;
    }
    #footer .widget h4 {
        font-size: 3.0vw;
    }
}
@media (max-width: 499px){
	#footer-inner {
		padding: 50px 10% 40px;
	}
	dl.access-shop dt {
		font-size: 1.8rem;
	}
	#footer .widget h4 {
		font-size: 1.8rem;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer-tel-wrap a {
		font-size: 7.2vw !important;
	}
	.footer-tel-wrap a span {
		font-size: 4.8vw !important;
	}
	.footer-commentary-wrap {
		margin-top: 40px;
	}
	.footer-commentary-01 {
		font-size: 2.0rem;
	}
	.footer-commentary-02 {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.footer-contact-tel-wrap a {
		font-size: 8.4vw !important;
		text-align: center;
	}
	.footer-contact-tel-wrap a span {
		font-size: 4.8vw !important;
		padding: 0 10px 0 0;
	}
	.footer-contact-tel-uke {
		font-size: 3.4vw;
		padding: 10px 0 30px 0;
	}
	#footer p.copyright {
		font-size: 1.1rem;
		padding: 15px 0 0 0;
	}
}


/* ------------------------------------------------------------------
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: #FFF;
    opacity: 1.0;
	background-color: #000000;
}
.scroll-up a:hover, .scroll-up a:active {
    opacity: 1;
    background-color: #C81323;
}

@media (max-width: 1480px){
	.scroll-up {
		bottom: 0px;
		right: 0px;
	}
}
@media (max-width: 1200px){
	.scroll-up {
		bottom: 0px;
		right: 0px;
	}
}
@media (max-width: 990px){
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 749px){
	.scroll-up {
		bottom: 0px;
		right: 0px;
	}
	.scroll-up a {
		height: 40px;
		width: 42px;
		line-height: 40px;
		font-size: 16px;
	}
}


/* ------------------------------------------------------------------
Second Hero
------------------------------------------------------------------- */
.second-hero-title-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0;
}
.second-hero-title-wrap {
    display: flex;
    flex-direction: row-reverse;
}
.second-hero-title-wrap .second-hero-title {
    display: block;
    font-size: 3.6vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    color: #CCC;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.second-hero-title-wrap .second-hero-title span {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #333;
    margin: 0;
    padding: 0 20px 0 50px;
}
.second-hero-title-wrap .second-hero-lead {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media (max-width: 1480px){
    .second-hero-title-wrap .second-hero-title span {
        padding: 0 20px 0 40px;
    }
}
@media (max-width: 1380px){
    .second-hero-title-wrap .second-hero-title span {
        font-size: 1.3vw;
        padding: 0 10px 0 30px;
    }
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
    .second-hero-title-wrap .second-hero-title span {
        font-size: 1.4vw;
        padding: 0 10px 0 20px;
    }
}
@media (max-width: 990px){
    .second-hero-title-wrap .second-hero-title {
        font-size: 4.8vw;
    }
    .second-hero-title-wrap .second-hero-title span {
        font-size: 1.6rem;
    }
    .second-hero-title-wrap .second-hero-lead {
        font-size: 1.8rem;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}


/* ------------------------------------------------------------------
Service.html
------------------------------------------------------------------- */
#service-contents-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 5% 0 0;
    padding: 0;
    background-color: #FFF;
}
.service-left-nav-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #CCC;
}

/* PC向け（初期状態）では非表示 */
.mobile-menu-toggle {
    display: none;
    color: #FFF;
    background-color: #C81323;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.service-left-nav-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 990px){
    #service-contents-section {
        margin: 0;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}


/* ------------------------------------------------------------------
Service.html Nav
------------------------------------------------------------------- */
div.process {
	position: sticky;
	top: 81px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
div.process ul {
	width: 100%;
    height: calc(100vh - 81px);
	list-style: none;
    border-top: solid 1px #CCC;
}
div.process ul li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 25%;
	margin: 0;
    padding: 0;
}
div.process ul li a.side__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
	margin: 0;
    padding: 0 0 0 30px;
    color: #000;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
    -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;
}
div.process ul li a.side__link.intercom_bt {
    background-color: #E5E5E5;
}
div.process ul li a.side__link.internet_bt {
    background-color: #E5E5E5;
}
div.process ul li a.side__link.camera_bt {
    background-color: #E5E5E5;
}
div.process ul li a.side__link span.process-contents {
	display: block;
    font-size: 1.6rem;
    font-weight: 600;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
div.process ul li a.side__link span.process-contents br {
	display: none;
}
div.process ul li a.side__link span.process-contents2 {
	display: block;
    font-size: 1.6rem;
    font-weight: 600;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 0 20px;
}
div.process ul li a.side__link span.process-contents2 br {
	display: none;
}
div.process ul li a.side__link:hover {
    color: #FFF;
    background-color: #666;
}
div.process ul li a.side__link.is-active {
    color: #FFF;
    background-color: #C81323;
}

.service-process-wrap {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 1480px){
    div.process ul li a.side__link span.process-contents {
        font-size: 1.4rem;
    }
    div.process ul li a.side__link span.process-contents br {
        display: block;
    }
    div.process ul li a.side__link span.process-contents2 {
        font-size: 1.3rem;
    }
    div.process ul li a.side__link span.process-contents2 br {
        display: block;
    }
}
@media (max-width: 1200px){
    .service-contents-wrapper{
        height: auto;
        overflow: visible;
    }
    .mobile-menu-toggle {
        display: block;
    }
    .service-left-nav-wrapper {
        position: sticky;
        top: 80px;
        left: 0;
        width: 100%;
        height: auto;
        border-bottom: none;
        overflow: visible;
        z-index: 999;
    }
    .service-left-nav-wrap {
        height: auto;
        overflow: visible;
    }
    .service-process-wrap {
        overflow: visible;
    }
    div.process {
        position: sticky;
        top: 80px;
        z-index: 999; /* 他の要素より上に出す */
    }
    div.process ul {
        display: none; /* 初期は非表示 */
        height: auto; /* 高さ制限解除 */
        border-top: none;
    }
    div.process ul li {
        height: auto;
    }
    div.process ul li a.side__link {
        height: auto;
        padding: 15px;
        font-size: 1.6rem;
    }
    div.process ul li a.side__link span.process-contents {
        font-size: 1.6rem;
    }
    div.process ul li a.side__link span.process-contents br {
        display: none;
    }
    div.process ul li a.side__link span.process-contents2 {
        font-size: 1.6rem;
    }
    div.process ul li a.side__link span.process-contents2 br {
        display: none;
    }
}
@media (max-width: 990px){
    .service-left-nav-wrapper {
        top: 78px;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
    .second-hero-title-wrap .second-hero-lead {
        display: none;
    }
}
@media (max-width: 749px){
    .second-hero-title-wrap .second-hero-lead {
        display: none;
    }
}
@media (max-width: 499px){
    .second-hero-title-wrap {
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .second-hero-title-wrap .second-hero-title {
        font-size: 12.0vw;
        color: #999;
    }
    .second-hero-title-wrap .second-hero-lead {
        display: block;
    }
    div.process ul li a.side__link {
        font-size: 1.5rem;
    }
    div.process ul li a.side__link span.process-contents {
        font-size: 1.5rem;
    }
    div.process ul li a.side__link span.process-contents2 {
        font-size: 1.4rem;
    }
}


.service-right-contents-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #CCC;
}


/* ------------------------------------------------------------------
Service.html Intercom
------------------------------------------------------------------- */
#service-top-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}

.service-top-img-wrap {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #CCC;
}

.service-top-titles01-wrap {
    position: absolute;
    top: 0;
    left: 6%;
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
}
.service-top-titles001-wrap {
    position: absolute;
    top: 0;
    left: 6%;
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}
.service-top-titles01-inwrap {
    display: block;
}
.service-top-titles01 {
    display: inline-block;
    font-size: 1.1vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    margin: 0 0 30px;
    padding: 10px 20px;
    background-color: #FFF;
}
.service-top-titles02 {
    display: inline-block;
    font-size: 2.2vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin: 0 0 10px;
    padding: 20px 30px 20px 20px;
    background-color: #FFF;
}
.service-top-titles02 br {
    display: none;
}
.service-top-titles03 {
    display: inline-block;
    font-size: 1.4vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin: 0;
    padding: 10px 20px 10px 20px;
    background-color: #FFF;
}
.service-top-titles03 br {
    display: none;
}

.service-top-titles01-right-wrap {
    position: absolute;
    top: 0;
    right: 6%;
    width: 48%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    text-align: right;
}
.service-top-titles01-right-inwrap {
    display: block;
    text-align: right;
}
.service-top-titles01-right {
    display: inline-block;
    font-size: 1.1vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    margin: 0 0 30px;
    padding: 10px 20px;
    background-color: #FFF;
}
.service-top-titles02-right {
    display: inline-block;
    font-size: 2.2vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin: 0 0 10px;
    padding: 20px 30px 20px 20px;
    background-color: #FFF;
}
.service-top-titles03-right {
    display: inline-block;
    font-size: 1.4vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin: 0;
    padding: 10px 20px 10px 20px;
    background-color: #FFF;
}

.service-top-texts-wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.service-top-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-top-leads01 {
    display: block;
    font-size: 2.0vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}
.service-top-leads01 span {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 20px;
}

.service-top-texts01 {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 15%;
    padding: 0;
}
.service-top-leads02 {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    font-family: "Noto Sans JP", serif;
    line-height: 1.0;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
}

@media (max-width: 1300px){
    .service-top-titles02-right {
        padding: 15px 30px 15px 20px;
    }
    .service-top-titles02 {
        padding: 15px 30px 15px 20px;
    }
}
@media (max-width: 1200px){
    .service-top-titles01-wrap {
        width: 53%;
    }
    .service-top-titles01 {
        font-size: 1.4rem;
    }
    .service-top-titles03 {
        font-size: 1.5vw;
    }
}
@media (max-width: 990px){
    .service-top-img-wrap {
        border-bottom: none;
    }
    .service-top-titles01-wrap {
        width: 80%;
    }
    .service-top-titles001-wrap {
        width: 70%;
    }
    .service-top-titles01 {
        font-size: 1.8rem;
    }
    .service-top-titles02 {
        font-size: 3.6vw;
    }
    .service-top-titles03 {
        font-size: 1.8rem;
    }
}
@media (max-width: 499px){
    #service-top-section {
        border-top: none;
        border-left: none;
    }
    .service-top-titles01-wrap {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 0;
        text-align: center;
        border-bottom: solid 1px #CCC;
    }
    .service-top-titles001-wrap {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 0;
        text-align: center;
        border-bottom: solid 1px #CCC;
    }
    .service-top-titles01 {
        display: block;
        font-size: 1.8rem;
        margin: 0;
        padding: 0 20px 20px;
    }
    .service-top-titles02 {
        display: block;
        font-size: 5.4vw;
        line-height: 1.3;
        margin: 0;
        padding: 0 20px 20px 20px;
    }
    .service-top-titles02 br {
        display: block;
    }
    .service-top-titles03 {
        display: block;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0 20px;
    }
    .service-top-titles03 br {
        display: block;
    }
    .service-top-titles01.glaybg {
        background-color: #F5F5F5;
    }
    .service-top-titles02.glaybg {
        background-color: #F5F5F5;
    }
    .service-top-titles03.glaybg {
        background-color: #F5F5F5;
    }
}


/* ------------------------------------------------------------------
Service.html Intercom
------------------------------------------------------------------- */
.service-inter-top-texts-wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.service-inter-top-leads01 {
    display: block;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 1.0;
    margin: 0;
    padding: 4% 6%;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.service-inter-top-leads02 {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.0;
    margin: 0;
    padding: 3% 6%;
    border-bottom: solid 1px #CCC;
}
.service-inter-top-leads03 {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    padding: 3% 6%;
}
.service-inter-top-leads-left-glay {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    padding: 4% 6%;
    background-color: #F5F5F5;
}
.service-inter-top-leads-left {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    padding: 4% 6%;
}
.service-inter-top-leads-right-glay {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: right;
    margin: 0;
    padding: 4% 6%;
    background-color: #F5F5F5;
}
.service-inter-top-leads-right {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: right;
    margin: 0;
    padding: 4% 6%;
}

.service-inter-point-section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.service-inter-point-mainlead-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
.service-inter-point-mainlead {
    display: block;
    font-size: 6.0vw;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.service-inter-point-mainlead span {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 20px;
}
.service-inter-point1-mainleads-wrapper {
    margin-left: 0;
    margin-right: 0;
    border-bottom: solid 1px #CCC;
}
.service-inter-point1-mainleads-wrap {
    display: flex;
    align-items: center;
    padding: 0 3% 0 6%;
}
.service-inter-point1-mainleads-inwrap {
    display: block;
}
.service-inter-point-mainleads {
    display: block;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}
.service-inter-point-maintexts {
    display: block;
    font-size: 1.0vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.service-inter-point1-imgwrap01 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    border-left: solid 1px #CCC;
}


.service-inter-point2-section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}
.service-inter-point2-wrapper {
    display: flex;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.service-inter-point21-mainleads-wrap {
    padding: 6%;
    border-bottom: solid 1px #CCC;
}
.service-inter-point2-mainlead-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
.service-inter-point2-mainleads-wrap {
    position: relative;
    padding: 4% 6%;
}
.service-inter-point22-mainleads-wrap {
    display: flex;
    align-items: center;
    padding: 0 6%;
}
.service-inter-point22-mainleads {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.service-inter-point2-mainleads {
    display: block;
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}
.service-inter-point2-mainleads br {
    display: none;
}
.service-inter-point2-mainleads.interconcopy br {
    display: block;
}
.service-inter-point2-mainleads span {
    font-size: 5.4vw;
}
.service-inter-point2-maintexts {
    display: block;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.service-inter-point2-imgwrap01 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 3%;
    border-left: solid 1px #CCC;
}
.service-inter-point2-imgwrap02 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 3%;
    border-left: solid 1px #CCC;
}

.service-inter-point2-img-inwrap {
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.service-inter-point2-img-inwrap a span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.service-inter-point2-img-inwrap a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    overflow: hidden;
}
.service-inter-point2-img-inwrap a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.service-inter-point22-imgwrap03 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1.8%;
    padding-bottom: 1.8%;
    border-left: solid 1px #CCC;
}

.service-inter-point22-merit-wrap {
    flex: 0 0 20%;
    max-width: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2.2%;
    padding-right: 2.2%;
    border-right: solid 1px #CCC;
}
.service-inter-point22-merit-wrap-last {
    flex: 0 0 20%;
    max-width: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2.2%;
    padding-right: 2.2%;
}
.service-inter-point22-merit-title {
    display: block;
    font-size: 1.0vw;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 10%;
    padding: 0;
}
.service-inter-point22-merit-text {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.service-inter-point3-mainleads {
    display: block;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 1.0;
    margin: 0;
    padding: 0;
}
.service-inter-point3-mainleads br {
    display: none;
}
.service-inter-point3-imgwrap01 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: solid 1px #CCC;
}
.service-inter-point3-textwrap01 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.service-inter-point3-imgwrap02 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.service-inter-point3-textwrap02 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-left: solid 1px #CCC;
}
.service-inter-point3-imgwrap03 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-left: solid 1px #CCC;
}
.service-inter-point3-textwrap03 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-left: solid 1px #CCC;
}
.service-inter-point3-imgwrap04 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.service-inter-point3-number {
    display: block;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 0 0 7%;
    padding: 0;
}
.service-inter-point3-number span {
    display: inline-block;
    font-size: 3.0vw;
    padding: 0 0 0 10px;
}
.service-inter-point3-title {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 10%;
    padding: 0;
}
.service-inter-point3-title-text {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.service-inter-point4-section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.service-inter-point4-contents-wrap01 {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

@media (max-width: 1200px){
    .service-inter-top-leads03 {
        font-size: 1.5rem;
    }
    .service-inter-point-mainlead span {
        font-size: 1.6rem;
    }
    .service-inter-point2-maintexts {
        font-size: 1.5rem;
    }
    .service-inter-point22-mainleads {
        font-size: 1.8vw;
    }
    .service-inter-top-leads-left {
        font-size: 1.5rem;
    }
    .service-top-titles01-right-wrap {
        width: 45%;
    }
    .service-top-titles01-right {
        font-size: 1.4rem;
    }
    .service-top-titles03-right {
        font-size: 1.5vw;
    }
    .service-inter-top-leads-right {
        font-size: 1.5rem;
    }
    .service-inter-point2-mainleads {
        font-size: 2.2vw;
        margin: 0 0 3%;
    }
    .service-inter-top-leads-right-glay {
        font-size: 1.5rem;
    }
}
@media (max-width: 990px){
    .service-inter-top-leads03 {
        font-size: 1.6rem;
        padding: 5% 6%;
    }
    .service-inter-top-leads03 br {
        display: none;
    }
    .service-inter-point-mainlead {
        font-size: 9.6vw;
    }
    .service-inter-point1-mainleads-wrap {
        padding: 0 3% 0 10%;
    }
    .service-inter-point2-mainlead-wrapper {
        padding: 4%;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point-mainlead span {
        font-size: 1.8rem;
        padding: 0 0 10px;
    }
    .service-inter-point2-mainleads {
        font-size: 3.6vw;
        text-align: center;
    }
    .service-inter-point2-mainleads span {
        font-size: 6.0vw;
    }
    .service-inter-point2-maintexts {
        font-size: 1.6rem;
    }
    .service-inter-point2-maintexts br {
        display: none;
    }
    .service-inter-point22-mainleads-wrap {
        display: block;
        padding: 6%;
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point22-mainleads {
        font-size: 3.6vw;
        text-align: center;
    }
    .service-inter-point22-mainleads br {
        display: none;
    }
    .service-inter-point-mainlead-wrapper {
        padding: 4%;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point22-merit-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 6%;
        padding-right: 6%;
        border-right: none;
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point22-merit-wrap-last {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 6%;
        padding-right: 6%;
        border-right: none;
    }
    .service-inter-point3-textwrap01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .service-inter-point3-textwrap03 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point3-textwrap03.last {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        border-bottom: none;
    }
    .service-inter-point3-imgwrap02 {
        border-left: none;
    }
    .service-inter-point3-imgwrap04 {
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point3-imgwrap03.last {
        border-bottom: none;
        border-left: none;
    }
    .service-inter-top-leads-left {
        font-size: 1.6rem;
        padding: 6% 6%;
    }
    .service-inter-top-leads-left br {
        display: none;
    }
    .service-inter-top-leads-right {
        font-size: 1.6rem;
        padding: 6% 6%;
        text-align: left;
    }
    .service-inter-top-leads-right br {
        display: none;
    }
    .service-top-titles01-right-wrap {
        width: 70%;
    }
    .service-top-titles01-right {
        font-size: 1.8rem;
    }
    .service-top-titles02-right {
        font-size: 3.2vw;
    }
    .service-top-titles03-right {
        font-size: 1.8rem;
    }
    .service-inter-top-leads-right-glay {
        font-size: 1.6rem;
        padding: 6% 6%;
        text-align: left;
    }
    .service-inter-top-leads-right-glay br {
        display: none;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .service-inter-top-leads03 {
        padding: 40px 20px;
    }
    .service-inter-point2-mainlead-wrapper {
        padding: 30px 20px;
    }
    .service-inter-point21-mainleads-wrap {
        padding: 40px 20px;
    }
    .service-inter-point2-mainleads {
        font-size: 5.4vw;
        margin: 0 0 30px;
    }
    .service-inter-point2-mainleads br {
        display: none;
    }
    .service-inter-point2-mainleads.interconcopy br {
        display: none;
    }
    .service-inter-point2-mainleads span {
        font-size: 7.2vw;
    }
    .service-inter-point22-mainleads-wrap {
        padding: 30px 20px;
    }
    .service-inter-point22-mainleads {
        font-size: 5.4vw;
    }
    .service-inter-point2-imgwrap01 {
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 40px;
        border-left: none;
        border-bottom: solid 1px #CCC;
    }
    .service-inter-point2-imgwrap02 {
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 40px;
        border-left: none;
        border-bottom: none;
    }
    .service-inter-point-mainlead-wrapper {
        padding: 30px 20px;
    }
    .service-inter-point1-mainleads-wrap {
        display: block;
        text-align: center;
        padding: 40px 20px;
        border-bottom: none;
    }
    .service-inter-point22-imgwrap03 {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 4%;
        padding-bottom: 4%;
        border-left: none;
    }
    .service-inter-point22-merit-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-inter-point22-merit-wrap-last {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-inter-top-leads-left {
        padding: 40px 20px;
    }
    .service-top-titles01-right-wrap {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 0;
        text-align: center;
        background-color: #F5F5F5;
        border-bottom: solid 1px #CCC;
    }
    .service-top-titles01-right-inwrap {
        text-align: center;
    }
    .service-top-titles01-right {
        display: block;
        font-size: 1.8rem;
        margin: 0;
        padding: 0 20px 20px;
        background-color: #F5F5F5;
    }
    .service-top-titles02-right {
        display: block;
        font-size: 5.4vw;
        margin: 0;
        padding: 0 20px 20px 20px;
        background-color: #F5F5F5;
    }
    .service-top-titles03-right {
        display: block;
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 0 20px;
        background-color: #F5F5F5;
    }
    .service-inter-top-leads-right {
        padding: 40px 20px;
    }
    .service-inter-point2-mainleads br {
        display: block;
    }
}


/* ------------------------------------------------------------------
Service.html Accordion
------------------------------------------------------------------- */
.service-accordion-wrap-full {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0;
}
.close {
    float: none;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 0 0 #fff;
    opacity: 1.0;
}
.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus {
    opacity: 1.0;
}
/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}
.accordion-area li {
    margin: 10px 0;
}
.accordion-area section {
    border: 1px solid #F5F5F5;
	border-radius: 0px;
	background-color: #F5F5F5;
}
/*アコーディオンタイトル*/
.accordion-area section .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.0vw;
    font-weight: 600;
    color: #000;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}
.accordion-area section .title:hover {
    color: #0071BC;
}
.accordion-area section .title span {
    display: block;
    font-size: 1.0vw;
    font-family: "Inter", serif;
    font-weight: 700;
    padding: 0 0 10px;
}
/*アイコンの＋と×*/
.accordion-area section .title::before,
.accordion-area section .title::after {
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #000;
}
.accordion-area section .title::before {
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.accordion-area section .title::after {    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*closeというクラスがついたら形状変化　*/
.accordion-area section .title.close::before {
    transform: rotate(45deg);
}
.accordion-area section .title.close::after {
    transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area section .box {
    display: none;/*はじめは非表示*/
    background: #FFF;
    margin:0 3% 3% 3%;
    padding: 3%;
	border-radius: 0px;
}
.accordion-area section .box p {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.accordion-area section .box p span {
    display: block;
    font-size: 1.0vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 0 0 10px;
}

@media (max-width: 1480px){
	.accordion-area section .title {
		font-size: 1.6rem;
	}
	.accordion-area section .box p {
		font-size: 1.6rem;
	}
}
@media (max-width: 1200px){
    .accordion-area section .title span {
		font-size: 1.4rem;
    }
    .accordion-area section .box p span {
		font-size: 1.4rem;
    }
}
@media (max-width: 990px){
	.accordion-area section .title span {
		font-size: 1.5rem;
	}
	.accordion-area section .box p span {
		font-size: 1.5rem;
	}
}

.service-inter-point5-section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
}
.service-inter-point5-contents-wrap01 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.service-inter-point51-mainleads-wrap {
    padding: 4% 6%;
}
.sec-service-article-wrap {
    display: flex;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
    border-top: solid 1px #CCC;
}

@media (max-width: 990px){
    .service-inter-point51-mainleads-wrap {
        padding: 6% 6%;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}


/* ------------------------------------------------------------------
Service.html Contact
------------------------------------------------------------------- */
section.service-contact-section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 18% 5% 20%;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    background-color: #FFF;
}
section.service-contact-section-glay {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 18% 5% 20%;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    background-color: #F5F5F5;
}
section.service-contact-section-glay2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 18% 5% 20%;
    border-left: solid 1px #CCC;
    background-color: #FFF;
}

.service-contact-margin-section {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    border-left: solid 1px #CCC;
    background-color: #FFF;
}


/* Btn Center
 * --------------------------------------- */
.linkbutton-manufacturer-center {
    display: block;
    position: relative;
    width: 100%;
    height: 35px;
    text-align: left;
    margin: 0 auto;
    padding: 0 10px;
    background: #FFF;
    line-height: 20px;
    border: solid 1px #000;
}
.linkbutton-manufacturer-center::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #be272f;
    -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-manufacturer-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-manufacturer-center .text {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-manufacturer-center:hover {
    border: solid 1px #be272f;
}
.linkbutton-manufacturer-center:hover .text {
    color: #FFF;
}
.linkbutton-manufacturer-center .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: 10px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-manufacturer-center:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 1480px){
    .service-inter-point-maintexts {
        font-size: 1.2vw;
    }
    
    .service-inter-point22-merit-title {
        font-size: 1.1vw;
    }
    .service-inter-point22-merit-text {
        font-size: 1.3rem;
    }
    .service-inter-point3-title {
        font-size: 1.3vw;
    }
    .service-inter-point3-title-text {
        font-size: 1.4rem;
    }
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
    .linkbutton-manufacturer-center {
        line-height: 30px;
    }
    .linkbutton-manufacturer-center .arrow {
        margin-top: -5px;
    }
    .service-inter-point-mainleads {
        font-size: 2.0vw;
        margin: 0 0 4%;
    }
    .service-inter-point-maintexts {
        font-size: 1.5rem;
    }
    .service-inter-point22-merit-title {
        font-size: 1.3vw;
    }
    .service-inter-point3-mainleads {
        font-size: 2.0vw;
    }
    .service-inter-point3-title {
        font-size: 1.5vw;
    }
    section.service-contact-section {
        padding: 12% 6% 10%;
        border-left: none;
    }
    section.service-contact-section-glay2 {
        padding: 12% 6% 10%;
        border-left: none;
    }
}
@media (max-width: 990px){
    .service-inter-point-mainleads {
        font-size: 3.2vw;
    }
    .service-inter-point-maintexts {
        font-size: 1.6rem;
    }
    .service-inter-point-maintexts br {
        display: none;
    }
    .service-inter-point22-merit-title {
        font-size: 3.0vw;
        margin: 0 0 2%;
    }
    .service-inter-point22-merit-title br {
        display: none;
    }
    .service-inter-point22-merit-text {
        font-size: 1.6rem;
    }
    .service-inter-point3-mainleads {
        font-size: 3.6vw;
        text-align: center;
    }
    .service-inter-point3-number {
        font-size: 3.6vw;
    }
    .service-inter-point3-number span {
        font-size: 4.8vw;
    }
    .service-inter-point3-title {
        font-size: 3.0vw;
    }
    .service-inter-point3-title-text {
        font-size: 1.8rem;
    }
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .linkbutton-manufacturer-center {
        text-align: center;
    }
    .linkbutton-manufacturer-center .text {
        font-size: 1.5rem;
    }
    .service-inter-point-mainleads {
        font-size: 5.4vw;
        margin: 0 0 20px;
        text-align: center;
    }
    .service-inter-point-mainleads.cameraplace {
        margin: 0;
    }
    .service-inter-point22-merit-title {
        font-size: 4.8vw;
        margin: 0 0 20px;
    }
    .service-inter-point3-mainleads {
        font-size: 5.4vw;
        line-height: 1.4;
    }
    .service-inter-point3-number {
        font-size: 4.8vw;
    }
    .service-inter-point3-number span {
        font-size: 6.0vw;
    }
    .service-inter-point3-title {
        font-size: 4.8vw;
    }
    .service-inter-point3-title-text {
        font-size: 1.5rem;
    }
    .service-inter-point51-mainleads-wrap {
        padding: 30px 20px;
    }
    .sec-service-article-wrap {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        border-top: solid 1px #CCC;
    }
    section.service-contact-section {
        padding: 40px 0;
        border-left: none;
    }
    section.service-contact-section-glay2 {
        padding: 40px 0;
        border-left: none;
    }
    .service-inter-point3-mainleads br {
        display: block;
    }
}


/* ------------------------------------------------------------------
Service.html Internet
------------------------------------------------------------------- */
#service-net-top-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-net-top-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
}
.service-net-top-texts01 {
    display: block;
    font-size: 1.0vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------
Service.html Free Internet
------------------------------------------------------------------- */
#service-net-free-top-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-net-free-title-wrapper {
    display: flex;
    flex-direction: row-reverse;
}
.service-net-free-top-leads01 {
    display: block;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}
.service-net-free-top-leads01 span {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 10px;
}
.service-net-free-top-texts01 {
    display: block;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.service-net-free-point1-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
}
.service-net-free-point1-contents-wrap01 {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: solid 1px #CCC;
}
.service-net-free-point1-contents-wrap02 {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-net-free-point1-texts-wrap {
    display: block;
    margin: 0;
    padding: 20px 20px 30px 20px;
    text-align: center;
    background-color: #FFF;
}
.service-net-free-point1-texts-icon-wrap {
    display: block;
    font-size: 4.8vw;
    line-height: 1.0;
    margin: 0;
    padding: 0;
}
.service-net-free-point1-texts-title-wrap {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: "Noto Sans JP", serif;
    line-height: 1.0;
    margin: 10px 0 0;
    padding: 0;
}
.service-net-free-point1-texts-title-wrap br {
    display: none;
}
.service-net-free-point1-texts-title-wrap span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 20px 0 0;
}

.service-net-free-point12-texts-wrap {
    display: block;
    margin: 0;
    padding: 20px 20px 30px 20px;
    text-align: center;
    background-color: #F5F5F5;
}
.service-net-free-point12-texts-wrap02 {
    display: block;
    margin: 0 0 10px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    background-color: #FFF;
}
.service-net-free-point12-texts-wrap03 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
}
.service-net-free-point12-texts-wrap031 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: "Noto Sans JP", serif;
    line-height: 1.0;
    text-align: center;
}
.service-net-free-point12-texts-wrap032 {
    display: block;
    padding-left: 10%;
    padding-right: 0;
    display: block;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: "Noto Sans JP", serif;
    line-height: 1.0;
    text-align: left;
}
.service-net-free-point12-texts-wrap033 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
    line-height: 1.0;
    text-align: center;
}
.service-net-free-point12-texts-wrap034 {
    display: block;
    padding-left: 10%;
    padding-right: 0;
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
    line-height: 1.0;
    text-align: left;
}
.service-net-free-point13-contents-wrap01 {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.service-net-free-point13-contents-wrap02 {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-left: solid 1px #CCC;
}

.service-net-free-point2-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.service-net-free-point2-merit-wrap01 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2.2%;
    padding-right: 2.2%;
    border-right: solid 1px #CCC;
}
.service-net-free-point2-merit-wrap0101 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2.2%;
    padding-right: 2.2%;
}
.service-net-free-point2-merit-wrap02 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2.2%;
    padding-right: 2.2%;
}
.service-net-free-point3-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
}
.service-net-free-point4-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
}

@media (max-width: 1200px){
    .service-net-free-point1-texts-icon-wrap {
        font-size: 6.0vw;
    }
    .service-net-free-point1-texts-title-wrap {
        font-size: 1.8vw;
    }
    .service-net-free-point1-texts-title-wrap span {
        font-size: 1.4rem;
    }
    .service-net-free-point1-texts-title-wrap.questionnaire {
        font-size: 1.8vw;
        margin: 10px 0;
    }
    .service-net-free-point12-texts-wrap031 {
        font-size: 1.6vw;
    }
    .service-net-free-point12-texts-wrap032 {
        font-size: 1.6vw;
    }
    .service-net-free-point12-texts-wrap033 {
        font-size: 1.4vw;
    }
    .service-net-free-point12-texts-wrap034 {
        font-size: 1.4vw;
    }
}
@media (max-width: 990px){
    #service-net-top-section {
        border-top: none;
        border-left: none;
    }
    #service-net-free-top-section {
        border-left: none;
    }
    .service-net-free-point1-texts-icon-wrap {
        font-size: 9.6vw;
    }
    .service-net-free-point1-texts-title-wrap {
        font-size: 3.0vw;
    }
    .service-net-free-point1-texts-title-wrap.questionnaire {
        font-size: 2.4vw;
    }
    .service-net-free-point12-texts-wrap031 {
        font-size: 2.4vw;
    }
    .service-net-free-point12-texts-wrap032 {
        font-size: 2.4vw;
        padding-left: 4%;
    }
    .service-net-free-point12-texts-wrap033 {
        font-size: 2.0vw;
    }
    .service-net-free-point12-texts-wrap034 {
        font-size: 2.0vw;
        padding-left: 4%;
    }
    .service-net-free-point2-merit-wrap01 {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 6%;
        padding-right: 6%;
        border-right: none;
        border-bottom: solid 1px #CCC;
    }
    .service-net-free-point2-merit-wrap02 {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 6%;
        padding-right: 6%;
    }
    .service-net-free-point1-contents-wrap02.next {
        border-left: none;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .service-net-free-point2-merit-wrap0101 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ------------------------------------------------------------------
Service.html Internet Arrangement
------------------------------------------------------------------- */
#service-net-arrangement-top-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-net-arrangement-point1-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
}
.service-net-arrangement-point1-mainleads-wrap {
    position: relative;
    padding: 6%;
}
.service-net-arrangement-point2-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
}
.service-net-arrangement-point2-mainleads-wrap2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3% 3% 3% 6%;
}
.service-net-arrangement-point2-pay-wrap {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 6%;
    padding-right: 6%;
}
.service-net-arrangement-point2-subtitle {
    display: block;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 3%;
    padding: 0;
}
.service-net-arrangement-point2-subtexts {
    display: block;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px){
    .service-net-arrangement-point2-subtitle {
        font-size: 1.8vw;
    }
    .service-net-arrangement-point2-subtexts {
        font-size: 1.5rem;
    }
}
@media (max-width: 990px){
    .service-net-arrangement-point2-mainleads-wrap2 {
        display: block;
        padding: 6% 6% 2%;
        text-align: center;
    }
    .service-net-arrangement-point2-pay-wrap {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .service-net-arrangement-point2-subtitle {
        font-size: 3.6vw;
        text-align: center;
    }
    .service-net-arrangement-point2-subtitle br {
        display: none;
    }
    .service-net-arrangement-point2-subtexts {
        font-size: 1.6rem;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .service-net-free-point1-contents-wrap01 {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .service-net-free-point1-contents-wrap02 {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .service-net-free-point1-texts-wrap {
        padding: 20px 10px 30px 10px;
    }
    .service-net-free-point1-texts-icon-wrap {
        font-size: 12.0vw;
    }
    .service-net-free-point1-texts-title-wrap {
        font-size: 4.4vw;
        line-height: 1.4;
    }
    .service-net-free-point1-texts-title-wrap span {
        font-size: 1.2rem;
    }
    .service-net-free-point1-texts-title-wrap br {
        display: block;
    }
    .service-net-free-point1-texts-title-wrap.questionnaire {
        font-size: 4.8vw;
    }
    .service-net-free-point12-texts-wrap031 {
        font-size: 4.0vw;
    }
    .service-net-free-point12-texts-wrap032 {
        font-size: 4.0vw;
    }
    .service-net-free-point12-texts-wrap033 {
        font-size: 3.6vw;
    }
    .service-net-free-point12-texts-wrap034 {
        font-size: 3.6vw;
    }
    .service-net-free-point13-contents-wrap01 {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .service-net-free-point13-contents-wrap02 {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 4%;
        padding-bottom: 4%;
        border-top: solid 1px #CCC;
        border-left: none;
    }
    .service-net-free-point2-merit-wrap01 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-net-free-point2-merit-wrap02 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-inter-point-maintexts {
        font-size: 1.3rem;
    }
    .service-inter-point-maintexts.networkservice {
        font-size: 1.6rem;
        text-align: left;
    }
    #service-net-arrangement-top-section {
        border-left: none;
    }
    .service-net-arrangement-point1-mainleads-wrap {
        padding: 40px 20px;
    }
    .service-net-arrangement-point2-pay-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-net-arrangement-point2-subtitle {
        font-size: 4.8vw;
    }
}


/* ------------------------------------------------------------------
Service.html Internet Networks
------------------------------------------------------------------- */
#service-networks-top-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-networks-point2-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
}
.service-networks-point3-subimg-wrap01 {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    border-top: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
.service-networks-point3-subimg-wrap01-last {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    border-top: solid 1px #CCC;
}
.service-networks-point3-subimg {
    display: block;
    margin: 0 0 5%;
    padding: 0;
}
.service-networks-point33-mainleads-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.service-networks-point21-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-bottom: solid 1px #CCC;
}

@media (max-width: 990px){
    .service-networks-point3-subimg-wrap01 {
        padding-bottom: 4%;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}


/* ------------------------------------------------------------------
Service.html Internet Piping
------------------------------------------------------------------- */
#service-net-piping-top-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-net-piping-point1-maintexts {
    display: block;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}


/* ------------------------------------------------------------------
Service.html Camera
------------------------------------------------------------------- */
#service-camera-top-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
.service-top-subleads01 {
    display: block;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}

.service-camera-point1-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
}
.service-camera-point1-mainleads01 {
    display: block;
    font-size: 2.0vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 2%;
    padding: 0;
}
.service-camera-point1-mainleads02 {
    display: block;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 2%;
    padding: 0;
}
.service-camera-point1-mainleads01 br {
    display: none;
}
.service-camera-point1-mainleads02 br {
    display: none;
}
.service-camera-point1-subleads {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    font-family: "Noto Sans JP", serif;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 5% 0;
    padding: 0;
}
.service-camera-point1-subleads br {
    display: none;
}

.service-camera-point2-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
}
.service-camera-point2-mainleads-wrapper {
    margin-left: 0;
    margin-right: 0;
    border-bottom: solid 1px #CCC;
}
.service-camera-point12-trouble-wrap01 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-right: 2%;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
.service-camera-point12-trouble-wrap012 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-right: 2%;
    border-bottom: solid 1px #CCC;
}
.service-camera-point12-trouble-wrap02 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-right: 2%;
    border-right: solid 1px #CCC;
}
.service-camera-point12-trouble-wrap022 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-right: 2%;
}

.service-camera-point12-trouble-title {
    display: block;
    font-size: 1.0vw;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    padding: 0;
}
.service-camera-point2-subleads {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 5%;
    padding: 0;
}
.service-camera-point22-subleads {
    display: block;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 2%;
    padding: 0;
}
.service-camera-point2-system-imgwrap01 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2.2%;
    padding-right: 2.2%;
}

.service-camera-point3-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
}
.service-camera-point3-subimg-wrap01 {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.service-camera-point3-subimg-wrap01-last {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    border-bottom: solid 1px #CCC;
}
.service-camera-point3-subimg-wrap02 {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    border-right: solid 1px #CCC;
}
.service-camera-point3-subimg-wrap02-last {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
}
.service-camera-point3-merit-title {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 5%;
    padding: 0;
}
.service-camera-point3-merit-text {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 6%;
    padding: 0;
}

.service-camera-point4-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
}

@media (max-width: 1200px){
    .service-camera-point1-subleads {
        font-size: 1.6vw;
    }
    .service-camera-point12-trouble-title {
        font-size: 1.4vw;
    }
    .service-camera-point2-subleads {
        font-size: 1.6vw;
    }
    .service-camera-point22-subleads {
        font-size: 1.6vw;
    }
    .service-camera-point3-merit-title {
        font-size: 1.3vw;
    }
}
@media (max-width: 990px){
    .service-camera-point1-mainleads01 {
        font-size: 2.8vw;
        text-align: center;
    }
    .service-camera-point1-mainleads02 {
        font-size: 2.4vw;
        text-align: center;
        margin: 0;
    }
    .service-camera-point12-trouble-wrap01 {
        padding-left: 10%;
        padding-right: 3%;
        border-right: none;
    }
    .service-camera-point1-subleads {
        font-size: 2.4vw;
    }
    .service-camera-point12-trouble-title {
        font-size: 2.4vw;
    }
    .service-camera-point12-trouble-wrap012 {
        padding-left: 10%;
        padding-right: 3%;
    }
    .service-camera-point12-trouble-wrap02 {
        padding-left: 10%;
        padding-right: 3%;
        border-right: none;
        border-bottom: solid 1px #CCC;
    }
    .service-camera-point12-trouble-wrap022 {
        padding-left: 10%;
        padding-right: 3%;
    }
    .service-net-piping-point1-maintexts {
        font-size: 1.8rem;
        text-align: center;
    }
    .service-net-piping-point1-maintexts br {
        display: none;
    }
    .service-camera-point3-subimg-wrap02 {
        padding-bottom: 2%;
        border-bottom: solid 1px #CCC;
    }
    .service-camera-point3-subimg-wrap02.next {
        padding-bottom: 2%;
        border-bottom: none;
    }
    .service-camera-point3-subimg-wrap02-last {
        padding-bottom: 2%;
    }
    .service-camera-point2-subleads {
        font-size: 2.4vw;
    }
    .service-camera-point22-subleads {
        font-size: 2.4vw;
    }
}
@media (max-width: 499px){
    .service-networks-point3-subimg-wrap01 {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-right: 4%;
        border-top: solid 1px #CCC;
        border-right: none;
    }
    .service-inter-point22-merit-title {
        font-size: 4.8vw;
        margin: 0 0 10px;
    }
    .service-networks-point3-subimg-wrap01-last {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .service-net-piping-point1-maintexts {
        font-size: 1.6rem;
        text-align: left;
        margin: 0 0 30px;
    }
    .service-camera-point1-mainleads01 {
        font-size: 4.8vw;
        text-align: center;
        margin: 0 0 20px;
    }
    .service-camera-point1-mainleads01 br {
        display: block;
    }
    .service-camera-point1-mainleads02 br {
        display: block;
    }
    .service-camera-point1-mainleads02 {
        font-size: 4.8vw;
    }
    .service-camera-point1-subleads {
        font-size: 4.8vw;
        margin: 0;
    }
    .service-camera-point1-subleads br {
        display: block;
    }
    .service-camera-point12-trouble-title {
        font-size: 3.6vw;
    }
    .service-camera-point2-subleads {
        font-size: 4.4vw;
    }
    .service-camera-point22-subleads {
        font-size: 4.4vw;
    }
    .service-inter-point-maintexts {
        font-size: 1.5rem;
        text-align: left;
    }
}


/* ------------------------------------------------------------------
Second Head Title
------------------------------------------------------------------- */
.second-head-titile-sections {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    margin: 0;
    padding: 82px 0 0;
    background-color: #F0F0F0;
}
.second-head-titile-wraps {
    display: block;
    text-align: center;
}
.second-head-titles {
    display: block;
    font-size: 3.6vw;
    font-weight: 400;
    font-family: 'DM Serif Display', 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 Serif JP", serif;
    letter-spacing: 5px;
    color: #000;
    padding: 20px 0 0 0;
}

@media (max-width: 1480px){
    .second-head-titile-sections {
        height: 50vh;
    }
    .service-networks-point3-subimg {
        margin: 0 0 20px;
    }
    .service-camera-point3-merit-text {
        font-size: 1.4rem;
        text-align: left;
        margin: 0 0 20px;
    }
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
    .second-head-titles {
        font-size: 4.8vw;
    }
    .second-head-titles span.subtitles {
        font-size: 1.8vw;
    }
}
@media (max-width: 990px){
    .second-head-titile-sections {
        height: 30vh;
    }
    .second-head-titles {
        font-size: 6.0vw;
    }
    .second-head-titles span.subtitles {
        font-size: 2.4vw;
    }
    .service-camera-point3-merit-title {
        font-size: 3.0vw;
    }
    .service-camera-point3-merit-text {
        font-size: 1.8rem;
        margin: 0 20px 20px;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
    .second-head-titile-sections {
        height: auto;
        margin: 78px auto 0;
        padding: 50px 0;
    }
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .service-camera-point3-subimg-wrap02 {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-right: 4%;
        border-right: none;
    }
    .service-camera-point3-merit-title {
        font-size: 4.8vw;
    }
    .service-camera-point3-merit-text {
        font-size: 1.6rem;
        margin: 0 20px 20px;
    }
    .second-head-titles {
        font-size: 9.6vw;
    }
    .second-head-titles span.subtitles {
        font-size: 1.6rem;
        padding: 10px 0 0 0;
    }
}


/* ------------------------------------------------------------------
works.html
------------------------------------------------------------------- */




/* ------------------------------------------------------------------
topics.html 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;
}

.linkbutton-topics-wrapper {
    display: block;
    text-align: center;
    margin: 40px 0;
    padding: 0;
}

.linkbutton-topics-wrapper a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    color: #000;
    text-align: center;
    padding: 3rem 0;
    background-color: #FFF;
    border: solid 2px #000;
    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: #000;
}

@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: 990px){
    .linkbutton-topics-wrapper {
        margin: 10px 0;
    }
    .linkbutton-topics-wrapper a {
        font-size: 1.8rem;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@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.html
------------------------------------------------------------------- */
section.second-news-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6% 15% 6%;
    background-color: #FFF;
}

@media (max-width: 1480px){
    section.second-news-section {
        padding: 6% 5% 6%;
    }
}


/* ------------------------------------------------------------------
topics-post.html
------------------------------------------------------------------- */

.second-topics-list-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 5% 15% 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%;
    }
}




.topics-item-wrap {
    padding: 0 0 80px;
}

.topics-item-imgwrap {
    display: block;
    width: 100%;
    margin: 0 0 5%;
    overflow: hidden;
}

.topics-item-date {
    font-size: 1.4rem;
    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: 600;
    line-height: 1.0;
    color: #FFF;
    padding: 8px 10px 7px;
    margin-bottom: 10px;
    background-color: #000;
}

.topics-item-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    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;
    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;
}

.topics-item-txt img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  display: inline;
}

.topics-item-txt img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  display: inline;
}

.topics-item-txt img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-t {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    text-align: center;
    background: #FFF;
    color: #000;
    padding: 2rem 2rem;
    border: solid 2px #000;
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0) !important;
}

.btn.btn-t:hover, 
.btn.btn-t:focus {
    background: #000;
    color: #FFF;
}

@media (max-width: 1480px){
    .topics-item-title {
        font-size: 2.0rem;
        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: 990px){
    .btn-wrap-newsf {
        margin: 10px 0;
    }
}
@media (orientation: landscape) and (max-width: 990px) {
}
@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: 10px;
    }
    .btn.btn-t {
        letter-spacing: 1px;
        padding: 1rem 2rem;
    }
}


/* ------------------------------------------------------------------
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;
}

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: 400;
    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: 3.6vw;
    font-weight: 600;
    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;
}


/* --------------------------------------
	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 p.kubun2 {
    margin-top: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}
.addressBlock input {
	margin-bottom: 30px;
}
.addressBlock select {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px 10px 8px;
    margin: 0 0 30px;
    color: #000;
    display: inline-block;
    border-color: #CCC;
}
.addressBlock input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0 0 20px 0;
}

.addressBlock br {
    display: none;
}

@media (max-width: 499px){
    .addressBlock p.kubun2 {
        margin-bottom: 5px;
    }
    .addressBlock br {
        display: block;
    }
    .addressBlock input[type="radio"] {
        margin: 0 0 10px 0;
    }
}


/* --------------------------------------
	privacyBlock
----------------------------------------*/
.privacyBlock {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 60px;
}
.privacyBlock .title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	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%;
	}
    .item-contacts-l {
        font-size: 6.0vw;
    }
    .item-contacts-l a {
        font-size: 6.0vw;
    }
}
@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;
	}
    p.contacts-txt-title {
        line-height: 1.4;
        padding: 20px 0 20px;
    }
    p.contacts-txt-title br {
		display: block;
	}
    .item-contacts-l {
        font-size: 9.6vw;
    }
    .item-contacts-l a {
        font-size: 9.6vw;
    }
    .item-contacts-l-teltime {
        font-size: 14px;
        padding: 0 0 30px;
    }
    p.contacts-txt-titles {
        font-size: 16px;
        padding: 0 8% 20px;
        text-align: left;
    }
    p.contacts-txt-titles br {
        display: none;
    }
	#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: 600;
    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: 0;
    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.0rem;
    }
    .privacy-inner-title span {
        font-size: 1.4rem;
    }
    .privacy-inner-section {
        padding: 0 25px 0 30px;
    }
    .privacy-title-text {
        font-size: 1.4rem;
    }
	.privacy-title {
		font-size: 1.5rem;
		padding: 0 0 30px;
	}
	.privacy-subtitle {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.privacy-txt {
		font-size: 1.4rem;
	}
    .privacy-txt-last {
		font-size: 1.4rem;
	}
}


