@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align:top;
	width: auto;
	height: auto;
}
body {
	-webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Basic */
@-ms-viewport {
	width: device-width;
}
body {
	-ms-overflow-style: scrollbar;
}

/* Type */
body {
	background-color: #fff;
	color: #000000;
}
body, input, select, textarea {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1;
}

h1 img,
h2 img {
	display: block;
	margin: 0 auto;
}
h3, h4 {
	color: #ff7800;
	font-weight: bold;
}
.inner .perf-box6.flex-b .perf6images {
}
.inner .perf-box6.flex-b .perf6images {
	margin-left: -94%;

}


@media screen and (min-width: 751px) {
	h1 img,
	h2 img {
		display: none;
	}
}

section p {
	font-size: 3.2vw;
  letter-spacing: 0.06em;
	line-height: 1.5;
}
@media screen and (min-width: 751px) {
	section p {
		font-size: 1.5em;
	}	
}

a:focus, *:focus { outline:none; }
a {
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.br-sp {
	display:none;
}
.br-pc {
	display: block;
}
@media screen and (min-width: 751px) {
	.br-sp {
		display:block;
	}
	.br-pc {
		display: none;
	}
}

.flex-b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* header */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger { 
  position: absolute;
  top: 6.1333vw;
  top: 13.1333vw;	
  right: 5.3%;
  width: 9.334%;
  height: 7.33333333vw;
  z-index: 12;
}
.menu-trigger span {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 18.2%;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3 ){
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.933333vw) rotate(-45deg);
	transform: translateY(2.933333vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.933333vw) rotate(45deg);
	transform: translateY(-2.933333vw) rotate(45deg);
}
.g-nav {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 86%;
  background-color: #6a3906;
  opacity: 0.95;
  z-index: 11;
}
.g-nav .list { 
  padding: 22.3333vw 4.66666vw 2.6666vw;
}
.g-nav .list .item {
	position: relative;
  border-bottom: 1px solid #fff;
}
.g-nav .list .item:first-child {
	border-top: 1px solid #fff;
}
.g-nav .list .item a {
  display: block;
   padding: 4.4123% 0;
  text-align: left;
  text-decoration: none;
  color: #fff;
 font-size: 4.8vw;
}
.g-nav .list .item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 4.412%;
  height: 31.25%;
  margin-top: -1.912%;
  border-top: 0.6666vw solid #fff;
  border-right: 0.6666vw solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .link {
	position: absolute;
	bottom: 0;
	padding: 0 4vw 0;
	background-color: #ff7800;
}
@media screen and (min-width: 751px) {
	header {
		display: none;
	}
}

/* mainvisual */
#mainvisual {
	position: relative;
	z-index: 10;
}
#mainvisual h1 {
	position: relative;
	width: 100%;
	height: auto;
	background-position: center top;
	background-size: cover;
	line-height: 1.75;
}	
@media screen and (min-width: 751px) {
	#mainvisual {
		margin: 0 0 6.25%;
	}
	#mainvisual h1 {
		padding-top: 49.667%;
		background-image: url("../images/main_bg_pc.jpg");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}

/* container*/
.container {
	width: 100%;
}
.inner {
	width: 100%;
	padding: 0 4.667%;
}
@media screen and (min-width: 751px) {
	.container {
		max-width: 920px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.inner {
		padding: 0;
	}
}

/* causer*/
#cause {
	margin: 0 0 8.667%;
}
.cause-blk h2 {
	width: 75.736%;
	margin: 0 auto 4.706%;
}
.cause-blk {
	padding: 4.267% 0 5.334%;
	background-color: #ece7df;
}
.cause-box {
	width: 100%;
	margin-bottom: 5.3333vw;
	padding-bottom: 5.3333vw;
	border-bottom: 1px solid #afa691;
}
.cause-box:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.cause-blk h3 {
	margin: 4.412% 0 2.942%;
	font-size: 4.8vw;
	line-height: 1.3;
}
@media screen and (min-width: 751px) {
	#cause {
		margin: 0 0 8.334%;
	}
	.cause-blk {
		padding: 4.778% 3.334% 2%;
		border-radius: 20px;
	}
	.cause-blk h2 {
		width: 88.334%;
		margin: 0 auto 2.5%;
		padding-top: 5.596%;
		background-image: url("../images/cause-h2_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.cause-box {
		width: 32.5%;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-right: 2.262%;
		border-right: 1px solid #afa691;
		border-bottom: none;
	}
	.cause-box:first-child {
		padding-left: 0;
		margin-right: 2.262%;
	}
	.cause-box:last-child {
		padding-right: 0;
		padding-left: 2.262%;
		border-right: none;
	}
	.cause-box h3 {
		margin: 7.844% 0 5.883%;
		font-size: 2.421vw;
		line-height: 1.25;
	}
}
@media screen and (min-width: 921px) {
	.cause-blk h3 {
		font-size: 2.3em;
	}	
}

/* trouble*/
#trouble {
	margin: 0 0 12.667%;
}
.trouble-blk h2 {
	width: 72.942%;
	margin: 0 auto 6.4706%;
}
.trouble-box {
	margin: 0 0 6vw;
	padding: 5.442% 8.236% 5.442%;
	background-color: #fff6e9;
	border: 4px solid #ff7800;
}
.trouble-box {
	position: relative;
}
.trouble-box h3 {
	margin: 6.608% 0 5.715%;
	font-size: 8vw;
}
.trouble-box h3:before {
	content: '';
  top: 0;
  right: 0;
  width: 29.614%;
  display: block;
}
.trouble-box h3:after {
	position: absolute;
	content: '';
	top: -3%;
	right: 7%;
	display: inline-block;
	width: 29.614%;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;
}
.trouble1 h3:after { background-image: url("../images/trouble1-icon.png"); }
.trouble2 h3:after { background-image: url("../images/trouble2-icon.png"); }
.trouble3 h3:after { background-image: url("../images/trouble3-icon.png"); }
.trouble4 h3:after { background-image: url("../images/trouble4-icon.png"); }
.trouble5 h3:after { background-image: url("../images/trouble5-icon.png"); }
.trouble5 {
	margin: 0;
}
.trouble6 {
	display: none;
}
.trouble-box p {
	margin: 5.715% 0 6.608%;
}
@media screen and (min-width: 365px) {
	.trouble-box h3:after {
		top: -2.9%;
	}
}
@media screen and (min-width: 381px) {
	.trouble-box h3:after {
		top: -2.8%;
	}
}
@media screen and (min-width: 481px) {
	.trouble-box h3:after {
		top: -2.5%;
	}
}
@media screen and (min-width: 751px) {
	#trouble {
		margin: 0 0 9.445%;
	}
	.trouble-blk h2 {
		width: 75.223%;
		margin: 0 auto 4.334%;
		padding-top: 5.112%;
		background-image: url("../images/trouble-h2_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.trouble-box {
		width: 31.112%;
		margin: 0 0 2.5vw;
		padding: 0 2.89%;
	}
	.trouble-blk h3 {
		margin: 8.182% 0 6.82%;
		font-size: 4.1304vw;
	}
	.trouble-box h3:before {
	  width: 40.074%;
	}
	t.trouble-box h3:after {
		top: -3.8%;
		right: 2%;
		width: 40.074%;
		height: 70px;
	}
	.trouble-box p {
		margin: 6.82% 0 13.64%;
		font-size: 1.5em;	
	}
	.trouble6 {
		display: block;
		width: 31.112%;
	}
}
@media screen and (min-width: 921px) {
	.trouble-blk h3 {
		font-size: 3.8em;
	}
}

/* reason*/
#reason {
	margin: 0 0 12%;
}
.reason-blk {
	padding: 6% 0;
	background-color: #ece7df;
}
.reason-blk h2 {
	margin: 0 0 5.295%;
}
.reason-box {
	margin: 0 0 6.618%;
	padding: 4.412% 8.824% 5.148%;
	background-color: #fff;
}
.reason-box:last-child {
	margin: 0;
}
.reason-text {
	margin: 0 0 4.66666vw;
}
.reason-tit {
	margin: 0 0 4.465%;
}
.reason-tit h3 {
	width: 23.93%;
}
.reason-tit h4 {
	position: relative;
	display: inline-block;
	width: 76.072%;
	padding: 0 0 0 3.036%;
	font-size: 6.4vw;
	font-weight: 600;
	line-height: 1.35;
	
}
.reason-tit h4.reason3 {
	font-size: 5.3333vw;
	letter-spacing: -0.08em;
	line-height: 1.65;
	margin-top: 0%;
}
.reason-tit h4 span {
	font-size: 4.2666vw;
	letter-spacing: 0;
	font-weight: normal;
}
.reason-text h4:before {
	content: '';
	position: absolute;
	bottom: 51%;
	left: -1px;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #ff7800;
}
.reason-img img {
	display: block;
}
@media screen and (min-width: 751px) {
	#reason {
		margin: 0 0 7.778%;
	}
	.reason-blk {
		padding: 4.445% 3.112% 3.556% 3.89%;
		border-radius: 20px;
	}
	.reason-blk h2 {
		width: 75.474%;
		margin: 0 auto 4.182%;
		padding-top: 12.441%;
		background-image: url("../images/reason-h2_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.reason-box {
		width: 100%;
		height: 37.434783vw;
		position: relative;
		margin: 0 0 3.585%;
		padding: 0 1.195% 1.195% 4.182%;
	}
	.reason-text {
		width: 64.521%;
	}
	.reason-tit {
		position: absolute;
    top: -8px;
    left: -8px;
    width: 66.19%;
    margin: 0;
	}
	.reason-tit h3 {
		width: 26.224%;
	}
	.reason-text h4 {
		position: relative;
		left: -2%;
		display: inline-block;
		width: 73.777%;
		margin: 0.761vw 0 2.3913vw;
		padding: 0 0 0 4.513%;
		font-size: 5.2173vw;
		line-height: 1.3;
	}
	.reason-text h4 span {
		font-size: 3.2608vw;
	}
	.reason-text h4:before {
		content: '';
		position: absolute;
		bottom: 50%;
		left: 0;
		display: inline-block;
		width: 102.8%;
		height: 2px;
		background-color: #ff7800;
	}
	.reason-text h4.reason3 {
		font-size: 3.913vw;
		letter-spacing: -0.04em;
		line-height: 1.7;
	}
	.reason-text h4.reason3 span {
		letter-spacing: 0;
	}
	.reason-text h4.reason3:before {
		left: -1px;
	}
	.reason-text p {
		position: absolute;
    top: 46%;
    left: 4.2%;
    width: 61.052%;
    line-height: 1.8;
	font-size: 1.5em;	
	}
	.reason-img1,
	.reason-img2,
	.reason-img3 {
		width: 32.324%;
		margin: 2.51% 0 0;
		padding-top: 31.566%;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.reason-img1 { background-image: url("../images/reason1_pc.jpg"); }
	.reason-img2 { background-image: url("../images/reason2_pc.jpg"); }
	.reason-img3 { background-image: url("../images/reason3_pc.jpg"); }
	.reason-img1 img,
	.reason-img2 img,
	.reason-img3 img {
		display: none;
	}
}
@media screen and (min-width: 921px) {
	.reason-box {
		height: 320px;
	}
	.reason-text h4 {
		margin: 7px 0 21px;
		font-size: 4.8em;
	}
	.reason-text h4.reason3 {
		font-size: 3.6em;
	}
	.reason-text h4 span {
		font-size: 0.625em;
	}	
	.reason-text h4.reason3 span {
		font-size: 0.83333em;
	}
	.reason-text h4:before {
		bottom: 62px;
	}
}

/* comp*/
#comp {
	margin: 0 0 12.667%;
}
#comp h2 {
	margin: 0 0 5.295%;
}
.comp-box1 {
	margin: 0 0 5.3333vw;
	background-color: #fff;
	border: 4px solid #f8b551;
}
.comp-box2 {
	background-color: #fff;
	border: 4px solid #ff7800;
}
.comp-inner {
	padding: 0 4.912% 5.953%;
}
#comp h3 {
	margin: 0 0 4.02%;
	padding: 3.423% 0 4.316%;
	color: #fff;
	text-align: center;
	font-size: 8vw;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.comp-box1 h3,
.comp-box1 .text02 {
	background-color: #f8b551;
}
.comp-box2 h3,
.comp-box2 .text02 {
	background-color: #ff7800;
}
.comp-inner .text01 {
	margin: 6.428% 0 9.56%;
	font-size: 3.7333vw;
	line-height: 1.6;
}
.comp-inner .text02 {
	margin: 0 auto 4.615%;
	padding: 1.651% 0;
	text-align: center;
	color: #fff;
	font-size: 8vw;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}
.comp-box1 .text02 {
	width: 100%;
}
.comp-box2 .text02 {
	width: 100%;
}
.comp-box1 .text02 span {
	font-size: 18px;
	margin-right: 5%;
}
.comp-box2 .text02 span {
	font-size: 18px;
	margin-right: 5%;
}
.comp-inner .text03 {
	text-align: center;
	font-size: 12.8vw;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.comp-inner .text03 span {
	font-size: 9.6vw;
}
.comp-box1 .text03 {
	color: #f8b551;
}
.comp-box2 .text03 {
	color: #ff7800;;
}
@media screen and (min-width: 751px) {
	#comp {
		margin: 0 0 9.334%;
	}
	#comp h2 {
		width: 92.556%;
		margin: 0 0 3.89%;
		padding-top: 18.112%;
		background-image: url("../images/comp-h2_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.comp-box1,
	.comp-box2 {
		width: 48.667%;
		margin: 0;
	}
	#comp h3 {
		margin: 0 0 3.954%;
		padding: 3.49% 0 4.652%;
		font-size: 4.0217vw;
	}
	.comp-inner .text01 {
		margin: 6.45% 0 9.026%;
		font-size: 1.9465vw;
	}
	.comp-inner .text02 {
		margin: 0 auto 4.384%;
		padding: 2.58% 0;
		font-size: 5.4347vw;
	}
	.comp-box1 .text02 {
		width: 100%;
	}
	.comp-box2 .text02 {
		width: 100%;
	}
	.comp-box1 .text02 span {
	font-size: 30px;
	}
	.comp-box2 .text02 span {
	font-size: 30px;
	}
	.comp-inner .text03 {
		font-size: 7.826vw;
	}
	.comp-inner .text03 span {
		font-size: 4.6739vw;
	}
}
@media screen and (min-width: 921px) {
	#comp h3 {
		font-size: 3.7em;
	}
	.comp-inner .text01 {
		font-size: 1.8em;
	}
	.comp-inner .text02 {
		font-size: 5em;
	}
	.comp-inner .text03 {
		font-size: 7.2em;
	}
	.comp-inner .text03 span {
		font-size: 0.5972em;
	}
}

/* perf*/
#perf {
	margin: 0 0 10.667%;
}
.perf-blk {
	padding: 6.4% 0 5.334%;
	background-color: #ece7df;
}
.perf-blk h2 {
	width: 96.471%;
	margin: 0 0 3.677%;
}
.perf-blk h2 img {
	margin: 0;
}
.perf-box1,
.perf-box2,
.perf-box3,
.perf-box4,
.perf-box5 {
	position: relative;
	width: 100%;
	padding: 5.883% 5.148% 2.942%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.perf-blk h3 {
	position: relative;
	width: 100%;
	padding: 0 0 0 10.33%;
	background-size: 9.9% auto;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 4.8vw;
	font-weight: 600;
}
.perf-box1 {
	height: 44.4vw;
	background-image: url("../images/perf-bg1_sp.png");
}
.perf-box2,
.perf-box3,
.perf-box4,
.perf-box5 {
	height: 42.666666vw;
	margin: -3.53% 0 0;
	background-image: url("../images/perf-bg2_sp.png");
}
.perf-box6 {
	height: 41.2vw;
	margin: -3.53% 0 4.56%;
	padding: 5.883% 5.148% 2.942%;
	background-image: url("../images/perf-bg3_sp.png");
	background-size: 100% auto;
  background-repeat: no-repeat;
}
.perf-box1 { z-index: 14; }
.perf-box2 { z-index: 13; }
.perf-box3 { z-index: 12; }
.perf-box4 { z-index: 11; }
.perf-box5 { z-index: 10; }
.perf-box6 { z-index: 9; }
.perf-box1 h3 { background-image: url("../images/perf1-icon.png"); }
.perf-box2 h3 { background-image: url("../images/perf2-icon.png"); }
.perf-box3 h3 { background-image: url("../images/perf3-icon.png"); }
.perf-box4 h3 { background-image: url("../images/perf4-icon.png"); }
.perf-box5 h3 { background-image: url("../images/perf5-icon.png"); }
.perf-box6 h3 {
	padding: 0;
}
.perf-box6 h3 img {
	width: 20.33%;
	margin-left: -2%;
}
.perf-blk .text01 {
	width: 52.46%;
	letter-spacing: 0;
	line-height: 1.3;
}
.perf-blk .text01 span {
	font-size: 11px;
}
.perf-box6 .text01 {
	color: #fff;
}
.perf-blk .perf-img1 {
	width: 44.263%;
}
.perf-box7 .perf-img2 {
	width: 73.971%;
	margin: 0 auto 3.6vw;
}
.perf-box7 .perf-img2 img {
	display: block;
}
.perf-box7 .perf-img3 {
	width: 82.353%;
	margin: 0 auto;
}
@media screen and (min-width: 751px) {
	perf {
		margin: 0 0 9.445%;
	}
	.perf-blk {
		padding: 2.556% 3.334% 3.667%;
		border-radius: 20px;
	}
	.perf-blk h2 {
		width: 89.953%;
		margin: 0 auto 1.197%;
		padding-top: 28.59%;
		background-image: url("../images/perf-h2_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.perf-box1,
	.perf-box2,
	.perf-box3,
	.perf-box4,
	.perf-box5 {
		width: 100%;
		padding: 1.6304vw 1.8478vw 1.6304vw 3.8043vw;
	}
	.perf-box1 {
		height: 23.47826vw;
		max-height: 216px;
		background-image: url("../images/perf-bg1_pc.png");
	}
	.perf-box2,
	.perf-box3,
	.perf-box4,
	.perf-box5 {
		height: 23.3695vw;
		max-height: 215px;
		margin: -3.26087vw 0 0;
		background-image: url("../images/perf-bg2_pc.png");
	}
	.perf-box6 {
		height: 20.76087vw;
		max-height: 191px;
		margin: -2.826vw 0 1.3043vw;
		padding: 1.6304vw 1.8478vw 1.6304vw 3.8043vw;
		background-image: url("../images/perf-bg3_pc.png");
	}
	.perf-blk h3 {
		width: 66.327%;
		height: 16.14%;
		margin: 2.0652vw 0 0;
		padding: 0 0 0 7.398%;
		background-size: 11% auto;
		background-position: left center;
		font-size: 2.6086vw;
		line-height: 1.4;
	}
	.perf-box1 h3 {
		margin: 1.6304vw 0 0;
	}
	.perf-box2 h3,
	.perf-box3 h3,
	.perf-box4 h3,
	.perf-box5 h3 {
		margin: 2.5vw 0 0;
	}
	.perf-box6 h3 {
		height: 46.9%;
		margin: 0;
		padding: 0;
	}
	.perf-box6 h3 img {
		width: 26.945%;
	}
	.perf-blk .text01 {
		width: 66.327%;
		margin: -1.73913vw 0 0 0;
		font-size: 1.9565vw;
	}
	.perf-box6 .text01 {
		margin: 0.543478vw 0 0;
	}
	.perf-blk .perf-img1 {
		width: 30.613%;
		margin: -7.5vw 0 0 0;
	}
	.perf-box7 .perf-img2 {
		width: 40%;
		margin: 0 0 0 3.8043vw;
		padding-top: 27.2631%;
		background-image: url("../images/perf7_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.perf-box7 .perf-img2 img {
		display: none;
	}
	.perf-box7 .perf-img3 {
		width: 47.62%;
		margin: 0;
	}
}
@media screen and (min-width: 921px) {
	.perf-box1 {
		height: 216px;
	}
	.perf-box1,
	.perf-box2,
	.perf-box3,
	.perf-box4,
	.perf-box5 {
		width: 100%;
		padding: 15px 17px 15px 35px;
	}
	.perf-box2,
	.perf-box3,
	.perf-box4,
	.perf-box5 {
		height: 215px;
		margin: -30px 0 0;
	}
	.perf-box6 {
		height: 191px;
		margin: -26px 0 12px;
	}
	.perf-blk h3 {
		margin: 19px 0 0;
		font-size: 2.4em;
	}
	.perf-box1 h3 {
		margin: 15px 0 0;
	}
	.perf-box6 h3 {
		margin: 0;
	}
	.perf-blk .text01 {
		margin: -16px 0 0;
		font-size: 1.8em;
	}
	.perf-box6 .text01 {
	margin-top: 5px;
	margin-right: 0;
	margin-left: -2%;
	margin-bottom: 0;
	}
	.perf-blk .perf-img1 {
		margin: -69px 0 0 0;
	}
	.perf-box7 .perf-img2 {
		margin: 0 0 0 35px;
	}
	.perf-box7 .perf-img3 {
		margin: 22px 0 0;
	}
	.perf-blk .text01 span {
    font-size: 14px;
}
}

/* results */
#results {
	margin: 0 0 12.667%;
}
#results h2 {
	width: 79.412%;
	margin: 0 auto 3.236%;
	padding: 1.765% 0;
	background-color: #ff7800;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 8vw;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.results-box {
	width: 100%;
	margin: 0 0 4.6667vw;
	padding: 4.6667vw 8vw;
	background-color: #ece7df;
	position: relative;
}
.results-box h3 {
	margin: 5.358% 0 0;
	font-size: 6.4vw;
}
.results-box p {
	width: 80px;
	height: 80px;
	letter-spacing: 0;
	background-image: url("../images/icon_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
    padding-top: 15px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}
.results-box p span {
	font-size: 12px;
}
.results-box img {
	width: 100%;
}
.results-img {
	width: 94.265%;
	margin: 0 auto;
}
.results-img img {
	display: block;
}
@media screen and (min-width: 751px)  {
	#results {
		margin: 0 0 10%;
	}
	#results h2 {
		width: 55.556%;
		margin: 0 auto 3%;
		font-size: 5.2173vw;
	}
	.results-blk {
		margin: 0 0 2.89%;
	}
	.results-box {
		width: 48.112%;
		margin: 0;
		padding: 1.66666vw;
	}
	.results-box h3 {
		font-size: 2.6086vw;
	}
	.results-img {
		width: 80.445%;
		margin: 0 auto;
		padding-top: 16%;
		background-image: url("../images/results4_pc.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.results-img img {
		display: none;
	}
}
@media screen and (min-width: 921px)  {
	#results h2 {
		font-size: 4.8em;
	}
	.results-box h3 {
		font-size: 2.4em;
	}
}

/* faq */
#faq {
	margin: 0 0 10.534%;
}
.faq-blk {
	padding: 4.934% 0;
	background-color: #ece7df;
}
#faq h2 {
	width: 79.412%;
	margin: 0 auto 3.236%;
	padding: 1.765% 0;
	background-color: #ff7800;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 8vw;
	font-weight: 600;
}
.faq-box .question,
.faq-box .answer {
	margin: 0 0 2.206%;
	background-color: #fff;
	position: relative;
}
.faq-box .answer:last-child {
	margin: 0;
}
.faq-box .question .faq-icon,
.faq-box .answer .faq-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.faq-box .question {
/*	background-image: url("../images/faq-icon1.png");
	background-size: auto 100%;
	background-repeat: no-repeat;*/
	color: #6a3906;
}
.faq-box .answer {
/*	background-image: url("../images/faq-icon2.png");
	background-size: auto 100%;
	background-repeat: no-repeat;*/
	color: #e72f49;
}
.faq-box p {
	padding: 3.677% 2% 3.09% 16.177%;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.04em;
	font-size: 16px;
}
.faq-box img {
	width: 45%;
}
@media screen and (min-width: 751px)  {
	#faq {
		margin: 0 0 10%;
	}
	.faq-blk {
		padding: 4.112% 3.334%;
		border-radius: 20px;
	}
	#faq h2 {
		width: 64.286%;
		margin: 0 auto 2.977%;
		font-size: 5.2173vw;
	}
	.faq-box .question,
	.faq-box .answer {
		margin: 0 0 1.786%;
	}
	.faq-box p {
		padding: 2.977% 2% 2.5% 14.286%;
		font-size: 2.6086vw;
		letter-spacing: 0;
	}
	.faq-box img {
    width: 80%;
}
}
@media screen and (min-width: 921px)  {
	#faq h2 {
		font-size: 4.8em;
	}
	.results-box h3 {
		font-size: 2.4em;
	}
	.faq-box p {
		font-size: 18px;
	}
}

/* company */
#company {
	margin: 0 0 6%;
}
#company h2 {
	width: 79.412%;
	margin: 0 auto 5.148%;
	padding: 1.765% 0;
	background-color: #ff7800;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 8vw;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#company table {
	width: 100%;
	border-collapse:collapse;
	text-align: left;
	font-size: 2.4vw;
}
#company table tr {
	padding: 3.236% 0;
	border-bottom: 1px solid #aaaaaa;
}
#company table tr:first-child {
	padding: 0 0 3.236%;
}
#company table tr:last-child {
	padding: 3.236% 0 0;
	border-bottom: none;
}
#company table th {
	width: 28.2%;
	padding: 3.236% 0;
}
#company table td {
	width: 71.8%;
}
#company table td ul li {
	text-indent: -1em;
  margin-left: 1em;
	line-height: 1.6;
}
#company table td ul li:before {
	content: '';
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .5em;
  border: 1px solid #000;
  transform: rotate(45deg);
 }
@media screen and (min-width: 751px)  {
	#company {
		margin: 0 0 6.445%;
	}
	#company .inner {
		max-width: 690px;
		margin: 0 auto;
	}
	#company h2 {
		width: 55.556%;
		margin: 0 auto 4.112%;
		font-size: 5.2173vw;
	}
	#company table {
		font-size: 1.9565vw;
	}
	#company table th {
		width: 31.2%;
		padding: 3.19% 0;
	}
	#company table td {
		width: 68.8%;
		padding: 3.19% 0;
	}
}
@media screen and (min-width: 921px)  {
	#company h2 {
		font-size: 4.8em;
	}
	#company table {
		font-size: 1.8em;
	}
}


/* Footer */
#footer {
	background-color: #ff7800;
	text-align: center;
	color: #fff;
}
.f-top {
	padding: 2.4% 0;
	background-color: #f8b551;
	margin-bottom: 23%;
}
.f-top h2 {
	margin: 0 0 2.667%;
	font-size: 3.84vw;
	font-weight: 600;
}
.f-top .copy {
	font-size: 2.4vw;
}
#footer a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #aaa;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #666;
}
.link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
	position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ff7800;
	z-index: 99;
}
.link li {
	margin: 2.6666vw 0;
}
.link .info {
	display: none;
}
.link .tel-link {
	width: 32.475%;
}
.link .contact {
	width: 68.822%;
}
.f-middle {
	display: none;
}
@media screen and (min-width: 751px)  {
	#footer {
		padding: 1.667% 0 1.167%;
		margin-bottom: 120px;
	}
	#footer .inner {
		max-width: 920px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.f-top {
		display: none;
	}
	.link {
		width: 100%;
		height: 120px;
		justify-content: center;
	}
	.link li {
		margin: 0;
	}
	.link .info {
		display: block;
		width: 38%;
		width: auto;
		text-align: left;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-right: 8%;
	}
	.link .info .text01 {
		margin: 0 0 4.17%;
		font-size: 3.1304vw;
		font-weight: 600;
	}
	.link .info .text02 {
	font-size: 3.913vw;
	}
	.link .info .text02 span {
		font-size: 2.9347vw;
	}
	.link .tel-link {
		display: none;
	}
	.link .contact {
		/*width: 52%;*/
		width: auto;
	}
	.f-middle {
		display: block;
		margin: 1.667% 0 0;
		font-size: 1.3043vw;
	}
}
@media screen and (min-width: 921px)  {
	.link .info .text01 {
		font-size: 2.88em;
	}
	.link .info .text02 {
		font-size: 3.6em;
	}
	.link .info .text02 span {
		font-size: 0.75em;
	}
	.f-middle {
		font-size: 1.2em;
	}
}

.header_logo img {
    width: 200px;
}
@media screen and (min-width: 751px)  {
	.header_logo {
    position: absolute;
    top: 0;
    left: 2%;
    z-index: 99;
}
	.header_logo img {
    width: auto;
}	
}