@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

@media screen and (min-width:768px) {
	#g_navi {
		display: none;
	}
}

/* foot_g_navi
---------------------------- */
.foot_g_navi ul {
	text-align: center;
	border-top: 1px solid #c9c9c9;
	padding: 40px 0;
}
.foot_g_navi ul li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 2em;
	position: relative;
}
.foot_g_navi ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -33px;
  background-color: #dadada;
}
.foot_g_navi ul li:last-child::after {
  background-color: #fff;
}
.foot_g_navi ul li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.foot_g_navi ul li a:hover {
  opacity: .5
}
@media screen and (max-width:767px) {
	.foot_g_navi ul {
		padding: 7% 0;
	}
	.foot_g_navi ul li {
		font-size: 1.2rem;
		margin: 0;
		width: 100%;
		text-align: left;
		padding-left: 5%;
	}
	.foot_g_navi ul li::after {
	  display: none;
	}
	.foot_g_navi ul li a {
		position: relative;
		padding-left: 15px;
	}
	.foot_g_navi ul li a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  content: "";
	  width: 6px;
	  height: 6px;
	  border-top: 1px solid #333;
	  border-right: 1px solid #333;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
	position: relative;
}
.breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 96%;
}
.bana a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bana a:hover {
  opacity: .5
}
@media screen and (max-width:767px) {
	.breadcrumbs {
	  padding: 5px 0;
	}
}

/* section_lead
---------------------------- */
#section_lead {
	text-align: center;
	padding-top: 100px;
}
#section_lead .text {
	font-size: 2rem;
}
#section_lead .text .large {
	font-size: 3rem;
}
#section_lead .text .small {
	font-size: 1.2rem;
}
@media screen and (max-width:767px) {
	#section_lead {
		padding: 10% 0 0;
	}
	#section_lead .text {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#section_lead .text .large {
		font-size: 1.8rem;
		line-height: 1.4;
	}
}

/* section_reason
---------------------------- */
#section_reason {
	padding: 100px 0;
}
#section_reason h2 {
	font-size: 3rem;
	text-align: center;
	position: relative;
}
#section_reason h2 span {
	display: inline-block;
	padding-bottom: 25px;
	line-height: 1.5;
}
#section_reason h2::after{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 3.5em;
  height: 1px;
  background-color: #63b3e2;
}
#section_reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#section_reason ul li {
  width: 47.5%;
  margin: 70px 5% 0 0;
}
#section_reason ul li:nth-of-type(2n) {
  margin: 70px 0 0 0;
}
#section_reason ul li .textBox {
	margin-top: 15px;
	position: relative;
}
#section_reason ul li .textBox .num {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.4rem;
	color: #fff;
	background-color: #63b3e2;
	width: 70px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#section_reason ul li .textBox h3 {
	font-weight: bold;
	font-size: 2rem;
	padding-left: 90px;
	min-height: 70px;
	padding-top: 15px;
}
#section_reason ul li .textBox .text {
	padding-top: 15px;
}
#section_reason .bana {
	margin-top: 70px;
}
@media screen and (max-width:767px) {
	#section_reason {
		padding: 15% 0 10%;
	}
	#section_reason h2 {
		font-size: 2rem;
	}
	#section_reason h2 span {
		padding-bottom: 15px;
	}
	#section_reason ul li {
	  width: 100%;
	  margin: 15% 0 0 0;
	}
	#section_reason ul li:nth-of-type(1n) {
	  margin: 10% 0 0 0;
	}
	#section_reason ul li:nth-of-type(2n) {
	  margin: 15% 0 0 0;
	}
	#section_reason ul li .textBox {
	  margin-top: 10px;
	}
	#section_reason ul li .textBox .num {
		font-size: 3rem;
		width: 50px;
		line-height: 50px;
	}
	#section_reason ul li .textBox h3 {
		font-size: 1.8rem;
		line-height: 1.3;
		padding-left: 65px;
		min-height: 50px;
		padding-top: 13px;
	}
	#section_reason ul li .textBox h3.line2 {
		padding-top: 1px;
	}
	#section_reason ul li .textBox .text {
		font-size: 1.4rem;
		padding-top: 10px;
	}
	#section_reason .bana {
		margin-top: 10%;
	}
}

/* section_voice
---------------------------- */
#section_voice {
	padding: 50px 0 100px;
	background-color: #e5f5f1;
}
#section_voice h2 {
	font-size: 3rem;
	text-align: center;
	padding-bottom: 45px;
}
#section_voice .slide01 {
	width: 90%;
	margin: 0 auto;
}
#section_voice .slide01 li.slide01_item {
	background-color: #fff;
	border-top: 5px solid #63b3e2;
	padding: 20px 20px 20px;
}
#section_voice .slide01 li.slide01_item .icon {
	text-align: center;
	width: 60px;
	margin: 0 auto;
}
#section_voice .slide01 li.slide01_item h3 {
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}
#section_voice .slide01 li.slide01_item p {
	font-size: 1.4rem;
	padding-top: 5px;
}
#section_voice .slick-prev::before,
#section_voice .slick-next::before {
  background-color: #63b3e2;
}
@media screen and (max-width:767px) {
	#section_voice {
		padding: 8% 0 15%;
	}
	#section_voice h2 {
		font-size: 2rem;
		padding-bottom: 5%;
	}
	.slick-prev,
	.slick-next {
	  width: 30px;
	  height: 30px;
	}
	.slick-prev::before, .slick-next::before {
	  height: 30px;
	  width: 30px;
	}
	.slick-prev::after {
	  left: 11px;
	}
	.slick-next::after {
	  left: 7px;
	}
	.slick-next {
	  right: -26px;
	}
	.slick-prev {
	  left: -26px;
	}
	#section_voice .slide01 li.slide01_item {
	  padding: 15px;
	}
	#section_voice .slide01 li.slide01_item .icon {
		width: 40px;
	}
}

/* section_pickup
---------------------------- */
#section_pickup {
	padding: 80px 0 0;
}
#section_pickup h2 {
	font-size: 3rem;
	border-left: 5px solid #63b3e2;
	padding-left: 15px;
}
#section_pickup .lead {
	padding: 30px 0 0;
}
#section_pickup ul.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#section_pickup ul.item li {
	width: 31.333%;
	margin: 40px 3% 0 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}
#section_pickup ul.item li span {
	font-weight: bold;
	font-size: 1.4rem;
	display: block;
	padding-top: 5px;
}
#section_pickup ul.item li:nth-of-type(3n) {
	margin: 40px 0 0 0;
}
#section_pickup ul.item li:hover {
  opacity: .5
}
#section_pickup .bana {
	padding-top: 40px;
}
#section_pickup .bana a {
	display: block;
	max-width: 900px;
	margin: 30px auto 0;
}
@media screen and (max-width:767px) {
	#section_pickup {
		padding: 10% 0 0;
	}
	#section_pickup h2 {
		font-size: 2rem;
	}
	#section_pickup .lead {
		padding: 5% 0 2%;
		font-size: 1.4rem;
	}
	#section_pickup ul.item li {
		width: 48%;
		margin: 5% 4% 0 0;
	}
	#section_pickup ul.item li span {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#section_pickup ul.item li:nth-of-type(3n) {
		margin: 5% 4% 0 0;
	}
	#section_pickup ul.item li:nth-of-type(2n) {
		margin: 5% 0 0 0;
	}
	#section_pickup .bana {
		padding-top: 5%;
	}
	#section_pickup .bana a {
		margin: 5% auto 0;
	}
}