@charset "utf-8";

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 1;
	transition: 0.3s;
}


.bnt_gaibu > a {
	position: relative;
	color: #4AA7E2;
	/* font-size:16px; */
	line-height: 300%;
}

.bnt_gaibu {
    margin: 0 0 0 0;
}

.bnt_box_yajirushi {
    width: 96%;
    margin: 0 auto 5%;
}

.logoimgnosp{
	display: none;
}

.logoimgnopc{
	display: block;
}


.changed .logoimgnosp{
	display: none;
}

.changed .logoimgnopc{
	display: block;
}

#totop{
	transition: .3s;
	transform: rotate(90deg);
}

#totop:hover{
	transition: .3s;
	/* color: #38a468; */
	text-decoration:none;
}



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

main{
	/* max-width: 1366px; */
	margin: 0 auto;
	/* width: 1366px; */
}

.inner {
	width: 90%;
}

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

.wrap{
	/* top: 76px; */
	/* position: relative; */
}


.Under .wrap{
	/* position: relative; */
}

.Under main section{
	margin: 0 auto 0;
}

.gmapWp > iframe {
    width: 100%;
    height: auto;
}

.innerbox{
	max-width:920px;
	width:95.83%;
	margin: 0 auto 5%;
}



.under_linkbnt > li{
	width: 100%;
	margin: 0 1%  5%;
	float: left;
}

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

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

.top_youtube {
		position: relative;
		width: 100%;
		padding: 30% 0;
		margin-bottom: 30px;
}
.top_youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
}


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

.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: none;
	width: 100%;
}

.img_box li > h3{
	font-size:18px;
	color: #0a6d99;
	margin: 0 0 3% 0;
}

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

.img_box li:fitst-child{
	float: none;
	width: 100%;
}

.Website h1:before {
    content: "";
    background: url(../img/bk_top_h1.png) no-repeat center;
    width: 100%;
    height: 60%;
    background-size: contain;
    position: absolute;
    top: 23%;
    left: 0;
}

/*hmail*/
/* .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;
} */

.h_btn_mail:hover {
    color: #ffffff;
    background-color: #0a6d99;
    -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;
}


/* .Website h1 {
	font-size: 26px;
	line-height: 140%;
}

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


.Website .h1Wrap{
	font-size: 28px;
	line-height: 130%;
	padding: 22% 0 20%;
	width: 90%;
}


.Website h2 {
	font-size: 28px;
	margin: 0 auto 5%;
} */

.Under .cover{
	margin: 0 auto 0;
	width: 90%;
	padding: 25% 0 0 0;
}

.Under h1 {
	font-size: 38px;
	margin: 0 auto 15%;
	line-height: 150%;
}

.Under h1 > span{
	font-size: 16px;
	margin: 0 0 0 5px;
	text-align: left;
	line-height: 100%;
}

.Under .txt_h2 {
	font-size:26px;
	margin: 0 auto 3%;
}


.txt_leftber{
	font-size: 20px;
	margin: 5px 0 5% 16px;
}

.txt_leftber:before{
	width:3px;
}

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


.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{
	max-width:500px;
	width:90%;
	margin: 25% auto 15%;
}

.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;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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: 12%;
    padding: 23px 0;
    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;
    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: 12%;
    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; */
}

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

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

.slick-slide{
		margin: 0 5px;
		max-width: unset;
}

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

.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
========================================== */

header{
	position:relative;
	z-index:5;
}

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

.header:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/top_cover.png)  center no-repeat;
    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 0.5s;
    -moz-animation: ImgAnime2 20s linear infinite 0.5s;
    -o-animation: ImgAnime2 20s linear infinite 0.5s;
    -ms-animation: ImgAnime2 20s linear infinite 0.5s;
    animation: ImgAnime2 20s linear infinite 0.5s;
    z-index: 0;
}

 .logo {
	padding: 2% 2% 0 3%;
	position: relative;
	z-index: 1;
	float: left;
	width: 55%;
}

 .logo a img {
	width: 96%;
}

 .global > ul {
    position: relative;
    z-index: 1;
    float: right;
}

.global ul li {
	display: block;
	float: left;
}

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

.Website .hinner_area {
	width: 90%;
	margin: 0px auto 14%;
}


.hnav_area{
	position: fixed;
	z-index: 12;
	width: 100%;
	top: 0;
}

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


/*Under*/



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

.under_glo > ul li a{
	color: #000;
	padding: 13px 26px;
}

.under_glo > ul li:last-child a{
	background:#bcc100;
}


.under_glo > ul li a > span{
    color: #000;
}

/*パンくず*/

.pankuzu {
	display: none;
}


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


footer{
	background: #433f3f;
	position: relative;
}

.f_logo{
	margin: 0 auto 5%;
	max-width: 350px;
	float: none;
}

.f_logo span > img {
    width: 30%;
    max-width: 50px;
    margin: 0 auto 3%;
}

.f_logo p  {
    text-align:center;
    font-size: 13px;
    color:#878787;
    line-height: 100%;
}


.f_logo p > span {
    display: block;
    font-size:10px;
}


.f_nav{
	margin: 23.6px 20px;
	float: right;
	display: none;
}

.f_nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 60px;
    position: relative;
}

.f_nav > li:before {
    content: "";
    display: block;
    border-bottom:2px solid #03763b;
    width: 15px;
    vertical-align:middle;
    position: absolute;
    top: 10px;
    left: -20px;
}

.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;
	float: none;
	vertical-align: middle;
	color: #fff;
	padding: 2%;
	text-align: center;
}

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

.finner{
	color: #fff;
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
	padding: 3%;
	display: none;
}

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

.finner_under{
	/* background: #000; */
	padding: 1px 0 0 0;
}

.finner_under > div{
	width: auto;
	max-width:980px;
	margin: 0 auto 0;
}

.finner_under nav {
    float: none;
    margin: 0;
    padding: 1%;
}

.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_logo_side{
	margin: 3% auto;
	float: none;
	border-right: none;
	padding: 0;
}

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


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


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


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

.top_business_area{
		background: #DAE6EA;
		padding: 5% 0;
}

.top_business_area .inner{
	width: 90%;
	margin: 0 auto;
}

.top_business_area ul{
	margin: 0 auto 10%;
}

.top_business_area ul > li{
	float: none;
	margin: 0 auto 5%;
	width: 100%;
	max-width: 400px;
	background: #fff;
}

.top_business_area .bnt01{
	margin:0 0 5% 0;
}

.top_business_area ul > li:nth-of-type(3){
	margin: 0 auto 5%;
}

.setumeibox{
	margin: 0 auto;
	width: 95%;
	background: #fff;
	padding: 20px 0 17px;
}

.setumeibox em{
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: bold;
}

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


.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.6);
}

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

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


.cardboard_p_area{
	margin: 0 auto 80px;
}

.cardboard_box_wrap{
	background: url(../img/bk_cardboard_p_area_img01.png)no-repeat right;
}

.cardboard_box_wrap .cont_box{
	width: 490px;
	padding: 150px 0 118px 0;
	background: #fff;
}

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


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


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

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

.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: none;
	width: 100%;
	background-size: cover;
	transition:.3s;
}

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

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

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

.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: 15% 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: 26px;
	position: relative;
	padding: 0 0 15% 0;
}

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

.top_brand_area ul > li  p > br{
	display:none;
}


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

.top_news_area h2{
	margin: 0 auto 5%;
}

.news_listbox{
	width: 100%;
	margin: 0 auto 10%;
}

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

.news_listbox dl > dd{
	color: #1BA2E6;
	float: none;
	width: 100%;
	margin: 0 0 0 0;
}

.news_listbox dl > dt{
	color:#231815;
	float: none;
	width: 100%;
}

.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: 100%;
    margin: 0 auto;
    background: rgba(7, 114, 173, 0.75);
}

.top_company_box{
	width: 100%;
	margin:0 auto;
	padding: 5% 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: none;
	width: 90%;
	margin: 0 auto 5%;
	position:relative;
}

.top_company_area ul li:first-child{
	margin: 0 auto 3%;
}

.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: 22px;
	font-weight: bold;
	text-align:left;
}


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


.top_company_kigyou{

margin: 0 0 15% 0;
}

.top_company_kigyou ul li {
	float: none;
	margin: 0 auto 7%;
	max-width: 220px;
}

.top_company_kigyou ul li > img{

}

.top_company_kigyou ul li:fitst-child{
	max-width: 255px;
}

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

.top_company_kigyou ul li:nth-of-type(3){
	max-width: 130px;
	margin: 0 auto 7%;
}

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


.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: 90%;
	margin:0 auto;
	padding: 5% 0 0 0;
}

.lets_work_box  {
	color:#fff;
}

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

.lets_work_box  > h2{
	font-size: 22px;
	display: block;
	text-align: left;
	border-right: none;
	padding: 0;
	line-height: 150%;
	vertical-align: top;
	margin: 0;
	color: #fff;
	vertical-align: middle;
	border-bottom: 1px solid;
}

.lets_work_box > h2 > span{
		font-size: 12px;
		line-height: 100%;
		position: relative;
		display: block;
		top: 0;
		padding: 0 0 5% 0;
}



.lets_work_box > p{
	font-size: 20px;
	display: block;
	vertical-align: middle;
	margin: 3% 0 1%;
}

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

.lets_work_box > div > span {
    font-size: 10px;
    display: block;
    width: 100px;
    position: absolute;
    right: 5%;
    bottom: unset;
    top: 12%;
    text-align: left;
    padding: 10px 0 10px 15px;
}

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

.tm_contact_area{
	margin: 0 auto;
}

.tm_contact_inner {
	padding: 10% 0;
	width: 100%;
	margin:0 auto;
	vertical-align: middle;
}

.telmin{
	color: #fff;
}

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

.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: -180px;
	right: 0;
	top: 9px;
	margin: 0 auto;
}

.malmin{
	color:#ffffff;
}

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

.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 20%;
	font-weight: bold;
	border-radius: 1px;
	text-decoration: none;
	background: url(../img/icon_tm_contact_area_mail.png) no-repeat center left 5% #FFF;
	background-size: 25px;
	border: 1px solid;
}

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

.tm_contact_area ul{
	font-size: 18px;
	float: none;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.tm_contact_area ul > li{
	font-size: 16px;
	float: none;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 100%;
}

.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
========================================== */



.message_area .inner{
	padding: 0;
}

.message_area {
    padding: 0% 0 5% 0;
}


.message_area p{
	margin: 0 auto 5%;
	line-height: 150%;
}

.message_area p:nth-of-type(2) {
    width: 100%;
    margin: 0;
}




.linkbnt_area{
	margin: 0 0 0 0;
}

.linkbnt_area .inner{
	width:100%;
}


.linkbnt > li{
	width: 100%;
	margin: 0 auto;
	float: none;
	max-width: unset;
}

.linkbnt > li:nth-child(3n){
	width: 100%;
	margin: auto;
	float: none;
}

.linkbnt > li > a{
	display:block;
	padding: 20px 0 20px 5%;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #c0c4c1;
	border-bottom: none;
	height: 72px;
}

.linkbnt > li > a:hover{
	color:#0a6d99;
}

.linkbnt > li > a:after{
			content: '';
			width: 14px;
			height: 14px;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 5%;
			margin: auto;
			transform: rotate(45deg);
			transition: .3s;
}

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

/*-Profile_*/

/*-Csr*/


/* History */


.history_area{
	margin:0 0 15% 0;
}



.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 {
	float:left;
	font-size: 14px;
	width: 100%;
}


/*Cprofile*/

.Under.Cprofile section {
	margin: 0 auto 3%;
}


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

.access_area {
	margin: 0 auto 60px;
}



.access_area_box p{
	margin:0 0 3% 0;
}

.access_area_box {

}

.access_area_box ul {
	margin:0 0 5% 0;
}

.access_area_box ul > li {
	float:none;
	width:100%
}

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





.gma_area{
	position: static;
	margin: 0 0 45px 0;
}

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



.grouplistbox{
	margin: 0 auto 15%;
	font-size: 0;
	width: 100%;
}

.grouplistbox > a{
	display: block;
	position: relative;
	font-size: 16px;

	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #c0c4c1;
	width: 100%;
	text-align: center;
	text-decoration:none;
	line-height: 300%;
}

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

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


.grouplistbox > a:after{
			content: '';
			position: absolute;
			width: 14px;
			height: 14px;
			transform: rotate(45deg);
			transition: .3s;
			left: unset;
			right: 5%;
			top: 60%;
			vertical-align: middle;
}

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

.Under main .access_area{
	margin: 0 0 5% 0;
}

.tableIntable {
	margin: 0;
}

.tableIntable tr {
	border:none;
}

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

.tableIntable tr > th{
	border:none;
	font-size:12px;
	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%;
}

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

/* =======================================
	Recruit
========================================== */


.Recruit h1{
	margin: 0 auto 15%;
}

.coverWrap{
	margin: 0 auto 15%;
	max-width: 980px;
}


.Recruit .inner table{
	margin: 0 auto 15%;
}




/* =======================================
Result
========================================== */



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


.result_area{

}

.result_area ul{

}

.result_area ul > li{
		float:left;
		width:100%;
		margin: 0 auto 5%;
}

.result_area ul > li:nth-child(3n){
		margin: 0 auto 5%;
}


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



.newslist_area{
	margin:0 auto 150px;
}

.newslistbox{

}

.newslistbox li{
	float: none;
	width: 100%;
	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: 13px;
	margin-bottom: 6px;
	color: #0a6d99;
	font-weight: bold;
}

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

.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;
	padding: 5% 0;
}


.contact_info_area .desc{
	text-align:center;
	font-size: 12px;
	margin: 0 0 5% 0;
}

.contact_info_area  ul {
	width: 100%;
	margin: 0 auto 3%;
}

.contact_info_area ul > li{
	float: none;
	max-width: 280px;
	width:100%;
	margin: 0 auto 0;
}

.contact_info_area ul > li:first-child{
	margin: 0 auto 5%;
}


.btn-mail {
    display: block;
    vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    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: 24px;
    color: #007BBE;
    letter-spacing: 0.033em;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

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


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

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


.product_img_listbox ul > li{
	float: left;
	width: 25%;
	max-width: 450px;
	margin: 0 auto 5%;
}

.product_img_listbox ul > li:nth-child(4n){
	margin: 0 auto 5%;
}

.Under.Product .bnt01 > a{
	margin: 0 auto 5%;
}

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

.guide_package_box > p > br{
	display:none;
}

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


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

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

.Product .thalasso_btn .bnt02 {
    width: auto;
}

.Product .thalasso_btn .bnt01{
    width: auto;
}


/* =======================================
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: 20px;
	font-weight: bold;
}

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

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

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


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

.Contact h1{
	margin: 0 0 15% 0;
}

.contctBox {
	font-family: "ヒラギノ角ゴ Pro";
	border: 1px solid #afafaf;
	max-width: 530px;
	margin: 0 auto 35px;
	width: 90%;
	padding: 5% 0 0 0;
}


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

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

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

.content_area{
	margin:0 auto 110px;
}

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

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

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

.txtmidashi{
	display:block;
	font-size:12px;
	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;
}

.main_contnt_warp{
	width: 90%;
	margin: 0 auto;
}

.main_contnt{
	float: none;
	width: 100%;
	margin: 0 0 15% 0;
}



/*We_can*/

.We_can section{
	position:relative;
}

.We_can .inner{
	width: 90%;
}

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

.Under .txt_h3_mdk {
	font-size: 22px;
	margin: 0 auto 5%;
	color: #0a6d99;
}

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

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

.we_can_box > ul > li{
	float: none;
	width: 100%;
	margin: 0 auto 5%;
	max-width: 980px;
	padding: 0;
}

.we_can_box > ul > li:first-child{
	float: none;
	max-width: 550px;
	width: 100%;
	margin: 0 0 5% 0;
}

.we_can_box p{
	font-size: 14px;
	line-height: 160%;
	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;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 535px;
	transition: 0.3s;
}

.on.we_can_merit_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 90%;
	height: 91%;
	transition: 0.3s;
	transform-origin: left;
}


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



.we_can_alliance_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 102%;
	transition: 0.3s;
	right: 0;
}

.on.we_can_alliance_area:before{
	width: 90%;
	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 3% 0;
}
.we_can_alliance_area .we_can_box > ul > li:first-child{
	float: none;
	margin: 0 0 5% 0;
}



.we_can_service_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 103%;
}

.on.we_can_service_area:before{
	width: 90%;
	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 20%;
}

.we_can_service_area .we_can_box > ul > li{
	margin: 0 0 0 0;
	padding: 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 auto 5%;
}


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



.We_can .linkbnt_area .inner{
	width:100%;
}


.linkbntpin > a{
	display:block;
	padding: 16px 0 16px 43px;
	position: relative;
	font-size: 14px;
	color: #0a6d99;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0a6d99;
	width: 80%;
	margin: 0 auto;
}

.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 #0a6d99;
			border-right: 2px solid #0a6d99;
}

.linkbntpin > a:hover{
	color: #0a6d99;
}



.we_can_global_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 102%;
	right: 0;
}

.on.we_can_global_area:before{
	width: 90%;
	transform-origin: left;
	transition: 0.3s;
}
.we_can_global_area .we_can_box > ul > li{
	margin: 0 0 3% 0;
}
.we_can_global_area .we_can_box > ul > li:first-child{
	float: none;
	margin: 0 0 5% 0;
}


.we_can_oem_area .we_can_box > ul > li{
	margin: 0 0 3% 0;
}


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

.we_can_oem_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 500px;
	left: 0;
}

.on.we_can_oem_area:before{
	width: 90%;
	transform-origin: left;
	transition: 0.3s;
	height: 104%;
}



.we_can_global_area{

}

.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 auto 5%;
}

.Website .cover:after {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-animation: slidAnime 20s linear infinite 0.5s;
    -moz-animation: slidAnime 20s linear infinite 0.5s;
    -o-animation: slidAnime 20s linear infinite 0.5s;
    -ms-animation: slidAnime 20s linear infinite 0.5s;
    animation: slidAnime 20s linear infinite 0.5s;
    z-index: 0;
}

@keyframes slidAnime {
    0% {
	animation-timing-function: ease-out;
        opacity:1;
    }

	 50% {
        opacity:1;

    }

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

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


.Thanks h1{
	margin: 0 0 5% 0;
}


.thanks_area p{
	margin: 0 auto 10%;
	width: 100%;
	font-size: 15px;
	text-align: center;
}

.thanks_area a{
	margin: 0 auto 15%;
}

/* 200406メディアページ */
.media_img {
	width: 100%;
}
.media_area article .media_box .media_text {
	font-size: 17px;
    margin: 0 auto 15px;
    color: #3aa1ce;
		font-weight: 500;
		line-height: 1.5;
}
.media_text span {
	font-size: 12px;
	color: #333333;
}

.media_area .inner ul {
	width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
.seminar_area img {
	width: 100%;
}
}
/* =======================================

========================================== */

/*********************************************************/
@media screen and (max-width: 414px) {
/*********************************************************/

	.h_btn_mail {
		font-size: 11px;
		padding: 45px 0 12.3px 0;
		background: url(../img/mail_icon_ft.png) no-repeat center 15px #C9A063;
		background-size: 40%;
	}

	.bnt_news {
    background: url(../img/icon_bnt01_off.png) 30% no-repeat;
	}

	.logo {
    padding: 20px 2% 0 2%;
    position: relative;
    z-index: 1;
    float: left;
    width: 55%;
 }

 	.lets_work_box > div > span{
			font-size: 10px;
			display: block;
			width: 90px;
			position: absolute;
			right: 5%;
			bottom: unset;
			top: 14%;
			text-align: left;
			padding: 5px 0 5px 9px;
	}

/*********************************************************/
} /* max-width: 414px
/*********************************************************/



/*********************************************************/
@media screen and (max-width: 320px) {
/*********************************************************/
	.company .inner > ul {
	    margin: 0 auto 50px;
	    width: 100%;
	}

	.companybox > p > span {
	    font-size: 18px;
	    font-weight: bold;
	    width: 100%;
	}

	.eventright > p {
	    font-size: 16px;
	    font-weight: bold;
	}

/*********************************************************/
} /* max-width: 320px
/*********************************************************/

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

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


/* .movie_youtube a::after {
    content: '';
    width: 70px;
    height: 60px;
    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;
} */

.Website .cover.movie {
    width: 100%;
    height: 100%;
}

.Website .h1Wrap.new{
	padding: 71% 0 8%;
}

.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: 352px!important;
    bottom: 0!important;
    top: 3%!important;
}

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

.Website .cover.movie .movie_bg video {
	width: 100%;
	height: auto;
}

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

.we_can_salon_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 535px;
	transition: 0.3s;
}

.on.we_can_salon_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 90%;
	height: 91%;
	transition: 0.3s;
	transform-origin: left;
}
.we_can_salon_area .we_can_box > ul > li{
	margin: 0 0 3% 0;
}
.we_can_salon_area .we_can_box > ul > li:first-child{
	float: none;
	margin: 0 0 5% 0;
}

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

.we_can_zero_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 535px;
	transition: 0.3s;
}

.on.we_can_zero_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 90%;
	height: 91%;
	transition: 0.3s;
	transform-origin: left;
}
.we_can_zero_area .we_can_box > ul > li{
	margin: 0 0 3% 0;
}
.we_can_zero_area .we_can_box > ul > li:first-child{
	float: none;
	margin: 0 0 5% 0;
}


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

.we_can_jet_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 0%;
	height: 535px;
	transition: 0.3s;
}

.on.we_can_jet_area:before{
/*	background: #f0f2f1;*/
	background: #fff !important;
	content:"";
	position:absolute;
	width: 90%;
	height: 91%;
	transition: 0.3s;
	transform-origin: left;
}
.we_can_jet_area .we_can_box > ul > li{
	margin: 0 0 3% 0;
}
.we_can_jet_area .we_can_box > ul > li:first-child{
	float: none;
	margin: 0 0 5% 0;
}