@charset "UTF-8";

/* --------------- wrapper --------------- */
.wrapper {
	max-width: 1340px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* .ff_Akshar */
.ff_Akshar {
  font-family: 'Akshar', sans-serif;
}


/* --------------- #header_logo --------------- */
#header_logo {
	max-width: calc(100% - 90px);
}
#header_logo img {
	width: 100%;
}


/* --------------- #header_logo2 --------------- */
#header_logo2 {
	max-width: calc(100% - 90px);
}
#header_logo2 img {
	width: 100%;
}


/* --------------- #footer_banner --------------- */
#footer_banner {
}
#footer_banner a {
	pointer-events: initial;
}


/* --------------- #footer --------------- */
#footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer_inner {
	padding: 100px 0;
}
#footer_logo img {
	max-width: 100%;
}
#footer_inner .store_ttl,
#footer_inner2 .store_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
#footer_inner2 {
	padding: 100px 20px;
	margin: 0 auto;
}
#footer_inner2 .store_ttl {
	padding-top: 57px;
}
#footer_inner2 p {
}
#footer_nav {
	flex-shrink: 0;
	padding: 100px 0;
	border-top: none;
}
#footer_nav ul {
	height: auto;
}
#footer_nav li a {
	height: auto;
	line-height: 40px;
	font-weight: bold;
}
#copyright {
	width: 100%;
	text-align: right;
}
@media (max-width: 1199px) {
	#footer_nav {
		width: 100%;
		border-top: 1px solid #ddd;
		padding: 10px 20px;
	}
}
@media (max-width: 800px) {
	#footer {
		display: block;
	}
	#footer_inner {
		padding: 10px 20px;
	}
	#footer_inner2 {
		padding: 30px 20px;
	}
	#footer_inner2 .store_ttl {
		padding-top: 0;
	}
}
@media (max-width: 519px) {
}


/* --------------- page header --------------- */
#bread_crumb li::after,
#bread_crumb li.home a,
#bread_crumb li.home a::before,
#bread_crumb li.last,
#page_header .design_header .large_headline,
#page_header .design_header .sub_title {
	color: #fff;
}
#page_header .image {
	position: relative;
	z-index: -1;
	margin-top: -475px;
	margin-bottom: 0;
}
@media (max-width: 999px) {
	#bread_crumb {
		margin-bottom: 100px;
	}
	#page_header .image {
		margin-top: -435px;
	}
}
@media (max-width: 800px) {
	#bread_crumb {
		margin-bottom: 70px;
	}
	#page_header .image {
		margin-top: -185px;
	}
}


/* --------------- .common_ttl --------------- */
.common_ttl {
}
.common_ttl.w {
	color: #fff;
}
.common_ttl .en {
	color: #37A856;
	font-size: 24px;
}
.common_ttl.w .en {
	color: #fff;
}
.common_ttl .en.line {
}
.common_ttl .en.line::after {
	content: "";
	display: inline-block;
	width: 140px;
	height: 1px;
	background-color: #4BC041;
	vertical-align: middle;
	margin-top: -5px;
}
.common_ttl.w .en.line::after {
	background-color: #fff;
}
.common_ttl .en svg {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.common_ttl .ja {
	margin-top: 20px;
	font-size: 48px;
	font-weight: bold;
}
@media (max-width: 800px) {
	.common_ttl .en {
		font-size: 16px;
	}
	.common_ttl .ja {
		font-size: 30px;
	}
}
@media (max-width: 519px) {
	.common_ttl .en {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}
	.common_ttl .ja {
		font-size: 30px !important;
		line-height: 1.4 !important;
	}
}


/* --------------- .scroll --------------- */
.scroll {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.scroll::before {
  content: "左右にスクロールできます";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.scroll.scrolled::before {
  opacity: 0;
}




/* ---------------------------------------------------------
 * front-page // ※コンテンツビルダーを利用しない
** --------------------------------------------------------- */
/* --------------- #header_slider_content --------------- */
#header_slider_content {
}
#header_slider_content .catch {
}
#header_slider_content .content .line_inner span {
	display: inline-block;
	margin-left: 8px;
	font-size: calc(400% / 7);
}
#header_slider_content .desc_area p {
	position: relative;
	padding: 15px 0;
	margin-top: 10px;
	letter-spacing: 3px;
}
#header_slider_content .desc_area p::before,
#header_slider_content .desc_area p::after {
	content: "";
	position: absolute;
	left: 0;
	width: 275px;
	height: 2px;
	display: block;
	background-color: #fff;
}
#header_slider_content .desc_area p::before {
	top: 0;
}
#header_slider_content .desc_area p::after {
	bottom: 0;
}
@media (max-width: 800px) {
}
@media (min-width: 561px) {
	#header_slider_content .hide_br {
		display: none;
	}
}
@media (max-width: 560px) {
	#header_slider_content .show_br {
		display: none;
	}
	#header_slider_content .catch {
		font-size: 42px;
	}
	#header_slider_content .desc_area p::before,
	#header_slider_content .desc_area p::after {
		width: 100%;
	}
}


/* --------------- #front_page_contents --------------- */
#front_page_contents {
}
@media (max-width: 800px) {
	#front_page_contents {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}
@media (max-width: 519px) {
}


/* --------------- #top_news --------------- */
#top_news {
	margin-bottom: 120px;
}
#top_news .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_news .btn_area {
	flex-shrink: 0;
}
#top_news .btn_area .btn {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
#top_news .btn_area .btn span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-color: #37A856;
	border-radius: 50px;
}
#top_news .btn_area .btn span::before,
#top_news .btn_area .btn span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}
#top_news .btn_area .btn span::before {
	right: 18px;
	width: 14px;
	height: 2px;
	background-color: #fff;
}
#top_news .btn_area .btn span::after {
	right: 17px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#top_news .list_contents {
	margin-top: 30px;
}
#top_news .content {
	display: flex;
	align-items: center;
	height: 65px;
	border-bottom: 1px solid #ddd;
}
#top_news time {
	flex-shrink: 0;
	width: 100px;
	padding-left: 10px;
	color: #666;
}
#top_news .cate {
	flex-shrink: 0;
	width: 120px;
	padding: 4px 0;
	border: 1px solid #37a856;
	border-radius: 100px;
	font-size: 14px;
	text-align: center;
}
#top_news .ttl {
	position: relative;
	width: calc(100% - 220px);
	padding-left: 20px;
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
}
#top_news .ttl a {
	color: #333;
}
#top_news .ttl a:hover {
	color: #37a856;
}
@media (max-width: 800px) {
	#top_news {
		margin-top: 70px;
	}
	#top_news .imgs {
		margin-top: 30px;
	}
}
@media (max-width: 519px) {
	#top_news .content {
		flex-wrap: wrap;
		height: auto;
		padding-top: 10px;
	}
	#top_news .ttl {
		width: 100%;
		padding-left: 0;
		margin: 10px;
	}
}


/* --------------- #top_lead --------------- */
#top_lead {
	position: relative;
	z-index: 1;
	margin-bottom: 120px;
}
#top_lead .bg_txt {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 30px;
	max-width: 90%;
}
#top_lead .common_ttl {
}
#top_lead .en {
	font-size: 20px;
}
#top_lead .ja {
	line-height: 1.6;
}
#top_lead .ja span {
	color: #37A856;
}
#top_lead p {
	max-width: 780px;
	line-height: 2.2;
}
@media (max-width: 800px) {
	#top_lead {
		margin-bottom: 60px;
	}
	#top_lead .en {
		font-size: 16px;
	}
	#top_lead p {
		margin-top: 10px;
	}
}
@media (max-width: 519px) {
	#top_lead .bg_txt {
		top: 60px;
	}
}


/* --------------- #gallery --------------- */
#gallery {
}
#gallery .gallery_content_carousel .item {
	width: 300px;
	height: 300px;
}
#gallery .gallery_content_carousel .item img {
	border-radius: 0;
}
@media (max-width: 800px) {
	#gallery .gallery_content_carousel .item {
		width: 200px;
		height: 200px;
	}
}
@media (max-width: 519px) {
}


/* --------------- #top_group --------------- */
#top_group {
	display: flex;
	margin-top: 140px;
}
#top_group .left {
	flex-shrink: 0;
	width: calc(73000% / 1500);
}
#top_group .left img {
	width: 100%;
}
#top_group .right {
	flex-shrink: 0;
	width: calc(60000% / 1500);
	margin-left: calc(8500% / 1500);
	padding-top: 15px;
}
#top_group .right .en {
	font-size: 20px;
}
#top_group .right .ja {
	font-size: 36px;
}
#top_group .right p {
	margin-top: 40px;
}
@media (max-width: 800px) {
	#top_group {
		display: block;
		margin-top: 70px;
	}
	#top_group .left {
		width: 100%;
		text-align: center;
	}
	#top_group .left img {
/*		max-width: 450px;*/
	}
	#top_group .right {
		width: 100%;
		margin-left: 0;
		padding: 40px 20px 0;
	}
}
@media (max-width: 519px) {
}


/* --------------- #top_service --------------- */
#top_service {
	display: flex;
	justify-content: flex-end;
	margin-top: 140px;
	padding: 140px 0;
	background-image: url("../img/top_service_bg.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
}
#top_service .left {
	width: calc(60000% / 1500);
	margin-right: calc(8500% / 1500);
}
#top_service .left .en {
	opacity: 0.6;
}
#top_service .left p {
	margin-top: 25px;
}
#top_service .left ol {
	margin-top: 50px;
	margin-left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	list-style-type: none;
}
#top_service .left li {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#top_service .left li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 22px;
}
#top_service .left li span:not(.num) {
	font-size: 20px;
	font-weight: bold;
}
#top_service .right {
	flex-shrink: 0;
	width: calc(73000% / 1500);
}
#top_service .right img {
	width: 100%;
}
@media (max-width: 800px) {
	#top_service {
		display: block;
		margin-top: 70px;
		padding: 70px 0;
	}
	#top_service .left {
		width: 100%;
		margin-right: 0;
		padding: 0 20px;
	}
	#top_service .left li .num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
	#top_service .left li span:not(.num) {
		font-size: 16px;
	}
	#top_service .right {
		width: 100%;
		padding: 0 20px;
		margin-top: 30px;
	}
}
@media (max-width: 519px) {
}


/* --------------- #top_about --------------- */
#top_about {
	margin-top: 100px;
}
#top_about .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_about .common_ttl {
}
#top_about .btn_area {
	flex-shrink: 0;
}
#top_about .btn_area .btn {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
#top_about .btn_area .btn span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-color: #37A856;
	border-radius: 50px;
}
#top_about .btn_area .btn span::before,
#top_about .btn_area .btn span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}
#top_about .btn_area .btn span::before {
	right: 18px;
	width: 14px;
	height: 2px;
	background-color: #fff;
}
#top_about .btn_area .btn span::after {
	right: 17px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#top_about .imgs {
	margin-top: 70px;
}
@media (max-width: 800px) {
	#top_about {
		margin-top: 70px;
	}
	#top_about .imgs {
		margin-top: 30px;
	}
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * page / about
** --------------------------------------------------------- */
#page_contents.page_about {
	padding-top: 0;
}
/* --------------- #greeting --------------- */
#greeting {
	position: relative;
	z-index: 1;
	padding-top: 140px;
	padding-bottom: 140px;
}
#greeting .bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	display: block;
	width: calc(89000% / 1500);
	height: 100%;
	object-position: center;
	object-fit: cover;
}
#greeting .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#greeting .left {
	width: calc(60000% / 1500);
	margin-left: calc(8500% / 1500);
	color: #fff;
}
#greeting .left p {
	margin-top: 40px;
	line-height: 2;
}
#greeting .left .name {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
#greeting .left .name span {
	display: inline-block;
	margin-left: 20px;
	font-size: 32px;
}
#greeting .right {
	width: calc(73000% / 1500);
}
#greeting .right img {
	width: 100%;
}
@media (max-width: 959px) {
	#greeting {
		padding-top: 100px;
		padding-bottom: 0;
	}
	#greeting .bg {
		width: 90%;
		height: calc(100% - 100px);
	}
	#greeting .inner {
		display: block;
	}
	#greeting .left {
		width: 70%;
		margin-left: 10%;
	}
	#greeting .right {
		width: 90%;
		margin-top: 40px;
		margin-left: 10%;
	}
}
@media (max-width: 519px) {
	#greeting .bg {
		width: 100%;
	}
	#greeting .left {
		width: 80%;
	}
}


/* --------------- #company --------------- */
#company.post_content {
	margin-top: 130px;
}
#company .common_ttl {
	margin-bottom: 80px;
}
#company .box {
	margin-top: 40px;
	padding: 60px 80px;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px #6C7E8F26;
}
#company .detail {
	display: flex;
	gap: calc(6000% / 1140);
}
#company .left {
	width: calc(60000% / 1140);
}
#company .left img {
	vertical-align: middle;
}
#company .right {
}
#company .ttl {
	position: relative;
	padding-left: 40px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
#company .ttl::before,
#company .ttl::after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50px;
}
#company .ttl::before {
	left: 0;
	top: 7px;
	width: 28px;
	height: 28px;
	background-image: linear-gradient(to right, #37A856 50%, #4BC041 50%);
}
#company .ttl::after {
	left: 7px;
	top: 14px;
	width: 14px;
	height: 14px;
	background-color: #fff;
}
#company dl {
	margin-top: 30px;
	padding-left: 40px;
}
#company dt {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	color: #37A856;
	font-size: 18px;
	line-height: 1.5;
}
#company dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 12px;
	height: 3px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #37A856;
}
#company dd {
	margin-top: 10px;
	padding-left: 20px;
	line-height: 1.5;
}
#company .map {
	margin-top: 40px;
}
#company .map iframe {
	width: 100%;
	height: 400px;
}
@media (max-width: 959px) {
	#company.post_content {
		margin-top: 100px;
	}
	#company .common_ttl {
		margin-bottom: 50px;
	}
	#company .box {
		margin-top: 30px;
		padding: 40px 50px;
	}
	#company .detail {
		display: block;
	}
	#company .left {
		width: 100%;
	}
	#company .left img {
		width: 100%;
	}
	#company .right {
		margin-top: 30px;
	}
	#company dl {
		margin-top: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 519px) {
	#company .common_ttl {
		margin-bottom: 40px;
	}
	#company .box {
		margin-top: 20px;
		padding: 20px;
	}
	#company .ttl {
		padding-left: 30px;
		font-size: 20px;
	}
	#company .ttl::before {
		top: 3px;
		width: 20px;
		height: 20px;
	}
	#company .ttl::after {
		top: 8px;
		left: 5px;
		width: 10px;
		height: 10px;
	}
	#company .map iframe {
		height: 200px;
	}
}


/* --------------- #numbers --------------- */
/* .flex */
.flex {
	display: flex;
}
.flex.wrap {
	flex-wrap: wrap;
}

#numbers {
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin: 100px auto 0;
}
#numbers h2 {
  color: #37a856;
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
#numbers h2 span {
  font-size: 20px;
  font-weight: normal;
}
/* outer */
#numbers > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
#numbers > ul > li {
  position: relative;
  width: calc(37300% / 1200);
  height: 340px;
  border: 2px solid #37a856;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 6px 0 #7fc191;
}
#numbers > ul > li:nth-child(-n+3) {
  height: 320px;
  margin-bottom: 40px;
}
#numbers > ul > li:nth-child(3n+2) {
  margin-top: 40px;
}
@media (max-width: 959px) {
  #numbers > ul > li {
    width: 48%;
  }
  #numbers > ul > li:nth-child(-n+3) {
    height: 340px;
    margin-bottom: 0;
  }
  #numbers > ul > li:nth-child(3n+2) {
    margin-top: 0;
  }
  #numbers > ul > li:nth-child(-n+4) {
    margin-bottom: 40px;
  }
  #numbers > ul > li:nth-child(2n) {
    margin-top: 40px;
  }
}
@media (max-width: 659px) {
  #numbers > ul > li {
    width: 95%;
    height: 320px !important;
  }
  #numbers > ul > li:not(:first-child) {
    margin-top: 70px;
  }
  #numbers > ul > li:nth-child(-n+4) {
    margin-bottom: 0;
  }
  #numbers > ul > li:nth-child(2n) {
    margin-left: 5%;
    margin-top: 70px;
  }
}
@media (max-width: 519px) {
  #numbers {
    margin-top: 80px;
  }
}
/* inner */
#page_contents #numbers .num {
  position: absolute;
  bottom: 100%;
  left: 20px;
  color: #95c4a0;
  font-size: 50px;
  line-height: 1;
  transform: translateY(7px);
}
#page_contents #numbers .ttl {
  padding: 10px;
  background-image: url("../img/numbers_tit_bg.jpg");
  background-position: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
#page_contents #numbers .ttl::after {
  content: "";
  position: relative;
  left: 5px;
  top: 5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cb1927;
  border-radius: 10px;
}
#page_contents #numbers .inner {
}
#numbers .sublead {
  color: #37a856;
  font-size: 17px;
  text-align: center;
}
#page_contents #numbers .note {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#page_contents #numbers .note .count_wrapper {
  color: #37a856;
}
#page_contents #numbers .note .count {
  display: inline-block;
  width: 44px;
  font-size: 35px;
  text-align: right;
}
#page_contents #numbers .jisseki {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}
/* .number01 */
#numbers .number01 {
}
#numbers .number01 .inner {
  padding: 20px 30px 20px 15px;
}
#numbers .number01 .img {
  text-align: center;
}
#numbers .number01 .img img {
  max-width: 100%;
}
#numbers .number01 .content {
}
#numbers .number01 .left,
#numbers .number01 .right {
  width: 50%;
  text-align: center;
}
#numbers .number01 .subttl {
  font-size: 20px;
  font-weight: bold;
}
#numbers .number01 .count_wrapper {
  color: #37a856;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
#numbers .number01 .left .count_wrapper {
  padding-left: 15px;
}
#numbers .number01 .count {
  display: inline-block;
  width: 110px;
  font-size: 100px;
  text-align: right;
}
#numbers .number01 .note .count_wrapper {
  padding-left: 5px;
}
@media (max-width: 1199px) {
  #numbers .number01 .content {
    margin-top: 10px;
  }
  #numbers .number01 .count {
    width: 90px;
    font-size: 80px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #numbers .number01 .inner {
    padding: 20px 15px;
  }
}
/* .number02 */
#numbers .number02 {
}
#numbers .number02 .inner {
  justify-content: space-around;
  align-items: center;
  height: calc(100% - 50px);
  padding: 0 20px;
  text-align: center;
}
#numbers .number02 .img {
}
#numbers .number02 .img img {
  max-width: 100%;
}
#numbers .number02 .content {
}
#numbers .number02 .count_wrapper {
  margin-top: 10px;
  color: #37a856;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
#numbers .number02 .count {
  display: inline-block;
  width: 180px;
  font-size: 90px;
  text-align: right;
}
#numbers .number02 .jisseki {
  margin-top: -10px;
}
@media (max-width: 1199px) {
  #numbers .number02 .inner {
    padding: 0 10px;
  }
  #numbers .number02 .count {
    width: 150px;
    font-size: 70px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 659px) {
}
@media (max-width: 519px) {
}
@media (max-width: 379px) {
  #numbers .number02 .img img {
    width: 70px;
  }
  #numbers .number02 .count {
    width: 140px;
    font-size: 65px;
  }
}
/* .number03 */
#numbers .number03 {
}
#numbers .number03 .inner {
  padding: 10px 20px 20px;
  text-align: center;
}
#numbers .number03 .img {
}
#numbers .number03 .img img {
  max-width: 100%;
}
#numbers .number03 .content {
}
#numbers .number03 .left,
#numbers .number03 .right {
  width: 50%;
}
#numbers .number03 .month_ave {
  margin-top: 10px;
  color: #37a856;
  font-size: 20px;
  font-weight: bold;
}
#numbers .number03 .count_wrapper {
  margin-top: -5px;
  color: #37a856;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
#numbers .number03 .count {
  display: inline-block;
  width: 120px;
  font-size: 85px;
  text-align: right;
}
#numbers .number03 .hour {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#numbers .number03 .jisseki {
  margin-top: -10px;
}
@media (max-width: 1199px) {
  #numbers .number03 .inner {
    padding: 20px;
  }
  #numbers .number03 .count {
    width: 100px;
    font-size: 70px;
  }
}
@media (max-width: 999px) {
  #numbers .number03 .count {
    width: 80px;
    font-size: 60px;
  }
}
@media (max-width: 519px) {
  #numbers .number03 .inner {
    padding: 30px 10px 10px;
  }
}
/* .number04 */
#numbers .number04 {
}
#numbers .number04 .inner {
  padding: 20px 10px;
  text-align: center;
}
#numbers .number04 .img {
}
#numbers .number04 .img img {
  max-width: 100%;
}
#numbers .number04 .content {
}
#numbers .number04 ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#numbers .number04 li {
  margin: 0 5px;
}
#numbers .number04 .nendai {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  background-image: url("../img/numbers_age_ico.png");
  background-size: 29px auto;
  background-position: bottom 10px center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1;
}
#numbers .number04 .nendai span {
  display: inline-block;
  font-size: 25px;
}
#numbers .number04 .nendai div {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
}
#numbers .number04 .count_wrapper {
  margin-top: 15px;
  color: #37a856;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#numbers .number04 .count {
  display: inline-block;
  width: 40px;
  font-size: 35px;
  text-align: right;
}
#numbers .number04 li:first-child .count,
#numbers .number04 li:last-child .count {
  width: 25px;
}
@media (max-width: 1199px) {
  #numbers .number04 li {
    margin: 0;
  }
  #numbers .number04 .nendai span {
    font-size: 22px;
  }
  #numbers .number04 .count {
    width: 35px;
    font-size: 30px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}
/* .number05 */
#numbers .number05 {
}
#numbers .number05 .inner {
  padding: 20px 10px;
  text-align: center;
}
#numbers .number05 .img {
}
#numbers .number05 .img img {
  max-width: 100%;
}
#numbers .number05 .content {
}
#numbers .number05 ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#numbers .number05 li {
  margin: 0 10px;
}
#numbers .number05 .nensuu {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
}
#numbers .number05 .nensuu span {
  display: inline-block;
  font-size: 26px;
}
#numbers .number05 .nensuu div {
  font-size: 15px;
}
#numbers .number05 .count_wrapper {
  margin-top: 10px;
  color: #37a856;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#numbers .number05 .count {
  display: inline-block;
  width: 40px;
  font-size: 35px;
  text-align: right;
}
@media (max-width: 1199px) {
  #numbers .number05 li {
    margin: 0 5px;
  }
  #numbers .number05 .nendai span {
    font-size: 22px;
  }
  #numbers .number05 .count {
    width: 35px;
    font-size: 30px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #numbers .number05 li {
    margin: 0 3px;
  }
  #numbers .number05 .nensuu {
    font-size: 13px;
  }
  #numbers .number05 .nensuu span {
    font-size: 20px;
  }
  #numbers .number05 .nensuu div {
    font-size: 12px;
  }
}
/* .number06 */
#numbers .number06 {
}
#numbers .number06 .inner {
  padding: 15px;
  text-align: center;
}
#numbers .number06 .sublead {
  font-size: 15px;
}
#numbers .number06 .content {
  margin-top: 10px;
}
#numbers .number06 .content > div {
  width: 50%;
}
#numbers .number06 .content > div:nth-child(n+3) {
  margin-top: 10px;
}
#numbers .number06 .count_wrapper {
  color: #37a856;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#numbers .number06 .count {
  display: inline-block;
  width: 130px;
  font-size: 86px;
  text-align: right;
}
#numbers .number06 .jisseki {
  margin-top: -10px;
}
#numbers .number06 .img {
}
#numbers .number06 .img img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  #numbers .number06 .count {
    width: 100px;
    font-size: 64px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #numbers .number06 .count {
    width: 80px;
    font-size: 50px;
  }
  #numbers .number06 .content > div:last-child {
    padding-top: 20px;
  }
}




/* ---------------------------------------------------------
 * page / regist
** --------------------------------------------------------- */
/* --------------- .regist_list --------------- */
.regist_list {
}
.regist_list .box {
	margin-top: 100px;
	padding: 80px 90px;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px #6C7E8F26;
}
.regist_list table {
	width: 100%;
	border: none;
}
.regist_list th,
.regist_list td {
	border: none;
}
.regist_list th {
	color: #37A856;
	font-weight: bold;
}
.regist_list th:not(:first-child) {
	border-left: 3px solid #fff;
}
.regist_list td {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.regist_list td:not(:first-child) {
	text-align: center;
}
.regist_list td:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 1px;
	height: 24px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #ddd;
}
.regist_list td a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	background-color: #37A856;
	border: 1px solid #37A856;
	border-radius: 100px;
	color: #fff;
}
.regist_list td a:hover {
	background-color: #fff;
	text-decoration: none;
}
.regist_list td a svg {
	margin-left: 5px;
	fill: #fff;
	transition: all ease 0.25s;
}
.regist_list td a:hover svg {
	fill: #37A856;
}
.regist_list .text_right {
	text-align: right;
}
@media (max-width: 800px) {
	.regist_list .box {
		margin-top: 50px;
		padding: 30px 40px;
	}
	.regist_list td {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.regist_list th:nth-child(2) {
		width: 90px;
	}
	.regist_list td a {
		padding: 5px 15px;
	}
}