@charset "UTF-8";

main {
  padding: 0;
}
@media screen and (max-width: 1024px) {
	main {
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 480px) {
	main {
		padding: 0;
	}
}


/*----------------------------------
/what
/----------------------------------*/
.what.inner {
  max-width: 900px;
  margin: 0 auto;
}
.what h2 {
	margin-bottom: 30px;
	padding-top: 105px;
  font-family: hero-new, sans-serif;
	font-style: italic;
  font-size: 24px;
	font-weight: normal;
  letter-spacing: 0.04em;
	text-align: center;
}
.what-title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-top: -5px;
  letter-spacing: 1.4px;
}
.what-logo {
  margin: 60px auto 0;
  width: 348px;
  height: 108px;
  position: relative;
  left: 10px;
}
.what-text {
  margin-top: 80px;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  left: 10px;
}
@media screen and (max-width: 1024px) {
	.what-title {
    line-height: 1.5
  }
	.what-text {
		margin-top: 80px;
    position: static;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
	.what.inner {
		margin: 75px auto 0;
	}
	.what {
		margin-bottom: 100px;
	}
  .what h2 {
		margin: 0 0 10px;;
		padding: 0;
    font-size: 20px;
  }
  .what-title {
		margin: 0 0 40px;
		padding: 0;
    font-size: 30px;
		line-height: 1.6;
  }
	.what-title b {
    display: block;
  }
  .what-text {
		margin: 0 auto;
		width: 94%;
    position: static;
    font-size: 1.6rem;
		text-align: justify;
		text-justify: inter-ideograph;
  }
}

/*----------------------------------
/concept
/----------------------------------*/
#concept2::before {
  display: block;
  content: '';
  margin-top: -40px;
  padding-top: 40px;
}
.concept2 {
	display: flex;
	margin: 180px auto 120px;
	max-width: 1200px;
	overflow: hidden;
}
.concept2-left-wrap {

	padding-left: 100px;
	max-width:  58%;
	min-height: 1200px;
	box-sizing: border-box;
}
.concept2-right-wrap {
	padding: 0 2% 0 0;
	width: 40%;
	text-align: right;
}
.concept2-right-wrap img {
	max-height: 1250px;
}
.concept2-left h3 {
  font-size: 60px;
	text-align: left;
  font-weight: bold;
	font-style: normal;
	line-height: 1.6em;
  font-family: "游ゴシック体", YuGothic, sans-serif!important;
}
.concept2-left:nth-child(3) {
  margin-top: 98px;
}
.concept2-left:nth-child(5) {
  margin-top: 98px;
}
.concept2-right {
  width: 70%;
}
.concept2-text {
  margin: 30px auto 0;
  font-family: "游ゴシック体", YuGothic, sans-serif!important;
  font-size: 1.8rem;
  line-height: 2;
	box-sizing: border-box;
}
.concept2:nth-child(3) .concept-text {
  margin: 65px auto 224px;
}
.concept2:nth-child(4) .concept-text {
  margin: 65px auto 278px;
}
@media screen and (max-width: 896px) {
  .concept2 {
		display: block;
    margin: 80px auto 60px;
		max-width: 1200px;
		overflow: hidden;
  }
	.is-sp img {
		display: block;
		margin: 0 auto 60px;
    width: 88%;
  }
}


/*----------------------------------
/message 
/----------------------------------*/
.technology h3 {
	margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: center;
}
.technology h3 span {
	position: relative;
  top: 1px;
  font-size: 1.4rem;
  font-style: normal;
}
h4.message-title:before {
  display: block;
  content: '';
  margin-top: -20px;
  padding-top: 20px;
}
h4.message-title {
	margin-bottom: 86px;
  font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
  letter-spacing: 0.04em;
}
.technology {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 160px;
	background-color: #FCFCFC;
}
.technology .inner {
  max-width: 960px;
  margin: 0 auto;
}
.technology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -155px;
	left: -8px;
}
.technology-item-title {
	margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
	text-align: center;
	font-family: hero-new, sans-serif;
}
.technology-item-subtitle {
	margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}
.technology-item-text {
  line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.technology-btn {
  margin: 78px auto 0;
  position: relative;
}
.technology-item {
	width: 230px;
}
.technology-item:nth-child(2) {
	position: relative;
	left: 2px;
	top: 170px;
}
.technology-item:nth-child(3) {
	position: relative;
	left: 17px;
}
@media screen and (max-width: 1024px) {
	h4.message-title {
    font-size: 3.33333rem;
    padding: 0 20px;
  }
	.technology {
    padding: 0 20px 100px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 896px) {
	.is-pc {
		display: none!important;
	}
	.is-sp {
		display: block!important;
	}
	.technology {
    margin: 0 1%;
		padding: 50px 0 100px;
		width: 98%;
  }
	.technology h3 {
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.technology h4 {
		font-size: 20px;
		text-align: center;
	}
  h4.message-title {
		margin: 0 0 30px;
    padding: 0 10%;
		font-size: 24px;
  }
	h4.message-title b {
    display: inline;
  }
	.technology-img {
		display: block;
    margin: 0 auto 40px;
    width: 80%;
		height: auto;
	}
  .technology-list {
    display: block;
    position: static;
  }
  .technology-item {
    margin: 0 auto 60px;
    width: 80%!important;
  }
	.technology-item img {
		display: block;
    margin: 0 auto 20px;
    width: 50px;
		height: auto;
  }
  .technology-item-text {
    margin-top: 30px;
    width: 100%;
		word-break: break-all;
  }
  .technology-btn {
    margin-top: 80px;
  }
  .technology-item:nth-child(2) {
    position: relative;
		left: 0;
    top: 0;
  }
	.technology-item:nth-child(3) {
    position: relative;
		left: 0;
  }
}
@media screen and (max-width: 480px) {
  .message-title {
		font-size: 22px;
  }
	.message-title b {
    display: block;
  }
	.technology-img {
    width: 100%;
	}
  .technology-item {
    width: 100%!important;
  }
}

.what-r-mark {
  position: relative;
  top: 5px;
  left: .5px;
  font-size: 1.8rem;
}
.what-r-markScnd {
  position: relative;
  top: 8px;
  font-size: 2.4rem;
}