@charset "utf-8";
/*-----------------------------------------------
	year
-----------------------------------------------*/
@media (min-width: 768px) {
  .year-card-wrap-01 {
    max-width: 740px;
    margin: 0 auto;
	 
  }
}
@media (min-width: 1280px) {
  .year-card-wrap-01 {
    max-width: 1160px;
	
	  
  }
}

.year-card-01 {
	padding-left:0;
	z-index: 10;
}
@media (min-width: 768px) {
  .year-card-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  padding-left:0;
	  z-index: 10;
  }
}
@media (min-width: 1280px) {
  .year-card-01 {
    margin-left: 10px;
    margin-right: 10px;
	  padding-left:0;
	  z-index: 10;
  }
}
.year-card-01 > li {
  width: 330px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .year-card-01 > li {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
	  width: 330px;
	  
  }
  .year-card-01 > li:nth-of-type(-n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .year-card-01 > li {
    margin-left: 25px;
    margin-right: 25px;
    width: 330px;
  }
  .year-card-01 > li:nth-of-type(-n + 3) {
    margin-top: 30px;
  }
}
.year-card-01 > li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .year-card-01 > li:first-child {
    margin-top: 30px;
  }
}

.year-card-01 li {
	list-style:none;
}

.year-card-01 > li a {
  text-decoration: none;
  color: inherit;
}
.year-card-01 > li a:hover .image > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.year-card-01 > li a:hover .image .icon {
  background-color: #256d1b;
}
.year-card-01 > li a:hover .image .icon::after {
  border-color: #fff;
}
.year-card-01 > li .image {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.year-card-01 > li .image > img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.year-card-01 > li .image .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.year-card-01 > li .image .icon::after {
  content: "";
  border-right: 2px solid #256d1b;
  border-top: 2px solid #256d1b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
.year-card-01 > li .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.year-card-01 > li .head .iocn {
  width: 42px;
  margin-right: 20px;
}
.year-card-01 > li .head .title .name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .year-card-01 > li .head .title {
    font-size: 2rem;
  }
}
.year-card-01 > li .head .title .area {
  color: #3f3f3f;
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .yeaar-card-01 > li .head .title .area {
    font-size: 1.4rem;
  }
}
.year-card-01 > li .text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
}
@media (min-width: 1280px) {
  .year-card-01 > li .text {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
.year_card {
	background: white;
	padding: 30px 10px 20px 10px;
	margin: 0 auto;
　　flex-basis: 20%;
	border-radius: 20px;
	text-align: center;
	width:300px;	
	color: black;
}
	
}

@media(min-width: 1024px){

.year_card {
	background: white;
	padding: 30px 10px 20px 10px;
	margin: 0 auto;
　　flex-basis: 20%;
	border-radius: 20px;
	text-align: center;
	width:300px;
	text-decoration: none;
	color: black;
}
}

.year_kaisai{
	padding-top: 30px;
	padding-bottom: 20px;
}

.year_box{
	justify-content: center;
	max-width: 420px;
	align-items: center;
	position: relative;
	display: flex;
	margin: 0 auto;
}

.year__txt{
	font-size: 16px;
	text-align: left;
}

.year_card details summary{
	font-size: 20px;
	padding-bottom: 8px;
}

.year_card dt {
	
	font-size: 30px;
	padding-top: 100px;
	margin-top: -100px;
}








/*-----------------------------------------------
	area
-----------------------------------------------*/


.area-year_button{
	width: 265px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255,255,255,0.43);
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 20px;
	margin-top: 5%;
	border: 4px solid #FFFFFF;
	color: #253F00;
}



.container_area{
	position: absolute;
	width: 80%;
	height: 30vh;
	display: flex;
	top:20vh;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.container_area a{
	text-decoration: none;
}

.archive_pc_top {
object-fit: cover;
	width:100%;
	height: 65vh;
}

.-archive-{
	font-size: 30px;
	color: black;
	text-shadow: white 0px 0px 8px; 
}

.kako_kaisai{
	font-size: 55px;
	color: black;
	text-shadow: white 0px 0px 10px; 
}

.area_sort{
	width: 302px;
	position: relative;
	background: white;
	padding-top: 35px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 3vh;
	margin-left: 0.8em;
	margin-right: 0.8em;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 3vh;
}

.choices_area {
	width: 330px;
	background: white;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 10;
	margin-bottom: 15px;
}

.choices_area details {
  border: 1px solid #ccc;
}
.choices_area details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * cursor: pointer; ←カーソルをポインターに
**/
.choices_area details summary {
  cursor: pointer;
  padding: 15px;
  background: #e4e4e4;
  color: #242323;
  font-size: 24px;
  font-weight: bold;
}

.choices_area details p {
  margin: 0;
  padding: 20px;
	color: black;
	font-size: 20px;
}

@media (min-width: 768px) {
  .area-card-wrap-01 {
    max-width: 740px;
    margin: 0 auto;
	 
  }
}
@media (min-width: 1280px) {
  .area-card-wrap-01 {
    max-width: 1160px;
	
	  
  }
}

.area-card-01 {
	padding-left:0;
	z-index: 10;
}
@media (min-width: 768px) {
  .area-card-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  padding-left:0;
	  z-index: 10;
  }
}
@media (min-width: 1280px) {
  .area-card-01 {
    margin-left: 10px;
    margin-right: 10px;
	  padding-left:0;
	  z-index: 10;
  }
}
.area-card-01 > li {
  width: 330px;
  margin: 0 auto;
  margin-top: 30px;
	min-height: 420px;
}
@media (min-width: 768px) {
  .area-card-01 > li {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
	  width: 330px;
	  
  }
  .area-card-01 > li:nth-of-type(-n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .area-card-01 > li {
    margin-left: 25px;
    margin-right: 25px;
    width: 330px;
  }
  .area-card-01 > li:nth-of-type(-n + 3) {
    margin-top: 30px;
  }
}
.area-card-01 > li:first-child {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .area-card-01 > li:first-child {
    margin-top: 30px;
  }
}

.area-card-01 li {
	list-style:none;
}

.area-card-01 > li a {
  text-decoration: none;
  color: inherit;
}
.area-card-01 > li a:hover .image > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.area-card-01 > li a:hover .image .icon {
  background-color: #256d1b;
}
.area-card-01 > li a:hover .image .icon::after {
  border-color: #fff;
}
.area-card-01 > li .image {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.area-card-01 > li .image > img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.area-card-01 > li .image .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.area-card-01 > li .image .icon::after {
  content: "";
  border-right: 2px solid #256d1b;
  border-top: 2px solid #256d1b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
.area-card-01 > li .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area-card-01 > li .head .iocn {
  width: 42px;
  margin-right: 20px;
}
.area-card-01 > li .head .title .name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .area-card-01 > li .head .title {
    font-size: 2rem;
  }
}
.area-card-01 > li .head .title .area {
  color: #3f3f3f;
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .area-card-01 > li .head .title .area {
    font-size: 1.4rem;
  }
}
.area-card-01 > li .text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
}
@media (min-width: 1280px) {
  .area-card-01 > li .text {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
.area_card {
	background: white;
	padding: 30px 10px 20px 10px;
	margin: 0 auto;
　　flex-basis: 20%;
	border-radius: 20px;
	text-align: center;
	width:300px;	
	color: black;
	min-height: 420px;
}
	
}

@media(min-width: 1024px){

.area_card {
	background: white;
	padding: 30px 10px 20px 10px;
	margin: 0 auto;
　　flex-basis: 20%;
	border-radius: 20px;
	text-align: center;
	width:300px;
	text-decoration: none;
	color: black;
	min-height: 420px;
}
}

.area_kaisai{
	padding-top: 30px;
}

.area_box{
	justify-content: center;
	max-width: 420px;
	align-items: center;
	position: relative;
	display: flex;
	margin: 0 auto;
}

.area__txt{
	font-size: 16px;
	text-align: left;
}

.area_card details summary{
	font-size: 20px;
	padding-top: 10px;
}

.area_card dt {
	
	font-size: 30px;
	padding-top: 100px;
	margin-top: -100px;
}

.anchor{
	padding-top: 150px;
  margin-top: 150px;
pointer-events: none;
}



/*-----------------------------------------------
	common
-----------------------------------------------*/

@media (min-width: 768px) {
  .lineup {
    margin-top: 0px;
  }
}
.lineup .title-image img {
  width: 96px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lineup .title-image img {
    width: 112px;
  }
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .list-card-wrap-01 {
    max-width: 740px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .list-card-wrap-01 {
    max-width: 1160px;
	
	  
  }
}

.list-card-01 {
	padding-left:0;
}
@media (min-width: 768px) {
  .list-card-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  padding-left:0;
  }
}
@media (min-width: 1280px) {
  .list-card-01 {
    margin-left: 10px;
    margin-right: 10px;
	  padding-left:0;
  }
}
.list-card-01 > li {
  width: 330px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-card-01 > li {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
	  width: 330px;
  }
  .list-card-01 > li:nth-of-type(-n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .list-card-01 > li {
    margin-left: 25px;
    margin-right: 25px;
    width: 330px;
  }
  .list-card-01 > li:nth-of-type(-n + 3) {
    margin-top: 30px;
  }
}
.list-card-01 > li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .list-card-01 > li:first-child {
    margin-top: 30px;
  }
}

.list-card-01 li {
	list-style:none;
}

.list-card-01 > li a {
  text-decoration: none;
  color: inherit;
}
.list-card-01 > li a:hover .image > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list-card-01 > li a:hover .image .icon {
  background-color: #256d1b;
}
.list-card-01 > li a:hover .image .icon::after {
  border-color: #fff;
}
.list-card-01 > li .image {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.list-card-01 > li .image > img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list-card-01 > li .image .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list-card-01 > li .image .icon::after {
  content: "";
  border-right: 2px solid #256d1b;
  border-top: 2px solid #256d1b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
.list-card-01 > li .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-card-01 > li .head .iocn {
  width: 42px;
  margin-right: 20px;
}
.list-card-01 > li .head .title .name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .list-card-01 > li .head .title {
    font-size: 2rem;
  }
}
.list-card-01 > li .head .title .area {
  color: #3f3f3f;
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .list-card-01 > li .head .title .area {
    font-size: 1.4rem;
  }
}
.list-card-01 > li .text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
}
@media (min-width: 1280px) {
  .list-card-01 > li .text {
    font-size: 2rem;
  }
}













.container {
  display: flex;
  flex-wrap: wrap;
	position: relative;
  align-items: center;
  justify-content: center;
}

.container_info{
	position: absolute;
	width: 80%;
	height: 60vh;
	display: flex;
	margin-left: 10%;
	top:20vh;
}

.columnA {
	display: flex;
	width: 50%;
	height: 100%;
	z-index: 3;
	position: relative;
	align-items: center;
	justify-content: center;
}

.top_info_img img{
	width: 95%;
	}


.columnB {
	display: flex;
	width: 45%;
	height: 100%;
	z-index: 3;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.columnB_text {
word-break: break-all;
	font-size: 20px;
	color: #253F00;
	width: 80%;
	max-width: 480px;
}


.columnB_button{
	width: 6em;
  height: 6vh;
  border-radius: 6vh;
  background-color: rgba(255,255,255,0.43);
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 24px;
	margin-top: 5%;
	border: 4px solid #FFFFFF;
	color: #253F00;
min-width:160px;
}

.columnB a:link {
	text-decoration: none;
}

a.no-color-change{
color: #253F00;	
}

span.aks{
	display:inline-block;
}



@media (max-width: 1023px) {
	
	.container_info{
		margin: 0 auto;
	width: 80%;
	height: 75vh;
	top:13vh;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-flow: column;
}
	
	
  .columnA {
	  position: relative;
	width: 100%;
	z-index: 3;
	  height: auto;
	  padding: 0;
	  align-items: flex-start;
	  text-align: center;
	  max-width: 630px;
}
.columnB {
	width: 97%;
	height: auto;
	z-index: 3;
	display: flex;
	margin: 7% auto;
}
.columnB_text {
word-break: break-all;
	font-size: 16px;
	color: #253F00;
	width: 80%;
	text-align: start;
}


.columnB_button{
	width: 6em;
  height: 2em;
  border-radius: 6vh;
  background-color: rgba(255,255,255,0.43);
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 22px;
	margin-top: 20px;
	border: 4px solid #FFFFFF;
	color: #253F00;
	text-align: center;
}	
	


.card {
	background: white;
	padding: 15px;
	margin: 0 auto;
　　flex-basis: 20%;
	border-radius: 20px;
	text-align: center;
	width:300px;	
}
	
}

.title_block {
  	z-index: 5;
	display: block;
	justify-content: center;
	text-align: center;
	color: white;
}

.in_title_block {
  	z-index: 5;
	display: block;
	justify-content: center;
	text-align: center;
}

@media(min-width: 1024px){

.card {
	background: white;
	padding: 15px;
	margin: 0 auto;
　　flex-basis: 20%;
	border-radius: 20px;
	text-align: center;
	width:300px;
	text-decoration: none;
}
}

.card .syousai_button{
 width:70%;
	line-height: 2;
	border-radius: 20px;
  background-color: #F5AE37;
  display: block;
 text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
	text-decoration: none;
}

.card .syousai_button p{
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.card .syousai_button a {
	text-decoration: none;
	font-size: 20px;
	color: white;
}


.card .coming_soon{
width:70%;
	line-height: 2;
	border-radius: 20px;
  background-color: #dddddd;
  display: block;
 text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
	text-decoration: none;
}

.card .coming_soon p{
	font-size: 20px;
	color: white;
}

.card .coming_soon a {
	text-decoration: none;
	font-size: 20px;
	color: white;
}

@media (min-width: 1024px){

.s-lead_wrapper{
	align-items: center;
	justify-content: center;
	position: relative;
	display: flex;
}

.s-lead_box{
	justify-content: center;
	max-width: 420px;
	align-items: center;
	position: relative;
	display: flex;
	margin: 0 auto;
}

.s-lead__txt{
	font-size: 20px;
	text-align: left;
}


}

@media (max-width: 1023px){

.s-lead_wrapper{
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
}	
	
.s-lead_box{
	justify-content: center;
	max-width: 272px;
	align-items: center;
	position: relative;
	display: flex;
	margin: 0 auto;
}

.s-lead__txt{
	text-align: left;
	
}

}


.archive_box{
	width: 500px;
}

.date{
	width: 200px;
}

.location{
	width: 300px;
}


.archive_background{
	width: 302px;
	position: relative;
	background: white;
	padding-top: 35px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 10vh;
	margin-left: 0.8em;
	margin-right: 0.8em;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 3vh;
}


@media (min-width: 768px){

.archive_background{
	width: 672px;
	position: relative;
	background: white;
	padding-top: 35px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 10vh;
	margin-left: 0.8em;
	margin-right: 0.8em;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 3vh;
}
	
}	
	


@media (min-width: 1280px){

.archive_background{
	width: 1062px;
	position: relative;
	background: white;
	padding-top: 35px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 10vh;
	margin-left: 0.8em;
	margin-right: 0.8em;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 3vh;
}

}	
	
.archive_button{
	border-radius: 25px;
	background-color: #005E00;
	display: block;
	text-align: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	width: 220px;
	margin-bottom: 35px;
	margin-top: 20px;
}

.archive_button a{
	text-decoration: none;
	
}

a.no-color-change_white{
color: white;
}


body {
	position: relative;
  color: #222;
  font-family: "Arial",'小塚ゴシック Pro B',sans-serif ;
	font-size: 14px;
	background-color: #005E00;
	 margin: 0;
   padding: 0;
}

.marugo{
	font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.sp { display: none; }

/*-----( cmn__btn )-----*/
.cmn__btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  max-width: 100%;
  height: 60px;
  border: 2px solid #97251A;
  background: #fff;
  color: #97251A;
  text-decoration: none;
  font-weight: 700;
}
.cmn__btn-01::before,
.cmn__btn-01::after {
  position: absolute;
  content: "";
  display: block;
}
.cmn__btn-01::before {
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #97251A;
}
.cmn__btn-01::after {
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 13px;
  margin: auto 0;
  background: url(../img/common/arw_01.svg) left top / cover no-repeat;
}
.cmn__btn-01.ex-sign::after {
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_ex_02.svg) left top / cover no-repeat;
}
.cmn__btn-01.pdf-sign::after {
  right: 20px;
  width: 13px;
  height: 16px;
  background: url(../img/common/icon_pdf.svg) left top / cover no-repeat;
}
.cmn-head-01__tag {
  display: inline-block;
  padding: 4px 27px 4px;
  background: #97251A;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}
.cmn-head-01__ttl {
  padding: 10px 0 13px;
  border-bottom: 2px solid #97251A;
  color: #97251A;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
}
.cmn-head-02 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 40px;
  background: #3C1A1A;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
}
.link__pdf-01 {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.link__pdf-01::before,
.link__pdf-01::after {
  content: "";
  display: inline-block;
}
.link__pdf-01::before {
  width: 15px;
  height: 15px;
  margin-right: 11px;
  background: url(../img/common/arw_06.svg) left top / cover no-repeat;
}
.link__pdf-01::after {
  width: 13px;
  height: 16px;
  margin-left: 10px;
  background: url(../img/common/icon_pdf.svg) left top / cover no-repeat;
}
@media (hover: hover) {
  .cmn__btn-01:hover {
    background: #97251A;
    color: #fff;
  }
  .cmn__btn-01:hover::before {
    background: #fff;
  }
  .cmn__btn-01:hover::after {
    background: url(../img/common/arw_02.svg) left top / cover no-repeat;
  }
  .cmn__btn-01:hover.ex-sign::after {
    background: url(../img/common/icon_ex_03.svg) left top / cover no-repeat;
  }
  .cmn__btn-01:hover.pdf-sign::after {
    background: url(../img/common/icon_pdf_ro.svg) left top / cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: block; }
  .cmn__btn-01 {
    width: 260px;
  }
  .cmn-head-01__tag {
    padding: 2px 18px 2px;
    border-radius: 14px;
  }
  .cmn-head-01__ttl {
    padding: 10px 0 13px;
    font-size: 18px;
  }
  .cmn-head-02 {
    height: 48px;
    padding: 0 12px 0 12px;
    font-size: 16px;
  }
}

@media (hover: hover) {
  a.op:hover, .op a:hover, button.op:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  .op:hover[aria-disabled=true], .op:hover[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    opacity: 1;
	}
}











/*-----------------------------------------------
	header
-----------------------------------------------*/
/*-----( ex-header )-----*/
.blank_box {
	background-color: transparent;
	width:50px;
	height:50px;
}

.caravan_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
	width:100%;
  height: 100px;
  background:rgba(0,0,0,0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.caravan_header__logo {
	width: 450px;
	padding: 0 0 0 5%;
	margin: 20% 0 20% 5%;
}
.caravan_header-nav {
  display: flex;
  align-items: center;
}

.caravan_header-nav ul {
	padding-left: 0;
}

.caravan_header-nav li {
	list-style: none;
}

.caravan_header-nav li + li {
  margin-left: 50px;
}
.caravan_header-nav a {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 1279px) {
.caravan_header__logo {
  width: 450px;
	padding: 0 0 0 4%;
	margin: 20% 0 20% 4%;
}
  .caravan_header-nav li + li {
    margin-left: 28px;
  }
  .caravan_header-nav a {
    font-size: 20px;
  }
  .caravan_header-nav li:last-child a {
    width: 160px;
    height: 32px;
    border-radius: 16px;
  }

}

@media only screen and (max-width: 1023px) {
  .caravan_header {
	  height: 90px;
    padding: 0 2% 0 2%;
  }
  .caravan_header__logo {
    width: 400px;
    margin: 20% 0 20% 2%;
  }
  .caravan_header-nav li + li {
    margin-left: 30px;
  }
  .caravan_header-nav a {
    font-size: 18px;
  }
  .caravan_header-nav li:last-child a {
    width: 140px;
    height: 28px;
    border-radius: 14px;
  }

}

@media only screen and (max-width: 880px) {
  .caravan_header__logo {
    width: 360px;
    margin: 15% 0 15% 1%;
  }
  .caravan_header_nav ul {
    padding-left:0;
  }
   .caravan_header_nav li {
    padding-left:0;
  }
	.caravan_header-nav li + li {
    margin-left: 25px;
  }
  .caravan_header-nav li:last-child a {
    width: 120px;
  }
	.caravan_header-nav a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 761px) {
	.header_sp {
		display: none;
	}
	.columnB_button_sp {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
.caravan_header {
  position: fixed;
  display: flex;
 flex-flow: column;
  align-items: center;
  max-width: 100%;
	width:100%;
  height: 95px;
padding: 0px;	
}
	
  .caravan_header__logo {
    width: 320px;
    margin: 15px 10% 1% 10%;
	padding-left: 0px  
  }
  .header_pc {
    display: none;
  }
  .blank_box {
  display: none;
}
	.header_sp a {
		font-size: 16px;
		color: white;
		font-weight: 600;
		padding-top:0px;
		text-decoration: none;
		padding-bottom: 10px;
	}
	.columnB_button {
		display: none;
	}
	
	.columnB_button_sp{
		width: 6em;
  height: 2em;
  border-radius: 6vh;
  background-color: rgba(255,255,255,0.43);
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 20px;
	margin-top: 18px;
	border: 3px solid #FFFFFF;
	color: #253F00;
	}
}


/*-----( caravan_sp_header )-----*/
.caravan_sp_header {
  display: none;
}

@media only screen and (max-width: 767px) {
  .caravan_sp_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: block;
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.5);
  }
  .caravan_sp_header__logo {
    display: inline-block;
    width: 240px;
    padding: 20px 0 0 0;
    margin: 0 0 0 2%;
  }
  /*-----( caravan_sp_header__btn )-----*/
  .caravan_sp_header__btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    width: 50px;
    height: 50px;
    background: #97251A;
  }
  .caravan_sp_header__btn-inner {
    position: relative;
    top: calc(50% - 17px);
    left: 50%;
    display: block;
    width: 24px;
    height: 17px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .caravan_sp_header__btn,
  .caravan_sp_header__btn-inner span {
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
  }
  .caravan_sp_header__btn-inner span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 1.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .caravan_sp_header__btn-inner span:nth-of-type(1) {
    top: 0;
  }
  .caravan_sp_header__btn-inner span:nth-of-type(2) {
    top: 7px;
    width: 16px;
    margin-left: -4px;
  }
  .caravan_sp_header__btn-inner span:nth-of-type(3) {
    bottom: 1px;
  }
  .menu-opened .caravan_sp_header__btn-inner span {
    background-color: #fff;
  }
  .menu-opened .caravan_sp_header__btn-inner span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) translateX(-50%) rotate(-45deg);
    top: -4px;
  }
  .menu-opened .caravan_sp_header__btn-inner span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-opened .caravan_sp_header__btn-inner span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) translateX(-50%) rotate(45deg);
    bottom: -1px;
  }
}

/*-----( caravan_sp_menu )-----*/
.caravan_sp_menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .caravan_sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding: 0 0 40px;
    background: #97251A;
  }
  .caravan_sp_menu__logo {
    width: 266px;
    margin: 0 auto;
    padding: 54px 0 39px;
  }
  .caravan_sp_nav ul {
    padding-left:0;
  }
   .caravan_sp_nav li {
    padding-left:0;
  }
  .caravan_sp_nav li {
    border-bottom: 1px solid #fff;
  }
  .caravan_sp_nav li:first-child {
    border-top: 1px solid #fff;
  }
  .caravan_sp_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }
  .caravan_ex_sp_nav {
    display: flex;
    flex-wrap: wrap;
    padding: 39px 0 0;
  }
  .caravan_ex_sp_nav li {
    margin-bottom: 10px;
  }
  .caravan_ex_sp_nav li:nth-child(odd) {
    width: 55%;
  }
  .caravan_ex_sp_nav li:nth-child(even) {
    width: 45%;
  }
  .caravan_ex_sp_nav a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .caravan_ex_sp_nav a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 11px 0 0;
    background: url(../img/common/arw_03.svg) left top / cover no-repeat;
  }
}

/*-----( space_tpview )-----*/
.space_tpview {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 120px;
  background: #005E00;
}
/*-----------------------------------------------
	hero
-----------------------------------------------*/
.top-hero__movie {
	object-fit: cover;
	width:100%;
	height: calc(100vh - 120px);
}

/*-----( sub-hero )-----*/
.sub-hero-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 113px 0 0;
  text-align: center;
}
.sub-hero__eng {
  margin: 0 auto 16px;
  height: 36px;
}
.sub-hero__eng img {
  width: auto;
  height: 100%;
}
.sub-hero__ttl {
  color: #fff;
  font-size: 16px;
	width: 100%
}

@media only screen and (max-width: 767px) {
  .sub-hero-frame {
    height: 260px;
    padding: 60px 0 0;
  }
  .sub-hero__eng {
    margin: 0 auto 10px;
    height: 24px;
  }
}

/*-----( page__ttl )-----*/
.page__ttl {
  color: #97251A;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .page__ttl {
    font-size: 22px;
  } 
  .main > section > .page__ttl {
    padding-top: 60px;
  }
}

/*-----( cmn-covid )-----*/
.cmn-covid {
  display: flex;
  padding: 60px 9%;
  background: #F8F7F2;
}
.cmn-covid-head {
  flex-shrink: 0;
  width: 194px;
  margin: 0 9.5% 0 0;
  text-align: center;
}
.cmn-covid__ttl {
  margin: 0 0 27px;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  font-weight: 500;
}
.cmn-covid-head img {
  width: 133px;
}
.cmn-covid-body li {
  display: flex;
  align-items: center;
}
.cmn-covid-body li + li {
  margin-top: 20px;
}
.cmn-covid-body li span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  margin: 0 20px 0 0;
  background: #97251A;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
}
.cmn-covid-body li p {
  font-size: 16px;
  font-weight: 500;
}
.cmn-covid-body .cmn__btn-01 {
  width: 364px;
  max-width: 100%;
  margin: 40px 0 0 -12px;
}

@media only screen and (max-width: 767px) {
  .cmn-covid {
    display: block;
    padding: 40px 5%;
  }
  .cmn-covid-head {
    margin: 0 auto 32px;
  }
  .cmn-covid__ttl {
    margin: 0 0 17px;
  }
  .cmn-covid-body li {
    display: block;
    text-align: center;
  }
  .cmn-covid-body li + li {
    margin-top: 26px;
  }
  .cmn-covid-body li span {
    width: 68px;
    height: 26px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .cmn-covid-body li p {
    font-size: 14px;
  }
  .cmn-covid-body .cmn__btn-01 {
    width: 100%;
    margin: 40px auto 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .cmn-covid-body .cmn__btn-01 {
    font-size: 10px;
  }
}

/*-----( cmn-table-01 )-----*/
.cmn-table-01 {
  width: 100%;
  border-collapse: collapse;
}
.cmn-table-01 thead th {
  height: 62px;
  background: #97251A;
  border-right: 1px solid #492A2A;
  border-bottom: 1px solid #492A2A;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.cmn-table-01 tbody th,
.cmn-table-01 tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #97251A;
  border-top: none;
  font-size: 18px;
  font-weight: 700;
}
.cmn-table-01 tbody th {
  width: 58%;
  padding-left: 5%;
  text-align: left;
}
.cmn-table-01 .note {
  font-size: 14px;
  font-weight: 500;
}
.cmn-table-01 tbody td {
  text-align: center;
}
.cmn-table-01__note {
  margin-top: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cmn-table-01 thead th {
    height: 30px;
    font-size: 14px;
  }
  .cmn-table-01 tbody th,
  .cmn-table-01 tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2%;
    font-size: 14px;
  }
  .cmn-table-01 tbody th {
    padding-left: 3%;
  }
  .cmn-table-01 .note {
    font-size: 12px;
  }
  .cmn-table-01__note {
    margin-top: 12px;
  }
}

/*-----( cmn-note-list-01 )-----*/
.cmn-note-list-01 {
  padding: 40px 5.4%;
  background: #F8F7F2;
}
.cmn-note-list-01 li {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.cmn-note-list-01 li + li {
  margin-top: 19px;
}
.cmn-note-list-01 li::before {
  content: "●";
  margin: 5px 10px 0 0;
  color: #97251A;
  font-size: 10px;
}
.cmn-note-list-01 li span span {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .cmn-note-list-01 {
    padding: 28px 5%;
  }
  .cmn-note-list-01 li {
    font-size: 14px;
  }
  .cmn-note-list-01 li + li {
    margin-top: 14px;
  }
  .cmn-note-list-01 li::before {
    margin: 3px 7px 0 0;
  }
}

/*-----( cmn-box-01 )-----*/
.cmn-box-01 {
  padding: 60px 11%;
  background: #F8F7F2;
}
.cmn-box-01__txt {
  margin: 31px auto 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .cmn-box-01 {
    padding: 40px 5% 40px;
  }
  .cmn-box-01__txt {
    margin: 18px auto 20px;
    font-size: 14px;
  }
}

/*-----( cmn-contact-box )-----*/
.cmn-contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 53px 7.4% 62px;
  background: #F8F7F2;
}
.cmn-contact-info {
  width: 50%;
  border-right: 1px solid #C4C4C4;
}
.cmn-contact-info__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.cmn-contact-info-dl {
  display: flex;
  align-items: center;
  margin: 23px 0 0;
}
.cmn-contact-info-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 30px;
  margin: 0 20px 0 0;
  border-radius: 15px;
  background: #97251A;
  color: #fff;
  font-weight: 500;
}
.cmn-contact-info-dl <strong>dd {</strong>
  font-size: 16px;
  font-weight: 500;
}
.cmn-contact-info-dl dd + dt {
  margin-left: 40px;
}
.cmn-contact-num {
  width: 50%;
  padding-left: 11%;
}
.cmn-contact-num__txt {
  display: block;
  color: #97251A;
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
}
.cmn-contact-num__txt + .cmn-contact-num__txt {
  margin-top: 10px;
}

@media only screen and (max-width: 1089px) {
  .cmn-contact-info {
    padding-right: 5%;
  }
  .cmn-contact-info-dl {
    flex-wrap: wrap;
  }
  .cmn-contact-info-dl dt {
    margin: 0 10px 0 0;
  }
  .cmn-contact-info-dl dd + dt {
    margin-left: 0;
  }
  .cmn-contact-info-dl dt,
  .cmn-contact-info-dl dd {
    margin-bottom: 10px;
  }
  .cmn-contact-info-dl dd {
    width: calc(100% - 90px);
  }
  .cmn-contact-num {
    text-align: center;
    padding-left: 0;
  }
}

@media only screen and (max-width: 869px) {
  .contact-num__txt {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-contact-box {
    display: block;
    padding: 30px 5% 30px;
  }
  .cmn-contact-info {
    width: 100%;
    border-right: none;
  }
  .cmn-contact-num {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .cmn-contact-num__txt {
    font-size: 20px;
  }
}

/*-----( plan )-----*/
.plan .wrapper {
	padding: 20px 0;
	background: #fff;
}
.plan-frame {
	width: 96%;
	margin: 0 auto;
	border: 2px solid ;
}
.plan-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
.plan-nav li {
  width: 28.3%;
  margin: 0 1.41% 30px;
}
.plan-nav a {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 71.33333%;
}
.plan-nav__txt,
.plan-nav__ro,
.plan-nav__img {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-nav__txt,
.plan-nav__ro {
  z-index: 2;
}
.plan-nav__ro,
.plan-nav__sp {
  display: none;
}
.plan-nav__img {
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.plan-nav__img {
	transition: all .4s ease-out;
}
@media (hover: hover) {
  .plan-nav a:hover .plan-nav__txt {
    display: none;
  }
  .plan-nav a:hover .plan-nav__ro {
    display: block;
  }
	.plan-nav a:hover .plan-nav__img {
		transform: scale(1.1);
	}
}

@media only screen and (max-width: 767px) {
  .plan-frame {
    width: 100%;
  }
  .plan-nav {
    display: block;
    padding: 0 0 20px;
  }
  .plan-nav li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .plan-nav a {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .plan-nav__txt,
  .plan-nav__ro,
  .plan-nav__img {
    display: none;
  }
  .plan-nav__sp {
    display: block;
  }
}

/*-----( tq )-----*/
.tq {
  display: flex;
  justify-content: space-between;
  margin: 120px auto 100px;
}
.tq a {
  position: relative;
  display: block;
  width: 47.27%;
  height: 0;
  padding-top: 12.72%;
  overflow: hidden;
}
.tq__txt,
.tq__ro {
  position: absolute;
  top: 0;
  left: 0;
}
.tq__ro,
.tq__sp {
  display: none;
}
@media (hover: hover) {
  .tq a:hover .tq__txt {
    display: none;
  }
  .tq a:hover .tq__ro {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .tq {
    display: block;
    margin: 80px auto;
  }
  .tq a {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .tq a + a {
    margin-top: 40px;
  }
  .tq__txt {
    display: none;
  }
  .tq__sp {
    display: block;
  }
}

/*-----------------------------------------------
  footer
-----------------------------------------------*/
.sns-nav {
  display: flex;
  justify-content: center;
}
.footer .sns-nav {
  margin-bottom: 60px;
}
.sns-nav li {
  width: 60px;
  margin: 0 20px;
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer-bg {
  background:#005E00;
  color: white;
	font-weight: 600;
}
.footer-bg a {
  color: white;
  text-decoration: none;
}
.footer-main,
.footer-btm {
  display: flex;
  justify-content: space-between;
}
.footer-main {
  padding: 0 0 72px;
}
.footer__logo {
  display: block;
  width: 221px;
}
.footer-head {
  padding: 50px 0 0;
}
.footer-head p {
  margin: 28px 0 0;
  line-height: 1.8;
}
.footer-nav_pc {
  display: flex;
  justify-content: space-between;
  width: 50.2%;
  padding: 77px 0px 0px;
	
}

.footer-nav_pc li {
  display: flex;
}
.footer-nav_pc li + li {
  margin-top: 19px;
}
.footer-nav_pc li::before {
  content: "ー";
  margin: 0 7px 0 0;
}
.copyright {
  font-size: 12px;
}
.footer-btm {
  padding: 0 0 20px;
}
.footer-btm-nav {
  display: flex;
  font-size: 12px;
}
.footer-btm-nav li + li::before {
  content: "|";
  margin: 0 10px 0 10px;
}
.ex-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.ex-modal-box {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1100px;
  padding: 60px 4%;
  background: #F8F7F2;
}
.ex-modal__ttl {
  color: #97251A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 40px;
}
.ex-modal__txt {
  display: flex;
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.ex-modal__txt + .ex-modal__txt {
  margin-top: 10px;
}
.ex-modal__txt::before {
  flex-shrink: 0;
  content: "・";
}
.ex-modal__go {
  margin: 40px auto 0;
}
.ex-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
	.footer-nav_sp{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.footer-nav_pc{
		display: none;
	}
	
  .sns-nav li {
    width: 46px;
    margin: 0 10px;
  }
  .footer-bg .wrapper {
    width: 100%;
  }
  .footer-main {
    display: block;
  }
  .footer-main {
    padding: 0 0 40px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer-head {
    padding: 39px 0 0;
  }
  .footer-head p {
    margin: 18px 0 0;
    text-align: center;
  }
  .footer-nav_sp {
    display: block;
    width: 100%;
    padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 0px;  
  }
  .footer-nav_sp ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
	 
  }
  .footer-nav_sp li {
    border-bottom: 1px solid #F5B519;
	list-style: none;
  }
  .footer-nav_sp li + li {
    margin-top: 0;
  }
  .footer-nav_sp ul:first-child li:first-child {
    border-top: 1px solid #F5B519;
  }
  .footer-nav_sp ul:first-child li {
    width: 100%;
  }
  .footer-nav_sp ul:first-child li,
  .footer-nav_sp ul:last-child li {
    width: 100%;
  }
  .footer-nav_sp li::before {
    display: none;
    margin: 0;
  }
  .footer-nav_sp a {
    display: block;
    width: 100%;
    padding: 16px 2% 17px 10%;
  }
  .footer-nav_sp ul:first-child li a,
  .footer-nav_sp ul:last-child li a {
    padding: 16px 5% 17px;
  }
	
  .footer-btm {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 40px;
  }
  .footer-btm-nav {
    margin: 0 auto 28px;
  }
  .ex-modal-box {
    padding: 30px 4%;
  }
  .ex-modal__ttl {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .ex-modal__txt {
    font-size: 14px;
  }
  .ex-modal__go {
    margin: 24px auto 0;
  }
}