@charset 'utf-8';
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
div,
p,
form,
fieldset {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

th {
    font-weight: normal;
}

em {
    font-style: normal;
}

sup {
    position: relative;
    height: 0;
    font-size: .46em;
}

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

img {
    max-width:100%;
    height:auto;
    margin: 0;
    padding: 0;
}

/* PC・SP
----------------------------------------------------------*/
@media screen and (min-width: 768px){
.pc { display: block !important; }
.sp { display: none !important; }
.text-cl {
    text-align: center !important;
}
}
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
.text-cl {
    text-align: left !important;
}
}

/*  Float設定 */

.flL {
    float: left !important;
}

.flR {
    float: right !important;
}

.flt_None {
    float: none !important;
}


/*マージン設定*/

.mg0 {
    margin: 0 !important;
}

.mg10 {
    margin: 10px !important;
}

.mg20 {
    margin: 20px !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgl2 {
    margin-left: 2px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgl60 {
    margin-left: 60px !important;
}

.mgl70 {
    margin-left: 70px !important;
}

.mgl80 {
    margin-left: 80px !important;
}

.mgl90 {
    margin-left: 90px !important;
}

.mgl100 {
    margin-left: 100px !important;
}

.mgl120 {
    margin-left: 120px !important;
}

.mgl121 {
    margin-left: 121px !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.mgr2 {
    margin-right: 2px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}

.mgr60 {
    margin-right: 60px !important;
}

.mgr70 {
    margin-right: 70px !important;
}

.mgr80 {
    margin-right: 80px !important;
}

.mgr90 {
    margin-right: 90px !important;
}

.mgr100 {
    margin-right: 100px !important;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgt1 {
    margin-top: 1px !important;
}

.mgt2 {
    margin-top: 2px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt7 {
    margin-top: 7px !important;
}

.mgt8 {
    margin-top: 8px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgtm10 {
    margin-top: -10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt70 {
    margin-top: 70px !important;
}

.mgt80 {
    margin-top: 80px !important;
}

.mgt90 {
    margin-top: 90px !important;
}

.mgt100 {
    margin-top: 100px !important;
}

.mgt203 {
    margin-top: 203px !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb70 {
    margin-bottom: 70px !important;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.mgb90 {
    margin-bottom: 90px !important;
}

.mgb100 {
    margin-bottom: 100px !important;
}

.mglrauto {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.pd0 {
    padding: 0 !important;
}

.pd3 {
    padding: 3px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdl2 {
    padding-left: 2px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pdl50 {
    padding-left: 50px !important;
}

.pdl60 {
    padding-left: 60px !important;
}

.pdl70 {
    padding-left: 70px !important;
}

.pdl80 {
    padding-left: 80px !important;
}

.pdl90 {
    padding-left: 90px !important;
}

.pdl100 {
    padding-left: 100px !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdr2 {
    padding-right: 2px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdr50 {
    padding-right: 50px !important;
}

.pdr60 {
    padding-right: 60px !important;
}

.pdr70 {
    padding-right: 70px !important;
}

.pdr80 {
    padding-right: 80px !important;
}

.pdr90 {
    padding-right: 90px !important;
}

.pdlr00 {
    padding-right: 100px !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdt1 {
    padding-top: 1px !important;
}

.pdt2 {
    padding-top: 2px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt7 {
    padding-top: 7px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt13 {
    padding-top: 13px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt17 {
    padding-top: 17px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt23 {
    padding-top: 23px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdt60 {
    padding-top: 60px !important;
}

.pdt70 {
    padding-top: 70px !important;
}

.pdt80 {
    padding-top: 80px !important;
}

.pdt90 {
    padding-top: 90px !important;
}

.pdt100 {
    padding-top: 100px !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.pdb60 {
    padding-bottom: 60px !important;
}

.pdb70 {
    padding-bottom: 70px !important;
}

.pdb80 {
    padding-bottom: 80px !important;
}

.pdb90 {
    padding-bottom: 90px !important;
}

.pdb100 {
    padding-bottom: 100px !important;
}

.w0p {
    width: 0 !important;
}

.w10p {
    width: 10% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w90p {
    width: 90% !important;
}

.w100p {
    width: 100% !important;
}

.w16p {
    width: 16.666666% !important;
}



/*display*/

.dpb {
    display: block !important;
}

.dpn {
    display: none !important;
}

.dpi {
    display: inline-block !important;
}

.dpt {
    display: table !important;
}

.dptc {
    display: table-cell !important;
}


/*Tx talign */

.VaCnt {
    vertical-align: middle !important;
}

.Vatop {
    vertical-align: top !important;
}

.Vabot {
    vertical-align: bottom !important;
}



/*Posittiohn*/

.Abs {
    position: absolute;
}

.Rel {
    position: relative;
}

.Fix {
    position: fixed;
}

.Sta {
    position: static;
}

/*font*/

h1 {
    font-size: 2.26em;
    font-weight: bold;
}

h2 {
    font-size: 1.7em;
    font-weight: bold;
}


h3 {
    font-size: 1.36em;
    font-weight: bold;
}

h3.history {
    font-size: 2.36em;
    font-weight: 300;
    color: #ffffff;
    padding-bottom: 1rem;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}


h5 {
    font-weight: bold;
}


.fwB {
    font-weight: bold !important;
}

.fwN {
    font-weight: normal !important;
}

.fsIcon {
    font-size: 1.8em !important;
}

.fsIconL {
    font-size: 2.6em !important;
}

.fsSS {
    font-size: .6em !important;
}

.fsS {
    font-size: .85em !important;
}

.fsM {
    font-size: 1.0em !important;
}

.fsMM {
    font-size: 1.1em !important;
}

.fsL {
    font-size: 1.2em !important;
}

.fsLL {
    font-size: 1.4em !important;
}

.fsLLL {
    font-size: 1.7em !important;
}

.tex_dec_n {
    text-decoration: none !important;
}

.w-spc-n {
    white-space: nowrap;
}
.bg-green {
    background:#009e96;
}
.bg-light-blue {
    background:#00baff;
}
.bg-blue {
    background:#0176cf;
}


a:hover{
	text-decoration: none;
    color:inherit;
		opacity: .8;
}

.border-on {
    position:relative;
    transition:.3s;
}
.border-on:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:0px solid #2f3c85;
    transition:.3s;
    z-index:1;
}
.border-on:hover:after {
    border:6px solid #2f3c85;
    transition:.3s;
}

/*--------------------------------------
bootstrap空白設定
--------------------------------------*/

.row-space0 {
    margin-right: 0;
    margin-left: 0;
}

.row-space0 div[class^='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row-space5 {
    margin-right: -5px;
    margin-left: -5px;
}

.row-space5 > div[class^='col-'] {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.row-space75 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row-space75 > div[class^='col-'] {
    padding-top: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 7.5px;
}

.row-space10 {
    margin-right: -10px;
    margin-left: -10px;
}

.row-space10 > div[class^='col-'] {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row-space15 {
    margin-right: -15px;
    margin-left: -15px;
}

.row-space15 > div[class^='col-'] {
    padding-top: 15px;
    padding-right: 15px;
/*    padding-bottom: 15px;*/
    padding-left: 15px;
}
.row-space20 {
    margin-right: -20px;
    margin-left: -20px;
}
.row-space20 > div[class^='col-'] {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

/*--------------------------------------
body
--------------------------------------*/

html {
    font-size:16px;
}

body {
     position:relative;
     max-width:1920px;
     margin:auto;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
/*		letter-spacing: -0.054rem;*/
}
.font-poppins {
     font-family: poppins, sans-serif;
	font-style: normal;
	font-weight: 500;
}


dl{
    font-size: 0.9rem;
    font-weight: 300;
	line-height: 1.8;
}

dt {
    font-weight: 500;
}

dd {
    font-size: 1rem;
    border-bottom: solid 1px #ccc;
}

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

#global-header{
    position:relative;
    padding:1.2rem 0;
    background:#fff;
}

#global-header-cont{
    position:fixed;
    padding:1.2rem 0;
    top:0;
    left:0;
    background:#fff;
		height: 10rem;
    width:100%;
    z-index:1000;
}

.top #global-header,
.cont #global-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background: linear-gradient( to bottom, rgba(256, 256, 256, 1),rgba(256, 256, 256, 0.8),rgba(256, 256, 256, 0));
    z-index:1000;
}
.header-top {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:flex-end;
    -ms-flex-pack:end;
    padding-bottom:1.3rem;
}

	.cont #global-header-cont .header-top{
		padding-top: 2.7rem;
    	z-index:9999999;
     -webkit-transform: translate3d(0,0,0);
	}

.header-top p {
    font-size:1.125rem;
    color:#0a2c4e;
}
.header-top i {
    color:#e95d1c;
    font-size:1.4rem;
    vertical-align:text-top;
    margin-right:.5rem;
}
.header-top p + p {
    margin-left:2rem;
}
.header-main {
    display:flex;
    display:-ms-flexbox;
    align-items:flex-start;
    -ms-flex-align:start;
    width: 100%;
}

.header-main .logo {
    flex:0 0 auto;
    -ms-flex:0 0 auto;
    padding-right:1rem;
}

	.cont #global-header-cont .header-main .logo{
		display: block;
		position: absolute;
		top: 1.6rem;
	}

.main-menu {
    flex:1 1 auto;
    -ms-flex:1 1 auto;
    display:flex;
    display:-ms-flexbox;
    border-radius:.5rem;
    overflow:hidden;
}

	.cont #global-header-cont .header-main .main-menu{
			border-radius: 0;
			z-index: 9999;
      -webkit-transform: translate3d(0,0,0);
	}


.main-menu li {
    flex:1 1 auto;
    -ms-flex:1 1 auto;
}
.main-menu a {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    height:3.125rem;
    color:#fff;
    font-size:1rem;
    background:#003372;
}
.main-menu > li:last-of-type a {
    background:#e95d1c;
}

.ContMenuBack{
	position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
    	height:3.125rem;
			background: -webkit-linear-gradient(left, #003372 50%, #e95d1c 50%);
			background: -o-linear-gradient(left, #003372 50%, #e95d1c 50%);
			background: linear-gradient(to right, #003372 50%, #e95d1c 50%);
}

.sp-tgl {
    position:relative;
    width:50px;
    height:50px;
    border:none;
    border-radius:6px;
    background:none;
}
.sp-tgl span {
    position:absolute;
    right:0;
    left:0;
    display:block;
    width:calc(100% - 14px);
    height:5px;
    margin:auto;
    background:#003372;
    border-radius:6px;
}
.crown {
    top:10px;
}
.patty {
    top:0;
    bottom:0;
}
.heel {
    bottom:10px;
}

/*--------------------------------------
slider-sect
--------------------------------------*/
.slider-sect {
    margin-top: 90px;
}
.main-slider {
    position:relative;
}
.main-slider:before {
    content:'';
    position:absolute;
    bottom:-1px;
    left:0;
    display:block;
    width:100%;
    padding-top:28.385416666%;
    background:url(../img/slider-front.png) no-repeat;
    background-size:cover;
    z-index:10;
}
.slider-img {
    position:relative;
}
.main-txt {
    content:'';
    position:absolute;
    width:100%;
    top:200px;
    left:0;
    z-index:100;
}
.main-txt h1 {
    color:#fff;
    font-weight:normal;
    font-size:5.4rem;
		line-height: 1.1;
    letter-spacing: -0.054rem;
}
.main-txt h1 span {
    color:#e95d1c;
    font-weight:bold;
}
.sub-slider {
  background-color: #ffffff;
    padding:3rem 0;
}
.item-box {
    display:flex;
    display:-ms-flexbox;
    align-items:flex-start;
    -ms-flex-align:start;
}
.item-info {
    flex:1 1 auto;
    -ms-flex:1 1 auto;
    padding-right:3rem;
}
.item-img {
    flex:0 0 auto;
    -ms-flex:0 0 auto;
    width:450px;
}
.item-name {
    display:flex;
    display:-ms-flexbox;
    align-items:flex-start;
    -ms-flex-align:start;
    justify-content:space-between;
    -ms-flex-pack:justify;
}
.item-name img {
    flex: 0 1 auto;
}
.item-box .code {
    font-size:1.5rem;
    font-weight:bold;
}
.item-box .disp {
    font-weight:bold;
    font-size:1rem;
    padding-bottom:1rem;
}
.item-box .txt {
    font-size:.9rem;
    padding-bottom:2rem;
		line-height: 1.8;
}
.more-btn {
    display:inline-block;
    padding:0.7rem 3rem;
    color:#fff;
    font-size:0.85rem;
    border-radius:2rem;
    background:#e95d1c;
    text-align:center;
}

.swiper-slide-next,
.swiper-slide-prev{
/*	background-color: #102f4e;*/
background-color: #ffffff;
}

.swiper-slide-next img,
.swiper-slide-prev img{
	 opacity: .5;
}

/*--------------------------------------
concept-sect
--------------------------------------*/
.common-sect {
    margin-top: 0px;
}
.concept-sect {
    position:relative;
    padding:3rem 0 .1rem;
    text-align:center;
    background:#f2f2f2;
}
.sect-ttl-box {
    padding:0 0 1rem;
    text-align:center;
}
.sect-ttl-box:before {
    content:'';
    display:block;
    width:60px;
    height:0;
    margin:0 auto 2rem;
    border-top:2px solid #e95d1c;
}
.sect-ttl-box > p {
    padding-bottom:1rem;
    font-size:.9rem;
    line-height:1;
}
.sect-ttl-box > h2 {
    font-size:3.4rem;
    font-weight:normal;
    line-height:1;
    letter-spacing: -0.054rem;
}
.sect-ttl-box > h2 > span {
    color:#e95d1c;
}
.concept-txt {
    font-size:.96rem;
		line-height: 2;
}
.concept-slider {
    margin-top:2rem;
}
.concept-slider .swiper-button-prev {
    left:10%;
    width:69px;
    height:46px;
    background: url(../img/Prev.png) no-repeat center;
    background-size:cover;
}
.concept-slider .swiper-button-next {
    right:10%;
    width:69px;
    height:46px;
    background: url(../img/Next.png) no-repeat center;
    background-size:cover;
}
.slider-txts {
    position:relative;
    max-width:680px;
    padding:3rem;
    background:#003372;
    margin:auto;
    color:#fff;
    z-index:1;
    margin-top:-10%;
    margin-bottom:-50px;
}
.slider-txts .ttl {
    margin-bottom:2.5rem;
}
.slider-txts h3 {
    font-size:1.6rem;
    margin-bottom:1rem;
		font-weight: 400;
}
.slider-txts .ttl > p {
    font-size:.9rem;
}
.slider-txts .txt {
    font-size:.9rem;
    line-height:1.8;
}

/*--------------------------------------
panel-sect
--------------------------------------*/

.panel-sect {
    padding:4.5rem 0 4.5rem;
}

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

.contact-sect {
    padding:4.5rem 0;
    background:#f2f2f2;
}
.contact-sect h2 {
    font-weight:bold;
}
.contact-sect .sect-ttl-box:before {
    content:url(../img/line.png);
    margin:0 auto 4rem;
    border:none;
}
.contact-txt {
    margin-top:3rem;
    text-align:center;
    font-size:.96rem;
		line-height: 2;
}

.contact-txt_pg {
    margin-top:1rem;
    text-align:center;
    font-size:.96rem;
		line-height: 2;
}
.contact-table {
    width:800px;
    margin:3rem auto 0;
}
.contact-table th {
    width:25%;
    white-space:nowrap;
}
.contact-table th,
.contact-table td {
    padding:.5rem;
    vertical-align:top;
}
.contact-table input:not([type="checkbox"]) ,
.contact-table textarea {
    width:100%;
    border:none;
    border-radius:.25rem;
    padding:.5rem;
}
.contact-btn {
    display:block;
    width:100%;
    max-width:600px;
    margin:auto;
    padding:1rem .75rem;
    text-align:center;
    line-height:1;
    font-size:1.0rem;
    color:#fff;
    border:none;
    background:#003372;
    border-radius:1.25rem;
}
.contact-btn i {
    vertical-align:top;
    margin-right:.5rem;
    font-size:.7rem;
}
.contact-sect .contact-btn {
    margin-top:3rem;
}

label,
.aten-txt{
	font-size: .86rem;
}

form label span.required{
    color: #ffffff;
    background: #e95d1c;
    padding: 3px 7px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}

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

#global-footer {
    padding:3rem 0;
    background:#003372;
    color:#fff;
}
.footer-inner {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
}

/*--------------------------------------
page
--------------------------------------*/
.common-ttl-box {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    flex-direction:column;
    -ms-flex-direction:column;
    text-align:center;
    height:470px;
    color:#fff;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}
.about .common-ttl-box {
    background-image:url(../img/page-back-about.png);
    background-position: top center;
}
.service .common-ttl-box {
    background-image:url(../img/page-back-service.png);
      background-position: top center;
}
.recruit .common-ttl-box {
    background-image:url(../img/page-back-recruit.png);
      background-position: top center;
}
.news .common-ttl-box {
    background-image:url(../img/page-back-news.png);
    background-position: top center;
}
.contact .common-ttl-box {
    background-image:url(../img/page-back-about.png);
      background-position: top center;
}
.common-ttl-box h1 {
    font-size:3rem;
    line-height:1;
}
.common-ttl-box p {
    margin-top:.5rem;
    font-size:1.5rem;
}
.common-page-box {
/*    padding:1.5rem 0;*/
}
.comment-panel {
    padding:3rem 3.5rem;
    background:#e95d1c;
    color:#fff;
}
.comment-panel p {
/*-  font-family:poppins, sans-serif;*/
	font-style: normal;
	font-weight: 300;
  font-size:.9rem;
}
.txt-panel p {
/*-  font-family:poppins, sans-serif;*/
	font-style: normal;
	font-weight: 300;
  font-size:1rem;
    line-height:1.8;
}
.comment-panel .main {
    font-size:2rem;
}
.comment-panel .txt {
    margin:3rem 0 7rem;
    line-height:2;
}
.comment-panel .sign span {
     font-weight:bold;
     font-size:1.25rem;
}
.txt-panel {
    padding-left:2rem;
}
.txt-panel .ttl {
    font-size:2.25rem;
}
.txt-panel .ttl span {
    color:#e95d1c;
}
.txt-panel .txt {
    color:#000000;
}
.txt-panel > .txt {
    margin:1rem 0;
}
.list > li {
    display:flex;
    display:-ms-flexbox;
    margin-top:1rem;
}
.list .img {
    flex:0 0 auto;
    -ms-flex:0 0 auto;
    padding:.5rem 1rem;
}
.list .txt > p:first-of-type {
    color:#000;
    font-size:1.1rem;
    font-weight:bold;
    margin-bottom:.5rem;
}

.photo{
  bottom: 0;
  position:static;
  box-sizing: border-box;
}
.photo_bt{
  height: 100%;
  bottom: 0;
}
/* table
-----------------------------------------------------------*/
table.profile {
	width: 100%;
  font-size: 1rem;
 margin-top: 2em;
  margin-bottom: 2em;
	border-top: #DEDEDE solid 1px;
}
table.profile tr{
	border-bottom: #DEDEDE solid 1px;
}

table.profile tr th{
	width: 20%;
  padding: 20px 30px;
	font-weight: bold;
}

table.profile tr td{
	width: 80%;
    padding: 20px 30px;
	font-weight: normal;
	line-height: 1.8;
}

.MainImgHistory{
  background-image: url("../img/about/bg_bk01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0px;
  position: relative;
  margin-bottom: 3em;
  background-attachment :scroll;
  padding: 3rem 0;
}
.MainImgOffice{
  background-image: url("../img/about/office.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 450px;
  top: 0px;
  position: relative;
  margin-top: 3em;
  margin-bottom: 0px;
  background-attachment :scroll;
}

.MainImgFactory{
  background-image: url("../img/about/factory.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 450px;
  top: 0px;
  position: relative;
  margin-top: 3em;
  margin-bottom: 0px;
  background-attachment :scroll;
}

.MainImgOem{
  background-image: url("../img/about/bg_bk02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0px;
  position: relative;
  margin-bottom: 3em;
  background-attachment :scroll;
  padding: 3rem 0;
}


.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------
media-queries
--------------------------------------*/

@media(max-width:991px) {
    .header-main {
        align-items:center;
        -ms-flex-align:center;
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        width: 100%;
    }
    .header-main .logo {
        width:160px;
        margin-right:auto;
        padding-right:0;
        padding-bottom:1rem;
    }
    .cont #global-header-cont .header-main .logo{
      position: static;
      top: 0;
    }
    .main-txt {
        top: 180px;
    }
    .item-img {
        width:300px;
    }
    .contact-table {
        width: 600px;
    }
    .slider-img {
        height:500px;
    }
    .slider-img img {
        position:absolute;
        top:-100%;
        bottom:-100%;
        right:-100%;
        left:-100%;
        margin:auto;
        height:500px;
        width:auto;
        max-width:none;
    }
}
@media(min-width:768px) {
    .sp-tgl {
        display:none;
    }
    .main-menu.collapse {
        display:flex;
        display:-ms-flexbox;
    }

    .sp_hidden{
      display: none;
    }
}
@media(max-width:767px) {

    .header-main .logo {
        padding-bottom:0;
    }
		#global-header-cont{
				height: auto;
		}
		.cont #global-header-cont .header-top{
			padding-top: 0;
		}
		.cont #global-header-cont .header-main .logo{
			position: static;
			top: 0;
		}
		.cont #global-header-cont .header-main .main-menu{
    		border-radius:.5rem;
			z-index:99999;
		}

		.ContMenuBack{
			display: none;
		}

    .main-menu {
        display:block;
        width:100%;
        margin-top:1rem;
    }
    .main-txt {
        top:30%;
    }
    .main-txt h1 {
        font-size:4rem;
    }
    .item-box {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .item-box > div:first-of-type {
        order:1;
        -ms-flex-order:1;
    }
    .item-info {
        padding-top:2rem;
        padding-right:0;
        width:100%
    }
    .item-img {
        width:100%;
    }
    .common-sect {
        margin-top: 0px;
        width:100%;
    }
    .slider-sect {
        margin-top: 10px;
    }
    .slider-sect .more-btn {
        display:block;
    }
    .slider-txts {
        margin-top:2rem;
        margin-bottom:2rem;
		padding: 3rem 1rem;
    }
    .sp-table-vertical table ,
    .sp-table-vertical tbody ,
    .sp-table-vertical tr ,
    .sp-table-vertical th ,
    .sp-table-vertical td {
        display:block;
        width:100%;
    }
    .footer-inner {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .footer-inner .logo {
        margin-bottom:1rem;
    }
    .txt-panel {
        padding-left:0;
    }
	.sect-ttl-box > h2 {
		font-size: 2.6rem;
	}
	.concept-txt,
	.slider-txts .txt,
	.contact-txt{
		text-align: left;
	}

	.comment-panel {
		padding: 3rem 1rem;
	}
  .sp_hidden{
    display: none;
  }
}
@media(max-width:575px) {
    .main-txt h1 {
        font-size:3.6rem;
    }

}
