@charset "utf-8";

/* common img
---------------------------- */
#g_head img,
#g_menu_toggle img,
#g_navi img,
.main_head img,
.foot_cv img,
#foot img {
  width: 100%;
  height: auto;
	vertical-align: bottom;
}

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 50px;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 10%;
		font-size: 2.4rem;
	}
}

/* section_lead
---------------------------- */
#section_lead {
	padding: 80px 0 100px;
}
#section_lead .text01 {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}
#section_lead .img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
}
#section_lead .img01 img {
	width: 48.5%;
}
#section_lead .text02 {
	padding: 50px 0 80px;
}
#section_lead .lead_theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
	margin: 0 auto;
}
#section_lead .lead_theme .lead_theme_text {
	width: 50%;
}
#section_lead .lead_theme .lead_theme_text h3 {
	background-color: #fc7215;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 18px;
}
#section_lead .lead_theme .lead_theme_text .text {
	font-weight: bold;
	line-height: 30px;
	padding-top: 1em;
}
#section_lead .lead_theme .lead_theme_text .text span {
	color: #999;
	font-size: 0.8rem;
	line-height: 30px;
	padding-right: 8px;
	vertical-align: bottom;
}
#section_lead .lead_theme .img {
	width: 45%;
}
#section_lead .lead_voice {
	border-left: 5px solid #fc7215;
	padding-left: 25px;
	margin-top: 80px;
}
#section_lead .lead_voice h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fc7215;
}
#section_lead .lead_voice ul {
	padding-top: 0.5em;
}
#section_lead .lead_voice ul li {
	padding-top: 1.5em;
	line-height: 24px;
	padding-left:1em;
	text-indent:-1em;
}
#section_lead .lead_voice ul li span {
	color: #fc7215;
	font-size: 0.8rem;
	line-height: 24px;
	padding-right: 8px;
	vertical-align: bottom;
}
@media screen and (max-width:767px) {
	#section_lead {
		padding: 10% 0 10%;
	}
	#section_lead .text01 {
		font-size: 1.6rem;
		line-height: 1.8;
		text-align: left;
	}
	#section_lead .img01 {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  padding-top: 10%;
	}
	#section_lead .img01 img {
		width: 48.5%;
	}
	#section_lead .text02 {
		padding: 10% 0 10%;
		font-size: 1.4rem;
	}
	#section_lead .lead_theme {
	  width: 100%;
	}
	#section_lead .lead_theme .lead_theme_text {
		width: 100%;
		text-align: center;
	}
	#section_lead .lead_theme .lead_theme_text h3 {
		font-size: 1.4rem;
		padding: 0 20px;
		line-height: 30px;
		border-radius: 15px;
	}
	#section_lead .lead_theme .lead_theme_text .text {
		font-size: 1.4rem;
		text-align: left;
		padding-top: 1em;
	}
	#section_lead .lead_theme .img {
		width: 100%;
		margin-top: 10%;
	}
	#section_lead .lead_voice {
		margin-top: 10%;
		border-left: 3px solid #fc7215;
		padding-left: 15px;
	}
	#section_lead .lead_voice h3 {
		font-size: 1.8rem;
	}
	#section_lead .lead_voice ul {
		padding-top: 0;
	}
	#section_lead .lead_voice ul li {
		font-size: 1.4rem;
		padding-top: 1.5em;
		line-height: 24px;
		padding-left:1em;
		text-indent:-1em;
	}
	#section_lead .lead_voice ul li span {
		font-size: 0.8rem;
		line-height: 24px;
		padding-right: 5px;
		vertical-align: bottom;
	}
}

/* section_list
---------------------------- */
#section_list {
	background-color: #fbf7e8;
	padding: 90px 0 100px;
}
#section_list .lead {
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}
#section_list .lead::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 7em;
  height: 1px;
  background-color: #fc7215;
}
#section_list .lead h2 {
	font-size: 3rem;
}
#section_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 20px;
}
#section_list ul li {
  width: 31%;
  border-bottom: 1px dotted #898b8c;
  padding: 40px 0 35px;
  margin: 0 3.5% 0 0;
}
#section_list ul li:nth-child(3n) {
  margin: 0;
}
#section_list ul li a {
  text-decoration: none;
  transition: all 0.3s;
}
#section_list ul li a:hover {
  opacity: 0.6;
}
#section_list ul li .img img {
  width: 100%;
}
#section_list ul li .date {
  color: #9c9c9c;
  font-size: 1.4rem;
  padding-top: 10px;
}
#section_list ul li .title {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
#section_list .notes {
	text-align: center;
	color: #fc7215;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  border: 1px solid #fc7215;
  padding: 40px 20px;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
	#section_list {
		padding: 10% 0 10%;
	}
	#section_list .lead {
		padding-bottom: 4%;
	}
	#section_list .lead::after {
	  width: 5em;
	  bottom: 0;
	}
	#section_list .lead h2 {
		font-size: 2rem;
	}
	#section_list ul {
	  justify-content: space-between;
	}
	#section_list ul li {
	  width: 47.5%;
	  padding: 6% 0 5%;
	  margin: 0;
	}
	#section_list ul li .date {
	  font-size: 1.2rem;
	}
	#section_list ul li .title {
	  font-size: 1.2rem;
	  line-height: 1.5;
	  font-weight: normal;
	}
	#section_list .notes {
		text-align: center;
		color: #fc7215;
	  font-size: 1.6rem;
	  font-weight: bold;
	  line-height: 1.6;
	  padding: 40px 20px;
	  margin-top: 10%;
	}
}

/* section_detail
---------------------------- */
#section_detail {
	padding: 30px 0 70px;
}
@media screen and (min-width:768px) {
	#section_detail .section_inner {
		width: 1080px;
	}
}
#section_detail .title_box {
  margin-bottom: 60px;
}
#section_detail .title_box h1 {
  border-bottom: 5px solid #fc7215;
  padding-bottom: 20px;
}
#section_detail .title_box .sub {
  padding-top: 20px;
  font-size: 2rem;
}
#section_detail .title_box .name {
  font-size: 1.4rem;
  text-align: right;
  padding-top: 15px;
}
#section_detail .title_box .date {
  color: #9c9c9c;
  font-size: 1.4rem;
}
#section_detail .title_box .title {
  margin: 0;
  padding-top: 5px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
#section_detail .text_box {
  border-bottom: 1px solid #c8c8c8;
  font-size: 1.6rem;
  padding-bottom: 60px;
}
#section_detail .text_box p {
  margin-bottom: 60px;
}
#section_detail .text_box strong {
	font-weight: bold;
}
#section_detail .text_box h2 {
	font-size: 2.4rem;
	font-weight: bold;
	border-left: 5px solid #fc7215;
	padding-left: 15px;
	line-height: 1.5;
	clear: both;
}
#section_detail .text_box h3 {
	font-size: 2rem;
	font-weight: bold;
}
#section_detail .text_box .img_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section_detail .text_box .img_box .img_wrap {
	text-align: center;
  width: 48%;
  margin-bottom: 4%;
}
#section_detail .text_box .img_box .img_wrap .img img {
  display: block;
  width: 100%;/*任意の横幅を指定*/
  height: 358px;/*任意の高さを指定*/
	object-fit: contain;
}
#section_detail .text_box .img_box .img_wrap .cap {
	font-size: 1.3rem;
	text-align: center;
	padding: 3px 5px;
}
#section_detail .text_box figure {
	display: inline-block;
}
#section_detail .text_box figure figcaption {
	font-size: 1.3rem;
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 5px;
}
.main_body .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
.main_body .nav .previous {
  width: 35%;
}
.main_body .nav .tolist {
  width: 30%;
  text-align: center;
}
.main_body .nav .next {
  width: 35%;
  text-align: right;
}
.main_body .nav a {
  color: #333;
  position: relative;
  font-size: 1.6rem;
  text-decoration: underline;
}
.main_body .nav a:hover {
  text-decoration: none;
}
.main_body .nav .previous a {
  padding-left: 30px;
}
.main_body .nav .previous a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 7px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main_body .nav .next a {
  padding-right: 30px;
}
.main_body .nav .next a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 7px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
	#section_detail {
		padding: 2% 0 10%;
	}
	#section_detail .title_box {
	  margin-bottom: 10%;
	}
	#section_detail .title_box .date {
	  font-size: 1.4rem;
	}
	#section_detail .title_box .title {
	  font-size: 2rem;
	  line-height: 1.4;
	}
	#section_detail .title_box .sub {
	  padding-top: 16px;
	  font-size: 1.6rem;
	  line-height: 1.4;
	}
	#section_detail .title_box .name {
	  font-size: 1.2rem;
	  text-align: left;
	}
	#section_detail .text_box {
	  font-size: 1.4rem;
	  padding-bottom: 6%;
	}
	#section_detail .text_box p {
	  margin-bottom: 10%;
	}
	#section_detail .text_box h2 {
		font-size: 2rem;
	}
	#section_detail .text_box h3 {
		font-size: 1.8rem;
	}
	#section_detail .text_box .img_box .img_wrap {
		text-align: center;
	  width: 90%;
	  margin: 0 auto 4%;
	}
	#section_detail .text_box .img_box .img_wrap .img img {
	  display: block;
	  width: 100%;
	  height: auto;
		object-fit: contain;
	}
	#section_detail .text_box .img_box .img_wrap .cap {
		font-size: 1.2rem;
		text-align: center;
		padding: 3px 5px;
	}
	.main_body .nav {
	  padding-top: 10%;
	}
	.main_body .nav a {
	  font-size: 1.4rem;
	}
	.main_body .nav .previous a {
	  padding-left: 25px;
	}
	.main_body .nav .previous a::after {
	  width: 8px;
	  height: 8px;
	}
	.main_body .nav .next a {
    padding-right: 25px;
	}
	.main_body .nav .next a::after {
	  width: 8px;
	  height: 8px;
	}
}
