* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, img, small, time, svg {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	vertical-align: middle;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

a {
	cursor: pointer;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

caption, th {
	text-align: left;
}

label {
	cursor: pointer;
}

label span {
	vertical-align: middle;
}

input, textarea, select {
	border-radius: 0;
	vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]), select {
	padding: 0 10px;
}

input[type=submit], input[type=button], button {
	background-color: transparent;
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
	padding: 10px 15px;
}

a, area, button, input, label, select, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*basic*/
html {
	font-size: 62.5%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}

@media screen and (max-width: 801px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 802px) {
	.sp {
		display: none !important;
	}
}
body, input, textarea, select {
	color: #202124;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
@media all and (-ms-high-contrast: none) {
	body, input, textarea, select {
		font-weight: normal;
	}
}

body {
	-webkit-transition: 1s;
	transition: 1s;
	background: #fff;
	overflow-x: hidden;
}
body.preload {
	opacity: 0;
}
strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
	}
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#main {
	display: block;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding: 0 0 0 0;
}
@media screen and (max-width: 801px) {
	#main {
		padding: 0 0 0 0;
	}
}

.nvop {
	overflow: hidden;
}
.nvop #main {
	/*-ms-filter: blur(6px);
	filter: blur(6px);*/
	opacity: 0.5;
}
.nvop #footer {
	/*-ms-filter: blur(6px);
	filter: blur(6px);*/
	opacity: 0.5;
}

a {
	color: #333;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	opacity: 0.8;
}
a.box {
	background: transparent;
	padding: 15px 0;
	border: 1px solid rgba(222, 239, 244, 0.54);
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}
@media screen and (max-width: 801px) {
	a.box {
		padding: 12px 0;
	}
}
a.box:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #DEEFF4;
	-webkit-transform-origin: 50% 0%;
	        transform-origin: 50% 0%;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transition: -webkit-transform ease 0.3s;
	transition: -webkit-transform ease 0.3s;
	transition: transform ease 0.3s;
	transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
a.box:hover {
	color: #333;
	opacity: 1;
}
a.box:hover:before {
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

@media screen and (min-width: 802px) {
	a, .submitbtn {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover, .submitbtn:hover {
		opacity: 0.8;
	}
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 801px) {
	img {
		width: 100%;
	}
}

svg {
	fill: #fff;
}

.bold {
	font-weight: bold;
}

.indent {
	display: inline-block;
	text-indent: -0.5em;
}

a.none {
	pointer-events: none;
	opacity: 0.3;
}

.ov {
	overflow: hidden;
}

.ov a {
	display: block;
	overflow: hidden;
}

.ov img {
	-webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	vertical-align: bottom;
}

.ov.fst a img {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.ov:hover {
	opacity: 1;
}

.ov:hover img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 801px) {
	.inner {
		padding: 0;
	}
}

hr {
	border-top: 1px solid #fff;
	margin: 120px 0 120px auto;
	width: 90%;
}
@media screen and (max-width: 801px) {
	hr {
		margin: 10% auto;
		width: 100%;
	}
}

/* import */
#main.home {
	overflow: visible;
}
#main.home p.btn {
	width: 360px;
}
@media screen and (max-width: 801px) {
	#main.home p.btn {
		width: 100%;
	}
}
#main.home p.btn a {
	border: 4px solid #D6D6D6;
	border-radius: 40px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 75px;
	font-size: 2rem;
}
@media screen and (max-width: 801px) {
	#main.home p.btn a {
		font-size: 5vw;
	}
}
#main.home p.btn a:after {
	content: "";
	width: 20px;
	height: 20px;
	border-top: 4px solid #D6D6D6;
	border-left: 4px solid #D6D6D6;
	-webkit-transform: rotate(225deg) translateY(5px);
	        transform: rotate(225deg) translateY(5px);
	margin-left: 30px;
}
#main.home p.btn a svg {
	width: 36px;
	height: 36px;
	fill: #333;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#main.home p.btn a:hover {
	opacity: 1;
	background-color: #604437;
	color: #fff;
}
#main.home p.btn a:hover svg {
	fill: #fff;
}
#main.home h2.fkds {
	width: 151px;
	height: 81px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.2rem;
	font-weight: 400;
	background-image: url(../img/common/ttl-bg.png);
	background-size: cover;
}
@media screen and (max-width: 801px) {
	#main.home h2.fkds {
		width: 131px;
		height: 71px;
		font-size: 5vw;
	}
}
#main.home .mv {
	position: relative;
}
#main.home .mv p.btn {
	position: absolute;
	bottom: 7.5vw;
	right: 12.5%;
}
@media screen and (max-width: 801px) {
	#main.home .mv p.btn {
		bottom: 35vw;
		right: 5%;
		width: 90%;
	}
}
#main.home nav {
	border-bottom: 1px solid #333;
	background-color: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}
#main.home nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 90px;
}
@media screen and (max-width: 801px) {
	#main.home nav ul {
		height: 70px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 5%;
	}
}
#main.home nav ul li {
	margin: 0 2em;
}
@media screen and (max-width: 801px) {
	#main.home nav ul li {
		margin: 0 0em;
	}
}
#main.home nav ul li a {
	font-size: 1.8rem;
}
@media screen and (max-width: 801px) {
	#main.home nav ul li a {
		font-size: 3.5vw;
	}
}
#main.home nav ul li a:hover {
	color: #604437;
	opacity: 0.6;
}
#main.home .area1 {
	text-align: center;
	overflow: hidden;
}
#main.home .area1 dl {
	text-align: left;
	display: inline-block;
	padding: 100px 0;
	position: relative;
}
@media screen and (max-width: 801px) {
	#main.home .area1 dl {
		padding: 0 0 5% 0;
	}
}
#main.home .area1 dl dt {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	#main.home .area1 dl dt {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area1 dl dt {
		font-size: 6vw;
		line-height: 1.5;
	}
}
#main.home .area1 dl dt span {
	display: inline-block;
	border-bottom: 2px solid #000;
	padding: 0 30px;
}
@media screen and (max-width: 801px) {
	#main.home .area1 dl dt span {
		display: inline;
		padding: 0;
	}
}
#main.home .area1 dl dt em {
	color: #B21111;
	font-style: normal;
}
#main.home .area1 dl dd {
	text-align: center;
}
#main.home .area1 dl dd p {
	font-size: 2.2rem;
	line-height: 2;
	margin-bottom: 1em;
}
@media screen and (max-width: 1500px) {
	#main.home .area1 dl dd p {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area1 dl dd p {
		font-size: 4.5vw;
		line-height: 1.5;
		padding: 0 5%;
		margin-bottom: 1.5em;
	}
}
#main.home .area1 dl:before {
	content: "";
	background-image: url(../img/home/area1a.png);
	background-size: cover;
	width: 271px;
	height: 198px;
	position: absolute;
	top: 0;
	left: -300px;
}
@media screen and (max-width: 801px) {
	#main.home .area1 dl:before {
		position: static;
		display: block;
		width: 50%;
		height: 0;
		padding-top: 37%;
		background-size: 100%;
		margin: 0 0 5% 5%;
	}
}
#main.home .area1 dl:after {
	content: "";
	background-image: url(../img/home/area1b.png);
	background-size: cover;
	width: 236px;
	height: 150px;
	position: absolute;
	top: 45%;
	right: -300px;
}
@media screen and (max-width: 801px) {
	#main.home .area1 dl:after {
		display: none;
	}
}
#main.home .area1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 801px) {
	#main.home .area1 ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area1 ul li:nth-of-type(1) {
		width: 50%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area1 ul li:nth-of-type(2) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area1 ul li:nth-of-type(3) {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}
#main.home .area1 p.cap {
	background-color: #810C0C;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 2.9rem;
	font-weight: 700;
	height: 115px;
}
@media screen and (max-width: 801px) {
	#main.home .area1 p.cap {
		font-size: 6vw;
		line-height: 1.3;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		text-align: left;
		height: auto;
		padding: 5% 0;
	}
}
#main.home .area1 p.cap svg {
	fill: #fff;
	width: 44px;
	height: 44px;
	margin-right: 15px;
}
#main.home .area2 {
	position: relative;
	overflow: hidden;
	background-color: #F8EBE4;
	padding-top: 40px;
}
@media screen and (max-width: 801px) {
	#main.home .area2 {
		padding-top: 5%;
	}
}
#main.home .area2 .a2a {
	background-color: #fff;
	max-width: 1200px;
	width: 90%;
	margin: auto;
	border: 1px solid #BCBCBC;
	border-bottom: none;
	padding: 60px;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a {
		padding: 5%;
	}
}
#main.home .area2 .a2a h3 {
	font-size: 4.9rem;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 1500px) {
	#main.home .area2 .a2a h3 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a h3 {
		font-size: 7vw;
		line-height: 1.5;
		text-align: left;
	}
}
#main.home .area2 .a2a h3 em {
	display: inline-block;
	font-style: normal;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a h3 em {
		display: block;
		padding-bottom: 5px;
	}
}
#main.home .area2 .a2a h3 span {
	color: #A32020;
}
#main.home .area2 .a2a h3:before {
	content: "";
	background-image: url(../img/home/area2a.png);
	background-size: cover;
	position: absolute;
	width: 130px;
	height: 60px;
	top: -60px;
	right: 100px;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a h3:before {
		width: 64px;
		height: 30px;
		right: 0;
		top: -30px;
	}
}
#main.home .area2 .a2a h4 {
	font-size: 2.6rem;
	font-weight: 400;
	margin: 5px 0;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	#main.home .area2 .a2a h4 {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a h4 {
		font-size: 3.75vw;
		letter-spacing: 0;
		-webkit-font-feature-settings: "palt";
		        font-feature-settings: "palt";
	}
}
#main.home .area2 .a2a h4 span {
	font-size: 3.2rem;
	font-weight: 700;
	background-image: url(../img/common/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 60%;
	padding-bottom: 5px;
}
@media screen and (max-width: 1500px) {
	#main.home .area2 .a2a h4 span {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a h4 span {
		font-size: 3.75vw;
		-webkit-font-feature-settings: "palt";
		        font-feature-settings: "palt";
	}
}
#main.home .area2 .a2a p.btn {
	margin: 20px auto 0 auto;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a p.btn {
		margin: 30px auto 10px auto;
	}
}
#main.home .area2 .a2a p.btn a em {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a p.btn a em {
		font-size: 4.5vw;
	}
}
#main.home .area2 .a2a p.btn a span {
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	margin-left: 20px;
}
#main.home .area2 .a2a p.btn a span svg {
	margin: 0 auto 3px auto;
}
#main.home .area2 .loop_css2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	width: 300vw;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .loop_css2 {
		width: 1080%;
	}
}
#main.home .area2 .loop_css2:before {
	content: "";
	background-image: url(../img/home/area2b.png);
	background-size: cover;
	width: 180px;
	height: 171px;
	position: absolute;
	top: -40px;
	left: 65vw;
	z-index: 2;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .loop_css2:before {
		width: 162px;
		height: 154px;
		top: -10px;
		left: calc(95vw - 162px);
	}
}
#main.home .area2 .loop_css2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 150vw;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .loop_css2 ul {
		width: 540%;
	}
}
#main.home .area2 .loop_css2 ul li {
	width: 100%;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .loop_css2 ul li {
		width: 90%;
	}
}
#main.home .area2 .loop_css2 ul:first-child {
	-webkit-animation: loop 100s -50s linear infinite;
	        animation: loop 100s -50s linear infinite;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	will-change: transform;
}
#main.home .area2 .loop_css2 ul + ul {
	-webkit-animation: loop2 100s linear infinite;
	        animation: loop2 100s linear infinite;
}
@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}
@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}
#main.home .area3 {
	position: relative;
	background-color: #F8EBE4;
	padding: 40px 0 1px 0;
}
@media screen and (max-width: 801px) {
	#main.home .area3 {
		padding-top: 5%;
	}
}
#main.home .area3 .a3a {
	position: relative;
	z-index: 2;
	padding: 45px 0;
	margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a {
		padding: 5% 0;
		margin-bottom: 7.5%;
	}
}
#main.home .area3 .a3a:before {
	content: "";
	position: absolute;
	width: 95%;
	height: 100%;
	background-color: #DFE0D2;
	top: 0;
	right: 0;
	border-radius: 40px 0 0 20px;
	z-index: -1;
}
#main.home .area3 .a3a:after {
	content: "";
	background-image: url(../img/home/area3c.png);
	background-size: cover;
	width: 229px;
	height: 74px;
	position: absolute;
	right: 5%;
	top: 7.5%;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a:after {
		width: 40%;
		height: 0;
		padding-top: 15%;
		right: 0;
		top: 2%;
		background-size: auto 100%;
	}
}
#main.home .area3 .a3a p.en {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1;
	position: absolute;
	left: 10%;
	top: 50px;
	height: calc(100% - 100px);
	padding-bottom: 10px;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a p.en {
		height: auto;
		width: 80%;
		margin: 0 7.5% 0 auto;
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		z-index: 3;
	}
}
#main.home .area3 .a3a p.en:after {
	content: "";
	height: calc(100% - 14px);
	width: 1px;
	top: 7px;
	right: 3px;
	background-color: #333;
	position: absolute;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a p.en:after {
		width: calc(100% - 7px);
		height: 1px;
		top: auto;
		bottom: 3px;
	}
}
#main.home .area3 .a3a p.en em {
	-webkit-transform: rotate(-90deg) translateY(-20px);
	        transform: rotate(-90deg) translateY(-20px);
	display: inline-block;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	position: absolute;
	white-space: nowrap;
	top: 0;
	right: 0;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a p.en em {
		position: static;
		-webkit-transform: rotate(0);
		        transform: rotate(0);
		display: block;
	}
}
#main.home .area3 .a3a p.en span:before, #main.home .area3 .a3a p.en span:after {
	content: "";
	width: 7px;
	height: 7px;
	border: 1px solid #333;
	border-radius: 5px;
	display: block;
	position: absolute;
	right: 0;
}
#main.home .area3 .a3a p.en span:before {
	top: 0;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a p.en span:before {
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
	}
}
#main.home .area3 .a3a p.en span:after {
	bottom: 0;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a h2 {
		margin: 10px auto 5px auto;
	}
}
#main.home .area3 .a3a h3 {
	text-align: center;
	font-size: 4rem;
	line-height: 1.5;
	margin: 5px 0 15px 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a h3 {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a h3 {
		font-size: 7vw;
		padding: 0 5% 0 10%;
	}
}
#main.home .area3 .a3a h3 span {
	background-image: url(../img/common/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 5px;
}
#main.home .area3 .a3a .a3b {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	border: 1px solid #BCBCBC;
	padding: 90px 70px 45px 60px;
	position: relative;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a .a3b {
		width: 80%;
		margin: 0 5% 0 auto;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b {
		width: 85%;
		padding: 5% 5% 5% 5%;
	}
}
#main.home .area3 .a3a .a3b:before {
	content: "";
	background-image: url(../img/home/area3d.png);
	background-size: cover;
	width: 55px;
	height: 83px;
	position: absolute;
	top: 50px;
	right: 30px;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b:before {
		width: 52px;
		height: 78px;
		top: -20px;
		right: 0;
	}
}
#main.home .area3 .a3a .a3b .fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b .fl {
		display: block;
	}
}
#main.home .area3 .a3a .a3b dl.dl1 {
	width: 67%;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b dl.dl1 {
		width: 100%;
	}
}
#main.home .area3 .a3a .a3b dl.dl1 dt {
	background-color: #B2A87F;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	width: 230px;
	border-radius: 50px;
	text-align: center;
	padding: 4px 0 6px 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a .a3b dl.dl1 dt {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b dl.dl1 dt {
		width: 200px;
		font-size: 5vw;
	}
}
#main.home .area3 .a3a .a3b dl.dl1 dt:nth-of-type(2) {
	background-color: #7FA1B7;
}
#main.home .area3 .a3a .a3b dl.dl1 dd {
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0;
	background-color: #fff;
	border: 5px solid rgba(178, 168, 127, 0.3);
	text-align: center;
	padding: 15px 0;
	margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a .a3b dl.dl1 dd {
		font-size: 2vw;
		padding: 5%;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b dl.dl1 dd {
		width: 100%;
		font-size: 4.5vw;
	}
}
#main.home .area3 .a3a .a3b dl.dl1 dd span {
	color: #B2A87F;
	font-size: 4.7rem;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a .a3b dl.dl1 dd span {
		font-size: 3vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b dl.dl1 dd span {
		font-size: 8vw;
		line-height: 1;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b dl.dl1 dd span:nth-of-type(2) {
		font-size: 10vw;
	}
}
#main.home .area3 .a3a .a3b dl.dl1 dd em {
	color: #B2A87F;
}
#main.home .area3 .a3a .a3b dl.dl1 dd:nth-of-type(2) {
	border-color: rgba(127, 161, 183, 0.3);
}
#main.home .area3 .a3a .a3b dl.dl1 dd:nth-of-type(2) span {
	color: #7FA1B7;
}
#main.home .area3 .a3a .a3b dl.dl1 dd:nth-of-type(2) em {
	color: #7FA1B7;
}
#main.home .area3 .a3a .a3b figure {
	width: 30%;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b figure {
		width: 100%;
		margin-top: 7.5%;
		margin-bottom: 5%;
	}
}
#main.home .area3 .a3a .a3b figure img {
	width: 90%;
	margin: auto;
}
#main.home .area3 .a3a .a3b figure figcaption {
	font-size: 1.1rem;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 0.5em;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b figure figcaption {
		font-size: 1rem;
	}
}
#main.home .area3 .a3a .a3b figure:after {
	content: "";
	display: block;
	width: 150px;
	height: 135px;
	background-image: url(../img/home/area3b.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 30px auto;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a .a3b figure:after {
		width: 83px;
		height: 74px;
		position: absolute;
		bottom: 2%;
		right: 10%;
		z-index: 2;
		margin: 0;
	}
}
#main.home .area3 .a3a dl.check {
	background-image: url(../img/common/ttl-bg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 20px 20px 30px 20px;
	position: relative;
	/*&:before{
	    content: "";
	    width: 100%;
	    height: 1px;
	    background-color: #fff;
	    left: 0;
	    bottom: 20px;
	    position: absolute;
	}*/
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a dl.check {
		display: block;
		padding: 5%;
		background-image: url(../img/common/ttl-bg2-sp.png);
		margin-bottom: 15vw;
	}
}
#main.home .area3 .a3a dl.check dt {
	width: 95px;
	margin-right: 20px;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a dl.check dt {
		width: 60px;
		margin: 0 0 5px 0;
	}
}
#main.home .area3 .a3a dl.check dd {
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a dl.check dd {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a dl.check dd {
		font-size: 4.75vw;
		letter-spacing: 0;
		line-height: 1.3;
		text-align: center;
	}
}
#main.home .area3 .a3a ul.exp {
	margin: 20px 0 0 0;
}
#main.home .area3 .a3a ul.exp li {
	font-size: 1.6rem;
	letter-spacing: 0;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a ul.exp li {
		font-size: 4.5vw;
		line-height: 1.3;
	}
}
#main.home .area3 .a3a.a3a2:before {
	background-color: #D4DEDE;
}
#main.home .area3 .a3a.a3a2:after {
	background-image: url(../img/home/area3j.png);
	width: 225px;
	height: 226px;
	mix-blend-mode: normal;
	top: 20px;
	right: 3%;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2:after {
		background-image: url(../img/home/area3j-sp.png);
		width: 136px;
		height: 136px;
		top: -10px;
	}
}
#main.home .area3 .a3a.a3a2 .inn {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a.a3a2 .inn {
		width: 80%;
		margin: 0 5% 0 auto;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .inn {
		width: 85%;
		z-index: 2;
		position: relative;
	}
}
#main.home .area3 .a3a.a3a2 .a3c {
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
#main.home .area3 .a3a.a3a2 .a3c dl {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 30% 5% 1fr;
	grid-template-columns: 30% 1fr;
	-ms-grid-rows: 2em 0px auto;
	grid-template-rows: 2em auto;
	grid-column-gap: 5%;
	grid-row-gap: 0px;
	background-color: #DFE8E8;
	border: 1px solid #fff;
	padding: 20px 70px 20px 20px;
	margin-bottom: 20px;
	font-size: 3.5rem;
}
#main.home .area3 .a3a.a3a2 .a3c dl > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
#main.home .area3 .a3a.a3a2 .a3c dl > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
#main.home .area3 .a3a.a3a2 .a3c dl > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
#main.home .area3 .a3a.a3a2 .a3c dl > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a.a3a2 .a3c dl {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl {
		display: block;
		padding: 5%;
		font-size: 6vw;
		line-height: 1.1;
		letter-spacing: 0;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dt {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1/2/2/3;
	font-weight: 700;
	border-bottom: 2px solid #333;
	position: relative;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dt {
		padding: 0 0 12px 5px;
		width: 105%;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dt em {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
}
#main.home .area3 .a3a.a3a2 .a3c dl dt span {
	background-image: url(../img/common/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 5px;
}
#main.home .area3 .a3a.a3a2 .a3c dl dt:after {
	content: "";
	width: 2px;
	height: 21px;
	background-color: #333;
	position: absolute;
	bottom: -11px;
	left: 0;
}
#main.home .area3 .a3a.a3a2 .a3c dl dd {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 2/2/3/3;
	font-size: 1.8rem;
	padding: 15px 0 0 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd {
		font-size: 4vw;
		line-height: 1.5;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dd.pic {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/3/2;
	position: relative;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd.pic {
		margin: 5% 0 0 0;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dd.pic:after {
	content: "";
	background-image: url(../img/home/area3g.png);
	background-size: cover;
	width: 89px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 40%;
}
#main.home .area3 .a3a.a3a2 .a3c dl dd span {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd span {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd span {
		font-size: 4vw;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd ul {
		display: block;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dd ul li {
	width: 48%;
	margin: 1%;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd ul li {
		width: 100%;
		margin: 4% 0;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dd ul li a {
	background-color: #fff;
	border: 1px solid #ACABAB;
	display: block;
	padding: 10px 20px 7px 20px;
	border-radius: 50px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0;
	background-image: url(../img/common/newwin.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px;
}
@media screen and (max-width: 1500px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd ul li a {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl dd ul li a {
		font-size: 5vw;
	}
}
#main.home .area3 .a3a.a3a2 .a3c dl dd ul li a:hover {
	background-color: #D4DEDE;
	opacity: 1;
}
#main.home .area3 .a3a.a3a2 .a3c dl:nth-of-type(2) dd.pic:after {
	content: "";
	background-image: url(../img/home/area3i.png);
	background-size: cover;
	width: 86px;
	height: 87px;
	position: absolute;
	right: -35px;
	top: auto;
	bottom: 25px;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 .a3c dl:nth-of-type(2) dd.pic:after {
		right: 5px;
		bottom: 40px;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 dl.check {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area3 .a3a.a3a2 dl.check dd {
		font-size: 5.25vw;
	}
}
#main.home .area4 {
	background-image: url(../img/home/area4a.jpg);
	background-size: cover;
	padding: 0 0 185px 0;
}
@media screen and (max-width: 801px) {
	#main.home .area4 {
		padding: 0 0 7.5% 0;
	}
}
#main.home .area4 p.contact {
	background-color: #E2D3CC;
	padding: 25px 0;
	margin-bottom: 65px;
}
@media screen and (max-width: 801px) {
	#main.home .area4 p.contact {
		margin: 0 0 7.5% 0;
	}
}
#main.home .area4 p.contact a {
	width: 315px;
	background-color: #A32020;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	margin: auto;
	display: block;
	padding: 15px 0;
	border-radius: 50px;
}
#main.home .area4 .a4a {
	max-width: 1300px;
	width: 90%;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 80px 35px 35px 120px;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a {
		padding: 7%;
	}
}
#main.home .area4 .a4a h2 {
	font-size: 4rem;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	#main.home .area4 .a4a h2 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a h2 {
		font-size: 6vw;
		margin-bottom: 10%;
	}
}
#main.home .area4 .a4a h2 span {
	display: inline-block;
	background-image: url(../img/common/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 5px;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a h2 span {
		padding: 0 10px 5px 10px;
	}
}
#main.home .area4 .a4a .acr {
	position: relative;
}
#main.home .area4 .a4a .acr:before {
	content: "";
	background-image: url(../img/common/scr.png);
	background-size: cover;
	width: 9px;
	height: 31px;
	position: absolute;
	top: -40px;
	right: -3px;
}
#main.home .area4 .a4a .acr dl {
	padding-right: 70px;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a .acr dl {
		padding-right: 5%;
	}
}
#main.home .area4 .a4a .acr dl dt {
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 1500px) {
	#main.home .area4 .a4a .acr dl dt {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a .acr dl dt {
		font-size: 5vw;
	}
}
#main.home .area4 .a4a .acr dl dd {
	font-size: 1.8rem;
	margin-bottom: 1.5em;
	letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area4 .a4a .acr dl dd {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a .acr dl dd {
		font-size: 4vw;
		line-height: 1.7;
	}
}
#main.home .area4 .a4a .acr dl dd span {
	display: block;
	font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
	#main.home .area4 .a4a .acr dl dd span {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a .acr dl dd span {
		font-size: 5vw;
	}
}
#main.home .area5 {
	background-color: #F8EBE4;
	padding: 50px 0 1px 0;
	position: relative;
}
@media screen and (max-width: 801px) {
	#main.home .area5 {
		padding-top: 10%;
	}
}
#main.home .area5 p.cap {
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #A32020;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 p.cap {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 p.cap {
		font-size: 4.5vw;
	}
}
#main.home .area5 h2 {
	text-align: center;
	font-size: 4.9rem;
	letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 h2 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 h2 {
		font-size: 6vw;
	}
}
#main.home .area5 h2 svg {
	fill: #000;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin-right: 15px;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 h2 svg {
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 h2 svg {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
}
#main.home .area5 h2 span {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 5.9rem;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 h2 span {
		font-size: 3vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 h2 span {
		font-size: 7vw;
	}
}
#main.home .area5 p.flow {
	width: 180px;
	margin: 5px auto 20px auto;
}
@media screen and (max-width: 801px) {
	#main.home .area5 p.flow {
		width: 150px;
		margin-bottom: 7.5%;
	}
}
#main.home .area5 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 890px;
	width: 90%;
	margin: auto;
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul {
		display: block;
	}
}
#main.home .area5 ul li {
	width: 48%;
	margin: 1% 1% 2.5% 1%;
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul li {
		width: 100%;
		margin: 0 0 10% 0;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul li:last-of-type {
		margin-bottom: 5%;
	}
}
#main.home .area5 ul li a {
	background-color: #fff;
	border-radius: 20px;
	display: block;
	padding: 25px 40px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	border: 1px solid #fff;
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul li a {
		font-size: 3.5vw;
		padding: 20px 20px 20px 35px;
	}
}
#main.home .area5 ul li a:after {
	content: "";
	background-image: url(../img/common/newwin.png);
	background-size: cover;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul li a:after {
		right: 20px;
	}
}
#main.home .area5 ul li a:hover {
	opacity: 1;
	border-color: #8D8E90;
	background-color: #F8EBE4;
}
#main.home .area5 ul li a em {
	position: absolute;
	background-color: #8D8E90;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	top: -13px;
	left: 40px;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 ul li a em {
		font-size: 1vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul li a em {
		font-size: 3vw;
		padding: 5px 15px;
		left: 20px;
	}
}
#main.home .area5 ul li a span {
	display: block;
	border-top: 1px solid #B1B1B1;
	max-width: 280px;
	margin-top: 5px;
	white-space: nowrap;
}
@media screen and (max-width: 801px) {
	#main.home .area5 ul li a span {
		max-width: 250px;
	}
}
#main.home .area5 p.p1 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	margin: 5px 0 55px 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 p.p1 {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 p.p1 {
		font-size: 5vw;
		margin: 0 0 5% 0;
	}
}
#main.home .area5 p.pagetop {
	position: absolute;
	right: 5%;
	bottom: 50px;
	width: 150px;
	z-index: 2;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 p.pagetop {
		width: 10%;
	}
}
@media screen and (max-width: 1200px) {
	#main.home .area5 p.pagetop {
		bottom: 5%;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 p.pagetop {
		width: 15%;
		right: 2%;
		bottom: 3%;
	}
}
#main.home .area5 p.pagetop a {
	display: block;
}

.scroll_bar {
	overflow-y: scroll;
	height: 635px;
}

.scroll_bar::-webkit-scrollbar {
	width: 5px;
}

.scroll_bar::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #000;
}

.scroll_bar::-webkit-scrollbar-thumb {
	background-color: #604437;
}