@charset "utf-8";
/* ======================================
	common
====================================== */
sup {
	position: relative;
	vertical-align: top;
	top: -0.2em;
	font-size: 12px;
}
sub {
	position: relative;
	vertical-align: bottom;
	bottom: -0.2em;
	font-size: 12px;
}

@media (min-width: 768px) {
	.lp-hidden-desktop {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.lp-hidden-mobile {
		display: none !important;
	}
}
/* ======================================
	header
====================================== */
.h_bg {
	background-color: #fff;
}
.lp-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 900px;
	position: relative;
}
.lp-header .lp-logo img {
	display: block;
	width: auto;
	height: 60px;
}
@media (max-width: 767px) {
	.lp-header {
		padding: 10px;
	}
	.lp-header .lp-logo img {
		width: auto;
		height: 40px;
	}
}
/* ======================================
	footer
====================================== */
.lp-footer {
	display: block;
	padding: 35px 0;
	background-color: #666;
}
.lp-footer .lp-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
}
@media (max-width: 767px) {
	.lp-footer {
		padding: 30px 0;
	}
	.lp-footer .lp-footer-inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

.lp-footer .lp-footer-inner .lp-logo {
	width: 140px !important;
}
.lp-footer .lp-footer-inner .lp-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.lp-footer .lp-footer-inner .lp-footer-body {
	width: calc(100% - 240px);
}
.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi li {
	font-size: 14px;
	line-height: 1.1;
	color: #fff;
}
.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi li ~ li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #fff;
}
.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi li a {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	color: #fff;
}
.lp-footer .lp-footer-inner .lp-footer-body .lp-copyright {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	text-align: right;
}
@media (max-width: 767px) {
	.lp-footer .lp-footer-inner .lp-footer-body {
		margin-top: 20px;
		width: 100%;
	}
	.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi {
		justify-content: center;
	}
	.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi li {
		font-size: 12px;
	}
	.lp-footer .lp-footer-inner .lp-footer-body .lp-footer-navi li a {
		font-size: 12px;
	}
	.lp-footer .lp-footer-inner .lp-footer-body .lp-copyright {
		margin-top: 20px;
		font-size: 11px;
		line-height: 1.5;
		text-align: center;
	}
}
@media (max-width: 767px) {
  .lp-header .lp-logo img {
    width: auto !important;
    height: 40px !important;
  }
}
/* ======================================
	section
====================================== */
#irohabook {
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-repeat: repeat;
	background-size: 1400px auto;
	padding: 0 0 40px;
	overflow: hidden;
}
#irohabook div {
	box-sizing: border-box;
}
#irohabook img {
	width: 100%;
	vertical-align: bottom;
}
#irohabook a {
	text-decoration: none;
	transition: .3s;
}
/*#irohabook a:hover {
	opacity: .7;
}*/
#irohabook .sp {
	display: none;
}
@media (max-width: 767px) {
	#irohabook {
		background-size: 230% auto;
		padding: 0 0 6.4vw;
		background-position: center top;
	}
	#irohabook .sp {
		display: block;
	}
	#irohabook br.sp {
		display: inline;
	}
	#irohabook .pc {
		display: none;
	}
}
/* ======================================
	main_kv
====================================== */
.main_kv {
	width: 940px;
	margin: 60px auto 0;
	background-color: #fff;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 75px 0 0;
}
.main_kv_ld {
	text-align: center;
	font-size: 36px;
	line-height: 1.55;
	color: #0099d9;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
}
.main_kv_ldb {
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	margin-top: 1em;
}
.main_kv_ph {
	width: 46%;
	margin: 25px auto 0;
}
.main_kv_pdf {
	text-align: center;
	font-size: 24px;
	line-height: 2.8;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	width: 38%;
	margin: 15px auto 0;
}
.main_kv_pdf a {
	display: block;
	border: 5px solid #0599d9;
	border-radius: 1em;
	color: #0599d9;
}
.main_kv_pdf a:hover {
	color: #fff;
	background-color: #0599d9;
}
.main_kv_btm {
	width: 100%;
	background-color: #b8def4;
	padding: 60px 0 60px;
	margin-top: 60px;
	background-image: url("../images/main_kv_btm_bg.png");
	background-repeat: no-repeat;
	background-position: center 90px;
	background-size: 627px auto;
}
.btn_exp {
	text-align: center;
	font-size: 24px;
	line-height: 2.8;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	width: 38%;
	margin: 0 auto 0;
}
.btn_exp a {
	display: block;
	border: 5px solid #0599d9;
	border-radius: 1em;
	color: #fff;
	background-color: #0599d9;
	background-image: url("../images/rw.png");
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 30px auto;
}
.btn_exp a:hover {
	color: #0599d9;
	background-color: #fff;
	background-image: url("../images/rb.png");
}
.btn_exp.btn_sch {
	margin-top: 20px;
}
.btn_exp.btn_sch a {
	color: #0599d9;
	background-color: #fff;
	background-image: url("../images/rb.png");
}
.btn_exp.btn_sch a:hover {
	color: #fff;
	background-color: #0599d9;
	background-image: url("../images/rw.png");
}
.main_kv_btm_bg_sp {
	display: none;
}
@media (max-width: 767px) {
	.main_kv {
		width: 86%;
		padding: 6.6vw 0 0;
		margin-top: 10vw;
		position: relative;
	}
	.main_kv_ld {
		font-size: 6.6vw;
		line-height: 1.56;
		letter-spacing: -0.05em;
	}
	.main_kv_ldb {
		font-size: 3.7vw;
		margin-top: .5em;
	}
	.main_kv_ph {
		width: 77%;
		margin: 2.6vw auto 0;
	}
	.main_kv_pdf {
		font-size: 4.4vw;
		width: 77%;
		margin: 1.6vw auto 0;
	}
	.main_kv_pdf a {
		border-radius: .8em;
		border: 3px solid #0599d9;
	}
	.main_kv_btm {
		padding: 10vw 0 12.6vw;
		margin-top: 8vw;
		background-image: none;
	}
	.btn_exp {
		font-size: 4.4vw;
		width: 77%;
	}
	.btn_exp a,
	.btn_exp.btn_sch a {
		border-width: 3px;
		border-radius: .8em;
	}
	.btn_exp a {
		background-position: 94% center;
		background-size: 8.3% auto;
	}
	.main_kv_btm_bg_sp {
		position: absolute;
		width: 99vw;
		bottom: -12vw;
		left: -7%;
		display: block;
	}
}
/* ======================================
	section
====================================== */
.slide {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 100px;
}
.slide_l {
	width: 7%;
}
.slide_r {
	width: 93%;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: flex-end;
	background-image: url("../images/sec01.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.1);
}
.s_btn_wp {
	width: 490px;
  background-color: rgb(219, 242, 255, 0.9);
	display: table;
}
.s_btn_wp_c {
	display: table-cell;
	vertical-align: middle;
}
.s_btn_h {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #0099d9;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
}
.s_btn_h span {
	font-size: 18px;
	margin-bottom: .2em;
	display: block;
}
.pdf_pc_btn {
	text-align: center;
	font-size: 20px;
	line-height: 2.6;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	width: 360px;
	margin: 25px auto 0;
}
.pdf_pc_btn span {
	display: block;
	border: 5px solid #0599d9;
	border-radius: 1em;
	color: #0599d9;
	background-color: #fff;
	transition: .3s;
}
.pdf_pc_btn span:hover {
	cursor: pointer;
	/*opacity: .7;*/
	color: #fff;
	background-color: #0599d9;
}
.sec01_p {
	width: 167px;
	margin: 80px auto 0;
}
.sec02_p {
	width: 427px;
	margin: 60px auto 0;
}
#sec02 .slide_r {
	background-image: url("../images/sec02.jpg");
}
.sec03_p {
	width: 205px;
	margin: 55px auto 0;
}
#sec03 .slide_r {
	background-image: url("../images/sec03.jpg");
}
.sec04_p {
	width: 304px;
	margin: 50px auto 0;
}
#sec04 .slide_r {
	background-image: url("../images/sec04.jpg");
}
.sec05_p {
	width: 247px;
	margin: 40px auto 0;
}
#sec05 .slide_r {
	background-image: url("../images/sec05.jpg");
}
.sec06_p {
	width: 314px;
	margin: 50px auto 0;
}
#sec06 .slide_r {
	background-image: url("../images/sec06.jpg");
}







.pdf_sp_btn {
	display: none;
}
@media (max-width: 767px) {
	.slide {
		margin-top: 17vw;
		justify-content: center;
	}
	.slide_l {
		display: none;
		justify-content: center;
	}
	.slide_r {
		width: 86%;
		align-content: flex-end;
		align-items: flex-end;
		justify-content: center;
		background-image: url("../images/sec01_sp.jpg");
		background-position: center 8%;
		background-size: contain;
		background-color: #fff;
		flex-direction: row;
	}
	.s_btn_wp {
		width: 100%;
		height: 50vh;
	}
	.s_btn_h {
		font-size: 4.4vw;
	}
	.pdf_pc_btn {
		display: none;
	}
	.pdf_sp_btn {
		display: block;
		font-size: 3.7vw;
		line-height: 2.6;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 900;
		width: 77%;
		margin: 6vw auto 0;
		text-align: center;
	}
	.pdf_sp_btn span {
		display: block;
		border: 3px solid #0599d9;
		border-radius: 1em;
		color: #0599d9;
		background-color: #fff;
		transition: .3s;
	}
	.sec01_p {
		width: 34%;
		margin: 8.4vw auto 0;
	}
	.slide_r {
		width: 86%;
		align-content: flex-end;
		align-items: flex-end;
		justify-content: center;
		background-image: url("../images/sec01_sp.jpg");
	}
	#sec02 .slide_r {
		background-image: url("../images/sec02_sp.jpg");
	}
	.sec02_p {
		width: 82%;
		margin: 8vw auto 0;
	}
	#sec03 .slide_r {
		background-image: url("../images/sec03_sp.jpg");
	}
	.sec03_p {
		width: 42%;
		margin: 6vw auto 0;
	}
	#sec04 .slide_r {
		background-image: url("../images/sec04_sp.jpg");
	}
	.sec04_p {
		width: 60%;
		margin: 2.6vw auto 0;
	}
	#sec04 .s_btn_h {
		letter-spacing: -0.06em;
	}
	.s_btn_h span {
		font-size: 3.3vw;
	}
	#sec05 .slide_r {
		background-image: url("../images/sec05_sp.jpg");
	}
	.sec05_p {
		width: 47%;
		margin: 2.6vw auto 0;
	}
	#sec06 .slide_r {
		background-image: url("../images/sec06_sp.jpg");
	}
	.sec06_p {
		width: 63%;
		margin: 3.3vw auto 0;
	}
}

.s_btm {
	width: 100%;
	margin-top: 70px;
}
.s_btm_ld {
	text-align: center;
	font-size: 30px;
	line-height: 1.66;
	color: #0099d9;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;	
}
.s_btm_btns {
	background-color: #b8def4;
	margin-top: 40px;
	padding: 60px 0 60px;
}
.s_btm_btns .btn_exp {
	width: 480px;
	font-size: 34px;
}
.s_btm_btns .btn_exp a {
	border-radius: .5em;
}
.s_btm_btns .btn_sch {
	margin-top: 30px;
}
.ill_txt {
	text-align: right;
	font-size: 16px;
	width: 100%;
	max-width: 1000px;
	font-weight: bold;
	margin: 30px auto 0;
}

@media (max-width: 767px) {
	.s_btm {
		margin-top: 10vw;
	}
	.s_btm_ld {
		font-size: 5.6vw;
	}
	.s_btm_btns .btn_exp {
		width: 80%;
		font-size: 6.1vw;
	}
	.s_btm_btns {
		margin-top: 8vw;
		padding: 10vw 0 12vw;
		position: relative;
	}
	.s_btm_btns .btn_exp a {
		border-width: 3px;
	}
	.ill_txt {
		font-size: 3.2vw;
		margin: 15vw auto 0;
		padding-right: 1em;
	}
	.s_btm .main_kv_btm_bg_sp {
		width: 100%;
		bottom: -14.6vw;
		left: 0;
		display: block;
	}
}

.pdf_mdl,
#pdf_pc {
	max-width: 1020px;
	width: 90%;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
}
.mdl_in {
	padding: 30px 0;
}
#pdf_pc .mdl_in {
	max-width: 1020px;
	margin: 0 auto;
}
.pdf_mdl img {
	width: 100%;
}
.pdf_mdl .mdl_in div {
	margin: 0 auto;
	max-width: 1004px;
	text-align: center;
}
.mfp-close {
	width: 50px;
	height: 50px;
	text-indent: -100px;
	overflow: hidden !important;
	background-image: url("../images/mdl_cl.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	top: 10px;
	right: 10px;
	opacity: 1;
}
.mfp-close:active {
	top: 10px;
}
@media (max-width: 767px) {
	.pdf_mdl {
		width: 94%;
		border-radius: 15px;
	}
	.pdf_mdl .mdl_in {
		padding: 5vw 0;
		display: table;
		/*height: 80vh;*/
	}
	.pdf_mdl .mdl_in div {
		display: table-cell;
		vertical-align: middle;
	}
	#pdf_sp {
		width: 94%;
		background-color: #fff;
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
		/*height: 80vh;*/
		/*overflow: hidden;*/
	}
	#pdf_sp .mdl_in {
		padding: 4vw 3%;
		border-radius: 15px;
	}
	#pdf_sp .owl-carousel_sp {
		width: 100%;
	}	
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	margin: 0;
	position: absolute;
	top: 360px;
	width: 50px;
	height: 50px;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	overflow: hidden;
	text-indent: -200px;
	z-index: 2;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: none;
}
.owl-nav .owl-prev {
	left: -100px;
	background-image: url("../images/yl.png") !important;
}
.owl-nav .owl-next {
	right: -100px;
	background-image: url("../images/yr.png") !important;
}
.owl-nav .disabled {
	opacity: 0;
}

@media (max-width: 767px) {
	.owl-nav .owl-prev, .owl-nav .owl-next {
		top: 48%;
		width: 30px;
		height: 30px;
	}
	.owl-nav .owl-prev {
		left: -4.2vw;
	}
	.owl-nav .owl-next {
		right:  -4.2vw;
	}
	.mfp-close {
		width: 30px;
		height: 30px;
		right: 5px;
		top: 5px;
	}
}
.pager {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
	display: block;
	margin: 20px;
}
.pager li a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #0099d9;
	border-radius: 50%;
}
.is-current a {
	transform: scale(1.5);
}
@media (max-width: 767px) {
	.pager {
		top: 40%;
	}
	.pager li {
		margin: 20px 10px;
	}
}

.modalinfo {
color: #fff;
font-size: 1px;
}