@charset "UTF-8";
/* =========================================================
	共通
========================================================= */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
	letter-spacing: -0.05em;
}
h1, p, button {
  font-family: "Noto Sans JP", arial, helvetica, clean, sans-serif;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: .2s;
}
strong {
  font-weight: bold;
}
.sp {
  display: none;
}
@media only screen and (max-width: 764px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wp_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.wp__in {
  padding: 0 25px 70px;
}
@media only screen and (max-width: 764px) {
  .wp__in {
    padding: 0 4% 50px;
  }
}
.txt_m {
  font-size: 24px;
  line-height: 1.5;
}
.txt_s {
  font-size: 16px;
  line-height: 1.5;
}
.txt_ss {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 764px) {
  .txt_m {
    font-size: 4.8vw;
  }
  .txt_s {
    font-size: 4.6vw;
  }
  .txt_ss {
    font-size: 3.6vw;
  }
}
sup {
  font-size: 80%;
}
.kk {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
/* =========================================================
	header
========================================================= */
#WP_ALL {
  width: 100%;
  padding: 20px 0 20px;
  background-color: #fff;
}
#WP_ALL.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
.h_tp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  width: 31%;
}
.h_gr {
  width: 18%;
  margin-right: 11%;
}
.h_btn {
  width: 20%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.h_btn a {
  display: block;
  text-align: center;
  padding-left: 55px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background-position: 22px center;
  background-size: 35px auto;
  background-repeat: no-repeat;
}
.h_form a {
  color: #333;
  background-color: #f8cc33;
  background-image: url("../images/i_form.gif");
}
.h_req a {
  color: #fff;
  background-color: #487cd8;
  background-image: url("../images/i_req.gif");
}
.h_hum {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .h_btn {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 764px) {
  #WP_ALL {
    width: 100%;
    padding: 0 0 0;
    background: none;
    background-color: #fff;
  }
  .h_tp {
    display: table;
  }
  .h_logo {
    display: table-cell;
    width: 21%;
  }
  .h_gr {
    display: table-cell;
    width: 34%;
    margin-right: 0;
    vertical-align: top;
  }
  .h_btn {
    display: table-cell;
    vertical-align: bottom;
    width: 15%;
    font-size: 2.4vw;
    background-position: top center;
    background-size: 30% auto;
    background-repeat: no-repeat;
  }
  .h_btn a {
    background: none;
    padding: 0;
  }
  .h_form {
    padding-bottom: .8em;
    background-color: #fec525;
    background-image: url("../images/i_form.gif");
  }
  .h_req {
    padding-bottom: .8em;
    background-color: #487cd8;
    background-image: url("../images/i_req.gif");
  }
  .h_hum {
    background-color: #333;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .h_hum img {
    width: auto;
    height: 2.4em;
  }
}
.h_anc {
  width: 94%;
  margin: 25px auto 0;
  display: table;
}
.h_anc li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.h_anc li a:hover {
  color: #0099ff;
  text-decoration: underline;
}
#WP_ALL .h_sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .h_anc li {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 764px) {
  #WP_ALL .h_anc {
    position: fixed;
    width: 80%;
    right: 0;
    background-color: #333;
    margin: 0;
    z-index: 1;
    display: none;
    font-size: 4vw;
    padding: 1em 6% 4em;
  }
  #WP_ALL .h_anc.app {
    display: block;
  }
  .h_anc li {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 4vw;
    border-bottom: 1px solid #fff;
  }
  .h_anc li a {
    color: #fff;
    line-height: 2;
  }
  #WP_ALL .h_sp {
    display: block;
    color: #fff;
    font-size: 4vw;
    line-height: 3;
    position: relative;
  }
  .h_cl {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em !important;
  }
}
/* =========================================================
	ttl
========================================================= */
.ttl {
	background-color: #467cdd;
	width: 100%;
}
.ttl h1 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.ttl_ld {
	background-color: #eaf6fc;
	padding: 50px 0;
}
.ttl_ld_wp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.ttl_ld_txt {
	width: 61%;
	text-align: left;
	font-size: 30px;
	line-height: 1.6;
	color: #467cdd;
	font-weight: bold;
	padding-left: 20px;
}
.ttl_ld_btn {
	width: 31.5%;
	text-align: left;
	font-size: 30px;
	line-height: 1.2;
}
.ttl_ld_btn a {
	display: block;
	color: #fff;
	background-color: #ff6600;
	border-radius: .5em;
	padding: .4em .5em .5em;
	font-weight: bold;
}
.ttl_ld_btn a span {
	padding-right: 1.2em;
	background-image: url("../images/nw.png");
	background-repeat: no-repeat;
	background-position:  right .4em;
	background-size: .8em auto;
}
@media only screen and (max-width: 764px) {
	.ttl_ld_wp {
		justify-content: center;
	}
	.ttl_ld {
		padding: 8.6vw 0 10vw;
	}
	.ttl_ld_txt {
		width: 100%;
		font-size: 4.9vw;
		line-height: 1.5;
		padding-left: .5em;
	}
	.ttl_ld_btn {
		width: 87%;
		font-size: 4.9vw;
		line-height: 3;
		text-align: center;
		margin-top: 10vw;
	}
	.ttl_ld_btn a {
		padding: 0;
	}	
}
/* =========================================================
	s1
========================================================= */
.s1 {
	margin-top: 40px;
}
.s1 h2 {
	text-align: center;
	font-size: 40px;
}
.s1 h2 span {
	font-size: 24px;
	padding-right: .5em;
}
.s1 ul {
	margin: 40px 0 60px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: space-between;
}
.s1 ul li:first-child {
	width: 42%;
	margin-left: 4.7%;
}
.s1 ul li:nth-child(2) {
	width: 45%;
	margin-right: 4.9%;
}

@media only screen and (max-width: 764px) {
	.s1 {
		margin-top: 9.3vw;
	}
	.s1 h2 {
		font-size: 8vw;
		line-height: 1;
	}
	.s1 h2 span {
		font-size: 4.8vw;
		padding-right: 0;
		display: block;
		margin-bottom: .5em;
	}
	.s1 ul {
		margin: 10vw 0 10vw;
		justify-content: flex-start;
	}
	.s1 ul li:first-child {
		width: 84%;
		margin: 0 auto
	}
	.s1 ul li:nth-child(2) {
		width: 90.8%;
		margin: 9vw 0 0 1.5%;
	}
}
/* =========================================================
	s2
========================================================= */
.s2 {
	background-color: #f9e181;
	padding: 55px 0 80px;
}
.s2 h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
}
.step {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	margin: 50px auto 0;
}
.step li {
	width: 27.5%;
}
.step li p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: .2em;
}
.txt_area {
	width: 92.6%;
	margin: 60px auto 0;
	background-color: #fff;
	border-radius: 15px;
	padding: 40px 40px 45px;
}
.txt_area h3 {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #333;
	line-height: 1;
	padding-bottom: .6em;
}
.txt_area ol {
	font-size: 18px;
	line-height: 1.66;
	margin-top: .5em;
}
.txt_area ol li {
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: normal;
}
.o_btn {
	width: 478px;
	margin: 85px auto 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 2.06;
}
.o_btn a {
	display: block;
	color: #fff;
	background-color: #f84141;
	border-radius: .3em;
}
.o_btn a span {
	position: relative;
	padding: 0 1.5em 0 1em;
}
.o_btn a span::after {
	content: '';
	width: .5em;
	height: .5em;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	position: absolute;
	top: .3em;
	right: 0;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 764px) {
	.s2 {
		padding: 6.6vw 0 16vw;
	}
	.s2 h2 {
		font-size: 5.3vw;
	}
	.step {
		width: 100%;
		margin: 6.6vw auto 0;
	}
	.step li {
		width: 33%;
	}
	.step li p {
		font-size: 3.8vw;
	}
	.txt_area {
		width: 90%;
		margin: 10vw auto 0;
		border-radius: 10px;
		padding: 5.3vw 3% 10vw;
	}
	.txt_area h3 {
		font-size: 4vw;
	}
	.txt_area ol {
		font-size: 4vw;
		line-height: 1.6;
		margin-top: 1em;
	}
	.o_btn {
		width: 88%;
		margin: 10vw auto 0;
		font-size: 5.3vw;
		line-height: 2.4;
	}
}
/* =========================================================
	s3
========================================================= */
.s3 {
	margin-top: 115px;
}
.sec h2 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	background-color: #3333cc;
	line-height: 2.1;
}
.tbox {
	padding: 25px 3.8% 120px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.87;
}
.sec h3 {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #333;
	line-height: 1;
	padding-bottom: .6em;
	margin: 1.8em 0 1em;
}
.sec a {
	padding-left: 1em;
	text-decoration: underline;
}
@media only screen and (max-width: 764px) {
	.s3 {
		margin-top: 16vw;
	}
	.sec h2 {
		font-size: 5.3vw;
		line-height: 2;
	}
	.tbox {
		padding: 0 4.4% 17vw;
		font-size: 4vw;
	}
	.sec h3 {
		font-size: 4vw;
		padding-bottom: .6em;
		margin: 2em 0 1em;
	}
}
/* =========================================================
	s4
========================================================= */
.s4 {
	margin-top: 0;
}
.s4 ul {
	margin-top: 50px;
}
@media only screen and (max-width: 764px) {
	.s4 ul {
		margin-top: 10vw;
	}	
}
/* =========================================================
	s5
========================================================= */
.s5 {
	margin-top: 0;
}
.entry_button {
	text-align: center;
	font-size: 24px;
	margin-top: 145px;
}
.entry_button input {
	display: none;
}
.entry_button label {
	padding-left: 1.2em;
	background-image: url("../images/chk.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 1em auto;
}
#checkBtn:checked + label {
	background-image: url("../images/chk_on.jpg");
}

.sub_button {
	width: 478px;
	margin: 35px auto 0;
}
.sub_button input[type="button"] {
	color: #fff;
	border: none;
	outline: none;
  appearance: none;
	background: #f84141;
	border-radius: 5px;
	width: 100%;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 2;
}
.sub_button input[type="button"][disabled] {
	background-color: #ccc;
	cursor: default;
}

@media only screen and (max-width: 764px) {
	.s5 {
		padding-top: 0;
	}
	.s5 .tbox {
		margin-top: 10vw;
	}
	.s5 li {
		font-size: 3.2vw;
		padding-left: 1em;
		text-indent: -1em;
	}
	.entry_button {
		font-size: 3.2vw;
		margin-top: 12vw;
	}
	.sub_button {
		width: 90%;
		margin: 6.6vw auto 0;
	}
	.sub_button input[type="button"] {
		width: 100%;
		font-size: 5.3vw;
	}
}
/* =========================================================
	footer
========================================================= */
.footer_tp {
  position: fixed;
  right: 30px;
  width: 60px;
  bottom: 30px;
  z-index: 2;
}
@media only screen and (max-width: 764px) {
  .footer_tp {
    position: fixed;
    right: 2%;
    width: 10%;
    bottom: 20px;
  }
}
.footer {
  padding: 5px 0 0;
}
.f_logo {
  width: 43.2%;
  margin: 40px auto 0;
}
.footer p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	line-height: 3.2;
	margin-top: 30px;
}
@media only screen and (max-width: 764px) {
  .footer {
    padding: 5px 0 0;
  }
  .footer .h_anc {
    display: none;
  }
  .f_logo {
    width: 58%;
    margin: 20px auto 0;
  }
	.footer p {
		font-size: 2.1vw;
		line-height: 3.2;
		margin-top: 4.4em;
	}
}
.errbox {
  color: #f00;
}
.thk_t {
  text-align: center;
  margin-top: 1em;
}
.thk.or_btn {
  margin-top: 3em;
}
.thk.or_btn span {
  background-image: url("../images/oyr.png");
  background-position: left 55%;
}
/* =========================================================
	250718 update
========================================================= */
.line_camp .ttl {
	background-color: #f9f6de;
	width: 100%;
	background-image: url("../images/line_camp/bg.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.line_camp .ttl_ld {
	background-color: #eaf6fc;
}
.line_camp_ld {
	text-align: center;
	font-size: 26px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
}
.line_camp .ttl_ld_btn {
	width: 62%;
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
	min-width: 21em;
	margin: 35px auto 0;
}
@media only screen and (max-width: 764px) {
	.line_camp_ld {
		font-size: 4.4vw;
	}
	.line_camp .ttl_ld_btn {
		width: 80%;
		font-size: 4.4vw;
		min-width: 0;
		line-height: 1.4;
		margin: 1em auto 0;
	}
	.line_camp .ttl_ld_btn a {
		padding: .5em 0;
	}
	.line_camp .ttl_ld_btn span {
		display: inline-block;
		padding-left: 1em;
	}
}
.line_camp .camp_h {
	text-align: center;
	font-size: 32px;
	color: #176eab;
	margin-top: 115px;
}
.camp_step {
	width: 95%;
	margin: 60px auto 0;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.camp_step li {
	width: 20%;
	position: relative;
}
.camp_step li::after {
	content: '';
	width: 12%;
	height: 26px;
	position: absolute;
	top: 117px;
	right: -6%;
	background-image: url("../images/line_camp/y.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.camp_step li:last-child::after {
	display: none;
}

.camp_step li img {
	max-width: 147px;
	width: 82%;
	margin: 0 auto;
	display: block;
}
.camp_step li h3 {
	text-align: center;
	font-size: 18px;
	margin-top: .8em;
	line-height: 1.33;
	color: #176eab;
}
.camp_app {
	width: 100%;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}
.camp_app_list li {
	text-align: left;
	font-size: 21px;
	line-height: 1.5; 
}
@media only screen and (max-width: 764px) {
	.line_camp .camp_h {
		font-size: 6vw;
		margin-top: 4em;
	}
	.camp_step {
		width: 100%;
		margin: 8vw auto 0;
		display: flex;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}
	.camp_step li {
		width: 30%;
		margin-bottom: 6vw;
	}
	.camp_step li::after {
		top: 20vw;
	}
	.camp_step li img {
		max-width: 100%;
	}
	.camp_step li h3 {
		font-size: 3.4vw;
	}
	.camp_step li:nth-child(4)::before {
		content: '';
		width: 12%;
		height: 26px;
		position: absolute;
		top: 20vw;
		left: -6%;
		background-image: url("../images/line_camp/y.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}
	/*.camp_step li:last-child {
		margin: 0 auto;
		width: 100%;
	}
	.camp_step li:last-child img {
		max-width: 38%;
	}*/	
	.camp_app {
		margin-top: 4vw;
	}
	.camp_app_list {
		width: 90%;
	}
	.camp_app_list li {
		font-size: 3.8vw;
		text-indent: -1em;
		padding-left: 1em;
	}
	
}