@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	background-color: #d8e7ec;
	color: #333333;
	letter-spacing: .2rem;
	font-size: 18px;
	word-wrap: break-word;
}
p{
	line-height: 1.5em;
}
.center{
	text-align: center;
}
.sp-br{
	display: none;
}
::selection
{
    background: #63c900;
    color: #ffffff;
}

/* for Firefox */
::-moz-selection
{
    background: #63c900;
    color: #ffffff;
}
/*見出し*/

h1{
	font-weight: 700;
	font-size: 120px;
	color: #63c900;
}
h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
h4{
	position: absolute;
	background: #63c900;
    color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	padding: 0px 30px;
	top:-16px;
	left: -12px;
}
ol{
	list-style-type: decimal;
}
small{
	font-weight: 400;
	color: #FFFFFF;
}

.sp-onry{
	display: none;
}
.h1-under{
	font-size: 30px;
	font-weight:900;
	text-align: center;
}
.h1-wrapper{
	display: inline-block;
}
.under-margin{
	margin-bottom: 30px;
}
.news-h1{
	text-align: center;
	margin-bottom: 20px;
}
/*リンクエフェクト*/
a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
	
}
a:hover{
	color: #fff;
	transition: transform .3s ease;
}

a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #63c900;
  z-index: -1;
  transition: transform .3s ease;
	
}
a {
  position: relative;
}
.newspage-item a:hover{
	color: #63c900;
	transition: transform .3s ease;
}

.viewmore a:hover{
	color: #63c900;
	transition: transform .3s ease;
}
.viewmore a{
	transition: transform .3s ease;
}
.news-wrapper div a{
	transition: transform .3s ease;
}
.news-wrapper div a:hover{
	color: #63c900;
	transition: transform .3s ease;
}
/*読み込み*/

.top-op,.top-op2{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.top-op{
  z-index: 100;
  background: #63c900;
  animation-duration: 1.2s;
  animation-delay:1.4s;
  animation-fill-mode: forwards;
  animation-name: top-op;
}
.top-op2{
  z-index: 100;
  background: #d8e7ec;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: top-op2;
}

@keyframes top-op{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}
@keyframes top-op2{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}

.top-op,.top-op2{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.top-op{
  z-index: 99;
  background: #63c900;
  animation-duration: 1.2s;
  animation-delay:1.4s;
  animation-fill-mode: forwards;
  animation-name: top-op;
}
.top-op2{
  z-index: 100;
  background: #d8e7ec;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: top-op2;
}
 
@keyframes top-op{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}
@keyframes top-op2{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}

/* 読み込み時フェードイン */
.first {
    animation: fadein 1.5s ease 0s 1 normal;
    -webkit-animation: fadein 1.5s ease 0s 1 normal;
}
@keyframes fadein {
    from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@-webkit-keyframes fadein {
    from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


@media (orientation: landscape) {
  body {
    grid-auto-flow: column;
  }
}
/*凸の影*/
.shadow-on{
	background: #d8e7ec;
	box-shadow:  20px 20px 60px #becbd0,
				 -20px -20px 60px #f2ffff;
}
/*凹の影*/
.shadow-off{
	background-color: #eaf2f4;
	box-shadow: inset 19px 19px 35px #d0d7d9,
            	inset -19px -19px 35px #ffffff;
}
/*背景文字*/
.bg-elcrews-left{
	position: absolute;
	top: 235px;
	left: 180px;
	z-index: -10;
}
.bg-elcrews-right{
	position: absolute;
	top: 110px;
	right: 180px;
	z-index: -10;
}
.bg-elcrews-bottom{
	display: block;
	position: absolute;
	top: 637px;
	left: 10px;
	z-index: 20;
}
.bg-elcrews-form{
	position: absolute;
	bottom: 20px;
	right: 0px;
	
}

/*nav*/
.sp-nav{
	display: none;
}
.pc-nav{
	padding:60px 80px 40px 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 90;
	/**/
	background: rgba( 216, 231, 236, 0.05 );
	box-shadow:-22px 22px 40px #c5d2d7,
             	22px -22px 40px #ebfcff;
	backdrop-filter: blur( 15.5px );
	-webkit-backdrop-filter: blur( 15.5px );
	border-radius: 10px;
	border-bottom-left-radius: 45px;
	
}
.pc-nav-list{
	margin-bottom: 20px;
}
/*スクロール*/
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-6px;
	top: -35px;
    /*テキストの形状*/
	color: #333333;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #333333;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


/*ファーストビュー*/
.first{
	position: relative;
	height: 100vh;
	background-image: url("../img/Telemedicine_PNG.png");
	background-repeat: no-repeat;
	background-size: 540px,auto;
	background-position:  bottom 0px right 236px;
}

.first-wrapper{
	display: inline-block;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	width: 1100px;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 200px;
}
.first-inner{
	display: block;
	width: 100%;
}
.first-inner-wrapper{
	margin: 0 auto;
	width: 90%;
}
.first-ttl{
	color: #fff;
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 12px;
}

/*news*/
.news{
	padding: 18px 20px 40px;
}
.news-wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
.viewmore{
	margin-top: 18px;
	text-align: center;
	font-weight: 600;
}

.news-list{
	display: flex;
	margin-bottom: 40px;
	align-items:center; 
}
.news-list-left-cover{
	display: flex;
	align-items: center;
}
.news-list-left{
	width: 157px;
}
.news-list-center{
	background-color: #63c900;
	width: 118px;
	height: 20px;
	line-height: 20px;
	color:#fff;
	border-radius: 10px;
	font-size: 12px;
	margin-left: 8px;
	text-align: center;
}
.news-list-right{
	margin-left: 10px;
}
/*about*/
.about{
	position: relative;
	padding-top: 150px;
	margin-bottom: 210px;
}
.about-h1{
	position: absolute;
	top: -84px;
	left: -380px;
}
.about-wrapper-outer{
	position: relative;
	width: 60vw;
	margin: 0 0 0 auto;
}
.about-wrapper{
	display: inline-block;
	padding: 30px 0 30px 30px;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	width: 100%;
	
}
.about-wrapper-inner{
	padding-top: 80px;
	padding-bottom: 80px;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	background-color: #d8e7ec;
	box-shadow: inset 16px 16px 32px #c2d0d4,
            	inset -16px -16px 32px #eefeff;
}
.about-wrapper-inner-item{
	margin: 0 auto;
	width: 40vw;
}

/*philosophy*/
.philosophy-link{
	padding-bottom: 200px;
}
.philosophy{
	position: relative;
	margin-bottom: 360px;
}
.philosophy-wrapper-outer{
	position: relative;
	margin: 0 auto 0 0;
	width: 60vw;
}
.philosophy-wrapper{
	display: inline-block;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	width: 100%;
	
}
.philosophy-wrapper-inner{
	margin: 30px 30px 30px 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	background-color: #d8e7ec;
	box-shadow: inset 16px 16px 32px #c2d0d4,
            	inset -16px -16px 32px #eefeff;
}
.philosophy-wrapper-inner-item{
	margin: 0 auto;
	width: 40vw;
}
.philosophy-h1{
	position: absolute;
	top: -84px;
	right: -400px;
}

/*company*/
.company-link{
	padding-bottom: 100px;
}
.company-wrapper-inner{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #d8e7ec;
	box-shadow: inset 16px 16px 32px #c2d0d4,
            	inset -16px -16px 32px #eefeff;
}
.company-wrapper-inner-flex{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 130px;
	padding-bottom: 130px;
}
.company-list{
	display: flex;
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: normal;
}
.company-list dt{
	width: 20%;
}
.company-list dd{
	width: 80%;
}
.company{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 275px;
}
.company-h1{
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin: 0;
}

.company-list-item{
	margin-bottom: 40px;
}
.company-list-ttl{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #63c900;/*左線*/
	margin-bottom: 8px;
}
.map span{
	background-color: #63c900;
	padding: 3px 6px;
	color: #fff;
	border-radius:8px;
	margin-top: 10px;
	
}


/*service*/
.service{
	position: relative;
}
.service-h1{
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: 0;
}
.service-h1-under{
	margin-top: -20px;
}
.service-wrapper{
	padding-top: 100px;
	padding-bottom: 60px;
}
.service-wrapper-text{
	max-width: 916px;
	margin: 0 auto;
}
.service-wrapper-text p{
	display: inline-block;
	text-align: left;
}
.service-list{
	max-width:85%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 160px;
}
.service-list-item{
	position: relative;
	width: 30%;
	height: auto;
	
}

.service-list-item-img img{
	width: 100%;
	height: auto;
}
.service-list-item-text-outer{
	position: absolute;
	bottom: -35px;
	right: -40px;
}
.service-list-item-text-outer p{
	margin-bottom: 6px;
}
.service-list-item-text{
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 2px 4px;
	
}


.shops-list{
	max-width: 1100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 60px;
}
.shops-list-item-img{
	width: 250px;
	height: auto;
	transition: 0.3s;
}
.shops-list-item-img-no{
	width: 250px;
	height: auto;
}
.shops-list-item-img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

/*form*/
.form-inner{
	padding-top: 100px;
	padding-bottom: 60px;
}
.form-inner h1{
	position: relative;
	z-index: 100;
	margin-bottom: -60px;
}

/*footer*/
footer{
	text-align: center;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #63c900;
}
/*newspage*/
.news-category{
	display: inline-block;
	background-color: #63c900;
    width: 118px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
	margin: 10px 8px;
    text-align: center;
}
.newspage-outer{
	position: relative;
	height: 800px;
	background-image: url("../img/eLcrews.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
}
.newspage{
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 120px;
}
.newspage-h1-under{
	margin-top: -19px;
}
.newspage-wrapper{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}
.newspage-item{
	margin-bottom: 30px;
}
.newspage-item-text{
	background-color: #eaf2f4;
	box-shadow: inset 19px 19px 35px #d0d7d9,
            	inset -19px -19px 35px #ffffff;
	padding: 60px;
	border-radius:0px 0px 10px 10px;
	
}
.newspage-item-text img{
	margin-top: 30px;
	width: 60%;
	height: auto;
}

.news-img-90 img{
	margin-top: 30px;
	width: 90%;
	height: auto;
}

h2{
	font-weight: 600;
	margin-bottom: 20px;
	font-size:22px;
}

.under10{
	margin-bottom: 10px;
}
.under20{
	margin-bottom: 20px;
}
.bold{
	font-weight: bold;
	margin-bottom: 10px;
}
.kauche img{
	width: 120px;
	height: auto;
}
.kauche:first-of-type{
	margin-right: 20px;
}
.kauche-outer{
	display: flex;
}
/*リンクエフェクト*/
summary::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

summary:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
	
}
summary:hover{
	color: #fff;
	transition: transform .3s ease;
}

summary::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #63c900;
  z-index: -1;
  transition: transform .3s ease;
	
}
summary {
	padding: 8px;
  position: relative;
}
/*factorycode*/
.factorycode-pc{
	display: block;
	margin-top: 115px;
	
}
.factorycode-pc tr{
	border-bottom:solid 1px #63c900;
	width: 100%;
}
.factorycode-pc th:first-of-type{
	width: 170px;
}
.factorycode-pc th{
	text-align: center;
	background-color: #63c900;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 8px;
	padding-right: 8px;
}
.factorycode-pc td:first-of-type{
	text-align: center;
}
.factorycode-pc td{
	width: auto;
	padding: 8px;
	height: 80px;
	vertical-align:middle;
	font-size: 16px;
}
.factorycode-sp{
	display: none;
}

@media screen and (max-width:1600px){
	body{
		font-size: 16px;
	}
	h1{
		font-size: 100px;
	}
	.bg-elcrews-left{
		left: 0;
	}
	.bg-elcrews-right{
		right: 0;
	}
	.bg-elcrews-bottom{
		display: none;
	}
	/*nav*/
	.pc-nav{
		padding: 30px 40px 20px 30px;
	}
	/*first*/
	.first{
		height: 90vh;
		background-size:385px auto;
		background-position:bottom 0px right 112px;
	}
	.first-ttl{
		font-size: 50px
	}
	
	.first-wrapper{
		margin-top: 60px;
		width: 70vw;
		padding-top: 160px;
		padding-bottom: 160px;
	}
	/*about*/
	.about-h1{
		top:-57px;
		left: -313px;
	}
	.about-wrapper-inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about-wrapper-inner-item{
		width: 50vw;
	}
	/*philosophy*/
	.philosophy-h1{
		top: -55px;
		right: -256px;
	}
	.philosophy-wrapper-outer{
		width: 70vw;
	}
	.philosophy-wrapper-inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.philosophy-wrapper-inner-item{
		width: 50vw;
	}
	.company-wrapper-inner-flex{
		max-width:90%;
	}
	
}
@media screen and (max-width:1200px){
	.newspage{
		max-width: 90vw;
	}
	.newspage-wrapper{
		max-width: 85vw;
	}
}
@media screen and (max-width:1024px){
	
	/*news*/
	.news-list{
		display: block;
	}
	.news-list-left-cover{
		margin-bottom: 10px;
	}
	/*company*/

	.company-wrapper-inner-flex{
		max-width:100%;
	}
	.company-wrapper-inner-flex dl{
		max-width:80%;
		margin: 0 auto;
	}
	
	/*service*/
	.shops-list-item a img{
		width: 200px;
		height: auto;
	}
	.shops-list-item-img-no{
		width: 200px;
	}
	
	
}
@media screen and (max-width:885px){
	.bg-elcrews-form{
		display: none;
	}
	.factorycode-pc{
		display: none;
	}
	.factorycode-sp{
		display: block;
		margin-top: 60px;
	}
	.factorycode-sp dl{
		margin-bottom: 60px;
	}
	.factorycode-sp-ttl{
		background-color: #63c900;
		color: #fff;
		padding: 6px;
		margin-bottom: 8px;
	}
	.factorycode-sp-under{
		border-bottom: solid 1px #63c900;
		padding-bottom: 18px;
		margin-bottom: 18px;
	}
	.factorycode-sp dt,dd{
		padding-left: 6px;
		padding-right: 6px;
	}
	.factorycode-sp dt{
		margin-bottom: 6px;
	}
	
	.service-list{
		max-width:85%;
		width: 90%;
		display: block;
		margin-top: 80px;
		margin-bottom: 160px;
	}
	.service-list-item{
		width: 100%;
		margin-bottom: 100px;


	}
	
	
}
@media screen and (max-width:768px){
	h2{
		font-size: 18px;
	}
	.sp-br{
		display: block;
	}
	/*nav*/
	.pc-nav{
		display: none;
	}
	.sp-nav{
		display: block;
	}
	.sp-only{
		display: block;
	}
	.bg-elcrews-left{
		top: 446px;
	}
	.bg-elcrews-right{
		top: 240px;
	}
	/*　ハンバーガーボタン */
	.hamburger {
	  display : block;
	  position: fixed;
	  z-index : 3;
	  right : 32px;
	  top   : 32px;
	  width : 42px;
	  height: 42px;
	  cursor: pointer;
	  text-align: center;

	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 2px ;
	  left    : 6px;
	  background : #555;
	  -webkit-transition: 0.5s all;
	  -moz-transition   : 0.5s all;
	  transition        : 0.5s all;
	}
	.hamburger span:nth-child(1) {
	  top: 10px;
	}
	.hamburger span:nth-child(2) {
	  top: 20px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}

	/* ナビ開いてる時のボタン */

	.hamburger.active span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  width: 24px;
		background : #fff;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform   : rotate(-45deg);
	  transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2) {
	  left: 60%;
	  opacity: 0;
	  -webkit-animation: active-btn17-bar02 .8s forwards;
	  animation: active-hamburger-bar02 .8s forwards;
	}
	@-webkit-keyframes active-hamburger-bar02 {
	  100% {
		height: 0;
	  }
	}
	@keyframes active-hamburger-bar02 {
	  100% {
		height: 0;
	  }
	}
	.hamburger.active span:nth-child(3) {
	  top: 16px;
	  width: 24px;
	  background : #fff;
	  -webkit-transform: rotate(45deg);
	  -moz-transform   : rotate(45deg);
	  transform        : rotate(45deg);
	}


	.hamburger::after {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: block;
	  content: '';
	  width: 52px;
	  height: 52px;
	  margin: -32px 0 0 -32px;
	  border-radius: 50%;
	  border: 2px solid rgba(0, 0, 0, 0);
	  transition: all .75s;
	}
	.hamburger.active::after {
	  border: 2px solid #fff;
	}

	nav.globalMenuSp {
		padding-top: 18px;
		padding-bottom: 18px;
		position: fixed;
		z-index : 2;
		top  : 0;
		left : 0;
		color: #333333;
		background: rgba( 216, 231, 236, 0.05 );
		box-shadow:-22px 22px 40px #c5d2d7,
				22px -22px 40px #ebfcff;
		backdrop-filter: blur( 15.5px );
		-webkit-backdrop-filter: blur( 15.5px );
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		visibility: hidden;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	nav.globalMenuSp ul li:hover{
		background :#ddd;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #333333;
		padding: 1em 0;
		text-decoration :none;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		opacity: 100;
		visibility: visible;
	}
	/*first*/
	.first{
		height: 90vh;
		background-size:286px auto;
		background-position:bottom 0px right 30px;
	}
	.first-wrapper{
		margin-top: 100px;
		width: 93vw;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.first-inner-wrapper{
		width: 83vw;
	}
	.scrolldown1{
		left: 80px;
	}
	.first-ttl{
		font-size: 40px;
	}
	/*news*/
	.news{
		padding: 20px 10px;
	}
	/*about*/
	.about{
		padding-top: 216px;
	}
	.about-h1{
		top: -135px;
		left: 0;
	}
	.about-wrapper-outer{
		width: 93vw;
	}
	.about-wrapper-inner-item{
		width: 72vw;
	}
	/*philosophy*/
	.philosophy-wrapper-outer{
		width: 93vw;
	}
	.philosophy-wrapper-inner-item{
		width: 72vw;
	}
	.philosophy-h1{
		top: -130px;
		right: 0;
	}
	/*service*/
	.shops-list{
		justify-content: initial;
	}
	.shops-list-item{
		width: 50%;
		text-align: center;
	}
	.shops-list-item a img{
		width: 80%;
	}
	.shops-list-item-img-no{
		width: 80%;
	}
	.service-list-item-text-outer{
		right: initial;
		left: -7px;
	}
	/*newspage*/
	.newspage{
		max-width:95vw;
		padding-top: 30px;
	}
	.newspage-h1-under{
		margin-top: -5px;
	}
	.newspage-item-text{
		padding: 20px 10px;
	}
	.newspage-item-text img{
		width: 100%;
	}
	.news-img-90 img{
		width: 100%;
	}
	
}
@media screen and (max-width:480px){
	h1{
		font-size: 60px;
	}
	.bg-elcrews-left{
		top: 726px;
	}
	.bg-elcrews-right{
		top: 397px;
	}
	.h1-under{
		font-size: 20px;
	}
	
	.first-wrapper{
		width: 100%;
		margin-top: 95px;
	}
	.first-inner-wrapper{
		width:90vw;
	}
	.first-ttl{
		font-size: 24px;
	}
	
	.about-wrapper{
		padding: 20px 0 20px 20px;
	}
	.philosophy-wrapper-inner{
		margin: 20px 20px 20px 0px;
	}
	.philosophy-wrapper-inner-item{
		margin-right: 9px;
		width: 76vw;
	}
	.service-wrapper-text{
		max-width: 90%;
	}
	.shops-list{
		max-width: 90%;
		margin-top: 15px;
	}
	.service-wrapper{
		padding-top: 36px;
	}
	.service-h1-under{
		margin-top: -7px;
	}
	.philosophy{
		margin-bottom: 220px;
	}
	.company{
		margin-bottom: 180px;
	}
	.company-wrapper-inner-flex{
		padding-top: 40px;
	}
	.company-wrapper-inner-flex{
		padding-bottom: 40px;
	}
	.company-wrapper-inner-flex dl{
		max-width: 90%;
	}
	.company-list{
		display: block;
		margin-bottom: 22px;
	}
	.company-list dt{
		margin-bottom: 4px;
	}
	
	.company-list dt{
	width: 100%;
	}
	.company-list dd{
	width:100%;
	}
	
	/*newspage*/
	.newspage{
		max-width:95vw;
		padding-top: 30px;
	}
	.newspage-h1-under{
		margin-top: -5px;
	}
	.newspage-item-text{
		padding: 20px 10px;
	}
	.newspage-item-text img{
		width: 100%;
	}
	.news-img-90 img{
		width: 100%;
	}
	.kauche img{
	width: 100%;
	height: auto;
}
.kauche:first-of-type{
	margin-right: 0px;
}
.kauche-outer{
	display: block;
}
}