@charset "UTF-8";

html {
    font-size: 62.5%;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

body {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6;
	background-color: #FFF;
	padding-top: 0;
}

a {
	color: #212121;
    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: #065FFF;
    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[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;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%;
	}
}

.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;
}

.fixed-top {
    z-index: 1030;
}

dt {
    font-weight: 600;
}


.row.t-right {
	display: flex;
	flex-direction: row-reverse !important;
}

@media (max-width: 990px){
	.row.t-right {
		display: flex;
		flex-direction: row !important;
	}
}


/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */

.fixed-top {
    z-index: 99;
}

#mainNav {
    font-family: 'Noto Sans JP', sans-serif;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

#mainNav .nav-link {
	padding: 1.0rem 1.0rem;
	color: #002D5B;
}

#mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #137B3A;
    border: 1px solid #137B3A;
}

@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}

	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}

	.navbar-expand-lg>.container-100p {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg {
		display: flex;
	}
	.navbar-expand-lg .navbar-collapse {
		
	}


	#mainNav .navbar-brand {
		padding: 0rem 0;
	}
	#mainNav .navbar-brand img {
		display: none;
	}
	#mainNav .nav-link {
		padding: 3.0rem 1.0rem;
		color: #002D5B;
		-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:hover {
		color: #DC1715;
	}
	#mainNav .nav-link.gnav-contact {
		margin-top: 1.0rem;
		margin-left: 1.0rem;
		margin-bottom: 1.0rem;
		padding: 2.0rem 3.0rem;
		color: rgba(255, 255, 255, 1.0);
		background-color: #FB070B;
		background: linear-gradient( -46deg, #871018 0%, #FB070B 100%);
		border-radius: 50px;
		transition: all .4s ease-out;
	}
	#mainNav .nav-link.gnav-contact:hover {
		color: #D9CA00;
	}


	#mainNav.navbar-shrink {
		background-color: rgba(255, 255, 255, 0.75);
	}
	#mainNav.navbar-shrink .navbar-brand {
		padding: 0 0 1.25rem;
	}
	#mainNav.navbar-shrink .navbar-brand img {
		display: block;
	}
	#mainNav.navbar-shrink .nav-link {
		color: #002D5B;
		padding: 2.5rem 1.0rem;
		-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.navbar-shrink .nav-link:hover {
		color: #DC1715;
	}
	#mainNav.navbar-shrink .nav-link.gnav-contact {
		margin-top: 0.5rem;
		margin-left: 1.0rem;
		margin-bottom: 0.5rem;
		padding: 2.0rem 3.0rem;
		color: rgba(255, 255, 255, 1.0);
		background-color: #FB070B;
		background: linear-gradient( -46deg, #871018 0%, #FB070B 100%);
		border-radius: 50px;
		transition: all .4s ease-out;	
	}
	#mainNav.navbar-shrink .nav-link.gnav-contact:hover {
		color: #D9CA00;
	}
}

@media (min-width: 1200px) {
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}

	#mainNav .nav-link {
		padding: 4.0rem 1.5rem;
		color: #002D5B;
		-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.gnav-contact {
		margin-top: 2.0rem;
		margin-left: 2.0rem;
		margin-bottom: 2.0rem;
		padding: 2.0rem 5.0rem;
		color: rgba(255, 255, 255, 1.0);
		background-color: #FB070B;
		background: linear-gradient( -46deg, #871018 0%, #FB070B 100%);
		border-radius: 50px;
		transition: all .4s ease-out;
	}

	#mainNav.navbar-shrink .nav-link {
		color: #002D5B;
		padding: 2.5rem 1.5rem;
		-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.navbar-shrink .nav-link.gnav-contact {
		margin-top: 0.5rem;
		margin-left: 2.0rem;
		margin-bottom: 0.5rem;
		padding: 2.0rem 5.0rem;
		color: rgba(255, 255, 255, 1.0);
		background-color: #FB070B;
		background: linear-gradient( -46deg, #871018 0%, #FB070B 100%);
		border-radius: 50px;
		transition: all .4s ease-out;		
	}
}

@media (min-width: 1490px) {
	#mainNav.navbar-shrink .nav-link {
		color: #002D5B;
		padding: 3.0rem 2.0rem;
		-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.navbar-shrink .nav-link.gnav-contact {
		margin-top: 1.0rem;
		margin-left: 2.0rem;
		margin-bottom: 1.0rem;
		padding: 2.0rem 5.0rem;
		color: rgba(255, 255, 255, 1.0);
		background-color: #FB070B;
		background: linear-gradient( -46deg, #871018 0%, #FB070B 100%);
		border-radius: 50px;
		transition: all .4s ease-out;		
	}
}

.mr-180 {
	margin-right: 20px !important;
}

section.resume-section {
    max-width: 100%;
}

.bg-primary {
    background-color: #FFF !important;
}



/* ------------------------------------------------------------------
Home Hero
------------------------------------------------------------------- */

.movie-home-section {
    position: relative;
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFF;
    overflow: hidden;
	background-image: url("../assets/img/video-bg.jpg");
}

.movie-home-section video {
    position: absolute;
    top: 0%;
    right: 80px;
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    margin: auto;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 1200px){
	.movie-home-section {
		width: 100%;
		height: 100vh;
		background-image: url("../assets/img/video-bg-1200.jpg");
	}
	.movie-home-section video {
		display: none;
	}
}
@media (max-width: 990px){
	.movie-home-section {
		right: 0px;
		background-image: url("../assets/img/video-bg-900.jpg");
	}
}
@media (max-width: 749px){
	.movie-home-section {
		background-image: url("../assets/img/video-bg-800.jpg");
		border-bottom-right-radius: 50px;
	}
}
@media (max-width: 499px){
	.movie-home-section {
		background-image: url("../assets/img/video-bg-500.jpg");
	}
}
@media (max-width: 359px){
}

.movie-home-section .right-white {
    position: absolute;
    bottom: 0;
    right: 0;
	width: 80px;
	height: 100%;
    background-color: #FFF;
}

.movie-home-section .down-white {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 40px;
    background-color: #FFF;
}

.movie-home-section .rounded-mask {
    position: absolute;
    bottom: 40px;
    right: 80px;
	width: 140px;
	height: 140px;
}

.movie-home-section .logo-mark {
    position: absolute;
    top: 0;
    left: 50px;
	width: 300px;
	height: 300px;
	padding: 20px 0 0;
}

.movie-home-section .logo-mark span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    margin: 10px auto 0;
    padding: 0 0 0 1px;
}

.movie-home-section .hero-read {
    position: absolute;
    bottom: 170px;
    left: 0;
    font-size: 9.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #002D5B;
	text-align: left;
    padding: 20px 80px 20px 50px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
}

.movie-home-section .hero-subread {
    position: absolute;
    bottom: 100px;
    left: 0;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 6px;
    color: #002D5B;
	text-align: left;
    padding: 15px 30px 15px 60px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.movie-home-section .hero-vertical-text {
    position: absolute;
    top: 50%;
    right: -215px;
    color: #002D5B;
    font-size: 1.3rem;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: 1px;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center 100%;
}

@media (max-width: 1680px){
	.movie-home-section .hero-read {
		bottom: 170px;
		left: 0;
		font-size: 8.4rem;
	}
	.movie-home-section .hero-subread {
		bottom: 100px;
		left: 0;
		font-size: 2.0rem;
		letter-spacing: 4px;
	}
}
@media (max-width: 1480px){
	.movie-home-section .hero-read {
		bottom: 130px;
		left: 0;
		font-size: 7.2rem;
	}
	.movie-home-section .hero-subread {
		bottom: 60px;
		left: 0;
		font-size: 2.0rem;
		letter-spacing: 2px;
	}
	.movie-home-section .rounded-mask {
		bottom: 40px;
	}
	.movie-home-section .down-white {
		bottom: 0;
		left: 0;
		height: 40px;
	}
}
@media (max-width: 1380px){
	.movie-home-section .logo-mark {
		left: 30px;
		width: 260px;
		height: 260px;
		padding: 20px 0 0;
	}
	.movie-home-section .hero-read {
		bottom: 130px;
		left: 0;
		font-size: 6.0rem;
	}
	.movie-home-section .hero-subread {
		bottom: 60px;
		left: 0;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 1200px){
	.movie-home-section .hero-read {
		bottom: 130px;
		left: 0;
		font-size: 4.8rem;
	}
	.movie-home-section .hero-subread {
		bottom: 70px;
		left: 0;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 990px){
	.movie-home-section .logo-mark {
		display: none;
	}
	.movie-home-section .hero-vertical-text {
		display: none;
	}
	.movie-home-section .right-white {
		display: none;
	}
	.movie-home-section .down-white {
		display: none;
	}
	.movie-home-section .rounded-mask {
		bottom: 0px;
		right: 0px;
	}
	.movie-home-section .hero-read {
		bottom: 130px;
		left: 0;
		font-size: 3.6rem;
	}
	.movie-home-section .hero-subread {
		bottom: 70px;
		left: 0;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 749px){
	.movie-home-section .hero-read {
		bottom: 80px;
		left: 0;
		font-size: 2.4rem;
		padding: 10px 30px 10px 30px;
	}
	.movie-home-section .hero-subread {
		bottom: 30px;
		left: 0;
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 10px 30px 10px 30px;
	}
	.movie-home-section .rounded-mask {
		display: none;
	}
}
@media (max-width: 499px){
	.movie-home-section .hero-read {
		bottom: 150px;
		font-size: 2.0rem;
		padding: 10px 20px 10px 20px;
	}
	.movie-home-section .hero-subread {
		bottom: 80px;
		width: 90%;
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 10px 20px 10px 20px;
	}
}
@media (max-width: 359px){
}

.contents-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}




/* ------------------------------------------------------------------
Home About
------------------------------------------------------------------- */

.home-about-wrap {
    width: 100%;
	margin: 5% 0 8%;
	padding: 0 0 15px 8%;
	background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #137B3A 25%, #137B3A 100%);
}
.home-about-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
	margin: 0;
	padding: 10% 0 50px;
}
.home-about-copy {
    font-size: 6.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #002D5B;
	margin: 0;
	padding: 0 0 50px;
}
.home-about-lead {
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #002D5B;
	margin: 0;
	padding: 0 0 50px;
}

@media (max-width: 1680px){
	.home-about-copy {
		font-size: 4.8rem;
	}
	.home-about-lead {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
@media (max-width: 1480px){
	.home-about-title {
		font-size: 2.0rem;
		padding: 10% 0 40px;
	}
	.home-about-copy {
		font-size: 3.6rem;
		padding: 0 0 40px;
	}
	.home-about-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 0 40px;
	}
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
	.home-about-wrap {
		padding: 0 0 15px 5%;
		background: linear-gradient(180deg, #FFF 0%, #FFF 80%, #137B3A 20%, #137B3A 100%);
	}
	.home-about-lead {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 0 0 30px;
	}
}
@media (max-width: 990px){
	.home-about-wrap {
		padding: 0 0% 50px 0%;
		background: linear-gradient(180deg, #FFF 0%, #FFF 90%, #137B3A 10%, #137B3A 100%);
	}
	.home-about-title {
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 5% 0 40px 50px;
	}
	.home-about-copy {
		font-size: 3.6rem;
		padding: 0 50px 40px 50px;
	}
	.home-about-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 50px 40px 50px;
	}
	.home-about-lead br {
		display: none;
	}
}
@media (max-width: 749px){
	.home-about-title {
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 5% 0 30px 0;
		text-align: center;
	}
	.home-about-copy {
		font-size: 3.0rem;
		padding: 0 0 30px 0;
		text-align: center;
	}
	.home-about-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 8% 30px 8%;
	}
}
@media (max-width: 499px){
	.home-about-wrap {
		padding: 0 0% 50px 0%;
		background: linear-gradient(180deg, #FFF 0%, #FFF 95%, #137B3A 5%, #137B3A 100%);
	}
}
@media (max-width: 359px){
}


.margin-lr-5p {
	margin-left: 10px;
	margin-right: 10px;
}
.pddding-2p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pddding-10p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.home-img-wrap {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}

.home-img-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
	width: 140px;
	height: 140px;
}

.home-img-wrap .rounded-mask-rightup {
    position: absolute;
    top: 0;
    right: 0;
	width: 140px;
	height: 140px;
}

.home-img-wrap a img {
	display: block;
    max-width: 100%;
    min-width: 100%;
	height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
	overflow: hidden;
}

.home-img-wrap a img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.home-img-text {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #003366;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

.home-img-text-rec {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #003366;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

@media (max-width: 1480px){
	.home-img-text {
		font-size: 14px;
	}
	.home-img-text-rec {
		font-size: 14px;
	}
}
@media (max-width: 749px){
	.home-img-wrap .rounded-mask-leftup {
		display: none;
	}
	.home-img-wrap .rounded-mask-rightup {
		display: none;
	}
}
@media (max-width: 499px){
}
@media (max-width: 359px){
}




a .home-abouttext-bt-wrap {
    flex-basis: calc(100% / 3);
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15% 0;
	background-color: #DC1715;
	border-radius: 20px;
	overflow: hidden;
	transition: all .3s;
}
a .home-abouttext-bt-wrap:hover {
	background-color: #137B3A;
	transform: scale(0.90);
}




a .home-text-bt-title {
	display: block;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.0;
    color: #FFF;
	margin: 0;
	padding: 0 0 5% 5px;
}
a .home-text-bt-en {
	display: block;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
	margin: 0;
	padding: 0 0 8%;
}
a .home-text-bt-icon {
	display: block;
    font-size: 48px;
    color: #FFF;
	margin: 0;
	padding: 0;
}



a .home-servicetext-bt-wrap {
    flex-basis: calc(100% / 3);
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15% 0;
	background-color: #137B3A;
	border-radius: 20px;
	overflow: hidden;
	transition: all .3s;
}
a .home-servicetext-bt-wrap:hover {
	background-color: #DC1715;
	transform: scale(0.90);
}


@media (max-width: 1680px){
}
@media (max-width: 1480px){
	a .home-text-bt-title {
		font-size: 1.8rem;
		letter-spacing: 4px;
		padding: 0 0 5% 4px;
	}
	a .home-text-bt-en {
		font-size: 1.4rem;
	}
	a .home-text-bt-icon {
		font-size: 36px;
	}
}
@media (max-width: 1380px){
	a .home-text-bt-title {
		font-size: 1.6rem;
		letter-spacing: 2px;
		padding: 0 0 5% 2px;
	}
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
}
@media (max-width: 749px){
}
@media (max-width: 499px){
	a .home-abouttext-bt-wrap {
		padding: 30px 0 10px;
	}
	a .home-servicetext-bt-wrap {
		padding: 30px 0 10px;
	}
	a .home-text-bt-title {
		font-size: 2.0rem;
		letter-spacing: 4px;
		padding: 0 0 10px 4px;
	}
	a .home-text-bt-en {
		font-size: 1.6rem;
		padding: 0 0 10px;
	}
}
@media (max-width: 359px){
}


/* ------------------------------------------------------------------
Home Service
------------------------------------------------------------------- */

.home-service-wrap {
    width: 100%;
	margin: 0 0 8%;
	padding: 0 0 15px 0;
	background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #DC1715 25%, #DC1715 100%);
}
.home-service-textwrap {
    width: 100%;
	margin: 0;
	padding: 0 5% 0 15%;
}
.home-service-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
	margin: 0;
	padding: 10% 0 50px;
}
.home-service-copy {
    font-size: 6.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #002D5B;
	margin: 0;
	padding: 0 0 50px;
}
.home-service-lead {
	display: block;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #002D5B;
	margin: 0;
	padding: 0 0 50px;
}

@media (max-width: 1680px){
	.home-service-copy {
		font-size: 4.8rem;
	}
	.home-service-lead {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
@media (max-width: 1480px){
	.home-service-textwrap {
		padding: 0 5% 0 12%;
	}
	.home-service-title {
		font-size: 2.0rem;
		padding: 10% 0 40px;
	}
	.home-service-copy {
		font-size: 3.6rem;
		padding: 0 0 40px;
	}
	.home-service-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 0 40px;
	}
}
@media (max-width: 1300px){
	.home-service-textwrap {
		padding: 0 5% 0 9%;
	}
	.home-service-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 0 40px;
	}
}
@media (max-width: 1200px){
	.home-service-wrap {
		padding: 0 0 15px 0;
		background: linear-gradient(180deg, #FFF 0%, #FFF 80%, #DC1715 20%, #DC1715 100%);
	}
	.home-service-textwrap {
		padding: 0 5% 0 8%;
	}
	.home-service-lead {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 0 0 30px;
	}
	.home-service-lead br {
		display: none;
	}
}
@media (max-width: 990px){
	.home-service-wrap {
		padding: 0 0 15px 0;
		background: linear-gradient(180deg, #FFF 0%, #FFF 90%, #DC1715 10%, #DC1715 100%);
	}
	.home-service-textwrap {
		padding: 0 50px 0 50px;
	}
	.home-service-title {
		font-size: 2.4rem;
		padding: 5% 0 40px;
	}
	.home-service-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 0 40px;
	}
}
@media (max-width: 749px){
}
@media (max-width: 499px){
	.home-service-wrap {
		padding: 0 0 15px 0;
		background: linear-gradient(180deg, #FFF 0%, #FFF 95%, #DC1715 5%, #DC1715 100%);
	}
	.home-service-textwrap {
		padding: 0 0px 0 0px;
	}
	.home-service-title {
		font-size: 2.0rem;
		padding: 5% 0 30px;
		text-align: center;
	}
	.home-service-copy {
		font-size: 3.0rem;
		padding: 0 0 30px;
		text-align: center;
	}
	.home-service-lead {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 8% 30px;
	}
}
@media (max-width: 359px){
}




/* ------------------------------------------------------------------
Home Recruit
------------------------------------------------------------------- */

.home-recruit-wrap {
    width: 100%;
	margin: 0 0 8%;
	padding: 0 0 0 8%;
	background: linear-gradient(180deg, #FFF 0%, #FFF 70%, #137B3A 30%, #137B3A 100%);
}

.home-recruit-img-wrap {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}
.home-recruit-img-wrap a img {
	display: block;
    max-width: 100%;
    min-width: 100%;
	height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
	overflow: hidden;
}
.home-recruit-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);
}

.home-recruit-img-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
	width: 140px;
	height: 140px;
}
.home-recruit-img-wrap .rounded-mask-leftdown {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 140px;
	height: 140px;
}
@media (max-width: 1200px){
	.home-recruit-wrap {
		padding: 0 0 0 5%;
		background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #137B3A 25%, #137B3A 100%);
	}
}
@media (max-width: 990px){
	.home-recruit-wrap {
		padding: 0 0px 0 0px;
		background: linear-gradient(180deg, #FFF 0%, #FFF 90%, #137B3A 10%, #137B3A 100%);
	}
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}
@media (max-width: 359px){
}




/*!------------------------------------------------------------------
[Home Topics Section]
*/

.home-topics-wrapper {
    width: 100%;
    margin: 0 auto 8%;
    padding: 0;
}
.home-topics-gray-wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 4%;
    background-color: #002D5B;
}

.home-topics-gray-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.home-topics-gray-wrap .rounded-mask-rightup {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
}
.home-topics-gray-wrap .rounded-mask-leftdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.home-topics-gray-wrap .rounded-mask-righdown {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
}

.home-topics-gray-white-wrap {
    width: 100%;
    margin: 0;
    padding: 4%;
    background-color: #FFF;
    border-radius: 90px;
}

@media (max-width: 990px){
	.home-topics-gray-wrap {
		width: 100%;
		padding: 4%;
	}
	.home-topics-gray-white-wrap {
		padding: 8% 4% 8% 4%;
		border-radius: 110px;
	}
}
@media (max-width: 749px){
	.home-topics-gray-wrap {
		width: 100%;
		padding: 4%;
		border-radius: 50px;
	}
	.home-topics-gray-wrap .rounded-mask-leftup {
		display: none;
	}
	.home-topics-gray-wrap .rounded-mask-rightup {
		display: none;
	}
	.home-topics-gray-wrap .rounded-mask-leftdown {
		display: none;
	}
	.home-topics-gray-wrap .rounded-mask-righdown {
		display: none;
	}
	.home-topics-gray-white-wrap {
		border-radius: 30px;
	}
}
@media (max-width: 499px){
	.home-topics-wrapper {
		margin: 0 auto 50px;
	}
	.home-topics-gray-white-wrap {
		border-radius: 40px;
		padding: 8% 4% 50px 4%;
	}
}
@media (max-width: 359px){
}



.home-topics-wrap {
    width: 1200px;
	margin: 0 auto 8%;
	padding: 0;
}

.home-topics-title-ja {
	display: block;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
	text-align: center;
    margin: 0;
    padding: 0 0 30px;
}

.home-topics-title-en {
    font-size: 3.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #002D5B;
	text-align: center;
    margin: 0;
    padding: 0 0 50px;
}

.entry-wrapper {
    padding: 0 0 0 0;
}

.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;
	border-radius: 20px;
}

.entry-wrap:hover {
    background-color: #002D5B;
    border-bottom-color: #002D5B;
    padding-left: 30px;
    padding-right: 30px;
}

.entry-wrap:hover dl.topics-features dt span, 
.entry-wrap:hover dl.topics-features dt h3.home-topics-title a, 
.entry-wrap:hover dl.topics-features dd a {
    color: #bebebe;
}


.entry-wrap dl.topics-features {
    width: 100%;
    margin: 0;
    padding: 0;
}

.entry-wrap dl.topics-features dt {
    float: left;
    width: 80%;
    text-align: left;
    padding: 10px 40px 10px 0;
    margin: 0;
}

.entry-wrap dl.topics-features dt span {
	display: block;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
	color: #002D5B;
	padding-bottom: 10px
}

.entry-wrap dl.topics-features dt h4.home-topics-cate {
	display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
	color: #002D5B;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-radius: 5px;
	border: solid 1px #002D5B;
}

.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.6rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
	color: #002D5B;
}

.entry-wrap dl.topics-features dt h3.home-topics-title a:hover {
	color: #FFF;
}

.entry-wrap dl.topics-features dd {
    margin-left: 80%;
	width: 20%;
    padding: 55px 0 0;
	text-align: right;
}

.entry-wrap dl.topics-features dd a {
    font-size: 2.0rem;
	color: #002D5B;
}

.entry-btn-wrap {
    padding: 40px 0 0;
    margin: 0;
}

@media (max-width: 990px){
	.home-topics-title-ja {
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
}
@media (max-width: 499px){
	.topics-home-section {
		padding: 0 0 60px;
	}
	.home-topics-title-ja {
		font-size: 2.0rem;
		padding: 20px 0 20px;
	}
	.home-topics-title-en {
		font-size: 2.4rem;
		padding: 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;
	}
}

.linkbutton-w-wrap {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
	margin: 0;
    padding: 0;
}

.linkbutton-w-wrap-t {
    display: block;
    position: relative;
    width: 240px;
    text-align: left;
	margin: 5% auto 0;
    padding: 0;
}

@media (max-width: 1480px){
	.linkbutton-w-wrap-t {
		width: 200px;
		margin: 4rem auto 0;
	}
}
@media (max-width: 1300px){
	.linkbutton-w-wrap-t {
		margin: 3rem auto 0;
	}
}
@media (max-width: 1200px){
	.entry-wrap dl.topics-features dt h3.home-topics-title a {
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 990px){
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}
@media (max-width: 359px){
}


/*!------------------------------------------------------------------
[Button a]
*/

.button-a {
	position: relative;
	display: inline-block;
	width: 240px;
    font-size: 1.6rem;
    font-weight: 600;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 1.0;
	letter-spacing: 4px;
	color: #002D5B;
	padding: 25px 20px;
	background-color: transparent;
	border: solid 2px #002D5B;
	border-radius: 60px;
	overflow: hidden;
	z-index: 2;
}

.button-a::before,
.button-a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-a,
.button-a::before,
.button-a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-a:hover {
	color: #F1F1F1;
	border-color: #002D5B;
}

.button-a::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

.button-a:hover::after {
	left: 0;
	background-color: #002D5B;
}

@media (max-width: 1480px){
	.button-a {
		width: 200px;
		font-size: 1.5rem;
		letter-spacing: 2px;
		padding: 18px 10px;
	}
}

@media (max-width: 1300px){
	.button-a {
		height: 48px;
		font-size: 1.3rem;
		padding: 15px 20px;
	}
}


/*!------------------------------------------------------------------
[Button b]
*/

.button-b {
	position: relative;
	display: inline-block;
	width: 100%;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	line-height: 1.0;
	letter-spacing: 4px;
	color: #4E3A65;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 20px 20px;
	background-color: transparent;
	border: solid 1px #4E3A65;
	overflow: hidden;
	z-index: 2;
}

.button-b::before,
.button-b::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-b,
.button-b::before,
.button-b::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-b:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 1px;
    background: #4E3A65;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
}

.button-b:hover {
	color: #F1F1F1;
	border-color: #4E3A65;
}

.button-b::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

.button-b:hover::before {
    background: #F1F1F1;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
}

.button-b:hover::after {
	left: 0;
	background-color: #4E3A65;
}

@media (max-width: 1200px){
	.button-a {
		font-size: 1.3rem;
		padding: 15px 20px;
	}
	.button-b {
		width: 100%;
		font-size: 1.2rem;
		letter-spacing: 1px;
		margin: 10px 0 0;
		padding: 15px 0px;
	}
}
@media (max-width: 990px){
	.linkbutton-w-wrap-t {
		width: 240px;
		margin: 4rem auto 0;
	}
	.button-a {
		display: block;
		width: 240px;
		font-size: 1.4rem;
		margin: 0 auto 40px;
	}
}
@media (max-width: 499px){
	.linkbutton-w-wrap {
		display: block;
		width: 240px;
		margin: 0 auto;
	}
	.linkbutton-w-wrap-t {
		width: 240px;
		margin: 4rem auto 0;
	}
	.button-a {
		margin: 0 auto 30px;
	}
}



/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

footer {
    padding: 60px 5%;
}

footer#footer {
	position: relative;
    padding: 80px 5% 60px;
	background-color: #F0F0F0;
}

footer#footer .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
footer#footer .rounded-mask-rightup {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
}

.footer-logowrap {
	display: block;
	width: 90%;
    margin: 0 auto 80px;
}

.footer-leadwrap {
	display: block;
	padding-left: 5%;
}
.footer-lead {
	display: block;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #333;
    margin: 0 auto;
    padding: 5% 0 0 5%;
}



.footer-menu-wrapper {
	margin-bottom: 50px;
}

.footer-menu-wrap {
    display: block;
	width: 100%;
	height: 100%;
    margin: 0 0 30px;
    padding: 20px 20px 0 20px;
	border-radius: 20px;
	background-color: #FFF;
}

.footer-menu-wrap h4 {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0 0 10px;
    padding: 0 0 20px;
	border-bottom: solid 1px #666;
}
.footer-menu-wrap ul {
    margin: 0;
    padding: 0 0 0 5px;
}
.footer-menu-wrap li {
    display: block;
    margin: 0;
    padding: 4px 0;
}
.footer-menu-wrap li a {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.0;
    color: #002D5B;
}
.footer-menu-wrap li a:hover {
    color: #DC1715;
    text-decoration: none;
}



.footer-office-wrap {
	margin-bottom: 15px;
}

dl.footer-office {
	display: block;
    width: 100%;
	height: 100%;
    padding: 30px 30px 10px 30px;
    margin: 0;
	border-radius: 20px;
	background-color: #FFF;
}
dl.footer-office dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #002D5B;
    padding: 0 0 10px;
    margin: 0;
}
dl.footer-office dd {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #002D5B;
    padding: 0 0 10px;
}

dl.footer-office dd .footer-gmap {
	display: block;
    margin: 0;
    padding: 5px 0 10px;
}
dl.footer-office dd .footer-gmap a {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Noto Sans Japanese", sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0;
}
dl.footer-office dd .footer-gmap a:hover {
    color: #DC1715;
    text-decoration: none;
}

dl.footer-office dd .footer-telno {
	display: block;
    margin: 0;
    padding: 0;
}
dl.footer-office dd .footer-telno a {
    font-size: 1.5rem;
    font-weight: 700;
	font-family: 'Lora', serif;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0;
}

dl.footer-office dd .footer-faxno {
	display: block;
    margin: 0;
    padding: 0;
}
dl.footer-office dd .footer-faxno a {
    font-size: 1.5rem;
    font-weight: 700;
	font-family: 'Lora', serif;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0;
}



.footer-text-center {
	text-align: center;
	margin-top: 40px;
}
.footer-foot-menu ul {
    margin: 0 auto;
    padding: 0;
	text-align: center;
}
.footer-foot-menu li {
	display: inline-block;
    margin: 0;
    padding: 6px 0;
}
.footer-foot-menu li.first:after {
    content: '|';
    margin-left: 20px;
    margin-right: 20px;
}
.footer-foot-menu li a {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #002D5B;
}
.footer-foot-menu li a:hover {
    color: #DC1715;
    text-decoration: none;
}
.footer-copyright {
    font-size: 1.3rem;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #002D5B;
	text-align: center;
    margin: 0;
    padding: 0;
}

@media (max-width: 1480px){
	.footer-lead {
		font-size: 1.8rem;
		padding: 2% 0 0 5%;
	}
	.footer-menu-wrap h4 {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	.footer-menu-wrap li a br.br {
		display: block;
	}
}
@media (max-width: 1300px){
	footer#footer {
		padding: 80px 3% 60px;
	}
	.footer-lead {
		font-size: 1.6rem;
		padding: 2% 0 0 5%;
	}
	.footer-menu-wrap li a {
		font-size: 1.3rem;
	}
}
@media (max-width: 1200px){
	.footer-menu-wrapper {
		margin-bottom: 20px;
	}
	.footer-menu-wrap {
		margin: 0 0 0px;
		padding: 20px 10px 0 10px;
		border-radius: 20px;
	}
	.footer-menu-wrap h4 {
		font-size: 1.2rem;
		letter-spacing: 0px;
	}
	.footer-menu-wrap ul {
		padding: 0 0 0 0px;
	}
	.footer-menu-wrap li {
		padding: 2px 0;
		line-height: 1.2;
	}
	.footer-menu-wrap li a {
		font-size: 1.0rem;
		line-height: 1.0;
		letter-spacing: 0;
	}
	
	dl.footer-office {
		padding: 15px 15px 15px 15px;
		border-radius: 20px;
	}
	dl.footer-office dt {
		font-size: 1.4rem;
		letter-spacing: 0px;
		padding: 0 0 10px;
	}
	dl.footer-office dd {
		font-size: 1.2rem;
		letter-spacing: 0px;
		padding: 0 0 10px;
	}
	
	dl.footer-office dd .footer-telno a {
		font-size: 1.3rem;
		font-weight: 700;
		letter-spacing: 0px;
		line-height: 1.0;
	}
	.footer-foot-menu li a {
		font-size: 1.3rem;
	}
	dl.footer-office dd .footer-faxno a {
		font-size: 1.3rem;
		letter-spacing: 0px;
	}
}
@media (max-width: 990px){
	.footer-logowrap {
		margin: 0 auto 30px;
	}
	.footer-lead {
		font-size: 1.6rem;
		padding: 2% 0 0 5%;
	}
	.fmb15 {
		margin-bottom: 15px;
	}
	.footer-menu-wrap {
		padding: 20px 10px 20px 10px;
	}
	.footer-leadwrap {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 30px;
	}
}
@media (max-width: 749px){
	footer#footer .rounded-mask-leftup {
		display: none;
	}
	footer#footer .rounded-mask-rightup {
		display: none;
	}
	footer#footer {
		padding: 40px 3% 60px;
	}
}
@media (max-width: 499px){
	.footer {
		padding: 3rem 0;
	}
	footer#footer {
		padding: 40px 3% 30px;
	}
	.jfi-img-wrap {
		padding: 0 20% 10px;
	}
	.footer-leadwrap {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 30px;
	}
	.footer-lead {
		font-size: 1.5rem;
		padding: 2% 0 0 0;
		text-align: center;
	}
	.footer-menu-wrap h4 {
		font-size: 1.3rem;
		letter-spacing: 0px;
		margin: 0 0 5px;
		padding: 0 0 10px;
	}
	.footer-menu-wrap li {
		padding: 5px 0;
		line-height: 1.2;
	}
	.footer-menu-wrap li a {
		font-size: 1.3rem;
		line-height: 1.0;
		letter-spacing: 0;
	}
	dl.footer-office dt {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 0 10px;
	}
	dl.footer-office dd {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 0 10px;
	}
	dl.footer-office dd .footer-telno a {
		font-size: 1.6rem;
	}
	dl.footer-office dd .footer-faxno a {
		font-size: 1.6rem;
	}
	.footer-text-center {
		margin-top: 10px;
	}
}
@media (max-width: 359px){
}

.bg-black {
	background: linear-gradient( -46deg, #871018 0%, #FB070B 100%) !important;
}

.copyright {
    font-size: 1.2rem;
    font-weight: 400;
	font-family: 'PT Serif', serif;
	letter-spacing: 0;
	color: #FFF;
}

@media (max-width: 499px){
	.copyright {
		font-size: 1.0rem;
	}
}



/* ------------------------------------------------------------------
Scroll Up
------------------------------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}

.scroll-up a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #002D5B;
    opacity: 1.0;
	background-color: #FFF;
	border: 0px solid #002D5B;
	border-radius: 50%;
}
.scroll-up a::after {
    position: absolute;
    bottom: calc(50% - 2px);
	top: 1.2em;
    right: 0.75em;
    border-bottom: 1.5px solid #002D5B;
    border-right: 2.5px solid #002D5B;
    content: '';
    display: block;
    height: 8px;
	transform: rotate(-90deg) skewX(45deg);
    transition: .2s linear;
    width: 20px;
}

.scroll-up a:hover, .scroll-up a:active {
    opacity: 1;
}

@media (max-width: 1480px){
	.scroll-up {
		bottom: 40px;
		right: 20px;
	}
}
@media (max-width: 1200px){
	.scroll-up {
		bottom: 40px;
		right: 10px;
	}
}
@media (max-width: 749px){
	.scroll-up {
		bottom: 40px;
		right: 10px;
	}
	.scroll-up a {
		height: 40px;
		width: 42px;
		line-height: 40px;
		font-size: 16px;
	}
	.scroll-up a::after {
		top: 1.3em;
		right: 0.8em;
	}
}
@media (max-width: 499px){
	.scroll-up {
		bottom: 20px;
		right: -5px;
	}
}
@media (max-width: 359px){
}




/* ------------------------------------------------------------------
Second Hero IMG
------------------------------------------------------------------- */

.company-hero-section {
    background-color: #FFF;
    background-image: url(../assets/img/company-hero-bg.jpg);
}

.second-hero {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 70vh;
}

.second-hero .second-rounded-mask-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
}

.second-hero .logo-mark {
    position: absolute;
    top: 0;
    left: 50px;
	width: 300px;
	height: 300px;
	padding: 20px 0 0;
}

.second-hero .logo-mark span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    margin: 10px auto 0;
    padding: 0 0 0 1px;
}

.second-hero .second-hero-title {
    position: absolute;
    bottom: 160px;
    left: 0;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 6px;
    color: #002D5B;
	text-align: left;
    padding: 15px 30px 15px 50px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.second-hero .second-hero-title-en {
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 4.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #002D5B;
	text-align: left;
    padding: 20px 80px 20px 50px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
}

@media (max-width: 1480px){
	.second-hero .logo-mark {
		top: 0;
		left: 40px;
		width: 200px;
		height: auto;
		padding: 20px 0 0;
	}
	.second-hero .second-hero-title {
		bottom: 160px;
		font-size: 1.8rem;
		letter-spacing: 4px;
		padding: 10px 30px 10px 40px;
	}
	.second-hero .second-hero-title-en {
		bottom: 70px;
		font-size: 4.4rem;
		padding: 15px 80px 15px 40px;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
	.second-hero .second-hero-title {
		bottom: 160px;
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 10px 30px 10px 40px;
	}
	.second-hero .second-hero-title-en {
		bottom: 70px;
		font-size: 3.6rem;
		padding: 15px 80px 15px 40px;
	}
}
@media (max-width: 990px){
	.second-hero .logo-mark {
		display: none;
	}
}
@media (max-width: 749px){
	.second-hero {
		border-bottom-right-radius: 50px;
	}
	.second-hero .second-rounded-mask-right {
		display: none;
	}
	.second-hero .second-hero-title {
		bottom: 75px;
		font-size: 1.6rem;
		letter-spacing: 2px;
		padding: 10px 30px 10px 40px;
	}
	.second-hero .second-hero-title-en {
		bottom: 20px;
		font-size: 2.4rem;
		padding: 10px 50px 10px 40px;
	}
}
@media (max-width: 499px){
	.second-hero {
		border-bottom-right-radius: 50px;
	}
	.second-hero .second-hero-title {
		bottom: 85px;
		padding: 10px 20px 10px 20px;
	}
	.second-hero .second-hero-title-en {
		bottom: 30px;
		padding: 10px 20px 10px 20px;
	}
}
@media (max-width: 359px){
}



.company-greeting-wrap {
    width: 100%;
    margin: 9% 0 0;
    padding: 0 0 0 8%;
}


.company-greeting-name {
    display: block;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0 0 50px;
}
.company-greeting-name span.dai {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 20px 0 0;
}
.company-greeting-name span.name {
    display: block;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 0 0;
}

@media (max-width: 1480px){
	.company-greeting-wrap {
		margin: 9% 0 0;
		padding: 0 0 0 5%;
	}
	.company-greeting-name {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	.company-greeting-name span.dai {
		font-size: 1.6rem;
	}
	.company-greeting-name span.name {
		font-size: 2.8rem;
		letter-spacing: 2px;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
	.company-greeting-wrap {
		margin: 9% 0 0;
		padding: 0 0 0 0;
	}
	.company-greeting-name {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 50px 60px;
	}
}
@media (max-width: 749px){
	.company-greeting-name {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
		text-align: center;
	}
}
@media (max-width: 499px){
	.company-greeting-name {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	.company-greeting-name span.dai {
		font-size: 1.4rem;
	}
	.company-greeting-name span.name {
		font-size: 2.4rem;
		letter-spacing: 2px;
	}
}
@media (max-width: 359px){
}



.second-photo-wrap {
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.second-photo-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.second-photo-wrap .rounded-mask-rightup {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
}


.company-gray-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.company-gray-wrap .rounded-mask-rightup {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
}
.company-gray-wrap .rounded-mask-leftdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.company-gray-wrap .rounded-mask-righdown {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
}

@media (max-width: 749px){
	.second-photo-wrap {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		overflow: hidden;
	}
	.second-photo-wrap .rounded-mask-leftup {
		display: none
	}
	.second-photo-wrap .rounded-mask-rightup {
		display: none
	}
	.company-gray-wrap .rounded-mask-leftup {
		display: none
	}
	.company-gray-wrap .rounded-mask-rightup {
		display: none
	}
	.company-gray-wrap .rounded-mask-leftdown {
		display: none
	}
	.company-gray-wrap .rounded-mask-righdown {
		display: none
	}
}


.company-gray-wrap {
	position: relative;
    width: 100%;
    margin: 0;
    padding: 5% 0 5% 5%;
	background-color: #F0F0F0;
}

.company-gray-white-wrap {
    width: 100%;
    margin: 0;
    padding: 5%;
	background-color: #FFF;
	border-bottom-left-radius: 100px;
}
.company-lead-wrap {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #002D5B;
    text-align: left;
    margin: 0;
    padding: 0 0 40px;
}
.company-lead-wrap br {
    display: none;
}
.company-text-wrap {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: 1px;
    color: #002D5B;
    text-align: left;
    margin: 0;
	padding: 0 0 30px;
}

@media (max-width: 1480px){
	.company-text-wrap {
		font-size: 1.6rem;
		line-height: 2.0;
		letter-spacing: 1px;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
}
@media (max-width: 749px){
	.company-gray-wrap {
		padding: 4%;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
	}
	.company-gray-white-wrap {
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}
}
@media (max-width: 499px){
	.company-lead-wrap {
		font-size: 2.0rem;
		letter-spacing: 0px;
		padding: 0 0 20px;
		text-align: center;
	}
	.company-lead-wrap br {
		display: block;
	}
}
@media (max-width: 359px){
}




.company-overview-wrap {
    width: 100%;
    margin: 0;
    padding: 10% 0 0 0;
}

.company-overview-gray-wrap {
	position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 4%;
	background-color: #F0F0F0;
}


.company-overview-gray-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.company-overview-gray-wrap .rounded-mask-rightup {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
}
.company-overview-gray-wrap .rounded-mask-leftdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.company-overview-gray-wrap .rounded-mask-righdown {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
}

.bg-green {
	background-color: #137B3A !important;
}
.bg-red {
	background-color: #DC1715 !important;
}


.company-overview-gray-white-wrap {
    width: 100%;
    margin: 0;
    padding: 4%;
	background-color: #FFF;
	border-radius: 90px;
}

.company-center-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
	text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
.company-center-title-en {
    font-size: 6.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #002D5B;
	text-align: center;
    margin: 0;
    padding: 0 0 60px;
}

@media (max-width: 1480px){
	.company-center-title-en {
		font-size: 3.6rem;
		padding: 0 0 40px;
	}
}
@media (max-width: 990px){
	.company-overview-gray-wrap {
		width: 100%;
		padding: 4%;
	}
	.company-overview-gray-white-wrap {
		padding: 8% 4% 6% 4%;
		border-radius: 120px;
	}
	.company-center-title {
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
}
@media (max-width: 749px){
	.company-overview-gray-wrap {
		border-radius: 50px;
	}
	.company-overview-gray-white-wrap {
		border-radius: 40px;
	}
	.company-overview-gray-wrap .rounded-mask-leftup {
		display: none;
	}
	.company-overview-gray-wrap .rounded-mask-rightup {
		display: none;
	}
	.company-overview-gray-wrap .rounded-mask-leftdown {
		display: none;
	}
	.company-overview-gray-wrap .rounded-mask-righdown {
		display: none;
	}
	.company-center-title {
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.company-center-title-en {
		font-size: 3.0rem;
		padding: 0 0 30px;
	}
}
@media (max-width: 499px){
	.company-overview-wrap {
		padding: 80px 0 0 0;
	}
	.company-center-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 10px;
	}
}
@media (max-width: 359px){
}


/*!------------------------------------------------------------------
[company.html Table Overview]
*/

table.overvew {
    width: 100%;
    margin: 0 auto 30px;
    border-collapse: separate;
    border-spacing: 20px 0;
}
table.overvew th {
    width: 20%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #002D5B;
    letter-spacing: 1px;
    vertical-align: middle;
	text-align: center;
    padding: 1.5em 1.0em;
    border-bottom: solid 2px #002D5B;
}
table.overvew th.v-top {
    vertical-align: top;
    padding: 1.8em 1.0em;
}
table.overvew th span {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
}
table.overvew td {
    width: 75%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 1.5em 1.0em;
    border-bottom: solid 1px #002D5B;
}
table.overvew td .client-c br {
	display: none;
}
table.overvew td h4.client01 {
	display: block;
    font-size: 1.8rem;
    font-weight: 600;
	line-height: 1.0;
    padding: 0 0 0px;
}
table.overvew td h4.client02 {
	display: block;
    font-size: 1.8rem;
    font-weight: 600;
	line-height: 1.0;
    padding: 20px 0 0px;
}
table.overvew td a {
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 0px;
    line-height: 1.0;
    padding: 5px 0 0;
}
table.overvew td a:hover {
    color: #DC1715;
}
table.overvew td a.tel {
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 0;
}
table.overvew td a.address-gm {
    font-size: 1.4rem;
    font-weight: 400;
    color: #002D5B;
    letter-spacing: 0px;
    line-height: 1.0;
    padding: 10px 0 15px;
}
table.overvew td a.address-gm:hover {
    color: #DC1715;
}

dl.overvew-content-wrap {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
}
dl.overvew-content-wrap dt {
    float: left;
    width: 22px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #002D5B;
    text-align: left;
    line-height: 1.4;
    padding: 4px 0;
    margin: 0;
}
dl.overvew-content-wrap dd {
    margin-left: 22px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #002D5B;
    padding: 4px 0;
}
dl.overvew-content-wrap dd br {
	display: none;
}


dl.overvew-officer-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.overvew-officer-wrap dt {
    float: left;
    width: 180px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.overvew-officer-wrap dd {
    margin-left: 180px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #002D5B;
    padding: 5px 0;
}


@media (max-width: 1480px){
	table.overvew th {
		font-size: 1.6rem;
	}
	table.overvew td {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	table.overvew td h4.client01 {
		font-size: 1.6rem;
	}
	table.overvew td h4.client02 {
		font-size: 1.6rem;
	}
	table.overvew td a {
		font-size: 1.6rem;
	}
	table.overvew td a.tel {
		font-size: 1.6rem;
	}
	table.overvew td a.address-gm {
		font-size: 1.4rem;
	}
	dl.overvew-content-wrap dt {
		width: 22px;
		font-size: 1.6rem;
	}
	dl.overvew-content-wrap dd {
		font-size: 1.6rem;
	}
	dl.overvew-officer-wrap dt {
		width: 200px;
		font-size: 1.6rem;
	}
	dl.overvew-officer-wrap dd {
		margin-left: 200px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}

@media (max-width: 1200px){
	table.overvew {
		width: 100%;
	}
	table.overvew td span {
		display: block;
	}
	table.overvew td .client-c {
		line-height: 1.2;
		padding: 4px 0;
	}
	table.overvew td .client-c br {
		display: block;
	}
}
@media (max-width: 990px){
	table.overvew th {
		font-size: 1.5rem;
	}
	table.overvew td {
		font-size: 1.5rem;
	}
	table.overvew td h4.client01 {
		font-size: 1.5rem;
	}
	table.overvew td h4.client02 {
		font-size: 1.5rem;
	}
	table.overvew td span {
		display: block;
	}
	table.overvew td .client-c {
		line-height: 1.2;
		padding: 5px 0;
	}
	table.overvew td .client-c br {
		display: none;
	}
	dl.overvew-content-wrap dt {
		font-size: 1.5rem;
	}
	dl.overvew-content-wrap dd {
		font-size: 1.5rem;
	}
	dl.overvew-officer-wrap dt {
		width: 120px;
		font-size: 1.5rem;
	}
	dl.overvew-officer-wrap dd {
		margin-left: 120px;
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
}
@media (max-width: 499px){
	table.overvew {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0px 0;
		border-top: solid 1px #003366;
		margin: 40px auto;
	}
	table.overvew th {
		display: block;
		width: 100%;
		font-size: 1.7rem;
		letter-spacing: 0px;
		padding: 1.5em 0.5em 0.2em;
		border-bottom: none;
		text-align: left;
	}
	table.overvew td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 0.5em 1.5em;
		border-bottom: solid 1px #003366;
	}
	table.overvew td h4.client01 {
		font-size: 1.6rem;
		padding: 20px 0 0px;
	}
	table.overvew td h4.client02 {
		font-size: 1.6rem;
	}
	table.overvew td a {
		font-size: 1.2rem;
	}
	table.overvew td.guidelines a.tel {
		font-size: 2.6rem;
	}
	table.overvew td.guidelines span.teltime {
		font-size: 1.4rem;
		letter-spacing: 0px;
		padding: 6px 0 20px;
	}
	table.overvew td.guidelines a.contact-linkbtn {
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 2px;
	}
	table.overvew td.guidelines span {
		letter-spacing: 0px;
	}
	table.overvew td br {
		display: block;
	}
	dl.overvew-content-wrap dt {
		font-size: 1.4rem;
	}
	dl.overvew-content-wrap dd {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	dl.overvew-content-wrap dd br {
		display: block;
	}
	dl.overvew-officer-wrap dt {
		float: none;
		width: 100%;
		font-size: 1.6rem;
		font-weight: 600;
		padding: 5px 0 0;
	}
	dl.overvew-officer-wrap dd {
		margin-left: 0px;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 0 10px;
	}
}





.company-office-wrap {
    width: 100%;
    margin: 0;
    padding: 10% 0 8% 0;
}

.office-wrapper {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: solid 1px #CCC;
}
.office-wrapper-last {
	margin-bottom: 40px;
}

.office-img {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.office-name {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 4px;
    color: #002D5B;
    text-align: left;
    margin: 0;
    padding: 0 0 20px 10px;
}
.office-ad {
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 20px 10px;
}
.office-ad a.address-gm {
	display: block;
	width: 200px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #002D5B;
    letter-spacing: 0px;
    line-height: 1.0;
    padding: 10px 0 15px;
}
.office-ad a.address-gm:hover {
    color: #DC1715;
}
.office-ad a.tel {
	display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.0;
    padding: 0 20px 5px 0;
}
.office-gmap {
    position: relative;
    width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	border-radius: 20px;
}
.office-gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media (max-width: 1480px){
	.office-name {
		font-size: 2.0rem;
		letter-spacing: 4px;
	}
	.office-ad {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.office-ad a.tel {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
}
@media (max-width: 749px){
}
@media (max-width: 499px){
	.company-office-wrap {
		padding: 80px 0 50px 0;
	}
	.office-wrapper {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.office-ad span {
		display: block;
		letter-spacing: 0px;
	}
}
@media (max-width: 359px){
}


/* ------------------------------------------------------------------
Second Hero IMG
------------------------------------------------------------------- */

.service-hero-section {
    background-color: #FFF;
    background-image: url(../assets/img/service-hero-bg.jpg);
}

.second-service-photo-wrap {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.second-service-photo-wrap img {
	width: 100%;
}
.second-service-photo-wrap .rounded-mask-leftup {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}

.service-lineup-text {
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0;
    padding: 0 25% 0 0;
}

.service-gray-center-wrap {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5%;
    background-color: #F0F0F0;
}
.service-gray-white-center-wrap {
    width: 100%;
	height: 560px;
    margin: 0;
    padding: 10%;
    background-color: #137B3A;
	border-radius: 20px;
}

.service-number-wrap {
    font-size: 12.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
.service-lead-wrap {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0px;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
.service-text-wrap {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    color: #FFF;
    text-align: left;
    margin: 0;
    padding: 0;
}

@media (max-width: 1680px){
	.service-gray-white-center-wrap {
		height: 530px;
	}
	.service-number-wrap {
		font-size: 9.6rem;
	}
	.service-lead-wrap {
		font-size: 2.2rem;
	}
	.service-text-wrap {
		line-height: 1.6;
	}
}
@media (max-width: 1480px){
	.service-lineup-text {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 20% 0 0;
	}
	.service-gray-white-center-wrap {
		height: 460px;
	}
	.service-number-wrap {
		font-size: 7.2rem;
		padding: 0 0 20px;
	}
	.service-lead-wrap {
		font-size: 2.0rem;
	}
	.service-text-wrap {
		font-size: 1.6rem;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
	.service-gray-white-center-wrap {
		height: 520px;
	}
	.service-lead-wrap {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.service-text-wrap {
		font-size: 1.5rem;
		font-weight: 400;
	}
}
@media (max-width: 990px){
	.service-gray-white-center-wrap {
		width: 100%;
		height: auto;
		padding: 40px 4%;
	}
	.service-lineup-text {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 50px 50px 50px;
	}
	.service-text-wrap {
		font-size: 1.6rem;
		font-weight: 400;
	}
}
@media (max-width: 749px){
	.second-service-photo-wrap .rounded-mask-leftup {
		display: none;
	}
}
@media (max-width: 499px){
	.service-gray-white-center-wrap {
		width: 100%;
		height: auto;
		padding: 40px 30px;
	}
	.service-lead-wrap {
		letter-spacing: 2px;
	}
	.service-text-wrap {
		font-size: 1.5rem;
	}
	.service-lineup-text {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 8% 30px 8%;
	}
}
@media (max-width: 359px){
}


.service-movie-center-wrap {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 30px;
    padding-bottom: 56.25%;
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.service-movie-center-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-movie-lead-wrap {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
}
@media (max-width: 1480px){
	.service-movie-lead-wrap {
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 0 0 10px;
	}
}
@media (max-width: 1200px){
	.service-movie-lead-wrap {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 10px;
	}
}
@media (max-width: 990px){
}
@media (max-width: 749px){
}
@media (max-width: 499px){
	.service-movie-lead-wrap {
		font-size: 1.6rem;
	}
}
@media (max-width: 359px){
}


.service-gray-last-wrap {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 2% 0 3% 2%;
    background-color: #F0F0F0;
}
.service-gray-last-wrap .rounded-mask-leftdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.service-gray-white-last-wrap {
    width: 100%;
    margin: 0;
    padding: 4% 4% 3% 4%;
    background-color: #DC1715;
    border-radius: 20px;
}
@media (max-width: 1480px){
	.service-movie-center-wrap {
		margin: 0 0 20px;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
	.service-gray-white-last-wrap {
		padding: 4%;
	}
}
@media (max-width: 749px){
}
@media (max-width: 499px){
}
@media (max-width: 359px){
}


.truck-lead {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #002D5B;
    text-align: center;
    margin: 0;
    padding: 0 0 60px;
}
.truck-img {
    position: relative;
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.truck-name {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #002D5B;
    text-align: center;
    margin: 0;
    padding: 20px 0 20px;
}
.truck-text {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    padding: 0 0 20px;
}
@media (max-width: 1480px){
	.truck-lead {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	.truck-text {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
}
@media (max-width: 1380px){
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
}
@media (max-width: 990px){
	.truck-lead {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 20px 0 20px;
	}
}
@media (max-width: 749px){
}
@media (max-width: 499px){
	.truck-lead {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 20px 10px 20px;
		text-align: left;
	}
	.truck-lead br {
		display: none;
	}
	.truck-name {
		font-size: 1.8rem;
		padding: 0px 0 10px;
	}
	.truck-text {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 10px 0px;
		text-align: left;
	}
}
@media (max-width: 359px){
}



.management-hero-section {
    background-color: #FFF;
    background-image: url(../assets/img/management-hero-bg.jpg);
}

.management-subtitle {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #137B3A;
    text-align: center;
    margin: 0;
    padding: 40px 0;
}
.management-lead {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #002D5B;
    text-align: center;
    margin: 0;
    padding: 0 0 40px;
}


.management-subtitle-second {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #137B3A;
    text-align: center;
    margin: 0;
    padding: 10% 0 40px;
}
.management-sublead {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #002D5B;
    text-align: left;
    margin: 0;
    padding: 10px 0 30px;
}


table.management {
    width: 100%;
    margin: 0 auto;
}
table.management th {
    width: 10%;
    font-size: 7.2rem;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
    color: #002D5B;
    letter-spacing: 0;
    vertical-align: middle;
	text-align: center;
    padding: 0;
}
table.management td {
    width: 90%;
    font-size: 2.0rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.6;
    vertical-align: middle;
	text-align: left;
    padding: 10px 20px;
}
table.management td.lg {
    width: 90%;
    font-size: 2.4rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.4;
    vertical-align: middle;
	text-align: left;
    padding: 10px 20px;
}
table.management td.lg span {
	display: block;
    font-size: 1.8rem;
}
.management-name {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #002D5B;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: right;
    margin: 0;
    padding: 30px 30px 30px 0;
}
@media (max-width: 1480px){
	table.management td {
		font-size: 1.8rem;
	}
	table.management td.lg {
		font-size: 2.0rem;
	}
}
@media (max-width: 1380px){
	table.management td.lg span {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}
@media (max-width: 1300px){
}
@media (max-width: 1200px){
	table.management th {
		font-size: 6.0rem;
	}
	table.management td.lg {
		font-size: 1.8rem;
	}
	table.management td.lg span {
		font-size: 1.4rem;
	}
}
@media (max-width: 990px){
	.management-lead {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	table.management td {
		font-size: 1.6rem;
	}
}
@media (max-width: 749px){
	.management-subtitle {
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 40px 0;
	}
	.management-subtitle-second {
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 10% 0 40px;
	}
	table.management th {
		font-size: 4.8rem;
	}
	.management-name {
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 1px;
		padding: 30px 30px 30px 0;
	}
}
@media (max-width: 499px){
	.management-lead {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 30px;
		text-align: left;
	}
	.management-lead br {
		display: none;
	}
	.management-subtitle {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 40px 0 30px;
	}
	.management-subtitle-second {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 60px 0 30px;
	}
	table.management td {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding: 10px 0px 10px 20px;
	}
	.management-sublead {
		font-size: 1.8rem;
		line-height: 1.0;
		letter-spacing: 0px;
		text-align: center;
		padding: 10px 0 10px;
	}
	table.management td.lg {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.4;
		padding: 10px 0px 10px 20px;
	}
	table.management td.lg span {
		font-size: 1.2rem;
	}
}
@media (max-width: 359px){
}



.recruit-hero-section {
    background-color: #FFF;
    background-image: url(../assets/img/recruit-hero-bg.jpg);
}



.topics-hero-section {
    background-color: #FFF;
    background-image: url(../assets/img/topics-hero-bg.jpg);
}
.topics-list-wrapper {
    width: 100%;
    margin: 8% auto;
    padding: 0;
}


/*!------------------------------------------------------------------
[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: #FFF;
    background: #002D5B;
    border-color: #002D5B;
}

.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 rgba(150, 150, 155, 0.5);
    border-radius: 4px;
}

.page-link:hover {
    z-index: 2;
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    background-color: #002D5B;
    border-color: #002D5B;
}

.page-item.active .page-link, 
.page-item.active .page-link:focus, 
.page-item.active .page-link:hover {
    background-color: #002D5B;
    border-color: #002D5B;
    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.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0px;
    color: #002D5B;
    text-align: center;
    padding: 3rem 0;
    background-color: #FFF;
    border-radius: 60px;
	border: solid 1px #002D5B;
    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: #002D5B;
    border: solid 1px #002D5B;
}

@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){
}
@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;
	}
}
@media (max-width: 359px){
}




.second-non-hero {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 340px;
}
.second-non-hero .logo-mark {
    position: absolute;
    top: 0;
    left: 50px;
    width: 300px;
    height: auto;
    padding: 20px 0 0;
}
.second-non-hero .logo-mark span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    margin: 10px auto 0;
    padding: 0 0 0 1px;
}

.topics-post-wrapper {
    width: 100%;
    margin: 0 auto 8%;
    padding: 0;
}

.topics-item-wrap {
    padding: 0 0 80px;
}

.topics-item-imgwrap {
    position: relative;
	width: 100%;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.topics-item-date {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0;
    padding: 15px 0 15px 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.2rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #002D5B;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFF;
    border: solid 1px #002D5B;
}

.topics-item-title {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0 0 50px;
    padding: 0 0 40px 20px;
    border-bottom: solid 1px #002D5B;
}

.topics-item-txt {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0;
    padding: 0 20px;
}

.topics-item-txt img {
    width: auto;
    max-width: auto;
    height: auto;
}

.btn.btn-t {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    background: #FFF;
    color: #002D5B;
	padding: 2rem 2rem;
    border-radius: 50px;
    border: solid 1px #002D5B;
}

.btn.btn-t:hover, 
.btn.btn-t:focus {
    background: #002D5B;
    color: #FFF;
    border: solid 1px #002D5B;
}

@media (max-width: 1480px){
	.second-non-hero {
		height: 260px;
	}
	.second-non-hero .logo-mark {
		left: 40px;
		width: 200px;
	}
}

@media (max-width: 990px){
	.second-non-hero {
		height: 120px;
	}
	.second-non-hero .logo-mark {
		display: none;
	}
	.topics-item-title {
		font-size: 2.0rem;
		letter-spacing: 1px;
		margin: 0 0 50px;
		padding: 0 20px 40px 20px;
	}
}
@media (max-width: 749px){
	.topics-item-title {
		font-size: 2.0rem;
		letter-spacing: 1px;
		margin: 0 0 30px;
		padding: 0 20px 30px 20px;
	}
}
@media (max-width: 499px){
	.second-non-hero {
		height: 80px;
	}
	.topics-item-wrap {
		padding: 0 0 40px;
	}
	.topics-item-date {
		letter-spacing: 0px;
		padding: 0 0 10px 0px;
	}
	.topics-item-cate ul {
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.topics-item-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin: 0 0 20px;
		padding: 0 0 20px 0px;
	}
	.topics-item-txt {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0px;
		padding: 0 0px;
	}
	.topics-btnwrap {
		margin-bottom: 20px;
	}
	.btn-wrap-newsf {
		margin-bottom: 15px;
	}
	.btn.btn-t {
		letter-spacing: 1px;
		padding: 1rem 2rem;
		border-radius: 6px;
	}
}



/*!------------------------------------------------------------------
[Contact Us ]
*/

.contact-hero-section {
    background-color: #FFF;
    background-image: url(../assets/img/contact-hero-bg.jpg);
}

@media (max-width: 1480px){
	.contact-second-section {
	}
}
@media (max-width: 1200px){
	.contact-second-section {
	}
}

.contact-title01-main {
    display: block;
    width: 260px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 10px;
    color: #002D5B;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #FFF;
}

.contact-leads {
    display: block;
    width: 100%;
    color: #002D5B;
	font-size: 1.8rem;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.5;
    padding: 0 0 50px;
    margin: 0;
	text-align: center;
}

.contact-leads br.br {
    display: none;
}

p.contacts-txt-title {
    display: block;
    width: 100%;
    color: #002D5B;
	font-size: 1.8rem;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 2.0;
    padding: 50px 0 20px;
    margin: 0;
	text-align: center;
	border-top: solid 1px #CCC;
}

p.contacts-txt-title br {
    display: none;
}

p.contacts-txt-titles {
    display: block;
    width: 100%;
    color: #002D5B;
	font-size: 1.6rem;
	font-weight: 400;
    letter-spacing: 1px;
	line-height: 1.8;
    padding: 0 0 50px;
    margin: 0;
	text-align: center;
	border-bottom: solid 1px #CCC;
}

.contact-01-wrap {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-color: #FFF;
}





.item-contacts-l {
    font-size: 5.0rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0 0 10px;
	text-align: center;
}
.item-contacts-l a {
    font-size: 4.8rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
    line-height: 1.0;
    color: #002D5B;
}
.item-contacts-l-teltime {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0 0 40px;
	text-align: center;
}
.item-contacts-r {
	font-size: 3.0rem;
	font-weight: 400;
    letter-spacing: 1px;
	line-height: 1.0;
    color: #002D5B;
    margin: 0;
    padding: 0 0 10px;
	text-align: left;
}




p.contacts-address {
    display: block;
    width: 100%;
    color: #002D5B;
	font-size: 1.6rem;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 1px;
	line-height: 1.5;
    padding: 0;
    margin: 0 0 30px;
}
p.contacts-address span {
    display: block;
    width: 100%;
    color: #002D5B;
	font-size: 1.6rem;
    font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.5;
    padding: 0;
    margin: 0;
}
@media (max-width: 1480px){
	p.contacts-txt-title {
		font-size: 1.6rem;
		line-height: 1.8;
	}	
	p.contacts-address {
		font-size: 14px;
	}
}
@media (max-width: 1200px){
	.contact-leads {
		font-size: 1.8rem;
		letter-spacing: 1px;
		line-height: 1.5;
		padding: 0 0 50px;
	}
	.contact-leads br {
		display: block;
	}
}
@media (max-width: 990px){
	.contact-leads {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	p.contacts-txt-titles {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
}
@media (max-width: 749px){
	.contact-title01-main {
		width: 220px;
		font-size: 2.0rem;
		letter-spacing: 10px;
		padding: 10px 0;
	}
	.contact-leads {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 10% 50px;
	}
	p.contacts-txt-titles br {
		display: none;
	}
}
@media (max-width: 499px){
	.contact-leads {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0px;
		padding: 0 5% 30px;
		text-align: center;
	}
	p.contacts-txt-titles {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 0 40px;
		text-align: left;
	}
	.item-contacts-l a {
		font-size: 2.8rem;
	}
	.item-contacts-l {
		font-size: 2.4rem;
		padding: 0 0 10px;
		text-align: center;
	}
	.item-contacts-l i {
		font-size: 3.6rem;
	}
	.item-contacts-l-teltime {
		font-size: 1.2rem;
		padding: 0 0 30px;
	}
	.item-contacts-r {
		font-size: 2.4rem;
		padding: 0 0 20px;
		text-align: center;
	}
	.mil-img {
		width: 70%;
	}
	p.contacts-txt-title br {
		display: none;
	}
	p.contacts-txt-title-name {
		font-size: 1.6rem;
	}
	p.contacts-txt-title-address {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	p.contacts-txt-title {
		font-size: 1.6rem;
		letter-spacing: 0px;
		line-height: 1.6;
		padding: 30px 0;
	}
	p.contacts-txt-title br {
		display: block;
	}
	p.contacts-txt-titles {
		font-size: 1.5rem;
		letter-spacing: 0px;
		line-height: 1.8;
		padding: 0 0 30px;
		text-align: left;
	}
	p.contacts-txt-titles br {
		display: none;
	}
	p.contacts-address {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	p.contacts-address span {
		font-size: 1.5rem;
		padding: 0 0 10px 0;
	}
	dl.item-contacts {
		width: 100%;
		padding: 30px 0;
	}
	dl.item-contacts dd {
		font-size: 2.4rem;
	}
}
@media (max-width: 350px){
	dl.item-contacts dt {
		width: 40px;
		font-size: 2.4rem;
	}
	dl.item-contacts dd {
		margin-left: 40px;
		font-size: 2.4rem;
	}
	p.contacts-address {
		font-size: 1.2rem;
	}
	.mil-img {
		width: 50%;
	}
}



/*!------------------------------------------------------------------
[Privacy Policy ]
*/
.privacy-hero-bg {
    background-size: cover;
    background-image: url(../img/privacy-top-bg.jpg);
}
.privacy-inner {
    margin: 0;
    padding: 0;
    text-align: left;
}
.privacy-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0;
    padding: 50px 0 50px;
}
.privacy-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0;
    padding: 0 0 20px;
}
.privacy-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0;
    padding: 0 0 50px;
}
.privacy-txt-last {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #002D5B;
    margin: 0;
    padding: 0;
}

dl.item-privacy {
    width: 100%;
    padding: 20px 0 50px;
    margin: 0;
}
dl.item-privacy dt {
    float: left;
    width: 20px;
    font-size: 1.6rem;
    color: #002D5B;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.item-privacy dd {
    margin-left: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #002D5B;
    padding: 5px 0;
}

@media(max-width:1480px) {
	.privacy-subtitle {
		font-size: 1.6rem;
	}
	.privacy-txt {
		font-size: 1.6rem;
	}
	dl.item-privacy dt {
		width: 20px;
		font-size: 1.6rem;
	}
	dl.item-privacy dd {
		margin-left: 20px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 1300px){
	.privacy-inner {
		padding: 0 15px;
	}
}
@media (max-width: 1200px){
	.privacy-title {
		font-size: 1.4rem;
		padding: 40px 0 40px;
	}
	.privacy-txt {
		font-size: 1.4rem;
	}
	.privacy-txt-last {
		font-size: 1.4rem;
	}
	dl.item-privacy dt {
		width: 18px;
		font-size: 1.4rem;
	}
	dl.item-privacy dd {
		margin-left: 18px;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 990px){
	.privacy-hero-bg {
		background-size: cover;
		background-image: url(../img/privacy-top-bgsp.jpg);
	}
	.privacy-title {
		padding: 40px 0 40px;
	}
	.privacy-subtitle {
		font-size: 1.5rem;
	}
}
@media (max-width: 749px){
	.privacy-title01-main {
		width: 260px;
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 10px 0;
	}
}
@media (max-width: 499px){
	.privacy-inner {
		padding: 0 0px;
	}
	.privacy-title {
		font-size: 1.4rem;
		letter-spacing: 0px;
		line-height: 1.6;
	}
	.privacy-subtitle {
		font-size: 1.6rem;
		letter-spacing: 0px;
	}
	.privacy-txt-last {
		font-size: 1.4rem;
		letter-spacing: 0px;
		line-height: 1.6;
	}
	.privacy-txt {
		font-size: 1.4rem;
		letter-spacing: 0px;
		line-height: 1.6;
	}
}
















