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

@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ns-regular.woff2") format("woff2"), url("../fonts/ns-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ns-medium.woff2") format("woff2"), url("../fonts/ns-medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ns-bold.woff2") format("woff2"), url("../fonts/ns-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hg";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/hg-light.woff2") format("woff2"), url("../fonts/hg-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hg";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/hg-extrabold.woff2") format("woff2"), url("../fonts/hg-extrabold.woff") format("woff");
  font-display: swap;
}



/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
	margin: 0;
	font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}


/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	font-family: "ns","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",sans-serif;
	color: #2B2B2B;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	min-width: 1100px;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
	color: #1A1A1A;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
a:focus, a:hover {
    color: inherit;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.sp {
	display: none;
}
.wi1000 {
	max-width: 1000px;
	margin: 0 auto
}
.wi1100 {
	max-width: 1100px;
	margin: 0 auto
}
.hg {
	font-family: "hg";
}
#wrap {
	overflow: hidden;
}
.overlay {
    background: rgba(26,26,26,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	z-index: -1;
}
.overlay.on {
	z-index: 1;
	opacity: 1;
}
@media (min-width: 751px) {
    a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
    }
}
.w400 {
	font-weight: 400;
}
.w500 {
	font-weight: 500;
}
.mb0 {
	margin-bottom: 0 !important;
}

/*--------------------------------------
　HEADER
---------------------------------------*/
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10rem;
	position: relative;
	background: #F4FAF7;
	z-index: 2;
	padding: 0 0 0 3rem;
}
.header.is-fixed {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header .logo {
	width: 412px;
	margin: 7px 0 0 5px;
}
.header .rightBox {
	height: 100%;
}
.header .btmBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .gNav {
	display: flex;
	align-items: center;
	height: 100%;
}
.header .gNav li {
	margin: 0 3rem 0 0;
	height: 100%;
}
.header .gNav li:nth-child(1) {
	margin: 0 0.5rem 0 0;
}
.header .gNav li a {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.header .gNav li.kouen a:hover {
	opacity: 1;
}
.header .gNav li.kouen a:before {
    content: '';
    position: relative;
    top: 3.5rem;
    left: 57%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #2B2B2B;
}
.header .gNav li.kouen a:before:hover {
    opacity: 1;
}
.header .gNav li.kouen a.init {
	background: url("../images/common/arr_down.png") no-repeat right center;
	background-size: 13px auto;
	padding: 0 2rem 0 0;
}
.header .parkBoxWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.header .parkBoxWrap > div {
	margin: 0 6rem 0 0;
}
.header .parkBoxWrap > div:last-child {
	margin: 0;
}
.header .parkBoxWrap > div a {
	display: block;
}
.header .gNav li.kouen .parkBoxWrap > div a:hover {
	opacity: 0.7;
}
.header .parkBoxWrap > div img {
	height: 60px;
}
.header .parkBoxWrap > div p {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	margin: 1rem 0 0;
}
.header .menu_second-level,
.header .gNav li.kouen a:before {
	visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.header .gNav li.kouen .parkBoxWrap > div a:before {
	content: none;
}
.header .menu_mega .menu_second-level {
    position: absolute;
    top: 9rem;
    left: 0;
    width: 100%;
    padding: 4rem 2%;
    background: #2B2B2B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.header .menu_mega:hover .menu_second-level {
    top: 9rem;
    visibility: visible;
    opacity: 1;
}
.header .gNav li.menu_mega:hover a:before {
    visibility: visible;
    opacity: 1;
	top: 3.5rem;
}




/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
}
footer .ftInr {
	display: flex;
}
footer .rightBox {
	background: #2B2B2B;
	width: 70%;
	padding: 8rem 8rem;
}
footer .rightBox .siteMap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 4rem;
	max-width: 690px;
}
footer .rightBox .siteMap > div {
	width: 40%;
	margin: 0 3% 0 0;
}
footer .rightBox .siteMap > div:last-child {
	margin: 0;
}
footer .rightBox p,
footer .rightBox a {
	color: #fff;
}
footer .rightBox .pageName {
	font-size: 1.6rem;
	margin: 0 0 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
footer .rightBox .partners {
	display: flex;
	justify-content: center;
	max-width: 866px;
}
footer .rightBox .partners > div {
	margin: 0 8rem 0 0;
}
footer .rightBox .partners > div:last-child {
	margin: 0;
}
footer .rightBox .partners > div img {
	height: 150px;
	width: auto;
}
footer .leftBox {
	background: #F4FAF7;
	width: 30%;
	padding: 6rem 6rem 3rem;
	position: relative;
}
footer .leftBox .infoBox {
	max-width: 252px;
	margin: 0 auto;
}
footer .leftBox .logo {
	margin: 0 auto 5rem;
}
footer .leftBox .siteName {
	font-size: 1.8rem;
	font-weight: 700;
}
footer .leftBox .corp {
	margin: 2rem 0 3rem;
}
footer .leftBox .corp li {
	font-size: 1.4rem;
	margin: 0 0 1rem;
}
footer .leftBox .note {
	font-size: 1.2rem;
	font-weight: 400;
}
footer .copy {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 400;
	width: 100%;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

/*--------------------------------------
　共通パーツ
---------------------------------------*/
.section {
	padding: 7rem 0;
}

/* 下層KV */
.lower .mv {
	height: 50vh;
	min-height: 55rem;
	max-height: 55rem;
	overflow: hidden;
	position: relative;
}
.lower .mv .mvInr {
    height: 100%;
}
.lower .mv .mvInr:before {
    content: none;
}
.lower .mv .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.lower .mv .bg img {
	width: 120%;
	max-width: 120%;
	height: 120%;
	object-fit: cover;
}
.lower .mv .inTxt {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
    top: -7rem;
	justify-content: space-between;
}
.lower .mv .mvTit {
	font-size: 4.5rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.025em;
}
.lower .article {
	background: #fff;
	padding: 0 0 15rem;
}
.lower .article.wave:before {
	content: "";
    background: url("../images/common/wave_white.png") no-repeat right;
    background-size: auto 25rem;
    width: 100%;
    height: 25rem;
    position: absolute;
    /*top: -24.9rem;*/
	top: -26.9rem;
    left: 0;
}


/*--------------------------------------
　PANKUZU
---------------------------------------*/
.pankuzu {
	max-width: 1100px;
	margin: 2rem auto 8rem;
	padding: 3rem 0 0;
	display: flex;
	justify-content: flex-end;
}
.pankuzu ul {
	display: flex;
}
.pankuzu li {
	color: #aaa;
	font-size: 1.2rem;
	margin: 0 3rem 0 0;
	position: relative;
}
.pankuzu li:last-child {
	margin: 0;
}
.pankuzu li:after {
	content: "";
	background: url("../images/common/arr_tri_gray_right.png") no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	position: absolute;
    top: 8px;
    right: -18px;
}
.pankuzu li:last-child:after {
	content: none;
}
.pankuzu li a {
	color: #aaa;
}

/*--------------------------------------
　TITLE
---------------------------------------*/
.secTitBox {
	position: relative;
	display: table;
	margin: 0 0 6rem 7rem;
}
.secTitBox:before {
	content: "";
	width: 160px;
	height: 160px;
	border-radius: 50%;
	position: absolute;
    top: calc(50% - 88px);
    left: -7rem;
}
.secTitBox.ccl_white:before {
	background: #fff;
}
.secTitBox.ccl_green:before {
	background: #E9F7D5;
}
.secTitBox.ccl_lgreen:before {
	background: #F4FAF7;
}
.secTitBox .eng {
	font-family: "hg";
	font-size: 5rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.025em;
	position: relative;
	z-index: 1;
}
.secTitBox .secTit {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.secTitBox .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 6rem;
}
.secTitBox .btn-more {
	display: flex;
	align-items: center;
}
.secTitBox .btn-more:before {
	content: "";
	background: #808080;
	width: 352px;
	height: 1px;
	display: inline-block;
	position: relative;
    top: 2px;
    margin: 0 2rem 0 2rem;
}
.secTitBox .btn-more a {
	height: 100%;
	display: flex;
	align-items: center;
}
.lead {
    padding: 0 7rem;
	margin: 0 0 5rem;
}
.mTit {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 3rem;
}
.tit_bb {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 0 0 2.5rem;
	line-height: 1.6;
	margin: 0 0 3.5rem;
	letter-spacing: 0.025em;
}
.bb_green {
	border-bottom: solid 10px #E9F7D5;
}
.bb_pink {
	border-bottom: solid 10px #F5DAE3;
}
.bb_yellow {
	border-bottom: solid 10px #F7F4B8;
}
.bb_blue {
	border-bottom: solid 10px #C9D7EA;
}


/*--------------------------------------
　BUTTON
---------------------------------------*/
.btn-more {
	position: relative;
	margin: 2rem 0 0;
}
.btn-more:before {
	content: "";
	background: #808080;
	width: 127px;
	height: 1px;
	display: inline-block;
	position: relative;
    top: 2px;
    margin: 0 2rem 0 0;
}
.btn-more a {
	font-family: "hg";
	font-size: 1.8rem;
	font-weight: 300;
    padding: 0 8rem 0 0;
	letter-spacing: 0.025em;
	height: 100%;
}
.btn-more a:before {
	content: "";
	background: url("../images/common/arr_ccl_right.png") no-repeat right center;
	background-size: 100%;
    width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	transition: all .3s;
}
.btn-more a:hover:before {
   right: -3%;
}
.btn_bo_blue {
	margin: 3rem auto 0;
	max-width: 400px;
}
.btn_bo_blue a {
	font-size: 1.8rem;
	text-align: center;
	border: solid 2px #008CCF;
	border-radius: 60px;
	background: #fff url("../images/common/arr_ccl_bla_right.png") no-repeat right 3rem center;
	background-size: 23px auto;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 6rem;
	font-weight: 500;
}
.btn_bo_blue a:hover {
	color: #fff;
	background: #008CCF url("../images/common/arr_ccl_wh_right.png") no-repeat right 3rem center;
	background-size: 23px auto;
	opacity: 1;
}


/*--------------------------------------
　TABLE
---------------------------------------*/
.table_cmn dl {
	display: table;
	margin: 0 0 3rem;
	min-height: 5rem;
}
.table_cmn dl:last-child {
	margin: 0;
}
.table_cmn dl dt {
	display: table-cell;
	border-right: solid 2px #E5116E;
	width: 200px;
}
.table_cmn dl dd {
	display: table-cell;
	padding: 0 0 0 4rem;
}


/*--------------------------------------
　共通パーツ
---------------------------------------*/
/* なみなみ */
.wave {
	position: relative;
}
.wave:before {
	content: "";
	background: url("../images/common/wave_green.png") no-repeat right;
	background-size: auto 25rem;
	width: 100%;
	height: 25rem;
	position: absolute;
	top: -24.9rem;
	left: 0;
}


/* BOX */
.box_green {
	background: #F4FAF7;
	border-radius: 10px;
	padding: 6rem;
}



/* PAGER */

.wp-pagenavi {
    display: flex;
    margin: 5rem auto 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-family: "hg";
	width: 50px;
	height: 28px;
	display: block;
}
.wp-pagenavi .nextpostslink {
	font-size: 0;
	background: url("../images/common/arr_bla_right.png") no-repeat center;
	background-size: 7px auto;
}
.wp-pagenavi .previouspostslink {
	font-size: 0;
	background: url("../images/common/arr_bla_left.png") no-repeat center;
	background-size: 7px auto;
}

.prev_next {
	margin: 5rem auto 0;
	display: flex;
	justify-content: center;
}
.prev_next a {
	width: 8px;
	padding: 7px 0 0;
}
.prev_next .ichiran {
	margin: 0 10rem 0 10rem;
	padding: 0;
}



@media screen and (max-width: 834px) {
.pc {
    display: none;
}	
.sp {
	display: block;
}
	
	
body {
	min-width: 100%;
	font-size: 1.5rem;
}
.wi1100 {
    max-width: 100%;
    margin: 0 auto;
	padding: 0 4%;
}	
	
	
/*--------------------------------------
　HEADER
---------------------------------------*/
.header {
	display: block;
	min-height: inherit;
	height: inherit;
	padding: 0;
}
.header .logo {
	width: 168px;
	height: auto;
	margin: 0;
	padding: 1rem 0 1rem 4%;
}
.header .rightBox {
	display: none;
}
.header .btmBox {
	display: none;
}

.menuBtn {
	position: fixed;
	top: 1.5rem;
	right: 4%;
	z-index: 10;
	width: 45px;
	height: 45px;
	background: #2B2B2B;
	border-radius: 50%;
}
.menuBtn.active {
	background: #fff;
}
.menuBtn span {
	background: #fff;
	width: 17px;
	height: 1px;
	display: inline-block;
    transition: all .4s;
	position: absolute;
    left: 15px;
}
.menuBtn span:nth-of-type(1) {
	top:15px; 
}
.menuBtn span:nth-of-type(2) {
	top:22px;
}
.menuBtn span:nth-of-type(3) {
	top:29px;
}
.menuBtn.active span {
    background: #2B2B2B;
}	
.menuBtn.active span:nth-of-type(1) {
    top: 16px;
    left: 14px;
    transform: translateY(6px) rotate(-30deg);
}
.menuBtn.active span:nth-of-type(2) {
	opacity: 0;
}
.menuBtn.active span:nth-of-type(3){
    top: 28px;
    left: 14px;
    transform: translateY(-6px) rotate(30deg);
}
.gNavBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2B2B2B;
	padding: 8rem 2rem 0;
	margin: 0;
	z-index: 3;
	display: none;
}
.gNavBox .col {
	width: 60%;
	margin: 0 auto;
}
.gNavBox .pageName {
	margin: 0 0 2rem;
}
.gNavBox .pageName a {
	color: #fff;
	font-size: 1.5rem;
}
	
	
/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
}
footer .ftInr {
	display: block;
}
footer .rightBox {
	width: 100%;
	padding: 4rem 2.5rem 3rem;
}
footer .rightBox .siteMap {
	display: block;
}
footer .rightBox .siteMap > div {
	width: 100%;
}
footer .rightBox .siteMap > div:last-child {
	margin: 0;
}
footer .rightBox p,
footer .rightBox a {
	color: #fff;
}
footer .rightBox .pageName {
	font-size: 1.4rem;
	margin: 0 0 2rem;
	line-height: 1.5;
}
footer .rightBox .partners {
	display: table;
	max-width: 100%;
	margin: 0 auto;
}
footer .rightBox .partners > div {
	margin: 0 0 2rem;
}
footer .rightBox .partners > div img {
	height: 68px;
	width: auto;
}
footer .leftBox {
	width: 100%;
	padding: 4rem 0 2rem;
}
footer .leftBox .infoBox {
	max-width: 260px;
	margin: 0 auto 4rem;
}
footer .leftBox .logo {
	width: 172px;
	margin: 0 auto 4rem;
}
footer .leftBox .siteName {
	font-size: 1.5rem;
	font-weight: 700;
}
footer .leftBox .corp {
	margin: 2rem 0 2rem;
}
footer .leftBox .corp li {
	font-size: 1.4rem;
}
footer .leftBox .note {
	font-size: 1.2rem;
	font-weight: 400;
}

footer .copy {
	height: auto;
	font-size: 1.1rem;
	position: static;
	transform: inherit;
}
	
	

/*--------------------------------------
　共通パーツ
---------------------------------------*/
.section {
	padding: 4rem 0;
}

/* 下層KV */
.lower .mv {
	height: 25rem;
	min-height: inherit;
	max-height: inherit;
}
.lower .mv .inTxt {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
    top: auto;
	justify-content: space-between;
    padding-bottom: calc(25rem - 22rem);
}
.lower .mv .mvTit {
	font-size: 3rem;
	line-height: 1.5;
}
.lower .article {
	background: #fff;
	padding: 1.5rem 0 8rem;
}
.lower .article.wave:before {
	/*content: "";
    background: url("../images/common/wave_white.png") no-repeat right;
    background-size: 120%;
    width: 100%;
	height: 5rem;
    top: -5rem;*/
    content: "";
    background: url(../images/common/wave_white.png) no-repeat right top;
    background-size: 120%;
    width: 100%;
    height: 13.5vw;
    top: -13vw;

}

/*--------------------------------------
　PANKUZU
---------------------------------------*/
.pankuzu {
	max-width: 100%;
	margin: 0 auto 2rem;
	overflow-x: auto;
    padding: 0 3%;
}
.pankuzu ul {
	display: flex;
	white-space: nowrap;
}

/*--------------------------------------
　TITLE
---------------------------------------*/
.secTitBox {
	position: relative;
	display: block;
	margin: 0 0 4rem;
	padding: 0 0 0 4rem;
}
.secTitBox:before {
	width: 80px;
	height: 80px;
	position: absolute;
    top: calc(50% - 44px);
    left: 0;
}
.secTitBox .eng {
	font-size: 2rem;
	margin: 0 0 5px;
}
.secTitBox .secTit {
	font-size: 1.4rem;
}
.secTitBox .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
}
.secTitBox .btn-more.pc {
	display: none;
}
.secTitBox .btn-more:before {
	content: "";
	background: #808080;
	width: 352px;
	height: 1px;
	display: inline-block;
	position: relative;
    top: 2px;
    margin: 0 2rem 0 2rem;
}
.secTitBox .btn-more a {
	height: 100%;
	display: flex;
	align-items: center;
}
.btn-more.sp {
	text-align: right;
}
.btn-more.sp:before {
	content: none;
}
.lead {
    padding: 0 4%;
	margin: 0 0 3rem;
}
.mTit {
	font-size: 1.8rem;
	margin: 0 0 2rem;
	padding: 0 4%;
}
.tit_bb {
	font-size: 2rem;
	padding: 0 0 1.5rem;
	margin: 0 0 2rem;
}
.bb_green {
	border-bottom: solid 5px #E9F7D5;
}
.bb_pink {
	border-bottom: solid 5px #F5DAE3;
}
.bb_yellow {
	border-bottom: solid 5px #F7F4B8;
}
.bb_blue {
	border-bottom: solid 5px #C9D7EA;
}




/*--------------------------------------
　BUTTON
---------------------------------------*/
.btn-more {
	position: relative;
	margin: 3rem 0 0;
}
.btn-more:before {
	content: "";
	background: #808080;
	width: 127px;
	height: 1px;
	display: inline-block;
	position: relative;
    top: 2px;
    margin: 0 2rem 0 0;
}
.btn-more a {
	font-size: 1.5rem;
    padding: 0 6rem 0 0;
}
.btn-more a:before {
    width: 45px;
	height: 45px;
	top: calc(50% - 22px);
}
.btn-more a:hover:before {
   right: 0;
}
.btn_bo_blue {
	margin: 3rem auto 0;
	max-width: 400px;
}
.btn_bo_blue a {
	border: solid 2px #008CCF;
	background: #fff url("../images/common/arr_ccl_bla_right.png") no-repeat right 3rem center;
	background-size: 23px auto;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 2rem 6rem;
}
.btn_bo_blue a:hover {
	color: #fff;
	background: #008CCF url("../images/common/arr_ccl_wh_right.png") no-repeat right 3rem center;
	background-size: 23px auto;
	opacity: 1;
}




/*--------------------------------------
　TABLE
---------------------------------------*/
.table_cmn dl {
	display: block;
	margin: 0 0 3rem;
	min-height: inherit;
}
.table_cmn dl:last-child {
	margin: 0;
}
.table_cmn dl dt {
	display: block;
	border-right: none;
	border-bottom: solid 2px #E5116E;
	width: 100%;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}
.table_cmn dl dd {
	display: block;
	width: 100%;
	padding: 0;
}

	
	
/*--------------------------------------
　共通パーツ
---------------------------------------*/
/* なみなみ */
.wave {
	position: relative;
}
.wave:before {
    background: url(../images/common/wave_green.png) no-repeat right;
    background-size: 120%;
	height: 5rem;
    top: -4.8rem;
}


/* BOX */
.box_green {
	padding: 3rem;
}
	
	
	

/* PAGER */
.wp-pagenavi {
    margin: 4rem auto 0;
}
.prev_next {
	margin: 4rem auto 0;
}
.prev_next .ichiran {
	margin: 0 8rem 0 8rem;
}

	
	
	
	
	

}





