@charset "utf-8";

body {
	margin:0 auto;
	padding:0;
	font-size:14px;
	line-height: 1.7;
	background:#fff;
	position:relative;
	color:#000;
	font-family:"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:400;
	text-align:left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline rgba(0, 163, 201, 0.6);
	opacity: 1;
	transition: 0.3s;
}

a:hover {
	color: #00a3c9;
}

a img {
	transition: 0.3s;
}


/*共通*/
.wrap{
	/* max-width: 1960px; */
	margin: 0 auto;
	z-index: 0;
	/* position: relative; */
}

main{
	/* max-width: 1366px; */
	margin: 0 auto;
	/* width: 1366px; */
	position: relative;
	z-index: 1;
}

.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.inner p{
	font-size: 16px;
}

.clearfix:after{
	clear:both;
	display:block;
	content:"";
}

.scaleupWp{
	overflow: hidden;
}

.amax:hover .scaleupWp > img {
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.5s; /*変化に掛かる時間*/
}

.scaleupWp  img{
   transition-duration: 0.5s; /*変化に掛かる時間*/
}

.scaleupWp:hover  img{
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.3s; /*変化に掛かる時間*/
}

a:hover .scaleupWp  img{
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.3s; /*変化に掛かる時間*/
}


.gmapWp{
	width: 100%;
	position: static;
}

.gmapWp > iframe {
    width: 100%;
    height: 490px;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: bottom;
}

.innerbox{
	max-width: 720px;
	width: 100%;
	margin: 0 auto 0;
}

/*****フォント類******/

.bnt_list:before{
	content: url(../img/bnt_link_off.png) no-repeat;
}

.bnt_list:hover:before{
	content: url(../img/bnt_link_on.png) no-repeat;
}


.img_box:after{
	content: "";
	display: block;
	clear:both;
}

.img_box li{
	float: left;
	width: 750px;
}

.img_box li > h3{
	font-size:20px;
	color: #0a6d99;
	margin: 0 0 15px 0;
}

.img_box li > h3{
	font-size:14px;
	margin: 0 0 5% 0;
}

.img_box li:fitst-child{
	float: left;
	width: 230px;
}

.h_btn_mail{
	display: none;
}

.Website .h1Wrap{
	position:relative;
	font-size: 52px;
	text-align: left;
	color: #fff;
	width: 1080px;
	margin: 0 auto 0;
	padding: 234px 0;
	line-height: 140%;
}

.Website .h1Wrap.new{
	padding: 310px 0 0;
}

.Website h1 {
	font-size: 28px;
	text-align: left;
	max-width: 670px;
	line-height: 150%;
	position:relative;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.48);
}

.Website h1:before {
	content:"";
	top:-60px;
	left:-90px;
	width:540px;
	height:109px;
	position:absolute;
	background:url(../img/bk_top_h1.png) no-repeat center center;
}



/* .Website h2{
	font-size: 33px;
	margin: 0 auto 40px;
	color: #1BA2E6;
	text-align: center;
}

.Website h2 > span{
	font-size:12px;
	margin: 0 auto;
	display: inline-block;
	font-weight: normal;
} */

/* .Under h1{
	font-size:40px;
	font-weight:bold;
	margin: 0 auto 80px;
	text-align: left;
	color: #0a6d99;
	line-height: 100%;
}

.Under h1 > span{
	font-size:18px;
	font-weight:bold;
	display: block;
	margin: 0 0 0 5px;
} */


.Under .txt_h2 {
	font-size: 20px;
	margin: 0 auto 15px;
}

.Under .cover{
	margin: 0 auto 0;
	max-width: 980px;
	width: 90%;
	padding: 126px 0 0 0;
}

.txt_leftber{
	font-size: 22px;
	color:#000;
	position:relative;
	margin: 5px 0 20px 18px;
}

.txt_leftber:before{
	content:"";
	position:absolute;
	width:3px;
	height: 34px;
	display:block;
	background-color: #0a6d99;
	top: 0;
	left:-15px;
}


/*============================ mega-menu ============================*/

.mega-menu {
	width: 100%;
	background: rgba(12, 126, 63, 0.9);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	position: absolute;
	top: 110px;
	left: 0;
	top: 83px;
	z-index: 100;
	transition:0.3s;
}


.mega-menu.on {
	opacity: 1;
	pointer-events: auto;
}

.mega-menu.on.changed {
	opacity: 1;
	position: fixed;
	transition:0.3s;
}

.mega-menu div {
	width: 980px;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	display: none;
	padding: 20px 0 50px;
}
.mega-menu div.on {
	opacity: 1;
	pointer-events: auto;
	display: block;
}
.mega-menu div p a {
	color: #fff;
	text-align: center;
	background: rgba(67, 63, 63, 0.5);
	display: block;
	padding: 5px 0;
	font-size: 18px;
	position: relative;
	margin: 0 0 20px 0;
		transition:0.3s;
}

.mega-menu div p a:hover {
	transition:0.3s;
	background: rgba(67, 63, 63, 0.7);
	text-decoration:none;
}

.mega-menu div p a:after {
	content: '';
	width: 8px;height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;bottom: 0;right: 20px;
	margin: auto;
	transform: rotate(45deg);
	transition: .3s;
}


.mega-menu div p a:hover:after {
	right: 15px;
	transition: .3s;
}

.mega-menu div ul li {
	vertical-align: top;
	margin: 0 2% 2% 0;
	width: 23.5%;
	float: left;
	overflow:hidden;
}

.mega-menu div ul li:nth-child(4n) {
	margin: 0 0 2% 0;
}

.mega-menu div ul li img {
	transition: .3s;
	margin:0 0 3% 0;
	background: #39302c;
}

.mega-menu div ul li:hover img{
	opacity:0.8;
	transition:0.3s;
}

.mega-menu div ul > li:hover p{
	text-decoration:underline;
}

.mega-menu div ul li p {
	text-align: center;
	font-size: 14px;
	color: #D0D9DF;
	transition: 0.3s;
}

.mega-menu .close {
	display: block;
	background: rgba(67, 63, 63, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
}
.mega-menu .close:before,
.mega-menu .close:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;margin: auto;
	transform: rotate(45deg);
}
.mega-menu .close:after {
	transform: rotate(-45deg);
}

/*============================ burger ============================*/


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 27px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 13.5px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}



/*============================ *slick *slider============================*/

.sliderwrap{
	margin: 0 0 40px 0;
	position: relative;
}

.slick-slide{
		margin: 0 10px;
		max-width: 285px;
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    vertical-align:top;
    top: 50%;
    bottom:0;
    display: block;
    width: 33px;
    height: 62px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #0a6d99;
}



.slick-prev:before {
    content: '←';
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35%;
    margin: auto;
    transform: rotate(225deg);
    transition: .3s;
}

.slick-next:before
{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45%;
    margin: auto;
    transform: rotate(45deg);
    transition: .3s;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #11ae5d;
    outline: none;
    background: #11ae5d;
}

.slick-next {
    right: 20px;
    z-index:1;
}

.slick-prev {
    left: 20px;
    z-index:1;
}




/* =======================================
	header
========================================== */


 .logo {
	padding: 0px 20px 0px;
	position: relative;
	z-index: 1;
	float: left;
	transition: all 0.5s ease-out;
	vertical-align: top;
}

 .logo a img {
	max-width: 400px;
	width: 100%;
}

 .global {
    position: relative;
    z-index: 1;
    /* font-size: 0; */
}


 .global > ul {
    position: relative;
    z-index: 1;
    float: right;
    /* font-size: 0; */
}

.global ul li {
	display: block;
	float: left;
	/* font-size: 0; */
	/* line-height: 100%; */
}

.global > ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-align:center;
	padding: 13px 26px;
}

.global > ul li a > span{
	/* color: #fff; */
	display: block;
	font-size: 14px;
	font-weight: bold;
	transform: skewX(30deg);
}

.Website .hinner_area {
	width: 100%;
	max-width: 620px;
	margin: 0px 0 0 14%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.Website .hinner_area.changed {
	position: fixed;
}

.Website .hnav_area{
	position:absolute;
	width:100%;
	transition: 0.5s;
	z-index: 1;
	background: #fff;
}

.Website .hnav_area.changed{
	position: fixed;
	width:100%;
	z-index: 10;
	transition: 0.5s;
	background: #fff;
}


/*Under*/

.Under .hnav_area.changed{
	position: fixed;
	width:100%;
	z-index: 10;
	background: #fff;
	top: 0;
	    -webkit-animation: surasura 0.3s linear;
    -moz-animation: surasura 0.3s linear;
    -o-animation: surasura 0.3s linear;
    -ms-animation: surasura 0.3s linear;
    animation: surasura 0.3s linear;
}


@keyframes surasura {
    0% {
        opacity:0;
        top:-5px;
    }

	 50% {
        opacity:1;

    }

    100% {
    opacity:1;
    top:0px;
    }
}




.Under .hnav_area{
	box-shadow: 0px 0 11px #eee;
	background: #fff;
	transition: all 0.3s ease-out;
	position:absolute;
	width:100%;
	z-index:2;
	top: 0;
}


.Under .hinner_area{
	width: auto;
	margin: 140px auto 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.under_glo > ul li > dl > dt > a{
	color: #000;
	padding: 30px 12px;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 0 0;
}

/* .under_glo > ul li:nth-of-type(8) > dl > dt > a{
	margin: 0 38px 0 0;
} */

.under_glo > ul li:nth-of-type(8){
	position:relative;
}

.under_glo > ul > li:last-child{
	line-height:100%;
	font-size:0;
	overflow: hidden;
	margin-left: 12px;
}

.under_glo > ul > li:last-child a{
	background: #0a6d99;
	display: inline-block;
	padding: 36px 40px 38px 25px;
	transform: skewX(-30deg);
	margin: 0 0 0 0;
	position: relative;
	left: 22px;
}


.under_glo > ul li:last-child > span{
    /* color: #000; */
    font-size: 14px;
    line-height: 100%;
    padding: 7px 0 0 0;
}


.under_linkbnt > li{
	width: 31.2%;
	margin: 0 30px 8px 0;
	float: left;
}

.under_linkbnt > li:nth-child(3n){
	margin: 0 0;
}

.under_linkbnt > li > a{
	display:block;
	padding: 10.5px 0;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #0a6d99;
	border: 1px solid #0a6d99;
	text-align: center;
	transition:.3s;
}

.under_linkbnt > li > a:hover{
	color: #0a6d99;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #0a6d99;
	text-align: center;
		transition:.3s;
}


/* =======================================
	footer
========================================== */


footer{
	background: #232222;
	position: relative;
}

.f_logo  {margin: 20px 0 0 20px;display: block;}

.f_logo > img {
	max-width: 357px;
	margin: 0;
	display: block;
}


.f_left_side{
	margin: 0 auto 60px;
	float: left;
	border-right: 1px solid #808080;
	padding: 10px 10px 45px 0;
}

.addresstxt{
	margin: 0 0 25px 60px;
}

.addresstxt > li:nth-of-type(2){
	margin: 0 0 0 0;
}



.f_nav{
	margin: 0;
	float: left;
}

.f_nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
    position: relative;
    line-height: 220%;
}



.f_nav > li:first-child:before{
	display: none;
}

.f_nav > li > a {
    color: #fff;
    text-decoration: none;
}

.f_nav > li > dl {
    color: #fff;
}

.f_nav > li > dl  a{
    color: #fff;
    text-decoration:none;
}


.f_nav > p {
	display: inline-block;
	padding: 0 8px 0 5px;
	text-decoration: none;
	border-right: solid 1px #eee;
}

.f_nav > p > a{
	color:#fff;
}

.f_copy{
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
	color: #fff;
	padding: 17.5px 0;
}

.f_copy:after{
	content: "";
	display:block;
	clear:both;
}

.finner{
	color: #fff;
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.finner:after{
	clear: both;
	content: "";
	display: block;
}

.finner_under{
	background: #000000;
}

.finner_under > div{
	width:100%;
	max-width:980px;
	margin: 0 auto 0;
	text-align: center;
}

.finner_under nav {
    float:left;
    margin: 7px 0px;
}

.finner_under nav:after {
    content:"";
    clear:both;
    display:block;
}

.finner_under nav > a {
    color: #fff;
    font-size:12px;
    padding: 0 10px;
    border-right: 1px solid;
    display: inline-block;
     /* 文字間を元に戻す */
    line-height: 100%;
    text-decoration: none;
}


.f_nav  a:hover{
    color: #fff;
    text-decoration:underline;
}

.bnt_recruit{
	margin: 8px 0 15px;
}

.f_nav > li .bnt_recruit > a{
	border: 1px solid #808080;
	padding: 5px 31px;
	margin: 0 0 0 0;
	transition:.3s;
}

.f_nav > li .bnt_recruit > a:hover{
	text-decoration:none;
	transition:.3s;
	background:#fff;
	color:#525252;
}

.f_nav > li .bnt_recruit > a:hover:after {
     -webkit-filter: invert(50%);
     -moz-filter: invert(50%);
     -o-filter: invert(50%);
     -ms-filter: invert(50%);
     filter: invert(50%);
}



/*パンくず*/


.pankuzu ul {
  padding: 14px 0;
  width: 980px;
  margin: 0 auto 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.pankuzu ul>li {
  float: left;
  font-size: 13px;
  padding: 0 20px;
  border-left: 1px solid #eee;
}

.pankuzu ul>li:first-child {
	border-left:none;
}


.pankuzu ul>li>a {
  color: #4AA7E2;
}

.pankuzu ul>li>a:hover {
  text-decoration:underline;
}

/* =================================================
	TOP
======================================================== */




/* =========== TOP cover ========================= */


.Website .wrap{

}

.Website .cover{
	padding: 76px 0 0;
	max-width: unset;
	width: 100%;
	margin: 0 0 0 0;
	z-index: 0;
	position: relative;
}

.coverinner{
	margin: 0 auto;
	position:relative;
	z-index:1;
}

.Website .cover{
	position:relative;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	overflow:hidden;
	background: #050b0f;
	z-index: 0;
}

.coverchangewrap {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ImgAnime2 20s linear infinite;
    -moz-animation: ImgAnime2 20s linear infinite;
    -o-animation: ImgAnime2 20s linear infinite;
    -ms-animation: ImgAnime2 20s linear infinite;
    animation: ImgAnime2 20s linear infinite;
    z-index: 0;
}


.coverchangewrap ul > li{
    position: absolute;
    top:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: fadeSlideImg01 20s linear infinite;
    -moz-animation: fadeSlideImg01  20s linear infinite;
    -o-animation: fadeSlideImg01 20s linear infinite;
    -ms-animation: fadeSlideImg01 20s linear infinite;
    animation: fadeSlideImg01 20s linear infinite;
}

.coverchangewrap ul > li:nth-of-type(1){
	background: url(../img/bk_top_cover.png) no-repeat center center;
	background-size: cover;
}

.coverchangewrap ul > li:nth-of-type(2){
	animation-delay:10s;
	background: url(../img/bk_top_cover02.png) no-repeat;
	background-size: cover;
}



@keyframes fadeSlideImg01 {
	0% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	45% {
		opacity: 1;
	}

	60% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeSlideImg01 {
	0% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	45% {
		opacity: 1;
	}

	60% {
		opacity: 0;
	}
}

@keyframes ImgAnime2 {
    0% {
	animation-timing-function: ease-out;
    }

    100% {
		-moz-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		animation-timing-function: ease-out;
    }
}




/* =========== TOP main ========================= */


.top_business_area:before{
		clear:both;
		display:block;
		content:"";
}

.top_business_area{
		/*background: #DAE6EA;*/
		background:-webkit-gradient(linear, left top, right top, from(#efebea), color-stop(51.46%, #fbfbfb), to(#efebea));
		background:linear-gradient(90deg, #efebea 0%, #fbfbfb 51.46%, #efebea 100%);
		padding: 50px 0 45px 0;
}

.top_business_area .inner{
	width: 1185px;
	margin: 0 auto;
}

.top_business_area ul > li{
	float:left;
	margin: 0 1%;
	margin-bottom: 40px;
	width: 23%;
	background: #fff;
}

.top_business_area ul > li:nth-of-type(3){
/*	margin: 0 0 40px 0;*/
}

.setumeibox{
	margin: 0 auto;
/*	width: 327px;*/
	background: #fff;
	padding: 20px 10px;
}

.setumeibox span{
	font-size: 14px;
	padding: 0;
	color: #000;
}

.clearfix em{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	height: 4em;
}


.top_business_area ul > li > a:hover em{
	text-decoration:underline;
}

.top_business_area ul > li > a:hover em{
	text-decoration:underline rgba(29, 163, 230, 0.3);
}




.top_business_area ul > li > a{
	text-decoration:none;
}

.top_business_area ul > li > a:hover p{
	color: #fff;
	background:#0a6d99;
	transition:0.3s;
	text-decoration:none;
}

.top_business_box{
	margin: -50px 0 0 0;
	box-shadow: 0px 0px 1px 0px #e8e8e8;
}

.top_business_box h2{
	padding: 18px 35px;
	color: #0a6d99;
	position:relative;
	transition: .3;
	background: #fff;
}

.top_business_box h2:hover{
	color: #ffffff;
	transition: .3s;
	background: #0a6d99;
}


.cont_box a{
	text-decoration:none;
}


.cont_box h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
}


.bnt01 > a{
	font-size: 12px;
	display: block;
	padding: 15px 0;
	max-width: 230px;
	width: 100%;
	border: 1px solid #231815;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #231815;
	transition:.3s;
	color: #fff;
	background: #231815;
}

.bnt01 > a:hover{
	color: #231815;
	background:rgba(255, 255, 255, 0.6);
	transition:.3s;
}


.bnt01 > span{
	font-size: 12px;
	display: block;
	padding: 15px 0;
	max-width:223px;
	width: 100%;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	color: #eee;
}




.top_brand_area{
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.top_brand_area .inner{
	max-width:1280px;
	width: 1280px;
}

.top_brand_area h2:before{
	content: "";
	position:absolute;
	background: url(../img/icon_top_brand_area.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 65px;
	height: 65px;
	top: -75px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.top_brand_area ul > li{
	float:left;
	width: 50%;
	background-size: cover;
	transition:.3s;
}

.top_brand_area ul > li:first-child{
		background: url(../img/bk_top_band_img02a.png);
}

.top_brand_area ul > li:nth-child(2){
		background: url(../img/bk_top_band_img03.png);
}

.top_brand_area ul > li:nth-child(3){
		background: url(../img/bk_top_band_img01.png);
}

.top_brand_area ul > li:nth-child(4){
		background: url(../img/bk_top_band_img04.png);
}

.top_brand_area ul > li > a{
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: block;
	padding: 80px 0 10px 0;
	transition: .3s;
}


.top_brand_area ul > li > a:hover{
	background: rgba(46, 118, 120, 0.6);
	transition:.3s;
}

.top_brand_area ul > li > a > div{
	margin:0 auto 0;
	width:80%;
}

.top_brand_area ul > li  h3{
	font-size:30px;
	position: relative;
	padding: 0 0 100px 0;
}

.top_brand_area ul > li  h3:after{
	content:"";
	position: absolute;
	bottom: 50%;
	width: 70px;
	height:1px;
	background:#fff;
	left:0;
}

.top_news_area{
	padding:40px 0 0 0;
	background: #fff;
}

.top_news_area h2{
	margin: 0 auto 40px;
}

.news_listbox{
	/* width: 540px; */
	margin: 0 auto 45px;
}

.news_listbox dl{
	font-size: 14px;
	border-bottom: 1px solid #7A7A7A;
	padding: 25px 0;
}

.news_listbox dl > dd{
	color: #1BA2E6;
	float:left;
	width: 25%;
	margin: 0 5% 0 0;
}

.news_listbox dl > dt{
	color:#231815;
	float: left;
	width:60%;
}

.news_listbox dl > dt > a{
	color:#231815;
}



.top_company_area{
	margin: 0 auto 0;
	background: #fff;
	padding: 45px 0 10px 0;
}

.top_company_area{
	margin: 0 auto 0;
	background: #fff;
	padding: 45px 0 65px 0;
}

.top_company_area{

}

.top_company_area .inner {
    width: 1185px;
    margin: 0 auto;
    background: rgba(7, 114, 173, 0.75);
}

.top_company_box{
	width:945px;
	margin:0 auto;
	padding:40px 0 0 0;
}

.top_company_box h2{
	color:#fff;
}

.top_company_box h2{
	color:#fff;
}



.top_company_area ul{

}

.top_company_area ul li{
	float:left;
	width: 439px;
	margin: 0 0px 80px 0;
}


.top_company_area ul li{
	float:left;
	width: 439px;
	margin: 0 0px 80px 0;
	position:relative;
}

.top_company_area ul li:first-child{
	margin: 0 65px 80px 0;
}

.top_company_area ul li a > p{
	margin: 0 0 0 0;
	color:#1BA2E6;
	position: absolute;
	top: 50%;
	left: 20%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-align:left;
}


.top_company_area ul li a > p > span{
	display:block;
	font-size: 12px;
}


.top_company_kigyou{

}

.top_company_kigyou ul li {
	float:left;
	margin: 0 19px 25px;
		max-width: 255px;
}

.top_company_kigyou ul li > img{

}

.top_company_kigyou ul li:nth-of-type(2){
	max-width: 231px;
}

.top_company_kigyou ul li:nth-of-type(3){
	max-width: 231px;
	margin: -20px 0 25px 0;
}

.top_company_kigyou ul li:nth-of-type(4){
	max-width: 248px;
}


.lets_work_area .inner{
	width: 100%;
	padding: 0 0 0 0;
}

.lets_work_wrap a{
	background: rgba(10, 109, 153, 1);
	display:block;
	text-decoration:none;
	transition:.3s;
}

.lets_work_wrap a:hover{
	background: rgb(31, 77, 97);
	transition:.3s;
}

.lets_work_box{
	width: 1280px;
	margin:0 auto;
	padding: 24px 0;
}

.lets_work_box  {
	color:#fff;
}

a:hover .lets_work_box {
	text-decoration:none;
}

.lets_work_box  > h2{
	font-size: 26px;
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 35px 0 0;
	line-height: 150%;
	vertical-align: top;
	margin: 0 30px 0 0;
	color: #fff;
	vertical-align: middle;
}

.lets_work_box > h2 > span{
		font-size: 12px;
		line-height: 100%;
		position: relative;
		top: -4px;
}



.lets_work_box > p{
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 45px 0 0;
}

.lets_work_box  > div{
		display: inline-block;
}

.lets_work_box > div > span{
		font-size: 12px;
		display: block;
		width: 280px;
		position: relative;
}

.lets_work_box > div > span:after{
		content: "";
		display: block;
		background: url(../img/bnt_link_on.png) no-repeat;
		width: 13px;
		height: 10px;
		position: absolute;
		top: 7px;
		right: 11px;
}

.tm_contact_area{
	margin: 0 auto;
}

.tm_contact_inner {
	padding: 50px 0 50px;
	width:1100px;
	margin:0 auto;
	vertical-align: middle;
}

.telmin{
	color: #fff;
}

.telmin .tm_box  a{
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	background-size: 25px;
	content: "";
	position:relative;
	pointer-events:none;
}

.telmin .tm_box  a:after{
	text-decoration: none;
	background: url(../img/icon_tm_contact_area_tel.png) no-repeat center center;
	background-size: 100%;
	content: "";
	width: 22px;
	height: 22px;
	position:absolute;
	left: -35px;
	top: 7px;
}

.malmin{
	color:#ffffff;
}

.malmin > span{
	margin: 0 0 12px 0;
}

.malmin .tm_box a:hover{
	color:#fff;
	text-decoration: none;
	background: url(../img/icon_tm_contact_area_mail_on.png) no-repeat center left 40px #433F3F;
	background-size: 25px;
}


.malmin .tm_box a{
	color:#433F3F;
	padding:10.6px 30px 10.6px 80px;
	font-weight: bold;
	border-radius: 1px;
	text-decoration: none;
	background: url(../img/icon_tm_contact_area_mail.png) no-repeat center left 40px #fff;
	background-size: 25px;
	border: 1px solid;
	display: block;
}

.tm_contact_area p{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	float: left;
}

.tm_contact_area ul{
	font-size: 18px;
		float:right;
}

.tm_contact_area ul > li{
	font-size: 16px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	width: 218px;
}

.tm_contact_area ul > li span{
	font-size: 11px;
	display: block;
}


.tm_contact_area ul > li > a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 8px 0;
	color: #fff;
	margin: 0 20px 0 0;
	background: url(../img/icon_tm_contact_area_mail.png) no-repeat 20px center;
}

.tm_contact_area ul > li:first-child > a{
	margin: 0 0 0 0;
	background: url(../img/icon_tm_contact_area_tel.png)no-repeat 15px center;
	font-size: 19px;
	font-weight: bold;
	padding: 5.5px 0;
	pointer-events: none;
}

.tm_contact_area ul > li > a:hover{
	background: url(../img/icon_tm_contact_area_mail_on.png) no-repeat 20px center #fff;
		color:#0a6d99;
}

.tm_contact_area ul > li:first-child > a:hover{
	background: url(../img/icon_tm_contact_area_tel_on.png)no-repeat 15px center #fff;
	color:#0a6d99;
}

.Website .gma_area{
	margin:0 0 0 0;
}


/* =======================================
	Company
========================================== */


.entranceul> li{
	float:left;
	width: 48.1%;
	max-width: 471px;
	margin: 0 3.8%  3.8%  0;
	position: relative;
}

.entranceul > li:nth-child(2n){
	margin: 0 0% 4.1% 0;
}

.entranceul > li > a > img{
	width:100%;
}

.entranceul > li > a > span{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.entranceul > li > a > p{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.entranceul > li > a > p > span{
	display:block;
	font-size: 12px;
	font-weight:normal;
}

.company_area{
	margin: 0 0 60px 0;
}

.Company .global ul li:nth-of-type(1) > a:after {
	width:100%;
}

.company_kumongrop_area{
	margin: 0 0 65px 0;
}

.company_kumongrop_area ul > li{
	float: left;
	width: 50%;
	max-width: 474px;
	margin: 0px 30px 20px 0;
}

.company_kumongrop_area ul > li >img{
	width: 100%;
}

.company_kumongrop_area ul > li:nth-child(2n){
	margin: 0 0 18px 0;
}



.Idea .txt_h2 {
	text-align:center;
	margin: 0 auto 50px;
}


.Idea .cover{
	position:absolute;
	z-index:-3;
	margin: 0 auto 0;
}

.idea_area {
	background:url(../img/bk_idea_cover.png) no-repeat center center;
	background-size: cover;
	padding: 203px 0px 153px;
	/* max-width: 1280px; */
	margin: 0 auto;
}

.idea_area .inner{
	max-width:980px;
	background: rgba(255, 255, 255, 0.8);
	padding: 70px 0 0 0;
}

.idea_area ul {
	margin: 0 auto;
	max-width: 700px;
	padding: 0 0 130px 0;
}

.idea_area ul > li {
	font-size: 22px;
	line-height: 200%;
}

.idea_area ul > li:before{
	content:"一、";
}

.message_area{
	padding: 0;
}

.message_area .inner{
	background:url(../img/bk_message.png) no-repeat bottom right;
	padding: 0 0 60px 0px;
	max-width:unset;
}

.message_area  .innerbox{

max-width: unset;

width: 94%;
}

.message_area img{
	margin:0 0 50px 0;
}

.message_area p{
	margin: 0 0 20px 0px;
	line-height: 200%;
}

.ceotxt{
	display:block;
	float: right;
	font-size: 18px;
}

.ceotxt > em{
	display:block;
	font-size: 26px;
}



.linkbnt_area{
	margin: 0 0 100px 0;
}


.linkbnt > li{
	width: 31.973%;
	margin: 0 20px 20px 0;
	float: left;
	max-width: 314px;
}

.linkbnt > li:nth-child(3n){
	margin: 0 0 20px 0;
}

.linkbnt > li > a{
	display: block;
    padding: 20px 20px 20px 45px;
    position: relative;
    font-size: 18px;
    color: #0a6d99;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #c0c4c1;
    display: flex;
    align-items: center;
    height: 102px;
    box-sizing: border-box;
}

.linkbnt > li > a:after{
			content: '';
			width: 14px;
			height: 14px;
			border-top: 2px solid #0a6d99;
			border-right: 2px solid #0a6d99;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 20px;
			margin: auto;
			transform: rotate(45deg);
			transition: .3s;
}

.linkbnt > li > a:hover:after{
			top: 0;
			bottom: 0;
			right: 20px;
			transform: rotate(45deg);
			transition: .3s;
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
}

/*-Profile_*/

.LANGUAGE_box{
	position: relative;
	width: 100px;
	float: right;
	margin: -20px 0 25px 0;
	text-align: center;
}

.LANGUAGE_box p:nth-of-type(1){
	color:#494949;
	font-size: 12px;
	line-height: 100%;
	margin: 0 0 10px 0;
}

.LANGUAGE_box > span {
    font-size:0;
    letter-spacing: 0;
}

.LANGUAGE_box > span > a{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: #eee;
	text-decoration: none;
	padding: 0px 12px;
	transform: skewX(-10deg);
	font-size: 0;
}

.LANGUAGE_box > span > a > span{
	transform: skewX(10deg);
	display: inline-block;
	font-size: 15px;
}

.LANGUAGE_box > span > a:nth-of-type(2){
	background: #bcc100;
}


.location dt{
	margin: 0 0 30px 0;
}

.location dd{
	margin: 15px 0;
}


.groupente td > ul{
	margin: 15px 0;
}

.organizationchart_area img{
	margin: 0 0 25px 0;
}


/*-Csr*/



.rimg_box li {
	float: left;
	max-width: 720px;
	width: 100%;
	margin: 0;
}

.rimg_box li:first-child {
	max-width: 230px;
	width: 100%;
	margin: 0 30px 35px 0;
}

.cContribution_area{
	margin: 0 0 50px 0;
}

.cContribution_area .rimg_box {
	border-bottom:solid 1px #a6a6a6;
	padding: 25px 0 0 0;
}

.cContribution_area .rimg_box li {
	float: left;
	max-width: 720px;
	width: 100%;
	margin: 0;
}

.cContribution_area .rimg_box li:first-child {
	max-width: 230px;
	width: 100%;
	margin: 0 30px 25px 0;
	float: right;
}

.cContribution_area .rimg_box li p{
	display:inline-block;
	width: 424px;
	font-size: 14px;
	vertical-align: top;
	margin: 0 0 0 25px;
}

.txt_csr_h3{
	font-size:16px;
	font-weight:bold;
	width:115px;
	margin:0 0 0 8px;
	display:inline-block;
	vertical-align: top;
}

/* History */

.history_area td:before{

}


.history_area .talbecom  td:before {
	content:"";
	display:block;
	clear:both;
}

.history_area .talbecom  td:after {
	content:"";
	display:block;
	clear:both;
}



.history_area .talbecom  td > p {
	width: 100%;
	float:left;
	font-size: 15px;
	line-height: 150%;
}

.history_area .talbecom  td > p > span{
	display:block;
}


.history_area .talbecom  td > span {
	max-width: 245px;
	float:right;
	margin: 0;
	width: 35%;
}

/*Cprofile*/



.Cprofile .wrap{
	/*margin: -22px 0 0 0;*/
}


.Cprofile section{
	margin:0 0 20px 0;
}


.cprofile_area .inner > .talbecom {
	width: 100%;
	margin: 0 0 5% 0;
}

.cprofile_area .inner > .talbecom:nth-of-type(2) {
	margin: 0 0 0 0;
}


.kumongrop_area{
	margin:0 0 15px 0;
}

.kumongrop_area h2{
	margin:0 0 30px 0;
}

.kumongrop_area ul > li{
	float: left;
	width: 50%;
	max-width: 474px;
	margin: 0 30px 25px 0;
}

.kumongrop_area ul > li >img{
	width: 100%;
}

.kumongrop_area ul > li:nth-child(2n){
	margin: 0 0 25px 0;
}


#group > .inner li > span{
	margin: 0 0 0 5px;
	text-decoration:underline;
}

#group > .inner li > span{
	position:relative;
	color: #4AA7E2;
}

#group > .inner li > span:hover {
    text-decoration: underline;
}

#group > .inner li > span:after {
    content: url(../img/bnt_link_off.png);
    background-size: contain;
    width: 13px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}


.access_area .inner > .talbecom {
	width: 470px;
	margin: 0 40px 0 0;
	float: left;
}

.access_area .inner > .talbecom:nth-of-type(2) {
	margin: 0 0 0 0;
}

.access_area_box p{
	margin:0 0 20px 0;
}

.access_area_box {

}

.access_area_box ul {
	margin:0 0 30px 0;
}

.access_area_box ul > li {
	float:right;
	width:50%
}

.access_area_box ul > li:first-child {
	float:left;
}



.tableIntable {
	margin: 0;
}

.tableIntable tr {
	border:none;
}

.tableIntable tr:first-child{
	border:none;
}

.tableIntable tr > th{
	border:none;
	font-size:14px;
	font-weight:normal;
	color:#040000;
	padding: 1%;
	width: 200px;
}

.tableIntable tr > th > span{
	margin: 0 5px 0 20px;
	display:inline-block;
}

.tableIntable tr > td{
	border:none;
	padding: 1%;
}



.gma_area{
	position: relative;
	/* margin: 0 0 45px 0; */
}

.gimgbox{
	width: 980px;
	margin: 0 auto;
}


.gimgbox >a {
	position: absolute;
	top: 35px;
}

.gimgbox span{
	font-size: 14px;
	color:#0a6d99;
	vertical-align: middle;
	text-align: right;
	display: block;
	background: #fff;
	padding: 9px 54px 9px 10px;
	position: relative;
}

.gimgbox span:after{
	content: "";
	background: url(../img/bnt_link_on2.png) no-repeat center center #0a6d99;
	width: 42px;
	height:42px;
	position: absolute;
	right: 0;
	top: 0;
}

.gimgboxin{
	padding: 113px 78px 111px 78px;
	background: url(../img/cprofil_mapimg.png) no-repeat;
	background-size: cover;
}

.gimgboxin > img{
	display:block;
	max-width:284px;
	margin:0 auto;
}


.gallery_area{

}

.gallery_area h2{
	max-width:980px;
	width: 90%;
}

.gallery_area .inner{
	width: 100%;
}

/* =======================================
	Group
========================================== */


.Group .global ul li:nth-of-type(2) > a:after {
	width:100%;
}

.Kumon .grouplistbox a:nth-of-type(1){
	color: #0a6d99;
}

.Kumon .grouplistbox a:nth-of-type(1):after{
			border-top: 2px solid #0a6d99;
			border-right: 2px solid #0a6d99;
}

.Kinki .grouplistbox a:nth-of-type(2){
	color: #0a6d99;
}

.Kinki .grouplistbox a:nth-of-type(2):after{
			border-top: 2px solid #0a6d99;
			border-right: 2px solid #0a6d99;
}

.Hamada .grouplistbox a:nth-of-type(3){
	color: #0a6d99;
}

.Hamada .grouplistbox a:nth-of-type(3):after{
			border-top: 2px solid #0a6d99;
			border-right: 2px solid #0a6d99;
}

.Kasuga .grouplistbox a:nth-of-type(4){
	color: #0a6d99;
}

.Kasuga .grouplistbox a:nth-of-type(4):after{
			border-top: 2px solid #0a6d99;
			border-right: 2px solid #0a6d99;
}


.grouplistbox{
	max-width:980px;
	margin: 0 auto 80px;
	font-size: 0;
	width: 980px;
}

.grouplistbox > a{
	display:inline-block;
	position: relative;
	font-size: 18px;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px dotted #c0c4c1;
	width: 24.87%;
	text-align: center;
	text-decoration:none;
	line-height: 100%;
}

.grouplistbox > a:hover{
	text-decoration:none !important;
}

.grouplistbox > a:first-child{
	border-left: 1px dotted #c0c4c1;
}


.grouplistbox > a:after{
			content: '';
			display:block;
			position: absolute;
			width: 14px;
			height: 14px;
			border-top: 2px solid #959595;
			border-right: 2px solid #959595;
			margin: -12px auto;
			transform: rotate(135deg);
			transition: .3s;
			left: 0;
			right: 0;
			top: 30px;
}

.grouplistbox  > a:hover:after{
			transition: .3s;
}



.urltxtbox a{
	display: inline-block;
	margin: 0;
}

.urltxtbox a > img{
	max-width: 14px;
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
}


.urltxtbox a > span > img{
	max-width: 300px;
	display: block;
	margin: 1% 0 0 0;
}


.business_area{
	margin:0 0 25px 0;
}



/* =======================================
	Business
========================================== */


.Business_area{
	margin:0 0 60px 0;
}


/*Guide*/

.guide_main_area{

}

.guide_main_area ul{
	margin: 0 0 50px 0;
}

.guide_main_area h3{
	font-size: 26.5px;
	margin: 0 0 45px 15px;
}

.guide_main_area h3:before{
	margin: 0 0 0 0;
	height: 45px;
	top: 0;
	bottom: 0;
}

.guide_main_area h4{
	font-size: 24px;
	font-weight: bold;
	color: #0a6d99;
	max-width: 420px;
	width: 90%;
	margin: 0 auto 60px;
	padding: 0 0;
	text-align: center;
	position: relative;
	background: #fff;
}

.green_borderwrap{
	position: relative;
}

.green_borderwrap:before{
	font-weight: bold;
	background: #0a6d99;
	content: "";
	display:block;
	position: absolute;
	top:50%;
	bottom:0;
	width:100%;
	height: 1px;
}

.guide_main_area h5{
	font-size: 20px;
	font-weight: bold;
	color: #0a6d99;
	position: relative;
	line-height: 150%;
	margin: 0 auto 30px;
}

.guide_main_area h5:after{
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 1px;
	background: #0a6d99;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
}


.guide_main_area strong{
	font-size: 16px;
	color: #0a6d99;
	font-weight: bold;
	margin: 0 0 10px 10px;
	display: block;
}

.guide_main_area p{
	font-size: 14px;
	margin: 0 auto;
}

.guide_cont_box {

}

.guide_cont_box div > img{
	margin: 0 0 25px 0;
}

.guide_cont_box {

}

.guide_cont_box > strong{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}

.guide_cardboard_box > p{
	margin:0 0 65px 0;
}

.guide_flow_boxin{

}

.guide_flow_boxin ul{


}

.guide_flow_boxin ul > li{
	float: left;
	width: 16.333%;
	margin: 0;
	padding: 0 0 0 0;
	position:relative;
	background: url(../img/icon_flow_img01.png) no-repeat center 25px #f4f4f4;
}

.guide_flow_boxin ul > li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 18px 15px;
	border-color: transparent transparent #f4f4f4 transparent;
	transform: rotate(90deg);
	top: 85px;
	right: -24px;
	z-index: 1;
}

.guide_flow_boxin ul > li > span{
	color:#fff;
	background:url(../img/bk_flow_img.png) no-repeat;
	display:block;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0 7px 6px;
}

.guide_flow_boxin ul > li > div{
	text-align:center;
	padding: 87px 0 0;
}

.guide_flow_boxin ul > li:nth-of-type(2){
	background: url(../img/icon_flow_img02.png) no-repeat center 30px #daeade;
}

.guide_flow_boxin ul > li:nth-of-type(2):before{
	border-color: transparent transparent #daeade transparent;
}

.guide_flow_boxin ul > li:nth-of-type(3){
	background: url(../img/icon_flow_img03.png) no-repeat center 33px #c1e5c2;
}

.guide_flow_boxin ul > li:nth-of-type(3):before{
	border-color: transparent transparent #c1e5c2 transparent;
}


.guide_flow_boxin ul > li:nth-of-type(4){
	background: url(../img/icon_flow_img04.png) no-repeat center 35px #abdbae;
}

.guide_flow_boxin ul > li:nth-of-type(4):before{
	border-color: transparent transparent #abdbae transparent;
}


.guide_flow_boxin ul > li:nth-of-type(5){
	background: url(../img/icon_flow_img05.png) no-repeat center 35px #82d18f;
}

.guide_flow_boxin ul > li:nth-of-type(5):before{
	border-color: transparent transparent #82d18f transparent;
}


.guide_flow_boxin ul > li:nth-of-type(6){
	background: url(../img/icon_flow_img06.png) no-repeat center 40px #5fc46f;
}

.guide_flow_boxin ul > li:nth-of-type(6):before{
	border:none;
}


.guide_flow_boxin ul > li > div p{

}



.guide_flow_boxin ul > li > div > p{
	margin: 0 auto 10px;
	background:#fff;
	font-size:15px;
	font-weight:bold;
	width: 125px;
	border-radius: 10px;
	padding: 2px 0;
	color: #0a6d99;
}

.guide_flow_boxin ul > li+li+li > div > p{
	margin: 13px auto 22px;
}

.guide_facility_boxin{

}

.guide_facility_boxin ul > li{
	width: 477px;
	float: left;
	margin: 0 25px 50px 0;
}

.guide_facility_boxin ul > li > div > p >  img{
	margin: 0 0 20px 0;
	display: block;
}

.guide_facility_boxin ul > li:nth-child(2n){
	margin: 0  0 50px 0;
}

.guide_facility_boxin ul > li > p{
	margin: 0 0 0 10px;
}

.imgwrap{
	position: relative;
}

.imgwrap .img{
  -webkit-transition: .3s ease-in-out;
  transition: .2s ease-in-out;
}

.imgwrap:hover .img > img{
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
  transition: .2s ease-in-out;
}


.lb > a >img{
	max-width: 34px;
	position: absolute;
	bottom:0;
	right:0;
}

.guide_package_box{
	margin:0 0 40px 0;
}

.guide_package_box > p{
	margin:0 0 20px 0;
}

.guide_package_box > .bnt01 > a{
	margin: 0;
	padding: 15px 0;
}

.guide_packing_box{
	margin: 0 0 200px 0;
}

/*We_can*/

.We_can section{
	position:relative;
	margin: 0 0 200px 0;
}

.We_can .inner{
	width:auto;
}

.We_can .linkbnt_area .inner{
	width:980px;
}


.Under.We_can h2{
		max-width:980px;
}

.Under .txt_h3_mdk {
	font-size: 24px;
	margin: 0 auto 25px;
	color: #0a6d99;
}

.we_can_box{
	padding: 0;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 60px;
}

.we_can_box > ul{
	padding: 50px 0 0 0;
	max-width: 1280px;
	margin: 0 auto;
}

.we_can_box > ul > li{
	float: left;
	width: 510px;
	margin: 0 0 0 150px;
	max-width: 980px;
	padding: 0 0 60px 0;
}

.we_can_box > ul > li:first-child{
	float: left;
	max-width: 550px;
	margin: 0 0 0 0;
}

.we_can_box p{
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 1px;
}

.we_can_merit_area .we_can_box{
	/* background: url(../img/bk_we_can_merit_area.png) no-repeat left; */
	/* background-size: cover; */
}

.we_can_merit_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 535px;
	transition: 0.3s;
}

.on.we_can_merit_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 62%;
	height: 620px;
	transition: 0.3s;
	transform-origin: left;
}


.we_can_merit_area .we_can_box > ul > li:first-child{
	float: right;
}

.we_can_bnt div > div > a{
	background: url(../img/bk_we_canbnt_.png) no-repeat right;
	display: block;
	border: 1px solid #dddddd;
	width: 580px;
	margin: 0 auto 75px;
	text-decoration:none;
}

.we_can_bnt div > div > a > div > p{
	color: #b6bb00;
	padding: 44px 0 44px 80px;
	background: url(../img/bk_we_canbnt_logo_.png) no-repeat 20px;
}

.we_can_bnt div > div > a:hover{
	opacity:.8;
}



.we_can_bnt div > div > a > div > p > span{
	color: #231815;
	display: block;
}

.we_can_alliance_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 600px;
	transition: 0.3s;
	right: 0;
}

.on.we_can_alliance_area:before{
	width: 62%;
	transform-origin: left;
	transition: 0.3s;
}

.we_can_alliance_area .we_can_box {
	/* background: url(../img/bk_we_can_alliance_area.png) no-repeat right; */
}

.we_can_alliance_area .we_can_box ul > li{
	margin:0 0 0 150px;
}

.we_can_alliance_area .we_can_box > ul > li:first-child{
	float: left;
	margin: 0 0 0 0;
}

.we_can_box2{
	max-width: 980px;
	margin: 0 auto;
}

.we_can_box2 > div{
	margin: 0 auto 30px;
}

.we_can_box2 > div > div > p{
	font-size: 14px;
	margin: 0 auto 65px;
	line-height: 200%;
}

.we_can_box2 > div > div > h3{
	text-align:center;
}


.we_can_bar_area{
	background: url(../img/bk_we_can_bar.png) no-repeat;
	background-size:cover;
}


.we_can_bar_area h3{
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 120px 0;
	margin: 0 auto 65px;
}

.we_can_service_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 590px;
	left: 0;
}

.on.we_can_service_area:before{
	width: 62%;
	transform-origin: left;
	transition: 0.3s;
}


.we_can_service_area .we_can_box{
	/* background: url(../img/bk_we_can_service_area.png) no-repeat; */
	position: relative;
	margin: 0 auto 80px;
}

.we_can_service_area .we_can_box > ul > li{
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.we_can_service_area .we_can_box > ul > li:after{
	clear:both;
	content:"";
	display:block;
}


.we_can_service_area .we_can_box > ul > li{
	margin: 0 0 0 150px;
}


.we_can_service_area .we_can_box > ul > li:first-child{
	float: right;
	margin: 0 0 0 0;
}

.we_can_service_area dl{
	padding: 0px 0 60px 0;
	width: 980px;
	margin: 0 auto;
}


.we_can_service_area dl > dd{
	float: left;
	width: 186px;
	margin: 0 4px 0 0;
}

.linkbntpin {
	position: relative;
	margin: 30px auto;
}

.linkbntpin > a{
	display:block;
	padding: 18px 24px 20px 195px;
	position: relative;
	font-size: 16px;
	color: #0a6d99;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0a6d99;
	/* width: 168px; */
}

.linkbntpin > a:after{
			content: '';
			width: 14px;
			height: 14px;
			border-top: 2px solid #0a6d99;
			border-right: 2px solid #0a6d99;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 20px;
			margin: auto;
			transform: rotate(45deg);
			transition: .3s;
}

.linkbntpin > a:hover:after{
			top: 0;
			bottom: 0;
			right: 20px;
			transform: rotate(45deg);
			transition: .3s;
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
}


.we_can_global_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 395px;
	left: 0;
}

.on.we_can_global_area:before{
	width: 62%;
	transform-origin: left;
	transition: 0.3s;
}

.we_can_global_area .we_can_box{
	/* background: url(../img/bk_we_can_global_area.png) no-repeat right; */
}

.we_can_global_area .we_can_box ul > li{
	margin:0 0 0 150px;
}

.we_can_global_area .we_can_box > ul > li:first-child{
	float: right;
	margin: 0 0 0 0;
}

.we_can_zero_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 450px;
	left: 0;
}

.on.we_can_zero_area:before{
	width: 62%;
	transform-origin: left;
	transition: 0.3s;
}

.we_can_zero_area .we_can_box{
	/* background: url(../img/bk_we_can_global_area.png) no-repeat right; */
}

.we_can_zero_area .we_can_box ul > li{
	margin:0 0 0 150px;
}

.we_can_zero_area .we_can_box > ul > li:first-child{
	float: right;
	margin: 0 0 0 0;
}


.slid_Anime {
	overflow: hidden;
    transform-origin: left;
}

.on	.slid_Anime > .slid_Animein{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
}

.slid_Anime > .slid_Animein{
		-webkit-transform: translate3d(-150%, 0, 0);
		transform: translate3d(-150%, 0, 0);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		-webkit-transition-duration: 0.8s;
		transition-duration: 0.8s;
		-webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
		transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}


.sdelay{
		 transition-delay: .1s;
}

.we_can_oem_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 500px;
	right: 0;
	transition: 0.3s;
}

.on.we_can_oem_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 62%;
	height: 524px;
	transform-origin: left;
	transition: 0.3s;
}


.we_can_oem_area .we_can_box > ul > li{
	margin: 0 0 0 150px;
}


.we_can_oem_area .we_can_box > ul > li:first-child{
	float: left;
	margin: 0 0 0 0;
}




/* =======================================
	Media
========================================== */


.Media {

}

.media_kiji_box{
	margin: 0 0 5% 0;
	position: relative;
	padding: 0 0 50.7%;
}

.media_kiji_box{
	margin: 0 0 5% 0;
	position: relative;
	/* padding: 0 0 100%;
	margin: 0 0 15% 0; */
	padding: 180px;
	margin-bottom: 5%;
}


.media_kiji_box > img{
  margin: 0;
}

/* =======================================
	Seminar
========================================== */


.Seminar {

}

.Seminar > h2{
  margin: 0 0 25%;
  text-align:center;
}


/* =======================================
	Product
========================================== */

.Product .txt_leftber{
	color:#433f3f;
}

.product_img_listbox{

}

.product_img_listbox ul > li{
	float: left;
	width: 230px;
	margin: 0 20px 20px 0;
}

.product_img_listbox ul > li:nth-child(4n){
	margin: 0 0 20px 0;
}

.Product .bnt01 > a{
	margin: 0 0 20px 0;
}


.Product .inner .txt_leftber{
	margin: 0 0 15px 16px;
}

/*製品資料追加*/
.Product .thalasso_btn{
	display: flex;
}

.Product .thalasso_btn .bnt01{
width: 260px;
}

.Product .thalasso_btn .bnt02{
width: 260px;
}

.Product .thalasso_btn .bnt02 a{
font-size: 12px;
    display: block;
    padding: 15px 0;
    max-width: 230px;
    width: 100%;
    border: 2px solid #0a6d99;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #231815;
    transition: .3s;
    color: #0a6d99;
    background: #ff000000;
}

.Product .thalasso_btn .bnt02 > a:hover {
    color: #fff;
    background: #0a6d99;
    transition: .3s;
}
/* =======================================
Result
========================================== */


.result_linkbnt_area{
	margin: 0 0 40px 0;
}

.result_area .inner a{

pointer-events: none;
}

.result_area ul{

}

.result_area ul > li{
		float:left;
		width: 31.29%;
		margin: 0 30px 94px 0;
}

.result_area ul > li:nth-child(3n){
		margin: 0 0 94px 0;
}



/* =======================================
News
========================================== */



.newslist_area{
	margin:0 auto 150px;
}

.newslistbox{

}

.newslistbox li{
	float: left;
	width: 32%;
	margin: 0 1.8% 5% 0;
}

.newslistbox li:nth-child(3n){
	margin: 0 0 30px 0;
}

.listmatch_img_wrap{

}

.newslist_txt{
	    padding: 3% 5% 5%;
}

.newslist_txt >  dt{
	font-size: 15px;
	margin-bottom: 6px;
	color: #0a6d99;
	font-weight: bold;
}

.newslist_txt >  dd{
	font-size: 14px;
}

.h-effect {
    position: relative;
    box-shadow: 0 2px 14px 0 rgba(50, 50, 50, 0.3);
    display: block;
    text-decoration: none;
}

.h-effect:hover{
    text-decoration: none;
}


.h-effect:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #0a6d99 transparent;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 3;
}

.h-effect:hover:before {
    border-color: transparent transparent #11ae5d transparent;
    transition: 0.5s;
}

.h-effect:after {
		content: '';
		width: 7px;
    height: 7px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		position: absolute;
		right: 6px;
    bottom: 8px;
    z-index: 4;
		margin: auto;
		transform: rotate(45deg);
		transition: .3s;
}

.contact_info_area{
	background:#eee;
	background: url(../img/bk_contact_info_area.png) no-repeat center #eee;
	padding: 60px 0 85px;
	background-size: 110%;
}


.contact_info_area .desc{
	text-align:center;
	font-size: 14px;
	margin: 0 0 40px 0;
}

.contact_info_area  ul {
	width: 560px;
	margin: 0 auto;
}

.contact_info_area ul > li{
	float:left;
	max-width: 260px;
	width:100%;
	margin: 0 0 0 0;
}

.contact_info_area ul > li:first-child{
	margin: 0 40px 0 0;
}

.contact_info_area h2{
	text-align:center;
}

.contact_info_area h2 span{
	font-size: 10px;
    margin: 0 auto;
    display: block;
    font-weight: normal;
}


.btn-mail {
    display: block;
    vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 0.063em;
    color: #5b99bb;
    background: url(../img/mail_icon_ft.png) no-repeat  22px 21px #333333;
    background-size: 20%;
    padding: 25px 2px 24px 90px;
    text-align: left;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    text-decoration: none;
}

.btn-mail:hover {
    color: #ffffff;
    background-size: 20.5%;
    background-color:#098e49;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    text-decoration: none;
}

.btn-call {
    background: #fff url(../img/phone_icon.png) no-repeat left 11px center;
    background-size: 16%;
    display: block;
    vertical-align: top;
    /* margin: 0 18px; */
    /* width: 260px; */
    text-align: left;
    /* height: 74px; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 0 16px 55px;
    text-decoration: none;
    pointer-events: none;
}

.btn-call .num {
    font-size: 26px;
    color: #007BBE;
    letter-spacing: 0.033em;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

.btn-call .time {
    font-size: 12px;
    color: #333;
    display: block;
    padding-left: 4px;
    font-weight: bold;
}


.f_Roboto{
  font-family: 'Roboto Slab', serif;
}


/* =======================================
Privacy
========================================== */



.privacytxt_area {
	margin: 0 0 200px 0;
}

.privacytxt_area > .inner > p{
	margin: 0 0 60px 0;
}

.privacytxt_area > .inner > ul > li > em{
	font-size: 22px;
	font-weight: bold;
}

.privacytxt_area > .inner > ul > li > p{
	font-size: 18px;
	margin: 0 0 40px 0;
}

.ullist {margin: 0 0 40px 20px;}

.ullist >li{
	font-size:18px;
	list-style-type: initial;
}


/* =======================================
Form
========================================== */

.Contact .global ul li:nth-of-type(4) > a {
	color:#fff;
}

.Contact .global ul li:nth-of-type(4) > a:before {
	width: 120%;
  left: -10%;
}

.Contact h1{
	margin: 0 0 110px 0;
}
/**/
.contctBox {
	font-family: "ヒラギノ角ゴ Pro";
	border: 1px solid #afafaf;
	max-width: 530px;
	margin: 0 auto 35px;
	width: 96%;
	padding: 20px 0 0 0;
}


.contctBox > p{
	font-size: 26px;
	font-weight: bold;
}

.contctBox > em{
	color: #0a6d99;
	font-size: 28px;
	font-weight: bold;
	display: block;
}

.contctBox > span{
	font-size: 13px;
	line-height: 150%;
	display: inline-block;
	padding: 0 0 20px 0;
}

.content_area{
	margin:0 auto 110px;
}

.content_area .inner > p{
	font-size:16px;
	margin: 0 0 40px 0;
}

.privacylinkBox{
	font-size: 16px;
	text-align:center;
	margin: 0 0 50px 0;
}

.privacylinkBox > a{
	font-size: 16px;
	text-align:center;
	color: #007dbf;
}

.txtmidashi{
	display:block;
	font-size:14px;
	margin: 0 0 4px 0;
}

.contact_form table tbody .schooltr{
	border-bottom: 1px solid #fff;
}

.contact_form table tbody .schooltr td{
	padding:24px 24px 0 24px;
}


.schooltr .input1{
	margin:0 0 10px 0;
}

/*Kiji*/

.share-sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 50px 0;
}

.share-sns a:hover{
    text-decoration:none;
}


.share-sns .btn-share {
    width: 120px;
    margin: 0 4.5px;
}

.share-sns .btn-share a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 28px;
    border: 1px solid #324F91;
    background: #324F91;
    text-align: center;
}

.share-sns .btn-share a:hover {
    background: #fff;
    color: #324E91;
    border: 1px solid #324E91;
}

.share-sns .btn-share.twt a {
    border: 1px solid #1EA1F3;
    background: #1EA1F3;
}

.share-sns .btn-share.twt a:hover {
    background: #fff;
    color: #1EA0F2;
    border: 1px solid #1EA0F2;
}

.share-sns .btn-share.line a {
    border: 1px solid #01B901;
    background: #01B901;
}

.btn-share.line a:hover {
    background: #fff;
    color: #00B800;
    border: 1px solid #00B800;
}


.logoimgnosp{
	display: block;
}

.logoimgnopc{
	display: none;
}


.changed .logoimgnosp{
	display: none;
}

.changed .logoimgnopc{
	display: block;
}


.main_contnt_warp{
	width: 980px;
	margin: 0 auto;
}

.main_contnt{
	float: left;
	width: 670px;
	margin: 0 0 150px 0;
}

.news_contnt_box > p{
	margin: 0 0 20px 0;
}


.news_imgwrap01{
	margin: 0 0 30px 0;
}

.news_contnt_box a{
	color:#1ea1f3;
}


.news_imgwrap02{
	max-width: 400px;
	margin: 0 0 80px 0;
}

.intro_box{
	width: 100%;
	margin: 0 0 50px 0;
}


.intro_box tr{
	border:1px solid #eee
}

.intro_box th{
	width: 25%;
	background: #eee;
	vertical-align: middle;
	padding: 4% 1%;
	text-align: center;
}

.intro_box td{
	background: #fff;
	vertical-align: middle;
	line-height: 100%;
	padding: 0px 2%;
}



.sider_bar{
	float: right;
	width: 280px;
}


.sidemenu_box{

}

.side_list li > dl > dt {
    font-size: 18px;
    padding: 5% 3%;
    display: block;
    transition: all 0.2s ease;
    border-bottom: 2px solid #E9E9E9;
    color: #0a6d99;
    position: relative;
}

.side_list li > dl > dt:hover {
    font-size: 18px;
    padding: 5% 3%;
    display: block;
    transition: all 0.2s ease;
    border-bottom: 2px solid #E9E9E9;
    color: #5e6100;
    background:#f3f3f3;
}


.side_list li > dl > dt > span{
	right: 0;
	position: absolute;
	display: inline-block;
	width: 40px;
	text-align: center;
}

.side_list li > dl > dd{
    font-size: 16px;
    padding: 5% 3%;
    display: block;
    /* transition: all 0.2s ease; */
    display:none;
}

.side_list li > dl > dd > a{
    line-height:200%;
    display:block;
    border-bottom: 1px solid #eee;
    color:#209152;
}

.side_list li > dl > dd > a:hover{
    color:#000;
	background:#eee;
	text-decoration:none;
}

/* ======================================
Thanks
========================================== */

.top_youtube {
  position: relative;
  width: 47%;
  padding: 240px 200px;
  margin-bottom: 60px;
}

.top_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.Thanks h1{
	margin: 0 0 40px 0;
}

.Thanks h2{
	text-align:center;
}


.thanks_area p{
	margin: 0 auto 50px;
	width: 600px;
	font-size: 15px;
	text-align: center;
}

.thanks_area a{
	margin: 0 auto 100px;
}

.seminar_area img {
	width: 800px;
}
/* 200406メディアページ */
.media_box {
	width: 320px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.media_area article .media_box .media_text {
	font-size: 20px;
    margin: 0 auto 15px;
		font-weight: 500;
		line-height: 1.3;
}
.media_img {
	width: 300px;
}
.media_text span {
	font-size: 15px;
	color: #333333;
	font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.media_area .inner ul {
	display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: 0 auto;
    justify-content: space-between;
}


/* 210316 */
.movie_youtube {
	max-width: 1280px;
    width: 100%;
    margin: 80px auto;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

.movie_youtube li {
	max-width: 610px;
	width: 100%;
}


/* .movie_youtube a::after {
    content: '';
    width: 400px;
    height: 300px;
    background: no-repeat center url(https://www.weare.osaka-info.jp/common/img/treasure/play.svg);
    z-index: 3;
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

/* 210323 */
.Website .cover #youtube-wrap {
	height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}

.Website .cover #youtube-wrap #iframe_youtube {
	width: 100%!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    margin-left: 0!important;
    margin-top: 0!important;
    height: 550px!important;
    bottom: 0!important;
		top: auto!important;
}

/* 210326 */

.bnt_slide > a:before {
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  z-index: -1;
  position: absolute;
  content: '';
  width: 0;
  left: -8%;
  top: 0;
  height: 102px;
  background: linear-gradient(90deg, #0a6d99 0%, #1c6a8d 100%);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.Website .cover.movie {
    position: relative;
    content: "";
    display: block;
    width: 1300px;
    height: 620px;
    top: 0;
    overflow: hidden;
    background: #050b0f;
    z-index: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.Website .cover.movie .movie_bg {
	position: absolute;
	top: 74px;
	left: 50%;
	transform: translateX(-50%);
}

.Website .cover.movie .movie_bg video {
	height: 545px;
}
/* 20220315 */
.attention_top{
	text-align: center;
	font-family: "游明朝";
	background: #F5F5F5;
	margin: 46px 0px 46px 0px;
	padding: 40px;
}

.we_can_jet_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 435px;
	right: 0;
	transition: 0.3s;
}

.on.we_can_jet_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 62%;
	height: 435px;
	transform-origin: left;
	transition: 0.3s;
}


.we_can_jet_area .we_can_box > ul > li{
	margin: 0 0 0 150px;
}

.we_can_jet_area .we_can_box > ul > li:first-child{
	float: left;
	margin: 0 0 0 0;
}
/* 20220316 */
.we_can_salon_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 0%;
	height: 479px;
	transition: 0.3s;
	right: 0;
}
.on.we_can_salon_area:before{
	background: #f0f2f1;
	content:"";
	position:absolute;
	width: 62%;
	transform-origin: left;
	transition: 0.3s;
}
.we_can_salon_area .we_can_box ul > li{
	margin:0 0 0 150px;
}
.we_can_salon_area .we_can_box > ul > li:first-child{
	float: left;
	margin: 0 0 0 0;
}
/* 220317 */
.view_mov {
	margin: auto;
    position: relative;
    width: 100%;
    padding-top: 57.32%;
		margin-bottom: 30px;
}
.view_mov iframe {
	  position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* 220323 */
.on.flow_area_1:before{
	height: 343px;
}
.flow_image {
	border: 1px solid #ccc;
}
.seminar_box {
	/*height: 75px;*/
	text-align: center;
}
/* 20220324 */
.clearfix .seminar_supa {
	height: auto;
}
.top_media_area{
	background: #DAE6EA;
	padding: 50px 0px 45px 0px;
	/* width: 1185px;
	margin-left: 109px; */
}
.top_media_box {
	border-bottom: none;
}

/*********************************************************/
/* ハンバーガーナビ
/*********************************************************/
@media screen and (max-width: 1300px) {
	.global .logo{
		padding:0 1rem;
	}
	.menu_btn{
		/* display:none; */
		position: relative;
		z-index: 1;
		margin: 0 0 0 0;
		float: right;
		max-width: 76px;
		width: 18%;
		background: #262017;
		color: #fff;
		/* display: block; */
		text-align: center;
		padding: 12px 0 18px 0;
		line-height: 100%;
		text-decoration: none !important;
	}
	.h_btn_mail {
		display: block;
		float: right;
		vertical-align: bottom;
		-moz-border-radius: 3px;
		max-width: 99px;
		width: 23%;
		font-size: 14px;
		letter-spacing: 0.063em;
		color: #000000;
		background: url(../img/mail_icon_ft.png) no-repeat  center 11px #C9A063;
		background-size: 40%;
		padding: 47px 0 6px 0;
		letter-spacing: 0;
		text-align: center;
		-moz-transition: all 0.26s ease;
		-o-transition: all 0.26s ease;
		-webkit-transition: all 0.26s ease;
		transition: all 0.26s ease;
		text-decoration: none;
		z-index: 1;
		position: relative;
	}
	.menu_navinner{
		/* max-width:500px; */
		width:90%;
		margin: 15% auto 15%;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 30px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 2px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 5px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}

	.menu_btn{
		position: relative;
		z-index: 1;
		margin: 0 0 0 0;
		float: right;
		max-width: 76px;
		width: 18%;
		background: #262017;
		color: #fff;
		text-align: center;
		padding: 12px 0 18px 0;
		line-height: 100%;
		text-decoration: none !important;
	}
	.menu_btn > p{
		color: #fff;
		line-height: 100%;
		font-size: 14px;
		font-weight: normal;
		vertical-align: top;
		letter-spacing: normal;
		text-align: center;
	}
	.menu_btn:after {
			content: "";
			display: block;
			clear: both;
	}
	.menu_nav{
		position:fixed;
		width: 100%;
		background: #EFEBEA;
		height: 100% !important;
		Z-INDEX: 10;
		animation-name: fadeOut;
		animation-duration: .5s;
		animation-timing-function: linear;
		display: none !important;
	}
	.sample-text1 {
			font-size: 20px;
			font-weight: bold;
			animation-name: fadein;
			animation-duration: 2s;
			animation-iteration-count: infinite;
	}
	@keyframes fadein {
	from {
			opacity: 0;
			transform: translateY(20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
	}

	.active.menu_nav{
		display: block !important;
		top: 0;
		animation-name: fadeInDown;
		animation-duration: .5s;
		animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
		z-index: 5;
		overflow: overlay;
	}
	.menu_navinner ul{
		margin: 0 0 15% 0;
	}

	.menu_navinner dl > dt {
		font-size: 26px;
		line-height: 230%;
		display:block;
		color: #000;
		text-decoration:none;
		transition:0.3s;
		vertical-align:middle;
		border-bottom: 1px solid #8A8A8A;
		position:relative;
		cursor: pointer;
	}


	.menu_navinner dl > dt > a {
		font-size: 26px;
		display:block;
		color: #000;
	}

	.menu_navinner dl > dt > span{
		font-size: 32px;
		display:inline-block;
		color: #262017;
		text-decoration:none;
		transition:0.3s;
		text-align:right;
		position:absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		text-align: center;
	}


	.menu_navinner dl > dd{
		display:none;
	}


	.menu_navinner dl > dd  a{
		font-size: 20px;
		display:block;
		width:100%;
		color: #767676;
		text-decoration:none;
		transition:0.3s;
		position:relative;
		line-height: 250%;
		border-bottom: 0.5px solid #cfcfcf;
	}

	.h-btn-mail {
			display: block;
			vertical-align: top;
			border-radius: 3px;
			font-size: 16px;
			letter-spacing: 0.063em;
			color: #ffffff;
			background: url(../img/mail_icon_ft.png) no-repeat  13%  center #262017;
			background-size: 7%;
			padding: 23px 0;
			text-align: left;
			transition: all 0.26s ease;
			text-decoration: none;
			font-size: 26px;
			text-align: center;
			margin: 0 0 5% 0;
	}

	.h-btn-mail:hover {
			text-decoration: none;
	}

	.h-btn-call {
			background: #fff url(../img/phone_icon.png) no-repeat left 13% center;
			background-size: 7%;
			display: block;
			vertical-align: top;
			text-align: left;
			/* height: 74px; */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			padding: 9px 0 10px 27%;
			text-decoration: none;
	}

	.h-btn-call .num {
			font-size: 31px;
			color: #262017;
			letter-spacing: 0.033em;
			display: block;
			font-weight: bold;
			line-height: 1.2;
	}

	.h-btn-call .time {
			font-size: 20px;
			color: #333;
			display: block;
			padding-left: 4px;
			/* font-weight: bold; */
	}

	/* =======================================
		header
	========================================== */
	.Under .hnav_area {
    box-shadow: 0px 0 11px #eee;
    background: #fff;
    transition: all 0.3s ease-out;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
	}

	.Website .hnav_area {
    position: fixed;
    width: 100%;
    transition: 0.5s;
    z-index: 12;
    background: #fff;
	}
}


/***************
20241218追記
/***************/
.top_business_area .inner .clearfix{
	float: none;
	display: flex;
	flex-wrap: wrap;
}