@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
#indexMain {
  padding: 70px 20px 20px 20px;
  min-height: 100vh;
  background: url("../img/index/main_bg.webp")center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
#indexMain #catch {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 20px;
}
#indexMain #catch h1 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
#indexMain #catch h1 span {
  font-size: 36px;
  color: #fff;
  font-family: garamond-premier-pro, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  letter-spacing: 3px;
}
#indexMain #catch h1 span:before {
  content: "「";
  font-weight: normal;
}
#indexMain #catch h1 span:after {
  content: "」";
  font-weight: normal;
  letter-spacing: -15px;
}
#indexMain #catch p {
  text-align: center;
}
.baseTit {
  font-size: 30px;
  font-family: garamond-premier-pro, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin-bottom: 20px;
}
.baseTit span {
  font-size: 16px;
  margin-left: 10px;
  color: #828282;
}
.moreLink {
  position: absolute;
  right: 20px;
  top: 50px;
  padding-right: 25px;
}
.moreLink:after {
  content: "";
  background: url("../img/shared/ico_arrow.svg")center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#service {
  padding: 40px 0;
  position: relative;
}
#service h2 {
  padding-left: 20px;
}
#service ul li {
  position: relative;
  z-index: 1;
}
#service ul li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}
#service ul li:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.4;
}
#service ul li p {
  position: absolute;
  left: 20px;
  top: 30px;
  color: #fff;
  font-family: garamond-premier-pro, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 1px;
}
#works {
  background: url("../img/shared/works_bg.webp")left top;
  padding: 40px 20px;
  position: relative;
}
#worksList {
  padding: 40px 0;
}
#works ul li, #worksList ul.list li {
  background: #fff;
  padding:0 0 30px 0;
  margin-bottom: 20px;
}
#worksList ul.list li {
  background: #f6f6f6;
}
#works ul li:last-of-type, #worksList ul.list li:last-of-type {
  margin-bottom: 0;
}
#works ul li img, #worksList ul.list li img {
	width: 100%;
	height: auto;
}
#works ul li a, #worksList ul.list li a{
	display: block;
	position: relative;
}
#works ul li a:after, #worksList ul.list li a:after{
	content: "";
	background:url("../img/shared/icon_zoom.webp")center center no-repeat;
	background-size: 80%;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: solid 2px #fff;
	border-radius: 2px;
	pointer-events: none;
	
}
#works ul li a:not(:first-of-type), #worksList ul.list li a:not(:first-of-type){
	display: none;
}
#works ul li dl, #worksList ul.list li dl {
  margin-top: 30px;
  display: flex;
  justify-content: center;
	padding: 0 20px;
}
#works ul li dl dt, #worksList ul.list li dl dt {
  color: #40a38e;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
  position: relative;
}
#works ul li dl dt:after, #worksList ul.list li dl dt:after {
  content: "";
  background: #aaa;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 58%;
  transform: translateY(-50%);
}
#works ul li dl dd, #worksList ul.list li dl dd {
  font-size: 14px;
}
#news {
  padding: 40px 20px;
}
#news ul li {
  margin-bottom: 30px;
}
#news ul li:last-of-type {
  margin-bottom: 0;
}
#news ul li time {
  display: block;
  border-bottom: solid 1px #f2f2f2;
  color: #bfbfbf;
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#news ul li p {
  padding: 0 10px;
}
#pageHead {
  padding: 90px 20px 60px 20px;
  position: relative;
  z-index: -1;
}
#pageHead:after {
  content: "";
  background: #00382f;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#pageHead h1 {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  font-family: garamond-premier-pro, serif;
  line-height: 1;
}
#pageHead h1 span {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  border: solid 1px #fff;
  font-size: 16px;
  padding: 0 15px;
}
#pageHead.about {
  background: url("../img/about/about_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.service {
  background: url("../img/service/service_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.web {
  background: url("../img/service/web_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.movie {
  background: url("../img/service/movie_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.design {
  background: url("../img/service/design_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.application {
  background: url("../img/service/application_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.exhibition {
  background: url("../img/service/exhibition_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.sns {
  background: url("../img/service/sns_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.contact {
  background: url("../img/contact/contact_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.other {
  background: url("../img/shared/other_bg.webp")center center no-repeat;
  background-size: cover;
}
#pageHead.other:after{
	display: none;
}
#contentIn {
  margin: -30px 10px 0 10px;
  padding: 10px 10px 30px 10px;
  background: #fff;
}
#aboutCont {
  padding: 40px 10px;
}
#aboutCont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#aboutCont ul img {
  height: 60px;
  margin: 0 auto 20px auto;
}
#aboutCont ul li:first-of-type {
  width: 100%;
}
#aboutCont ul li {
  text-align: center;
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: relative;
}
#aboutCont ul li:nth-of-type(2):after {
  content: "";
  background: url("../img/about/ico_plus.svg")center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
#aboutCont ul li:nth-of-type(2) {
  margin-right: 20px;
}
#aboutCont ul li:last-of-type {
  margin-left: 20px;
}
#aboutCont ul li span {
  font-size: 14px;
  display: block;
  color: #40a38e;
  font-family: garamond-premier-pro, serif;
}
#aboutCont h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#serviceCont {
  padding: 40px 0;
}
#serviceCont ul li {
  height: 300px;
  margin-bottom: 40px;
  position: relative;
}
#serviceCont ul li:last-of-type {
  margin-bottom: 0;
}
#serviceCont ul li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  z-index: 1;
}
#serviceCont ul li a:before {
  content: "";
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#serviceCont ul li h2 {
  font-family: garamond-premier-pro, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 10px;
  top: 20px;
  color: #fff;
  z-index: 3;
}
#serviceCont ul li p {
  position: absolute;
  left: 10px;
  bottom: 40px;
  color: #fff;
  z-index: 3;
  padding: 0 10px;
}
#serviceCont ul li a {
  display: block;
  position: relative;
  z-index: 5;
}
#serviceCont ul li a:after {
  content: "";
  background: url("../img/shared/ico_product_arrow.svg")right 10px bottom 10px no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 20px;
}
#serviceInfo {
  padding: 40px 15px;
}
#serviceInfo h2 {
  margin-bottom: 40px;
}
#worksList .sortNav{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#worksList .sortNav li{
  font-family: garamond-premier-pro, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	border: solid 1px #bbb;
	margin: 0 10px 10px 0;
	padding: 10px;
	transition: all 0.2s;
	cursor: pointer;
	line-height: 1;
}
#worksList .sortNav li.current{
	background: #40a38e;
	color: #fff;
	border: solid 1px #40a38e;
}
#worksList .sortNav li:hover{
	background: #40a38e;
	color: #fff;
	border: solid 1px #40a38e;
}
#worksList .list li{
	width: 100%;
}
#worksList .list li.mix{
	display: none;
}
#company,#others{
	padding: 40px 15px;
}
#company dt,#others dt{
	color: #828282;
}
#company dd,#others dd{
	padding-bottom: 15px;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 15px;	
}
#company dl{
	margin-bottom: 40px;
}
#company dl:last-of-type{
	margin-bottom: 0;
}
#others h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#others p{
	margin-bottom: 40px;
}
#others p:last-of-type{
	margin-bottom: 0;
}
#others p.contactTop{
	background: #f0f0f0;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 40px;
}
#others p.contactTop a{
	text-decoration: underline;
}
#others dt span{
	color: #DD0003;
	margin-left: 10px;
	font-size: 14px;
}
#others dd{
	padding-top: 15px;
}
#others li:first-of-type input[type="submit"]{
	background: #000;
	color: #fff;
	padding: 15px 0;
}
#others li:nth-of-type(2){
	margin-top: 20px;
}
#others li:nth-of-type(2) input[type="button"]{
	background: #ccc;
	color: #000;
	padding: 15px 0;
}
@media screen and (min-width: 480px) {
  #service ul li {
    padding: 0 15px;
  }
  #service ul li:after {
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
  }
  #works ul, #worksList ul.list {
    display: flex;
    flex-wrap: wrap;
  }
  #works ul li, #worksList ul.list li {
    width: 49%;
    margin-right: 2%;
  }
  #works ul li:nth-of-type(even), #worksList ul.list li:nth-of-type(even) {
    margin-right: 0;
  }
  #works ul li:last-of-type, #worksList ul.list li:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1199px) {
  #indexMain {
    padding: 93px 30px 30px 30px;
  }
  #indexMain #catch h1 {
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  #indexMain #catch h1 br {
    display: none;
  }
  #indexMain #catch h1 span {
    font-size: 64px;
  }
  #indexMain #catch h1 span:before {
    font-size: 54px;
    margin-left: -30px;
  }
  #indexMain #catch h1 span:after {
    font-size: 54px;
  }
  #indexMain #catch p {
    font-size: 18px;
    font-weight: bold;
  }
  .baseTit {
    font-size: 38px;
    margin-bottom: 60px;
  }
  .baseTit span {
    font-size: 18px;
  }
  .moreLink {
    position: absolute;
    right: 80px;
    top: 120px;
  }
  #service {
    padding: 100px 0 140px 0;
  }
  #service h2 {
    padding-left: 80px;
  }
  #service ul li:hover:after {
    opacity: 0;
  }
  #service ul li p {
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 28px;
  }
  #works {
    padding: 100px 80px 140px 80px;
  }
  #works ul, #worksList ul.list {
    display: flex;
    flex-wrap: wrap;
  }
  #works ul li, #worksList ul.list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #works ul li:nth-of-type(even), #worksList ul.list li:nth-of-type(even) {
    margin-right: 2%;
  }
  #works ul li:nth-of-type(3n), #worksList ul.list li:nth-of-type(3n) {
    margin-right: 0;
  }
  #works ul li:last-of-type, #worksList ul.list li:last-of-type {
    margin-bottom: 2%;
  }
  #news {
    padding: 100px 80px;
    display: flex;
  }
  #news h2 {
    width: 250px;
  }
  #news ul {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
  }
  #news ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #news ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #news ul li:last-of-type {
    margin-bottom: 20px;
  }
  #news ul li time {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #news ul li p {
    padding: 0;
  }
  #pageHead {
    padding: 93px 30px 0 30px;
    min-height: 450px;
  }
  #pageHead h1 {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #pageHead h1 span {
    padding: 5px 15px;
  }
  #contentIn {
    margin: -55px 30px 0 30px;
    padding: 30px 50px;
  }
  #aboutCont {
    padding: 160px 0;
  }
  #aboutCont ul {
    margin-bottom: 120px;
  }
  #aboutCont ul img {
    height: 60px;
    margin: 0;
  }
  #aboutCont ul li:first-of-type {
    width: auto;
    margin-right: 40px;
  }
  #aboutCont ul li:first-of-type:after {
    content: "";
    background: url("../img/about/ico_equal.svg")center center no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #aboutCont ul li {
    font-size: 38px;
    line-height: 1;
  }
  #aboutCont ul li:nth-of-type(2):after {
    width: 27px;
    height: 27px;
    right: -40px;
  }
  #aboutCont ul li span {
    font-size: 16px;
    margin-top: 10px;
  }
  #aboutCont ul li:nth-of-type(2) {
    margin-right: 30px;
  }
  #aboutCont ul li:last-of-type {
    margin-left: 30px;
  }
  #aboutCont h2 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2.4;
  }
  #aboutCont p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #serviceCont {
    padding: 60px 0 100px 0;
  }
  #serviceCont ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
  }
  #serviceCont ul li {
    width: 32%;
    margin-right: 2%;
    height: auto;
    margin-bottom: 2%;
    position: relative;
  }
  #serviceCont ul li:last-of-type {
    margin-bottom: 2%;
  }
  #serviceCont ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #serviceCont ul li img {
    width: 100%;
    height: auto;
  }
  #serviceCont ul li a:before {
    transition: all 0.2s;
  }
  #serviceCont ul li a:hover:before {
    opacity: 0;
  }
  #serviceCont ul li h2 {
    font-size: 28px;
    left: 20px;
    top: 30px;
  }
  #serviceCont ul li p {
    bottom: 60px;
    padding: 0 20px 0 15px;
  }
  #serviceInfo {
    padding: 100px 0;
		min-height: calc(100vh - 686px);
  }
  #serviceInfo h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 100px;
  }
  #serviceInfo p {
    text-align: center;
    font-size: 18px;
    line-height: 2.4;
  }
	#worksList{
		min-height: calc(100vh - 686px);
	}
#company,#others{
	padding: 60px 0;
	max-width: 1000px;
	margin: 0 auto;
}
	#company h2.baseTit{
		margin-bottom: 20px;
	}
	#company dl,#others dl{
		display: flex;
		flex-wrap: wrap;
	}
#company dt,#others dt{
	width: 30%;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#company dd,#others dd{
	width: 70%;
}
#company dl{
	margin-bottom: 40px;
}
#company dl:last-of-type{
	margin-bottom: 0;
}
#others p.contactTop{
	padding: 20px;
	font-size: 16px;
}
	#others dt{
		padding-top: 18px;
	}
#others dd{
	padding-top: 0;
}
	#others ul{
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	#others ul li:first-of-type{
		order: 2;
		width: 300px;
	}
	#others ul li:nth-of-type(2){
		width: 200px;
	margin-top: 0;
		margin-right: 20px;
}
	#others ul li input:hover{
		opacity: 0.6;
	}
}