@charset "UTF-8";
/*--- TOP設定 --- */

.kv{
	width: 100%;
	max-width: 98%;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.kv .kv-grad{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-image: linear-gradient(150deg, rgba(244, 107, 107, 0.7) 45%, rgba(79, 192, 199, 0.7) 60%);
	border-radius: 20px;
	z-index: 1;
}

.kv img{
	width: 100%;
	height: auto;
	/* max-width: 1280px; */
	margin: 0 auto;
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
}

.kv_title{
	position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 30% !important;
	border: none !important;
	z-index: 2;
	border-radius: unset !important;
}

.kv-text {
	text-align: center;
	letter-spacing: 4px;
	font-size: 2.3rem;
	line-height: 2.0;
	position: absolute;
	top: 50%;
	right: 0;
  padding: 0 10% 0 0;
	margin: -69px auto 0;
}

.kv-under {
	margin: 40px auto 0;
	text-align: center;
	background: #FFF8F8;
	padding: 35px 0;
}

.kv-under h2{
	font-size: 2rem;
	font-weight: bold;
	color: #2e3037;
	display: inline-block;
	padding: 0.7em 0;
	border-top: solid 2px #2e3037;
	border-bottom: solid 2px #2e3037;
	margin-bottom:35px;
}

.kv-under p{
	font-size:15px;
	line-height: 2;
}
.kv-under p.--caution{
	font-size:12px;
	text-align: right;
	width: 450px;
	margin: 0 auto;
}


.about-text{
  margin-top: 80px;
  margin-bottom: 200px;
}

.about-text p{
	text-align: center;
  line-height: 2.6;
  font-weight: 400;
	font-size: 20px;
}

#works .txt_en{
	font-size: 12rem;
	font-weight: 100;
}

.section01{
	display: flex;
	flex-wrap: wrap;
	width: 1145px;
	margin: 0 auto 40px;
	justify-content: left;
  gap: 40px;

}

.section01 .box01{
	width: 31%;
	text-align: center;
	margin: 0 0 120px;
	padding: 0 0.5%;
}

.section01 .box01 a.list-ttl{
	margin: 0 auto 20px;
	transition: .5s;
	padding: 0;
}

.section01 .box01 a.list-ttl::after{
	background: none;
}

.section01 .box01 a.list-ttl:hover{
	opacity: .7;
}

.section01 .box01 .list-ttl .w-thum img{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
}

.section01 .box01 .work-list{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.section01 .box01 .work-list li{
	margin: 0 2%;
}

.section01 .box01 .work-list li {
  background: #e8e8e8;
  line-height: 1.8;
  padding: 0 20px;
	color: #6d6e73;
  transition: all .3s;
	font-size: 13px;
}

.section01 .box01 .c-name{
	line-height: 1.5;
	font-weight: 400;
	color: #2e3037;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	.section01 {
    width: 1015px;
	}
}

@media screen and (max-width:768px){
	.kv-text {
	font-size: 3.6rem;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 0px 0px 10px #8da0ab;
	padding: 0;
	top: 18%;
	z-index: 10;
	width: 100%;
}

.kv img{
	border: none;
}

.kv_title{
	width: 80% !important;
}

.section01 {
    display: flex;
    flex-wrap: wrap;
    width: 740px;
    margin: 0 auto 40px;
		padding: 0 12px;
}

.about-text{
  max-width: 90%;
  margin: 60px auto 120px;
}
.about-text p{
	font-size: 16px;
	line-height: 2.2;
}
.section01 .box01{
	margin: 0 0 50px;
}
.section01 .box01 .work-list li{
	padding: 0 14px;
}
}

@media screen and (max-width:480px){
.kv img{
	width: 100%;
	height: auto;
	border: none;
}

.kv-text {
	color: #fff;
	font-size: 2.1rem;
  letter-spacing: 1px;
	text-shadow: 0px 0px 10px #8da0ab;
	padding: 0;
	top: 25.5%;
	z-index: 10;
	width: 100%;
	line-height: 1.8;
}

.kv-under {
	max-width: 90%;
	text-align: center;
}

.kv-under h2{
	font-size: 2rem;
}

.kv-under p{
	font-size: 15px;
}
.kv-under p.--caution{
	font-size: 12px;
	width: 90%;
}

.section01{
	padding: 0 2%;
	width: 100%;
	margin: 0 auto;
}

.section01 .box01 .list-ttl a::after {
  background: #000;
	transform: none;
  transform-origin: none;
  transition: none;
}

.section01 .box01{
	width: 100%;
}

.section01 .box01 .c-name{
	line-height: 1.4;
}


.section01 .box01 .work-list li{
	margin: 0 1.5% 15px;
}

.ttl01 {
    margin: 40px auto 50px;
}


#works .txt_en{
	font-size: 7rem;
}
}
