@charset "UTF-8";

/*
@keyframes mv-zoom {
	0% {
		background-size: auto 110%;
	}
	100% {
		background-size: auto 125%;
	}
}
*/
@keyframes mv-opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


#mainv {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, 0.5);
	margin: 0 0 90px;
	height: 550px;
	background: url('../images/mainv_bg_pc.jpg') no-repeat center center;
	animation: mv-opacity 1s 0s;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

#mainv p {
	animation: mv-opacity 3s 0s;
}

#mainv p.catch1 {
	font-size: 40px;
}

#mainv p.catch2 {
	font-size: 23px;
}

.infoWrap {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto 90px;
}

.infoWrap .heading {
  color: #ABABAB;
  font-size: 25px;
  margin: 0 0 10px;
}

.infoWrap .infoList {
  border-bottom: solid 1px #f0f0f0;
  display: block grid;
  grid-template-columns: max-content 1fr;
  column-gap: 40px;
}

.infoWrap .infoList div {
  border-top: solid 1px #f0f0f0;
  padding: 12px 0;
  display: block grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
}

.infoWrap .infoList div dd a {
  display: inline-block;
}

.aboutWrap {
  position: relative;
  margin: 0 0 100px;
  padding: 100px 0 0;
  text-align: left;
}
.aboutWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 430px;
  background: url(../images/top_bg_about.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.webp .aboutWrap::before {
  background-image: url(../images/top_bg_about.webp);
}
.aboutWrap .heading {
  margin: 0 0 90px;
  text-align: center;
  font-size: 40px;
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
  color: #fff;
  text-shadow : 0px 0px 10px rgba(0, 0, 0, 1);
}
.aboutWrap .aboutList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.aboutWrap .aboutList > li {
  display: flex;
  width: calc((100% - 50px) / 3);
  margin: 25px 25px 0 0;
}
.aboutWrap .aboutList > li:nth-child(3n) {
  margin-right: 0;
}
.aboutWrap .aboutList > li:nth-child(-n+3) {
  margin-top: 0;
}
.aboutWrap .aboutList > li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 10px 48px;
  background: #fff;
  color: #3c3c3c;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  transition: .3s;
}
.aboutWrap .aboutList > li a:hover {
  text-decoration: underline;
  box-shadow : 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.aboutWrap .aboutList > li a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
}
.aboutWrap .aboutList > li a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #7bbd32;
  content: "";
  transform: translateY(-50%);
}

.voiceWrap,
.serviceWrap {
  overflow: hidden;
  margin: 0 auto 100px;
  padding: 0 0 110px;
  max-width: 1240px;
  text-align: left;
}
.voiceWrap .textWrap,
.serviceWrap .textWrap {
  position: relative;
  max-width: 650px;
  min-height: 415px;
  padding: 50px 120px 65px;
  background: #f4faef;
  box-sizing: border-box;
}
.serviceWrap .textWrap {
  float: right;
}
.voiceWrap .textWrap::after,
.serviceWrap .textWrap::after {
  position: absolute;
  left: 590px;
  bottom: -110px;
  width: 650px;
  height: 430px;
  content: "";
}
.serviceWrap .textWrap::after {
  left: auto;
  right: 590px;
}
.webp .voiceWrap .textWrap::after {
  background: url(../images/top_bg_voice.webp) no-repeat 0 0 / cover;
}
.no-webp .voiceWrap .textWrap::after {
  background: url(../images/top_bg_voice.jpg) no-repeat 0 0 / cover;
}
.webp .serviceWrap .textWrap::after {
  background: url(../images/top_bg_service.webp) no-repeat 0 0 / cover;
}
.no-webp .serviceWrap .textWrap::after {
  background: url(../images/top_bg_service.jpg) no-repeat 0 0 / cover;
}
.voiceWrap .textWrap .heading,
.serviceWrap .textWrap .heading {
  margin: 0 0 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
}
.voiceWrap .textWrap .text,
.serviceWrap .textWrap .text {
  line-height: 2.25;
  color: #3c3c3c;
}
.voiceWrap .textWrap .moreBtn,
.serviceWrap .textWrap .moreBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  padding: 10px 30px;
  max-width: 180px;
  min-height: 32px;
  border: solid 2px #7bbd32;
  text-decoration: none;
  background: #fff;
  color: #3c3c3c;
  font-weight: bold;
  transition: .3s;
}
.voiceWrap .textWrap .moreBtn::after,
.serviceWrap .textWrap .moreBtn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #7bbd32;
  content: "";
  transform: translateY(-50%);
}
.voiceWrap .textWrap .moreBtn:hover,
.serviceWrap .textWrap .moreBtn:hover {
  background: #7bbd32;
  color: #fff;
}
.voiceWrap .textWrap .moreBtn:hover::after,
.serviceWrap .textWrap .moreBtn:hover::after {
  border-color: transparent transparent transparent #fff;
}




/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:767px) {

  #mainv {
	background: url('../images/mainv_bg_sp.jpg') no-repeat center bottom / cover;
    margin: 0 0 45px;
    height: 80vh;
  }
	
	#mainv p.catch1 {
		font-size: 6.6vw;
	}

	#mainv p.catch2 {
		font-size: 2.9vw;
	}

  .infoWrap {
    margin: 0 auto 90px;
    padding: 0 5.3vw;
  }

  .infoWrap .heading {
    font-size: 5.8vw;
    margin: 0 0 2vw;
  }

  .infoWrap .infoList {
    grid-template-columns: 1fr;
  }

  .infoWrap .infoList div {
    padding: 4.8vw 0;
  }

  .infoWrap .infoList div dd {
    margin: 5px 0 0;
  }

  .aboutWrap {
    margin: 0 0 50px;
    padding: 70px 0 0;
  }
  .aboutWrap::before {
    height: 213px;
  }
  .aboutWrap .heading {
    margin: 0 0 70px;
    font-size: 22px;
    text-shadow : 0px 0px 5px rgba(0, 0, 0, 1);
  }
  .aboutWrap .aboutList {
    display: block;
    padding: 0 50px;
  }
  .aboutWrap .aboutList > li {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
  .aboutWrap .aboutList > li:nth-child(-n+3) {
    margin-top: 15px;
  }
  .aboutWrap .aboutList > li:first-child {
    margin-top: 0;
  }
  .aboutWrap .aboutList > li a {
    min-height: 60px;
    padding: 10px 30px;
    font-size: 16px;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .aboutWrap .aboutList > li a span {
    padding: 0 0 0 14px;
  }
  .aboutWrap .aboutList > li a span::before {
    border-width: 5px 0 5px 6px;
  }

  .voiceWrap,
  .serviceWrap {
    margin: 0 auto 50px;
    padding: 0 0 44vw;
  }
  .voiceWrap .textWrap,
  .serviceWrap .textWrap {
    max-width: none;
    min-height: 0;
    margin: 0 3.3vw 0 0;
    padding: 45px 15px 26.6vw 30px;
  }
  .serviceWrap .textWrap {
    float: none;
    margin: 0 0 0 3.3vw;
  }
  .voiceWrap .textWrap::after,
  .serviceWrap .textWrap::after {
    left: auto;
    right: -3.3vw;
    bottom: -44vw;
    width: 86.6vw;
    height: 57.3vw;
  }
  .serviceWrap .textWrap::after {
    left: -3.3vw;
    right: auto;
  }
  .voiceWrap .textWrap .heading,
  .serviceWrap .textWrap .heading {
    margin: 0 0 15px;
    font-size: 22px;
  }
  .voiceWrap .textWrap .text,
  .serviceWrap .textWrap .text {
    line-height: 1.8;
  }
  .voiceWrap .textWrap .moreBtn,
  .serviceWrap .textWrap .moreBtn {
    margin: 20px auto 0;
    padding: 10px 30px;
    max-width: 135px;
    min-height: 20px;
  }
  .voiceWrap .textWrap .moreBtn::after,
  .serviceWrap .textWrap .moreBtn::after {
    border-width: 4px 0 4px 9px;
  }

}


/* FOR smartphone portrait
***************************************************************************/
@media screen and (max-width:400px) {


}
