@charset "UTF-8";

.section{
	margin: 5.5vw 0;
}
#progress2{
	margin: 20px;
  width: 8px;
	height: 400px;
	transform: rotate(-90dec);
}

/* ローディングアニメーション */
.loading .background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 29;
	background: #000;
}
.loading .background1{
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
}
.loading .backgroundAnime1{
	animation:anim3 0.3s ease-in 2.6s forwards;
}
.loading .background2{
	top: 0;
	left: 20%;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading .backgroundAnime2{
	animation:anim3 0.3s ease-in 2.4s forwards;
}
.loading .background3{
	top: 0;
	left: 80%;
	width: 20%;
	height: 100%;
}
.loading .backgroundAnime3{
	animation:anim3 0.3s ease-in 2.2s forwards;
}
.loading .logo_anime{
	width: 40vw;
	position: relative;
	z-index: 30;
	animation:anim2 1s ease-in 2s forwards;
}
.loading svg{
	width:100%;
	stroke:#fff;
	stroke-width:1px;
	fill:transparent;
	stroke-dasharray:1425px;
	stroke-dashoffset:1425px;
	animation:anim1 4s ease-in 0s forwards;
}
.top_wrapper{
	opacity: 0;
	animation:anim4 1s ease-in 2.8s forwards;
}
@keyframes anim1{
0%{stroke-dashoffset:1425px;fill:transparent;}
30%{fill:transparent;}
39%{fill:#fff;}
99%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0;fill:#fff;}
}
@keyframes anim2{
0%{transform: translateY(0);opacity: 1;}
50%{opacity: 0;}
100%{transform: translateY(-500px);opacity: 0;}
}
@keyframes anim3{
	0%{height:100%;}
	100%{height:0%;}
}
@keyframes anim4{
	0%{display:none;opacity: 0;transform: translateY(50px);}
	1% {display:block;opacity: 0;}
	100%{display:block;opacity: 1;transform: translateY(0);}
}


/* メインビュー */
#mainview{
	height: auto;
	box-sizing: border-box;
	padding-top: 5vw;
	position: relative;
	margin-top: 0;
	margin-bottom: 3vw;
}
.figure-box{
	position: relative;
}
#mainview .col1{
	width: 50vw;
	margin-left: 0;
}
#mainview .col2{
	margin-right: 0;
	margin-top: -6.125vw;
	width: 55.0625vw;
	margin-left: auto;
}
#mainview .col3{
	width: 40.0625vw;
	position: absolute;
	left: 5%;
	top: 50.8125vw;
}
.img-container{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.img-container__img,
.img-container__img + span{
	display: block;
	opacity: 0;
	position: relative;
	transition:all .5s 3.8s ease; 
	z-index: 0;
	width: 100%;
	height: auto;
}
.img-container__img + span{
	transition:background 0s 0s ease; 
}
.img-container:before{
	background: #221f1f;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 3.6s ease; 
	width: 100%;
	z-index: 1;
}

.text-container{
	opacity: 0;
	padding:0 60px;
	transition: all .8s 4.1s ease;
}

.text-container__title{
	color: #333;
	font-size: 60px;
	font-weight: 700;
}

.h1-box{
	position: absolute;
	z-index: 5;
	line-height: 1.5;
	margin: 0 auto;
	left: 52%;
	padding: 3%;
}
h1,#mainview .col3 h2{
	font-size: 5vw;
	font-family: 'Raleway' ;
	letter-spacing: 0.3vw;
	color: #FF5B46;

}
#mainview .col3 h2{
	line-height: 1.3;
}
#mainview .col3 h2 span{
	display: block;
}

.h1-box p,
#mainview .col3 p{
	font-family: "游ゴシック体","Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,sans-serif;
	font-weight: bold;
	letter-spacing: 0.5vw;
	color: #ffcccf;
	position: relative;
	top: 2vw;
	margin-bottom: 1vw;
}
#mainview .col3 p{
	font-size: 1vw;
}



h2{font-size: 7vw;
		position: relative;
		display: inline-block;
		font-weight: 400;
		font-family: 'Raleway';
}
.text{
	position: relative;
	z-index: 9;
}
.text-line-animation{
	transform: scaleX(0);
	position: absolute;
	top: .6875em;
	right: -.525em;
	bottom: -.1875em;
	left: -.125em;
	transition: transform .45s cubic-bezier(.4,0,0,1);
	transform-origin: center left;
	line-height: 1.03333;
	z-index: 5;
}
.text-line-animation svg,
.heart-animation svg{
	fill: #FF5B46;
	width: 100%;
	height: 100%;
	display: block;
}
.is-show .text-line-animation{
	transform: scaleX(1);
	transition-delay: .3s;
}

.content-box{
	padding-bottom: 10.6vw;
}
h3{
	font-size: 3vw;
}
.col-50{
	width: 50%;
}
.text-box{
	padding: 0 3.5vw 0 1.5vw;
	box-sizing: border-box;
	font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
}
.img-box{
	position: relative;
	box-sizing: border-box;
	padding: 0 3.6vw;
}
.img-box img{
	width: 100%;
	height: 100%;
		box-shadow: 20px 33px 70px 17px #d5d5d5;
}

	/* news */
#news{
	background: #f3f3f3;
}
#news .section-offset{
	display: flex;
	padding: 2% 10% 3%;
}
#news .pb56{
	width: calc(100% / 4);
	margin-right: calc(100% / 8);
	padding: 0;
}
#news h2 .char{
	display:inline-block;
	transform: rotateY(50deg) rotateX(30deg);
	transition-duration: 0.2s;
	opacity: 0;
}
.run_line{
	display: inline-block;
	width: 0%;
	height: 5px;
	background: #FF5B46;
	position: absolute;
	left: 0;
	bottom: 0;
	top:0;
	margin: auto 0;
	z-index: 9;
}
.news-wrap{
	flex: 1;
	padding-top: 2.8rem;
}
.news_list > ul li{
	background: #FFF;
	padding: 12px 30px 18px;
	display: flex;
	align-items: flex-start;
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
	opacity: 0;
	transform: translateY(30px);
	transition-duration: 0.5s;
}
.news_list > ul li:last-of-type{
margin-bottom: 0;
}
.news_list > ul li.text_no{
	padding: 18px 30px;
}
.time{
	display:inline-block;
	font-size: 13px;
	line-height: initial;
	margin-right: 30px;
	color: #FF5B46;
	line-height: 20px;
}
.news_head{
	display: flex;
	position: relative;
	top: 6px;
}
.news_body h3{
	line-height: initial;
	margin-bottom: 20px;
	font-size: 20px;
}
.text_no .news_body h3{
	margin-bottom: 0;
}
.news_body{
	flex: 1;
}
.news_body p{
text-align: left;
font-size: 14px;
position: relative;
line-height: 1.8;
}
.news_body p:before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	margin: auto;
	border-bottom: 1px dashed #ccc;
	top: -12px;
	left: -95px;
	right: 0;
}
.news_body p a,
.news_body h3 a{
	color: #ff5b46;
}
.text_no .news_body p{
display: none;
}
.is-show.news_list > ul li{
	opacity: 1;
	transform: translateY(0);
	transition-delay: .6s;
}
.is-show.news_list > ul li:nth-of-type(2){
	transition-delay: .8s;
}
.is-show.news_list > ul li:nth-of-type(3){
	transition-delay: 1s;
}
.is-show.news_list > ul li:nth-of-type(4){
	transition-delay: 1.2s;
}
.is-show.news_list > ul li:nth-of-type(5){
	transition-delay: 1.4s;
}
#news h2.is-show .char{
	transform: rotateY(0deg) rotateX(0deg);
	opacity: 1;
	transition-delay: .3s;
}
#news h2.is-show .char:nth-of-type(2){
	transition-delay: .4s;
}
#news h2.is-show .char:nth-of-type(3){
	transition-delay: .5s;
}
#news h2.is-show .char:nth-of-type(4){
	transition-delay: .6s;
}
h2.is-show .run_line{
	animation: maskIn .4s ease .2s 1 normal forwards;
}
@keyframes maskIn {
	0% {
		width: 0%;
		left: 0%;
	}
	50% {
		width: 100%;
		left: 0%;
	}
	100% {
		width: 0%;
		left: 100%;
	}
}

.heart-animation{
	display: inline-block;
	width: 6vw;
	height: 6vw;
	position: absolute;
	right: -6.6vw;
	top: 0.5vw;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img,
.img-container.active img + span{
	opacity: 1;
}

.img-container.active:before{
	transform: translateX(100%);        
}

.text-container.active{
	opacity: 1;
}



.swiper-slide{
	position: relative;
	box-sizing: border-box;
	padding: 0 2vw 5vh;
	height: 500px;
}
.swiper-slide a{
width: 100%;
height: 100%;
display: block;
box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.img-wrap{
	overflow: hidden;
	position: relative;
	width: 100%;
height: calc(100% - 68px);
background: #221f1f;
}
.img-wrap img{
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
}
.swiper-slide a:hover{
	box-shadow: none;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	border: 1px solid #cfcfcf;
}
.swiper-slide a:hover img{
	transform: scale(1.1);	/*画像の拡大率*/
	opacity: .6;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.introduction{
	background: #fff;

	width: 100%;
	height: 68px;
	box-sizing: border-box;
	position: relative;
}
.introduction p{
	color: #221f1f;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0px;
}

#company .col1{
	width: 25%;
	box-sizing: border-box;
	padding-left: 3vw;
}
#company .col2{
	width: 75%;
}
#company li{
	margin-bottom: 10px;
}
#company .nav a{
	display: inline-block;
	color: rgba(34,31,31,0.22);
	text-decoration: none;
	padding: 5px 0;
	transition-duration: 0.5s;
}
#company a:hover,
#company a.is-active{
color: #221f1f;
}
.gaiyou,.aisatsu,.member{
	padding: 0 0 10vw 0;
}
.member{
	padding-bottom: 0;
}
table{
	border: 1px solid #eaeaea;
	width: 100%;
}
tr{
	border: 1px solid #eaeaea;
}
td,th{
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 2.5rem;
}
th{
	text-align: left;
	letter-spacing: .05em;
	padding: 28px 30px;
}
.aisatsu h3,
.member h3,
.gaiyou h3{
	font-size: 3vw;
	font-weight: bold;
	color: #cfcfcf;
	margin-bottom: 2vw;
}


.aisatsu h4{
	font-size: 3vw;
	line-height: 1.8;
	font-weight: bold;
}

.aisatsu h4{
	margin-bottom: 50px;
}
.aisatsu p{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .8px;
}
.grid-container{
	display: grid;
	grid-template-rows: 10vw 10vw 10vw 10vw 10vw;
	grid-template-columns: calc(100% / 5) calc(100% / 5) calc(100% / 5) calc(100% / 5) calc(100% / 5);
}
.item1{
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.item2{
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.item3{
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}
.item4{
	grid-row: 1 / 3;
	grid-column: 4 / 6;
}
.item5{
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}
.item6{
	grid-row: 2 / 4;
	grid-column: 2 / 4;
}
.item7{
	grid-row: 3 / 4;
	grid-column: 1 / 2;
}
.item8{
	grid-row: 3 / 4;
	grid-column: 4 / 5;
}
.item9{
	grid-row: 4 / 6;
	grid-column: 1 / 3;
}
.item10{
	grid-row: 4 / 5;
	grid-column: 3 / 4;
}
.item11{
	grid-row: 3 / 4;
	grid-column: 5 / 6;
}
.grid-container div{
	box-sizing: border-box;
}
.grid-img-wrap{
	height:100%;
	padding: 10px;
}
.grid-container a{
	display: inline-block;
	height:100%;
	width:100%;
	overflow: hidden;
	padding: 6px;
	background: linear-gradient(to bottom, #5fa7ff, #6becff);
	box-sizing: border-box;
	position: relative;
}
.memberimg-box{
	display: inline-block;
	height:100%;
	width:100%;
	overflow: hidden;
position: relative;
}
.memberimg-box:before{
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to bottom, #5fa7ff, #6becff);
	z-index: 5;
	transition: 0.6s;
	opacity: .3;
}
.grid-container div img{
	width: 100%;
	height:100%;
	transition: 0.6s;
	transform: scale(1);
}

.grid-container a:hover img {
	transform: scale(1.2);
}
.grid-container a:hover .memberimg-box:before {
	opacity: 0;
}

#recruit .img-area{
	position: relative;
	height: 20vw;
	background: url(../img/recruit/recruit.jpg);
	background-size: cover;
	transition: 0.2s linear;
}
#recruit .img-area a{
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#recruit h2{
	font-size: medium !important;
}
#recruit .img-area span{
	color: #fff;
	font-size: 5vw;
	letter-spacing: 1em;
	font-weight: bold;
	padding-left: 1em;
}
#recruit .img-area:hover{
	opacity: .6;
}
#recruit .line{
	position: absolute;
	top: 85%;
	left:50%;
	width: 1px;
	background: rgba(0,0,0,.8);
	z-index: 30;
	height: 30%;
}

.recurit-swiper{
	height:200px;
	width: 40vw;
	margin: 3vw auto;
}
.recurit-swiper .swiper-wrap{
	position: relative;
}
.recurit-swiper .swiper-wrap:before{
	position: absolute;
	content: "";
	background: url(../img/quote.svg);
	top: 6px;
	left: -110px;
	width: 60px;
	height: 48px;
	background-repeat: no-repeat;
}
.recurit-swiper .swiper-comment{
	line-height: 1.5;
	height: 200px;
	padding-right: 30px;
}
.recurit-swiper .member-img{
	display: inline-block;
	height: 45px;
	width: 45px;
	overflow: hidden;
	padding: 3px;
	background: linear-gradient(to bottom, #5fa7ff, #6becff);
	box-sizing: border-box;
	position: relative;
	border-radius: 50%;
	margin: 0 1.5rem 0 0;
}
.recurit-swiper .member-img-wrap{
	height: 100%;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.recurit-swiper .member-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.recurit-swiper .member-profile{
	font-size: 1.2rem;
	line-height: 1.5em;
}
.recurit-swiper .member-profile span{
	color:#b7b7b7;
	font-size: 1rem;
}
.recurit-swiper .comment-footer{
	margin-top: 3rem;
}
.recurit-swiper blockquote{
display: flex;
flex-direction: column;
justify-content: center;
min-height: 60px;
}

#contact{
	background: #f3f3f3;
	margin-bottom: 0;
}
.contact-wrap{
	padding:0 20%;
}
label{
	font-size: 1.4rem;
    line-height: 2em;
    position: relative;
    display: block;
    max-width: 100%;
    color: #221f1f;
    cursor: pointer;
    padding: 0 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
input,select,textarea{
	width: 100%;
	color: #221f1f;
	line-height: normal;
	outline: 0;
	vertical-align: middle;
	width: 100%;
	height: 45px;
	padding: 3px 18px;
	background: #fff;
	border-radius: 0;
	border: 0;
	position: relative;
	z-index: 1;
	transition-property: box-shadow;
	font-size: 1.4rem;
	font-weight: 300;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
textarea{
	height: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: none;
}
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #221f1f;
  border-right: solid 2px #221f1f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
	margin-top: -4px;
	z-index: 5;
}
#contact .col{
	margin-bottom: 25px;
}
#contact h2.is-show .text{
	animation: colorAnimation 15s infinite;
}
@keyframes colorAnimation {
	0% {
		color: #0e243d;
	}
	20% {
		color: #ff5b46;
	}
	40% {
		color: #4863ff;
	}
	60% {
		color: #33db92;
	}
	80% {
		color: #c62edb;
	}
	100% {
		color: #0e243d;
	}
}






@import url("https://fonts.googleapis.com/css?family=Mukta:700");
.link-area * {
  box-sizing: border-box;
}
.link-area *::before, .link-area *::after {
  box-sizing: border-box;
}
.link-area a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
	font-family: inherit;
	margin-top: 20px;
}
.link-area a.learn-more {
	display: inline-block;
    background: #FF5B46;
    text-decoration: none;
    color: #fff;
    padding: 0.8vw 3vw;
    transition: 0.5s;
    opacity: 1;
		margin-top: 30px;
		border-radius: 30px;
		font-size: 16px;
}
.link-area a.learn-more:hover{
	opacity: 0.5;
}

.center{
	text-align: center;
}
#contact input[type="submit"]{
	display: inline-block;
	background: #FF5B46;
	text-decoration: none;
	color: #fff;
	padding: 0.8vw 1.5vw;
	transition: 0.5s;
	opacity: 1;
	width: auto;
	height: auto;
	border: 2px solid#FF5B46;
	font-size: 1vw;
	margin: 0 0.4vw;
	cursor: pointer;
}
#contact input[type="submit"]:disabled{
	background: #cfcfcf;
	border: 2px solid#cfcfcf;
	cursor: default;
}
.submit_area{
	text-align: center;
}
#contact input[type="submit"]:hover{
	opacity: 0.5;
}

#contact h2 span::after {
	content: attr(data-txt);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #1a1e24;
	clip: rect(0,0,200px,0);
	transition: clip 1.5s linear;
}
#contact h2 span:hover::after {
	clip: rect(0,800px,200px,0);
}

#footer{
	background: #f3f3f3;
}



#work .is-show path {
	fill: #FF5B46;
	stroke: #FF5B46; /*線の色を指定する*/
	stroke-dasharray: 3000;/*線の間隔を指定する*/
	stroke-dashoffset: 3000;/*線の位置を指定する(IEは効かない属性)*/
	stroke-width: 15;/*線の太さを指定する*/
	animation: hello 1s ease-in forwards;
}
@keyframes hello {
0% {
stroke-dashoffset: 3000;
fill-opacity: 0;
}
80% {
	fill-opacity: 0;
}
100% {
stroke-dashoffset: 0;
fill-opacity: 1;}
}

/* クリックされたら、ハートのアニメーションを開始 */
.heart-animation{
	animation: heartAnime 3s infinite;
}
/* ハートのアニメーション内容 */
@keyframes heartAnime {
  0% {
    transform: scale(1.0, 1.0);
	}
	20%{
    transform: scale(1, 1);	
	}
  30% {
    transform: scale(1.1, 1.1);
  }
  40% {
    transform: scale(.9, .9);
	}
	50% {
    transform: scale(1.1, 1.1);
	}
	60% {
    transform: scale(.9, .9);
	}
	70% {
    transform: scale(1, 1);
  }
}


.ityped-cursor {
  font-size: 1em;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}


/* 1300px以下 */
@media screen and (max-width: 1300px) {
	.contact-wrap{
		padding: 0 10%;
	}
	label,
	input, select, textarea{
		font-size: 1.6rem;
	}

}

/* 1000px以下 */
@media screen and (max-width: 1000px) {
#mainview{
	padding-top: 55px;
}
 #company_naiyo .col1{
	 display: none;
 }
 #company_naiyo .col2{
	width: 100%;
}
#mainview .col1{
	height: 45vw;
	width: 100%;
}
#mainview .col2{
	margin-top: 8vw;
	width: 60vw;
}
.h1-box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	left: auto;
	padding: 7vw 0;
}
h1 span{
	color: #fff;
}
h1,
#mainview .col3 h2{
	font-size: 4.8rem;
}
.h1-box p,
#mainview .col3 p{
	font-size: 1.4rem;
}
h1,
.h1-box p{
	text-align: center;
}
.h1-box p{
	color: #fff;
}
#mainview .col3 {
	top: 70.8125vw;
}
#news .section-offset{
	display: block;
	padding:3% 10%;
}
#news .pb56{
	width: auto;
	margin-right: 0;
}
.news_body h3{
	font-size: 20px !important;
}
.grid-container{
	display: flex;
	flex-wrap: wrap;
}
.grid-container > div{
	width: 33%;
}
.recurit-swiper{
	width: 100%;
}
.recurit-swiper .swiper-comment{
	padding-left: 80px;
}
.recurit-swiper .swiper-wrap:before{
	left: 0
}
.recurit-swiper .member-profile{
	line-height: inherit;
}
.content-box.flex{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-flow: row-reverse;
}
.text-box{
	width: 100%;
}
.img-box img {
	box-shadow: 6px 12px 18px 11px #d5d5d5;
}
.img-container__img + span{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
#contact input[type="submit"]{
	font-size: 1.4rem;
	padding: 5px 15px;
}
}
/* 750px以下 */
@media screen and (max-width: 750px) {
	#gaiyou tr{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#gaiyou table,
	#gaiyou tr{
		border: none;
	}
	#gaiyou tr{
		margin-bottom: 20px;
	}
	#gaiyou th,
	#gaiyou td{
		width: 100%;
		padding: 10px 15px;
	}
	#gaiyou th{
		background: #3f556f;
		font-size: 1.4rem;
		color: #fff;
	}
	#gaiyou td{
		font-size: 1.7rem;
	}
	/* メインビュー */
	#mainview .col1{
		height:	60vw;
	}
	.img-container__img + span{
		background: #FF5B46;
	}
	#mainview .col2{
		display: none;
	}
.h1-box-wrapper{
	position: absolute;
	width: 100%;
	height: 60vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	#mainview .col3{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#mainview .col3.text-box{
		margin-top: 50px;
	}
	#mainview .col3 h2 span{
		display: inline;
	}
	.h1-box{
		position: relative;
		padding: 0;
	}

}
/* 600px以下 */
@media screen and (max-width: 600px) {
	.content-box.flex{
		flex-wrap: wrap;
		flex-flow: column-reverse;
	}
	.img-box.col-50{
		width: 100%;
	}
	.text-box{
		margin-top: 50px;
	}
	.swiper-work .swiper-wrapper{
		left: 17%;
	}
}

/* 500px以下 */
@media screen and (max-width: 500px) {
	h1, #mainview .col3 h2{
		font-size: 2.6rem;
	}
	.h1-box p, #mainview .col3 p{
		font-size: 1.2rem;
	}

/* news */
	.news_list > ul li{
		display:block;
	}
	.news_body p:before{
		left: 0;
	}
	.news_head{
		top: 3px;
	}
	.news_list > ul li.text_no{
		padding: 14px 30px 18px;
	}
	/* service */
	#service .pb56 {
		padding-bottom: 56px;
	}
	.text-box{
		margin-top: 20px;
	}
	.img-box{
		padding: 0;
	}
	.img-box img {
    box-shadow: 3px 6px 10px 3px #d5d5d5;
	}
	.link-area a.learn-more{
		margin-top: 10px;
	}
	.content-box{
		padding-bottom: 60px;
	}
	.link-area a.learn-more{
		padding: 5px 20px;
	}

		/* Portfolio */
	.heart-animation{
		width: 45px;
		height: 45px;
		right: -50px;
    top: -1px;
	}
	.swiper-slide{
		height: 256px;
	}
	.swiper-work .swiper-wrapper{
		left: 0;
	}
	.introduction p{
		font-size: 1.4rem;
	}

	/* company */
	.aisatsu h4{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.grid-container > div{
		width: 50%;
	}

	/* recruit */
	.recurit-swiper .swiper-wrap:before{
		opacity: .2;
		left: -15px;
		top: -15px;
	}
	.recurit-swiper .swiper-comment{
		padding-left: 0;
	}
	.recurit-swiper .comment-footer{
		margin-top: 10px;
	}
	.recurit-swiper{
		margin: 20px auto;
	}
	.recurit-swiper .swiper-comment{
		height: 150px;
	}
	.recurit-swiper{
		height: auto;
	}

		/* contact */
	.contact-wrap{
		padding: 0;
	}
}

