/*--------------------------------------
hero
--------------------------------------*/
.top_hero_body {
	width: 100%;
	padding: 0 30px;
}
@media only screen and (min-width: 1025px) {
	.top_hero_body {
		margin: auto;
		padding: 0;
	}
}
.top_hero_area {
	background: var(--hero-bg) url(../images/top/top_hero_bg_sp.webp) center/cover no-repeat;
	position: relative;
	padding: 40px 0 60px;
}
.society_name_wrap {
	backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, .7);
	padding: 21px 0 26px;
	width: 55%;
	margin: 0 auto;
}
.society_desc_body {
	color: #007d47;
}
.society_desc_body + .society_desc_body {
	padding: 20px 0 0;
}
.society_desc_list_wrap .society_desc_body {
	padding: 28px 0 0;
}
.society_name_headline {
	line-height: 1.5;
	text-align: center;
}
.society_times {
  font-size: 16px;
}
.society_name {
  font-size: 24px;
	font-weight: bold;
}
.society_desc_list_inner {
	display: flex;
	align-items: flex-start;
	gap: 0 25px;
	margin: 14px 0 0;
}
.society_desc_list_inner:first-child {
	flex-wrap: wrap;
	margin: 0;
	align-items: flex-end;
}
.society_desc_list {
	display: inline-block;
	width: 56px;
	margin: 5px 0 0;
}
.society_desc_list_inner:first-child .society_desc_list {
	margin: 0 0 3.8%;
}
.society_desc_list span {
	font-size: 14px;
	padding: 5px 13px;
	background: #007d47;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	width: 56px;
	margin: 5px 0 0;
	color: #fff;
}
.society_desc_list_inner:nth-child(3) .society_desc_list span {
	padding: 5px calc((100% - 3em) / 2);
}
.society_desc {
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
}
.society_time_picup {
	font-size: 28px;
}
.society_chairman {
	display: block;
}
.society_affiliation {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.pc_area {
	display: none;
}
.sp_area {
	margin: 40px 0 0;
  padding: 0 0 40px;
  border-bottom: var(--line-color) 1px solid;
}
@media screen and (min-width: 576px) {
	.society_desc_list_inner:first-child .society_desc_list {
		margin: 0 0 2%;
	}
}
@media screen and (min-width: 768px) {
	.top_hero_area {
		background: var(--hero-bg) url(../images/top/top_hero_bg.webp) center/cover no-repeat;
	}
	.top_hero_area {
		width: 100%;
		padding: 80px 0 100px;
	}
	.society_desc_list_inner {
		gap: 30px;
		align-items: center;
		margin: 20px 0 0;
	}
	.society_desc_list_inner:first-child .society_desc_list {
		margin: 0 0 1%;
	}
	.society_desc {
		font-size: clamp(21px, 3.1vw, 32px);
	}
	.society_desc_list {
		margin: 0;
	}
	.society_times {
		font-size: clamp(16px, 2.5vw, 40px);
	}
	.society_name {
		font-size: clamp(24px, 3.5vw, 56px);
	}
	.society_time_picup {
		font-size: clamp(41px, 5vw, 52px);
	}
	.society_affiliation {
		font-size: clamp(12px, 1.1vw, 18px);
	}
}
@media screen and (min-width: 1025px) {
	.top_hero_area {
		padding: 80px 0 160px;
	}
	.society_name_headline {
		text-align: left;
	}
	.society_desc_list_inner {
		gap: 0 30px;
	}
	.society_desc_list_inner:first-child .society_desc_list {
		margin: 0 0 2%;
	}
	.society_desc_list {
		width: 100px;
	}
	.society_desc_list span {
		padding: 9px 25px;
		font-size: 24px;
		width: auto;
	}
	.society_desc_list_inner:nth-child(3) .society_desc_list span {
		padding: 9px calc((100% - 3em) / 2);
	}
	.sp_area {
		display: none;
	}
	.pc_area {
		display: block;
	}
}
@media screen and (min-width: 1200px) {
	.society_desc_body + .society_desc_body {
		padding: 30px 0 0;
	}
	.society_desc_list_inner:first-child .society_desc_list {
		margin: 0 0 2.5%;
	}
}
/* ポスター */
.society_poster_wrap {
	padding: 30px 0 40px;
}
.top_hero_poster {
  cursor: pointer;
  max-width: 302px;
  position: relative;
  width: 100%;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	margin: auto;
}
.top_hero_poster img {
  height: auto;
  width: 100%;
}
a.hover-mask {
  background: var(--poster-hover-color);
  width: 100%;
  color: var(--main-color);
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  opacity: 0;
  transition: opacity .6s ease;
}
.hover-mask:hover {
  opacity: 1;
}
.hover-mask p {
  width: 80%;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
}
.top_hero_poster .pdf_icon {
	width: 22px;
	height: 27px;
}
.top_hero_poster .dl_icon {
	width: 22px;
	height: 25px;
}
@media screen and (min-width: 768px) {
	.society_poster_wrap {
		position: absolute;
    top: 0;
    right: 0;
		width: 30%;
	}
	.society_desc_list_wrap .society_desc_body {
		padding: 40px 0 60px 0;
	}
}
@media screen and (min-width: 900px) {
	.top_hero_poster {
		max-width: 390px;
	}
}
@media screen and (min-width: 1025px) {
	.society_poster_wrap {
		position: unset;
		width: 100%;
	}
	.society_name_wrap {
		padding: 48px 0 30px 80px;
		margin: 0;
		width: 100%;
		/* padding: 48px 0 30px;
		margin: 0 auto; */
	}
	.society_desc_list_wrap .society_desc_body {
		padding: 40px 0 60px 80px;
	}
	.hover-mask p {
		font-size: 20px;
		margin: 20px 0;
	}
	.top_hero_poster .pdf_icon {
		width: 30px;
		height: 35px;
	}
	.top_hero_poster .dl_icon {
		width: 30px;
		height: 33px;
	}
}
@media screen and (min-width: 1280px) {
	.society_name_wrap {
		/* width: 67%; */
		width: 76%;
		/* padding: 48px 440px 30px 80px; */
		padding: 48px 70px 40px 70px;
	}
	.society_desc_list_wrap .society_desc_body {
		padding: 40px 300px 150px 80px;
	}
}
@media screen and (min-width: 1400px) {
	.society_poster_wrap {
		max-width: 550px;
		position: absolute;
    top: 23px;
    right: 40px;
		padding: 0;
	}
	.society_name_wrap {
		/* padding: 48px 440px 30px 60px; */
		/* width: 61%; */
		width: 68%;
		padding: 48px 70px 40px 70px;

	}
	.society_desc_list_wrap .society_desc_body {
		padding: 40px 440px 150px 60px;
	}
	.top_hero_poster {
		max-width: 350px;
		margin: 0 0 0 auto;
	}
}
@media screen and (min-width: 1500px) {
	.society_name_wrap {
		/* padding: 48px 590px 30px 60px; */
		/* width: 59%; */
		width: 66%;
		padding: 48px 90px;
	}
	.society_desc_list_wrap .society_desc_body {
		padding: 40px 590px 170px 60px;
	}
	.top_hero_poster {
		max-width: 500px;
	}
}
@media screen and (min-width: 1620px) {
	.society_name_wrap {
		/* width: 46%; */
		width: 59%;
	}
}
@media screen and (min-width: 1860px) {
	.society_name_wrap {
		/* width: 46%; */
		width: 50%;
	}
	.society_desc_list_wrap .society_desc_body {
		padding: 40px 690px 150px 120px;
	}
	.top_hero_poster {
		max-width: 600px;
	}
}
/*--------------------------------------
バナーエリア
--------------------------------------*/
.slide_bnr_body {
	/* width: 100%; */
	padding: 0 30px;
}
.swiper-slide {
	text-align: center;
}
.slide_bnr_body.bnr_noslide {
	display: none;
}
@media screen and (min-width: 768px) {
	.slide_bnr_body {
		padding: 0 70px;
	}
}
@media screen and (min-width: 1200px) {
	.slide_bnr_body.bnr_nomal {
		display: none;
	}
	.slide_bnr_body.bnr_noslide {
		display: block;
	}
	.swiper-slide {
		text-align: left;
	}
}
@media screen and (min-width: 1650px) {
	.slide_bnr_body {
		width: 1260px;
		margin: auto;
		padding: 0;
	}
}
/*swiper.js*/
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.slide_bnr_wrap {
	background: var(--sub-color);
	padding: 23px 0;
}
.slide_bnr_wrap.society_bnr {
	background: #efefef;
}
.slide_bnr {
	position: relative;
}
.swiper-wrapper {
	align-items: center;
}
.swiper-wrapper img {
	width: 100%;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
	display: none;
}
@media (min-width: 768px) {
	.slide_bnr_wrap {
		padding: 33px 0;
	}
  .swiper-button-prev,
  .swiper-button-next {
		width: 40px;
    height: 40px;
    margin-top: -19px;
    background: var(--main-color);
		right: -30px;
		display: block;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: -30px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		fill: #fff;
		stroke: none;
		stroke-width: 0;
		z-index: 10;
		width: 40px;
		margin-top: -20px;
		background-image: none;
	}
	.swiper-button-next svg,
	.swiper-button-prev svg {
		position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
	}
}
.bnr_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px 0;
}
@media (min-width: 768px) {
	.bnr_center {
		flex-direction: row;
		align-items: flex-start;
		gap: 0 15px;
	}
}
/*--------------------------------------
NEWS
--------------------------------------*/
.line_sec_inner {
	padding: 60px 0 77px;
}
.news_list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.sec_desc .news_list dt {
	margin: 1px 0 0;
}
.news_list dt {
	margin: 1px 0 0;
	line-height: 2rem!important;
	color: #758491;
	letter-spacing: .1em;
}
.news_list dd {
	line-height: 2;
	font-weight: bold;
	padding: 0 0 20px;
}
.news_list dd:last-child {
	padding-bottom: 0;
}
.news_list dd a {
	color: var(--main-color);
	text-decoration: underline;
}
@media screen and (min-width: 1280px) {
	.news_list dd a:hover {
		text-decoration: none;
		color: var(--hover-color);
	}
}
@media only screen and (min-width: 768px) {
	.line_sec_inner {
		padding: 100px 0 160px;
	}
	.news_list {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.news_list dt {
		width: 15%;
	}
	.news_list dd {
		width: 85%;
		padding: 0 0 30px;
	}
}
.top_btn .common_btn {
	width: 175px;
}
@media only screen and (min-width: 768px) {
	.top_btn .common_btn {
		width: 215px;
	}
}

/* ボタン並び */
.top_btn_area {
	display: flex;
	flex-flow: column;
	gap: 20px 0;
	align-items: center;
	padding: 0 28px 40px;
	margin: 40px 0 0;
}
.top_btn_area .btn_wrap {
	margin: 0;
}
.common_btn.btn_bg {
	background: #CC0066;
	width: 320px;
	line-height: 2.6;
}
.common_btn.btn_bg span {
	font-size: 1.4em;
}
.tel_box {
	width: 320px;
	border: #473312 1px solid;
	padding: 15px;
	line-height: 1.5;
}
.tel_box p {
	padding-left: 6em;
	text-indent: -6em;
}
.tel_box.txt_thanks {
	border: #40b35b 3px solid;
	padding: 0;
}
.tel_box.txt_thanks h3 {
	background: #40b35b;
	color: #fff;
	margin: 0 0 15px;
	padding: 5px 0;
}
.txt_thanks_inner {
	padding: 0 15px 15px;
}
.tel_box.txt_thanks p {
	padding-left: 0;
	text-indent: 0;
}
.tel_box.txt_thanks p + p,
.tel_box.txt_award p + p {
	margin: 15px 0 0;
}
.tel_box.txt_thanks p:last-child {
	text-align: right;
}
.tel_box.txt_award {
	background: #FFEBFF;
	border: #CC0066 3px solid;
}
.tel_box.txt_award p {
	padding-left: 0;
	text-indent: 0;
}
.txt_award_ind {
	display: inline-block;
	padding: 0 0 0 7em;
  text-indent: -7em;
}
.btn_txt_desc {
	padding: 15px;
}
@media screen and (min-width: 768px) {
	.top_btn_area {
		flex-flow: row wrap;
		align-items: flex-start;
		gap: 20px 50px;
		padding: 0 0 60px;
		margin: 0;
	}
	.common_btn.btn_bg,
	.tel_box {
		width: 345px;
	}
	.common_btn.btn_bg {
		line-height: 2;
	}
}
@media screen and (min-width: 1025px) {
	.top_btn_area {
		padding: 0 80px 60px;
	}
}
@media screen and (min-width: 1280px) {
	.top_btn_area {
		padding: 0 80px 40px;
	}
	.tel_box {
		width: 430px;
	}
}
@media screen and (min-width: 1400px) {
	.top_btn_area {
		padding: 0 60px 150px;
	}
}
@media screen and (min-width: 1500px) {
	.top_btn_area {
		padding: 0 60px 170px;
	}
}
@media screen and (min-width: 1860px) {
	.top_btn_area {
		padding: 0 120px 150px;
	}
}