@charset "utf-8";

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 0;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
.main_head .link {
	text-align: center;
	padding: 50px 0;
}
.main_head .link ul li {
	display: inline-block;
	margin: 0.5em;
	cursor: pointer;
}
.main_head .link ul li {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.main_head .link ul li:hover {
  opacity: .5;
}
.main_head .link ul li a {
  background: rgb(252,114,21);
  background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  color: #fff;
  position: relative;
  display: block;
  padding: 10px 0 30px;
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 14em;
}
.main_head .link ul li a span.num {
	font-size: 2.4rem;
}
.main_head .link ul li a span.text {
	font-size: 1.6rem;
	display: block;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.main_head .link ul li a::after {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 0;
		font-size: 2.4rem;
	}
	.main_head .link {
		padding: 5% 0 8% 0;
	}
	.main_head .link ul li {
		margin: 3%;
		margin-top: 0;
		width: 90%;
	}
	.main_head .link ul li a {
	  padding: 3px 0 20px;
		font-size: 1.4rem;
		width: 100%;
	}
	.main_head .link ul li a span.num {
		font-size: 1.8rem;
	}
	.main_head .link ul li a span.text {
		font-size: 3.2vw;
	}
	.main_head .link ul li a::after {
	  bottom: 7px;
	  width: 8px;
	  height: 8px;
	}
}

/* section
---------------------------- */
.section {
	padding: 100px 0;
}
.section .main .section_inner {
	position: relative;
	padding-bottom: 120px;
}
.section .main .main_title {
	background:rgba(252,114,21,0.8);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 6%;
	padding: 15px 10px 25px 20px;
	display: inline-block;
}
.section .main .main_title h2 {
	font-size: 2.6rem;
	line-height: 1.6;
}
.section .main .main_title .num {
	font-size: 2.6rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section .main .main_title .name {
	font-size: 1.4rem;
	margin-top: 10px;
}
.section .text01 {
	padding-top: 70px;
	line-height: 2;
}
.section .box_l {
	padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section .box_l .text {
	width: 51%;
	line-height: 2;
}
.section .box_l .img {
	width: 42%;
	position: relative;
}
.section .box_l .img img {
	position: relative;
	z-index: 2;
}
.section .box_l .img .bg {
  position: absolute;
  top: 15px;
  left: -8%;
	z-index: 1;
}
.section .box_r {
	padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section .box_r .text {
	width: 51%;
	line-height: 2;
}
.section .box_r .img {
	width: 42%;
	position: relative;
}
.section .box_r .img img {
	position: relative;
	z-index: 2;
}
.section .box_r .img .bg {
  position: absolute;
  top: 15px;
  right: -8%;
	z-index: 1;
}
@media screen and (max-width:767px) {
	.section {
		padding: 0 0 15%;
	}
	.section .main .section_inner {
		padding: 0;
	}
	.section .main .main_title {
		position: relative;
		bottom: 0;
		left: 0;
		padding: 3% 5% 5%;
		margin: -6% 4%;
	}
	.section .main .main_title h2 {
		font-size: 1.7rem;
	}
	.section .main .main_title .num {
		font-size: 2rem;
	}
	.section .main .main_title .name {
		font-size: 1.2rem;
	}
	.section .text01 {
		padding-top: 15%;
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.section .box_l {
		padding-top: 5%;
		display: block;
	}
	.section .box_l .text {
		width: 100%;
		line-height: 1.8;
		font-size: 1.4rem;
		padding-top: 10%;
	}
	.section .box_l .img {
		width: 100%;
	}
	.section .box_r {
		padding-top: 5%;
		display: block;
	}
	.section .box_r .text {
		width: 100%;
		line-height: 1.8;
		font-size: 1.4rem;
		padding-top: 10%;
	}
	.section .box_r .img {
		width: 100%;
	}
}

/* section01
---------------------------- */
#section01,
#section03 {
	background-color: #fbf7e8;
}
@media screen and (min-width:768px) {
	#section03 .box_l .text {
		width: 61%;
		line-height: 2;
	}
	#section03 .box_l .img {
		width: 32%;
		position: relative;
	}
}
/* section01
---------------------------- */
@media screen and (max-width:767px) {
	#section02 {
		padding: 0;
	}
}