@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;
	padding-top: 0;
	overflow-x: hidden;
}

a {
	color: #000;
    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: #0094CE;
    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;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-fluid {
	max-width: 100%;
	padding-right: 0rem;
	padding-left: 0rem;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}

.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: 99;
}

dt {
    font-weight: 600;
}


/* ------------------------------------------------------------------
[Preloader]
------------------------------------------------------------------- */

/*
Copyright（c）2021 by Ash Thornton（https://codepen.io/ashthornton/pen/ZmxaWv）
Released under the MIT license
https://opensource.org/licenses/mit-license.php
*/

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}

#loader .grey, 
#loader .white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

#loader .grey {
	z-index: 2;
	background-color: #012850;
}

#loader .white {
	z-index: 1;
	background-color: #FFF;
}

#loader .text-wrap {
	overflow: hidden;
}

#loader .text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFF;
	z-index: 3;
}

#loader .text-wrap span {
	display: inline-block;
	color: #FFF;
}

#wrapper {
	display: block;
	width: 100%;
}

@media (max-width: 499px){
	#loader .text-wrap {
		font-size: 2.0rem;
	}
}


/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */

.navbar-brand {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

#mainNav {
    background-color: #FFF;
}
#mainNav .navbar-brand {
	padding: 0.1rem 0;
}
#mainNav .nav-link {
	padding: 0.75rem 1.0rem;
	color: #121212;
}

#mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
	outline: none;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 1.25rem;
    color: #012850;
    border: 1px solid #012850;
}

@media (min-width: 499px) {
	#mainNav .nav-link {
		padding: 0.3rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.5rem;
	}
}
@media (min-width: 749px) {
	#mainNav .nav-link {
		padding: 1.0rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	#mainNav {
		padding: 0 0 0 2%;
		background-color: rgba(255, 255, 255, 1.0);
		transition: all .5s ease-out;
	}
	.container {
		max-width: 100%;
	}
	.navbar {
		height: auto;
		padding: 0 10px;
	}

	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.0rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
	}
	#mainNav .navbar-nav > li.nav-item > a span {
		font-size: 0.8rem;
	}

	.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 {
		width: 240px;
		padding: 0rem 0;
	}
	#mainNav .navbar-brand img {
		display: block;
	}
	#mainNav .nav-link {
		position: relative;
		color: #121212;
		padding: 0.6rem 0;
		margin: 1.0rem 0.75rem;
		transition: all .4s ease-out;
	}
	#mainNav .nav-link::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 2px solid #0094CE;
		-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: #0094CE;
	}
	#mainNav .nav-link:hover:before, 
	#mainNav .nav-link:active:before {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#mainNav .nav-link.gnav-contact::before, 
	#mainNav .nav-link.gnav-contact:active:before {
		content: '';
		display: none;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 1.0rem;
		padding: 1.6rem 1.5rem 1.6rem 1.5rem;
		color: #FFF;
		text-align: center;
		background-color: #012850;
		transition: all .2s ease-out;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.gnav-contact:hover {
		color: #FFF;
		background-color: #0094CE;
	}

	#mainNav.navbar-shrink {
		padding: 0 0 0 2%;
		background-color: rgba(255, 255, 255, 1.0);
		transition: all .5s ease-out;
	}
	#mainNav.navbar-shrink .navbar-brand img {
		display: block;
	}
	#mainNav.navbar-shrink .nav-link {
		position: relative;
		color: #121212;
		padding: 0.6rem 0;
		margin: 1.0rem 0.75rem;
		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 #5DC1CF;
		-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: #5DC1CF;
	}
	#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.gnav-contact::before, 
	#mainNav.navbar-shrink .nav-link.gnav-contact:active:before {
		content: '';
		display: none;
	}

	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 1.0rem;
		padding: 1.6rem 1.5rem 1.6rem 1.5rem;
		color: #FFF;
		text-align: center;
		background-color: #012850;
		transition: all .2s ease-out;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.gnav-contact:hover {
		color: #FFF;
		background-color: #0094CE;
	}
}
@media (min-width: 1100px) {
	#mainNav .navbar-brand {
		width: 300px;
		padding: 0rem 0;
	}
	#mainNav .nav-link {
		margin: 1.0rem 1.0rem;
	}
	#mainNav.navbar-shrink .nav-link {
		position: relative;
		margin: 1.0rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a span {
		font-size: 0.9rem;
	}
}
@media (min-width: 1200px) {
	.navbar {
	}
	#mainNav .nav-link {
		margin: 1.0rem 0.5rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 1.0rem 0.5rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
	#mainNav .navbar-nav > li.nav-item > a span {
		font-size: 0.9rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 0.5rem 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 0.5rem;
		padding: 1.6rem 2.0rem 1.6rem 2.0rem;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 0.5rem;
		padding: 1.6rem 2.0rem 1.6rem 2.0rem;
	}
}
@media (min-width: 1250px) {
	#mainNav .nav-link {
		margin: 1.0rem 0.6rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 1.0rem 0.6rem;
	}
}
@media (min-width: 1300px) {
	.navbar {
	}
	#mainNav .nav-link {
		margin: 1.0rem 0.75rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 1.0rem 0.75rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.3rem;
	}
	#mainNav .navbar-nav > li.nav-item > a span {
		font-size: 0.9rem;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 1rem;
		padding: 1.6rem 3.0rem 1.6rem 3.0rem;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 1rem;
		padding: 1.6rem 3.0rem 1.6rem 3.0rem;
	}
}
@media (min-width: 1360px) {
	.navbar {
	}
	#mainNav .nav-link {
		padding: 1.0rem 0;
		margin: 0.5rem 0.8rem;
	}
	#mainNav.navbar-shrink .nav-link {
		padding: 1.0rem 0;
		margin: 0.5rem 0.8rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	#mainNav .navbar-nav > li.nav-item > a span {
		font-size: 1.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 1.5rem;
		padding: 1.5rem 4.0rem 1.5rem 4.0rem;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.gnav-contact {
		margin: 0 0 0 1.5rem;
		padding: 1.5rem 4.0rem 1.5rem 4.0rem;
	}
}
@media (min-width: 1380px) {
	#mainNav .nav-link {
		padding: 1.0rem 0;
		margin: 0.5rem 1.0rem;
	}
	#mainNav.navbar-shrink .nav-link {
		padding: 1.0rem 0;
		margin: 0.5rem 1.0rem;
	}
}
@media (min-width: 1480px) {
	.navbar {
		padding: 0 2%;
	}
	#mainNav .nav-link {
		margin: 0.5rem 2.0rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 0.5rem 2.0rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.4rem;
	}
}
@media (min-width: 1680px) {
	.navbar {
		padding: 0 2%;
	}
	#mainNav .nav-link {
		margin: 0.5rem 2.5rem;
	}
	#mainNav.navbar-shrink .nav-link {
		margin: 0.5rem 2.5rem;
	}
	#mainNav .navbar-nav > li.nav-item > a {
		font-size: 1.5rem;
	}
}


/* Dropdown Menu
 * --------------------------------------- */

.dropdown-menu {
	min-width: 15rem;
    padding: 0.5rem 0;
    z-index: 1000;
}
.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.5rem 1.0rem;
    clear: both;
    font-size: 1.2rem;
    font-weight: 400;
    color: #012850;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#mainNav .nav-link.dropdown-item  {
	margin: 0rem 0rem;
	padding: 0.5rem 1.5rem;
}
#mainNav.navbar-shrink .nav-link.dropdown-item {
	margin: 0rem 0rem;
	padding: 0.5rem 1.5rem;
}

.mega-menu > a {
    position: relative;
}

.logo-mark-wrapper {
	display: block;
}

.navbar-expand-lg .navbar-nav.mlr-ddmenu {
  	flex-direction: column;
}
.mlr-ddmenu {
}

.home-megadropdown-imgwrap {
	display: none;
}
.home-megadropdown-imgwrap img {
	display: none;
}

@media (min-width: 499px) {
	.navbar-nav.mlr-ddmenu {
	}
}
@media (min-width: 1100px) {
	.dropdown-menu .dropdown-item {
    	font-size: 1.2rem;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu .dropdown-item {
    	padding: 0.5rem 2.0rem;
    	font-size: 1.3rem;
	}
	.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.3, 1.3);
		-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3);
	}
}
@media (min-width: 1380px) {
	.dropdown-menu .dropdown-item {
    	font-size: 1.4rem;
	}
}
@media (min-width: 1480px) {
	.dropdown-menu .dropdown-item {
    	font-size: 1.5rem;
	}
}

@media (max-width: 990px){
	.logo-mark-wrap {
		width: 100%;
		padding: 5px;
	}
	.dropdown-menu {
		border: 0px solid rgba(0, 0, 0, 0.15);
	}
}
@media (max-width: 749px){
	.navbar-nav {
    	height: 240px;
    	overflow-y: auto !important;
    	-webkit-overflow-scrolling: touch;
	}
	.navbar-expand-lg .navbar-nav.mlr-ddmenu {
    	height: auto;
	}
	.dropdown-menu .dropdown-item {
		font-size: 1.5rem;
	}
}
@media (max-width: 499px){
	.navbar-nav {
    	height: 480px;
	}
	#mainNav .navbar-brand {
		width: 70%;
	}
	.dropdown-menu .dropdown-item {
		font-size: 1.8rem;
	}
}


/* ------------------------------------------------------------------
 [Home Hero]
------------------------------------------------------------------- */

#hero {
    position: fixed;
    width: 100.5%;
    height: 100vh;
    background-color: #FFF;
    padding: 0;
    z-index: -1;
}

#hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}

#hero .line-wrap {
    position: absolute;
    top: 3vh;
    left: 2%;
    width: 96%;
    height: 94vh;
    background-color: transparent;
    border-top: solid 0px #FFF;
    border-bottom: solid 0px #FFF;
}


/* ------------------------------------------------------------------
Hero Copy
------------------------------------------------------------------- */

header {
	position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: transparent;
}

.hero-center {
	display: flex;
	align-items: center;
	width: 100%;
    height: 100vh;
    padding: 0 0 0 12%;
}
.hero-title-wrap {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.hero-title-wrap .hero-title-copy {
	display: block;
    margin: 0;
    padding: 0;
}
.hero-title-wrap .hero-title-copy span {
    display: inline-block;
    font-size: 8.4rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    margin: 10px 0;
    padding: 0;
    text-shadow: 2px 2px 2px rgb(240 240 240);
}

@media (max-width: 1480px){
	.hero-title-wrap .hero-title-copy span {
		font-size: 7.2rem;
	}
}
@media (max-width: 1200px){
	.hero-title-wrap .hero-title-copy span {
		font-size: 6.0rem;
	}
}
@media (max-width: 499px){
	.hero-center {
		justify-content: center;
		padding: 0;
	}
	.hero-title-wrap .hero-title-copy span {
		font-size: 9.6vw;
		margin: 5px 0;
		text-align: center;
	}
}


/* Home Hero Scroll Line Box
 * --------------------------------------- */

.scrolldown1{
	position: absolute;
	left: 23.5%;
	bottom: 10%;
    /*全体の高さ*/
	height: 200px;
}
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left: -15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 200px;
	background: #012850;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 2.0s ease-in-out infinite;
	opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height: 0;
		top: 0;
		opacity: 0;
	}
	30%{
		height: 100px;
		opacity: 1;
	}
	100%{
		height: 0;
		top: 200px;
		opacity: 0;
	}
}
@media (max-width: 990px){
	.scrolldown1{
		display: none;
	}
}


/* ------------------------------------------------------------------
Contents Wrap
------------------------------------------------------------------- */

#wrap {
    width: 100%;
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

#wrap.thai {
    background-color: #E3B935;
}


/* ------------------------------------------------------------------
Home Topics
------------------------------------------------------------------- */

.home-news-section {
    width: 100%;
    height: auto;
	padding: 4% 14%;
	background-color: #F0F0F0;
}
.topicsTop {
	display: block;
    width: 100%;
    padding: 20px 0;
    z-index: 1;
}
.topicsTop .topicsWrap {
    display: flex;
    width: 100%;
    padding: 0;
}
.topicsTop .topicsWrap .topicsCateWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 5% 0 0;
    border-right: solid 1px #012850;
}
.topicsTop .topicsWrap .topicsCateWrap .topicsCatetitle {
    display: block;
    font-size: 4.8vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    margin: 0;
    padding: 0 0 20px;
}
.topicsTop .topicsWrap .topicsCateWrap .topicsCatetitle span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 5px;
    padding: 5px 0 0 5px;
}
.topicsTop .topicsWrap .topicsContents {
    display: block;
    width: 75%;
    padding: 0 0 0 5%;
}
.topicsTop .topicsWrap .topicsContents .slider {
    border-top: solid 1px #DBDBDB;
}
.topicsTop .topicsWrap .topicsContents .slider a {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
    color: #666;
    padding: 2% 10px;
    background-color: transparent;
    border-bottom: solid 1px #DBDBDB;
    -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;
}
/*日付*/
.topicsTop .topicsWrap .topicsContents .slider a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0 0 1px;
}
.topicsTop .topicsWrap .topicsContents .slider a:hover {
    color: #5DC1CF;
}

@media (max-width: 1200px){
	.home-news-section {
		padding: 4% 8.5%;
	}
	.topicsTop .topicsWrap .topicsContents {
		width: 80%;
	}
}
@media (max-width: 990px){
	.topicsTop .topicsWrap {
    	flex-direction: column;
    }
	.home-news-section {
		padding: 5% 7%;
	}
	.topicsTop .topicsWrap .topicsCateWrap {
		flex-direction: row;
		justify-content: center;
		width: 100%;
		padding: 0 0 0 0;
		border-right: none;
	}
	.topicsTop .topicsWrap .topicsCateWrap .topicsCatetitle {
		font-size: 7.2vw;
    	margin: 0 50% 0 0;
    	padding: 0 0 30px;
	}
	.topicsTop .topicsWrap .topicsContents {
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 499px){
	.topicsTop .topicsWrap .topicsCateWrap .topicsCatetitle {
		width: 100%;
		font-size: 12.0vw;
    	margin: 0;
    	padding: 0 0 25px;
	}
	.topicsTop .topicsWrap .topicsContents .slider a {
    	font-size: 18px;
    	color: #012850;
		padding: 10px 10px;
	}
	.topicsTop .topicsWrap .topicsContents .slider a span {
    	font-size: 15px;
    }
}


/* News Btn
 * --------------------------------------- */

.home-news-linkbutton-wrap {
	display: flex;
    align-items: center;
    text-align: left;
	margin: 0;
    padding: 0;
    background: transparent;
}

.linkbutton-center-n {
    display: block;
    position: relative;
    width: 98%;
    height: 60px;
    text-align: left;
	margin: 10px 0 0;
    padding: 0 20px;
    background: transparent;
    line-height: 55px;
	border: solid 1px #012850;
	overflow: hidden;
}
.linkbutton-center-n::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #012850;
    -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-n: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-n .text {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #012850;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-n:hover .text {
    color: #FFF;
}
.linkbutton-center-n .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #012850;
    position: absolute;
    right: 15px;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-n:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 20px;
}

@media (max-width: 499px){
	.linkbutton-center-n {
		width: 100%;
		height: 50px;
		line-height: 45px;
		margin: 5px 0 0;
	}
	.linkbutton-center-n .text {
		font-size: 15px;
	}
}


/* ------------------------------------------------------------------
Home About
------------------------------------------------------------------- */

#home-about-section {
    position: relative;
    width: 100%;
	padding: 7% 7% 8%;
	background-image: url(../assets/image/home-about-bg.jpg);
	background-size: cover;
	background-position: center top;
}
.parallax {
    background-attachment: fixed !important;
}

@media (max-width: 1200px){
	.parallax {
    	background-attachment: local !important;
	}
}

.home-about-wrapper {
	display: flex;
	flex-direction: row-reverse;
}

.col-lg-50 {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.home-about-title {
    display: block;
    font-size: 4.8vw;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    text-align: right;
    margin: 0 20px 10%;
    padding: 0;
}
.home-about-title span {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 5px;
	padding: 5px 5px 0 0;
}

.home-about-contents-wrapper {
	display: flex;
	flex-direction: row-reverse;
}

@media (max-width: 1200px){
	.col-lg-50 {
    	flex: 0 0 50%;
    	max-width: 50%;
	}
}
@media (max-width: 990px){
	.col-lg-50 {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.home-about-title {
		font-size: 7.2vw;
	}
}
@media (max-width: 499px){
	#home-about-section {
		padding: 40px 7% 45px;
	}
	.home-about-title {
		font-size: 12.0vw;
	}
	.home-about-title span {
		font-size: 18px;
	}
}


/* Btn About
 * --------------------------------------- */

.homw-about-btnwrap01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100px;
    margin: 0 0 5% 5%;
	padding: 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.homw-about-btnwrap02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100px;
    margin: 0 0 5% 5%;
	padding: 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.homw-about-btnwrap03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100px;
    margin: 0 0 0 5%;
	padding: 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.homw-about-btnwrap04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100px;
    margin: 0 0 0 5%;
	padding: 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.homw-about-btnwrap01 a, 
.homw-about-btnwrap02 a, 
.homw-about-btnwrap03 a,
.homw-about-btnwrap04 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
	padding: 0;
}

/* Btn About
 * --------------------------------------- */

.linkbutton-about {
    position: relative;
    text-align: left;
	margin: 0;
    padding: 0 30px;
    background: transparent;
}
.linkbutton-about::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #FFF;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-about:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-about .text-en {
    display: block;
    position: relative;
    font-size: 2.0rem;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #FFF;
    text-align: left;
	padding: 0 0 10px 20%;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-about .text {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #FFF;
    text-align: left;
	padding: 0 0 0 20%;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-about:hover .text-en {
    color: #012850;
}
.linkbutton-about:hover .text {
    color: #012850;
}
.linkbutton-about .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: 20%;
    top: 49%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-about:hover .arrow {
    border-color: transparent transparent transparent #012850;
    right: 15%;
}

@media (max-width: 1480px){
	.homw-about-btnwrap01 {
    	height: 80px;
	}
	.homw-about-btnwrap02 {
    	height: 80px;
	}
	.homw-about-btnwrap03 {
    	height: 80px;
	}
	.homw-about-btnwrap04 {
    	height: 80px;
	}
	.linkbutton-about .text-en {
		font-size: 1.6rem;
		padding: 0 0 5px 10%;
	}
	.linkbutton-about .text {
		font-size: 1.3rem;
		padding: 0 0 0 10%;
	}
}
@media (max-width: 499px){
	.linkbutton-about .arrow {
		right: 10%;
	}
	.linkbutton-about:hover .arrow {
		right: 5%;
	}
	.homw-about-btnwrap01 {
    	margin: 0 2% 4%;
	}
	.homw-about-btnwrap02 {
    	margin: 0 2% 4%;
	}
	.homw-about-btnwrap03 {
    	margin: 0 2% 4%;
	}
	.homw-about-btnwrap04 {
    	margin: 0 2% 4%;
	}
	.linkbutton-about .text-en {
		font-size: 18px;
		padding: 0 0 5px 8%;
	}
	.linkbutton-about .text {
		font-size: 13px;
    	letter-spacing: 0;
		padding: 0 0 0 8%;
	}
}


/* about Btn
 * --------------------------------------- */

.home-about-linkbutton-wrap {
  display: flex;
  justify-content: flex-end;
    text-align: right;
	margin: 0 0 0 8%;
    padding: 0;
    background: transparent;
}

.linkbutton-center-a {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    text-align: left;
	margin: 0;
    padding: 0 10px;
    background: transparent;
    line-height: 110px;
	border: solid 1px #FFF;
	border-radius: 50%;
	overflow: hidden;
}
.linkbutton-center-a::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #FFF;
	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-a: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-a .text {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #FFF;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-a:hover .text {
    color: #012850;
}
.linkbutton-center-a .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: 15px;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-a:hover .arrow {
    border-color: transparent transparent transparent #012850;
    right: 20px;
}

@media (max-width: 1480px){
    .linkbutton-center-a {
    	width: 100px;
    	height: 100px;
    	padding: 0 8px;
    	line-height: 93px;
    }
    .linkbutton-center-a .text {
    	font-size: 1.1rem;
    }
	.linkbutton-center-a .arrow {
    	right: 10px;
    }
    .linkbutton-center-a:hover .arrow {
    	right: 15px;
    }
}


/* ------------------------------------------------------------------
Home Company
------------------------------------------------------------------- */

.home-company-section {
    width: 100%;
    height: auto;
	padding: 7% 7% 8%;
	background-color: #FFF;
}

.home-company-center-wrap {
	display: flex;
	margin: 0 20px 5%;
	padding: 0;
}

.home-company-title {
    display: block;
    font-size: 4.8vw;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    margin: 0;
    padding: 0;
}
.home-company-title span {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 5px;
	padding: 5px 0 0 5px;
}

.home-company-contents-wrapper {
	margin-bottom: 5%;
}

.homw-company-btnwrap01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
	padding: 0;
	border-top: solid 1px #012850;
	border-right: solid 1px #012850;
}
.homw-company-btnwrap02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
	padding: 0;
	border-top: solid 1px #012850;
}
.homw-company-btnwrap03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
	padding: 0;
	border-top: solid 1px #012850;
	border-right: solid 1px #012850;
}
.homw-company-btnwrap04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
	padding: 0;
	border-top: solid 1px #012850;
}
.homw-company-btnwrap05 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
	padding: 0;
	border-top: solid 1px #012850;
	border-right: solid 1px #012850;
	border-bottom: solid 1px #012850;
}
.homw-company-btnwrap06 {
    width: 100%;
    height: 200px;
	padding: 0;
	border-top: solid 1px #012850;
	border-bottom: solid 1px #012850;
}

.homw-company-btnwrap01 a {
    background-image: url(../assets/image/home-comp-011.jpg);
}
.homw-company-btnwrap02 a {
    background-image: url(../assets/image/home-comp-012.jpg);
}
.homw-company-btnwrap03 a {
    background-image: url(../assets/image/home-comp-013.jpg);
}
.homw-company-btnwrap04 a {
    background-image: url(../assets/image/home-comp-014.jpg);
}
.homw-company-btnwrap05 a {
    background-image: url(../assets/image/home-comp-015.jpg);
}
.homw-company-btnwrap06 a {
    background-image: url(../assets/image/home-comp-016.jpg);
}

.homw-company-btnwrap01 a, 
.homw-company-btnwrap02 a, 
.homw-company-btnwrap03 a, 
.homw-company-btnwrap04 a, 
.homw-company-btnwrap05 a, 
.homw-company-btnwrap06 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.homw-company-btnwrap01 a:before, 
.homw-company-btnwrap02 a:before, 
.homw-company-btnwrap03 a:before, 
.homw-company-btnwrap04 a:before, 
.homw-company-btnwrap05 a:before, 
.homw-company-btnwrap06 a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.homw-company-btnwrap01 a:hover, 
.homw-company-btnwrap02 a:hover, 
.homw-company-btnwrap03 a:hover, 
.homw-company-btnwrap04 a:hover, 
.homw-company-btnwrap05 a:hover, 
.homw-company-btnwrap06 a:hover {
    opacity: 1;
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.homw-company-btnwrap01 a:hover:before, 
.homw-company-btnwrap02 a:hover:before, 
.homw-company-btnwrap03 a:hover:before, 
.homw-company-btnwrap04 a:hover:before, 
.homw-company-btnwrap05 a:hover:before, 
.homw-company-btnwrap06 a:hover:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 1200px){
	.homw-company-btnwrap01 a:before, 
	.homw-company-btnwrap03 a:before, 
	.homw-company-btnwrap05 a:before {
		left: -0.5%;
	}
	.homw-company-btnwrap01 a:before,
	.homw-company-btnwrap02 a:before, 
	.homw-company-btnwrap03 a:before, 
	.homw-company-btnwrap04 a:before, 
	.homw-company-btnwrap05 a:before, 
	.homw-company-btnwrap06 a:before {
    	width: 100.5%;
	}
}

.home-company-text-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
    background-image: url(../assets/image/home-p2-bg.jpg);
    background-size: cover;
    background-position: center;
}
.home-company-text-wrap {
	display: block;
    margin: 0;
	padding: 0;
}
.home-company-subtitle-en {
	display: block;
    font-size: 2.1vw;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #FFF;
    margin: 0 0 55%;
	padding: 0;
}
.home-company-subtitle-en span {
	display: block;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 10px;
    margin: 0;
	padding: 5px 0 0 5px;
}
.home-company-subtitle {
	display: block;
    font-size: 1.8vw;
    font-weight: 600;
    letter-spacing: 0.5vw;
    line-height: 1.5;
    color: #012850;
    margin: 0 0 6%;
	padding: 0;
}
.home-company-sublead {
	display: block;
    font-size: 3.6vw;
    font-weight: 600;
    letter-spacing: 1.0vw;
    line-height: 1.5;
    color: #012850;
    margin: 0 0 6%;
	padding: 0;
}
.home-company-subtext {
	display: block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    color: #FFF;
    margin: 0;
	padding: 0;
}


/* Btn Ccompany
 * --------------------------------------- */

.linkbutton-company {
    position: relative;
    text-align: left;
	margin: 0;
    padding: 0 30px;
    background: transparent;
}
.linkbutton-company::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #012850;
    -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-company: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-company .text-en {
    display: block;
    position: relative;
    font-size: 2.0rem;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    text-align: left;
	padding: 0 0 6px 20%;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-company .text {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #012850;
    text-align: left;
	padding: 0 0 0 20%;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-company:hover .text-en {
    color: #FFF;
}
.linkbutton-company:hover .text {
    color: #FFF;
}
.linkbutton-company .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #012850;
    position: absolute;
    right: 20%;
    top: 49%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-company:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 15%;
}

@media (max-width: 1480px){
	.homw-company-btnwrap01 {
    	height: 140px;
	}
	.homw-company-btnwrap02 {
    	height: 140px;
	}
	.homw-company-btnwrap03 {
    	height: 140px;
	}
	.homw-company-btnwrap04 {
    	height: 140px;
	}
	.homw-company-btnwrap05 {
    	height: 139px;
	}
	.homw-company-btnwrap06 {
    	height: 139px;
	}

	.home-company-subtitle-en {
		font-size: 2.3vw;
	}
	.home-company-subtitle {
    	font-size: 2.0vw;
	}
	.home-company-sublead {
    	font-size: 3.8vw;
    }
	.home-company-subtext {
		font-size: 1.2vw;
	}
}
@media (max-width: 1200px){
	.homw-company-btnwrap01 {
    	height: 120px;
	}
	.homw-company-btnwrap02 {
    	height: 120px;
	}
	.homw-company-btnwrap03 {
    	height: 120px;
	}
	.homw-company-btnwrap04 {
    	height: 120px;
	}
	.homw-company-btnwrap05 {
    	height: 120px;
	}
	.homw-company-btnwrap06 {
    	height: 120px;
	}

	.linkbutton-company .text-en {
		font-size: 1.8rem;
		padding: 0 0 6px 10%;
	}
	.linkbutton-company .text {
		font-size: 1.4rem;
		letter-spacing: 0;
		padding: 0 0 0 10%;
	}
}
@media (max-width: 990px){
	.home-company-section {
		padding: 7% 7% 8%;
	}
	.home-company-btn-wrapper {
		padding: 0 0 5%;
	}
	.home-company-title {
		font-size: 7.2vw;
	}
	.home-company-text-wrapper {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.home-company-subtitle-en {
    	font-size: 4.8vw;
	}
	.home-company-sublead {
    	font-size: 7.2vw;
		margin: 0 0 4% 0;
    }
	.home-company-subtext {
		font-size: 2.4vw;
	}
}
@media (max-width: 749px){
	.homw-company-btnwrap01 {
    	height: 100px;
	}
	.homw-company-btnwrap02 {
    	height: 100px;
	}
	.homw-company-btnwrap03 {
    	height: 100px;
	}
	.homw-company-btnwrap04 {
    	height: 100px;
	}
	.homw-company-btnwrap05 {
    	height: 100px;
	}
	.homw-company-btnwrap06 {
    	height: 100px;
	}
}
@media (max-width: 499px){
	.home-company-section {
		padding: 40px 7% 45px;
	}
	.home-company-title {
		font-size: 12.0vw;
	}
	.home-company-title span {
		font-size: 18px;
	}
	.home-company-center-wrap {
		margin: 0 20px 10%;
	}
	.homw-company-btnwrap01, 
	.homw-company-btnwrap02, 
	.homw-company-btnwrap03, 
	.homw-company-btnwrap04, 
	.homw-company-btnwrap05, 
	.homw-company-btnwrap06 {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.linkbutton-company {
		padding: 0 10px;
	}
	.linkbutton-company .arrow {
    	right: 10%;
    }
    .linkbutton-company:hover .arrow {
    	right: 5%;
    }
	.linkbutton-company .text-en {
		font-size: 18px;
	}
	.linkbutton-company .text {
		font-size: 15px;
	}

	.home-company-text-wrapper {
		padding-left: 10%;
		padding-right: 10%;
	}
	.home-company-subtitle-en {
    	font-size: 5.4vw;
    	text-align: center;
	}
	.home-company-subtitle-en span {
		font-size: 18px;
	}
	.home-company-sublead {
    	font-size: 15.0vw;
    	text-align: center;
		margin: 0 0 4% 0;
    }
	.home-company-subtext {
		font-size: 3.8vw;
		line-height: 1.6;
    	text-align: center;
	}
	.home-company-subtext br.br {
		display: none;
	}
}


/* ------------------------------------------------------------------
Home Service
------------------------------------------------------------------- */

.home-service-section {
    width: 100%;
    height: auto;
	padding: 7% 6% 8%;
	background-color: #F5F5F5;
}

.home-service-title {
    display: block;
    font-size: 4.8vw;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    text-align: right;
    margin: 0 30px 5%;
    padding: 0;
}
.home-service-title span {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 5px;
	padding: 5px 0 0 5px;
}

.home-service-items-wrap01 {
	position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    border-left: solid 1px #012850;
}
.home-service-items-wrap02 {
	position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    border-left: solid 1px #012850;
}
.home-service-items-wrap03 {
	position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    border-left: solid 1px #012850;
    border-right: solid 1px #012850;
}

.home-service-img-wrap {
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.home-service-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-service-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-service-subtitle {
	display: block;
    font-size: 2.4vw;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 5% 5%;
	padding: 0;
}
.home-service-subtitle span {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    margin: 0;
	padding: 7px 0 0 5px;
}

.home-service-text-wrap {
	display: flex;
	justify-content: center;
    margin: 0;
	padding: 0 5%;
}
.home-service-sublead {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    color: #012850;
    margin: 0;
	padding: 0 20px 0 0;
}

@media (max-width: 1200px){
	.home-service-subtitle {
    	margin: 8% 5%;
	}
}
@media (max-width: 990px){
	.home-service-section {
		padding: 8% 7% 10%;
	}
	.home-service-title {
		font-size: 7.2vw;
		margin: 0 30px 5%;
	}
	.home-service-items-wrap01 {
		padding: 0 0 7%;
		border-left: none;
	}
	.home-service-items-wrap02 {
		padding: 0 0 7%;
		border-left: none;
	}
	.home-service-items-wrap03 {
    	padding: 0;
    	border-left: none;
    	border-right: none;
	}
	.home-service-subtitle {
		font-size: 4.8vw;
		margin: 3% 4%;
		text-align: center;
	}
	.home-service-subtitle br {
		display: none;
	}
}
@media (max-width: 499px){
	.home-service-section {
		padding: 40px 7% 45px;
	}
	.home-service-title {
		font-size: 12.0vw;
		text-align: center;
		margin: 0 30px 10%;
	}
	.home-service-title span {
		font-size: 18px;
	}
	.home-service-subtitle {
		font-size: 8.4vw;
		margin: 20px 0;
	}
	.home-service-subtitle br {
		display: block;
	}
	.home-service-subtitle span {
		font-size: 18px;
		padding: 7px 0 0 0;
	}
	.home-service-items-wrap01 {
		padding: 0 0 30px;
	}
	.home-service-items-wrap02 {
		padding: 0 0 30px;
	}
}


/* Btn Center
 * --------------------------------------- */

.home-service-linkbutton-wrap {
    display: block;
    width: 100%;
    height: 80px;
	margin: 0 0 0 auto;
    padding: 0;
    background: transparent;
}

.linkbutton-center-b {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: left;
	margin: 0;
    padding: 0 20%;
    background: transparent;
    line-height: 75px;
	border: solid 1px #012850;
	overflow: hidden;
}
.linkbutton-center-b::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #012850;
    -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-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-center-b .text {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #012850;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b .text.jp {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
}
.linkbutton-center-b:hover .text {
    color: #FFF;
}
.linkbutton-center-b .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #012850;
    position: absolute;
    right: 10%;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 15%;
}

@media (max-width: 1680px){
	.home-service-linkbutton-wrap {
    	height: 70px;
	}
	.linkbutton-center-b {
    	height: 70px;
    	line-height: 65px;
    }
}
@media (max-width: 1480px){
	.home-service-linkbutton-wrap {
    	height: 60px;
	}
	.linkbutton-center-b {
    	height: 60px;
    	line-height: 55px;
    	padding: 0 10%;
    }
}
@media (max-width: 1200px){
	.home-service-linkbutton-wrap {
    	height: 50px;
	}
	.linkbutton-center-b {
    	height: 50px;
    	line-height: 45px;
    }
    .linkbutton-center-b .text.jp {
    	font-size: 1.4rem;
    }
}
@media (max-width: 499px){
	.linkbutton-center-b .text {
		font-size: 15px;
	}
    .linkbutton-center-b .text.jp {
    	font-size: 17px;
    }
}


/* ------------------------------------------------------------------
Home Contact
------------------------------------------------------------------- */

.home-contact-section {
	display: block;
    width: 100%;
    padding: 110px 7%;
    background-color: #012850;
}

.home-contact-center-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 0 30px 4%;
    padding: 0;
}
.home-contact-title {
    display: block;
    font-size: 6.0vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    text-align: right;
    margin: 0;
    padding: 0;
}
.home-contact-title span {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
    padding: 6px 10px 0 0;
}

.home-contact-lead-wrap {
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}
.home-contact-lead {
    display: block;
    width: 550px;
    height: 290px;
    font-size: 2.0rem;
    font-weight: 500;
	font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
    line-height: 2.0;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.contact-home-wrapper {
	padding: 5% 15px;
	border-top: solid 1px #FFF;
}
.contact-home-lead-wrap {
    display: block;
    font-size: 0.9vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.6;
    color: #FFF;
    margin: 2% 2% 0 0;
    padding: 0;
}
.contact-home-tel-wrap {
    display: block;
    margin: 0;
    padding: 0 0 0 15%;
}
.contact-home-tel-wrap a {
    font-size: 3.0vw;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.contact-home-tel-wrap a span {
    display: inline-block;
    font-size: 2.0vw;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 10px 0 0;
}
.contact-home-tel-uke {
	display: block;
    font-size: 0.8vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0;
    padding: 4px 0 5% 0;
}

@media (max-width: 1480px){
	.contact-home-lead-wrap {
		font-size: 1.0vw;
	}
}
@media (max-width: 1200px){
	.contact-home-lead-wrap {
		font-size: 1.2vw;
	}
}
@media (max-width: 990px){
	.contact-home-lead-wrap {
		font-size: 2.0vw;
		margin: 0 6% 5%;
	}
}
@media (max-width: 499px){
	.contact-home-wrapper {
		padding: 30px 15px;
	}
	.contact-home-lead-wrap {
		font-size: 15px;
		margin: 0 5% 30px;
	}
}


/*!---------------------------------------
[Button Contact]
*/
.footer-contact-linkbutton-wrap {
    display: block;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.linkbutton-contact {
    display: block;
    position: relative;
    width: 100%;
	margin: 0;
    padding: 30px 30px;
    background: transparent;
    border: solid 1px #FFF;
}
.linkbutton-contact::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #0094CE;
    -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-contact: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-contact .text-en {
    display: block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #FFF;
    text-align: left;
	padding: 0 0 6px 5%;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-contact .text {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #FFF;
    text-align: left;
	padding: 0 0 0 5%;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-contact:hover .text-en {
    color: #FFF;
}
.linkbutton-contact:hover .text {
    color: #FFF;
}
.linkbutton-contact .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: 20%;
    top: 49%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-contact:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 15%;
}

@media (max-width: 1480px){
	.linkbutton-contact .text-en {
		font-size: 2.2rem;
		padding: 0 0 6px 0%;
	}
	.linkbutton-contact .text {
		font-size: 1.5rem;
		letter-spacing: 0;
		padding: 0 0 0 0%;
	}
}
@media (max-width: 499px){
	.linkbutton-contact .text {
		font-size: 1.8rem;
		letter-spacing: 0;
		padding: 0 0 0 0%;
	}
	.linkbutton-contact .arrow {
		right: 10%;
	}
	.linkbutton-contact:hover .arrow {
		right: 5%;
	}
}


/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer-area {
	display: block;
    width: 100%;
    padding: 0 6% 2%;
    background-color: #012850;
}

.footer-contents-wrapper {
	display: block;
    width: 100%;
    height: auto;
    padding: 7% 0 0;
}

.footer-logo-wrap {
    display: block;
    width: 320px;
    text-align: left;
	margin: 0 0 5%;
  	padding: 0;
}

.footer-name-wrap {
    display: block;
    text-align: left;
	margin: 0;
  	padding: 0;
}
.footer-name-ja {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0;
    letter-spacing: 6px;
  	color: #F5F5F5;
	margin: 0;
  	padding: 0 0 30px 10px;
}

.footer-address {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
  	color: #F5F5F5;
    text-align: left;
	margin: 0;
  	padding: 0 0 20px 10px;
}
.footer-address span.footer-gmap {
    display: block;
    text-align: left;
    margin: 0;
    padding: 5px 0 0;
}
.footer-address span.footer-gmap a {
    font-size: 1.2rem;
    font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
	color: #FFF;
	padding: 0;
}
.footer-address span.footer-gmap a i {
    font-size: 1.6rem;
}
.footer-address span.footer-gmap a:hover {
  	color: #87CEFA;
}
.footer-tel-wrap {
    display: block;
	margin: 0;
  	padding: 0 0 0 10px;
}
.footer-tel-wrap a {
    font-size: 1.9vw;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 1px;
  	color: #F5F5F5;
    text-align: left;
	margin: 0;
  	padding: 0 0 8px;
}
.footer-tel-wrap a span {
	display: inline-block;
    font-size: 1.0vw;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 1px;
  	color: #F5F5F5;
    text-align: left;
	margin: 0;
  	padding: 0 10px 0 0;
}
.footer-tel-wrap a:hover {
  	color: #F5F5F5;
}

@media (max-width: 1480px){
	.footer-logo-wrap {
    	width: 100%;
    	padding: 0 10% 0 0;
    }
}
@media (max-width: 1200px){
	.footer-tel-wrap a {
    	font-size: 2.1vw;
	}
	.footer-tel-wrap a span {
		font-size: 1.5vw;
	}
}
@media (max-width: 990px){
	.footer-area {
		padding: 0 7% 2%;
	}
	.footer-logo-wrap {
    	width: 100%;
    	padding: 0 20%;
    }
	.footer-address {
		font-size: 1.6rem;
		padding: 0 0 20px 35%;
	}
	.footer-tel-wrap {
		padding: 0 0 0 35%;
	}
	.footer-tel-wrap a {
		font-size: 3.0vw;
	}
	.footer-tel-wrap a span {
		font-size: 2.0vw;
		padding: 0 6px 0 0;
	}
}
@media (max-width: 499px){
	.footer-area {
		padding: 0 8% 5%;
	}
	.footer-contents-wrapper {
		padding: 40px 0 0;
	}
	.footer-logo-wrap {
    	padding: 0 10%;
    	margin: 0 0 8%;
    }
	.footer-address {
		font-size: 17px;
		padding: 0 0 20px 15%;
	}
	.footer-address span.footer-gmap a {
		font-size: 14px;
	}
	.footer-address span.footer-gmap a i {
		font-size: 18px;
	}
	.footer-tel-wrap {
		padding: 0 0 0 15%;
	}
	.footer-tel-wrap a {
		font-size: 7.2vw;
	}
	.footer-tel-wrap a span {
		font-size: 5.0vw;
		padding: 0 6px 0 0;
	}
}


/*!---------------------------------------
[Home Footer Menu]
*/
.footer-menu-wrap {
	width: 100%;
	height: auto;
    text-align: left;
    margin: 4% 0 0;
    padding: 0;
}
.footer-menu-wrap .footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4%;
    padding: 0 15px;
}
.footer-menu-wrap .footer-menu li {
    display: flex;
    flex: 0 0 16.666%;
    max-width: 16.666%;
}
.footer-menu-wrap .footer-menu li a {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
    padding: 10px 10% 10px 0;
}
.footer-menu-wrap .footer-menu li a span {
	font-size: 1.8rem;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
}
.footer-menu-wrap .footer-menu li a:hover, 
.footer-menu-wrap .footer-menu li a:focus {
    color: #7FDAFF;
    text-decoration: none;
}

.footer-menu-foot {
    display: block;
    text-align: left;
    margin: 5% 0 0;
    padding: 0;
}
.footer-menu-foot li {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 10px;
}
.footer-menu-foot li a {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.0;
	letter-spacing: 0;
	color: #FFF;
    text-align: left;
    margin: 0;
    padding: 0;
}
.footer-menu-foot li a i {
    font-size: 1.8rem;
}
.footer-menu-foot li a:hover, 
.footer-menu-foot li a:focus {
    color: #7FDAFF;
    text-decoration: none;
}

.footer {
    padding: 3rem 0;
    background-color: #012850;
}
.footer .copyright {
    font-size: 1.2rem;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.0;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
    margin: 0;
    padding: 0;
}


.footer-banner {
    padding: 2rem 30%;
    background-color: #FFF;
}
.footer-banner-img-wrap {
    padding: 0 5%;
}

@media (max-width: 1480px){
	.footer-banner {
    	padding: 2rem 25%;
	}
	.footer-menu-wrap .footer-menu li a {
		font-size: 0.8rem;
	}
	.footer-menu-wrap .footer-menu li a span {
		font-size: 1.6rem;
	}
}
@media (max-width: 1280px){
	.footer-menu-wrap .footer-menu li a {
		font-size: 0.8vw;
		letter-spacing: 0;
	}
}
@media (max-width: 1200px){
	.footer-banner {
    	padding: 2rem 20%;
	}
	.footer-menu-wrap .footer-menu li {
    	flex: 0 0 20%;
    	max-width: 20%;
    }
    .footer-menu-wrap .footer-menu li a {
		font-size: 0.9vw;
    }
    .footer-menu-wrap .footer-menu li a span {
    	font-size: 1.6rem;
    }
    .footer-menu-foot li a {
    	font-size: 1.1rem;
    }
}
@media (max-width: 990px){
	.footer-banner {
    	padding: 2rem 15%;
	}
	.footer-menu-foot li {
    	padding: 0 0 0 35%;
	}
}
@media (max-width: 749px){
	.footer-banner {
    	padding: 2rem 10%;
	}
	.footer-menu-wrap .footer-menu li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-menu-wrap .footer-menu li a {
		width: 100%;
		height: auto;
		font-size: 1.1vw;
		text-align: center;
		padding: 15px 10px;
	}
	.footer-menu-wrap .footer-menu li a span {
    	font-size: 1.4rem;
		padding: 0 0 6px;
	}
}
@media (max-width: 499px){
	.footer-banner {
    	padding: 2rem 15%;
	}
	.footer-menu-wrap .footer-menu {
		margin: 0 0 8%;
    	padding: 0;
	}
	.footer-menu-foot {
		margin: 5% 0 4%;
	}
	.footer-menu-foot li {
    	padding: 0 0 0 15%;
	}
	.footer-menu-foot li a {
		font-size: 16px;
	}
	.footer-menu-wrap .footer-menu li a {
		font-size: 16px;
	}
	.footer-menu-wrap .footer-menu li a span {
		font-size: 18px;
	}
	.footer {
		padding: 3rem 0 8rem;
	}
}


/* ------------------------------------------------------------------
Scroll UP
------------------------------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}

.scroll-up a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.8rem;
    color: #012850;
    opacity: 1.0;
    background-color: #F0F0F0;
}

.scroll-up a:hover, 
.scroll-up a:active {
    opacity: 1;
    color: #FFF;
    background-color: #0094CE;
}

@media (max-width: 990px){
	.scroll-up {
		right: 15px;
	}
	.scroll-up a {
		height: 40px;
		width: 42px;
	}
}
@media (max-width: 749px){
	.scroll-up {
		bottom: 10px;
		right: 10px;
	}
}


/* ------------------------------------------------------------------
About.html
------------------------------------------------------------------- */

.second-hero-title-wrap {
	display: block;
    width: 100%;
    margin: 68px 0 0;
    padding: 0 2% 0 10%;
    background-color: #012850;
}
.second-hero-title {
    display: block;
    font-size: 4.8vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    padding: 7% 0 7%;
}
.second-hero-title span {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 5px;
    padding: 5px 0 0 5px;
}
.second-hero-title span.eq {
    padding: 20px 0 0 5px;
}

.about-contents-section00 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 2% 0 10%;
    background-color: #FFF;
}
.about-contents-section01 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 2% 0 10%;
    background-color: #FFF;
}
.about-contents-section02 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10% 8%;
    background-color: #FFF;
}

.second-contents-top-wrapper {
	margin-bottom: 8%;
	padding-top: 8%;
}

.second-contents-wrapper {
	margin-bottom: 8%;
	padding-top: 8%;
	border-top: solid 1px #012850;
}

.second-contents-title-wrap {
    display: flex;
    margin: 0;
    padding: 0 0 0 1%;
}
.second-contents-title {
    display: block;
    font-size: 3.0vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0;
}
.second-contents-title span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    padding: 10px 0 0 5px;
}

.second-contents-right-wrapper {
	padding-left: 0;
	padding-right: 8%;
}

.second-contents-leadtext {
    display: block;
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    color: #012850;
    margin: 0;
    padding: 0 0 3%;
}
.second-contents-text {
    display: block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0;
    color: #012850;
    margin: 0;
    padding: 0;
}
.second-contents-text span {
    font-size: 1.3vw;
    font-weight: 600;
}
.second-contents-text span.second-contents-textTitle {
	display: block;
    font-size: 1.4vw;
    font-weight: 600;
    padding: 0 0 10px;
}

.second-contents-m-size-text {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.0;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0;
}
.second-contents-m-size-text span {
    font-size: 2.0vw;
}
.second-contents-m-size-text br.br {
    display: none;
}
.second-contents-m-size-text02 {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0;
}

.text-centered {
	text-align: center;
}

.second-sub-contents-wrapper {
	margin-bottom: 8%;
	padding-top: 8%;
	border-top: solid 1px #D2DDEE;
}
.second-sub-contents-wrapper02 {
    margin-bottom: 8%;
}

.second-contents-sub-title-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 4%;
}
.second-contents-sub-s-title {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0 0 20px;
}
.second-contents-sub-s-title span.number {
	display: inline-block;
    font-size: 3.0rem;
    font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 0 10px;
}
.second-contents-sub-title {
    display: block;
    font-size: 2.4vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0;
}
.second-contents-sub-title span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    padding: 10px 0 0 0;
}

.second-contents-sub-title-wrap-ss {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 10% 4%;
}
.second-contents-sub-title-ss {
    display: block;
    font-size: 1.8vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0;
}
.second-contents-sub-title-ss span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    padding: 10px 0 0 0;
}
.second-service-linkbutton-wrap-ss {
    display: block;
    width: calc(100% - 40px);
    margin: 10% 0 0 20px;
    padding: 0;
    background: transparent;
}
.service-supported-subtitle {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 0;
    padding: 5% 0;
}

.about-philosophy-lead {
    display: block;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 1.0vw;
    line-height: 1.5;
    color: #012850;
    margin: 0 0 3%;
    padding: 0 10% 0 0;
}
.about-philosophy-text {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.0;
    color: #012850;
    margin: 0;
    padding: 0 10% 0 0;
}

@media (max-width: 1480px){
	.second-contents-text {
		font-size: 1.2vw;
		line-height: 1.8;
	}
	.second-contents-m-size-text02 {
		font-size: 1.6vw;
	}
	.second-contents-leadtext {
		font-size: 1.4vw;
	}
	.second-contents-right-wrapper {
		padding-right: 5%;
	}
}
@media (max-width: 1380px){
	.second-contents-text {
		font-size: 1.3vw;
		line-height: 1.8;
	}
	.second-contents-m-size-text02 {
		font-size: 1.7vw;
	}
	.second-contents-leadtext {
		font-size: 1.5vw;
	}
}
@media (max-width: 1200px){
	.second-hero-title-wrap {
    	margin: 60px 0 0;
    }
}
@media (max-width: 990px){
	.second-contents-top-wrapper {
		margin-bottom: 70px;
		padding-top: 70px;
	}
	.second-sub-contents-wrapper {
		margin-bottom: 70px;
		padding-top: 70px;
	}
	.second-contents-wrapper {
		margin-bottom: 70px;
		padding-top: 70px;
	}
	.second-hero-title-wrap {
    	margin: 57px 0 0;
    	padding: 0 7%;
    }
    .about-contents-section01 {
    	padding: 0 7%;
    }
    .second-hero-title {
    	font-size: 7.2vw;
    }
	.second-contents-right-wrapper {
		padding-right: 0;
	}
	.second-contents-title {
		font-size: 4.8vw;
		margin: 0 0 4%;
	}
	.second-contents-title span {
		font-size: 1.6rem;
		padding: 7px 0 0 5px;
	}
	.second-contents-text {
		font-size: 1.8rem;
	}
	.second-contents-text br.br {
		display: none;
	}
	.second-contents-m-size-text {
		font-size: 2.4vw;
	}
	.second-contents-m-size-text span {
		font-size: 3.0vw;
	}

	.second-contents-sub-title-wrap {
		padding: 0;
	}
	.second-contents-sub-s-title {
		font-size: 2.0rem;
		padding: 0 0 15px;
	}
	.second-contents-sub-s-title span.number {
		font-size: 3.6rem;
	}
	.second-contents-sub-title {
		font-size: 3.6vw;
		margin: 0 0 4%;
	}
	.second-contents-sub-title br {
		display: none;
	}
	.second-contents-m-size-text02 {
		font-size: 3.0vw;
	}
	.second-contents-leadtext {
		font-size: 2.4vw;
	}
	.second-contents-sub-title-wrap-ss {
		padding: 0 0 5% 0;
	}
	.second-contents-sub-title-ss {
		font-size: 3.6vw;
	}
	.second-service-linkbutton-wrap-ss {
		width: 100%;
		margin: 10px 0 20px;
	}
}
@media (max-width: 499px){
	.second-contents-top-wrapper {
		margin-bottom: 50px;
		padding-top: 50px;
	}
	.second-sub-contents-wrapper {
		margin-bottom: 50px;
		padding-top: 50px;
	}
	.second-contents-wrapper {
		margin-bottom: 50px;
		padding-top: 50px;
	}
	.about-photo-section-center {
    	padding: 0 7% 30px;
	}
	.second-hero-title-wrap {
    	margin: 46px 0 0;
    }
    .second-hero-title {
    	font-size: 10.8vw;
    	text-align: center;
    	padding: 12% 0 12%;
    }
    .second-hero-title span {
    	font-size: 17px;
    }
	.second-contents-title-wrap {
		display: block;
		padding: 0;
	}
	.second-contents-title {
		font-size: 9.6vw;
		margin: 0 0 7%;
		text-align: center;
	}
	.second-contents-title span {
		font-size: 17px;
	}
	.second-contents-text {
		font-size: 17px;
	}
	.second-contents-m-size-text {
		font-size: 4.8vw;
		line-height: 1.6;
		padding: 4% 0;
	}
	.second-contents-m-size-text span {
		font-size: 6.6vw;
	}
	.second-contents-m-size-text br.br {
    	display: block;
	}
	.second-contents-sub-s-title {
		font-size: 24px;
		text-align: center;
	}
	.second-contents-sub-s-title span.number {
		font-size: 30px;
	}
	.second-contents-sub-title {
		font-size: 8.4vw;
		text-align: center;
		margin: 0 0 7%;
	}
	.second-contents-sub-title span {
		font-size: 17px;
		padding: 7px 0 0 0;
	}
	.second-contents-m-size-text02 {
		font-size: 5.4vw;
	}
	.second-contents-leadtext {
		font-size: 6.0vw;
		padding: 2% 0 5%;
	}
	.second-contents-sub-title-wrap-ss {
		padding: 0 0 7%;
	}
	.second-contents-sub-title-ss {
		font-size: 7.2vw;
		text-align: center;
	}
	.second-contents-sub-title-ss span {
		font-size: 17px;
	}
}


/*!---------------------------------------
[About Photo Section]
*/

.about-photo-section {
    width: 100%;
    height: auto;
    padding: 0 2% 4% 10%;
}
.about-photo-section-center {
    width: 100%;
    height: auto;
    padding: 0 7% 4% 10%;
}

.about-photo-section-last {
    width: 100%;
    height: auto;
    padding: 0 2% 8% 10%;
}

.about-photo-items-wrap01 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    border-right: solid 1px #D2DDEE;
}
.about-photo-items-wrap02 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    border-right: solid 1px #D2DDEE;
}
.about-photo-items-wrap03 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
}


.about-photoSlider-section {
    width: 100%;
    height: auto;
    padding: 0 0 4% 0;
}

@media (max-width: 990px){
	.about-photo-section {
		padding: 0 7% 50px;
	}
	.about-photo-section-center {
		padding: 0 7% 5%;
	}
	.about-photo-section-last {
		padding: 0 7% 8%;
	}
	.about-photo-items-wrap01 {
		padding: 0 0 4%;
		border-right: none;
	}
	.about-photo-items-wrap02 {
		padding: 0 0 4%;
		border-right: none;
	}
	.about-photo-items-wrap03 {
		padding: 0 0 4%;
	}
	.service-supported-subtitle {
		font-size: 3.0vw;
		padding: 10px 0 0;
	}
}
@media (max-width: 499px){
	.service-supported-subtitle {
		font-size: 5.4vw;
	}
	.about-photo-items-wrap01 {
		padding: 0 0 20px;
	}
	.about-photo-items-wrap02 {
		padding: 0 0 20px;
	}
	.about-photo-items-wrap03 {
		padding: 0 0 20px;
	}
}


/*!---------------------------------------
[Mouse Stalker]
*/

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: rgba(0, 165, 160, 0.5);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#mouse-stalker.is_active {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  transition: 0.2s;
  background: rgba(255, 90, 95, 0.5);
}

.link-items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.link-items .link-item {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 50px;
}


/*!---------------------------------------
[About Photo Section]
*/

:root {
	--easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #145A93;
    --color-theme: #012850;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

.l-inner {
	position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding-left: calc(10% + 20px);
    padding-right: 7%;
}
.l-section {
}

.l-section .l-inner {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

[class*=swiper]:focus {
    outline: none;
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}
.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 4.8rem;
    height: 4.8rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: #FFF;
    border: solid 1px #012850;
}
.swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

.card02 {
    overflow: hidden;
}
.card02 .swiper {
    overflow: visible;
}
.card02 .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3.2rem;
}
.card02 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto 0 1.0rem;
    text-align: center;
}
.card02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 4px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: top;
    background-color: var(--color-gray);
}
.card02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
}
.swiper-pagination-bullet {
    border-radius: 0%;
}
.card02 .swiper-button-prev, 
.card02 .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
}
.card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.card02 .swiper-button-disabled::before {
    -webkit-box-shadow: var(--box-shadow-inset);
    box-shadow: var(--box-shadow-inset);
}
.card02 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.card02 .slide {
    overflow: hidden;
    width: 36rem;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    cursor: grab;
}
.card02 .slide-media {
    padding-top: 62.5%;
}
.card02 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}
.card02 .slide-content {
    padding: 3.2rem;
}
.card02 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
}
.card02 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
}

@media only screen and (max-width: 1024px) {
    html {
    	-webkit-text-size-adjust: 100%;
    }
    .l-inner {
    	padding: 0 7%;
    }
    .pc {
    	display: none !important;
    }
}
 @media only screen and (max-width: 599px) {
    html {
    	font-size: 50%;
    }
    .pc-tab {
    	display: none !important;
    }
    .card02 .slide {
    	width: 24rem;
    }
	.card02 .swiper-pagination {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
    .tab-sp {
    	display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
    	-webkit-transition: var(--transition);
    	transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    	-webkit-transform: scale(1.0);
    	transform: scale(1.0);
    }
    .card02 .slide {
    	-webkit-transition: var(--transition);
    	transition: var(--transition);
    }
    .card02 .slide img {
    	-webkit-transition: var(--transition);
    	transition: var(--transition);
    }
    .card02 .slide:hover {
    	-webkit-transform: translateY(-16px);
    	transform: translateY(-16px);
    	-webkit-box-shadow: var(--box-shadow-hover);
    	box-shadow: var(--box-shadow-hover);
    }
    .card02 .slide:hover img {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
    }
}
@media only screen and (min-width: 600px) {
    .sp {
    	display: none !important;
    }
}


/* ------------------------------------------------------------------
Company
------------------------------------------------------------------- */
.company-greeting-photo-wrap {
    display: block;
    margin: 5% 20% 0 15%;
    padding: 0;
}

.company-greeting-ceo-name {
    display: block;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    color: #121212;
    text-align: right;
    margin: 0;
    padding: 4% 3% 0 0;
}
.company-greeting-ceo-name span {
    display: inline-block;
    font-size: 1.0vw;
    padding: 0 15px 0 0;
}

.overvew-table-wrap {
    display: block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0;
    color: #012850;
    margin: 0;
    padding: 0 8% 0 0;
}

table.overvew {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 0;
}
table.overvew th {
    width: 20%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
    padding: 1.0em 1.0em;
    border-bottom: solid 1px #D2DDEE;
}
table.overvew th span {
	display: inline-block;
    font-size: 1.6rem;
    padding: 0 0 0 18px;
}
table.overvew th span.two {
    padding: 0 0 0 10px;
}
table.overvew th.first {
    border-top: solid 1px #D2DDEE;
}
table.overvew td {
    width: 75%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 1.0em 1.0em;
    border-bottom: solid 1px #D2DDEE;
}
table.overvew td.first {
    border-top: solid 1px #D2DDEE;
}
table.overvew td a.address-gm {
	display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    padding: 5px 0 10px;
}
table.overvew td a.address-gm i {
    font-size: 1.8rem;
}
table.overvew td a.address-gm:hover {
    color: #0094CE;
}

dl.overvew-content-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.overvew-content-wrap dt {
    float: left;
    width: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #012850;
    text-align: left;
    line-height: 1.4;
    padding: 2px 0;
    margin: 0;
}
dl.overvew-content-wrap dd {
    margin-left: 25px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #012850;
    padding: 2px 0;
}

.company-access-wrap {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #012850;
    margin: 0;
    padding: 0 10% 0 2.5%;
}
.company-access-wrap span.ad-name {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 0;
    padding: 0 0 15px;
}
.company-access-wrap a.address-gm {
	display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    padding: 8px 0 15px;
}
.company-access-wrap a.address-gm i {
    font-size: 2.0rem;
}
.company-access-wrap a.address-gm:hover {
    color: #0094CE;
}
.company-access-wrap .office-tel {
    display: block;
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 0 0 6px;
    padding: 0;
}
.company-access-wrap .office-tel a {
	display: inline-block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 0;
    padding: 0 0 0 5px;
}

.office-gmap {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}
.office-gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 1480px){
	table.overvew th {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding: 1.5em 1.0em;
	}
	table.overvew td {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding: 1.5em 1.0em;
	}
	table.overvew td a {
		font-size: 1.6rem;
		padding: 5px 0 0;
	}
	table.overvew td a.tel {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	table.overvew td a.address-gm {
		font-size: 1.0rem;
	}
	dl.overvew-content-wrap dt {
		font-size: 1.6rem;
		padding: 2px 0;
	}
	dl.overvew-content-wrap dd {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding: 2px 0;
	}
	dl.overvew-content-wrap dd span {
		font-size: 1.6rem;
		padding: 0 0 10px;
	}
	dl.vision-content-wrap dt {
		font-size: 1.6rem;
	}
	dl.vision-content-wrap dd {
		font-size: 1.6rem;
	}
	.company-greeting-lead-iso {
		font-size: 2.0rem;
	}
	.company-access-wrap a.address-gm {
		font-size: 1.0rem;
	}
	.company-access-wrap {
    	font-size: 1.2vw;
	}
	.company-access-wrap span.ad-name {
    	font-size: 1.3vw;
	}
	.company-access-wrap .office-tel {
    	font-size: 1.2vw;
	}
	.company-access-wrap .office-tel a {
    	font-size: 1.2vw;
	}
	.second-contents-text span.second-contents-textTitle {
		font-size: 1.5vw;
	}
}
@media (max-width: 1380px){
	.company-access-wrap {
    	font-size: 1.3vw;
	}
	.company-access-wrap span.ad-name {
    	font-size: 1.5vw;
	}
	.company-access-wrap .office-tel {
    	font-size: 1.3vw;
	}
	.company-access-wrap .office-tel a {
    	font-size: 1.3vw;
	}
	.second-contents-text span.second-contents-textTitle {
		font-size: 1.6vw;
	}
}
@media (max-width: 1200px){
	table.overvew {
		width: 100%;
	}
	table.overvew th {
		font-size: 1.5rem;
	}
	table.overvew td {
		font-size: 1.5rem;
	}
	table.overvew td a {
		font-size: 1.5rem;
	}
	table.overvew td a.tel {
		font-size: 1.5rem;
	}
	table.overvew td a.address-gm {
		font-size: 1.2rem;
	}
	dl.overvew-content-wrap dt {
		font-size: 1.5rem;
	}
	dl.overvew-content-wrap dd {
		font-size: 1.5rem;
	}
	dl.overvew-content-wrap dd span {
		font-size: 1.5rem;
	}
	dl.vision-content-wrap dt {
		font-size: 1.5rem;
	}
	dl.vision-content-wrap dd {
		font-size: 1.5rem;
	}
	.company-greeting-lead-iso {
		font-size: 2.4rem;
	}
	.company-greeting-lead-iso br {
		display: block;
	}
	.company-access-wrap a.address-gm {
		font-size: 1.0rem;
	}
	.company-greeting-ceo-name {
		font-size: 1.6vw;
	}
	.company-greeting-ceo-name span {
		font-size: 1.2vw;
	}
}
@media (max-width: 990px){
	.overvew-table-wrap {
		padding: 0;
	}
	table.overvew th {
		font-size: 1.6rem;
	}
	table.overvew td {
		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: 14px;
	}
	dl.overvew-content-wrap dt {
		font-size: 18px;
	}
	dl.overvew-content-wrap dd {
		font-size: 18px;
	}
	dl.overvew-content-wrap dd span {
		font-size: 18px;
	}
	dl.vision-content-wrap dt {
		font-size: 18px;
	}
	dl.vision-content-wrap dd {
		font-size: 18px;
	}
	.second-contents-text span.second-contents-textTitle {
		font-size: 2.4vw;
	}
	.company-greeting-ceo-name {
		font-size: 2.4vw;
	}
	.company-greeting-ceo-name span {
		font-size: 1.8vw;
	}
	.company-access-wrap {
    	font-size: 2.0vw;
    	padding: 0;
	}
	.company-access-wrap span.ad-name {
    	font-size: 2.4vw;
	}
	.company-access-wrap .office-tel {
    	font-size: 2.0vw;
	}
	.company-access-wrap .office-tel a {
    	font-size: 2.0vw;
	}
}
@media (max-width: 499px){
	.company-greeting-photo-wrap {
		margin: 0 20% 8%;
	}
	table.overvew {
		width: 100%;
		border-spacing: 0px 0;
	}
	table.overvew th {
		display: block;
		width: 100%;
		font-size: 20px;
		letter-spacing: 0;
		text-align: left;
		padding: 1.0em 0.5em 0.3em;
		border-bottom: none;
	}
	table.overvew th br {
		display: none;
	}
	table.overvew td {
		display: block;
		width: 100%;
		font-size: 18px;
		letter-spacing: 0;
		padding: 0 0.5em 1.0em;
	}
	table.overvew td br.br {
		display: none;
	}
	table.overvew td a {
		font-size: 18px;
	}
	table.overvew td.first {
		border-top: none;
	}
	table.overvew td span {
		display: block;
		font-size: 16px;
		letter-spacing: 0;
		margin: 0;
	}
	table.overvew th span {
		font-size: 18px;
	}
	.office-access {
		font-size: 1.5rem;
		letter-spacing: 0;
		margin: 15px 0 0 0;
	}
	.second-contents-text span.second-contents-textTitle {
		font-size: 24px;
	}
	.company-greeting-ceo-name {
		font-size: 22px;
    	padding: 8% 0 2%;
	}
	.company-greeting-ceo-name span {
		font-size: 18px;
	}
	dl.overvew-content-wrap dt {
		font-size: 18px;
	}
	dl.overvew-content-wrap dd {
		font-size: 18px;
	}
	.company-access-wrap {
    	font-size: 18px;
    	padding: 0;
	}
	.company-access-wrap span {
		display: block;
	}
	.company-access-wrap span.ad-name {
    	font-size: 18px;
	}
	.company-access-wrap .office-tel {
    	font-size: 20px;
	}
	.company-access-wrap .office-tel a {
    	font-size: 20px;
	}
	.company-access-wrap a.address-gm {
    	font-size: 15px;
	}
}


/* ------------------------------------------------------------------
Recruitment
------------------------------------------------------------------- */

table.guidelines {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 0;
}
table.guidelines th {
    width: 20%;
    font-size: 1.1vw;
    font-weight: 600;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
    padding: 1.5em 1.0em;
    border-bottom: solid 1px #D2DDEE;
}
table.guidelines th.first {
    border-top: solid 1px #D2DDEE;
}
table.guidelines td {
    width: 75%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.0vw;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 1.5em 1.0em;
    border-bottom: solid 1px #D2DDEE;
}
table.guidelines td.first {
    border-top: solid 1px #D2DDEE;
}

.rec-photo-section {
    width: 100%;
    height: auto;
    padding: 0 2% 4% 10%;
}
.rec-photo-items-wrapper {
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.rec-photo-items-wrap01 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 1% 2%;
}
.rec-staff-item-text {
    display: block;
    font-size: 1.0vw;
    font-weight: 600;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
}
.rec-staff-item-text span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 5px 0 0;
}

.rec-contents-right-wrapper {
    padding-left: 0;
    padding-right: 5%;
}
.rec-photo-items-wrap02 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
}


/* Btn Center
 * --------------------------------------- */

.linkbutton-center-staff {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    text-align: left;
	margin: 0;
    padding: 0 20%;
    background: transparent;
    line-height: 55px;
	border: solid 1px #012850;
	overflow: hidden;
}
.linkbutton-center-staff::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #012850;
    -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-staff: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-staff .text {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #012850;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-staff:hover .text {
    color: #FFF;
}
.linkbutton-center-staff .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #012850;
    position: absolute;
    right: 10%;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-staff:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 15%;
}

@media (max-width: 1680px){
	.linkbutton-center-staff {
    	height: 70px;
    	line-height: 65px;
    }
}
@media (max-width: 1480px){
	table.guidelines th {
		font-size: 1.2vw;
	}
	table.guidelines td {
		font-size: 1.1vw;
	}
	.linkbutton-center-staff {
    	height: 60px;
    	line-height: 55px;
    }
}
@media (max-width: 1200px){
	table.guidelines th {
		font-size: 1.3vw;
	}
	table.guidelines td {
		font-size: 1.3vw;
	}
	.linkbutton-center-staff {
    	height: 50px;
    	line-height: 45px;
    }
	.rec-staff-item-text span {
		padding: 0;
	}
	.second-service-linkbutton-wrap-ss {
		width: 100%;
		margin: 10% 0 0;
	}
	.linkbutton-center-staff .text {
    	font-size: 1.2rem;
	}
}
@media (max-width: 990px){
	.rec-photo-section {
		padding: 0 7% 4% 7%;
	}
	.rec-contents-right-wrapper {
		padding-right: 0;
	}
	table.guidelines th {
		font-size: 1.8rem;
	}
	table.guidelines td {
		font-size: 1.8rem;
	}
	.linkbutton-center-staff .text {
    	font-size: 1.4rem;
	}
	.second-service-linkbutton-wrap-ss {
		margin: 5% 0 0;
	}
}
@media (max-width: 499px){
	.rec-staff-item-text {
		font-size: 17px;
	}
	.rec-staff-item-text span {
		font-size: 17px;
	}
	.linkbutton-center-staff .text {
    	font-size: 1.6rem;
	}
	table.guidelines {
		margin: 5% auto;
		border-spacing: 0px 0;
	}
	table.guidelines th {
		display: block;
		width: 100%;
		font-size: 20px;
		letter-spacing: 0;
		text-align: left;
		padding: 1.0em 0.5em 0.3em;
		border-bottom: none;
	}
	table.guidelines td {
		display: block;
		width: 100%;
		font-size: 18px;
		letter-spacing: 0;
		padding: 0 0.5em 1.0em;
	}
	table.guidelines td.first {
    	border-top: none;
	}
}


/* ------------------------------------------------------------------
Our Staff
------------------------------------------------------------------- */

.rec-staff-contents-wrapper {
    margin-bottom: 5%;
    padding-top: 8%;
}
.rec-staff-contents-wrapper02 {
    margin-bottom: 5%;
    padding-top: 8%;
    border-top: solid 1px #012850;
}

.rec-staff-right-wrapper {
    padding-left: 0;
    padding-right: 8%;
}

.rec-staff-contents-wrap {
    margin-bottom: 8%;
}

.rec-staff-sub-s-title {
    display: block;
    font-size: 1.7vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 20px;
}
.rec-staff-sub-s-title span {
    display: block;
    font-size: 0.9vw;
    font-family: 'Noto Serif JP', serif;
    padding: 5px 0 0;
}

.rec-staff-sub-title-wrap {
    margin: 0;
    padding: 0 10% 0 0;
}
.rec-staff-sub-title {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #012850;
    margin: 15px 0 20px;
    padding: 0;
}
.rec-staff-sub-title span {
    font-size: 0.9vw;
}
.rec-staff-sub-text {
    display: block;
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0;
}

.staff-item-question-wrap {
	padding: 5% 0 5% 5%;
}
.staff-item-question-text {
	position: relative;
    display: block;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 2% 5%;
    padding: 0;
}
.staff-item-question-text::before {
    content: "";
    width: 5rem;
    height: 0;
    position: absolute;
    left: -7%;
    top: 25px;
    margin: auto;
    border-top: 2px solid #012850;
    opacity: .7;
}
.staff-item-answer-text {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0;
    color: #012850;
    margin: 0 0 0 15%;
    padding: 0;
}

@media (max-width: 1680px){
	.staff-item-question-text::before {
		left: -8%;
		top: 18px;
	}
}
@media (max-width: 1480px){
	.rec-staff-sub-title {
		font-size: 1.6vw;
    	margin: 5px 0 10px;
	}
	.rec-staff-sub-title span {
		font-size: 1.2vw;
	}
	.rec-staff-sub-text {
		font-size: 1.3vw;
	}
	.staff-item-question-text::before {
    	width: 4rem;
		left: -7%;
		top: 15px;
	}
	.staff-item-answer-text {
		font-size: 1.2vw;
		line-height: 1.8;
		margin: 0 0 0 10%;
	}
}
@media (max-width: 1200px){
	.rec-staff-sub-s-title span {
		font-size: 1.1vw;
	}
	.staff-item-question-text {
		font-size: 1.8vw;
	}
	.staff-item-question-text::before {
    	width: 3rem;
		left: -7%;
		top: 11px;
	}
	.staff-item-answer-text {
		font-size: 1.3vw;
	}
}
@media (max-width: 990px){
	.rec-staff-sub-title-wrap {
		padding: 0 20%;
	}
	.rec-staff-sub-s-title {
		font-size: 3.6vw;
		padding: 0 0 20px;
	}
	.rec-staff-sub-s-title span {
		font-size: 2.4vw;
	}
	.rec-staff-sub-title {
		font-size: 3.6vw;
	}
	.rec-staff-sub-title span {
    	font-size: 2.0vw;
	}
	.rec-staff-sub-text {
    	font-size: 2.4vw;
	}

	.rec-staff-right-wrapper {
		padding-right: 0;
	}
	.staff-item-question-text {
		font-size: 3.0vw;
	}
	.staff-item-question-text::before {
    	width: 3rem;
		left: -7%;
		top: 16px;
	}
	.staff-item-answer-text {
		font-size: 2.4vw;
	}
	.staff-item-question-wrap {
		padding: 5% 0;
	}
	.staff-item-question-wrap img {
		margin-bottom: 10px;
	}
}
@media (max-width: 499px){
	.rec-staff-sub-title-wrap {
		padding: 0 5%;
	}
	.rec-staff-sub-s-title {
		font-size: 6.0vw;
	}
	.rec-staff-sub-s-title span {
		font-size: 4.8vw;
	}
	.rec-staff-sub-title {
		font-size: 7.2vw;
	}
	.rec-staff-sub-title span {
    	font-size: 4.8vw;
	}
	.rec-staff-sub-text {
    	font-size: 4.8vw;
    	margin: 0 0 5%;
	}

	.rec-staff-right-wrapper {
		padding-right: 0;
	}
	.staff-item-question-text {
		font-size: 5.4vw;
		margin: 0 0 5% 5%;
	}
	.staff-item-question-text br.br {
		display: none;
	}
	.staff-item-question-text::before {
    	width: 2rem;
		left: -8%;
		top: 14px;
	}
	.staff-item-answer-text {
		font-size: 18px;
    	margin: 0 5%;
	}
	.staff-item-answer-text br.br {
		display: none;
	}
}


/* ------------------------------------------------------------------
Health Management
------------------------------------------------------------------- */

.health-contents-top-wrapper {
    margin-bottom: 8%;
    padding-top: 8%;
}

.health-contents-title-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 5%;
}
.health-contents-sub-s-title {
    display: block;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0 0 25px 5px;
}
.health-contents-sub-s-title span.number {
    display: inline-block;
    font-size: 1.8vw;
    margin: 0;
    padding: 0 0 0 10px;
}
.health-contents-title-ja {
    display: block;
    font-size: 2.0vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #012850;
    margin: 0;
    padding: 0;
}
.health-contents-title-ja span.en {
    display: block;
    font-size: 0.8vw;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.health-contents-text-top {
    display: block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0;
    color: #012850;
    text-align: center;
    margin: 0;
    padding: 0;
}
.health-img-wrapper {
	margin-top: 5%;
}
.health-img-wrap01 {
	display: flex;
	align-items: center;
    margin: 0 20% 0;
    padding: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.health-img-wrap02 {
	display: flex;
	align-items: center;
	height: 100%;
    margin: 0;
    padding: 0;
}

.health-contents-sublead {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 4%;
}
.health-contents-lead {
    display: block;
    font-size: 1.8vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 4%;
}
.health-contents-text {
    display: block;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0;
}

.health-chart-wrapper {
	margin-top: 5%;
	margin-right: 0;
	margin-left: 0;
}

.health-chart-wrap01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
    width: 100%;
	height: 100%;
    text-align: center;
    margin: 0;
    padding: 5%;
    background-color: #F0F0F0;
    border-radius: 6px;
}
.health-chart-wrap01 i {
    display: block;
    font-size: 4.8vw;
    line-height: 1.0;
    color: #EB3228;
    margin: 0;
    padding: 0;
}
.health-chart-title01 {
    display: block;
    font-size: 2.0vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #EB3228;
    margin: 0px 0 0;
    padding: 0;
}

.health-chart-wrapper-icon {
	margin-top: 2%;
	margin-right: 0;
	margin-left: 0;
}
.health-chart-iconwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.health-chart-iconwrap i {
    display: block;
    font-size: 3.0vw;
    line-height: 1.0;
    color: #EB3228;
    margin: 0;
    padding: 0;
}
.health-chart-iconwrap img {
	width: 60%;
	margin: 0 auto;
}
.health-chart-iconwrap img.up {
	width: 30%;
	margin: 0 auto;
}
.health-chart-iconwrap img.down {
	width: 30%;
	margin: 0 auto;
}
.health-chart-iconwrap img.left {
	transform:rotate(180deg); 
}

.health-chart-wrapper-reverse {
	margin-top: 2%;
	margin-right: 0;
	margin-left: 0;
}
.health-chart-wrap02 {
    display: block;
    width: 100%;
	height: 100%;
    text-align: center;
    margin: 0;
    padding: 5%;
    background-color: #F0F0F0;
    border-radius: 6px;
}
.health-chart-wrap02 i {
    display: block;
    font-size: 4.8vw;
    line-height: 1.0;
    color: #012850;
    margin: 0;
    padding: 0;
}
.health-chart-title02 {
    display: block;
    font-size: 0.9vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.8;
    color: #012850;
    margin: 0;
    padding: 0;
}

.health-management-sublead {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 4%;
}
.health-management-sublead br {
    display: none;
}
.health-management-lead {
    display: block;
    font-size: 1.8vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 4%;
}

.health-file-wrapper {
    margin-right: 0;
    margin-left: 0;
}
.health-contents-subsublead {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 3%;
}
.health-contents-subsublead br {
    display: none;
}
.health-contents-subsubtext {
    display: block;
    width: 70%;
    font-size: 1.0vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
    color: #012850;
    margin: 0 auto;
    padding: 3% 4%;
    border: solid 1px #012850;
}
.health-contents-subsubtext span {
    font-size: 1.4vw;
    font-weight: 600;
}

.health-file-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.health-file-subsublead {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 0 0 0 10%;
    padding: 0 0 4% 0;
}
dl.health-content-wrap {
    width: 90%;
    padding: 0;
    margin: 0 0 0 10%;
}
dl.health-content-wrap dt {
    float: left;
    width: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #012850;
    text-align: left;
    line-height: 1.4;
    padding: 4px 0;
    margin: 0;
}
dl.health-content-wrap dd {
    margin-left: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    color: #012850;
    padding: 4px 0;
}
.health-file-imgwrap {
    display: block;
    margin: 0;
    padding: 0;
}

.health-icon-subtitle {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 4% 0;
}
.health-icon-wrap {
    display: block;
    width: 100%;
	height: calc(100% - 15px);
    text-align: center;
    margin: 0 0 15px;
    padding: 10%;
    background-color: #F0F0F0;
    border-radius: 4px;
}
.health-icon-imgwrap {
    display: block;
    width: 50%;
    margin: 0 auto 5%;
    padding: 0;
}
.health-icon-textwrap {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
    color: #012850;
    margin: 0;
    padding: 0;
}

.health-linkbutton-wrap-ss {
    display: block;
    width: 100%;
    margin: 2% 0 0;
    padding: 0;
    background: transparent;
}

.health-img-reportwrap {
	display: flex;
	align-items: center;
    margin: 0 5% 30px;
    padding: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

img.health-img-sp {
	display: none;
}

@media (max-width: 1480px){
	.health-contents-text-top {
		font-size: 1.2vw;
	}
	.health-contents-sublead {
		font-size: 1.5vw;
	}
	.health-contents-lead {
		font-size: 2.0vw;
	}
	.health-contents-subsublead {
		font-size: 1.4vw;
	}
	.health-contents-subsubtext {
		font-size: 1.2vw;
	}
	.health-contents-subsubtext span {
		font-size: 1.6vw;
	}
	.health-management-sublead {
		font-size: 1.5vw;
	}
	.health-management-lead {
		font-size: 2.0vw;
	}
	.health-file-subsublead {
		font-size: 1.2vw;
	}
	dl.health-content-wrap dt {
		width: 20px;
		font-size: 1.6rem;
	}
	dl.health-content-wrap dd {
		margin-left: 20px;
		font-size: 1.6rem;
	}
	.health-icon-textwrap {
		font-size: 1.4rem;
	}
	.health-chart-title02 {
		font-size: 1.0vw;
    	line-height: 1.4;
	}
	.health-icon-subtitle {
		font-size: 1.6vw;
	}
}
@media (max-width: 990px){
	.health-contents-title-wrap {
		padding: 0 0 5%;
	}
	.health-contents-sub-s-title {
		font-size: 2.0vw;
		padding: 0 0 15px 5px;
	}
	.health-contents-sub-s-title span.number {
		font-size: 3.6vw;
	}
	.health-contents-title-ja {
		font-size: 3.6vw;
	}
	.health-contents-title-ja span.en {
		font-size: 1.6vw;
    	padding: 5px 0;
	}
	.health-contents-text-top {
		font-size: 2.2vw;
		text-align: left;
	}
	.health-contents-text-top br.br {
		display: none;
	}

	.health-contents-sublead {
		font-size: 2.4vw;
	}
	.health-contents-lead {
		font-size: 3.3vw;
	}
	.health-contents-text {
		font-size: 2.2vw;
		line-height: 1.6;
	}

	.health-management-sublead {
		font-size: 3.0vw;
	}
	.health-management-lead {
		font-size: 4.8vw;
	}

	.health-chart-title02 {
    	font-size: 1.8vw;
	}
	.health-chart-iconwrap img.up {
		width: 25%;
	}
	.health-chart-iconwrap img.down {
		width: 25%;
	}
	.health-contents-subsublead {
		font-size: 2.4vw;
	}
	.health-contents-subsubtext {
		font-size: 1.8vw;
	}
	.health-contents-subsubtext span {
		font-size: 2.8vw;
	}
	.health-file-subsublead {
    	font-size: 18px;
	}
	.health-icon-subtitle {
    	font-size: 3.0vw;
	}
	.health-icon-textwrap {
    	font-size: 1.6rem;
	}
}
@media (max-width: 499px){
	.health-contents-title-wrap {
    	padding: 0 0 10%;
	}
	.health-contents-sub-s-title {
		font-size: 20px;
		text-align: center;
	}
	.health-contents-sub-s-title span.number {
		font-size: 30px;
	}
	.health-contents-title-ja {
		font-size: 7.8vw;
		text-align: center;
	}
	.health-contents-title-ja span.en {
		font-size: 14px;
	}
	.health-contents-text-top {
		font-size: 18px;
	}
	.health-img-wrap01 {
		margin: 10%;
	}
	.health-img-wrap02 {
		margin: 0 0 10%;
	}

	.health-contents-sublead {
		font-size: 5.0vw;
    	padding: 0 0 8%;
	}
	.health-contents-lead {
		font-size: 6.2vw;
    	padding: 0 0 8%;
	}
	.health-contents-text {
		font-size: 18px;
		text-align: left;
    	padding: 0 0 8%;
	}
	.health-contents-text br {
		display: none;
	}
	.health-chart-wrap01 i {
		font-size: 84px;
	}
	.health-chart-title01 {
		font-size: 7.2vw;
		margin: 0 0 5%;
	}
	.health-chart-iconwrap img.right {
		width: 15%;
		margin: 3% auto;
		transform:rotate(90deg);
	}
	.health-chart-wrap02 i {
		font-size: 84px;
	}
	.health-chart-title02 {
    	font-size: 18px;
	}
	.health-chart-iconwrap img.up {
		display: none;
	}
	.health-chart-iconwrap img.down {
		width: 16%;
		margin: 3% auto;
	}
	.health-chart-iconwrap img.left {
		width: 15%;
		margin: 3% auto;
		transform:rotate(90deg);
	}

	.health-management-sublead {
		font-size: 6.0vw;
    	padding: 0 0 8%;
	}
	.health-management-sublead br {
    	display: block;
	}
	.health-management-lead {
		font-size: 9.6vw;
    	padding: 0 0 8%;
	}

	.health-contents-subsublead {
    	font-size: 20px;
    	padding: 0 0 8%;
	}
	.health-contents-subsublead br {
    	display: block;
	}
	.health-contents-subsubtext {
    	width: 90%;
    	font-size: 16px;
    	text-align: left;
    	margin: 0 auto 5%;
	}
	.health-contents-subsubtext br {
		display: none;
	}
	.health-contents-subsubtext span {
		display: block;
    	font-size: 26px;
    	line-height: 1.2;
    	padding: 10px 0;
    	text-align: center;
	}

	.health-file-content-wrapper {
    	margin: 5% auto 5%;
    }
	.health-file-subsublead {
    	font-size: 20px;
    	margin: 0 5%;
    	text-align: center;
	}
	dl.health-content-wrap {
    	width: 90%;
    	margin: 0 5%;
	}
	dl.health-content-wrap dt {
		width: 22px;
    	font-size: 17px;
	}
	dl.health-content-wrap dd {
    	margin-left: 22px;
    	font-size: 17px;
	}

	.health-icon-subtitle {
		font-size: 6.0vw;
	}
	.health-icon-textwrap {
    	font-size: 16px;
	}
	.health-icon-textwrap br {
		display: none;
	}
	img.health-img-pc {
		display: none;
	}
	img.health-img-sp {
		display: block;
	}
}


/* Btn Center
 * --------------------------------------- */

.linkbutton-center-h {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: left;
	margin: 0 auto;
    padding: 0 10%;
    background: transparent;
    line-height: 75px;
	border: solid 1px #012850;
	overflow: hidden;
}
.linkbutton-center-h::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #012850;
    -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-h: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-h .text {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #012850;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-h .text.jp {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
}
.linkbutton-center-h .text.thai {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
}
.linkbutton-center-h:hover .text {
    color: #FFF;
}
.linkbutton-center-h .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #012850;
    position: absolute;
    right: 5%;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-h:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 8%;
}

@media (max-width: 1680px){
	.linkbutton-center-h {
    	height: 70px;
    	line-height: 65px;
    }
}
@media (max-width: 1480px){
	.linkbutton-center-h {
    	height: 60px;
    	line-height: 55px;
    }
}
@media (max-width: 1200px){
	.linkbutton-center-h {
    	padding: 0 5%;
    }
	.linkbutton-center-h .text.jp {
    	font-size: 13px;
	}
}
@media (max-width: 499px){
	.linkbutton-center-h {
    	height: auto;
    	line-height: 1.4;
    	padding: 5% 10%;
	}
	.linkbutton-center-h .text.jp {
    	font-size: 14px;
	}
}


/* ------------------------------------------------------------------
Equipment
------------------------------------------------------------------- */
.equipment-contents-wrapper01 {
    margin-bottom: 2%;
    padding-top: 8%;
}
.equipment-contents-wrapper02 {
    margin-bottom: 4%;
    padding-top: 8%;
    border-top: solid 1px #012850;
}
.equipment-items-wrap {
    position: relative;
    display: block;
    margin: 0 0 15%;
    padding: 0 20%;
}
.equipment-items-wrap02 {
    position: relative;
    display: block;
    margin: 0 0 15%;
    padding: 0;
}
.equipment-contents-title {
    display: block;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0 0 2%;
    padding: 0;
}
.equipment-contents-name {
    display: block;
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0;
}

.equipment-table-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.equipment-table-wrap-right {
	padding-left: 20px;
	padding-right: 20px;
}
.equipment-th-itemwrap01 {
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-weight: 600;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
    padding: 0 1em 1.2em 1em;
    border-bottom: solid 1px #D2DDEE;
}
.equipment-th-unitwrap01 {
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-weight: 600;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
    padding: 0 1em 1.2em 1em;
    border-bottom: solid 1px #D2DDEE;
}
.equipment-td-itemwrap {
    display: block;
    width: 100%;
    font-size: 1.0vw;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
    padding: 1.2em 1em;
    border-bottom: solid 1px #D2DDEE;
}
.equipment-td-unitwrap {
    display: block;
    width: 100%;
    font-size: 1.0vw;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
    padding: 1.2em 1em;
    border-bottom: solid 1px #D2DDEE;
}

@media (max-width: 1480px){
	.equipment-items-wrap {
    	padding: 0 15%;
	}
	.equipment-th-itemwrap01 {
    	font-size: 1.3vw;
	}
	.equipment-th-unitwrap01 {
    	font-size: 1.3vw;
	}
	.equipment-td-itemwrap {
    	font-size: 1.1vw;
	}
	.equipment-td-unitwrap {
    	font-size: 1.1vw;
	}
}
@media (max-width: 1380px){
	.equipment-th-itemwrap01 {
    	font-size: 1.4vw;
	}
	.equipment-th-unitwrap01 {
    	font-size: 1.4vw;
	}
	.equipment-td-itemwrap {
    	font-size: 1.2vw;
	}
	.equipment-td-unitwrap {
    	font-size: 1.2vw;
	}
}
@media (max-width: 1200px){
	.equipment-items-wrap {
    	padding: 0 10%;
	}
	.equipment-th-itemwrap01 {
    	font-size: 1.8rem;
	}
	.equipment-th-unitwrap01 {
    	font-size: 1.8rem;
	}
	.equipment-td-itemwrap {
    	font-size: 1.6rem;
	}
	.equipment-td-unitwrap {
    	font-size: 1.6rem;
	}
}
@media (max-width: 990px){
	.equipment-contents-wrapper01 {
    	margin-bottom: 4%;
    	padding-top: 70px;
	}
	.equipment-contents-wrapper02 {
    	margin-bottom: 4%;
    	padding-top: 70px;
	}
	.equipment-table-wrap-right {
		display: none;
	}
	.equipment-contents-title {
		font-size: 2.0rem;
		margin: 2% 0 2%;
	}
	.equipment-contents-name {
    	font-size: 1.6rem;
	}
}
@media (max-width: 749px){
	.equipment-contents-title {
    	font-size: 2.5vw;
    }
}
@media (max-width: 499px){
	.equipment-items-wrap {
    	padding: 0;
	}
	.equipment-contents-wrapper01 {
    	margin-bottom: 4%;
    	padding-top: 50px;
	}
	.equipment-contents-wrapper02 {
    	margin-bottom: 4%;
    	padding-top: 50px;
	}
	.equipment-table-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.equipment-contents-title {
    	font-size: 5.2vw;
    }
	.equipment-contents-name {
    	font-size: 17px;
	}
	.second-contents-sub-title br.eqbr {
		display: none;
	}
    .equipment-th-itemwrap01 {
    	font-size: 20px;
    	padding: 2.0em 1em 1.2em 1em;
    }
	.equipment-th-unitwrap01 {
    	font-size: 20px;
    	padding: 2.0em 1em 1.2em 1em;
	}
	.equipment-td-itemwrap {
		font-size: 4.4vw;
	}
	.equipment-td-unitwrap {
		font-size: 4.4vw;
	}
}


/* ------------------------------------------------------------------
Thai Plant
------------------------------------------------------------------- */

.thai-masthead {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    min-height: 35rem;
	background-image: url(../assets/img/bg-thaitop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.thai-hero-title {
    display: block;
    font-size: 7.2vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #E3B935;
    margin: 0;
    padding: 0 0 0 5%;
    text-shadow: 4px 4px 4px rgb(0 0 0 / 100%);
}

.thai-about-section {
	padding: 5% 0 2%;
    background-color: #E3B935;
}
.thai-contents-mainlead {
    display: block;
    font-size: 1.8vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 0 0 2%;
}
.thai-contents-maintext {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    color: #012850;
    margin: 0 0 5%;
    padding: 0;
}
.thai-contents-maintext br {
    display: block;
}

.thai-photo-section {
	padding: 0;
}

.thai-contents-subtext {
    display: block;
    font-size: 1.1vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.0;
    text-align: left;
    color: #012850;
    margin: 0 0 5%;
    padding: 0;
}

.thai-contents-title-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 1%;
}

.thai-contents-left-sub-s-title {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0 0 15px;
}

.thai-contents-left-title {
    display: block;
    font-size: 3.0vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #012850;
    margin: 0;
    padding: 0;
}
.thai-contents-left-title span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    padding: 10px 0 0 0;
}

.thai-greeting-photo-wrap {
    display: block;
    margin: 5% 25% 0 0;
    padding: 0;
}

.thai-contents-right-text {
    display: block;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0;
    color: #012850;
    margin: 0;
    padding: 0;
}
.thai-contents-right-text-en {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    color: #012850;
    margin: 5% 0 0;
    padding: 0;
}

.thai-contents-section01 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 2% 0 10%;
}

.thai-sub-contents-wrapper {
    margin-bottom: 8%;
    padding-top: 8%;
    border-top: solid 1px #BC982D;
}

.thai-photo-section02 {
    width: 100%;
    height: auto;
    padding: 0 3% 6% 9%;
}

.thai-photo-items-wrap01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    border-right: solid 1px #BC982D;
}
.thai-photo-items-wrap02 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    border-right: solid 1px #BC982D;
}
.thai-photo-items-wrap03 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
}
.thai-supported-subtitle {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    color: #6B5419;
    margin: 0;
    padding: 5% 0;
}
.thai-supported-subtitle br {
    display: none;
}
.thai-supported-subtext-ja {
    display: block;
    font-size: 1.0vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    color: #012850;
    margin: 0;
    padding: 0 5%;
}
.thai-supported-subtitle-en {
    display: block;
    font-size: 1.0vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    color: #012850;
    margin: 0;
    padding: 5% 0 2%;
}
.thai-supported-subtext-en {
    display: block;
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #012850;
    margin: 0;
    padding: 0 5%;
}

.thai-contents-m-size-text02 {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
    color: #012850;
    margin: 0 0 3%;
    padding: 0;
}
.thai-contents-m-size-text02-en {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #012850;
    margin: 0 0 5%;
    padding: 0;
}

table.thaioverview {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 0;
}
table.thaioverview th {
    width: 20%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
    padding: 1.0em 1.0em;
    border-bottom: solid 1px #D2DDEE;
}
table.thaioverview th span {
	display: inline-block;
    font-size: 1.6rem;
    padding: 0 0 0 18px;
}
table.thaioverview th span.two {
    padding: 0 0 0 10px;
}
table.thaioverview th.first {
    border-top: solid 1px #D2DDEE;
}
table.thaioverview td {
    width: 75%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 1.0em 1.0em;
    border-bottom: solid 1px #D2DDEE;
}
table.thaioverview td.first {
    border-top: solid 1px #D2DDEE;
}
table.thaioverview td a.address-gm {
	display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #012850;
    letter-spacing: 0;
    line-height: 1.0;
    padding: 5px 0 10px;
}
table.thaioverview td a.address-gm i {
    font-size: 1.8rem;
}
table.thaioverview td a.address-gm:hover {
    color: #0094CE;
}

.thai-sub-contents-title-wrapper {
    margin-bottom: 3%;
    padding-top: 8%;
    border-top: solid 1px #BC982D;
}
.thai-photo-gallery-section {
    width: 100%;
    height: auto;
    padding: 0 10% 6%;
}
.gallery-grid {
    margin: 0 0 15px;
    padding: 0;
}

@media (max-width: 1680px){
	.thai-contents-maintext {
		font-size: 1.1vw;
	}
}
@media (max-width: 1480px){
	.thai-contents-maintext {
		font-size: 1.2vw;
	}
	.thai-contents-subtext {
		font-size: 1.2vw;
		line-height: 2.0;
	}
	.thai-contents-right-text {
		font-size: 1.2vw;
	}
	.thai-contents-right-text-en {
		font-size: 1.1vw;
	}
	.thai-supported-subtitle {
		font-size: 1.3vw;
	}
	.thai-supported-subtext-ja {
		font-size: 1.1vw;
	}
	.thai-supported-subtext-ja br.br {
		display: none;
	}
	.thai-supported-subtitle-en {
		font-size: 1.2vw;
	}
	.thai-supported-subtext-en {
		font-size: 1.1vw;
	}
	.thai-contents-m-size-text02 {
		font-size: 1.8vw;
	}
	.thai-contents-m-size-text02-en {
    	font-size: 1.5vw;
    }
}
@media (max-width: 1200px){
	.thai-contents-mainlead {
		font-size: 2.4vw;
	}
	.thai-contents-maintext {
		font-size: 1.6vw;
	}
	.thai-contents-maintext br {
		display: block;
	}
	.thai-contents-subtext {
		font-size: 1.6vw;
	}
	.thai-contents-right-text {
		font-size: 1.4vw;
	}
	.thai-contents-right-text-en {
		font-size: 1.3vw;
	}
	.thai-supported-subtitle {
		font-size: 1.4vw;
	}
	.thai-supported-subtext-ja {
		font-size: 1.3vw;
	}
	.thai-supported-subtext-ja br.br {
		display: block;
	}
	.thai-supported-subtitle-en {
		font-size: 1.3vw;
	}
	.thai-supported-subtext-en {
		font-size: 1.2vw;
	}
}
@media (max-width: 990px){
	.thai-masthead {
		background-image: url(../assets/img/bg-thaitop800.jpg);
	}
	.thai-hero-title {
		font-size: 9.6vw;
	}
	.thai-contents-mainlead {
		font-size: 3.0vw;
	}
	.thai-contents-maintext {
		font-size: 2.2vw;
	}
	.thai-contents-subtext {
		font-size: 2.4vw;
	}
	.thai-about-section {
    	padding: 5% 7% 2%;
	}

	.thai-contents-section01 {
		padding: 0 7%;
	}
	.thai-contents-left-sub-s-title {
		font-size: 2.0rem;
	}
	.thai-contents-left-title {
		font-size: 3.6vw;
		margin: 0 0 4%;
	}
	.thai-contents-right-text {
		font-size: 17px;
    	line-height: 1.8;
	}
	.thai-contents-right-text br.br {
		display: none;
	}
	.thai-contents-right-text-en {
		font-size: 1.8rem;
	}
	.thai-photo-section02 {
		padding: 0 7% 6%;
	}
	.thai-photo-items-wrap01 {
		padding: 0;
		border-right: none;
	}
	.thai-photo-items-wrap02 {
		padding: 0;
		border-right: none;
	}
	.thai-photo-items-wrap03 {
		padding: 0;
	}
	.thai-supported-subtitle {
    	font-size: 3.0vw;
    	padding: 5% 0 3%;
	}
	.thai-supported-subtext-ja {
    	font-size: 1.8rem;
	}
	.thai-supported-subtext-ja br {
		display: none;
	}
	.thai-supported-subtitle-en {
    	font-size: 3.0vw;
    	padding: 5% 0 3%;
	}
	.thai-supported-subtext-en {
    	font-size: 1.6rem;
    	padding: 0 5% 5%;
	}
	.thai-contents-m-size-text02 {
    	font-size: 3.0vw;
    	margin: 2% 0 3%;
	}
	.thai-contents-m-size-text02-en {
    	font-size: 2.4vw;
	}
	.linkbutton-center-h .text.thai {
    	font-size: 3.0vw;
	}
	.overvew-table-wrap {
    	margin: 2% 0 0;
	}
	table.thaioverview th {
		font-size: 1.8rem;
	}
	table.thaioverview td {
		font-size: 1.8rem;
	}
	.thai-photo-gallery-section {
		padding: 0 6.5% 6%;
	}
}
@media (max-width: 749px){
	.thai-masthead {
		background-image: url(../assets/img/bg-thaitop800500.jpg);
	}
}
@media (max-width: 499px){
	.thai-masthead {
		background-image: url(../assets/img/bg-thaitop500.jpg);
	}
	.thai-hero-title {
		width: 300px;
    	font-size: 12.0vw;
    	text-align: center;
    	margin: 0 auto;
    	padding: 0;
	}
	.thai-contents-mainlead {
		font-size: 6.8vw;
    	padding: 0 0 5%;
	}
	.thai-contents-maintext {
		font-size: 17px;
    	padding: 0 0 8%;
	}
	.thai-contents-maintext br {
		display: none;
	}
	.thai-contents-subtext {
		font-size: 17px;
    	line-height: 1.8;
	}
	.thai-about-section {
    	padding: 10% 7% 5%;
	}
	.thai-greeting-photo-wrap {
		margin: 5% 25% 8%;
	}
	.thai-contents-left-sub-s-title {
    	font-size: 6.0vw;
    	text-align: center;
	}
	.thai-contents-left-title {
    	font-size: 9.6vw;
    	margin: 0 0 7%;
    	text-align: center;
	}
	.thai-contents-left-title span {
		font-size: 18px;
		padding: 10px 0 0 2px;
	}
	.thai-contents-right-text-en {
		font-size: 18px;
	}
	.thai-supported-subtitle {
    	font-size: 6.0vw;
    	line-height: 1.4;
    	padding: 5% 0 3%;
	}
	.thai-supported-subtitle br {
    	display: block;
	}
	.thai-supported-subtext-ja {
    	font-size: 16px;
    	padding: 0 2%;
	}
	.thai-supported-subtitle-en {
    	font-size: 5.4vw;
    	padding: 5% 0 3%;
	}
	.thai-supported-subtext-en {
    	font-size: 17px;
    	padding: 0 2% 10%;
	}
	.thai-contents-m-size-text02 {
    	font-size: 6.0vw;
    	margin: 5% 0 5%;
	}
	.thai-contents-m-size-text02-en {
    	font-size: 4.8vw;
	}
	.linkbutton-center-h .text.thai {
    	font-size: 3.6vw;
	}
	.thai-sub-contents-wrapper {
    	margin-bottom: 10%;
    	padding-top: 10%;
    }
    table.thaioverview {
    	border-spacing: 0px 0;
    }
	table.thaioverview th {
    	display: block;
    	width: 100%;
    	font-size: 20px;
    	letter-spacing: 0;
    	text-align: left;
    	padding: 1em 0.5em 0.3em;
    	border-bottom: none;
	}
	table.thaioverview td {
    	display: block;
    	width: 100%;
    	font-size: 18px;
    	letter-spacing: 0;
    	padding: 0 0.5em 1em;
	}
	table.thaioverview td.first {
		border-top: none;
	}
	table.thaioverview td a.address-gm {
    	font-size: 14px;
    }
	.gallery-grid {
    	margin: 0 0 8px;
	}
}


/* ------------------------------------------------------------------
Topics
------------------------------------------------------------------- */

.sec-topics-center-wrap {
	display: flex;
	margin: 0 20px 4%;
	padding: 0;
}

.sec-topics-title {
    display: block;
    font-size: 6.0vw;
    font-weight: 400;
	font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    margin: 0;
    padding: 0;
}
.sec-topics-title span {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
	padding: 6px 0 0 10px;
}

.sec-topics-img-wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
}
.sec-news-img-wrap {
    text-align: center;
    margin: 0;
    padding: 0;
    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 {
	display: flex;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: solid 1px #D2DDEE;
}

.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.2vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
    margin: 0 0 2%;
    padding: 5px 0 0;
}
.sec-topics-article-date span {
    font-size: 0.9vw;
    font-weight: 400;
}
.sec-topics-article-cate {
    display: inline-block;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    align-self: center;
    padding: 5px;
    margin: 0 0 2%;
    background-color: #FFF;
    border: solid 1px #012850;
}
a .sec-topics-article-title{
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
    color: #012850;
    margin: 0 0 2.5%;
	padding: 0;
    background-color: transparent;
}
a .sec-topics-article-title:hover{
    color: #0094CE;
}
.sec-topics-article-text {
	display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    color: #012850;
    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;
    }
	.sec-topics-article-text {
    	font-size: 1.4rem;
	}
}

/* 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 #003260;
	border-radius: 50%;
	overflow: hidden;
}
.linkbutton-center-b80::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #003260;
	border-radius: 50%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-center-b80:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-center-b80 .text {
    display: inline-block;
    position: relative;
    font-size: 1.0rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #003260;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b80:hover .text {
    color: #FFF;
}
.linkbutton-center-b80 .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #003260;
    position: absolute;
    right: 38%;
    top: 45.5%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center-b80:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 28%;
}

@media (max-width: 1200px){
	a .sec-topics-article-title {
		font-size: 1.4vw;
	}
	.sec-topics-article-text {
		font-size: 1.2rem;
	}
}
@media (max-width: 990px){
	a .sec-topics-article-title {
		font-size: 1.8vw;
	}
	.linkbutton-center-b80 {
    	width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
	.linkbutton-center-b80 .arrow {
    	right: 30%;
    	top: 40%;
    }
    .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){
	.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: 30%;
		font-size: 16px;
		padding: 5px 0 0;
	}
	.sec-topics-article-date span {
		font-size: 13px;
	}
	.sec-topics-article-cate {
		font-size: 16px;
		margin: 0 0 15px;
	}
	a .sec-topics-article-title {
		font-size: 5.0vw;
		margin: 0 0 20px;
	}
	.sec-topics-article-text {
		font-size: 16px;
		margin: 0 0 20px;
	}
}


/* ------------------------------------------------------------------
News
------------------------------------------------------------------- */

.topics-contents-section01 {
    display: block;
    width: 100%;
    height: auto;
    padding: 5% 10% 10% 10%;
    background-color: #FFF;
}

.topics-contents-wrapper {
    border-right: solid 1px #D2DDEE;
}

.topics-contents-topics-wrapper {
	position: relative;
    width: 100%;
    height: 100%;
    padding: 15% 12% 12% 12%;
    background-color: #FFF;
    border-bottom: solid 1px #D2DDEE;
    border-left: solid 1px #D2DDEE;
}
.topics-news-date {
    display: block;
    margin: 0 0 4%;
    padding: 0;
}
.topics-news-date .year {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
    color: #012850;
    margin: 0;
    padding: 0 4px 0 0;
}
.topics-news-date .day {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
    color: #012850;
    margin: 0;
    padding: 0;
}
.topics-news-category {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    align-self: center;
    padding: 5px;
    margin: 0 0 6%;
    background-color: #FFF;
    border: solid 1px #012850;
}

h3.topics-news-title a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #012850;
    margin: 0 0 6%;
    padding: 0 0 6%;
    border-bottom: solid 1px #D2DDEE;
    -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;
}
h3.topics-news-title a:hover {
    color: #0094CE;
}

.topics-news-text {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
    color: #012850;
    padding: 0;
    margin: 0 0 40px;
}


/* ---------------------------
Btn More
------------------------------ */
.link-more-wrap {
    color: #012850;
}
.link-more-btn {
    position: relative;
    font-size: 2.0rem;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    letter-spacing: 0;
    line-height: 1.71429;
    color: #012850;
    padding-left: 3.4rem;
    transition: letter-spacing .45s,padding-left .45s;
    will-change: letter-spacing, padding-left;
}
.link-more-btn::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 2.0rem;
    height: 2px;
    background-color: #012850;
    transition: transform .45s;
    transform-origin: left center;
    will-change: transform;
}
.link-more-btn:hover {
	color: #0094CE;
    padding-left: 4.0rem;
    letter-spacing: 1px;
}
.link-more-btn:hover:before {
    background-color: #0094CE;
    transform: scaleX(1.25);
}

@media (max-width: 1480px){
	.link-more-btn {
		font-size: 1.8rem;
	}
}
@media (max-width: 990px){
	.topics-contents-topics-wrapper {
		position: relative;
		padding: 15% 10% 12% 10%;
	}
	.topics-contents-section01 {
    	padding: 5% 5% 10% 5%;
	}
}
@media (max-width: 749px){
	.topics-contents-section01 {
		padding: 5% 7% 10%;
	}
}
@media (max-width: 499px){
	.topics-contents-section01 {
		padding: 0 7% 10%;
	}
	.topics-contents-topics-wrapper {
		padding: 10% 10% 10% 10%;
    	border-bottom: solid 1px #999;
    	border-left: none;
	}
	.topics-news-date .year {
		font-size: 1.2rem;
	}
	.topics-news-date .day {
		font-size: 1.5rem;
	}
	h3.topics-news-title a {
		font-size: 1.8rem;
	}
	.topics-news-text {
		font-size: 1.5rem;
    	margin: 0 0 30px;
	}
	.link-more-btn {
		font-size: 1.6rem;
	}
}

.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 #D2DDEE;
    border-radius: 4px;
}
.page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    background-color: #012850;
    border-color: #012850;
}
.page-item.active .page-link, 
.page-item.active .page-link:focus, 
.page-item.active .page-link:hover {
    background-color: #012850;
    border-color: #012850;
    color: #FFF;
}

.row.linkbutton-news-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.linkbutton-topics-wrapper {
    display: block;
    text-align: center;
    margin: 10% 0 0;
    padding: 0;
}

.linkbutton-topics-wrapper a {
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    text-align: center;
    padding: 3rem 0;
    background-color: #FFF;
	border: solid 1px #012850;
    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 span.text span {
}

.linkbutton-topics-wrapper a:hover {
    color: #FFF;
    background-color: #012850;
}

@media (max-width: 749px){
	.linkbutton-topics-wrapper a {
		font-size: 20px;
		padding: 2rem 0;
	}
}
@media (max-width: 499px){
	.linkbutton-topics-wrapper {
		margin: 20px 0 0;
	}
	.row.linkbutton-news-wrapper {
		padding-left: 8%;
		padding-right: 8%;
		padding-bottom: 50px;
	}
}


/* ------------------------------------------------------------------
News Post
------------------------------------------------------------------- */

.second-news-post-section {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    margin: 0;
    background-color: #FFF;
}

.entry-wrapper {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 0 10%;
    background-color: #FFF;
    border: solid 1px #D2DDEE;
}

.topics-item-wrap {
    padding: 0 0 3%;
}

.topics-item-imgwrap {
	width: 100%;
    padding: 0 0 40px;
}

.topics-item-date {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    margin: 0;
    padding: 0 0 20px 20px;
}
.topics-item-date span {
    font-size: 1.6rem;
    font-weight: 600;
}

.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.2vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFF;
    border: solid 1px #012850;
}

.topics-item-title {
    font-size: 1.2vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #012850;
    margin: 0 0 50px;
    padding: 0 0 40px 20px;
    border-bottom: solid 1px #D2DDEE;
}

.topics-item-txt {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
    letter-spacing: 0;
    color: #012850;
    margin: 0;
    padding: 0 20px;
}

.topics-item-txt img {
    width: auto;
    max-width: auto;
    height: auto;
}

.btn.btn-t {
    width: 100%;
    font-size: 1.0vw;
    font-weight: 600;
	font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
    text-align: center;
    background: #FFF;
    color: #012850;
	padding: 2rem 2rem;
    border: solid 1px #012850;
}

.btn.btn-t:hover, 
.btn.btn-t:focus {
    background: #012850;
    color: #FFF;
    border: solid 1px #012850;
}

@media (max-width: 1480px){
	.topics-item-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin: 0 0 40px;
		padding: 0 0 40px 20px;
	}
	.topics-item-txt {
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 0 20px;
	}
}
@media (max-width: 1200px){
	.topics-item-cate ul li a {
		font-size: 1.8vw;
	}
}
@media (max-width: 990px){
	.second-news-post-section {
		padding: 6% 8% 7%;
	}
	.topics-item-cate ul li a {
		font-size: 2.4vw;
	}
	.topics-item-title {
		font-size: 2.0rem;
		margin: 0 0 30px;
		padding: 0 0 30px 20px;
	}
	.topics-item-txt {
		font-size: 1.8rem;
	}
	.btn.btn-t {
		font-size: 1.5rem;
	}
}
@media (max-width: 749px){
	.topics-item-cate ul li a {
		font-size: 3.0vw;
	}
	.btn.btn-t {
		font-size: 1.5rem;
	}
}
@media (max-width: 499px){
	.second-news-post-section {
		padding: 30px 7% 50px;
	}
	.entry-wrapper {
		padding-top: 0;
    	padding-left: 0;
    	padding-right: 0;
    	border: none;
	}
	.topics-item-wrap {
		padding: 0 0 40px;
	}
	.topics-item-date {
    	font-size: 16px;
		letter-spacing: 0px;
		padding: 0 0 10px 0px;
	}
	.topics-item-cate ul {
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.topics-item-cate ul li a {
    	font-size: 20px;
	}
	.topics-item-title {
		font-size: 20px;
		letter-spacing: 1px;
		margin: 0 0 20px;
		padding: 0 0 20px 0px;
	}
	.topics-item-txt {
		font-size: 18px;
		padding: 0 0px;
	}
	.topics-btnwrap {
		margin-bottom: 20px;
	}
	.btn-wrap-newsf {
		margin-bottom: 15px;
	}
	.btn.btn-t {
    	font-size: 18px;
		letter-spacing: 1px;
		padding: 1rem 2rem;
		border-radius: 6px;
	}
}

.linkbutton-topics-post-wrapper {
    display: block;
    text-align: center;
    margin: 5% 0 0;
    padding: 0;
}

.linkbutton-topics-post-wrapper a {
    display: block;
    width: 100%;
    font-size: 1.6vw;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    line-height: 1.0;
    letter-spacing: 0;
    color: #012850;
    text-align: center;
    padding: 3rem 0;
    background-color: #FFF;
	border: solid 1px #012850;
    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-post-wrapper a:hover {
    color: #FFF;
    background-color: #012850;
    border: solid 1px #012850;
}
@media (max-width: 990px){
	.linkbutton-topics-post-wrapper a {
    	font-size: 2.0rem;
	}
}
@media (max-width: 749px){
	.linkbutton-topics-post-wrapper a {
		letter-spacing: 1px;
		padding: 2rem 0;
	}
}
@media (max-width: 499px){
	.linkbutton-topics-post-wrapper {
		margin: 10px 0 0;
	}
	.linkbutton-topics-post-wrapper a {
    	font-size: 24px;
	}
}


 /* ------------------------------------------------------------------
contact.html
------------------------------------------------------------------- */

.second-contact-post-section {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0;
    background-color: #FFF;
}

.contact-form-wrapper {
    padding-top: 5%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    background-color: #FFF;
    border: solid 1px #D2DDEE;
}

.second-contact-text-section {
    display: block;
    width: 100%;
    padding: 0 8% 0 0;
    margin: 0;
}

p.contacts-txt-title {
    display: block;
    width: 100%;
    color: #012850;
	font-size: 1.0vw;
	font-weight: 400;
    letter-spacing: 0;
	line-height: 1.5;
    padding: 0 0 10%;
    margin: 0;
	text-align: left;
}
p.contacts-txt-title br {
    display: none;
}

p.contacts-txt-titles {
    display: block;
    width: 100%;
    color: #012850;
	font-size: 1.0vw;
	font-weight: 400;
    letter-spacing: 0;
	line-height: 1.5;
    padding: 0;
    margin: 0;
	text-align: left;
}

.item-contacts-l {
    font-size: 6.0rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #012850;
    margin: 0;
    padding: 0 0 5px;
	text-align: center;
}
.item-contacts-l a {
    font-size: 2.8vw;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #012850;
}
.item-contacts-l-teltime {
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #012850;
    margin: 0;
    padding: 0 0 50px 0;
	text-align: center;
}

@media (max-width: 1480px){
	p.contacts-txt-title {
		font-size: 1.1vw;
	}
	p.contacts-txt-titles {
		font-size: 1.1vw;
	}
	.item-contacts-l {
		font-size: 5.4rem;
	}
}
@media (max-width: 1380px){
	p.contacts-txt-title {
		font-size: 1.2vw;
	}
	p.contacts-txt-titles {
		font-size: 1.2vw;
	}
	.item-contacts-l {
		font-size: 4.8rem;
	}
}
@media (max-width: 1200px){
	.second-contact-post-section {
    	padding-left: 5%;
    	padding-right: 5%;
    }
	.second-contact-text-section {
    	padding: 0 10% 0 0;
	}
	p.contacts-txt-title {
		font-size: 1.6rem;
	}
	p.contacts-txt-titles {
		font-size: 1.6rem;
	}	
	.item-contacts-l {
		font-size: 3.6rem;
	}
	.item-contacts-l a {
		font-size: 3.0vw;
	}
	.item-contacts-l-teltime {
		font-size: 1.2rem;
		padding: 0 0 60px;
	}
}
@media (max-width: 990px){
	.second-contact-post-section {
    	padding-left: 7%;
    	padding-right: 7%;
    }
	.second-contact-text-section {
    	padding: 0;
	}
	p.contacts-txt-title {
		font-size: 1.8rem;
		padding: 0 0 40px;
	}
	p.contacts-txt-title br {
		display: block;
	}
	.item-contacts-l-teltime {
		font-size: 1.4rem;
		padding: 0 0 40px;
	}
	p.contacts-txt-titles {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding: 0 0 20px;
	}
	.item-contacts-l a {
		font-size: 6.0vw;
	}
}
@media (max-width: 749px){
	h2.contact-detail-text {
		font-size: 1.5rem;
	}
	.contact-title01-main {
		width: 220px;
		font-size: 2.0rem;
		letter-spacing: 10px;
		padding: 10px 0;
	}
	.contact-lead {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 10% 50px;
	}
	p.contacts-txt-titles br.br {
		display: none;
	}
}
@media (max-width: 499px){
	h2.contact-detail-text {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding: 20px 15px 0;
		text-align: left;
	}
	h2.contact-detail-text br {
		display: none;
	}
	.contact-lead {
		font-size: 17px;
		line-height: 1.8;
		letter-spacing: 0;
		padding: 0 10% 30px;
		text-align: left;
	}
	.contact-lead br {
		display: none;
	}
	p.contacts-txt-titles {
		font-size: 17px;
		letter-spacing: 0px;
		padding: 0 0 40px;
		text-align: left;
	}
	.item-office-name {
		font-size: 18px
		letter-spacing: 8px;
		padding: 0 0 5px 8px;
	}
	.item-contacts-l a {
		font-size: 36px
	}
	.item-contacts-l {
		font-size: 3.6rem;
		padding: 0 0 5px;
		text-align: center;
	}
	.item-contacts-l i {
		font-size: 48px
	}
	.item-contacts-l-teltime {
		font-size: 16px;
		letter-spacing: 0;
		padding: 0 0 30px;
	}
	.item-contacts-r {
		font-size: 20px
		padding: 0 0 20px;
		text-align: center;
	}
	p.contacts-txt-title br {
		display: none;
	}
	p.contacts-txt-title-name {
		font-size: 17px;
	}
	p.contacts-txt-title-address {
		font-size: 17px;
		line-height: 1.4;
	}
	p.contacts-txt-title {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.5;
		padding: 0 0 30px;
		text-align: left;
	}
	p.contacts-txt-title br {
		display: none;
	}
	p.contacts-txt-titles {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.8;
		padding: 0 0 20px;
		text-align: left;
	}
	p.contacts-txt-titles br.br {
		display: none;
	}
	p.contacts-address {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	p.contacts-address span {
		font-size: 15px;
		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;
	}
}


/* --------------------------------------
	section-contact
----------------------------------------*/

.contact-inner {
	width: 100%;
	font-size: 1.8rem;
    color: #012850;
	line-height: 2.0;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 5%;
}
/* txt */
.tell {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
.tell span.num {
	font-size: 4.8rem;
	font-weight: 600;
}
.tell span.time {
	font-size: 1.6rem;
}
.contact-txt001 {
	font-size: 1.6rem;
    font-weight: 400;
	margin-bottom: 10px;
}
.contact-txt001 br {
	display: none;
}
.contact-txt01 {
	margin-bottom: 2em;
}
.contact-txt02 {
	font-size: 1.5rem;
    font-weight: 400;
	margin-bottom: 2em;
}
.contact-txt02 span {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 1em;
}
.contact-txt03 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 1.5em;
}
em {
	color: #a40000;
	font-style: normal;
}

.mw_wp_form_input .display-emarea {
	display: none;
}

em02 {
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	font-style: normal;
}


/* --------------------------------------
	itemBlock
----------------------------------------*/

.itemBlock {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 1.6rem;
}
.itemBlock .title {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}
.itemBlock p {
    margin-bottom: 15px;
	font-size: 1.6rem;
    font-weight: 600;
}
.itemBlock label {
	cursor: pointer;
	display: block;
}
.itemBlock label:after {
	content: "";
	clear: both;
	display: block;
}
	.itemBlock label input { 
		float: left;
		font-size: 1.8rem;
	}
	.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: 1.8rem;
		font-weight: 400;
		line-height: 1.2;
	}


/* --------------------------------------
	contentsBlock
----------------------------------------*/

.contentsBlock {
	line-height: 1.5;
	margin-bottom: 30px;
}
.contentsBlock .title {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}
.contentsBlock .title span {
	font-size: 1.8rem;
}


/* --------------------------------------
	addressBlock
----------------------------------------*/

.addressBlock {
	line-height: 1.5;
	font-size: 1.6rem;
}
.addressBlock .title {
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: 600;
}
.addressBlock p {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 600;
}
.addressBlock p span {
	font-size: 15px;
	font-weight: 400;
}
.addressBlock input {
	margin-bottom: 30px;
}


/* --------------------------------------
	privacyBlock
----------------------------------------*/

.privacyBlock {
	line-height: 2;
	font-size: 1.6rem;
	margin-bottom: 60px;
}
.privacyBlock .title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.privacyBlock label {
	cursor: pointer;
	display: block;
}
.privacyBlock label:after {
	content: "";
	clear: both;
	display: block;
}
	.privacyBlock label input { 
		float: left;
		font-size: 1.6rem;
	}
	.privacyBlock label input[type="checkbox"] {
		width: 18px;
		height: 18px;
		margin: 0 0 0 0;
	}
	.privacyBlock p {
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.6;
	}
	.privacyBlock label p {
		float: left;
		padding: 0 0 0 4px;
		margin: 0;
		width: calc(100% - 24px);
		font-size: 1.8rem;
		line-height: 1.2;
	}
.privacyBlock a {
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: 400;
	color: #5C5E5D;
}
.privacyBlock a:hover {
	text-decoration: none;
}


/* --------------------------------------
	form
----------------------------------------*/

.form-control-w20p {
	display: inline-block;
    width: 10em;
    height: 34px;
    padding: 6px 12px;
    font-size: 1.4rem;
    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: 1.6rem;
	font-weight: 400;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	border-color: #333;
}
.contentsBlock textarea {
	font-size: 1.6rem;
	font-weight: 400;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	height: 8em;
	border-color: #333;
}
.itemBlock select {
	height: 38px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 6px 6px 10px 6px;
	margin-right: 10px;
	color: #000;
	display: inline-block;
	border-color: #333;
}
.itemBlock label {
	font-weight: normal;
    color: #121212;
    font-size: 1.5rem;
    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: 1.8rem;
	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: 1.8rem;
	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: 6.0rem;
	font-weight: 600;
    padding: 0;
	margin: 0;
}
.tell p.time {
	font-size: 1.6rem;
	font-weight: 400;
    padding: 0;
	margin: 0;
}
.tell p.tel-txt {
	font-size: 1.6rem;
	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: 1.8rem;
	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-radius: 2px;
	border: none;
    color: #f1f1f1;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 4px;
	margin: 0 auto;
    padding: 30px 80px;
	background: #AC0032;
    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: #6F0601;
	color: #FFF;
	border: none;
	cursor: pointer;
}
@media(max-width:1480px) {
	.itemBlock .title {
		font-size: 2.0rem;
	}
	.contentsBlock .title {
		font-size: 2.0rem;
	}
	.addressBlock .title {
		font-size: 2.0rem;
	}
}
@media(max-width:1300px) {
	.headline-inline .headline-contact01 {
		font-size: 1.6rem;
	}
	.headline-inline .headline-contact02 {
		font-size: 1.6rem;
	}
	.itemBlock .title {
		font-size: 1.6rem;
	}
	.contentsBlock .title {
		font-size: 1.6rem;
	}
	.contentsBlock .title span {
		font-size: 1.6rem;
	}
	.addressBlock .title {
		font-size: 1.6rem;
	}
	.privacyBlock .title {
		font-size: 1.6rem;
	}
}
@media(	max-width:1200px) {
	.contact-inner {
		width: 100%;
		padding: 0;
	}
	.contact-txt001 {
		font-size: 1.6rem;
	}
	.tell p.num {
		font-size: 4.9rem;
	}
	.tell p.time {
		font-size: 1.4rem;
	}
	.tell p.tel-txt {
		font-size: 1.4rem;
	}
	.contact-txt02 {
		font-size: 1.4rem;
	}
}
@media(max-width:990px) {
	.contact-inner {
		font-size: 1.4rem;
		padding: 5% 0 0;
	}
	.contact-txt001 {
		font-size: 1.5rem;
	}
	.headline-inline .headline-contact01 {
		font-size: 2.0rem;
		text-align: center;
	}
	.headline-inline .headline-contact02 {
		font-size: 2.0rem;
		text-align: center;
	}
	.tell {
		margin-bottom: 2em;
	}
	.tell span.num {
		font-size: 3.2rem;
	}
	.tell span.time {
		font-size: 1.4rem;
	}
	.contact-txt01 {
		margin-bottom: 1em;
	}
	.contact-txt02 {
		font-size: 1.4rem;
	}
	.contact-txt02 span {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.itemBlock .title {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	.contentsBlock {
		font-size: 1.6rem;
	}
	.contentsBlock .title span {
		font-size: 1.3rem;
	}
	.privacyBlock {
		margin-bottom: 20px;
	}
	.addressBlock .title {
		font-size: 2.0rem;
	}
	.privacyBlock .title {
		font-size: 2.0rem;
	}
	.privacyBlock {
		line-height: 1.2;
		font-size: 1.4rem;
	}
	.privacyBlock label {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.contact-inner .tell p.num {
		font-size: 3.6rem;
	}
	.confirmBlock ul.submit {
		margin-top: 50px;
		padding-bottom: 2%;
	}
}
@media(max-width:740px) {
	.headline-inline .headline-contact01 {
		font-size: 1.7rem;
		text-align: left;
	}
	.headline-inline .headline-contact02 {
		font-size: 1.7rem;
		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: 14px;
	}
	.contentsBlock .title {
		font-size: 18px;
	}
	.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;
	}
	.second-contact-post-section {
		padding-top: 10%;
		padding-bottom: 12%;
	}
	.contact-txt001 {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.contact-txt001 br {
		display: block;
	}
	.contact-txt03 {
		font-size: 16px;
	}
	#staff.bussiness-about-company {
		padding-top: 80px;
		margin-top: -80px;
	}
	.headline-inline .headline-contact01 {
		font-size: 1.5rem;
		padding: 10px 50px 10px 0;
	}
	.headline-inline .headline-contact02 {
		font-size: 1.6rem;
	}
	.itemBlock {
		font-size: 1.6rem;
	}
	
	.itemBlock p {
		font-size: 1.6rem;
	}
	.itemBlock .title {
		font-size: 4.4vw;
		margin-bottom: 20px;
	}
	.itemBlock select {
		font-size: 1.3rem !important;
	}
	.contentsBlock {
		font-size: 18px;
	}
	.contentsBlock .title {
		font-size: 4.4vw;
	}
	.contentsBlock .title span {
		font-size: 18px;
	}
	.addressBlock .title {
		font-size: 4.4vw;
	}
	.addressBlock span.age {
		display: block;
		font-size: 1.2rem;
	}
	.privacyBlock {
		margin-bottom: 50px;
	}
	.privacyBlock .title {
		font-size: 4.4vw;
	}
	.addressBlock p {
		font-size: 16px;
	}
	.itemBlock label p {
		font-size: 18px;
	}
	.privacyBlock p {
		font-size: 17px;
	}
	.privacyBlock label p {
		font-size: 17px;
	}
	.tell p.time {
		font-size: 1.2rem;
	}
	.tell p.tel-txt {
		font-size: 1.2rem;
	}
	.contact-txt02 {
		font-size: 1.2rem;
	}
	.form-control-w20p {
		width: 6em;
		margin-right: 0px !important;
	}
	.confirmBlock ul.submit li button.confirm {
		font-size: 2.0rem;
	}
}


/*!------------------------------------------------------------------
[Contact Us ]  confirm.html  確認画面
*/

.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: #212121;
	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;
}


/* --------------------------------------
	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: 1.6rem;
	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: 1.6rem;
	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: 1.4rem;
}
.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;
}


/* --------------------------------------
	conbox01 table  submit
----------------------------------------*/

.contact-inner .conbox01 table th ul.submit{
	width: 30%;
	font-size: 0;
	display: block;
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	margin: 60px auto 0;
}
.contact-inner .conbox01 table th ul.submit li{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.contact-inner .conbox01 table th ul.submit li button.reset{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 25px;
	font-size: 1.8rem;
	background-color: #CCC;
	color: #212121;
    border: 0px outset buttonface;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-inner .conbox01 table th ul.submit li button.reset:hover{
	background-color: #999;
	color: #000;
	cursor: pointer;
}
.contact-inner .conbox01 table th ul.submit li button.confirm{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 25px;
	font-size: 1.8rem;
	background-color: #009FD5;
	color: #FFF;
    border: 0px outset buttonface;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-inner .conbox01 table th ul.submit li button.confirm:hover{
	background-color: #D71D3B;
	color: #FFF;
	cursor: pointer;
}

@media (max-width: 1200px) { /* SP */
	.contact-inner .conbox01 {
		width: 90%;
		margin: 0 auto;
	}
	.contact-inner .conbox01 table th {
		display: block;
		width: 100%;
		padding-bottom: 5px;
		font-size: 1.4rem;
	}
	.contact-inner .conbox01 table td {
		display: block;
		width: 100%;
		border-top: none;
		padding-top: 5px;
		padding-bottom: 15px;
		font-size: 1.4rem;
		padding-left: 0px;
		margin-bottom: 15px;
	}
	.contact-inner .conbox01 table th ul.submit{
		-webkit-padding-start: 0px;
	}
	.contact-inner .conbox01 table th ul.submit li{
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-top: 20px;
	}
	.contact-inner .conbox01 table th ul.submit li button.reset {
		width: 100%;
	}
	.contact-inner .conbox01 table th ul.submit li button.confirm {
		width: 100%;
	}
}
@media (max-width: 990px) { /* SP */
	.contact-inner .conbox01 table th ul.submit{
		width: 50%;
	}
}
@media (max-width: 499px) { /* SP */
	.contact-inner .conbox01 table th ul.submit{
		width: 100%;
		margin: 30px auto 0;
	}
}



/*!------------------------------------------------------------------
[Privacy Policy ]
*/

.second-privacy-section {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0;
    background-color: #FFF;
}

.privacy-inner {
    margin: 0;
    padding: 0;
    text-align: left;
}
.privacy-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #121212;
    margin: 0;
    padding: 50px 0 50px;
}
.privacy-subtitle {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #121212;
    margin: 0;
    padding: 0 0 20px;
}
.privacy-title-right {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #121212;
	text-align: right;
    margin: 0;
    padding: 0;
}
.privacy-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #121212;
    margin: 0;
    padding: 0 0 50px;
}
.privacy-txt02 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #121212;
    margin: 0;
    padding: 0 0 20px;
}
.privacy-txt-last {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #121212;
    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;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 4px 0;
}

@media(max-width:1480px) {
	.privacy-title {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 40px 0 40px;
	}
	.privacy-subtitle {
		font-size: 1.8rem;
	}
	.privacy-txt {
		font-size: 1.6rem;
	}
}
@media (max-width: 1300px){
	.privacy-inner {
		padding: 0 15px;
	}
}
@media (max-width: 1200px){
	.privacy-title {
		padding: 60px 0 40px;
	}
}
@media (max-width: 990px){
	.second-privacy-section {
		padding-top: 0;
    	padding-left: 7%;
    	padding-right: 7%;
	}
}
@media (max-width: 499px){
	.second-privacy-section {
		padding-top: 10%;
    	padding-left: 7%;
    	padding-right: 7%;
	}
	.privacy-title {
		font-size: 1.8rem;
		letter-spacing: 0px;
		padding: 0 0 40px;
	}
	.privacy-subtitle {
		font-size: 2.2rem;
		letter-spacing: 0px;
	}
	.privacy-txt {
		font-size: 1.8rem;
		letter-spacing: 0px;
	}
}























