@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&family=Outfit&display=swap");

/*------------------*/

#PageName {
	width: 1024px;
	margin: 0px auto;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 14px;
}

/* その他おすすめ特集_start */
.swiper-slider__outer {
    position: relative;
  }
  
  .bannerCassette_content .bannerImg {
      width: 230px;
      height: 173px;
  }
  /* swiper */
  #SlideBanner .swiper-wrapper {
    margin-bottom: 30px;
  }
  
  .swiper-button-prev {
    top: calc(50% - 15px);
    left: -25px;
  }
  
  .swiper-button-next {
    top: calc(50% - 15px);
    right: -25px;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: none;
  }
  
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    background-image: none;
  }
  
  .swiper-button-prev:active,
  .swiper-button-next:active {
    transition: all 0.3s;
    opacity: 0.5;
  }
  
  .swiper-button-prev::before,
  .swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
  }
  
  .swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  
  .swiper-button-next::before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 10px;
  }
  
  .swiper-slider__outer .swiper-button-prev::before,
  .swiper-slider__outer .swiper-button-next::before {
    border-top: 2px solid #118066;
    border-right: 2px solid #118066;
  }
  /* その他おすすめ特集_end */

/*--2023/11/29-----------------------------*/

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.mb0 {
	margin-bottom: 0px !important;
}

.contText14_16_n {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
}
.contText16_145_n {
	font-size: 16px;
	line-height: 1.45em;
	font-weight: normal;
}

/*------------------*/

.contents {
	background-color: #F7F6F4;
	font-family: 'Noto Sans JP', sans-serif;
}

.contIn1024 {
	width: 1024px;
	margin: auto;
	position: relative;
}

.contBlock01 {
	background-color: #F7F6F4;
}

.meinvisualWrap01 {
	position: relative;
	background-image: url("/attending/kaigai/sdgs/images/pc/BP19-054272D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mainBg01 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.mainFlex01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 534px;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}
.mainFlexIn {
	padding-bottom: 15px;
}
.mainTit01 {}
.mainTit01 img {
	width: 464px;
	height: auto;
}

.mainText01 {
	display: inline-block;
	padding: 16px;
	background-color: rgb(0 0 0 / 31%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.58em;
	font-weight: bold;
	margin-top: 15px;
}

/*-----------------*/

.contAncBox01 {
	display: flex;
	margin-top: 25px;
	justify-content: center;
}
.contAncBox01 li {
	width: 33%;
}
.contAncBox01 li a {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 500;
}
.contAncBox01 li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #118066;
  border-right: solid 2px #118066;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -2px;
}
.contAncBox01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.contAncBox01 li .in01 {
	border-right: 1px solid #bdbdbd;
}
.contAncBox01 li:first-child .in01 {
	border-left: 1px solid #a7a7a7;
}

.contAncBox01 li .icon01 {
}
.contAncBox01 li .icon01 img {
	width: auto;
	height: 44px;
}

/*-------------------*/

.contBlockAnc01 {
	padding: 80px 0px 80px 0px;
}

.contH201 {
	text-align: center;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 18px;
	background-image: url("/attending/kaigai/sdgs/images/pc/cont_tit_dot01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 10px;
	margin-bottom: 40px;
	color: #222222;
}
.anc01Flex01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex01Box01 {
	width: 482px;
	flex-shrink: 0;
}
.flex01Box02 {
	width: 518px;
	flex-shrink: 0;
}
.contH301 {
	font-size: 22px;
	line-height: 1.55em;
	font-weight: bold;
	margin-bottom: 35px;
}

/*------モーダルウィンドウ用---------------------------------------*/

#modal-win {
	width: 100%;
	position: absolute;
	text-align: center;
}
#modal-win-inner {
	/*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
	margin: 0 auto;
	position: relative;
	z-index: 9991;
	text-align: left;
	display: inline-block;
	width: auto !important;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	cursor: pointer;
}

.click {
	display: none;
}

.clickWrap {
	position: relative;
	/*width: 920px;*/
	margin-right: auto;
	margin-left: auto;
}

.clickClose {
	position: absolute;
	top: 12px;
	right: 24px;
}
.clickClose img {
	width: 29px;
	height: auto;
}


/*------モーダルウィンドウ用　ここまで---------------------------------------*/

.modalBlock01 {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 50px 24px 24px 24px;
}
.modalBtn01 {
	text-align: right;
	margin-top: 8px;
}
.modalBtn01 a {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	height: 34px;
	padding: 8px;
	border-radius: 8px;
	background-color: #118066;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
}
.modalBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.modalBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.modalBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.modalBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.modalBtn01 a::after {
	content: "";
	background-image: url("/attending/kaigai/sdgs/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-left: 8px;
}

.modalCloseBtn01 {
	text-align: center;
	margin-top: 32px;
}
.modalCloseBtn01 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 32px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #484848;
	border-radius: 50px;
	color: #118066;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
}
.modalCloseBtn01 a .s01 {
	font-size: 18px;
}

.modalContBox01 {
	display: flex;
	box-sizing: border-box;
	background-color: #F7F6F4;
	border: 2px solid #222222;
	border-radius: 16px;
	padding: 16px;
	margin-top: 16px;
}

.modalFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.modalFlex01 li {
	display: flex;
	width: 49.2%;
	box-sizing: border-box;
	border: 2px solid #E5001E;
	border-radius: 16px;
	padding: 16px;
	margin-top: 16px;
}

.modalFlex01 li:nth-child(1) {
	border-color: #E5001E;
}
.modalFlex01 li:nth-child(2) {
	border-color: #D7A600;
}
.modalFlex01 li:nth-child(3) {
	border-color: #00973B;
}
.modalFlex01 li:nth-child(4) {
	border-color: #C60F28;
}
.modalFlex01 li:nth-child(5) {
	border-color: #E83819;
}
.modalFlex01 li:nth-child(6) {
	border-color: #00A6D9;
}
.modalFlex01 li:nth-child(7) {
	border-color: #FABD00;
}
.modalFlex01 li:nth-child(8) {
	border-color: #970B31;
}
.modalFlex01 li:nth-child(9) {
	border-color: #ED6A02;
}
.modalFlex01 li:nth-child(10) {
	border-color: #DC007A;
}
.modalFlex01 li:nth-child(11) {
	border-color: #F5A200;
}
.modalFlex01 li:nth-child(12) {
	border-color: #D39200;
}
.modalFlex01 li:nth-child(13) {
	border-color: #427935;
}
.modalFlex01 li:nth-child(14) {
	border-color: #0075BA;
}
.modalFlex01 li:nth-child(15) {
	border-color: #28A838;
}
.modalFlex01 li:nth-child(16) {
	border-color: #004C88;
}
.modalFlex01 li:nth-child(17) {
	border-color: #003067;
}

.sdgsIconWrap01 {
	flex-shrink: 0;
}
.sdgsIconWrap01 img {
	width: 100px;
	height: auto;
}
.sdgsTextBox01 {
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.55em;
	font-weight: 500;
}
.contH401 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

/*-------------------*/

.contBlock02 {
	background-color: #ffffff;
	padding: 80px 0px 80px 0px;
}
.contTextBox01 {
	text-align: center;
	margin-bottom: 48px;
}
.contTextBox01 .p01 {
	display: inline-block;
	background-color: #F7F6F4;
	padding: 12px 30px 12px 30px;
	color: #0D7059;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
}

.attemptFlex01 {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 40px;
}
.attemptBox01 {
	width: 240px;
	flex-shrink: 0;
}
.attemptBox02 {
	margin: 0px 22px 0px 15px;
}
.attemptBox03 {
	width: 290px;
	flex-shrink: 0;
}
.attemptBox03 ul {
	display: flex;
	flex-wrap: wrap;
}
.attemptBox03 ul li {
	width: 90px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.attemptBox03 ul li:nth-child(3n) {
	margin-right: 0px;
}

.attemptBox01 img {
	border-radius: 16px;
}

.contH402 {
	font-size: 18px;
	line-height: 1.35em;
	font-weight: bold;
	margin-bottom: 20px;
}
.contH403 {
	font-size: 22px;
	line-height: 1.35em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #222222;
}

.attemptFlex02 {
	display: flex;
	align-items: center;
	padding: 16px;
	border-radius: 16px;
	background-color: #DEEEEA;
}
.attemptFlex02 .attemptBox02 {
	margin-left: 24px;
}

.attemptLink01 {
	margin-top: 48px;
}
.attemptLink01 a {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	padding-bottom: 2px;
	border-bottom: 1px solid #118066;
	color: #222222;
}
.attemptLink01 a::after {
  content: '';
	display: inline-block;
	vertical-align: middle;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #118066;
  border-right: solid 2px #118066;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	margin-left: 15px;
}

/*--------------------*/

.contBlock03 {
	background-color: #F1F0EC;
	padding: 45px 0px;
}

.contBlock03In01 {
	background-color: #F1F0EC;
	padding: 40px 0px 40px 0px;
	margin-top: 10px;
}
.contBlock03In01.boxIn02 {
	margin-top: 80px;
}

.contH302 {
	position: relative;
	font-size: 24px;
	line-height: 1.25em;
	font-weight: bold;
	/*border-left: 4px solid #118066;*/
	padding-left: 8px;
	margin-bottom: 24px;
	color: #222222;
}
.contH302::before {
	content: "";
	width: 4px;
	height: 24px;
	background-color: #118066;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -12px;
}

.toursBox01 {
}
.toursBox01 a {
	position: relative;
	display: block;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 10px 36px 10px 16px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 8px;
	color: #222222;
}
.toursBox01 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #118066;
  border-right: solid 2px #118066;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -5px;
}

.toursBox01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*-----*/

.toursAc01 {
	text-align: center;
	margin-top: 24px;
}
.toursAc01 .p01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 122px;
	height: 38px;
	padding: 10px;
	background-color: #118066;
	border-radius: 50px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	cursor: pointer;
}
.toursAc01 .p01::after {
	content: "";
	display: inline-block;
	background-image: url("/attending/kaigai/sdgs/images/pc/btn_ar01_under.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-left: 8px;
}
.toursAc01.open .p01::after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toursAc01 .p01:hover {
	/*filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;*/
}

.toursAc01 .s01 {
	display: inline;
}
.toursAc01 .s02 {
	display: none;
}
.toursAc01.open .s01 {
	display: none;
}
.toursAc01.open .s02 {
	display: inline;
}

.acContWrap01 {
	display: none;
}
.acContWrap01 .toursBox01 {
	/*padding-top: 24px;*/
}

/*-----*/

.contToursBoxWrap01 {
	padding-top: 48px;
}
.contToursBox01 {
	position: relative;
	border-radius: 16px;
	background-color: #ffffff;
	padding: 45px 40px 40px 40px;
}

.toursBoxPatch01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 42px;
	padding: 10px 16px;
	border-radius: 60px;
	background-color: #118066;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	position: absolute;
	top: -17px;
	left: 40px;
}

.toursBoxH401 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 24px;
}
.toursBoxFlex01 {
	display: flex;
	justify-content: space-between;
}
.toursBoxFlexBox01 {
	width: 380px;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-bottom: 25px;
}
.toursBoxFlexBox02 {
	width: 544px;
}

/*----------*/

.slick-img {
	padding: 0px 4px;
}
.slick-img img {
	border-radius: 8px;
}
.thumbnail-img img {
	border-radius: 4px;
}
.thumbnail-img {
	padding: 0px 4px;
}
.thumbnail {
	margin-top: 8px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	/*margin-top: 15px;*/
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -104px;
}
/*.slick-dots::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}*/

.slick-dots li {
	padding: 0px 3px;
	line-height: 0px;
}
.slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	font-size: 0px;
	line-height: 0px;
	text-indent: -999px;
	width: 10px;
	height: 10px;
	background-color: #D9D9D9;
	border-radius: 20px;
}
.slick-dots .slick-active button {
	background-color: #118066;
}

/*-----------*/

/* .toursBoxFlex02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.toursText01 {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
	max-width: 50%;
}
.toursText02 {
	color: #EF2917;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
} */

.toursBoxFlex02 {
	overflow: hidden;
	margin-bottom: 18px;
}
.toursText01 {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
}
.toursText02 {
	float: right;
	padding-left: 2rem;
	color: #EF2917;
	font-size: 16px;
	font-weight: bold;
}

.toursText02 span {
	font-family: "Outfit", sans-serif;
	font-size: 21px;
}

.toursBoxInBox01 {
	background-color: #cbe3dd;
	border-radius: 8px;
	padding: 20px 20px 20px 20px;
	margin-top: 18px;
}
.toursDl01 dt {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.toursDl01 dt .s01 {
	color: #3083DC;
	font-size: 14px;
	margin-right: 6px;
}
.toursDl01 dd {
	display: flex;
	margin-top: 18px;
	font-size: 15px;
	line-height: 1.45em;
	font-weight: 500;
}
.toursIconWrap01 {
	flex-shrink: 0;
	display: flex;
	margin-left: 10px;
}
.toursIconWrap01 img {
	width: 56px;
	height: auto;
	margin-left: 7px;
}

.toursLinkBox01 {
	background-color: #118066;
	border-radius: 8px;
	padding: 18px 20px 10px 20px;
	margin-top: 20px;
}
.toursH501 {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 18px;
}
.toursLinkBtnFlex01 {
	display: flex;
	flex-wrap: wrap;
}
.toursLinkBtnFlex01 li {
	width: 24.1%;
	margin-right: 1.2%;
	margin-bottom: 10px;
    display: flex;
}
.toursLinkBtnFlex01 li:nth-child(4n) {
	margin-right: 0px;
}

.toursLinkBtnFlex01 a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 40px 15px 15px;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}
.toursLinkBtnFlex01 a::after {
	content: "";
	background-image: url("/attending/kaigai/sdgs/images/pc/btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 23px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
}

.toursLinkBtnFlex01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.contToursBox02 {
	position: relative;
	border-radius: 16px;
	background-color: #ffffff;
	padding: 32px 40px 32px 40px;
	text-align: center;
}
.toursText03 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	color: #222222;
}



/*--------------------*/

.contBlock04 {
	padding: 40px 0px 80px 0px;
}

.swiper-container .swiper-wrapper{
	margin-bottom: 1.5%;
}
.swiper-slide img{
	aspect-ratio: 4 / 3;
}
.js_thumb .swiper-wrapper .swiper-slide img {
	opacity: 0.7;
  } 
  .js_thumb .swiper-wrapper .swiper-slide-active img {
	opacity: 1;
  }
  .swiper-pagination-bullets{
	text-align: center;
}

.tour_wapper {
    background-color: #F1F0EC;
}

.contBlock03In01.boxIn02.noTour {
    margin-top: 0;
    background-color: #F1F0EC;
}













