@charset "UTF-8";
/* css [home] */

@import url("home/info.css");

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#page-wrap #page-title { 
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
	top: 0;
}
#page-wrap #page-title h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 0px;
	font-weight: 900;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	background-color: #fff;
}
#maincontainer #contents {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== MainBanner ==*/
#mainbanner {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #ffe7ba;
	position: relative;
	overflow: hidden;
}
#mainbanner .slider {
	padding: 0;
	margin: 0 auto;
}
#mainbanner figure {
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	padding: 0;
	margin: 0 auto;
	/*height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';*/
	position: relative;
	overflow: hidden;
}

/*== Figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	position: absolute;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0 auto;
	color: #008080;
	font-weight: 900;
	line-height: 1.5;
}
#mainbanner figure figcaption h2 em {
	font-style: normal;
}

/*== P ==*/
#mainbanner figure figcaption p {
	padding: 0;
	margin: 0 auto;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	/*color: #b9bab9;*/
	color: #56b0b0;
	font-weight: 800;
	line-height: 1.3;
}
#mainbanner figure figcaption p em {
	color: #007575;
	font-style: normal;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}
.slick-dots li + li {
	margin-left: 20px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	/* background-color: #e6e6e6; */
	background-color: #fff;
	border: solid 1px #dcdcdc;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	color: #008080;
	background-color: #008080;
	border: solid 1px #008080;
	opacity: 1;
}

/*---------------------------------------------------- */
/* noahBox */
/*---------------------------------------------------- */
/*== Section ==*/
#noahbox_block {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
}

/*== Waku ==*/
.noahboxArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.noahboxArea .waku_noahbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Banner ==*/
.waku_noahbox .bnr_noahbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_noahbox .bnr_noahbox img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.waku_noahbox .txt_noahbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_noahbox .txt_noahbox p {
	padding: 0;
	margin: 0;
	color: #008080;
	font-weight: 500;
	text-align: left;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
	height: 820px;
	/*min-height: 100vh;*/
}
#mainbanner .slider {
	max-width: 1240px;
	width: 96%;
}
#mainbanner figure {
	width: 100%;
	height: 820px;
	/*min-height: 100vh;*/
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	max-height: 100%;
	object-fit: none;
	object-position: right bottom;
	font-family: 'object-fit: none; object-position: right bottom';
	
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 100%;
	top: 120px;
	left: 0;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.4;
}
#mainbanner figure figcaption h2 em {
	font-size: 40px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	font-size: 40px;
	line-height: 1.3;
}
#mainbanner figure figcaption p em {
	font-size: 48px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 30px;
}
.slick-dots li {
	width: 20px;
	height: 20px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------- */
/* noahBox */
/*---------------------------------------------------- */
/*== Section ==*/
#noahbox_block {
	padding: 75px 0;
}

/*== Waku ==*/
.noahboxArea {
	width: 96%;
	max-width: 1240px;
}
.noahboxArea .waku_noahbox {
	width: 98%;
}

/*== Banner ==*/
.waku_noahbox .bnr_noahbox {
	margin-bottom: 25px;
	width: 90%;
}

/*== P ==*/
.waku_noahbox .txt_noahbox {
	width: 98%;
}
.waku_noahbox .txt_noahbox p {
	font-size: 20px;
	line-height: 2.0;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 40px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
	height: 550px;
}
#mainbanner .slider {
	width: 94%;
}
#mainbanner figure {
	height: 550px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: right bottom;
	font-family: 'object-fit: contain; object-position: right bottom';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 100%;
	top: 10px;
	left: 0;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.3;
}
#mainbanner figure figcaption h2 em {
	font-size: 34px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	font-size: 32px;
	line-height: 1.3;
}
#mainbanner figure figcaption p em {
	font-size: 40px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 35px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}

/*---------------------------------------------------- */
/* noahBox */
/*---------------------------------------------------- */
/*== Section ==*/
#noahbox_block {
	padding: 55px 0;
}

/*== Waku ==*/
.noahboxArea {
	width: 96%;
}
.noahboxArea .waku_noahbox {
	width: 98%;
}

/*== Banner ==*/
.waku_noahbox .bnr_noahbox {
	margin-bottom: 20px;
	width: 92%;
}

/*== P ==*/
.waku_noahbox .txt_noahbox {
	width: 98%;
}
.waku_noahbox .txt_noahbox p {
	font-size: 18px;
	line-height: 1.8;
}



}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 40px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
	height: 420px;
}
#mainbanner .slider {
	width: 94%;
}
#mainbanner figure {
	height: 420px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: 50% bottom;
	font-family: 'object-fit: contain; object-position: 50% bottom';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 100%;
	top: 10px;
	left: 0;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.2;
}
#mainbanner figure figcaption h2 em {
	font-size: 18px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	font-size: 17px;
	line-height: 1.2;
}
#mainbanner figure figcaption p em {
	font-size: 24px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 20px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}

/*---------------------------------------------------- */
/* noahBox */
/*---------------------------------------------------- */
/*== Section ==*/
#noahbox_block {
	padding: 35px 0;
}

/*== Waku ==*/
.noahboxArea {
	width: 94%;
}
.noahboxArea .waku_noahbox {
	width: 98%;
}

/*== Banner ==*/
.waku_noahbox .bnr_noahbox {
	margin-bottom: 15px;
	width: 94%;
}

/*== P ==*/
.waku_noahbox .txt_noahbox {
	width: 98%;
}
.waku_noahbox .txt_noahbox p {
	font-size: 16px;
	line-height: 1.6;
}



}