@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	box-sizing: border-box;
 	/*color: #4d4d4d;*/
	color: #222222;

  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;

	font-feature-settings: "palt";
 font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	min-width: 1200px;
}


img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#wrap {
	/*background-color: #000000;*/
	/*font-size: 0;*/
}

.contWrap1040 {
	width: 1040px;
	margin: auto;
	position: relative;
}

.contWrap1200 {
	max-width: 1200px;
	width: auto;
	margin: auto;
	position: relative;
}

.relativeWrap01 {
	position: relative;
}
.bold{
  font-weight: bold;
}
.radius18 {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-ms-border-radius: 18px;
	border-radius: 18px;
}

.radius4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}


.pc {
	display: block;
}

.sp {
	display: none;
}
.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

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

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -30px;*/
}

#top {
	/*padding-top: 140px;*/
}


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

	body {
		min-width: 750px;
		letter-spacing: -0.07em;
		font-feature-settings: "palt";
	}


	#top {
		overflow: hidden;
	}

	#wrap {
		overflow: hidden;
		margin: 0px auto;
		/*width: 640px;*/
	}

	.cont-text {
		margin-right: auto;
		margin-left: auto;
		font-size: 24px;
		line-height: 1.5em;
		padding: 20px 20px 40px 20px;;
		text-align: left;
	}

	img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.contWrap1040 {
		width: auto;
		margin: auto;
	}
	
	.contWrap1200 {
		max-width: 1200px;
		width: auto;
		margin: auto;
		position: relative;
	}


	p, span, dt, dd, th, td, li, h3 {
		max-height: 999999px;
		background-image: url(../img/spacer.gif);
	}


	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

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

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -30px;*/
	}

	#top {
		/*padding-top: 140px;*/
	}


}


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


#header {
	background-color: #ffffff;
}
.headerWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 0px 50px 0px 50px;
}
.headerLogo {
	margin-right: 0px;
	text-align: center;
	vertical-align: middle;
}
.headerBtn01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;

}
.headerBtn02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 38px;
}
.headerBtn01 a {
	display: block;
	background-image: url("../img/header_icon01.png");
	background-repeat: no-repeat;
	background-position: center top 13px;
	padding: 66px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}
.headerBtn02 a {
	display: block;
	background-image: url("../img/header_icon02.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 66px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}
.headerWrap a:link {	color: #6d242e;	text-decoration: none;}
.headerWrap a:visited {	color: #6d242e;	text-decoration: none;}
.headerWrap a:hover {	color:#6d242e;	text-decoration: none;}
.headerWrap a:active {	color:#6d242e;	text-decoration: none;}

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

.headerLogoText01 {
	font-size: 34px;
	line-height: 1.4em;
	font-weight: bold;
	color: #6a232d;
	margin: auto auto auto 30px;
}



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

	#header {
		background-color: #ffffff;
	}
	.headerWrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: auto;
		width: 100%;
		max-width: 750px;
		height: auto;
		max-height: 140px;
		padding: 22px 28px;
	}
	.headerLogo {

		width: 35%;
		max-width: 340px;
		text-align: center;
		vertical-align: middle;
	}
	.headerBtn01 {
		padding-right: 10px;
		text-align: center;
		vertical-align: middle;
		min-width: 50px;
		width: 80px;
	}
	.headerBtn02 {

		text-align: center;
		vertical-align: middle;
		padding: 0 10px 0 0 ;
		min-width: 50px;
		width: 80px;
	}
	.headerBtn01 a {
		display: inline-block;
		background-image: url("../img/header_icon01.png");
		background-repeat: no-repeat;
		background-position: center top 10px;
		background-size: 41px auto;
		padding: 50px 0px 0px 0px;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.headerBtn02 a {
		display: inline-block;
		background-image: url("../img/header_icon02.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 33px auto;
		padding: 50px 0px 0px 0px;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.headerWrap a:link {	color: #6d242e;	text-decoration: none;}
	.headerWrap a:visited {	color: #6d242e;	text-decoration: none;}
	.headerWrap a:hover {	color:#6d242e;	text-decoration: none;}
	.headerWrap a:active {	color:#6d242e;	text-decoration: none;}

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

	.headerLogoText01 {
		font-size: 28px;
		line-height: 1.4em;
		font-weight: bold;
		color: #6a232d;
		margin: auto auto auto 25px;
	}



}



/* -------------------------------------------------------------------- 
 contents
-------------------------------------------------------------------- */

.mainvisualWrap01 {
	background-color: #F2E9E9;
	border-top: 7px solid #6D242E;
	padding: 0px 30px 0px 30px;
}
.mainH2Wrap01 {
	max-width: 1080px;
	margin: auto;
	display: flex;
	align-items: center;
	text-align: left;
	height: 342px;
}
.mainH201 {
	font-weight: bold;
}
.mainH201 .s01 {
	display: block;
	color: #6D242E;
	font-size: 34px;
	line-height: 1.3em;
	margin-bottom: 18px;
}
.mainH201 .s02 {
	display: block;
	font-size: 46px;
	line-height: 1.3em;
}
/* 20230622 kantan nav */
.nav-alone__item{
	position:absolute;
	top:-25%;
	left:0%;
	z-index:10;
	font-size:14px;
}
.nav-alone__item_color > a{
	color:#006fa3;
}
/* @media screen and (max-width:799px) {
	.nav-alone__item{

	}
} */

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

.contAncWrap01 {
	box-sizing: border-box;
	padding: 35px 0px 0px 0px;
}
.contAncFlex01 {
	display: flex;
	justify-content: space-between;
}
.contAncFlex01 a {
	position: relative;
	display: flex;
	justify-content: center;
	background-color: #6D242E;
	box-sizing: border-box;
	width: 327px;
	height: 100px;
	border-radius: 10px;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 12px 15px 12px 15px;
}
.contAncFlex01 a:link {	color: #ffffff;	text-decoration: none;}
.contAncFlex01 a:visited {	color: #ffffff;	text-decoration: none;}
.contAncFlex01 a:hover {	color:#ffffff;	text-decoration: none;}
.contAncFlex01 a:active {	color:#ffffff;	text-decoration: none;}

.contAncFlex01 a::after {
	content: "";
	background-image: url("../img/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 33px auto;
	width: 33px;
	height: 33px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -17px;
}

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

.contBlock01 {
	padding: 60px 0px 5px 0px;
	text-align: left;
}
.contH301 {
	font-size: 42px;
	line-height: 1.0em;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.contH301 .s01 {
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contH301 .s01::before {
	content: "";
	width: 50vw;
	height: 100%;
	background-color: #6D242E;
	position: absolute;
	top: 0px;
	right: 20px;
}

.contH401 {
	color: #6D242E;
	font-size: 34px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 54px;
}
.contFlex01 {
	display: flex;
	justify-content: space-between;
}
.contFlexBox01 {
	position: relative;
	box-sizing: border-box;
	width: 30%;
	margin: 75px 0px 24px 0px;
	background-image: url("../img/cont01_box01_01.png"), url("../img/cont01_box01_03.png");
	background-repeat: no-repeat, repeat-y;
	background-position: center top, center top;
	background-size: 100% 4px, 100% auto;
	padding: 4px 4px 0px 4px;
}
.contFlexBox01::after {
	content: "";
	background-image: url("../img/cont01_box01_04.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 23px;
	width: 100%;
	height: 23px;
	position: absolute;
	left: 0px;
	bottom: -23px;
}

.contFlexBox01::before {
	content: "";
	background-image: url("../img/cont01_ar01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 39px auto;
	width: 39px;
	height: 124px;
	position: absolute;
	left: -48px;
	top: 50%;
}
.contFlexBox01:first-child::before {
	display: none;
}

.contTit01 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #6D242E;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0px;
	top: -75px;
}
.contTit01::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 19px 19px 0 0;
border-color: #f2e9e9 transparent transparent transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contTit01::after {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 19px 19px;
border-color: transparent transparent #ffffff transparent;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.contBoxIn01 {
	padding: 20px 14px 0px 14px;
}
.contInBox01 {
	margin-top: 25px;
}
.contInBox01:first-child {
	margin-top: 0px;
}

.contInBox01 .h501 {
	color: #6D242E;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0px 0px 4px 8px;
	border-left: 7px solid #6D242E;
	border-bottom: 2px solid #6D242E;
	position: relative;
	margin-bottom: 10px;
}
.contInBox01 .h501::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 0 0;
border-color: #f2e9e9 transparent transparent transparent;
	position: absolute;
	top: 0px;
	left: -7px;
}
.contInBox01 .p01 {
	color: #6D242E;
	font-size: 18px;
	line-height: 1.38em;
	font-weight: bold;
	margin-bottom: 10px;
}
.contInBox01 .p02 {
	font-size: 16px;
	line-height: 1.5em;
}

.contBlock02 {
	background-color: #F2E9E9;
	padding: 200px 0px 45px 0px;
	margin-top: -140px;
}
.cont01Box01 {
	text-align: left;
	font-size: 20px;
	line-height: 1.75em;
	font-weight: 500;
}
.contText01 {
	font-size: 19px;
	line-height: 1.6em;
}

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

.cont02Box01 {
	box-sizing: border-box;
	position: relative;
	border-left: 20px solid #D6352B;
	padding-left: 22px;
	margin-top: 65px;
}
.cont02Box01::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 16px 16px 0 0;
border-color: #f1a897 transparent transparent transparent;
	position: absolute;
	top: 0px;
	left: -20px;
}

.cont02Box01In01 {
	text-align: left;
	border-bottom: 1px solid #D6352B;
	padding-bottom: 20px;
}
.cont02H401 {
	font-size: 32px;
	line-height: 1.55em;
	font-weight: bold;
	margin-bottom: 30px;
}
.cont02H401 .s01 {
	color: #D6352B;
}
.cont02H401 .s02 {
	font-size: 19px;
	color: #D6352B;
	margin-left: 30px;
}

.cont02Box02 {
	margin-top: 40px;
}
.cont02H501 {
	position: relative;
	color: #D6352B;
	font-size: 19px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 15px;
}
.cont02H501::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #D6352B;
	position: absolute;
	left: 0px;
	top: 50%;
}

.cont02H501 .s01 {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 8px 0px 0px;
}

.cont02Ul01 li {
	font-size: 17px;
	line-height: 1.3em;
	padding: 5px 0px 5px 0px;
}
.cont02Ul01 li span {
	color: #D6352B;
}

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

.contCol02.cont02Box01 {
	border-left: 20px solid #1C4319;
}
.contCol02.cont02Box01::before {
border-color: #8CA387 transparent transparent transparent;
}
.contCol02 .cont02Box01In01 {
	border-bottom: 1px solid #1C4319;
}
.contCol02 .cont02H401 .s01 {
	color: #1C4319;
}
.contCol02 .cont02H401 .s02 {
	color: #1C4319;
}
.contCol02 .cont02H501 {
	color: #1C4319;
}
.contCol02 .cont02H501::before {
	background-color: #1C4319;
}
.contCol02 .cont02Ul01 li span {
	color: #1C4319;
}

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

.contCol03.cont02Box01 {
	border-left: 20px solid #113A64;
}
.contCol03.cont02Box01::before {
border-color: #8C9CB2 transparent transparent transparent;
}
.contCol03 .cont02Box01In01 {
	border-bottom: 1px solid #113A64;
}
.contCol03 .cont02H401 .s01 {
	color: #113A64;
}
.contCol03 .cont02H401 .s02 {
	color: #113A64;
}
.contCol03 .cont02H501 {
	color: #113A64;
}
.contCol03 .cont02H501::before {
	background-color: #113A64;
}
.contCol03 .cont02Ul01 li span {
	color: #113A64;
}

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

.cont03Block01 {
	text-align: left;
}
.cont03H401 {
	position: relative;
	font-size: 23px;
	line-height: 1.55em;
	font-weight: bold;
	padding: 0px 0px 6px 16px;
	border-left: 16px solid #D6352B;
	border-bottom: 3px solid #D6352B;
	margin-bottom: 40px;
}
.cont03H401::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 13px 13px 0 0;
border-color: #F1A797 transparent transparent transparent;
	position: absolute;
	top: 0px;
	left: -16px;
}
.cont03H401 span {
	color: #D6352B;
}

.cont03Flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cont03FlexBox01 {
	position: relative;
	box-sizing: border-box;
	width: 490px;
	margin-bottom: 74px;
}
.cont03FlexBox01::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #D6352B;
	position: absolute;
	left: 0px;
	top: -37px;
}
.cont03FlexBox01:nth-child(1)::before {
	display: none;
}
.cont03FlexBox01:nth-child(2)::before {
	display: none;
}

.cont03FlexBox01:nth-child(2n)::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #D6352B;
	position: absolute;
	top: 0px;
	left: -30px;
}





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

.cont03Block01 .grad-trigger {
	display: none;
}

.cont03Block01 .grad-item.is-hide {
  height: auto;
}

.cont03Block01 .grad-item::before {
  display: none;
}

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

.cont03Ul01 {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.cont03Ul01 li {
	margin-right: 7px;
}

.cont03Icon01 {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 2px 2px 3px 2px;
	width: 50px;
	height: 20px;
	background-color: #F07925;
}
.cont03Icon01.col02 {
	background-color: #678B2D;
}
.cont03Text01 {
	font-size: 12px;
	line-height: 1.6em;
}

.cont03H501 {
	font-size: 25px;
	line-height: 1.44em;
	font-weight: bold;
	margin-bottom: 15px;
}
.cont03Text02 {
	color: #D6352B;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
.cont03Text03 {
	font-size: 19px;
	line-height: 1.55em;
}

.cont03ImgBox01 {
	text-align: center;
	margin: 30px auto 22px auto;
}
.cont03ImgBox01 .img01 img {
	width: auto;
	height: 256px;
}

.cont03ImgBox01 .btn01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.cont03ImgBox01 .btn01 img {
	width: 114px;
	height: auto;
}

.cont03Text04 {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 18px;
}
.cont03Text04 .s01 {
	font-size: 17px;
}
.cont03Box01 {
	margin-bottom: 28px;
}
.cont03Text05 {
	font-size: 17px;
	line-height: 1.48em;
}
.cont03Box02 {
	color: #6D242E;
}
.cont03Box02 dt {
	font-size: 19px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
.cont03Box02 dd {
	font-size: 16px;
	line-height: 1.5em;
}

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

.cont03Col02 .cont03H401 {
	border-left: 16px solid #1C4319;
	border-bottom: 3px solid #1C4319;
}
.cont03Col02 .cont03H401::before {
border-color: #8CA387 transparent transparent transparent;
}
.cont03Col02 .cont03H401 span {
	color: #1C4319;
}
.cont03Col02 .cont03Text02 {
	color: #1C4319;
}
.cont03Col02 .cont03FlexBox01::before {
	background-color: #1C4319;
}
.cont03Col02 .cont03FlexBox01:nth-child(2n)::after {
	background-color: #1C4319;
}

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

.cont03Col03 .cont03H401 {
	border-left: 16px solid #113A64;
	border-bottom: 3px solid #113A64;
}
.cont03Col03 .cont03H401::before {
border-color: #8C9CB2 transparent transparent transparent;
}
.cont03Col03 .cont03H401 span {
	color: #113A64;
}
.cont03Col03 .cont03Text02 {
	color: #113A64;
}
.cont03Col03 .cont03FlexBox01::before {
	background-color: #113A64;
}
.cont03Col03 .cont03FlexBox01:nth-child(2n)::after {
	background-color: #113A64;
}

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








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

	.mainvisualWrap01 {
		background-color: #F2E9E9;
		border-top: 7px solid #6D242E;
		padding: 0px 30px 0px 30px;
	}
	.mainH2Wrap01 {
		max-width: 1080px;
		margin: auto;
		display: flex;
		align-items: center;
		text-align: left;
		height: 342px;
	}
	.mainH201 {
		font-weight: bold;
	}
	.mainH201 .s01 {
		display: block;
		color: #6D242E;
		font-size: 40px;
		line-height: 1.3em;
		margin-bottom: 18px;
	}
	.mainH201 .s02 {
		display: block;
		font-size: 56px;
		line-height: 1.3em;
	}

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

	.contAncWrap01 {
		box-sizing: border-box;
		padding: 60px 50px 0px 50px;
	}
	.contAncFlex01 {
		display: block;
	}
	.contAncFlex01 a {
		position: relative;
		display: flex;
		justify-content: center;
		background-color: #6D242E;
		box-sizing: border-box;
		width: 100%;
		height: 120px;
		border-radius: 20px;
		font-size: 46px;
		line-height: 1.4em;
		font-weight: bold;
		padding: 15px 110px 12px 15px;
		margin-bottom: 40px;
	}
	.contAncFlex01 a:link {	color: #ffffff;	text-decoration: none;}
	.contAncFlex01 a:visited {	color: #ffffff;	text-decoration: none;}
	.contAncFlex01 a:hover {	color:#ffffff;	text-decoration: none;}
	.contAncFlex01 a:active {	color:#ffffff;	text-decoration: none;}

	.contAncFlex01 a::after {
		content: "";
		background-image: url("../img/btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 66px auto;
		width: 66px;
		height: 66px;
		position: absolute;
		bottom: auto;
		left: auto;
		margin-left: 0px;
		right: 50px;
		top: 50%;
		margin-top: -33px;
	}

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

	.contBlock01 {
		padding: 80px 50px 5px 50px;
		text-align: left;
	}
	.contH301 {
		font-size: 56px;
		line-height: 1.0em;
		font-weight: bold;
		position: relative;
		margin-bottom: 40px;
		margin-left: 80px;
	}
	.contH301 .s01 {
		display: inline-block;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.contH301 .s01::before {
		content: "";
		width: 50vw;
		height: 100%;
		background-color: #6D242E;
		position: absolute;
		top: 0px;
		right: 20px;
	}

	.contH401 {
		color: #6D242E;
		font-size: 40px;
		line-height: 1.3em;
		font-weight: 500;
		margin-bottom: 54px;
		padding-left: 80px;
	}
	.contFlex01 {
		display: block;
	}
	.contFlexBox01 {
		position: relative;
		box-sizing: border-box;
		width: auto;
		margin: 160px 0px 300px 0px;
		background-image: url("../img/cont01_box01_sp_01.png"), url("../img/cont01_box01_sp_03.png");
		background-repeat: no-repeat, repeat-y;
		background-position: center top, center top;
		background-size: 100% 6px, 100% auto;
		padding: 6px 6px 0px 6px;
	}
	.contFlexBox01::after {
		content: "";
		background-image: url("../img/cont01_box01_sp_04.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% 41px;
		width: 100%;
		height: 41px;
		position: absolute;
		left: 0px;
		bottom: -41px;
	}

	.contFlexBox01::before {
		content: "";
		background-image: url("../img/cont01_ar01_sp.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 330px auto;
		width: 330px;
		height: 104px;
		position: absolute;
		left: 50%;
		margin-left: -165px;
		top: -243px;
	}
	.contFlexBox01:first-child::before {
		display: none;
	}

	.contTit01 {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 44px;
		line-height: 1.2em;
		font-weight: bold;
		background-color: #6D242E;
		box-sizing: border-box;
		width: 100%;
		height: 108px;
		position: absolute;
		left: 0px;
		top: -125px;
	}
	.contTit01::before {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 32px 0 0;
	border-color: #f2e9e9 transparent transparent transparent;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.contTit01::after {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 32px 32px;
	border-color: transparent transparent #ffffff transparent;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	.contBoxIn01 {
		padding: 20px 14px 0px 14px;
	}
	.contInBox01 {
		margin-top: 30px;
	}
	.contInBox01:first-child {
		margin-top: 0px;
	}

	.contInBox01 .h501 {
		color: #6D242E;
		font-size: 40px;
		line-height: 1.2em;
		font-weight: bold;
		padding: 0px 0px 4px 8px;
		border-left: 12px solid #6D242E;
		border-bottom: 4px solid #6D242E;
		position: relative;
		margin-bottom: 20px;
	}
	.contInBox01 .h501::before {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #f2e9e9 transparent transparent transparent;
		position: absolute;
		top: 0px;
		left: -12px;
	}
	.contInBox01 .p01 {
		color: #6D242E;
		font-size: 36px;
		line-height: 1.38em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.contInBox01 .p02 {
		font-size: 32px;
		line-height: 1.5em;
	}

	.contBlock02 {
		background-color: #F2E9E9;
		box-sizing: border-box;
		width: 100vw;
		margin-left: -50px;
		padding: 280px 50px 45px 50px;
		margin-top: -480px;
	}
	.cont01Box01 {
		text-align: left;
		font-size: 32px;
		line-height: 1.75em;
		font-weight: 500;
	}
	.contText01 {
		font-size: 32px;
		line-height: 1.6em;
	}

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

	.cont02Box01 {
		box-sizing: border-box;
		position: relative;
		border-left: none;
		padding-left: 0px;
		margin-top: 65px;
	}
	.cont02Box01::before {
		display: none;
	}

	.cont02Box01In01 {
		text-align: left;
		border-bottom: 1px solid #D6352B;
		padding-bottom: 20px;
	}
	.cont02H401 {
		font-size: 52px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.cont02H401 .s01 {
		color: #D6352B;
	}
	.cont02H401 .s02 {
		display: block;
		font-size: 44px;
		color: #D6352B;
		margin-left: 0px;
		margin-top: 30px;
	}
	
	.cont02H401 .spS01 {
		display: block;
		padding-left: 36px;
		border-left: 40px solid #D6352B;
		position: relative;
	}
	.cont02H401 .spS01::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 40px 0 0;
		border-color: #f1a897 transparent transparent transparent;
		position: absolute;
		top: 0px;
		left: -40px;
	}
	

	.cont02Box02 {
		margin-top: 40px;
	}
	.cont02H501 {
		position: relative;
		color: #D6352B;
		font-size: 36px;
		line-height: 1.8em;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.cont02H501::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #D6352B;
		position: absolute;
		left: 0px;
		top: 50%;
	}

	.cont02H501 .s01 {
		position: relative;
		display: inline-block;
		background-color: #ffffff;
		padding: 0px 8px 0px 0px;
	}

	.cont02Ul01 li {
		font-size: 32px;
		line-height: 1.3em;
		padding: 15px 0px 15px 0px;
	}
	.cont02Ul01 li span {
		color: #D6352B;
	}

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

	.contCol02.cont02Box01 {
		border-left: none;
	}
	.contCol02.cont02Box01::before {
	display: none;
	}
	.contCol02 .cont02Box01In01 {
		border-bottom: 1px solid #1C4319;
	}
	.contCol02 .cont02H401 .s01 {
		color: #1C4319;
	}
	.contCol02 .cont02H401 .s02 {
		color: #1C4319;
	}
	.contCol02 .cont02H501 {
		color: #1C4319;
	}
	.contCol02 .cont02H501::before {
		background-color: #1C4319;
	}
	.contCol02 .cont02Ul01 li span {
		color: #1C4319;
	}
	.contCol02 .cont02H401 .spS01 {
		border-left: 40px solid #1C4319;
	}
	.contCol02 .cont02H401 .spS01::before {
		border-color: #8CA387 transparent transparent transparent;
	}

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

	.contCol03.cont02Box01 {
		border-left: none;
	}
	.contCol03.cont02Box01::before {
	display: none;
	}
	.contCol03 .cont02Box01In01 {
		border-bottom: 1px solid #113A64;
	}
	.contCol03 .cont02H401 .s01 {
		color: #113A64;
	}
	.contCol03 .cont02H401 .s02 {
		color: #113A64;
	}
	.contCol03 .cont02H501 {
		color: #113A64;
	}
	.contCol03 .cont02H501::before {
		background-color: #113A64;
	}
	.contCol03 .cont02Ul01 li span {
		color: #113A64;
	}
	.contCol03 .cont02H401 .spS01 {
		border-left: 40px solid #113A64;
	}
	.contCol03 .cont02H401 .spS01::before {
		border-color: #8C9CB2 transparent transparent transparent;
	}

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

	.cont03Block01 {
		text-align: left;
	}
	.cont03H401 {
		position: relative;
		font-size: 36px;
		line-height: 1.55em;
		font-weight: bold;
		padding: 0px 0px 6px 16px;
		border-left: 30px solid #D6352B;
		border-bottom: 3px solid #D6352B;
		margin-bottom: 55px;
	}
	.cont03H401::before {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #F1A797 transparent transparent transparent;
		position: absolute;
		top: 0px;
		left: -30px;
	}
	.cont03H401 span {
		color: #D6352B;
	}

	.cont03Flex01 {
		display: block;
	}

	.cont03FlexBox01 {
		position: relative;
		box-sizing: border-box;
		width: auto;
		margin-bottom: 140px;
	}
	.cont03FlexBox01::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #D6352B;
		position: absolute;
		left: 0px;
		top: -70px;
	}
	.cont03FlexBox01:nth-child(1)::before {
		display: none;
	}
	.cont03FlexBox01:nth-child(2)::before {
		display: block;
	}

	.cont03FlexBox01:nth-child(2n)::after {
		display: none;
	}

	.cont03Ul01 {
		display: flex;
		align-items: center;
		margin-bottom: 16px;
	}
	.cont03Ul01 li {
		margin-right: 15px;
	}

	.cont03Icon01 {
		color: #ffffff;
		font-size: 24px;
		line-height: 1.0em;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 2px 2px 3px 2px;
		width: 100px;
		height: 40px;
		background-color: #F07925;
	}
	.cont03Icon01.col02 {
		background-color: #678B2D;
	}
	.cont03Text01 {
		font-size: 24px;
		line-height: 1.6em;
	}

	.cont03H501 {
		font-size: 36px;
		line-height: 1.44em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.cont03Text02 {
		color: #D6352B;
		font-size: 28px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cont03Text03 {
		font-size: 32px;
		line-height: 1.55em;
	}

	.cont03ImgBox01 {
		text-align: center;
		margin: 30px auto 22px auto;
	}
	.cont03ImgBox01 .img01 img {
		width: auto;
		height: 384px;
	}

	.cont03ImgBox01 .btn01 {
		position: relative;
		right: 0px;
		bottom: 0px;
	}
	.cont03ImgBox01 .btn01 img {
		width: 344px;
		height: auto;
	}

	.cont03Text04 {
		font-size: 36px;
		line-height: 1.4em;
		font-weight: bold;
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.cont03Text04 .s01 {
		font-size: 28px;
	}
	.cont03Box01 {
		margin-bottom: 28px;
	}
	.cont03Text05 {
		font-size: 32px;
		line-height: 1.48em;
	}
	.cont03Box02 {
		color: #6D242E;
	}
	.cont03Box02 dt {
		font-size: 36px;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 18px;
	}
	.cont03Box02 dd {
		font-size: 28px;
		line-height: 1.5em;
	}

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

	.cont03Col02 .cont03H401 {
		border-left: 30px solid #1C4319;
		border-bottom: 3px solid #1C4319;
	}
	.cont03Col02 .cont03H401::before {
	border-color: #8CA387 transparent transparent transparent;
	}
	.cont03Col02 .cont03H401 span {
		color: #1C4319;
	}
	.cont03Col02 .cont03Text02 {
		color: #1C4319;
	}
	.cont03Col02 .cont03FlexBox01::before {
		background-color: #1C4319;
	}
	.cont03Col02 .cont03FlexBox01:nth-child(2n)::after {
		background-color: #1C4319;
	}

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

	.cont03Col03 .cont03H401 {
		border-left: 30px solid #113A64;
		border-bottom: 3px solid #113A64;
	}
	.cont03Col03 .cont03H401::before {
	border-color: #8C9CB2 transparent transparent transparent;
	}
	.cont03Col03 .cont03H401 span {
		color: #113A64;
	}
	.cont03Col03 .cont03Text02 {
		color: #113A64;
	}
	.cont03Col03 .cont03FlexBox01::before {
		background-color: #113A64;
	}
	.cont03Col03 .cont03FlexBox01:nth-child(2n)::after {
		background-color: #113A64;
	}

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




	/*---------------------------------------*/
	.cont03Block01 .grad-wrap {
		position: relative;
	}
	.cont03Block01 .grad-wrap + .grad-wrap {
		margin-top: 40px;
	}
	.cont03Block01 .grad-trigger {
		display: block;
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: auto;
		padding: .5em 0;
	 /* border-radius: 2px;
		background: #009e8f;
		color: #fff;*/
		font-size: 1.3rem;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
	 /* box-shadow: 0 0 3px rgba(0,0,0,.3);*/
		background-image: url()
	}
	.cont03Block01 .grad-trigger::after {
	 /* content: "もっと見る"*/
		content: "";
		background-image: url("../img/cont_ac_btn01.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 80px;
		position: absolute;
		top: auto;
		bottom: 0px;
		left: 0px;
	}
	.cont03Block01 .grad-trigger:hover {
	 /* background: #fff;
		color: #009e8f;*/
	}
	.cont03Block01 .grad-trigger .fa {
		margin-right: .5em;
	}
	.cont03Block01 .grad-item {
		position: relative;
		overflow: hidden;
	}
	.cont03Block01 .grad-item.is-hide {
		height: 160px;
	}
	.cont03Block01 .grad-item p + p {
		margin-top: 1em;
	}
	.cont03Block01 .grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 160px; /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	}
	.cont03Block01 .grad-trigger.is-show {
		bottom: -2em;
		text-align: right;
	}
	.cont03Block01 .grad-trigger.is-show::after {
		/*content: "閉じる"*/
		content: "";
		background-image: url("../img/cont_ac_btn01_close.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0px;
		left: auto;
		right: 0px;

	}
	.cont03Block01 .grad-trigger.is-show .fa {
		transform: rotate(180deg);
	}
	.cont03Block01 .grad-trigger.is-show + .grad-item::before {
		display: none;
	}

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


}


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

#footer {
	background-color: #f0e9ea;
	padding: 60px 20px 100px 20px;
	text-align: center;
	color: #6A232D;
}
.footerBtnWrap01 {
	margin-bottom: 36px;
}
.footerText01 {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
}
.footerText02 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 500;
}

.footerBox01 {
	margin-bottom: 20px;
}

.footerTextWrap01 {
	border: 1px solid #6a232d;
	background-color: #ffffff;
	width: 950px;
	margin: 18px auto 12px auto;
	padding: 3px 20px 2px 20px;
}
.footerText03 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.copyright01 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
}

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

.footerLink01 {
	margin-top: 15px;
}
.footerLink01 li {
	display: inline-block;
	padding: 0px 5px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.footerLink01 a:link {	color: #6a232d;	text-decoration: none;}
.footerLink01 a:visited {	color: #6a232d;	text-decoration: none;}
.footerLink01 a:hover {	color:#6a232d;	text-decoration: underline;}
.footerLink01 a:active {	color:#6a232d;	text-decoration: none;}


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

.pagetopButton {
	display: none;
	position: fixed;
	right: 55px;
	bottom: 50px;
	z-index: 500;
}
.pagetopButton img {
	width: 71px;
	height: auto;
}

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

.contBtn01 {
	display: table;
	width: 1000px;
	margin: auto;
}
.contBtn01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 120px;
	border: 1px solid #6a232d;
	background-color: #ffffff;
	color: #6a232d;
	font-size: 30px;
	line-height: 1.26em;
	font-weight: bold;
}

.contBtnWrap01 {
	margin-top: 45px;
}




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

	#footer {
		background-color: #f0e9ea;
		padding: 60px 20px 175px 20px;
		text-align: center;
	}
	.footerBtnWrap01 {
		margin-bottom: 36px;
	}
	.footerText01 {
		font-size: 24px;
		line-height: 1.8em;
		font-weight: bold;
	}
	.footerText02 {
		font-size: 22px;
		line-height: 1.8em;
		font-weight: 500;
	}

	.footerBox01 {
		margin-bottom: 20px;
	}

	.footerTextWrap01 {
		border: 1px solid #6a232d;
		background-color: #ffffff;
		width: 650px;
		margin: 18px auto 12px auto;
		padding: 3px 20px 2px 20px;
		box-sizing: border-box;
	}
	.footerText03 {
		font-size: 28px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.copyright01 {
		font-size: 20px;
		line-height: 1.4em;
		font-weight: 500;
	}

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

	.footerLink01 {
		margin-top: 15px;
	}
	.footerLink01 li {
		display: inline-block;
		padding: 0px 5px;
		font-size: 24px;
		line-height: 1.4em;
		font-weight: 500;
	}
	.footerLink01 a:link {	color: #6a232d;	text-decoration: none;}
	.footerLink01 a:visited {	color: #6a232d;	text-decoration: none;}
	.footerLink01 a:hover {	color:#6a232d;	text-decoration: underline;}
	.footerLink01 a:active {	color:#6a232d;	text-decoration: none;}

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

	.pagetopButton {
		display: none;
		position: fixed;
		right: 25px;
		bottom: 30px;
		z-index: 500;
	}
	.pagetopButton img {
		width: 71px;
		height: auto;
	}

	/*-----------------------*/
	
	.contBtn01 {
		display: table;
		width: 650px;
		margin: auto;
	}
	.contBtn01 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 130px;
		border: 2px solid #6a232d;
		background-color: #ffffff;
		color: #6a232d;
		font-size: 30px;
		line-height: 1.26em;
		font-weight: bold;
	}

	.contBtnWrap01 {
		margin-top: 45px;
	}




}



