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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

.fontZenMaruGothic {
  font-family: "Zen Maru Gothic", sans-serif;
}
.fontHiragino {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
}

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

.posiRe {
  position: relative;
}

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

.contents h1 {
	position: relative;
}
.contents h1 figcaption {
	position: absolute;
	bottom: 2px;
	left: 6px;
	color: #ffffff;
}

.mainTextBox01 {
  position: relative;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 100px;
  color: #ffffff;
}
.mainTextBox01 .p01 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.mainTextBox01 .p01 .s01 {
  font-size: 36px;
}
.mainDeco01 {
  width: 220px;
  position: absolute;
  left: 14px;
  top: 22px;
}
.mainDeco02 {
  width: 243px;
  position: absolute;
  right: 8px;
  top: 20px;
}

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

.contBlock01 {
  background-image: url("/attending/t/ngo-d/thanks-hiking/images/pc/cont01_bg01.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1024px auto;
  padding: 60px 40px 55px;
}
.cont01Box01 {
  background-color: #0d53bc;
  border: 5px solid #097cf2;
  border-radius: 16px;
  padding: 12px 20px 20px;
  text-align: center;
}
.cont01Box01 .p01 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
}

.cont01Box01 .p01 .s01 {
  color: #fff000;
  font-size: 40px;
}
.cont01Box01 .p01 .s02 {
  display: inline-block;
  background-color: #fff000;
  padding: 5px 10px 8px;
  color: #0d53bc;
  font-size: 48px;
  margin: 5px 5px;
}

.cont01Box01.green {
	margin-top: 30px;
  background-color: #06C755;
  border: 5px solid #cae1c6;
}
.cont01Box01.green .p01 .s02 {
  color: #06C755;
}

.cont01Flex01 {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 10px 22px;
}
.cont01Flex01 .box01 {
  width: 370px;
  flex-shrink: 0;
}
.cont01Flex01 .box02 {
  width: 100%;
}
.cont01H301 {
  color: #0d53bc;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: bold;
  display: flex;
  margin-bottom: 8px;
}
.cont01H301::before {
  content: "";
  background-image: url("/attending/t/ngo-d/thanks-hiking/images/pc/cont01_tit_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
}
.cont01Text01 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 500;
}

.reverse01 {
  flex-direction: row-reverse;
}

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

.btnBlock01 {
  margin: 35px auto 60px;
}
.contactText01 {
  text-align: center;
  font-size: 36px;
  line-height: 1.4em;
  font-weight: bold;
}
.contactText01 .s01 {
  color: #ef0000;
  font-size: 48px;
}
.contactBtn01 {
  margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.contactBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ef0000;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 140px;
	width: 502px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contactBtn01 a::before {
  content: "";
  width: calc( 100% - 16px );
  height: calc( 100% - 16px );
  box-sizing: border-box;
  border: 2px solid #fff000;
  position: absolute;
  top: 8px;
  left: 8px;
}
.contactBtn01 a::after {
  content: "";
  background-image: url("/attending/t/ngo-d/thanks-hiking/images/pc/cont01_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

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

.contBlock02 {
  background-image: url("/attending/t/ngo-d/thanks-hiking/images/pc/cont01_bg02.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  border: 5px solid #ff6600;
}
.contH201 {
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 10px 5px;
  height: 73px;
  color: #ffffff;
}
.contH201 .s01 {
  font-size: 40px;
  line-height: 1.0em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contH201 .s02 {
  font-size: 32px;
  line-height: 1.0em;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  color: #ff6600;
  display: block;
  padding: 10px;
  border-radius: 16px;
  margin-left: 16px;
}
.contBlock02In01 {
  padding: 30px 35px;
}

.contBox01 {
  display: flex;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: bold;
}
.contBox01 .s01 {
  color: #0d53bc;
}
.contBox01 .p01 {
  font-size: 20px;
  font-weight: normal;
}

.contInBox01 {
  background-color: #ffffff;
  border: 5px solid #097cf2;
  border-radius: 16px;
  padding: 15px;
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.contInBox01 .box01 {
  background-color: #097cf2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 20px 27px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: bold;
}
.contInBox01 .box02 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
}

.contInBox02 {
  border: 2px solid #097cf2;
  margin-top: 40px;
}
.contH301 {
  background-color: #097cf2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 50px;
}

.contInBox03 {
  border: 2px solid #0d53bc;
  margin-top: 40px;
}
.contInBox03 .contH301 {
  background-color: #0d53bc
}

.contInBox03 .inBox01 {
  padding: 20px 25px;
  background-color: #fff;
}

.contTextBox01 {
  border: 2px solid #0d53bc;
  padding: 12px 20px;
  color: #0d53bc;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
.contText01 {
  text-align: right;
  font-size: 18px;
  line-height: 1.6em;
}

.posiWrap01 {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  padding: 20px 0px 25px;
}
.posiWrap01 .colRed {
  color: #ef0000;
}

.contDeco01 {
  width: 241px;
  position: absolute;
  left: 0px;
  top: -10px;
}
.contDeco02 {
  width: 131px;
  position: absolute;
  left: 42px;
  bottom: 30px;
}
.contDeco03 {
  width: 191px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.contTextBox01.textBox02 {
  border: 2px solid #ef0000;
  color: #ef0000;
}

.contInBox04 {
  background-color: #ffffff;
  margin-top: 40px;
}
.contInBox04 .contH301 {
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 68px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3em;
}

.contInBox04 .inBox01 {
  padding: 16px 30px 24px;
}
.contMb24 {
  margin-bottom: 24px;
}
.box04Text01 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
}
.box04Text02 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: -0.02em;
}
.box04Text02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.box04Text02 span {
  font-size: 19px;
}

.box04Link01 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.btnBlock02 {
  margin: 60px auto;
}



/*---*/

.s01 small {
	font-size: 70%;
}




