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

	- mv
	- pageAnchor
	+ content
		-title
		- sec01
		- sec02
		- sec03

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

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 56px 0 97px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 36px 0 64px;
	}
}

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#pageAnchor {
	margin-bottom: 98px !important;
}

#pageAnchor > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#pageAnchor > ul > li:nth-child(n+2) {
	margin-left: 30px;
}

#pageAnchor > ul > li > a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	transition: 0.1s ease-out;
	cursor: pointer;
}

#pageAnchor > ul > li > a::after {
	content: "";
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: top right;
	transform: rotate(45deg);
	pointer-events: none;
	transition: 0.1s ease-out;
}

#pageAnchor > ul > li > a:hover::after {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	#pageAnchor {
		margin-bottom: 60px !important;
	}

	#pageAnchor > ul > li {
		display: inline-block;
		margin: 0 32px 7px 0;
	}

	#pageAnchor > ul > li:nth-child(n+2) {
		margin-left: 0;
	}
}

/*----------------------------------------
	sec
-----------------------------------------*/
div[id*="sec"] + div[id*="sec"] {
	margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
	div[id*="sec"] + div[id*="sec"] {
		margin-top: 40px !important;
	}
}

/*----------------------------------------
	title
-----------------------------------------*/
div[id*="sec"] .title01 {
	margin-bottom: 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

div[id*="sec"] .title02 {
  position: relative;
	font-weight: bold;
  margin-bottom: 16px;
  padding-left: 35px;
}

div[id*="sec"] .title02::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 4px solid #00a0e9;
  border-radius: 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	div[id*="sec"] .title01 {
		margin-bottom: 24px;
	}

	div[id*="sec"] .title02 {
		margin-bottom: 10px;
	}

	div[id*="sec"] .title02::before {
		top: 3px;
	}	
}

/*----------------------------------------
	link
-----------------------------------------*/
div[id*="sec"] .link01 {
  position: relative;
	text-decoration: underline;
  margin-top: 15px;
  display: inline-block;
  padding: 0 0 0 15px;	
}

div[id*="sec"] .link01::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  border-top: 7px solid rgba(255,255,255,0.0);
  border-left: 7px solid;
	border-left-color: #ed9f2c;
  border-bottom: 7px solid rgba(255,255,255,0.0);
}

/*----------------------------------------
	btn
-----------------------------------------*/
div[id*="sec"] .btn-pdf {
  display: inline-block;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.625;
	text-align: center;
	padding: 10px 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

div[id*="sec"] .btn-pdf:hover {
	border: 1px solid #00a0e9;
	background-color: #00a0e9;
	color: #fff;
}

div[id*="sec"] .btn-pdf::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 4px 0 -4px 5px;
  background-image: url(/img/c_pdf_icon01.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

div[id*="sec"] .btn-wrap {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	div[id*="sec"] .btn-wrap {
		margin-top: 20px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 .wrap {
	display: flex;
	justify-content: space-between;
}

#sec01 .detail {
	width: calc(50% - 10px);
}

#sec01 .cover {
	width: calc(50% - 10px);
}

#sec01 .cover-img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#sec01 .wrap {
		display: block;
	}
	
	#sec01 .detail {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#sec01 .cover {
		width: 100%;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: min(4.86vw, 70px) 5.36%;
}

#sec02 .box {
	width: 47.32%;
}

#sec02 .cover {
	margin-top: 16px;
}

#sec02 .cover-img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#sec02 .wrap {
		gap: 30px 0;
	}
	
	#sec02 .box {
		width: 100%;
	}

	#sec02 .cover {
		margin-top: 10px;
	}	
}