@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - https://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	color: #363636;
	background-color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3 ", Meiryo, sans-serif;
	letter-spacing: .04em;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
}

.modePC.modeSP {
	opacity: 0;
}
.modePC {
	font-size: 16px;
	line-height: 27px;
}
.modeSP {
	font-size: 24px;
	line-height: 48px;
}
.androidUA * {
	max-height: 999999px;
}

.hiddenSP {
	display: none;
}

.modeSP .hiddenSP {
	display: block;
}

em { font-weight: bold; }
img { vertical-align: top; }
a {	text-decoration: none; }

/* link */
:hover{} /* Fixes for IE10 */

a {
	color: #4b77e2;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
}

/* common
==========================================*/

.modePC .wrapper {
	overflow: hidden;
	min-width: 1200px;
	padding-top: 50px;
	background: #fafafa;
}

.modeSP .wrapper {
	width: 750px;
    padding-top: 175px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper .box,
.wrapper .wide {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.modePC .box {
	width: 1040px;
	margin:  0 auto;
	height: 100%;
	padding-top: 50px;
}

.modeSP .box {
	padding: 0 50px;
}

.modePC a:hover {
	opacity: .6;
	text-decoration: underline;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}


h2 em {
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	border-bottom: 4px solid #000;
	padding-bottom: 10px;
}

section h2 {
	position: relative;
    z-index: 1;
	font-size: 46px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}

/* header
==========================================*/

.modePC header .flame {
	position: fixed;
	z-index: 10;
	background-color: #fff;
}

.modeSP header .flame {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	background-color: #fff;
	border-bottom: 2px solid #eee;
}

.modePC header .flame02,
.modePC header .flame03,
.modePC header .flame04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modePC header .flame01 {
	width: 100%;
	height: 50px;
	z-index: 15;
}

.modeSP header .flame01 {
	width: 750px;
	height: 175px;
	z-index: 15;
}

.modePC header .flame01 img {
    position: absolute;
	top: 9px;
    left: 14px;
    width: 158px;
}

.modeSP header .flame01 img {
	position: absolute;
	top:20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 330px;
}

.modePC header .flame02 {
	right: 0;
	width: 50px;
	height: 100%;
}

.modePC header .flame03 {
	bottom: 0;
	width: 100%;
	height: 50px;
}

.modePC header .flame04 {
	left: 0;
	width: 50px;
	height: 100%;
	z-index: 10;
}

.modeSP header .flame02,
.modeSP header .flame03,
.modeSP header .flame04 {
	display: none;
}



/* nav
==========================================*/

.modePC .nav {
	width: 1200px;
	margin: 0 auto;
}

.modeSP .nav {
	width: 100%;
}

.modePC .nav-list {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 500px;
	margin: 0 auto;
	right: 50px;
	position: absolute;
}

.modeSP .nav-list {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	margin: 0 auto;
    top: 75px;
    right: 0;
	position: absolute;
}

.modePC .list-item {
	width: calc(100% / 3);
	text-align: center;
	height: 50px;
}

.modeSP .list-item {
	width: calc(100% / 3);
	text-align: center;
	height: 100px;
}

.modePC .list-item a {
	display: block;
	color: #888;
	font-family: 'Oswald', sans-serif;
	line-height: 50px;
}

.modeSP .list-item a {
	display: block;
	font-size: 28px;
	color: #888;
	font-family: 'Oswald', sans-serif;
	line-height: 100px;
}

/* main
==========================================*/

.modePC .main {
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
}

.modeSP .main {
	overflow: hidden;
}

.MainSection {
	position: relative;
	width: 100%;
}

/* .MainVisual
==========================================*/

.modePC .MainVisual {
	height: calc(100vh - 100px);
	background-image: url(/img/main-fv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -50px;
}

.modeSP .MainVisual img {
	width: 100%;
}

/* .section-01
==========================================*/

.section-01 {
	background-color: #fff;
}

.modePC .section-01 {
	position: relative;
	width: 100%;
}

.modeSP .section-01 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modePC .section-01 h2 {
	margin-top: 100px;
	text-align: right;
}

.modeSP .section-01 h2 {
	padding-top: 200px;
	margin-left: 0;
	text-align: right;
}

.modePC .box01 > div {
	padding: 100px 0;
}

.modeSP .box01 > div {
	padding: 150px 0;
}

.modePC .box01 dl {
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.modeSP .box01 dl {
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 650px;
	font-size: 28px;
}

.box01 dt:before {
	content: "Q、";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

.modeSP .box01 dt:before {
	top: 30px;
}

.box01 dt {
	position: relative;
}

.modePC .box01 dt {
	width: 100%;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #616161;
}

.modeSP .box01 dt {
	width: 100%;
	padding: 30px 30px 30px 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #616161;
}

.box01 dd:before {
	content: "A、";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	color: #ff0000;
}

.modeSP .box01 dd:before {
	top: 30px;
}

.box01 dd {
	position: relative;
}

.modePC .box01 dd {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #616161;
}

.modeSP .box01 dd {
	width: 100%;
	padding: 30px 30px 30px 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #616161;
}


/* .section-02
==========================================*/

.modePC .section-02 {
	position: relative;
	width: 100%;
}

.modeSP .section-02 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modePC .section-02 h2 {
	margin-right: 50px;
	margin-top: 100px;
	text-align: right;
}

.modeSP .section-02 h2 {
	margin-right: 0;
	padding-top: 200px;
	text-align: right;
}

.modePC .section-02 .area {
	padding: 100px 0;
}

.modeSP .section-02 .area {
	padding: 100px 0;
}

.modePC .box02 .area > p {
	text-align: center;
	font-size: 28px;
	line-height: 46px;
	font-weight: bold;
}

.modeSP .box02 .area > p {
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	font-weight: bold;
}

.modePC .box02 .area-box {
	display: flex;
	width: 840px;
	margin: 100px auto;
	text-align:  center;
}

.modeSP .box02 .area-box {
	width: 100%;
}

.modePC .box02 .area-box > div {
	width: 50%;
}

.modeSP .box02 .area-box > div {
	width: 80%;
	text-align: center;
	margin: 100px auto;
}

.modePC .box02 .area h3 {
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
}

.modeSP .box02 .area h3 {
	padding-bottom: 12px;
	font-size: 26px;
	font-weight: bold;
}


/* .section-03
==========================================*/

.section-03 {
	background-color: #fff;
}

.modePC .section-03 {
	position: relative;
	width: 100%;
}

.modeSP .section-03 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modePC .section-03 h2 {
	margin-top: 100px;
}

.modeSP .section-03 h2 {
	padding-top: 200px;
}

.modePC .section-03 p {
	width: 930px;
    margin: 0 auto;
	padding: 50px;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}

.modeSP .section-03 p {
	width: 100%;
	font-size: 28px;
	line-height: 50px;
	margin: 100px 0;
	font-weight: bold;
}

.section-03 .service-img {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.service-img img{ width: 80%;}


.modePC .section-03 .service-list {
	margin-top: 100px;
}

.modeSP .section-03 .service-list {
	margin-top: 100px;
}

.modePC .section-03 .service-list ul {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.modeSP .section-03 .service-list ul {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.modePC .section-03 .service-list li {
	width: calc(100% / 3 - 10px);
	height: 100%;
	margin-bottom: 10px;
}

.modeSP .section-03 .service-list li {
	width: calc(100% / 2 - 10px);
	height: 100%;
	margin-bottom: 10px;
}

.modePC .section-03 .service-list li img {
	width: 100%;
}

.modeSP .section-03 .service-list li img {
	width: 100%;
}

/* .section-04
==========================================*/

.section-04 {
	background-color: #fff;
}

.modePC .section-04 {
	position: relative;
	width: 100%;
}

.modePC .section-04 h2 {
	margin-right: 50px;
	margin-top: 100px;
}

.modeSP .section-04 h2 {
	margin-right: 0;
	padding-top: 200px;
}

.modePC .section-04 .contact-area {
    padding: 100px 0;
}

.modePC .section-04 dl {
	width: 570px;
	margin: 0 auto;
}

.modeSP .section-04 dl {
	width: 650px;
	margin: 80px auto;
}

.modePC .section-04 dt,
.modePC .section-04 dd {
	display: block;
}

.modeSP .section-04 dt,
.modeSP .section-04 dd {
	display: block;
}

.modePC .section-04 dt {
	float: left;
    width: 134px;
    height: 30px;
    margin-right: 30px;
    font-size: 16px;
}

.modeSP .section-04 dt {
	width: 50%;
	height: 50px;
	font-size: 28px;
}

.modePC .section-04 dd  {
	margin-bottom: 50px;
}

.modeSP .section-04 dd  {
	margin-bottom: 50px;
}

.modePC .section-04 dd input {
	width: 350px;
	height: 30px;
	box-sizing: border-box;
	background: none;
	font-size: 12px;
	border-bottom: 2px solid #888;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.modeSP .section-04 dd input {
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	padding-bottom: 10px;
	font-size: 32px;
	border-bottom: 4px solid #888;
	border-top: 0;
	border-left: 0;
	border-radius: initial;
	border-right: 0;
}

.modePC .section-04 dd span {
	font-size: 10px;
	padding-left: 8px;
	color: #ff0000;
}

.modeSP .section-04 dd span {
	font-size: 26px;
	padding-left: 8px;
	color: #ff0000;
}

.modePC .section-04 textarea {
	box-sizing: border-box;
	width: 350px;
	height: 250px;
	font-size: 12px;
	margin-top: 30px;
	padding: 6px;
	background: none;
	border: 1px solid #888;
}

.modeSP .section-04 textarea {
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	font-size: 32px;
	margin-top: 30px;
	padding: 6px;
	background: none;
	border: 1px solid #888;
}

.modePC .section-04 .from-btn input {
	background: none;
	display: inline-block;
	width: 300px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #888;
}

.modeSP .section-04 .from-btn input {
	background: none;
	display: inline-block;
	width: 48%;
	height: 60px;
	font-size: 28px;
	font-weight: bold;
    border: 2px solid #888;
	border-radius: initial;
}

.modePC .PageTop {
	background: url(https://naturejapan.co.jp/img/top.png);
	position: fixed;
	bottom: 4px;
	width: 38px;
	height: 38px;
	z-index: 15;
	background-size: cover;
}


/* footer
==========================================*/

footer {
	background-color: #fff;
}

.modePC footer {
	position: relative;
	width: 100%;
	padding: 60px 0;
	font-family: 'Oswald', sans-serif;
}

.modeSP footer {
	position: relative;
	width: 100%;
	font-family: 'Oswald', sans-serif;
}

.modePC footer p {
	padding-top: 100px;
	text-align: center;
}

.modeSP footer p {
	padding-top: 100px;
	text-align: center;
}

.modePC footer p img {
	width: 30%;
}

.modeSP footer p img {
	width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.modePC .copy {
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
}

.modeSP .copy {
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}
