/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.Mont {
	font-family: 'Montserrat', sans-serif;
}

body {
	width: 100%;
	margin: 0;
	padding: 150px 0 0 0;
	color: #3d3938;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.74;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
	z-index: 0;
}

#luxy {
	/*will-change: transform;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0366D6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

button {
	outline: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	 text-align: justify;
	 text-justify: inter-ideograph;
	 -ms-text-justify: inter-ideograph;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #d6000e;
}

.under {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.ls1em {
	letter-spacing: 1em;
}

sup {
	vertical-align: middle;
	position: relative;
	top: -4px;
}

img.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}



/* --------------- common --------------- */

#wrap_content {
	overflow: hidden;
}

.col_content1 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.btn1 {
	margin: 0;
	padding: 12px 0;
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	cursor: pointer;
	display: table;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
	position: relative;
	z-index: 0;
}

.btn1:before {
	content: "";
	width: 100%;
	height: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
	transition: all .5s cubic-bezier(.19,1,.22,1);
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.btn1 span {
	display: table-cell;
	vertical-align: middle;
}

.btn1.is-hide {
  display: none;
}

.entry-loading {
  text-align: center;
  margin: 3em 0;
  font-weight: 700;
  width: 100%;
  display: none;
}

.entry-loading.is-show {
  display: block;
}

.fade-in {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.scroll-in,
.fade-in.active {
	opacity : 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.delay01 {
	-webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.delay02 {
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.delay03 {
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.delay04 {
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.delay05 {
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.delay06 {
	-webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.delay07 {
	-webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.delay08 {
	-webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.delay09 {
	-webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.delay1 {
	-webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.delay11 {
	-webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.delay12 {
	-webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.delay13 {
	-webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.delay14 {
	-webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.delay15 {
	-webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.delay16 {
	-webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.delay17 {
	-webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.delay18 {
	-webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.delay19 {
	-webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.delay2 {
	-webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.delay22 {
	-webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.delay3 {
	-webkit-transition-delay: 3s;
    transition-delay: 3s;
}
.delay5 {
	-webkit-transition-delay: 5s;
    transition-delay: 5s;
}

.goTop10 {
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.goTop15 {
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}
.goTop20 {
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.goBottom15 {
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
}
.goBottom20 {
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
.goLeft15 {
	-webkit-transform: translate3d(30px,0,0);
	transform: translate3d(30px,0,0);
}
.goLeft100 {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}
.goRight15 {
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
}

.bg_gold {
	background: rgba(211,193,138,1);
	background: -moz-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,193,138,1)), color-stop(100%, rgba(161,140,55,1)));
	background: -webkit-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -o-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -ms-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: linear-gradient(to bottom, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c18a', endColorstr='#a18c37', GradientType=0 );
}

.bg_gra {
	background: linear-gradient(
  to bottom,
  #ffffff 0.0574%,
  #b9baba 100%
);
}

.bg_gra:hover {
	background: linear-gradient(
    to top,
    #ffffff 0.0574%,
    #b9baba 100%
  );
}

/* --------------- header --------------- */

header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.col_header {
	width: 96%;
	max-width: 1200px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.logo_header {
	width: 270px;
	margin: 0 20px 0 0;
	padding: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.desc_header {
	width: 352px;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.45;
}

.tel_header {
	width: 340px;
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tel_header .number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tel_header .number .tel {
	width: 234px;
	margin: 0 13px 0 0;
}

.tel_header .number .fax {
	width: 93px;
}

.tel_header .time {
	width: 100%;
	margin: 5px 0 0 34px;
	font-size: 13px;
	line-height: 1.4;
}

.btn_contact_header {
	width: 160px;
	margin: 0 0 0 25px;
	padding: 7px 0 9px;
	color: #001041;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	border: solid 1px #090042;
	display: block;
	position: relative;
	z-index: 0;
}

.btn_contact_header:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #090042 transparent;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.nav_header {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #001041;
}

.nav_header > ul {
	width: 96%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav_header > ul > li {
	width: calc(100% / 7);
	margin: 0;
	padding: 0;
	border-right: solid 1px #7e87a0;
	background: #001041;
	position: relative;
	z-index: 0;
}

.nav_header > ul > li:first-child {
	border-left: solid 1px #7e87a0;
}

.nav_header > ul > li:before {
	content: "";
	width: 0%;
	height: 100%;
	background: rgba(211,193,138,1);
	background: -moz-linear-gradient(left, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(211,193,138,1)), color-stop(100%, rgba(161,140,55,1)));
	background: -webkit-linear-gradient(left, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -o-linear-gradient(left, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -ms-linear-gradient(left, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: linear-gradient(to right, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c18a', endColorstr='#a18c37', GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.nav_header > ul > li > a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.sp_headerarea {
	display: none;
}

.submenu_header {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.submenu_header.long {
	min-width: 175px;
}

.submenu_header ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 1px #cfc8b3;
	border-right: solid 1px #cfc8b3;
}

.nav_header > ul > li:hover .submenu_header {
	visibility: visible;
	opacity: 1;
}

.submenu_header ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: solid 1px #cfc8b3;
	background-color: #ffffff;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.submenu_header ul li a {
	width: 100%;
	min-height: 48px;
	padding: 0 13px;
	color: #a58f3e;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	tet-align: center;
	text-decoration: none;
	display: table;
}

.submenu_header ul li a > span {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.pagetop {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(89,89,89,0.3);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	cursor: pointer;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	display: none;
}

.pagetop:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: -6px 0 0 -10px;
	padding: 0 0 0 0;
	border-left: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}





/* --------------- footer --------------- */

footer {
	margin: 0;
	padding: 0;
	color: #fff;
	position: relative;
	z-index: 0;
}

footer:before {
	content: "";
	width: 2000px;
	height: 222px;
	margin: 0 auto;
	background-image: url(../img/bg_footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: -145px;
	left: calc(50% - 1000px);
	z-index: 1;
}

.inner_footer {
	padding: 50px 0 35px;
	background-color: #001041;
	position: relative;
}

.col_footer {
	width: 96%;
	max-width: 1034px;
	margin: 0 auto 55px;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.left_footer {
	width: 430px;
	margin: 0;
	padding: 0;
}

.logo_footer {
	max-width: 270px;
	margin: 0 0 20px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

footer address {
	margin: 0 0 20px 65px;
	font-style: normal;
}

.btn_footer_contact {
	max-width: 280px;
	margin: 0 0 10px 65px;
	padding: 19px 15px 19px;
	color: #001041;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}


.btn_footer_contact:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #090042 transparent;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.btn_footer_company {
	max-width: 280px;
	margin: 0 0 0 65px;
	padding: 9px 15px 9px;
	color: #001041;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}


.btn_footer_company:before {
	content: "";
	width: 12px;
	height: 11px;
	background-image: url(../img/footer_icon.svg);
	background-size: 100%;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.right_footer {
	width: 518px;
	margin: 70px 0 0 0;
	padding: 0;
}

.link_footer {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.link_footer dl {
	margin: 0;
	padding: 0;
}

.link_footer.single dl {
	width: 160px;
	margin-bottom: 20px;
}

.link_footer.btm dl {
	margin-bottom: 0;
}

.link_footer dl dt {
	margin: 0 0 8px;
	padding: 0 0 0 3px;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	z-index: 0;
}

.link_footer dl dt:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #ada046;
	position: absolute;
	top: 9px;
	left: -10px;
}

.link_footer dl dd {
	margin: 0 0 5px;
	line-height: 1.4;
	padding: 0;
}

.link_footer dl dd:last-child {
	margin-bottom: 15px;
}

.link_footer dl dt a,
.link_footer dl dd a {
	color: #fff;
	text-decoration: none;
}

.link_footer:not(.single) dl dt {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: solid 1px #65708d;
}

.link_footer dl.facility {
	width: 350px;
	margin-right: 50px;
}

.link_footer dl.about {
	width: 112px;
}

ul.sublist_footer {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul.sublist_footer.fleft:first-child {
	width: 63%;
}

ul.sublist_footer.fleft:last-child {
	width: 37%;
}

ul.sublist_footer li {
	margin: 0 0 7px;
	padding: 0 0 0 1em;
	font-weight: 400;
	text-indent: -1em;
}

ul.sublist_footer li * {
	text-indent: 0;
}

ul.sublist_footer li a:hover .iblock {
	text-decoration: underline;
}


.copyright {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-weight: 350;
}


/* --------------- mainimg anim --------------- */

.lead_mainimg h1 .team {
	opacity: 0;
	transform: translateY(-20px);
}

.loadend.lead_mainimg h1 .team {
	animation: lead_team 0.6s ease-in-out 0.5s forwards;
}
@keyframes lead_team {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.lead_mainimg h1 .fukumoto {
	opacity: 0;
	transform: translateY(20px);
}

.loadend.lead_mainimg h1 .fukumoto {
	animation: lead_fukumoto 0.6s ease-in-out 1s forwards;
}
@keyframes lead_fukumoto {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.txt_mainimg1 span {
	width: 0%;
	opacity: 0;
	overflow: hidden;
	display: block;
}

.loadend .txt_mainimg1 span {
	animation: hide_txt1 0.8s linear 1.8s forwards;
}
@keyframes hide_txt1 {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 1;
	}
}


.txt_mainimg2 {
	opacity: 0;
	transform: translateY(20px);
}

.loadend .txt_mainimg2 {
	animation: hide_txt2 0.6s ease-in-out 3s forwards;
}
@keyframes hide_txt2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}









/* --------------- top --------------- */


.col_topmainimg {
	width: 100%;
	height: 568px;
	background-image: url(../img/top/bg_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.inner_topmainimg {
	width: 94%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 15px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.lead_mainimg {
	line-height: 1;
}

.lead_mainimg h1 {
	margin: 0 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.lead_mainimg h1 .team {
	max-width: 245px;
	margin: 0 25px 0 0;
}

.lead_mainimg h1 .fukumoto {
	max-width: 454px;
}

.txt_mainimg1 {
	width: 355px;
	margin: 0 auto 44px;
	padding: 0;
}

.txt_mainimg1 img {
	width: 355px;
}

.txt_mainimg2 {
	max-width: 518px;
	margin: 0 auto;
	padding: 0;
}

.btn_topscroll {
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 52px;
}

.btn_topscroll span {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -28px;
	-webkit-animation: scrollbtn 2s infinite;
	animation: scrollbtn 2s infinite;
}

@keyframes scrollbtn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn_topscroll:before {
	content: "";
	width: 1px;
	height: 43px;
	margin: auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -52px;
}

.btn_topscroll:after {
	content: "";
	width: 1px;
	height: 43px;
	margin: auto;
	background-color: #001041;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -95px;
}

.btn_topscroll a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}


.col_toptrust {
	width: 100%;
	margin: 0;
	padding: 95px 0 0;
	background-image: url(../img/top/bg_trust.jpg);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
}

.inner_toptrust {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.mds_top1 {
	margin: 0;
	padding: 0;
	color: #001041;
	text-align: center;
}

.mds_top1 .ja {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	display: block;
}

.mds_top1 .en {
	margin: 4px 0 0 0;
	font-size: 19px;
	font-weight: 350;
	line-height: 1.25;
	display: block;
}

.col_toptrust .mds_top1 {
	margin-bottom: 15px;
}

.txt_toptrust {
	margin: 0 0 75px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}

.box_toptrust1 {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.link_toptrust {
	width: 48.6%;
	padding: 28px;
	text-decoration: none;
	border-radius: 3px;
	background-color: #001041;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.link_toptrust:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #ad9f46 transparent;
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.link_toptrust.facility {
	margin-right: 2.8%;
}

.link_toptrust h3 {
	width: 42%;
	height: auto;
	padding: 13px 0 0 0;
	color: #001041;
	text-align: center;
	line-height: 1;
	background: rgba(211,193,138,1);
	background: -moz-linear-gradient(45deg, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(211,193,138,1)), color-stop(100%, rgba(161,140,55,1)));
	background: -webkit-linear-gradient(45deg, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -o-linear-gradient(45deg, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: linear-gradient(45deg, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c18a', endColorstr='#a18c37', GradientType=1 );
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
}

.link_toptrust h3 .ja {
	margin: 0 0 11px;
	padding: 0 0 15px;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	display: block;
	position: relative;
	z-index: 0;
}

.link_toptrust h3 .ja:before {
	content: "";
	width: 29px;
	height: 4px;
	margin: 0 auto;
	background-color: #001041;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.link_toptrust h3 .en {
	font-size: 19px;
	font-weight: 350;
	display: block;
}

.link_toptrust .right {
	width: calc(100% - 42%);
	padding: 0 0 0 13px;
}

.link_toptrust.facility .right {
	min-height: 211px;
	position: relative;
	z-index: 0;
}

.img_topfacility1 {
	max-width: 193px;
	position: absolute;
	top: -54px;
	right: -10px;
}

.img_topfacility2 {
	max-width: 225px;
	position: absolute;
	bottom: -7px;
	left: 15px;
}

.link_toptrust.example .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.thumb_toptrust {
	width: 48%;
	height: 47.5%;
	margin: 0 4% 4% 0;
	overflow: hidden;
}

.thumb_toptrust:nth-child(2n) {
	margin-right: 0;
}

.thumb_toptrust:nth-child(n + 3) {
	margin-bottom: 0;
}

.link_toptrust p {
	margin: 20px 0 0 0;
	color: #fff;
}

.deco_toptrust {
	width: 100%;
	max-width: 1197px;
	margin: 0 auto;
	padding: 0;
}

.col_topstance {
	width: 100%;
	height: 566px;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/bg_stance.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}

.inner_topstance {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 128px 0 0 0;
	position: relative;
	z-index: 0;
}

.col_topstance .mds_top1 {
	margin-bottom: 30px;
}

dl.lead_topstance {
	margin: 0;
	padding: 0;
	text-align: center;
}

dl.lead_topstance dt {
	margin: 0 0 20px;
	padding: 0;
	color: #001041;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
}

dl.lead_topstance dd {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 2.1;
}

.deco_topstance {
	position: absolute;
	display: block;
	box-shadow: 5px 5px 13px -4px #656565;
	z-index: -1;
}

.deco_topstance {
	opacity: 0;
	transform: scale(1.1);
}

.sc_active .deco_topstance {
	opacity: 1;
	transform: scale(1);
}

.deco_topstance.img1 {
	width: 229px;
	margin-left: -640px;
	top: 130px;
	left: 50%;
}

.deco_topstance:before,
.deco_topstance.img1:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: -1;
}

.deco_topstance.img1:before {
	width: 215px;
	height: 157px;
	background-image: url(../img/top/shadow1.png);
	top: -65px;
	right: -110px;
}

.deco_topstance.img1:after {
	width: 215px;
	height: 157px;
	background-image: url(../img/top/shadow2.png);
	bottom: -67px;
	left: -155px;
}

.deco_topstance.img2 {
	width: 135px;
	margin-left: -505px;
	top: 332px;
	left: 50%;
}

.deco_topstance.img2:before {
	width: 141px;
	height: 106px;
	background-image: url(../img/top/shadow3.png);
	bottom: -51px;
	left: -72px;
}

.deco_topstance.img3 {
	width: 131px;
	margin-left: 281px;
	top: 72px;
	left: 50%;
}

.deco_topstance.img3:before {
	width: 172px;
	height: 127px;
	background-image: url(../img/top/shadow4.png);
	bottom: -51px;
	left: -72px;
}

.deco_topstance.img4 {
	width: 208px;
	margin-left: 432px;
	top: 270px;
	left: 50%;
}

.deco_topstance.img4:before {
	width: 235px;
	height: 171px;
	background-image: url(../img/top/shadow5.png);
	top: -76px;
	right: -86px;
}

.deco_topstance.img5 {
	width: 164px;
	margin-left: 268px;
	top: 414px;
	left: 50%;
}

.deco_topstance.img5:before {
	width: 172px;
	height: 127px;
	background-image: url(../img/top/shadow6.png);
	top: -55px;
	left: -83px;
}

.col_topvalues {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #001041;
}

.inner_topvalues {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 82px 0 88px;
}

.col_topvalues .mds_top1 {
	margin-bottom: 18px;
}

.txt_topvalues {
	margin: 0 0 40px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}

.box_topvalues {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.box_topvalues > div {
	width: 49%;
	min-height: 272px;
	margin: 0 2% 17px 0;
	padding: 30px 0;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_topvalues > div {

}

.sc_active .box_topvalues > div {
	opacity : 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.box_topvalues > div:nth-child(2n) {
	margin-right: 0;
}

.box_topvalues > div:nth-child(n + 3) {
	margin-bottom: 0;
}

.box_topvalues > div.box1 {
	background-image: url(../img/top/bg_values1.jpg);
}
.box_topvalues > div.box2 {
	background-image: url(../img/top/bg_values2.jpg);
}
.box_topvalues > div.box3 {
	background-image: url(../img/top/bg_values3.jpg);
}
.box_topvalues > div.box4 {
	background-image: url(../img/top/bg_values4.jpg);
}

dl.left_topvalues {
	width: calc(100% - 300px);
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: center;
	border-right: solid 1px #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

dl.left_topvalues dt {
	max-width: 88px;
	height: 88px;
	margin: 0 auto 18px;
	padding: 0;
}

dl.left_topvalues dd {
	margin: 0;
	padding: 0 10px;
	color: #ada046;
	font-weight: 600;
}

dl.left_topvalues dd .big {
	margin: 2px 0 0 0;
	font-size: 26px;
	display: block;
}

.right_topvalues {
	width: 300px;
	margin: 0;
	padding: 0 15px 0 33px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.right_topvalues .iblock {
	display: inline;
}

.col_topinfo {
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner_topinfo {
	width: 94%;
	max-width: 1082px;
	margin: 0 auto;
	padding: 90px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col_topnews {
	width: 46.5%;
	margin: 0 7% 0 0;
}

.link_topinfo {
	margin: 0;
	padding: 0 0 16px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.link_topinfo .mds_top1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.link_topinfo .mds_top1 .en {
	margin: 0 0 0 12px;
}

.link_topinfo a {
	width: 136px;
	height: 36px;
	padding: 10px 10px;
	color: #001041;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border: solid 1px #001041;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.link_topinfo a span {
	display: inline-block;
	position: relative;
	z-index: 0;
}

.link_topinfo a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #001041;
	position: absolute;
	top: calc(50% - 5px);
	left: -10px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

dl.list_topnews {
	margin: 0;
	padding: 23px 0;
	line-height: 1.6;
	border-bottom: dotted 1px #9a9b9b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

dl.list_topnews:first-of-type {
	border-top: dotted 1px #9a9b9b;
}

dl.list_topnews dt {
	width: 112px;
	margin: 0;
	padding: 0 0 0 12px;
}

dl.list_topnews dd {
	width: calc(100% - 112px);
	margin: 0;
	padding: 0 12px 0 0;
	word-break: break-all;
	word-wrap: break-word;
}

.col_topfb {
	width: 46.5%;
}

#fbiframe {
	height: auto;
	min-height: 380px;
}

.col_toprecruit {
	width: 100%;
	height: 445px;
	margin: 0;
	padding: 88px 0 88px;
	background-image: url(../img/top/bg_recruit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.col_toprecruit > div {
	width: 100%;
}

.inner_toprecruit {
	width: 94%;
	max-width: 972px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner_toprecruit .mds_top1 {
	width: 200px;
	min-height: 157px;
	color: #fff;
	background-color: rgba(0,16,65,0.85);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.box_toprecruit {
	width: calc(100% - 200px);
	max-height: 370px;
	margin: 0;
	padding: 20px 65px;
	background-color: rgba(255,255,255,0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	overflow-y: auto;
}

.box_toprecruit > div {
	width: 100%;
}

.box_toprecruit dl {
	margin: 0 0 13px;
	padding: 0 0 15px;
	font-size: 14px;
	border-bottom: dashed 1px #001041;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_toprecruit dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.box_toprecruit dl dt {
	width: 105px;
	margin: 0;
	padding: 0;
}

.box_toprecruit dl dd {
	width: calc(100% - 105px);
	margin: 0;
	padding: 0;
}

.box_toprecruit dl dd p:last-of-type {
	margin-bottom: 0;
}

.box_toprecruit dl dd a {
	color: #001041;
	text-decoration: underline;
}

.col_topbnr {
	width: 100%;
	margin: 0;
	padding: 65px 0 150px;
	background-color: #f2f2f2;
}

.inner_topbnr {
	width: 94%;
	max-width: 1016px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	   -ms-flex-align: start;
	      align-items: flex-start;
}

.inner_topbnr .btmbnr {
	width: 48.4%;
	text-decoration: none;
	display: block;
}

.inner_topbnr a.btmbnr {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.bnr_seimitu {
	margin-right: 3.2%;
	text-align: center;
	border: solid 1px #ec6c1e;
	background-color: #ec6c1e;
}

.inner_topbnr .btmbnr dl {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.inner_topbnr .btmbnr dl dt {
	margin: 0;
	padding: 0;
}

.inner_topbnr .btmbnr dl dd {
	margin: 0;
	padding: 0;
}

.inner_topbnr .btmbnr.bnr_seimitu dl {
	padding: 25px 15px 17px;
}

.inner_topbnr .btmbnr.bnr_seimitu dl dt {
	margin: 0 0 7px;
	color: #ec6c1e;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
}

.inner_topbnr .btmbnr.bnr_seimitu dl dd {
	font-size: 13px;
	line-height: 1.55;
}

.inner_topbnr .btmbnr.bnr_seimitu .bg {
	padding: 12px 10px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
}

.bnr_ncNet {
	margin-right: 3.2%;
	text-align: center;
	border: solid 1px #000;
	background-color: #000000;
}

.inner_topbnr .btmbnr.bnr_ncNet dl {
	padding: 24px 0 23px;
	background-color: #fff;
}

.inner_topbnr .btmbnr.bnr_ncNet dl dt {
	max-width: 383px;
	margin: 0 auto;
}

.inner_topbnr .btmbnr.bnr_ncNet .bg {
	padding: 12px 30px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
}

.inner_topbnr .btmbnr.bnr_ncNet .bg span.border {
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.inner_topbnr .btmbnr.bnr_ncNet .bg span:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -2;
}

.inner_topbnr .btmbnr.bnr_ncNet .bg span.border span {
	padding: 0 10px;
	background-color: #000000;
	display: inline-block;
}


/* --------------- subpage --------------- */

.col_ttl {
	width: 100%;
	height: 170px;
	background-image: url(../img/bg_ttl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.ttl {
	margin: 0;
	padding: 0;
	color: #001041;
	text-align: center;
}

.ttl .ja {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	display: block;
}

.ttl .en {
	margin: 4px 0 0 0;
	font-size: 19px;
	font-weight: 350;
	line-height: 1.25;
	display: block;
}

ul.col_pankuzu {
	width: 90%;
	max-width: 1124px;
	margin: 0 auto;
	padding: 8px 0;
}

ul.col_pankuzu li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.col_pankuzu li:after {
	content: ">";
	margin: 0 7px 0 10px;
}

ul.col_pankuzu li:last-of-type:after {
	content: none;
}

ul.col_pankuzu li a {
	color: #001041;
	text-decoration: underline;
}

ul.col_pankuzu li a:hover {
	text-decoration: none;
}




/* --------------- news --------------- */

.col_news {
	width: 94%;
	max-width: 892px;
	margin: 0 auto;
	padding: 40px 0 80px;
}

.list_news {
	margin: 0 0 40px;
	padding: 0 50px 45px 50px;
	border-bottom: dotted 1px #3d3938;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info_news {
	width: calc(100% - 262px);
	margin: 0;
	padding: 0 35px 0 0;
}

.date_news {
	margin: 0 0 6px;
	padding: 0 25px;
}

.mds_news {
	margin: 0 0 15px;
	padding: 0 25px 15px;
	color: #001041;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: solid 1px #001041;
}

.cont_news {
	margin: 0;
	padding: 0 25px;
}

.cont_news p {
	margin-bottom: 25px;
}

.thumb_news {
	width: 262px;
}

.img_news {
	width: 100%;
	height: 173px;
	background-color: #fff;
	box-shadow: 9px 9px 0px 0px #001041;
	overflow: hidden;
}

.pager_news {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.pager_news li {
	width: 36px;
	height: 36px;
	margin: 0 20px 0 0;
	line-height: 1;
	border-radius: 50%;
	overflow: hidden;
}

.pager_news li:last-child {
	margin-right: 0;
}

.pager_news li a {
	width: 100%;
	height: 100%;
	padding: 0 0 2px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #b0b0b1;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.pager_news li.active a {
	background-color: #001041;
}

.txt_noNews {
	padding: 50px 0;
	text-align: center;
}




/* --------------- business --------------- */

.col_business {
	width: 94%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.cont_business1 {
	margin: 0 0 110px;
	padding: 0 16px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.txt_business {
	width: 405px;
	margin: 0;
	padding: 40px 0 0 0;
}

.txt_business h2 {
	width: 165px;
 	margin: 0 0 30px;
	padding: 0;
}

.txt_business dl {
	margin: 0;
	padding: 0 0 0 10px;
}

.txt_business dl dt {
	margin: 0 0 16px;
	padding: 0 0 18px;
	color: #001041;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 1px #001041;
}

.txt_business dl dd {
	margin: 0;
	padding: 0;
}

.img_business {
	width: calc(100% - 405px);
	margin: 0;
	padding: 0 0 0 67px;
}

.img_business img {
	box-shadow: 20px 20px 0px 0px #001041;
	display: block;
}

.img_business.small img {
	width: 83%;
	max-width: 458px;
	margin-bottom: 28px;
	box-shadow: 15px 15px 0px 0px #001041;
}

.img_business.small img:last-child {
	margin-bottom: 0;
	margin-left: auto;
}

.cont_business1:nth-child(even) {
	padding: 0 35px 0 5px;
}

.cont_business1:nth-child(even) .txt_business {
	-webkit-box-ordinal-group: 2;
	           -ms-flex-order: 1;
	                    order: 1;
}

.cont_business1:nth-child(even) .img_business {
	padding-left: 16px;
	padding-right: 47px;
	-webkit-box-ordinal-group: 1;
	           -ms-flex-order: 0;
	                    order: 0;
}

.cont_business1:nth-child(even) .img_business  img {
	box-shadow: -20px 20px 0px 0px #001041;
}

.box_business {
	margin: 25px 0 0 10px;
	padding: 20px 28px;
	color: #fff;
	background-color: #989fb3;
}

.box_business h3 {
	margin: 0 0 7px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	z-index: 0;
}

.box_business h3:before {
	content: "";
	width: 18px;
	height: 7px;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 4px);
	left: -28px;
}




/* --------------- works --------------- */

.col_works {
	margin: 0;
	padding: 105px 0 90px 0;
}

.cont_works {
	width: 100%;
	margin: 0 0 105px;
	padding: 0 0 75px;
	background: linear-gradient(180deg,  rgba(241,242,245,0) 125px, rgba(241,242,245,1) 125px)
}

.cont_works:last-of-type {
	margin-bottom: 25px;
}

.inner_works {
	width: 94%;
	max-width: 892px;
	margin: 0 auto;
}

.img_works {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}

.img_works .trim {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img1.img_works {
	max-width: 438px;
}

.img2.img_works {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.img2.img_works .trim {
	width: 49.1%;
	margin-right: 1.8%;
}
.img2.img_works .trim:last-child {
	margin-right: 0;
}

.img3.img_works {
	max-width: 662px;
	min-height: 1px;
}
.img3.img_works:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.img3.img_works .trim:first-child {
	width: 66.164%;
	margin-right: 16px;
	float: left;
}
.img3.img_works .trim:nth-child(2) {
	width: calc(100% - 66.164% - 16px);
	height: 143px;
	margin-bottom: 14px;
	float: left;
}
.img3.img_works .trim:nth-child(3) {
	width: calc(100% - 66.164% - 16px);
	height: 143px;
	float: left;
}

.tbl_works {
	width: 100%;
	max-width: 670px;
	margin: 35px auto 0;
	border-top: solid 1px #001041;
	border-left: solid 1px #001041;
}

.tbl_works th {
	width: 182px;
	padding: 12px 20px;
	font-weight: 400;
	vertical-align: top;
	background-color: #f1f2f5;
	border-right: solid 1px #001041;
	border-bottom: solid 1px #001041;
}

.tbl_works td {
	padding: 12px 24px;
	vertical-align: top;
	background-color: #fff;
	border-right: solid 1px #001041;
	border-bottom: solid 1px #001041;
}



/* --------------- design --------------- */


#Design .img_works {
	height: 480px;
}


/* --------------- flow --------------- */

.col_flow {
	width: 94%;
	max-width: 986px;
	margin: 75px auto 65px;
	padding: 0 ;
	position: relative;
	z-index: 0;
}

.col_flow:before {
	content: "";
	width: 3px;
	height: 100%;
	border-left: dotted 3px #001041;
	position: absolute;
	left: 62px;
	top: 0;
	z-index: -1;
}

.cont_flow1 {
	width: 100%;
	padding: 0 0 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_flow1.single {
	padding-bottom: 20px;
}

.cont_flow1:last-of-type {
	padding-bottom: 40px;
}

.mds_flow {
	width: 125px;
	margin: 0;
	padding: 0;
}

.right_flow {
	width: calc(100% - 125px);
	margin: 0;
	padding: 35px 0 0 50px;
	display: flex;
	position: relative;
	z-index: 0;
}

.txt_flow1 {
	margin: 0 0 15px;
}

.right_flow dl {
	width: 365px;
	margin: 5px 25px 0 0;
	padding: 0;
}

.right_flow dl dt {
	margin: 0 0 15px;
	padding: 0;
	color: #001041;
	font-size: 26px;
	font-weight: 600;
}

.right_flow dl dd {
	margin: 0;
	padding: 0;
}

.img_flow {
	width: calc(100% - 365px - 25px);
	max-width: 400px;
	margin: 0 25px 0 auto;
	padding: 0;
}

.img_flow img {
	box-shadow: 14px 14px 0px 0px #e5e7ec;
	display: block;
}

.contact_flow {
	margin: 0 0 18px;
	padding: 15px 0 10px 20px;
	border-left: 6px solid #001041;
}

.contact_flow:last-of-type {
	margin-bottom: 0;
}

.contact_flow .num.tel {
	width: 210px;
	margin: 0 0 10px;
}

.contact_flow .num.tel a {
	pointer-events: none;
}

.contact_flow .uketuke {
	margin: 0 0 0 40px;
	line-height: 1.5;
}

.contact_flow .uketuke .small {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.7;
}

.contact_flow .num.fax {
	width: 215px;
	margin: 0 0 14px;
}

.btn_contact_flow {
	width: 240px;
	margin: 0 0 16px;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #ada046;
	border: solid 1px #ada046;
	display: block;
	position: relative;
	z-index: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.btn_contact_flow:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 6px;
	right: 6px;
}



/* --------------- facility --------------- */

.col_facility {
	width: 100%;
	padding: 0 0 45px;
}

.cont_facility {
	width: 100%;
	padding: 70px 0 70px;
}

.cont_facility:nth-of-type(even) {
	background-color: #f1f2f5;
}

.mds_facility {
	width: 94%;
	max-width: 820px;
	margin: 0 auto 6px;
	padding: 0;
	color: #001041;
	font-size: 24px;
	font-weight: 600;
}

.col_scroll {
	overflow: auto;
}

.tbl_facility {
	width: auto;
	min-width: 820px;
	margin: 0 auto;
	line-height: 1.35;
	table-layout: fixed;
	border-top: solid 1px #001041;
	border-left: solid 1px #001041;
}

.tbl_facility tbody tr:nth-child(even) td {
	background-color: #f1f2f5;
}

.tbl_facility th {
	padding: 5px 5px 6px;
	color: #fff;
	font-weight: 400;
	border-right: 1px solid #4c587b;
	border-bottom: 1px solid #4c587b;
	background-color: #001041;
}

.tbl_facility tr.jiku th {
	width: 70px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tbl_facility th.no {
	width: 50px;
}

.tbl_facility th.maker {
	width: 120px;
}

.tbl_facility th.model {
	width: 150px;
}

.tbl_facility th.axis {
	width: 210px;
}

.tbl_facility th.speed {
	width: 110px;
}

.tbl_facility th.unit {
	width: 70px;
}

.tbl_facility th.year {
	width: 110px;
}

.tbl_facility td {
	padding: 14px 10px;
	text-align: right;
	border-right: solid 1px #001041;
	border-bottom: solid 1px #001041;
	background-color: #fff;
}

.tbl_facility td:first-child,
.tbl_facility td:nth-child(8) {
	text-align: center;
}
.tbl_facility td:nth-child(2),
.tbl_facility td:nth-child(3) {
	text-align: left;
}

.img_facility {
	width: 94%;
	max-width: 1200px;
	margin: 40px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.img_facility dl {
	margin: 0 45px 0 0;
	padding: 0;
	text-align: center;
}

.img_facility dl:last-child {
	margin-right: 0;
}

.img_facility dl dt {
	margin: 0 0 12px;
	padding: 0;
}

.img_facility dl dd {
	margin: 0;
	padding: 0;
}

.img_facility dl.machining1,
.img_facility dl.machining2,
.img_facility dl.machining3 {
	max-width: 249px;
}

.img_facility dl.wire1 {
	max-width: 298px;
}

.img_facility dl.nc1 {
	max-width: 215px;
}

.tbl_facility.tbl2 th.no {
	width: 76px;
}

.tbl_facility.tbl2 th.maker {
	width: 185px;
}

.tbl_facility.tbl2 th.model {
	width: 232px;
}

.tbl_facility.tbl2 th.size {
	width: 216px;
}

.tbl_facility.tbl2 th.unit {
	width: 108px;
}

.tbl_facility.tbl2 tr.spec th {
	width: 108px;
}

.tbl_facility.tbl2 td {
	padding-left: 18px;
	padding-right: 18px;
}

.tbl_facility.tbl2 td:nth-child(6) {
	text-align: center;
}

.tbl_facility.tbl3 th,
.tbl_facility.tbl4 th,
.tbl_facility.tbl5 th {
	padding-top: 22px;
	padding-bottom: 22px;
}

.tbl_facility.tbl3 th.no {
	width: 76px;
}

.tbl_facility.tbl3 th.maker {
	width: 185px;
}

.tbl_facility.tbl3 th.model {
	width: 232px;
}

.tbl_facility.tbl3 th.unit {
	width: 108px;
}

.tbl_facility.tbl3 th.notes {
	width: 216px;
}

.tbl_facility.tbl3 td {
	padding-left: 18px;
	padding-right: 18px;
}

.tbl_facility.tbl3 td:nth-child(4) {
	text-align: center;
}

.tbl_facility.tbl3 td:nth-child(5) {
	text-align: left;
}

.tbl_facility.tbl4 th.no {
	width: 76px;
}

.tbl_facility.tbl4 th.maker {
	width: 185px;
}

.tbl_facility.tbl4 th.model {
	width: 448px;
}

.tbl_facility.tbl4 th.unit {
	width: 108px;
}

.tbl_facility.tbl4 td {
	padding-left: 18px;
	padding-right: 18px;
}

.tbl_facility.tbl4 td:nth-child(4) {
	text-align: center;
}

.tbl_facility.tbl5 th.no {
	width: 76px;
}

.tbl_facility.tbl5 th.name {
	width: 248px;
}

.tbl_facility.tbl5 th.maker {
	width: 98px;
}

.tbl_facility.tbl5 th.model {
	width: 108px;
}

.tbl_facility.tbl5 th.measure {
	width: 216px;
}

.tbl_facility.tbl5 th.unit {
	width: 70px;
}

.tbl_facility.tbl5 td {
	padding-left: 12px;
	padding-right: 12px;
}

.tbl_facility.tbl5 td:nth-child(6) {
	text-align: center;
}



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

.col_contact {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 85px 0;
}

.inner_contact {
	max-width: 978px;
	margin: 0 auto 80px;
}

.inner_contact:last-child {
	margin-bottom: 0;
}

.mds_contact {
	margin: 0;
	padding: 20px 20px;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	background-color: #001041;
}

.cont_contact {
	padding: 45px 40px 60px;
	background-color: #eaecf0;
}

.txt_contact1 {
	margin: 0 0 40px;
	text-align: center;
}

.telnum_contact {
	width: 324px;
	margin: 0 auto 16px;
}

.telnum_contact a {
	pointer-events: none;
}

.txt_contact_time {
	margin: 0 0 37px;
	color: #002847;
	text-align: center;
}

.faxnum_contact {
	width: 248px;
	margin: 0 auto;
}

.txt_contact2 {
	margin: 0 0 45px;
	line-height: 2;
	text-align: center;
}

.txt_contact2 a {
	color: #001041;
}

.flow_contact {
	width: 100%;
	max-width: 670px;
	margin: 0 auto 30px;
}

.form_contact {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 0 40px;
	color: #001041;
}

.form_contact .require {
	margin-left: 60px;
}

.form_contact sup {
	vertical-align: middle;
	position: relative;
	top: -4px;
}

.form_contact dl {
	margin: 0;
	padding: 2px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form_contact dl dt {
	width: 200px;
	margin: 0;
	padding: 24px 0 12px 60px;
}

.form_contact dl dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 12px 0 12px;
}

.form_contact dl dd .Conf_none {
	margin-top: 5px;
}

.bordedr_contact1 {
	margin: 20px 0;
	padding: 0;
	border: none;
	border-top: dotted 1px #002847;
}

.form_contact dl.radio dt {
	padding-top: 12px;
}

.form_contact dl.radio dd {
	padding-left: 15px;
}

.form_contact dl.radio dd .mwform-radio-field  {
	margin: 0 30px 0 0;
	display: inline-block;
}

.form_contact dl dd input[type="tel"],
.form_contact dl dd input[type="text"],
.form_contact dl dd textarea {
	width: 100%;
	max-width: 440px;
	padding: 12px 12px;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.form_contact dl dd .short input[type="text"] {
	max-width: 157px;
}

.form_contact dl dd input::placeholder,
.form_contact dl dd textarea::placeholder {
	color: #c4c5c5;
}

.form_contact dl dd input:-ms-input-placeholder,
.form_contact dl dd textarea:-ms-input-placeholder {
	color: #c4c5c5;
}

.form_contact dl dd input::-ms-input-placeholder,
.form_contact dl dd textarea::-ms-input-placeholder {
	color: #c4c5c5;
}

.form_contact dl dd .yubin {
	margin-bottom: 10px;
}

.form_contact dl.naiyo dt {
	padding-top: 12px;
}

.form_contact dl dd textarea {
	height: 12em;
	vertical-align: bottom;
}

.btn_form_contact {
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.btn_form_contact input {
	width: 250px;
	height: 54px;
	margin: 0;
	padding: 0;
	color: #001041;
	font-size: 15px;
	font-weight: 500;
	border: none;
	outline: none;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background: rgba(211,193,138,1);
	background: -moz-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,193,138,1)), color-stop(100%, rgba(161,140,55,1)));
	background: -webkit-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -o-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: -ms-linear-gradient(top, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	background: linear-gradient(to bottom, rgba(211,193,138,1) 0%, rgba(161,140,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c18a', endColorstr='#a18c37', GradientType=0 );
	cursor: pointer;
	-webkit-appearance: none;
}

.btn_form_contact input[name="submitBack"] {
	margin: 0 20px 0 0;
	color: #fff;
	background: #808080;
}

.txt_contact_error {
	margin-bottom: 30px;
	text-align: center;
}

.form_contact dl dd .error {
	margin: 4px 0 0;
	color: #d6000e;
	font-size: 15px;
	display: block;
}

#Conf .Conf_none {
	display: none;
}

#Conf.form_contact dl dt {
	padding-top: 12px;
}

#Conf.form_contact dl.radio dd {
	padding-left: 0;
}

.txt_contact_conf {
	margin-bottom: 30px;
	text-align: center;
}

.txt_contact_thanks {
	margin-bottom: 30px;
	text-align: center;
}

.btn_contact_thanks {
	width: 260px;
	margin: 0 auto 40px;
	padding: 13px 0;
	color: #001041;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	cursor: pointer;
	display: block;
	-webkit-appearance: none;
}




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


.col_about1 {
	width: 100%;
	margin: 30px 0 85px 0;
}

.inner_about1 {
	width: 94%;
	max-width: 1018px;
	height: 578px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	   -ms-flex-align: end;
	      align-items: flex-end;
}

.inner_about1:before {
	content: "";
	width: 805px;
	height: 361px;
	margin: 0 -510px 0 0;
	background-image: url(../img/about/img_about1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
}



.box_about1 {
	padding: 34px 56px 28px;
	color: #fff;
	background-color: #001041;
}

.box_about1 dl {
	width: 100%;
	margin: 0;
	padding: 11px 0;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_about1 dl:nth-child(odd) {
	background-color: #192955;
}

.box_about1 dl dt {
	width: 160px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.box_about1 dl dd {
	width: calc(100% - 160px);
	margin: 0;
	padding: 0 10px 0 0;
}

.box_about1 dl dd a {
	color: #ada046;
}

.col_about2 {
	width: 100%;
	background-color: #f2f2f2;
}

.col_message {
	width: 100%;
	background-color: #f2f2f2;
}

.col_message .mds_top1{
	margin-bottom: 94px;
}

.flex_message {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 65px;
}

.cont_message{
	flex: 1;
}

.inner_cont_message{
	padding-right: 35px;
	font-size: 15px;
}

.inner_cont_message p{
	letter-spacing: -0.05em;
	margin-bottom: 25px;
}

.column_message{
	width: clamp(180px, 28%, 266px);
	display: flex;
	flex-direction: column;
}

.img_message1{
	width: 100%;
	margin: 0 0 53px;
}

.img_message1 img.pc_none{
	display: none;
}

.img_message1:last-of-type{
	margin: 0;
}

.img_message1 img{
	width: 100%;
	margin: 0 0 15px;
}

.img_message1 img.name{
	max-width: 231px;
	margin: 0;
}

.img_message1 img.name2{
	max-width: 206px;
	margin: 0;
}

.ttl_message{
	padding: 0 0 15px;
    margin: 0 0 27px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	color: #001142;
	border-bottom: solid 1px #001142;
}

.inner_about2 {
	width: 94%;
	max-width: 1018px;
	margin: 0 auto;
	padding: 95px 0 100px;
}

.inner_about2.message{
	padding: 75px 0 115px;
}

.inner_about2.about1{
	padding: 62px 0 40px;
}

.col_about2 .mds_top1 {
	margin-bottom: 40px;
}

.col_about2 .mds_top1 .ja {
	letter-spacing: 1em;
	text-indent: 1em;
}

.flow_about_history {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 40px 0 90px 0;
	position: relative;
	z-index: 0;
}

.flow_about_history:before {
	content: "";
	width: 16px;
	height: 100%;
	margin: auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.list_history1 {
	width: 546px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list_history1.right {
	margin-left: auto;
}

.list_history1:before {
	content: "";
	width: calc( 100% - 150px - 12px);
	height: 1px;
	background-color: #989fb3;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: -1;
}

.year_about {
	width: 120px;
	height: 22px;
	margin-top: 12px;
}

.year_about.big {
	height: 36px;
	margin-top: 0;
}

.year_about img {
	width: auto;
	height: 100%;
	vertical-align: top;
}

.right .year_about img {
	margin-left: 21px;
}

.right .year_about.big img {
	margin-left: 8px;
}

.info_about {
	width: calc(100% - 120px);
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info_about dl {
	width: calc(100% - 150px);
	margin: 0;
	padding: 0 12px 0 0;
}

.info_about dl dt {
	margin: 12px 0 17px;
	padding: 0;
	color: #001041;
}

.info_about dl dd {
	margin: 0;
	padding: 0;
}

.info_about dl dd .tab_none {
	display: block;
}

.info_about dl dd .img_about_pc_none {
	display: none;
}

.img_about_history {
	width: 150px;
}

.long.list_history1.left .year_about {
	width: 90px;
}

.long.list_history1.left .info_about{
	width: calc(100% - 80px);
}

.list_history1.left:before {
	left: auto;
	right: 0;
}

.list_history1.left .year_about {
	text-align: right;
	-webkit-box-ordinal-group: 2;
	           -ms-flex-order: 1;
	                    order: 1;
}

.list_history1.left .year_about img {
	margin-left: 0;
	margin-right: 19px;
}

.list_history1.left .year_about.big img {
	margin-right: 5px;
}

.list_history1.left .info_about {
	-webkit-box-ordinal-group: 1;
	           -ms-flex-order: 0;
	                    order: 0;
}

.list_history1.left .info_about dl {
	padding: 0 0 0 30px;
	-webkit-box-ordinal-group: 2;
	           -ms-flex-order: 1;
	                    order: 1;
}

.img_about_history {
	-webkit-box-ordinal-group: 1;
	           -ms-flex-order: 0;
	                    order: 0;
}

.list_history1.y1963 {
	margin-bottom: 33px;
}
.list_history1.y1969 {
	margin-bottom: 9px;
}
.list_history1.y1973 {
	margin-bottom: 10px;
}
.list_history1.y1976 {
	margin-bottom: 36px;
}
.list_history1.y1990 {
	margin-bottom: -41px;
}
.list_history1.y2006 {
	margin-bottom: -230px;
}
.list_history1.y2007 {
	margin-bottom: 42px;
}
.list_history1.y2010 {
	margin-bottom: 9px;
}
.list_history1.y2012 {
	margin-bottom: -47px;
}
.list_history1.y2013 {
	margin-bottom: 35px;
}
.list_history1.y2015 {
	margin-bottom: -14px;
}
.list_history1.y2016 {
	margin-bottom: -13px;
}


.col_about3 {
	width: 100%;
}

.inner_about3 {
	width: 94%;
	max-width: 992px;
	margin: 0 auto;
	padding: 95px 0 75px;
}

.col_about3 .mds_top1 {
	margin-bottom: 30px;
}

.gmap_about {
	max-width: 992px;
	height: 385px;
	margin: 0 auto 14px;
}

.gmap_about iframe {
	width: 100%;
	height: 100%;
}

.address_about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.address_about .right a {
	color: #001041;
}





/* ---------------------------------------------------------------
	start max 1100px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1100px ) {


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

	.flow_about_history {
		width: 966px;
	}


	.list_history1 {
		width: 522px;
	}






}

/* ---------------------------------------------------------------
	end max 1100px
--------------------------------------------------------------- */




/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1200px ) {


/* --------------- header --------------- */

	.desc_header {
		margin-right: 15px;
	}

	.tel_header {
		margin-top: 5px;
	}

	.tel_header .number .tel {
		width: 200px;
		margin-right: 10px;
	}

	.tel_header .number .fax {
		width: 77px;
	}

	.btn_contact_header {
		width: 140px;
		margin-left: 15px;
		padding: 9px 0;
		font-size: 15px;
	}

	.pc_only {
		display: none;
	}




/* --------------- top --------------- */

	.link_toptrust.facility .right {
		min-height: 17.7vw;
	}

	.img_topfacility1 {
		width: 68%;
	}

	.img_topfacility2 {
		width: 79%;
	}

	dl.left_topvalues {
		width: 220px;
	}

	.right_topvalues {
		width: calc(100% - 220px);
		padding: 0 5% 0 5%;
	}




}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */
