header {
	width: 100%;
  }
  
  .fnt-oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
  }
  
  .logo-header {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 300px;
	margin-left: 40px;
  }
  
  .logo-header img {
	width: 100%;
	height: auto;
  }
  
  .navigation {
	width: 100%;
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
  }
  
  .nav-hover.navigation:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.9);
	top: 70px;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 2;
  }
  
  .navigation .ul-navbar {
	width: 100%;
	margin: 0 auto;
  }
  
  .navigation ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
  }
  
  .navigation li {
	float: none;
	width: auto;
	border-left: none;
	position: relative;
  }
  
  .navigation li:last-child {
	border-right: none;
  }
  
  .navigation a {
	padding: 0 26px;
	font-size: 16px;
	line-height: 41px;
	letter-spacing: 0.1em;
	font-weight: bold;
  }
  
  .recruit-btn {
	position: relative;
	top: -30px;
	padding: 0 !important;
	width: 200px;
	height: 101px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 20px !important;
	color: #FFF;
	background: #2995B5;
	margin-left: 26px;
  }
  
  .navigation .nav-text {
	padding: 0 26px;
	font-size: 16px;
	line-height: 41px;
	letter-spacing: 0.1em;
	font-weight: bold;
  }
  
  .navigation li:last-child a {
	padding: 0 0 0 26px;
  }
  
  .navigation li .nav-child {
	position: absolute;
	top: 45px;
	left: 0;
	/*width: 100%;*/
	max-height: 0;
	color: #fff;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 9999;
  }
  
  .navigation li:hover .nav-child {
	max-height: initial;
	opacity: 1;
  }
  
  .navigation li .nav-child ul {
	flex-wrap: wrap;
	padding: 0 0 10px 0;
  }
  
  .navigation li .nav-child ul li {
	width: 100%;
  }
  
  .navigation li .nav-child ul li a {
	text-align: left;
	white-space: nowrap;
	padding: 0 26px;
  }
  
  .navigation li .nav-text {
	display: none;
  }
  
  body {
	font-family: 'Noto Sans JP', sans-serif;
  }
  
  .body-top {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.05em;
	font-weight: normal;
  }
  
  .fnt-montserrat {
	font-family: 'Montserrat', sans-serif;
  }
  
  .body-top .wrap {
	width: 1200px;
	margin: auto;
  }
  
  .keyvisual.page1 {
	height: auto;
  }
  
  .fl {
	float: left;
  }
  
  .fr {
	float: right;
  }
  
  .pc {
	display: block;
  }
  
  .sp {
	display: none;
  }
  
  .photo {
	line-height: 0;
  }
  
  .photo2 {
	line-height: 0;
  }
  
  .keyvisual {
	position: relative;
	overflow: hidden;
  }
  
  .keyvisual dl {
	position: absolute;
	top: 55%;
	left: 80px;
	transform: translateY(-50%);
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	transition: all 0.6s ease 0.3s;
  }
  
  .keyvisual dl dt {
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 41px;
	transition: all 0.6s ease 0.5s;
	opacity: 0;
	margin-bottom: 12px;
  }
  
  .keyvisual dl dd {
	font-size: 60px;
	line-height: 76px;
	letter-spacing: 0.05em;
	transition: all 0.6s ease 0.7s;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	opacity: 0;
  }
  
  .keyvisual dl dd + dd {
	transition: all 0.6s ease 0.9s;
  }
  
  .keyvisual.show dl dt {
	transform: translateY(-25%);
	opacity: 1;
  }
  
  .keyvisual.show dl dd {
	transform: translateY(-25%);
	opacity: 1;
  }
  
  .keyvisual #scroll {
	position: absolute;
	bottom: 0;
	right: 35px;
	width: 27px;
	height: 160px;
	overflow: hidden;
  }
  
  .keyvisual #scroll img {
	width: 100%;
	height: auto;
  }
  
  .keyvisual #scroll span {
	width: 2px;
	height: 100px;
	position: absolute;
	top: 75px;
	left: 50%;
	background: #FFF;
	overflow: hidden;
	margin-left: -1px;
  }
  
  .keyvisual #scroll span::before {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00A500;
	content: "";
	z-index: 7;
	animation: linescroll 1.5s ease infinite;
  }
  
  @keyframes linescroll {
	  from {
		  transform: translateY(-100%);
	  }
	  to {
		  transform: translateY(100%);
	  }
  }
  
  @keyframes scrolldown {
	0% {
	  top: 75px;
	}
	100% {
	  top: 100%;
	}
  }
  
  .keyvisual .photo .slide01 {
	background: url("../img/top/key1.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 668px;
  }
  
  .keyvisual .photo .slide02 {
	background: url("../img/top/key2.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 668px;
  }
  
  .keyvisual .photo .slide03 {
	background: url("../img/top/key3.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 668px;
  }

.keyvisual .photo > .slide02,
.keyvisual .photo > .slide03 {
  display: none;
}
  
  .keyvisual .text {
	position: relative;
	z-index: 1;
	padding: 123px 0 77px 0;
  }
  
  .keyvisual .text h2 {
	margin-bottom: 60px;
  }
  
  .keyvisual .text .txt {
	font-size: 28px;
	line-height: 56px;
	letter-spacing: 0.1em;
	font-weight: bold;
  }
  
  .slick-dots {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  }
  
  .slick-slider button {
	border: none;
	font-size: 0;
  }
  
  .slick-dots button {
	height: 4px;
	width: 50px;
	background: #FFF;
	margin-right: 20px;
  }
  
  .slick-dots .slick-active button {
	background: #00A500;
  }
  
  /*@media screen and (max-width: 960px) {
	.slick-dots button{
	  width: 12px;
	  margin-left: 4px;
	}
	.slick-dots .slick-active button{
	  width: 40px;
	}
  }
  
  */
  .slick-dots li {
	width: 40px;
	cursor: pointer;
	height: 4px;
	margin: 0 5px;
	position: relative;
	transition: all .1s;
	background-color: #CCCCCC;
  }
  
  .slick-dots li button {
	width: 0;
	position: absolute;
	height: 4px;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
  }
  
  .slick-dots li.slick-active button {
	opacity: 1;
	padding: 2px;
	background-color: #00A500;
	-webkit-animation: width-ani 4s ease-in-out forwards;
	animation: width-ani 4s ease-in-out forwards;
  }
  
  @keyframes width-ani {
	0% {
	  width: 0;
	}
	100% {
	  width: 100%;
	}
  }
  
  @-webkit-keyframes width-ani {
	0% {
	  width: 0;
	}
	100% {
	  width: 100%;
	}
  }
  
  h2 {
	font-size: 40px;
	line-height: 41px;
	letter-spacing: 0.05em;
	font-weight: bold;
  }
  
  .fz56 {
	font-size: 56px;
  }
  
  h3 {
	font-size: 30px;
	line-height: 41px;
	letter-spacing: 0.05em;
	font-weight: bold;
  }
  
  .txt p {
	margin-bottom: 30px;
  }
  
  .txt p:last-child {
	margin-bottom: 0;
  }
  
  .btn-cus {
	font-size: 20px;
	line-height: 44px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #00A500;
	display: inline-block;
	transition: all 0.2s linear 0.1s;
  }
  
  .btn-cus:hover {
	opacity: 0.8;
  }
  
  .btn-cus a {
	display: block;
	padding-left: 20px;
	color: #00A500;
	background: url("../img/common/arrow.svg") no-repeat left center;
  }
  
  .title-common {
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	letter-spacing: 0.05em;
  }
  
  .title-common span {
	line-height: 41px;
	display: block;
	color: #00A500;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 24px;
  }
  
  .title-common ruby rt {
	  font-size: 10px;
	  transform: translateY(-.5em);
  }
  
  
  @media only screen and (max-width: 1200px) {
	.body-top .wrap {
	  width: 100% !important;
	  margin: auto;
	  box-sizing: border-box;
	  padding: 0 20px;
	}
	.navigation a {
	  padding: 0 20px;
	}
	.recruit-btn {
	  margin-left: 20px;
	}
	.keyvisual dl dt {
	  font-size: 18px;
	}
	.keyvisual dl dd {
	  font-size: 50px;
	}
  }
  @media all and (max-width: 1200px) {
	.logo-header {
	  margin: 0;
	  width: 200px;
	}
	.menu {
	  position: absolute;
	  top: 37px;
	  right: 7px;
	  transition: all 0.3s 0s ease;
	}
	.menu.fixed {
	  position: fixed;
	  top: 7px;
	  right: 7px;
	}
	.menu span {
	  background-color: #00A500;
	}
	.sfwppa-navi-style .navigation {
	  -webkit-transition-duration: 0s !important;
	  transition-duration: 0s !important;
	}
	.navigation {
	  position: fixed;
	  top: 0;
	  padding: 0;
	  height: 100% !important;
	}
	.nav-hover.navigation:before {
	  display: none;
	}
	.navigation ul {
	  flex-wrap: wrap;
	}
	.navigation .ul-navbar {
	  margin: 70px 15px 0;
	  width: auto;
	}
	.navigation ul li {
	  width: 100%;
	}
	.navigation ul a {
	  display: block;
	  font-size: 16px;
	  line-height: 1.4;
	  letter-spacing: 0.1em;
	  font-weight: 500;
	  padding: 10px;
	  text-align: left;
	}
	.navigation li:last-child a {
	  padding: 10px;
	}
	.navigation li.parent {
	  display: block;
	  font-size: 16px;
	  line-height: 1.4;
	  letter-spacing: 0.1em;
	  font-weight: 500;
	  padding: 10px;
	  text-align: left;
	}
	.navigation li.parent:before {
	  position: absolute;
	  content: "";
	  background: #00A500;
	  width: 12px;
	  height: 2px;
	  top: 28px;
	  right: 20px;
	}
	.navigation li.parent:after {
	  position: absolute;
	  content: "";
	  background: #00A500;
	  width: 2px;
	  height: 12px;
	  top: 23px;
	  right: 25px;
	}
	.navigation .sp-tel .num {
	  color: #00A500;
	}
  
  
	  .navigation li.parent.nav-click:after{
		  width: 0;
	  }
	.recruit-btn {
	  position: relative;
	  top: 0;
	  padding: 10px !important;
	  width: 100%;
	  height: auto;
	  display: block !important;
	  justify-content: center;
	  align-items: center;
	  font-size: 16px !important;
	  color: #333;
	  background: none;
	  margin-left: 0 !important;
	}
	.navigation li .nav-link {
	  display: block;
	  width: 50%;
	  padding: 0;
	}
	.navigation li .nav-link {
	  position: relative;
	  /*display: block;*/
	  font-size: 16px;
	  line-height: 1.4;
	  letter-spacing: 0.1em;
	  font-weight: 500;
	  padding: 0;
	  text-align: left;
	}
	.navigation li .nav-link .sponly {
	  font-size: 16px;
	}
	.navigation li .nav-link .en {
	  font-size: 12px;
	  line-height: initial;
	  font-family: 'Oswald', sans-serif;
	}
	.navigation li .nav-text {
	  display: none;
	}
	.navigation li .nav-child ul {
	  padding: 10px 0 0 0;
	}
	.navigation li .nav-child ul a {
	  padding: 0;
	}
	.navigation li .nav-child {
	  max-height: initial;
	  right: 0;
	  top: 0;
	  position: relative;
	  display: none;
	}
	.navigation li .nav-child li {
	  border-top: 1px solid #ccc;
	  border-bottom: none;
	}
	.navigation li .nav-child li {
	  padding: 10px;
	}
	.navigation li.nav-click .nav-child {
	  position: relative;
	  display: block;
	  opacity: 1;
	}
	.navigation li .nav-child {
	  width: 100%;
	}
	.navigation li .nav-child ul li a {
	  padding: 0;
	}
	.navigation li .nav-text {
	  position: relative;
	  /*display: block;*/
	  font-size: 16px;
	  line-height: 1.4;
	  letter-spacing: 0.1em;
	  font-weight: 500;
	  padding: 0;
	  text-align: left;
	}
	.navigation li .nav-text:before {
	  position: absolute;
	  content: "";
	  background: #00A500;
	  width: 12px;
	  height: 2px;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  display: flex;
	  align-items: center;
	  margin: auto 0;
	}
	.navigation li .nav-text:after {
	  position: absolute;
	  content: "";
	  background: #00A500;
	  width: 2px;
	  height: 12px;
	  top: 0;
	  right: 5px;
	  bottom: 0;
	  display: flex;
	  align-items: center;
	  margin: auto 0;
	}
	.navigation li.nav-click .nav-text:after {
	  display: none;
	}
	.navigation .en {
	  display: block !important;
	  color: #00A500;
	  font-size: 12px;
	  font-family: 'Oswald', sans-serif;
	}
  }
  @media all and (max-width: 767px) {
	.body-top {
	  width: 100%;
	  font-size: 16px;
	  line-height: 30px;
	  padding: 30px 0;
	  margin: 0;
	  position: relative;
	  overflow: hidden;
	}
	.slick-dots {
	  display: none !important;
	}
	.sp {
	  display: block;
	}
	.keyvisual {
	  position: relative;
	  overflow: hidden;
	}
	.keyvisual dl {
	  position: absolute;
	  top: 76%;
	  left: 30px;
	  transform: translateY(-50%);
	  color: #FFF;
	  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	  transition: all 0.6s ease 0.3s;
	}
	.keyvisual dl dt {
	  font-size: 14px;
	  line-height: 41px;
	  margin-bottom: 1px;
	}
	.keyvisual dl dd {
	  font-size: 24px;
	  line-height: 40px;
	}
	.keyvisual dl dd + dd {
	  transition: all 0.6s ease 0.9s;
	  margin-top: 11px;
	}
	.keyvisual.show dl dt {
	  transform: translateY(-25%);
	  opacity: 1;
	}
	.keyvisual.show dl dd {
	  transform: translateY(-25%);
	  opacity: 1;
	}
	.keyvisual #scroll {
	  bottom: 0;
	  right: 10px;
	  width: 20px;
	  height: 145px;
	}
	.keyvisual #scroll span {
	  top: 55px;
	}
	.keyvisual .photo .slide01 {
	  background: url("../img/top/key1.jpg") no-repeat center center;
	  background-size: cover;
	  width: 100%;
	  height: 600px;
	}
	.keyvisual .photo .slide02 {
	  background: url("../img/top/key2.jpg") no-repeat center left 20%;
	  background-size: cover;
	  width: 100%;
	  height: 600px;
	}
	.keyvisual .photo .slide03 {
	  background: url("../img/top/key3.jpg") no-repeat center left 36%;
	  background-size: cover;
	  width: 100%;
	  height: 600px;
	}
  }
  
  .body-top #sec1 {
	position: relative;
	padding: 140px 20px 155px;
  }
  
  .body-top #sec1 .box {
	width: 1280px;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	margin: 0 -40px;
  }
  
  .body-top #sec1 .box .photo {
	order: 1;
	max-width: 720px;
	width: 720px;
	margin-left: -80px;
  }
  
  .body-top #sec1 .box .photo img {
	width: 100%;
	height: auto;
  }
  
  .body-top #sec1 .box .text {
	box-sizing: border-box;
	padding-left: 80px;
	order: 2;
	max-width: 720px;
	width: 50%;
  }
  
  .body-top #sec1 .box .text h2 {
	font-size: 60px;
  }
  
  .body-top #sec1 .box .text h2 span {
	margin-bottom: 20px;
  }
  
  .body-top #sec1 .box .text .txt {
	font-size: 26px;
	line-height: 60px;
	padding: 60px 0 60px;
	font-weight: 500;
  }
  
  .body-top #sec1 .btn-common {
	display: flex;
	justify-content: flex-end;
  }
  
  .body-top #sec1 .btn-common a {
	font-size: 20px;
	color: #00A500;
	font-weight: bold;
	transition: all 0.3s ease;
	background: url(../img/top/a_g.png) no-repeat center right;
	background-size: 24px;
	line-height: 44px;
	padding-right: 38px;
  }
  
  .body-top #sec1 .btn-common a:hover {
	opacity: 0.75;
  }
  
  @media only screen and (min-width: 1320px) {
	#top-banner .wrap {
	  width: 1280px;
	}
  }
  
  
  
  
  
  @media only screen and (max-width: 1320px) {
	.body-top #sec1 {
	  position: relative;
	  padding: 140px 0 155px;
	  overflow: hidden;
	}
	.body-top #sec1 .box {
	  width: 100%;
	  max-width: 100%;
	  display: flex;
	  justify-content: space-between;
	  margin: 0 -20px;
	}
	.body-top #sec1 .box .photo {
	  order: 1;
	  max-width: 720px;
	}
	.body-top #sec1 .box .photo img {
	  width: 100%;
	  height: auto;
	}
	.body-top #sec1 .box .text {
	  box-sizing: border-box;
	  padding-left: 60px;
	  padding-right: 0px;
	  order: 2;
	  max-width: 720px;
	  width: 50%;
	}
	.body-top #sec1 .box .text h2 {
	  font-size: 60px;
	}
	.body-top #sec1 .box .text h2 span {
	  margin-bottom: 20px;
	}
	.body-top #sec1 .box .text .txt {
	  font-size: 20px;
	  line-height: 60px;
	  padding: 60px 0 60px;
	  font-weight: 500;
	}
	.body-top #sec1 .btn-common {
	  display: flex;
	  justify-content: flex-end;
	}
	.body-top #sec1 .btn-common a {
	  font-size: 20px;
	  color: #00A500;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_g.png) no-repeat center right;
	  background-size: 24px;
	  line-height: 44px;
	  padding-right: 38px;
	}
	.body-top #sec1 .btn-common a:hover {
	  opacity: 0.75;
	}
  }
  
  .body-top #sec2 {
	background: url(../img/top/top_sec2_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	color: #FFF;
  }
  
  .body-top #sec2 .box {
	display: flex;
	justify-content: space-between;
  }
  
  .body-top #sec2 .photo {
	max-width: 760px;
	position: relative;
	order: 2;
  }
  
  .body-top #sec2 .photo img {
	width: 100%;
	height: auto;
  }
  
  .body-top #sec2 .text {
	padding-top: 30px;
	width: calc(100% - 760px);
	position: relative;
	order: 1;
  }
  
  .body-top #sec2 .text .desc {
	padding: 30px 0 55px;
	font-size: 32px;
	line-height: 56px;
  }
  
  .body-top #sec2 .text h2 span {
	color: #FFF;
	margin-bottom: 20px;
  }
  
  .body-top #sec2 .text .btn-common {
	display: flex;
  }
  
  .body-top #sec2 .text .btn-common a {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	transition: all 0.3s ease;
	background: url(../img/top/a_w.png) no-repeat center left;
	background-size: 10px;
	line-height: 44px;
	padding-left: 18px;
  }
  
  .body-top #sec2 .text .btn-common a:hover {
	opacity: 0.75;
  }
  
  @media only screen and (max-width: 1200px) {
	.body-top #sec2 {
	  background: url(../img/top/top_sec2_bg.jpg) no-repeat center;
	  background-size: cover;
	  padding: 50px 0;
	  color: #FFF;
	  position: relative;
	  overflow: hidden;
	}
	.body-top #sec2 .box {
	  display: flex;
	  justify-content: space-between;
	}
	.body-top #sec2 .photo {
	  max-width: 700px;
	  position: relative;
	  order: 2;
	}
	.body-top #sec2 .photo img {
	  width: 100%;
	  height: auto;
	}
	.body-top #sec2 .text {
	  padding-top: 30px;
	  width: calc(100% - 700px);
	  position: relative;
	  order: 1;
	}
	.body-top #sec2 .text .desc {
	  padding: 30px 0 55px;
	  font-size: 26px;
	  line-height: 56px;
	}
	.body-top #sec2 .text h2 span {
	  color: #FFF;
	  margin-bottom: 20px;
	}
	.body-top #sec2 .text .btn-common {
	  display: flex;
	}
	.body-top #sec2 .text .btn-common a {
	  font-size: 20px;
	  color: #FFF;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_w.png) no-repeat center left;
	  background-size: 10px;
	  line-height: 44px;
	  padding-left: 18px;
	}
	.body-top #sec2 .text .btn-common a:hover {
	  opacity: 0.75;
	}
  }
  
  .body-top #sec3 {
	position: relative;
	padding: 80px 0;
  }
  
  .body-top #sec3 h2 {
	text-align: center;
  }
  
  .body-top #sec3 h2 span {
	margin-bottom: 10px;
  }
  
  .body-top #sec3 .note {
	text-align: center;
	padding: 30px 0 55px;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 500;
  }
  
  .body-top #sec3 .list {
	width: 1280px;
	margin: 0 -40px;
	display: flex;
	justify-content: space-between;
  }
  
  .body-top #sec3 .list .item {
	max-width: 400px;
	width: calc((100% - 80px) / 3);
  }
  
  .body-top #sec3 .list .item img {
	width: 100%;
	height: auto;
  }
  
  .body-top #sec3 .list .item dl dd {
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
	padding: 20px 0 20px;
  }
  
  .body-top #sec3 .list .item dl dd a {
	transition: all 0.3s ease;
  }
  
  .body-top #sec3 .list .item ul a {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-weight: bold;
	transition: all 0.3s ease;
	background: url(../img/top/a_g1.png) no-repeat center left 3px;
	background-size: 7px;
	line-height: 44px;
	padding-left: 22px;
  }
  
  .body-top #sec3 .list .item ul a:hover,
  .body-top #sec3 .list .item dl dd a:hover {
	opacity: 0.75;
  }
  
  @media only screen and (max-width: 1320px) {
	.body-top #sec3 {
	  position: relative;
	  padding: 80px 0;
	  overflow: hidden;
	}
	.body-top #sec3 h2 {
	  text-align: center;
	}
	.body-top #sec3 h2 span {
	  margin-bottom: 10px;
	}
	.body-top #sec3 .note {
	  text-align: center;
	  padding: 30px 0 55px;
	  font-size: 24px;
	  letter-spacing: 0.05em;
	}
	.body-top #sec3 .list {
	  width: 100%;
	  margin: 0;
	  display: flex;
	  justify-content: space-between;
	}
	.body-top #sec3 .list .item {
	  max-width: 400px;
	  width: calc((100% - 80px) / 3);
	}
	.body-top #sec3 .list .item img {
	  width: 100%;
	  height: auto;
	}
	.body-top #sec3 .list .item dl dd {
	  font-size: 24px;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  line-height: 41px;
	  text-align: center;
	  padding: 20px 0 20px;
	}
	.body-top #sec3 .list .item ul a {
	  font-size: 18px;
	  line-height: 36px;
	  letter-spacing: 0.05em;
	  font-weight: 500;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_g1.png) no-repeat center left 3px;
	  background-size: 7px;
	  line-height: 44px;
	  padding-left: 22px;
	}
	.body-top #sec3 .list .item ul a:hover {
	  opacity: 0.75;
	}
  }
  
  .body-top #sec4 {
	background: url(../img/top/top_sec4_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px;
	color: #FFF;
  }
  
  .body-top #sec4 .inner-s4 {
	max-width: 1280px;
	margin: auto;
  }
  
  .body-top #sec4 .text {
	width: 600px;
	min-height: 400px;
	position: relative;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	background: rgba(0, 165, 0, 0.9);
	padding: 50px 30px 30px;
  }
  
  .body-top #sec4 .text .txt {
	padding: 15px 0 55px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
  }
  
  .body-top #sec4 .text h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
  }
  
  .body-top #sec4 .text h2 span {
	color: #FFF;
	font-size: 72px;
	line-height: 96px;
	display: block;
	width: 110%;
	letter-spacing: 0.05em;
  }
  
  .body-top #sec4 .text .btn-common {
	display: flex;
	justify-content: flex-end;
  }
  
  .body-top #sec4 .text .btn-common a {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	transition: all 0.3s ease;
	background: url(../img/top/a_w1.png) no-repeat center right;
	background-size: 48px;
	line-height: 48px;
	padding-right: 60px;
  }
  
  .body-top #sec4 .text .btn-common a:hover {
	opacity: 0.75;
  }
  
  .body-top #sec5 {
	position: relative;
	padding: 95px 0 1px;
  }
  
  .body-top #sec5 .wrap {
	width: 1280px;
  }
  
  .body-top #sec5 .text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .body-top #sec5 .text #feed {
	width: calc(100% - 320px);
  }
  
  .body-top #sec5 .text h2 {
	width: 280px;
	margin-left: 40px;
	font-size: 40px;
  }
  
  @media only screen and (max-width: 1320px) {
	.body-top #sec5 {
	  position: relative;
	  padding: 95px 0 1px;
	  overflow: hidden;
	}
	.body-top #sec5 .wrap {
	  width: 1200px;
	}
	.body-top #sec5 .text {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
	.body-top #sec5 .text #feed {
	  width: calc(100% - 320px);
	}
	.body-top #sec5 .text h2 {
	  width: 280px;
	  margin-left: 40px;
	  font-size: 40px;
	}
  }
  
  .body-top #sec5 .text #feed {
	margin-bottom: 33px;
  }
  
  .body-top #sec5 .text #feed dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #BBBBBB;
	padding: 28px 2px 32px 2px;
	font-size: 18px;
  }
  
  .body-top #sec5 .text #feed dl dt {
	display: table-cell;
	width: 140px;
	font-weight: bold;
  }
  
  .body-top #sec5 .text #feed dl dd {
	display: table-cell;
  }
  
  .body-top #sec5 .text #feed dl dd a {
	transition: all 0.3s linear 0.1s;
	line-height: 24px;
	letter-spacing: 0;
  }
  
  .body-top #sec5 .text #feed dl dd a:hover {
	opacity: 0.75;
  }
  
  .body-top #sec5 .text #feed dl:first-child {
	border-top: 1px solid #BBBBBB;
  }
  
  .body-top #sec5 .text .btn-cus {
	display: flex;
	justify-content: flex-end;
  }
  
  .body-top #sec5 .text .btn-cus a {
	font-size: 20px;
	color: #00A500;
	font-weight: bold;
	transition: all 0.3s ease;
	background: url(../img/top/a_g.png) no-repeat center right;
	background-size: 24px;
	line-height: 44px;
	padding-right: 38px;
  }
  
  .body-top #sec5 .text .btn-cus a:hover {
	opacity: 0.75;
  }
  
  .group-bnr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 85px;
	margin-bottom: 70px;
  }
  
  .group-bnr li {
	transition: all 0.3s linear 0.1s;
	max-width: 400px;
	width: calc((100% - 80px) / 3);
  }
  
  .group-bnr li img {
	width: 100%;
	height: auto;
  }
  
  .group-bnr li:hover {
	opacity: 0.75;
  }
  
  @media all and (max-width: 767px) {
	.group-bnr {
	  justify-content: center;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 50px;
	  margin-bottom: 40px;
	  flex-wrap: wrap;
	}
	.group-bnr li {
	  transition: all 0.3s linear 0.1s;
	  max-width: 400px;
	  width: 100%;
	  margin-bottom: 18px;
	}
	.group-bnr li img {
	  width: 100%;
	  height: auto;
	}
	.group-bnr li:hover {
	  opacity: 0.75;
	}
  }
  
  .title-common {
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	letter-spacing: 0.05em;
  }
  
  .title-common span {
	line-height: 41px;
	display: block;
	color: #00A500;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 24px;
  }
  
  @media all and (max-width: 767px) {
	.title-common {
	  font-size: 36px;
	}
	.title-common span {
	  line-height: 41px;
	  font-size: 14px;
	}
	.title-common ruby rt {
	  font-size: 10px;
	  transform: translateY(-.4em); 
	}
  
	.body-top #sec1 {
	  position: relative;
	  padding: 10px 0 60px;
	}
	.body-top #sec1 .box {
	  width: 100%;
	  max-width: 100%;
	  flex-wrap: wrap;
	  justify-items: center;
	  margin: 0;
	}
	.body-top #sec1 .box .photo {
	  order: 2;
	  max-width: 720px;
	  width: 95%;
	  margin-left: -10%;
	}
	.body-top #sec1 .box .photo img {
	  width: 100%;
	  height: auto;
	}
	.body-top #sec1 .box .text {
	  box-sizing: border-box;
	  padding-left: 0;
	  order: 1;
	  max-width: 720px;
	  width: 100%;
	  margin-bottom: 40px;
	}
	.body-top #sec1 .box .text h2 {
	  font-size: 40px;
	}
	.body-top #sec1 .box .text h2 span {
	  margin-bottom: 5px;
	  line-height: 30px;
	}
	  .body-top #sec1 .box .text h2 ruby {
		  flex-direction: column-reverse;
		  align-items: center;
		  line-height: 1;
		  position: relative;
	  }
	  
	  .body-top #sec1 .box .text h2 rt {
		  position: absolute;
		  bottom: 100%;
		  left: 0;
		  right: 0;
		  text-align: center;
		  transform: translateY(1em);
	  }
	.body-top #sec1 .box .text .txt {
	  font-size: 16px;
	  line-height: 40px;
	  padding: 30px 0 30px;
	  letter-spacing: 0;
	}
	.body-top #sec1 .btn-common a {
	  font-size: 14px;
	  color: #00A500;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_g.png) no-repeat center right;
	  background-size: 16px;
	  line-height: 44px;
	  padding-right: 26px;
	}
	.body-top #sec1 .btn-common a:hover {
	  opacity: 0.75;
	}
	.body-top #sec2 {
	  background: url(../img/top/top_sec2_bg.jpg) no-repeat center;
	  background-size: cover;
	  padding: 20px 0 30px;
	}
	.body-top #sec2 .box {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	}
	.body-top #sec2 .photo {
	  max-width: 760px;
	  position: relative;
	  order: 1;
	}
	.body-top #sec2 .photo img {
	  width: 100%;
	  height: auto;
	}
	.body-top #sec2 .text {
	  padding-top: 20px;
	  width: 100%;
	  position: relative;
	  order: 2;
	}
	.body-top #sec2 .text .desc {
	  padding: 20px 0 10px;
	  font-size: 24px;
	  line-height: 40px;
	}
	.body-top #sec2 .text h2 span {
	  color: #FFF;
	  margin-bottom: 0px;
	}
	.body-top #sec2 .text .btn-common {
	  display: flex;
	}
	.body-top #sec2 .text .btn-common a {
	  font-size: 16px;
	  color: #FFF;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_w.png) no-repeat center left;
	  background-size: 8px;
	  line-height: 44px;
	  padding-left: 14px;
	}
	.body-top #sec2 .text .btn-common a:hover {
	  opacity: 0.75;
	}
	.body-top #sec3 {
	  position: relative;
	  padding: 50px 0 15px;
	}
	.body-top #sec3 h2 {
	  text-align: center;
	  font-size: 32px;
	}
	.body-top #sec3 h2 span {
	  margin-bottom: 0;
	  line-height: 28px;
	}
	.body-top #sec3 .note {
	  text-align: center;
	  padding: 20px 0 40px;
	  font-size: 14px;
	  line-height: 28px;
	  letter-spacing: 0.05em;
	}
	.body-top #sec3 .list {
	  width: 100%;
	  margin: 0;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
	.body-top #sec3 .list .item {
	  max-width: 1000%;
	  width: 100%;
	  margin-bottom: 40px;
	}
	.body-top #sec3 .list .item dl dd {
	  font-size: 20px;
	  padding: 10px 0 10px;
	}
	.body-top #sec3 .list .item ul a {
	  font-size: 16px;
	  line-height: 32px;
	  background: url(../img/top/a_g1.png) no-repeat center left 6px;
	  background-size: 7px;
	  padding-left: 22px;
	}
	.body-top #sec3 .list .item ul a:hover {
	  opacity: 0.75;
	}
	.body-top #sec4 {
	  background: url(../img/top/top_sec4_bg.jpg) no-repeat center;
	  background-size: cover;
	  padding: 65vw 0 0;
	  color: #FFF;
	}
	.body-top #sec4 .text {
	  width: 100%;
	  min-height: auto;
	  position: relative;
	  letter-spacing: 0.05em;
	  box-sizing: border-box;
	  background: rgba(0, 165, 0, 0.9);
	  padding: 30px 20px 20px;
	}
	.body-top #sec4 .text .txt {
	  padding: 15px 0 30px;
	  font-size: 12px;
	  line-height: 20px;
	  letter-spacing: 0.1em;
	}
	.body-top #sec4 .text h2 {
	  font-size: 15px;
	  line-height: 32px;
	  font-weight: bold;
	}
	.body-top #sec4 .text h2 span {
	  color: #FFF;
	  font-size: 46px;
	  line-height: 62px;
	  display: block;
	  width: 110%;
	}
	.body-top #sec4 .text .btn-common {
	  display: flex;
	  justify-content: flex-end;
	}
	.body-top #sec4 .text .btn-common a {
	  font-size: 14px;
	  color: #FFF;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_w1.png) no-repeat center right;
	  background-size: 32px;
	  line-height: 32px;
	  padding-right: 40px;
	}
	.body-top #sec4 .text .btn-common a:hover {
	  opacity: 0.75;
	}
	.body-top #sec5 {
	  position: relative;
	  padding: 55px 0 1px;
	}
	.body-top #sec5 .text {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	}
	.body-top #sec5 .text #feed {
	  width: 100%;
	}
	.body-top #sec5 .text h2 {
	  width: 100%;
	  margin-left: 0;
	  font-size: 32px;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.body-top #sec5 .text h2 span {
	  font-size: 14px;
	  line-height: 20px;
	}
	.body-top #sec5 .text #feed {
	  margin-bottom: 8px;
	}
	.body-top #sec5 .text #feed dl {
	  display: block;
	  width: 100%;
	  border-bottom: 1px solid #BBBBBB;
	  padding: 16px 2px 16px 2px;
	  font-size: 14px;
	  line-height: 24px;
	}
	.body-top #sec5 .text #feed dl dt {
	  display: block;
	  width: 100%;
	  font-weight: bold;
	}
	.body-top #sec5 .text #feed dl dd {
	  display: block;
	}
	.body-top #sec5 .text #feed dl dd a {
	  transition: all 0.3s linear 0.1s;
	  line-height: 24px;
	  letter-spacing: 0;
	}
	.body-top #sec5 .text #feed dl dd a:hover {
	  opacity: 0.75;
	}
	.body-top #sec5 .text #feed dl:first-child {
	  border-top: 1px solid #BBBBBB;
	}
	.body-top #sec5 .text .btn-cus {
	  display: flex;
	  justify-content: flex-end;
	  width: 100%;
	}
	.body-top #sec5 .text .btn-cus a {
	  font-size: 14px;
	  color: #00A500;
	  font-weight: bold;
	  transition: all 0.3s ease;
	  background: url(../img/top/a_g.png) no-repeat center right;
	  background-size: 18px;
	  line-height: 36px;
	  padding-right: 28px;
	}
	.body-top #sec5 .text .btn-cus a:hover {
	  opacity: 0.75;
	}
  }
  
  .footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 32px 40px 28px;
  }
  
  .footer-inner .logo-info {
	display: flex;
	align-items: flex-end;
  }
  
  .footer-inner .logo-info .logo-ft {
	width: 300px;
	margin-right: 40px;
  }
  
  .footer-inner .logo-info .logo-ft img {
	width: 100%;
	height: auto;
  }
  
  .footer-inner .logo-info .text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 8px;
  }
  
  .footer-inner address {
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 6px;
  }
  
  .back-top {
	width: 60px;
	height: 60px;
	right: 15px;
	bottom: 15px;
  }
  
  .back-top img {
	width: 100%;
	height: auto;
  }
  
  .ft-up .back-top {
	bottom: 60px;
  }
  
  .col-list {
	display: flex;
  }
  
  @media all and (max-width: 767px) {
	.footer-inner {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-end;
	  flex-wrap: wrap;
	  padding: 40px 20px 100px;
	}
	.footer-inner .logo-info {
	  display: flex;
	  align-items: flex-end;
	  flex-wrap: wrap;
	}
	.footer-inner .logo-info .logo-ft {
	  width: 240px;
	  margin: 0 auto;
	}
	.footer-inner .logo-info .logo-ft img {
	  width: 100%;
	  height: auto;
	}
	.footer-inner .logo-info .text {
	  font-size: 12px;
	  line-height: 20px;
	  letter-spacing: 0em;
	  padding: 5px 0 40px;
	  width: 100%;
	  text-align: center;
	}
	.footer-inner address {
	  font-size: 12px;
	  line-height: 32px;
	  font-weight: 500;
	  letter-spacing: 0.05em;
	  padding-bottom: 0;
	  width: 100%;
	  text-align: center;
	}
	.back-top {
	  width: 100%;
	  height: 60px;
	  right: 0 !important;
	  bottom: 0 !important;
	  background: #333333;
	  position: absolute !important;
	}
	.back-top img {
	  width: 60px;
	  height: 60px;
	}
	.ft-up .back-top {
	  bottom: 0 !important;
	}
	.sitemap {
	  width: 100%;
	  box-sizing: border-box;
	  padding: 0;
	  flex-wrap: wrap;
	}
	.sitemap li a {
	  font-size: 12px;
	  padding-left: 5px;
	}
	.sitemap .col01, .sitemap .col02, .sitemap .col03, .sitemap .col04, .sitemap .col05, .sitemap .col06 {
	  width: 100%;
	  padding: 0 !important;
	}
	.sitemap .col04, .sitemap .col05, .sitemap .col06 {
	  padding-top: 0px;
	}
	.sitemap .col01 {
	  order: 1;
	}
	.sitemap .col02 {
	  order: 3;
	}
	.sitemap .col03 {
	  order: 2;
	}
	.sitemap .col04 {
	  order: 4;
	}
	.sitemap .col05 {
	  order: 4;
	}
	.col-list {
	  width: 50%;
	  display: block;
	}
  }
  
  @media only screen and (min-width: 1199px) and (max-width: 1249px) {
	.body-top .wrap {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  }