@charset "utf-8";
@import url(reset.css);
@import url(base.css);

*===============================================
  デフォルト
===============================================*/

/* margin set */

.mb0 {
	margin-bottom:0 !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mb40 {
	margin-bottom:70px !important;
}

.mb80 {
	margin-bottom:80px !important;
}

.mb90 {
	margin-bottom:90px !important;
}

.mb100 {
	margin-bottom:100px !important;
}



#global-nav {
	display:none;
}

#header .navbtn {
	display:none;
}

.pcv {
}

.spv {
	display:none;
}

br.sp {
	display:none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"]{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
	outline-offset: -2px;
}


/*-------------------------------------------------------------------
	wrap
-------------------------------------------------------------------*/

#wrap {
	padding: 120px 0 0;
}

#vol02,
#vol03,
#vol04,
#contact {
	margin-top: -150px;
	padding-top: 150px;
}

.formbtn {
	text-align: center;
}

.formbtn a {
	display: inline-block;
	background: #e7737c;
	color: #fff;
	font-size: 4.0em;
	line-height: 1.0;
	padding: 20px 50px;
	border-radius: 5px;
	font-weight: 500;
}

.formbtn a:hover {
	background: #d03743;
}

/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/

#header {
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

#header .header{
	position: relative;
	padding: 0 3%;
	height: 117px;
}

#header .header .logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#header .header .hdnav {
	text-align: center;
	padding: 70px 0 0;
	position: relative;
	z-index: 10;
	margin-left: -80px;
}

#header .header .hdnav li {
	display: inline-block;
	margin-right: 60px;
}

#header .header .hdnav li:last-child {
	margin-right: 0;
}

#header .header .hdnav li.ex {
	margin-right: 260px;
}

#header .header .hdnav li a {
	color: #3e3a39;
	font-size: 2.5em;
	line-height: 1.0;
	font-weight: 500;
}

#header .header .hdnav li a:hover {
	color: #5ebd97;
}

#header .header .links {
	position: absolute;
	top: 20px;
	right: 1%;
	z-index: 20;
}

#header .header .links img{
	max-width: 90%;
}

@media screen and (max-width: 1800px){

	#header .header .hdnav li {
		display: inline-block;
		margin-right: 30px;
	}

	#header .header .hdnav li a {
		font-size: 1.8em;
	}

	#header .header .links {
		text-align: right;
	}

	#header .header .links {
		top: 20px;
	}

	#header .header .links img {
		max-height: 40px;
	}

}


@media screen and (max-width: 1200px){

	#header .header .links {
		top: 10px;
		right: auto;
		left: 0;
		width: 100%;
		text-align: center;
	}

	#header .header .links img {
		max-height: 25px;
	}
}


/*-------------------------------------------------------------------
	maintitle
-------------------------------------------------------------------*/

#maintitle {
	position:relative;
	width: 100%;
	background: url("../image/main_bg.jpg") bottom center no-repeat;
	background-size: cover;
}

#maintitle .into {
	width: 1100px;
	margin: 0 auto;
	padding: 140px 0 90px;
}

#maintitle .into h2 {
	color: #fff;
	font-size: 5.5em;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 80px;
	font-weight: 500;
}

#maintitle .into .icon {
	text-align: center;
}

#maintitle .into .icon li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#maintitle .into .icon li:last-child {
	margin-right: 0;
}

/* ノートPC */
@media screen and (max-width: 1240px){

}


/*-------------------------------------------------------------------
	vol01
-------------------------------------------------------------------*/

/* sec01  */

#vol01 .sec01 {
	background: url("../image/sec01_bg.jpg") top left no-repeat #e5edde;
	background-size:100% auto;
	position: relative;
}

#vol01 .sec01 .contact {
	position: absolute;
	top: 60px;
	right: 3%;
}

#vol01 .sec01 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 300px 0 100px;
}

#vol01 .sec01 .inner img {
	max-width: 100%;
}

#vol01 h2 {
	text-align: center;
	margin: 0 0 60px;
}

#vol01 h2 span {
	color: #006934;
	display: inline-block;
	font-size: 4.5em;
	line-height: 1.4;
	padding: 0 0 20px;
	/*border-bottom: 5px dashed #88bdbd;*/
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
}

#vol01 h2 span:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #88bdbd, #88bdbd 10px, transparent 10px, transparent 10px);
  background-size: 15px 5px;
  background-repeat: repeat-x;
}

#vol01 .sec01 .inner h3 {
	text-align: center;
	font-size: 4.0em;
	line-height: 1.6;
	margin: 0 0 50px;
	letter-spacing: 0.01em;
}

#vol01 .sec01 .inner h3 span,
#vol01 .sec01 .inner .text span {
	color: #e7737c;
}

#vol01 .sec01 .inner .text {
	font-size: 2.6em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* sec02  */

#vol01 .sec02 {
	background: url("../image/sec02_bg.jpg") top left no-repeat #5ebd97;
	background-size:100% auto;
	position: relative;
}

#vol01 .sec02 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 150px 0 80px;
	color: #fff;
}

#vol01 .sec02 .inner dt{
	font-size: 3.5em;
	text-align: center;
	line-height: 1.4;
	padding: 0 0 30px;
	border-bottom: 2px solid #fff;
	margin: 0 0 30px;
	font-weight: 500;
}

#vol01 .sec02 .inner dd {
	font-size: 2.6em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* sec03  */

#vol01 .sec03 {
	background: url("../image/sec03_bg.jpg") top left no-repeat #e5edde;
	background-size:100% auto;
	position: relative;
}

#vol01 .sec03 .inner {
	width: 1180px;
	margin: 0 auto;
	padding: 150px 0 100px;
}

#vol01 .sec03 .inner .text {
	font-size: 2.6em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 1000px;
	margin: 0 auto 60px;
}

#vol01 .sec03 .inner .text span {
	color: #e7737c;
}

#vol01 .sec03 .inner .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 60px;
}

#vol01 .sec03 .inner .same .imgs {
	float: left;
}

#vol01 .sec03 .inner .same .txts {
	font-size: 2.4em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-left: 355px;
	padding-top: 30px;
}

/*-------------------------------------------------------------------
	vol02
-------------------------------------------------------------------*/

#vol02 h2 {
	text-align: center;
	margin: 0 0 60px;
}

#vol02 h2 span {
	color: #3e3a39;
	display: inline-block;
	font-size: 4.5em;
	line-height: 1.4;
	padding: 0 0 20px;
	/*border-bottom: 5px dashed #88bdbd;*/
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
}

#vol02 h2 span:before {
	position: absolute;
	top: -50px;
	left: -30px;
	content: url("../image/sec04_titlebg.png");
	z-index: 999;
}

#vol02 h2 span:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #88bdbd, #88bdbd 10px, transparent 10px, transparent 10px);
  background-size: 15px 5px;
  background-repeat: repeat-x;
}


#vol02 h3 {
	text-align: center;
	margin: 0 0 60px;
}

#vol02 h3 span {
	color: #3e3a39;
	display: inline-block;
	font-size: 4.5em;
	line-height: 1.4;
	padding: 0 0 15px;
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
}

#vol02 h3 span.top {
	margin: 0 0 10px;
}

#vol02 h3 span.top:before {
	position: absolute;
	top: -60px;
	right: -30px;
	content: url("../image/sec05_titlebg.png");
	z-index: 999;
}

#vol02 h3 span:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #88bdbd, #88bdbd 10px, transparent 10px, transparent 10px);
  background-size: 15px 5px;
  background-repeat: repeat-x;
}


/* sec04 */

#vol02 .sec04 {
	background: url("../image/sec04_bg.jpg") top left no-repeat #e2d6c3;
	background-size: 100% auto;
}

#vol02 .sec04 .inner {
	width: 1120px;
	margin: 0 auto;
	padding: 150px 0 100px;
}

#vol02 .sec04 .inner .box {
	position: relative;
	margin: 0 0 70px;
}

#vol02 .sec04 .inner .box.hdn {
	overflow: hidden;
	zoom:1;
}

#vol02 .sec04 .inner .box dl {
	width: 740px;
}

#vol02 .sec04 .inner .box.hdn dl {
	float: right;
}

#vol02 .sec04 .inner .box dl dt {
	font-size: 3.5em;
	line-height: 1.6;
	font-weight: 500;
	margin: 0 0 20px;
}

#vol02 .sec04 .inner .box dl dd {
	font-size: 2.6em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

#vol02 .sec04 .inner .box .img01 {
	position: absolute;
	top: 0;
	right: 30px;
}

#vol02 .sec04 .inner .box .img02 {
	position: absolute;
	top: 0;
	left: 60px;
}

#vol02 .sec04 .inner .box .img03 {
	position: absolute;
	top: 0;
	right: -110px;
}

/* sec05 */

#vol02 .sec05 {
	background: url("../image/sec05_bg.jpg") top left no-repeat #fff;
	background-size: 100% auto;
}

#vol02 .sec05 .inner {
	width: 1240px;
	margin: 0 auto;
	padding: 200px 0 0;
}

#vol02 .sec05 .inner .lead {
	font-size: 3.0em;
	line-height: 1.8m;
	margin: 0 0 30px;
}

#vol02 .sec05 .inner .green {
	background: #5ebd97;
	border-radius: 10px;
	padding: 60px;
	margin: 0 0 100px;
}

#vol02 .sec05 .inner .green dd ul li {
	margin: 30px 0 0;
	overflow: hidden;
	zoom:1;
}

#vol02 .sec05 .inner .green dd ul li .check {
	float: left;
	padding: 8px 0 0;
}

#vol02 .sec05 .inner .green dd ul li .check .circle {
	width:36px;
	height:36px;
	display: block;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
}


#vol02 .sec05 .inner .green dd ul li .check input[type="checkbox"] {
	width:36px;
	height:36px;
	-moz-transform: scale(1.3);
	-webkit-transform :scale(1.3);
	transform: scale(1.3);
}

#vol02 .sec05 .inner .green dd ul li .txts {
	color: #fff;
	display: block;
	font-size: 3.4em;
	line-height: 1.4;
	margin-left: 60px;
	font-weight: 400;
}


/*-------------------------------------------------------------------
	vol03
-------------------------------------------------------------------*/

#vol03 h2 {
	text-align: center;
	margin: 0 0 60px;
}

#vol03 h2 span {
	color: #3e3a39;
	display: inline-block;
	font-size: 4.5em;
	line-height: 1.4;
	padding: 0 0 20px;
	/*border-bottom: 5px dashed #88bdbd;*/
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
}

#vol03 h2 span:before {
	position: absolute;
	top: -60px;
	left: -130px;
	content: url("../image/sec06_titlebg.png");
	z-index: 999;
}

#vol03 h2 span:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #88bdbd, #88bdbd 10px, transparent 10px, transparent 10px);
  background-size: 15px 5px;
  background-repeat: repeat-x;
}

/* sec06 */

#vol03 .sec06 {
	background: url("../image/sec06_bg.jpg") top left no-repeat #f2f2f2;
	background-size: 100% auto;
}

#vol03 .sec06 .inner {
	width: 1210px;
	margin: 0 auto;
	padding: 250px 0 0;
}

#vol03 .sec06 .inner .box {
	position: relative;
}

#vol03 .sec06 .inner .box.sec {
	text-align: right;
}

#vol03 .sec06 .inner .box .same {
	width: 700px;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 10;
}

#vol03 .sec06 .inner .box .same:after {
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#vol03 .sec06 .inner .box .same .number {
	float: left;
}

#vol03 .sec06 .inner .box .same .txts {
	margin-left: 140px;
	padding: 35px 0 0;
}

#vol03 .sec06 .inner .box .same .txts dt {
	font-size: 4.0em;
	font-weight: 500;
	line-height: 1.0;
	margin: 0 0 20px;
}

#vol03 .sec06 .inner .box .same .txts dd {
	font-size: 2.6em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}

#vol03 .sec06 .inner .box .same .txts dd a {
	color: #3e3a39;
	text-decoration: underline;
}

#vol03 .sec06 .inner .box .same .txts dd a:hover {
	text-decoration: none;
}

#vol03 .sec06 .inner .box .line01 {
	position: absolute;
	top: 90px;
	left: 60px;
	z-index: 1;
}

#vol03 .sec06 .inner .box .line02 {
	position: absolute;
	top: 20px;
	left: 65px;
	z-index: 1;
}

#vol03 .sec06 .inner .box .line03 {
	position: absolute;
	top: 110px;
	left: 60px;
	z-index: 1;
}

#vol03 .sec06 .inner .box .line04 {
	position: absolute;
	top: 80px;
	left: 65px;
	z-index: 1;
}

#vol03 .sec06 .inner .box .line05 {
	position: absolute;
	top: 75px;
	left: 60px;
	z-index: 1;
}

#vol03 .sec06 .inner .box .line06 {
	position: absolute;
	top: 90px;
	left: 65px;
	z-index: 1;
}

#vol03 .sec06 .inner .box .line07 {
	position: absolute;
	top: 100px;
	left: 60px;
	z-index: 1;
}

#vol03 .sec06 .inner .formbtn {
	margin: 80px 0 0;
}

/*-------------------------------------------------------------------
	vol04
-------------------------------------------------------------------*/

#vol04 h2 {
	text-align: center;
	margin: 0 0 60px;
}

#vol04 h2 span {
	color: #3e3a39;
	display: inline-block;
	font-size: 4.5em;
	line-height: 1.4;
	padding: 0 0 20px;
	/*border-bottom: 5px dashed #88bdbd;*/
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
}

#vol04 h2 span:before {
	position: absolute;
	top: -90px;
	left: -150px;
	content: url("../image/sec07_titlebg.png");
	z-index: 999;
}

#vol04 h2 span:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #88bdbd, #88bdbd 10px, transparent 10px, transparent 10px);
  background-size: 15px 5px;
  background-repeat: repeat-x;
}

/* sec06 */

#vol04 .sec07 {
	background: url("../image/sec07_bg.jpg") top left no-repeat #fff;
	background-size: 100% auto;
}

#vol04 .sec07 .inner {
	max-width: 94%;
	margin: 0 auto;
	padding: 400px 0 100px;
}

#vol04 .sec07 .inner .box {
	text-align: center;
}

#vol04 .sec07 .inner .box .same {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: 120px;
}

#vol04 .sec07 .inner .box .same:last-child {
	margin-right: 0;
}

#vol04 .sec07 .inner .box .same dl {
	margin: 40px 0 0;
}

#vol04 .sec07 .inner .box .same dl dt {
	margin: 0 0 20px;
	font-size: 3.4em;
	font-weight: 500;
	line-height: 1.0;
}

#vol04 .sec07 .inner .box .same dl dd {
	font-size: 2.4em;
	line-height: 1.6;
}


/*-------------------------------------------------------------------
	contact
-------------------------------------------------------------------*/

#contact h2 {
	text-align: center;
	margin: 0 0 60px;
}

#contact h2 span {
	color: #3e3a39;
	display: inline-block;
	font-size: 4.5em;
	line-height: 1.4;
	padding: 0 0 20px;
	/*border-bottom: 5px dashed #88bdbd;*/
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
}

#contact h2 span:before {
	position: absolute;
	top: -50px;
	right: -30px;
	content: url("../image/sec08_titlebg.png");
	z-index: 999;
}

#contact h2 span:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #88bdbd, #88bdbd 10px, transparent 10px, transparent 10px);
  background-size: 15px 5px;
  background-repeat: repeat-x;
}

/* sec06 */

#contact .sec08 {
	background: url("../image/contact_bg.jpg") top left no-repeat #e5edde;
	background-size: 100% auto;
}

#contact .sec08 .inner {
	width: 850px;
	margin: 0 auto;
	padding: 150px 0 100px;
}

#contact .sec08 .inner .telbox {
	background: #e7737c;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	border-radius: 30px;
	margin: 0 0 80px;
	font-weight: 500;
}

#contact .sec08 .inner .telbox dt {
	font-size: 3.2em;
	margin: 0 0 20px;
}

#contact .sec08 .inner .telbox dd.end {
	font-size: 3.0em;
	margin: 20px 0 0;
}

#contact .sec08 .inner .formwrap {
	border-radius: 30px;
	background: #fff;
	padding: 50px 60px;
}

#contact .sec08 .inner .formwrap table {
	width: 100%;
	margin: 0 0 40px;
}

#contact .sec08 .inner .formwrap table th,
#contact .sec08 .inner .formwrap table td {
	padding-bottom:30px;
	text-align: left;
	vertical-align: top;
	font-size: 2.5em;
	line-height: 1.6;
}

#contact .sec08 .inner .formwrap table th {
	width: 270px;
	overflow: hidden;
	zoom:1;
	letter-spacing: 0.1em;
}

#contact .sec08 .inner .formwrap table th span {
	display: inline-block;
	float: right;
	font-size: 0.8em;
	color: #fff;
	background: #e7737c;
	padding: 5px 10px 7px;
	line-height: 1.0;
	margin: 5px 0 0;
}

#contact .sec08 .inner .formwrap table td {
	padding-left: 20px;
}

#contact .sec08 .inner .formwrap table tr:last-child th,
#contact .sec08 .inner .formwrap table tr:last-child td {
	padding-bottom: 0;

}

#contact table td .short {
	width: 30%;
}

#contact table td .middle {
	width: 60%;
}

#contact table td .long {
	width: 90%;
}


#contact table input[type="text"] {
	background:#fff;
	height: 40px;
	padding: 0 2%;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
	border:1px solid #3e3a39;
	border-radius: 5px;
}

#contact table textarea {
	background:#fff;
	width: 90%;
	height: 100px;
	font-family: inherit;
	font-size:0.9em;
	line-height: 1.6;
	padding:10px 2%;
	border:1px solid #3e3a39;
	border-radius: 5px;
}

#contact .submit {
	text-align: center;
}

#contact .submit li {
	width:125px;
	display:inline-block;
}

#contact .submit li.reset {
	margin-left:60px;
}

#contact .submit li input {
	background:#3e3a39;
	border: none;
	width:100%;
	padding:10px 0;
	display:block;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size: 2.8em;
	border-radius: 5px;
	letter-spacing: 0.1em;
}

#contact .submit li.reset input {
	background:#808080;
}

#contact .submit li input:hover {
	background:#181514;
}

#contact .submit li.reset input:hover {
	background:#525252;
}

dl.thanks {
	text-align:center;
}

dl.thanks dt {
	line-height:1.0;
	font-size:2.0em;
	margin:0 0 30px;
}

dl.thanks dd {
}

#contact input[type="button"] ,
#contact input.btn_y,
#contact input.btn_n {
	display:inline-block;
	padding:20px 50px;
	background:#713430;
	border: none;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size: 1.4em;
}
#contact input[type="button"]:hover,
#contact input.btn_y:hover,
#contact input.btn_n:hover {
	opacity:0.7;
}

#contact input.btn_n {
	margin-left:20px;
}


/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/

#footer {
	background: url("../image/footer_bg.png") top left no-repeat #e5edde;
	background-size: 100% auto;
}

#footer .footer {
	padding: 90px 0 40px;
	max-width: 94%;
	margin: 0 auto;
	text-align: center;
}

#footer .footer .logo {
	margin: 0 0 45px;
}

#footer .footer .add {
	margin: 0 0 20px;
	font-size: 2.6em;
	line-height: 1.6;
}

#footer .footer address {
	font-size: 1.8em;
	color: #fff;
}


/*===============================================
  画面の横幅が1440px以下に適用
===============================================*/

@media screen and (max-width: 1440px){

	#footer .footer {
		padding: 1% 0 0;
    	max-width: 94%;
    	margin: 0 auto;
    	text-align: center;
    }

    #footer .footer .logo {
    	margin: 3% 0 2%;
	}

	#footer .footer .logo img{
		width: 10%;
	}

   #footer .footer .add {
    margin: 0 0 10px;
    font-size: 2.0em;
    line-height: 1.6;
	}

	#footer .footer address {
    font-size: 1.6em;
    color: #fff;
    padding-bottom: 2%;
}
}

/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){

	img {
		max-width:100%;
	}

	br.sp {
		display:block;
	}

	br.pc {
		display:none;
	}

		/* wrap */

	#wrap {
		padding: 60px 0 0;
	}

	#vol02,
	#vol03,
	#vol04,
	#contact {
		margin-top: -60px;
		padding-top: 60px;
	}

	#header {
		background: none;
	}

	#header .header{
		position: relative;
		padding: 0 3%;
		height: 60px;
		background: #fff;
	}

	#header .header .logo {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#header .header .logo img {
		max-height: 80px;
	}


	#header .header .links {
		display: none;
	}

	#header .header ul.hdnav {
		display:none;
	}

	#header .navbtn {
		display:block;
		position:absolute;
		top:20px;
		right:3%;
		width:30px;
		height: 30px;
		cursor: pointer;
	}

	#header .navbtn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #5ebd97;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}


	#header .navbtn span:nth-child(1) {
		top: 0;
	}

	#header .navbtn span:nth-child(2) {
		top: 10px;
	}

	#header .navbtn span:nth-child(3) {
		top: 20px;
	}

	/* global-nav */

	#global-nav.open {
		display:block;
	}

	#global-nav ul {
		line-height:1.0;
	}

	#global-nav ul li {
		border-bottom:1px solid #FFF;
	}

	#global-nav ul li:last-child {
		border-bottom:none;
	}

	#global-nav ul li a {
		display:block;
		color: #fff;
		text-align:center;
		padding:20px 5%;
		text-decoration:none;
		font-size:1.6em;
		background:rgba(94,189,151,0.9);
	}

	#global-nav ul li:first-child a {
		padding:35px 5% 15px;
	}

	#global-nav ul li:last-child a {
		background:rgba(255,255,255,0.9);
	}


	/* 切り替えアニメーション */
	#header .navbtn.move span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#header .navbtn.move span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#header .navbtn.move span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}



	.formbtn {
		text-align: center;
	}

	.formbtn a {
		display: inline-block;
		background: #e7737c;
		color: #fff;
		font-size: 2.4em;
		line-height: 1.0;
		padding: 15px 7%;
		border-radius: 5px;
		font-weight: 500;
	}

	/* maintitle */

	#maintitle {
		position:relative;
		width: 100%;
		background: url("../image/main_bg.jpg") bottom center no-repeat;
		background-size: auto 100%;
	}

	#maintitle .into {
		width: 94%;
		margin: 0 auto;
		padding: 50px 0 50px;
	}

	#maintitle .into h2 {
		color: #fff;
		font-size: 3.0em;
		line-height: 1.6;
		letter-spacing: 0.1em;
		margin: 0 0 50px 20px;
		font-weight: 500;
	}


	#maintitle .into .icon li {
		display: inline-block;
		vertical-align: top;
		max-width: 30%;
		margin-right: 2%;
	}

	#maintitle .into .icon li:last-child {
		margin-right: 0;
	}

	/* vol01 */

	/* sec01  */

	#vol01 .sec01 .contact {
		text-align: right;
		display: none;
	}

	#vol01 .sec01 .contact img {
		max-width: 30%;
	}

	#vol01 .sec01 .inner {
		width: 94%;
		margin: 0 auto;
		padding: 100px 0 50px;
	}

	#vol01 .sec01 .inner img {
		max-width: 100%;
	}

	#vol01 h2 {
		margin: 0 0 40px;
	}

	#vol01 h2 span {
		font-size: 2.2em;
	}

	#vol01 h2 span:after {
		content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 3px;
		background-image: linear-gradient(to right, #88bdbd, #88bdbd 5px, transparent 5px, transparent 10px);
		background-size: 10px 5px;
		background-repeat: repeat-x;
	}

	#vol01 .sec01 .inner h3 {
		text-align: center;
		font-size: 1.8em;
		line-height: 1.6;
		margin: 0 0 30px;
	}

	#vol01 .sec01 .inner .text {
		font-size: 1.6em;
		line-height: 1.8;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	/* sec02  */


	#vol01 .sec02 .inner {
		width: 94%;
		margin: 0 auto;
		padding: 50px 0 50px;
		color: #fff;
	}

	#vol01 .sec02 .inner dt{
		font-size: 2.0em;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	#vol01 .sec02 .inner dd {
		font-size: 1.6em;
	}


	/* sec03  */


	#vol01 .sec03 .inner {
		width: 94%;
		padding: 50px 0 50px;
	}

	#vol01 .sec03 .inner .text {
		font-size: 1.6em;
		width: auto;
		margin: 0 auto 40px;
	}

	#vol01 .sec03 .inner .same {
		margin: 0 0 50px;
	}

	#vol01 .sec03 .inner .same .imgs {
		float: none;
		text-align: center;
	}

	#vol01 .sec03 .inner .same .imgs img {
		max-width: 50%;
	}

	#vol01 .sec03 .inner .same .txts {
		font-size: 1.6em;
		margin-left: 0;
		padding-top: 20px;
	}

	/* vol02 */

	#vol02 h2 {
		text-align: center;
		margin: 0 0 40px;
	}

	#vol02 h2 span {
		font-size: 2.4em;
	}

	#vol02 h2 span:before {
		position: absolute;
		top: -50px;
		left: -2%;
		content: url("../image/sec04_titlebg.png");
		z-index: 999;
	}

	#vol02 h2 span:after {
		content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 3px;
		background-image: linear-gradient(to right, #88bdbd, #88bdbd 5px, transparent 5px, transparent 10px);
		background-size: 10px 5px;
		background-repeat: repeat-x;
	}

	#vol02 h3 {
		margin: 0 0 40px;
	}

	#vol02 h3 span {
		font-size: 2.4em;
	}

	#vol02 h3 span.top:before {
		position: absolute;
		top: -60px;
		right: -2%;
		content: url("../image/sec05_titlebg.png");
		z-index: 999;
	}

	#vol02 h3 span:after {
		height: 3px;
		background-image: linear-gradient(to right, #88bdbd, #88bdbd 5px, transparent 5px, transparent 10px);
  	background-size: 10px 5px;
  	background-repeat: repeat-x;
	}

	/* sec04 */

	#vol02 .sec04 .inner {
		width: 94%;
		margin: 0 auto;
		padding: 100px 0 50px;
	}

	#vol02 .sec04 .inner .box {
		position: relative;
		margin: 0 0 50px;
	}

	#vol02 .sec04 .inner .box dl {
		width: auto;
	}

	#vol02 .sec04 .inner .box.hdn dl {
		float: none;
	}

	#vol02 .sec04 .inner .box dl dt {
		font-size: 2.2em;
	}

	#vol02 .sec04 .inner .box dl dd {
		font-size: 1.6em;
	}

	#vol02 .sec04 .inner .box .img01 {
		position: static;
		text-align: center;
		margin: 20px 0 0;
	}

	#vol02 .sec04 .inner .box .img02 {
		position: static;
		text-align: center;
		margin: 20px 0 0;
	}

	#vol02 .sec04 .inner .box .img01 img,
	#vol02 .sec04 .inner .box .img02 img {
		max-width: 40%;
	}

	#vol02 .sec04 .inner .box .img03 {
		position: static;
		text-align: center;
		margin: 20px 0 0;
	}


	/* sec05 */

	#vol02 .sec05 .inner {
		width: 94%;
		margin: 0 auto;
		padding: 100px 0 50px;
	}

	#vol02 .sec05 .inner .lead {
		font-size: 1.8em;
		line-height: 1.6em;
		margin: 0 0 20px;
	}

	#vol02 .sec05 .inner .green {
		background: #5ebd97;
		border-radius: 10px;
		padding: 20px 5%;
		margin: 0 0 50px;
	}

	#vol02 .sec05 .inner .green dd ul li {
		margin: 20px 0 0;
	}

	#vol02 .sec05 .inner .green dd ul li .check {
		float: left;
		padding: 7px 0 0;
	}

	#vol02 .sec05 .inner .green dd ul li .check .circle {
		width: 20px;
		height: 20px;
	}

	#vol02 .sec05 .inner .green dd ul li .check input[type="checkbox"] {
		width:auto;
		height:auto;
		-moz-transform: scale(1.0);
		-webkit-transform :scale(1.0);
		transform: scale(1.0);
	}

	#vol02 .sec05 .inner .green dd ul li .txts {
		color: #fff;
		display: block;
		font-size: 1.8em;
		line-height: 1.4;
		margin-left: 30px;
		font-weight: 400;
	}


	/* vol03 */

	#vol03 h2 {
		text-align: center;
		margin: 0 0 40px;
	}

	#vol03 h2 span {
		font-size: 2.4em;
	}

	#vol03 h2 span:before {
		position: absolute;
		top: -60px;
		left: -15%;
	}

	#vol03 h2 span:after {
		height: 3px;
		background-image: linear-gradient(to right, #88bdbd, #88bdbd 5px, transparent 5px, transparent 5px);
  	background-size: 10px 5px;
  	background-repeat: repeat-x;
	}

	/* sec06 */

	#vol03 .sec06 .inner {
		width: 94%;
		margin: 0 auto;
		padding: 150px 0 50px;
	}

	#vol03 .sec06 .inner .splera {
		position: relative;
	}

	#vol03 .sec06 .inner .splera:after {
		position: absolute;
		top: 0;
		left: 8%;
		width: 1px;
		height: 92%;
		border-left: 2px dotted #000;
		content: '';
		z-index: 5;
	}

	#vol03 .sec06 .inner .box {
		position: relative;
	}

	#vol03 .sec06 .inner .box.sec {
		text-align: left;
	}

	#vol03 .sec06 .inner .box .same {
		width: auto;
		display: block;
		text-align: left;
		position: relative;
		z-index: 10;
		margin: 0 0 20px;
	}

	#vol03 .sec06 .inner .box .same .number {
		float: left;
		width: 20%;
	}

	#vol03 .sec06 .inner .box .same .txts {
		margin-left: 20%;
		padding: 12px 0 0;
	}

	#vol03 .sec06 .inner .box .same .txts dt {
		font-size: 2.1em;
		font-weight: 500;
		line-height: 1.4;
		margin: 0 0 10px;
	}

	#vol03 .sec06 .inner .box .same .txts dd {
		font-size: 1.6em;
	}

	#vol03 .sec06 .inner .box .line01,
	#vol03 .sec06 .inner .box .line02,
	#vol03 .sec06 .inner .box .line03,
	#vol03 .sec06 .inner .box .line04,
	#vol03 .sec06 .inner .box .line05,
	#vol03 .sec06 .inner .box .line06,
	#vol03 .sec06 .inner .box .line07 {
		display: none;
	}

	#vol03 .sec06 .inner .formbtn {
		margin: 50px 0 0;
	}

	/* vol04 */

	#vol04 h2 {
		margin: 0 0 40px;
	}

	#vol04 h2 span {
		font-size: 2.4em;
	}

	#vol04 h2 span:before {
		position: absolute;
		top: -120px;
		left: 0;
	}

	#vol04 h2 span:after {
		height: 3px;
		background-image: linear-gradient(to right, #88bdbd, #88bdbd 5px, transparent 5px, transparent 10px);
		background-size: 10px 5px;
		background-repeat: repeat-x;
	}

	/* sec06 */

	#vol04 .sec07 .inner {
		max-width: 94%;
		margin: 0 auto;
		padding: 200px 0 50px;
	}

	#vol04 .sec07 .inner .box .same {
		display: block;
		text-align: center;
		vertical-align: top;
		margin:0 0 40px;
	}

	#vol04 .sec07 .inner .box .same:last-child {
		margin: 0;
	}

	#vol04 .sec07 .inner .box .same dl {
		margin: 20px 0 0;
		display: inline-block;
		text-align: left;
	}

	#vol04 .sec07 .inner .box .same dl dt {
		font-size: 2.2em;
	}

	#vol04 .sec07 .inner .box .same dl dd {
		font-size: 1.8em;
	}


	/* contact */

	#contact h2 {
		margin: 0 0 40px;
	}

	#contact h2 span {
		font-size: 2.4em;
	}

	#contact h2 span:before {
		position: absolute;
		top: -60px;
		right: -3%;
	}

	#contact h2 span:after {
		height: 3px;
		background-image: linear-gradient(to right, #88bdbd, #88bdbd 5px, transparent 5px, transparent 10px);
		background-size: 10px 5px;
		background-repeat: repeat-x;
	}

	/* sec06 */

	#contact .sec08 .inner {
		width: 94%;
		margin: 0 auto;
		padding: 100px 0 50px;
	}

	#contact .sec08 .inner .telbox {
		padding: 20px 3%;
		margin: 0 0 40px;
	}

	#contact .sec08 .inner .telbox dt {
		font-size: 2.0em;
		margin: 0 0 20px;
	}

	#contact .sec08 .inner .telbox dd.end {
		font-size: 1.6em;
		margin: 20px 0 0;
	}

	#contact .sec08 .inner .formwrap {
		padding: 30px 5%;
	}

	#contact .sec08 .inner .formwrap table {
		width: 100%;
		margin: 0 0 20px;
	}

	#contact .sec08 .inner .formwrap table th,
	#contact .sec08 .inner .formwrap table td {
		padding-bottom:30px;
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 2.5em;
		line-height: 1.6;
	}

	#contact .sec08 .inner .formwrap table th {
		width: auto;
		overflow: hidden;
		zoom:1;
		letter-spacing: 0.1em;
		border-bottom: 1px dotted #000;
		margin: 0 0 15px;
		padding: 0 0 10px;
		font-size: 1.9em;
	}


	#contact .sec08 .inner .formwrap table td {
		padding-left: 0;
	}

	#contact .sec08 .inner .formwrap table tr:last-child th,
	#contact .sec08 .inner .formwrap table tr:last-child td {
		padding-bottom: 0;
	}

	#contact table td .short {
		width: 30%;
	}

	#contact table td .middle {
		width: 60%;
	}

	#contact table td .long {
		width: 90%;
	}

	#contact table input[type="text"] {
		background:#fff;
		height: 40px;
		padding: 0 2%;
		font-family: inherit;
		line-height: 1.2;
		font-size:0.9em;
		border:1px solid #3e3a39;
		border-radius: 5px;
	}

	#contact table textarea {
		background:#fff;
		width: 90%;
		height: 100px;
		font-family: inherit;
		font-size:0.9em;
		line-height: 1.6;
		padding:10px 2%;
		border:1px solid #3e3a39;
		border-radius: 5px;
	}

	#contact .submit {
		text-align: center;
	}

	#contact .submit li {
		width:125px;
		display:inline-block;
	}

	#contact .submit li.reset {
		margin-left:60px;
	}

	#contact .submit li input {
		background:#3e3a39;
		border: none;
		width:100%;
		padding:10px 0;
		display:block;
		color:#FFF;
		text-align:center;
		vertical-align:middle;
		line-height:1.0;
		font-family: 'Noto Sans Japanese', sans-serif;
		-moz-transition:all,.4s;
		-o-transition:all,.4s;
		-webkit-transition:all,.4s;
		transition:all,.4s;
		cursor: pointer;
		font-size: 2.2em;
		border-radius: 5px;
		letter-spacing: 0.1em;
	}

	#contact .submit li.reset input {
		background:#808080;
	}

	#contact .submit li input:hover {
		background:#181514;
	}

	#contact .submit li.reset input:hover {
		background:#525252;
	}

	dl.thanks {
		text-align:center;
	}

	dl.thanks dt {
		line-height:1.0;
		font-size:2.0em;
		margin:0 0 30px;
	}

	dl.thanks dd {
	}

	#contact input[type="button"] ,
	#contact input.btn_y,
	#contact input.btn_n {
		display:inline-block;
		padding:20px 50px;
		background:#713430;
		border: none;
		color:#FFF;
		text-align:center;
		vertical-align:middle;
		line-height:1.0;
		font-family: 'Noto Sans Japanese', sans-serif;
		-moz-transition:all,.4s;
		-o-transition:all,.4s;
		-webkit-transition:all,.4s;
		transition:all,.4s;
		cursor: pointer;
		font-size: 1.4em;
	}
	#contact input[type="button"]:hover,
	#contact input.btn_y:hover,
	#contact input.btn_n:hover {
		opacity:0.7;
	}

	#contact input.btn_n {
		margin-left:20px;
	}

	/* footer */

	#footer {
		background: url("../image/footer_bg.png") bottom center no-repeat #e5edde;
		background-size: auto 100%;
	}

	#footer .footer {
		padding: 50px 0 20px;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
	}

	#footer .footer .logo {
		margin: 0 0 30px;
	}

	#footer .footer .logo img {
		max-width: 30%;
	}

	#footer .footer .add {
		margin: 0 0 20px;
		font-size: 1.8em;
		line-height: 1.4;
	}

	#footer .footer address {
		font-size: 1.4em;
	}

}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){



}


/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){

	.pcv {
		display:none;
	}

	.spv {
		display:block;
	}

	br.pc {
		display:none;
	}

	br.sp {
		display:block;
	}

	.mb20 {
		margin-bottom:10px !important;
	}

	.mb30 {
		margin-bottom:15px !important;
	}

	.mb40 {
		margin-bottom:20px !important;
	}

	.mb50 {
		margin-bottom:25px !important;
	}

	.mb50 {
		margin-bottom:25px !important;
	}

	.mb60 {
		margin-bottom:30px !important;
	}

	.mb80 {
		margin-bottom:40px !important;
	}

	.mb90 {
		margin-bottom:45px !important;
	}

	.mb100 {
		margin-bottom:50px !important;
	}

	#vol02 .sec05 .inner .green img{
		width: 60%;
	}

	#vol03 .sec06 .inner .box .same .number img{
		width: 80%;
	}

	#vol04 .sec07 .inner .box .same img{
		width: 60%;
	}

	#contact .sec08 .inner .telbox img{
		width: 80%;
	}

	#footer .footer .logo img{
		width: 50%;
	}


}