@charset "utf-8";

/*--------------------------------
 common
--------------------------------*/

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

*:before,
*:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow: auto;
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 1160px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body,
input,
textarea,
select,
button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	outline: none;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

a img:hover {
	opacity: .7;
}


/*--------------------------------
 #container
--------------------------------*/

#container {
	text-align: left;
}


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

#header {
	width: 1160px;
	height: auto;
}

#header .title {
	height: 71px;
}

#header .headerInfo {
	left: auto;
	right: 237px;
}

#header .headerInq {
	left: auto;
	right: 0;
}

#header .navi-global {
	margin-bottom: 20px;
}

#header .navi-global ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#header .navi-global li {
	display: table-cell;
	width: calc( 100% / 5 );
	vertical-align: top;
	border-right: solid 1px #fff;
}

#header .navi-global li:last-child {
	border-right: none;
}

#header .navi-global a {
	display: block;
	width: 100%;
	padding: .5em;
	text-align: center;
	color: #333;
	text-decoration: none;
	user-select: none;
}

#header .navi-global a:hover,
#header .navi-global .active a {
	color: #fff;
	background-color: #34b58c;
}


/* .top-001 */
.top-001 {
	position: relative;
	width: 100%;
	height: 320px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #34b58c;
}

.top-001 img {
	position: absolute;
	left: 50%;
	margin-left: -771px;
}


/*--------------------------------
 #content
--------------------------------*/

#content {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}


/*--------------------------------
 #main
--------------------------------*/

#main {
	position: relative;
	float: right;
	width: 870px;
	margin-bottom: 50px;
	overflow: hidden;
}

body.home #main {
	padding-top: 1185px;
}


/* .top-002 */
#main .top-002 {
	position: absolute;
	top: 0;
	z-index: 1;
}


/* .top-003 */
#main .top-003 {
	position: absolute;
	top: 790px;
	padding: 0 30px;
	padding-bottom: 10px;
	background-color: #eaf7f3;
}

#main .top-003 h2 {
	position: relative;
	padding: 15px 0;
	padding-left: 40px;
	padding-top: 40px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	color: #268567;
}

#main .top-003 h2:before {
	content: url(/asset/images/renew/027.png);
	position: absolute;
	left: 0;
}

#main .top-003 ul {
	overflow: hidden;
}

#main .top-003 li {
	float: left;
	margin-bottom: 20px;
}

#main .top-003 li:nth-child(1),
#main .top-003 li:nth-child(3),
#main .top-003 li:nth-child(4) {
	margin-right: 30px;
}

#main .top-003 a {
	display: block;
	background-color: #fff;
}


/* .top-004 */
#main .top-004 {
	padding-bottom: 10px;
	background-color: #f8f8f8;
}

#main .top-004 h2 {
	margin-bottom: 20px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #88482c;
}

#main .top-004 h2 strong {
	font-size: 1.4em;
}

#main .top-004 h3 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 100px;
	font-size: 1.25em;
	line-height: 1;
	text-align: center;
	color: #88482c;
}

#main .top-004 h3:before {
	content: url(/asset/images/renew/017.png);
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -20px;
}

#main .top-004 ul {
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

#main .top-004 li {
	position: relative;
	display: inline-block;
	width: 312px;
	height: 312px;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #34b58c;
	border-radius: 50%;
}

#main .top-004 li:nth-child(1),
#main .top-004 li:nth-child(3) {
	margin-right: 50px;
}


#main .top-004 li:nth-child(1) img {
	margin-top: 30px;
}

#main .top-004 li:nth-child(2) img {
	margin-top: 30px;
}

#main .top-004 li:nth-child(3) img {
	margin-top: 20px;
}

#main .top-004 li:nth-child(4) img {
	margin-top: 40px;
}

#main .top-004 li h4 {
	position: absolute;
	top: 125px;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #fcff00;
}

#main .top-004 li p {
	position: absolute;
	top: 160px;
	width: 100%;
	font-size: .8em;
	line-height: 1.8;
}

#main .top-004 li p strong {
	font-size: 1.25em;
}


/* .top-005 */
#main .top-005 {
	position: relative;
	user-select: none;
}

#main .top-005 h2 {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}

#main .top-005 h2 strong {
	font-size: 1.2em;
}

#main .top-005 h3 {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}

#main .top-005 h3 strong {
	font-size: 1.2em;
}

#main .top-005 a {
	position: absolute;
	left: 23%;
	bottom: 13%;
	display: inline-block;
	width: 53.5%;
	height: 27%;
	background-color: #fff;
	user-select: none;
}

#main .top-005 a span {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 100%;
	height: 22px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #34b58c;
	background-color: #fff;
}

#main .top-005 a span:before {
	content: "●";
	position: absolute;
	right: 5%;
	color: #34b58c;
}

#main .top-005 a span:after {
	content: "";
	position: absolute;
	right: 5%;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-top: 5px;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
}

#main .top-005 a:hover span {
	opacity: .7;
}


/* .top-006 */
#main .top-006 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #f8f8f8;
}

#main .top-006 h2 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 110px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1;
	color: #88482c;
}

#main .top-006 h2 strong {
	font-size: 1.4em;
}

#main .top-006 h3 {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1;
	color: #88482c;
}

#main .top-006 h3 strong {
	font-size: 1.4em;
	font-weight: normal;
}

#main .top-006 h2:before {
	content: url(/asset/images/renew/028.png);
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -20px;
}

#main .top-006 p {
	margin: 20px 90px;
	text-align: left;
	line-height: 2;
}


/* .top-007-008 */
#main .top-007-008 {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#main .top-007-008 img {
	max-width: 100%;
}


/* .top-007 */
#main .top-007 {
	display: table-cell;
	width: calc(100%/2);
	padding-left: 15px;
	padding-right: 45px;
	text-align: center;
}

#main .top-007 h3 {
	margin-bottom: 15px;
	padding: .25em;
	font-weight: bold;
	color: #34b58c;
	background-color: #fff;
	border: solid 1px #34b58c;
}

#main .top-007 p {
	margin-top: 28px;
	font-size: .8em;
	line-height: 1.8;
	text-align: left;
}


/* .top-008 */
#main .top-008 {
	display: table-cell;
	width: calc(100%/2);
	padding-right: 15px;
	text-align: center;
}

#main .top-008 h3 {
	margin-bottom: 15px;
	padding: .25em;
	font-weight: bold;
	color: #34b58c;
	background-color: #fff;
	border: solid 1px #34b58c;
}

#main .top-008 p {
	margin-top: 20px;
	font-size: .8em;
	line-height: 1.8;
	text-align: left;
}


/*--------------------------------
 body.page
--------------------------------*/

body.page #main h2,
#main h2.page {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 145px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	background-image: url(/asset/images/renew/030.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

body.page #main h2:before,
#main h2.page:before {
	content: url(/asset/images/renew/029.png);
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -16.5px;
}

body.page #main h2 span,
#main h2.page span {
	display: table-cell;
	width: 100%;
	padding-left: 80px;
	font-size: 1.5em;
	font-weight: bold;
	color: #34b58c;
	vertical-align: middle;
}

body.page #main h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 3px 10px;
	padding-left: 35px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 4px solid #c2e9dc;
}

body.page #main h3:before {
	content: url(/asset/images/renew/031.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

body.page #main h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 30px;
	border-bottom: 4px solid #34b58c;
}

body.page #main h4 {
	position: relative;
	margin-bottom: 10px;
	padding: 3px 10px;
	padding-left: 35px;
	font-size: 1.25em;
	font-weight: bold;
	border-left: 6px solid #34b58c;
}


/*--------------------------------
 #main .flow
--------------------------------*/

#main .flow {
}

#main .flow > div {
	position: relative;
	margin-bottom: 60px;
	padding: 20px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 8px;
}

#main .flow > div:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -45px;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #34b58c transparent transparent transparent;
}

#main .flow > div:last-of-type:after {
	display: none;
}

#main .flow > div > h3 {
	margin-bottom: 20px;
	font-size: 1.25em;
	font-weight: bold;
}

#main .flow > div > div {
	font-size: .9em;
}

#main .flow > div > div > div {
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
	background-color: #f8f8f8;
	border-radius: 8px;
}

#main .flow > a {
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	background-color: #ff8218;
	border-radius: 8px;
}

#main .flow > a:hover {
	opacity: .7;
}


/*--------------------------------
 #sub
--------------------------------*/

#sub {
	position: relative;
	float: left;
	width: 260px;
}


/* .side-navi */
#sub .side-navi {
	background-color: #0c217e;
}

#sub .side-navi.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}

#sub .side-navi h2 {
	position: relative;
	padding: 20px 15px;
	padding-left: 50px;
	font-weight: bold;
	line-height: 1.7;
	color: #fff;
}

#sub .side-navi h2:before {
	content: url(/asset/images/renew/006.png);
	position: absolute;
	left: 15px;
}

#sub .side-navi ul {
	margin: 0 15px;
	overflow: hidden;
}

#sub .side-navi li {
	margin-bottom: 15px;
}

#sub .side-navi a {
	display: block;
	background-color: #fff;
}


/*--------------------------------
 .pageUp
--------------------------------*/

.pageUp {
	width: 100%;
	padding: 0;
	background-color: #fff;
}

.pageUp a {
	display: block;
	width: 1160px;
	margin: 0 auto;
}


/*--------------------------------
 #footerBody
--------------------------------*/

#footerBody {
	background-image: none;
	width: 1160px;
	padding-top: 16px;
}

#footerBody .copy {
	position: static;
}

#footerBody .footerInfo {
	position: static;
	margin: 15px 0;
}

#footerBody .finqiry {
	margin-bottom: 20px;
}


/*--------------------------------
 #tbnrlink
--------------------------------*/

#tbnrlink {
	clear: both;
	width: 1160px;
	margin: 10px auto;
}

#tbnrlink ul {
	margin-left: -7px;
}

#tbnrlink ul li {
	float: left;
	padding-bottom: 7px;
	padding-left: 7px;
	list-style: none;
}

#tbnrlink ul li.end {
	padding-right: 0;
}

#tbnrlink a {
	display: inline-block;
	background-color: #fff;
}

#tbnrlink a img {
	vertical-align: bottom;
}

#tbnrlink a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


.top-tel {
	margin-bottom: 30px;
}

.top-tel img {
	width: 100%;
	height: auto;
}



/* Color Simulation
-----------------------------------------*/

.section.color,
.section.pastel {
  margin-bottom: 60px;
}
.section.color h3,
.section.pastel h3 {
  margin-top: 60px!important;
  margin-bottom: 20px!important;
}

.color_tabBox .color_tabArea,
.pastel_tabBox .pastel_tabArea {
  width: 100%;
  /*height: 80px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.color_tabBox .color_tabArea .color_one_tab,
.pastel_tabBox .pastel_tabArea .pastel_one_tab {
  width: calc(100% / 5);
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  /*position: relative;*/
}
.pastel_tabBox .pastel_tabArea .pastel_one_tab2 {
  width: calc(100% / 5);
}
.color_tabBox .color_tabArea .color_one_tab:hover,
.pastel_tabBox .pastel_tabArea .pastel_one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.color_tabBox .color_tabArea .color_one_tab img,
.pastel_tabBox .pastel_tabArea .pastel_one_tab img {
	width: 100%;
	max-width: 320px;
	padding: 10px 5px;
}

/*
.color_tabBox .color_tabArea .color_one_tab::after,
.pastel_tabBox .pastel_tabArea .pastel_one_tab::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: translate(0, -50%) rotate(45deg);
  }
*/

.color_contents .color_tab_main,
.pastel_contents .pastel_tab_main {
  display: none;
  padding: 30px 25px 10px 25px;
  text-align: center;
  min-height: 280px;
  transition-duration: 0.3s;
}
.color_tab_main.is_show,
.pastel_tab_main.is_show {
  display: block;
}
.innerArea {
  display: flex;
  justify-content: space-between;
}
.color_futo,
.pastel_futo {
  width: 35%;
}
.color_futo img,
.pastel_futo img {
  width: 100%;
}
.color_futo_txt,
.pastel_futo_txt {
  width: 55%;
  text-align: left;
}
.color_futo_tit,
.pastel_futo_tit {
  margin-bottom: 30px!important;
}
.color_tit02,
.pastel_tit02 {
  font-size: 28px;
  font-weight: bold;
}
.color_tit03,
.pastel_tit03 {
  font-size: 16px;
}
.color_futo_note,
.pastel_futo_note {
  font-size: 14px;
  line-height: 1.8;
}

/**/

.btn_color_pastel {
	margin: 10px 0 5px 0!important;
}

.btn_color_pastel a {
	font-size: 10px;
	line-height: 12px;
	padding: 5px 10px 5px 5px;
	background-color: #f66;
	display: block;
	color: #fff;
	border-radius: 8px;
	position: relative;
	text-decoration: none;
	text-align: center;
}

.btn_color_pastel a:hover {
	background-color: #ff3333;
}

.btn_color_pastel a::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }

.futo_color_s {
	text-align: left!important;
	background-color: #e3f4ee!important;
}

/*
.color_one_tab:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ccc;
    transform: rotate(-45deg);
}
*/

/*--------------------------------
 #main .greeting
--------------------------------*/

#main .greeting {
	line-height:35px;
}

#main .greeting .syacho {
	float:left;
}
#main .greeting .syachotxt {
	float: right;
	width:640px;
	margin-bottom:90px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}

#main .greeting .title01 {
	margin-bottom:35px;
}
#main .greeting .img01 {
	float:right;
	margin:-90px 0 30px 0px;
	z-index:999;
	position:relative;
}
#main .greeting .text01 {
	margin-left:70px;
	margin-bottom:70px;
	width:500px;
}

#main .greeting .title02 {
	margin-bottom:24px;
}
#main .greeting .img02 {
	float:left;
	margin:0 20px 40px 0;
}
#main .greeting .text02 {
}

#main .greeting .title03 {
	margin-bottom:40px;
}
#main .greeting .img03 {
	float:right;
	margin:0 0 18px 30px;
}
#main .greeting .text03 {
	margin-left:70px;
}

#main .greeting .title04 {
	margin-bottom:28px;
}
#main .greeting .img04 {
	float:left;
	margin:0 15px 25px 0px;
}
#main .greeting .text04 {
	margin-bottom:30px;
}

#main .greeting .last {
	margin-left:70px;
	margin-bottom:30px;
}
#main .greeting .last2 {
	text-align:right;
	margin-bottom:80px;
}
#main .greeting .last2 strong {
	font-size:150%;
}


#main .greeting > a:hover {
	opacity: .7;
}