@charset "utf-8";

.en{
	font-family: var(--font-point);
}
.fz20{
	font-size: 20px;
}
.fz50{
	font-size: 50px;
}
@media screen and (max-width: 768px){
	.fz20{
		font-size: 16px;
	}
	.fz50{
		font-size: 36px;
	}
	
}
@media screen and (max-width: 480px){
	.fz50{
		font-size: 28px;
	}
	
}
/*-------------------------
header
---------------------------*/
.sp_logo{   
	display: none; 
	max-width: 170px;
    width: 35.4%;
    margin: 40px auto;
}
header {
	width: 100vw;
	overflow: hidden;
}
header a,
header img {
	display: block;
	width: 100%;
}
header h1 {
	height: 100%;
}
header h1 img{
	max-width: 100px;
}
header h1 a {
	transition: .2s;
}
header h1 a:hover {
	opacity: .6;
}
header > div:nth-child(1) p {
	white-space: nowrap;
	color: #fff;
	font-family: var(--font-point);
	font-size: 40px;
	position: absolute;
	top: 280px;
	left: 95px;
	z-index: 1;
}
header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 60px;
}
header li {
	width: 25%;
	max-width: 184px;
	height: 80px;
}
header li+li {
	border-left: 1px solid var(--color-point);
}
header li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
header li a span {
	display: block;
	color: var(--color-point);
	font-family: var(--font-point);
	font-size: 12px;
	font-weight: 400;
}
header li a::after {
	display: block;
	content: "";
	background-color: var(--color-point);
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: .2s ease-out;
}
header li a:hover::after {
	width: 100%;
	left: 0;
}
.visiual_wrap{
	position: relative;
}
header .copytxt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: white;
	transform: translate(-50%, -50%);
}
header .copytxt .en{
	margin-bottom: 50px;
	line-height: 1.2;
    letter-spacing: 4px;
}
header figure {
	height: calc(100vh - 162px);
	position: relative;
	overflow: hidden;
}
header.other figure {
	height: 400px;
}
header figure::after {
	display: block;
	content: "";
	background-color: var(--color-point);
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	animation: firstView 1600ms ease-in-out 0ms forwards;
}
header figure img {
	width: calc(120% + 1px);
	height: calc(120% + 1px);
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation: firstImage 8s ease-out 800ms forwards;
}
@keyframes firstView {
	0% {
		width: 0;
	}
	50% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
@keyframes firstImage {
	from {
		opacity: 1;
	}
	to {
		width: calc(100% + 1px);
		height: calc(100% + 1px);
		opacity: 1;
	}
}
.home header > div:nth-child(1) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.home header > div:nth-child(1) p {
	font-size: 120px;
	top: 200px;
	left: 140px;
}
.home header > div:nth-child(1)::after {
	height: 476px;
}
@media screen and (max-width: 1400px) {
	.home header > div:nth-child(1) p {
		font-size: 8.5vw;
	}
}
@media screen and (max-width: 1200px) {
	.sp_logo{
		display: block;
	}
	header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	header > div:nth-child(1) p {
		display: none;
	}
	header > div:nth-child(1)::after {
		display: none;
	}
	header ul {
		display: none;
	}
	header figure {
		height: 320px;
	}
	.home header > div:nth-child(1) p {
		display: block;
		width: 100%;
		text-align: center;
		top: 240px;
		left: 0;
	}
	.home header figure {
		height: calc(100vh - 162px);
	}
}
@media screen and (max-width: 768px) {
	header .copytxt {
		height: 100%;
		padding: 40px 20px;
	}
	header .copytxt .ja{
		position: absolute;
		bottom: 96px;
		left: 50%;
		width: 100%;
		padding: 0 25px;
		transform: translate(-50%, 0px);
	}
}
@media screen and (max-width: 480px){
	.sp_logo{
		width: 25.0%;
    	margin: 20px auto;
	}
	.home header figure{
		height: calc(100vh - 160px);
	}
	header.other figure {
		height: 250px;
	}
}

/*-------------------------
main
---------------------------*/
/* Navigation */
nav {
	width: 210px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
nav a,
nav img {
	display: block;
	width: 100%;
}
nav dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#menu {
	display: none;
	background-color: var(--color-point);
	width: 60px;
	height: 0;
	padding-top: 60px;
	position: relative;
	overflow: hidden;
	z-index: 12;
	cursor: pointer;
}
#menu::before,
#menu::after {
	display: block;
	content: "";
	background-color: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
	transition: .2s ease-out;
}
#menu::before {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#menu::after {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
#menu.close-button::before {
	transform: translateY(0) rotate(225deg);
}
#menu.close-button::after {
	transform: translateY(0) rotate(-225deg);
}
#gNavi {
	background-color: var(--color-point);
	width: 100vw;
	max-width: 480px;
	padding: 60px 10px 10px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	transition: .2s ease-out;
	-webkit-transform: translateY(calc(-100% - 1px));
	transform: translateY(calc(-100% - 1px));
}
#gNavi.open-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#gNavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#gNavi li {
	width: 50%;
	height: 100px;
	border-bottom: 1px solid #fff;
}
#gNavi li:nth-child(2n) {
	border-left: 1px solid #fff;
}
#gNavi li:nth-last-child(1),
#gNavi li:nth-last-child(2) {
	border-bottom-width: 0;
}
#gNavi li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}
#gNavi li a span {
	display: block;
	font-family: var(--font-point);
	font-size: 12px;
	font-weight: 400;
}
#btnContact {
	width: 200px;
}
#btnContact a {
	background-color: #036ea3;
	border: 1px solid #036ea3;
	transition: .2s ease-out;
}
#btnContact a img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: .2s ease-out;
}
#btnContact a:hover {
	background-color: #fff;
}
#btnContact a:hover img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}
@media screen and (max-width: 1200px) {
	#menu{
		display: block;
	}
	nav {
		top: auto;
		bottom: 0;
	}
	nav dl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#gNavi {
		padding: 10px 10px 60px;
		top: auto;
		bottom: 0;
		-webkit-transform: translateY(calc(100% + 1px));
		transform: translateY(calc(100% + 1px));
	}
	#gNavi.open-menu {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#btnContact {
		width: 150px;
	}
	
}

/* パンくずナビ */
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1130px;
	padding: 5px 20px;
	margin: 0 auto;
}
.breadcrumb li {
	font-size: 14px;
}
.breadcrumb li+li::before {
	display: inline-block;
	content: "＞";
	margin: 0 .5em;
}
.breadcrumb a {
	transition: .2s ease-out;
}
.breadcrumb a:hover {
	color: var(--color-point);
}

/* home01 */
#home01 {
	width: 100%;
	padding: 120px 20px;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
#home01 img {
	display: block;
	width: 100%;
}
#home01 h2 img {
	max-width: 562px;
	margin: 0 auto;
}
#home01 dl {
	max-width: 860px;
	margin: 120px auto 0;
	position: relative;
	transition: 4s ease-out;
}
#home01 dd {
	position: absolute;
	opacity: 0;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(.66,2.27,.7,.52);
	-webkit-transform: scale(0);
	transform: scale(0);
}
#home01 dl.animated dd {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#home01 dd:nth-child(2) {
	width: 28.66%;
	top: 52%;
	left: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
#home01 dd:nth-child(3) {
	width: 24.02%;
	top: 15.5%;
	left: 11.5%;
	transition-delay: 200ms;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}
#home01 dd:nth-child(4) {
	width: 19.51%;
	top: 0;
	left: 40.2%;
	transition-delay: 400ms;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
#home01 dd:nth-child(5) {
	width: 24.02%;
	top: 15.5%;
	right: 11.5%;
	transition-delay: 600ms;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
#home01 dd:nth-child(6) {
	width: 28.66%;
	top: 52%;
	right: 0;
	transition-delay: 800ms;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
@media screen and (max-width: 640px) {
	#home01 h2 img {
		max-width: 232px;
	}
	#home01 dl {
		margin-top: 60px;
	}
}

/* home02 */
.home02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
}
.home02-r {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.home02::after {
	display: block;
	content: "";
	background-color: var(--color-point);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: -1;
}
.home02 > div {
	width: 52%;
	padding: 50px 20px 140px 60px;
}
.home02-r > div {
	padding: 50px 60px 140px 20px;
}
.home02 div div {
	max-width: 400px;
}
.home02-r div div {
	margin: 0 0 0 auto;
}
.home02 > figure {
	width: 48%;
}
.home02 h2 {
	color: var(--color-point);
	font-weight: 700;
}
.home02 h2 span {
	display: block;
	color: #464646;
	font-family: var(--font-point);
	font-size: 26px;
	font-weight: 400;
	letter-spacing: .2em;
	margin-bottom: 20px;
}
.home02 dl {
	margin-top: 10px;
}
.home02 dt {
	font-size: var(--font-m);
	font-weight: 700;
}
.home02 dd {
	text-align: justify;
	margin-top: 20px;
}
#homePB {
	background-color: #fff;
	position: relative;
}
#homePB img {
	width: 100%;
	max-width: 528px;
	position: absolute;
	top: 50%;
	left: 0;
	mix-blend-mode: multiply;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.home02,.home02-r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.home02-r {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.home02::after {
		width: calc(100% - 20px);
		bottom: 0;
	}
	.home02-r::after {
		right: 0;
		left: auto;
	}
	.home02 > div,.home02-r > div {
		width: 100%;
		padding: 40px 20px 70px;
	}
	.home02 div div,.home02-r div div {
		max-width: none;
	}
	.home02 > figure {
		width: calc(100% - 20px);
		height: 60vw;
	}
	.home02 h2 {
		color: var(--color-point);
		font-weight: 700;
	}
	.home02 h2 span {
		display: block;
		color: #464646;
		font-family: var(--font-point);
		font-size: 26px;
		font-weight: 400;
		letter-spacing: .2em;
		margin-bottom: 20px;
	}
	.home02 dl {
		margin-top: 10px;
	}
	.home02 dt {
		font-size: var(--font-m);
		font-weight: 700;
	}
	.home02 dd {
		text-align: justify;
		margin-top: 20px;
	}
	#homePB img {
		width: 80%;
		max-width: 290px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

/* PB01 */
#PB01 {
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
#PB01 div {
	background: url("../img/brand/bg_01.jpg") no-repeat center center;
	background-size: auto 100%;
	padding: 120px 0;
}
#PB01 p {
	max-width: 360px;
	padding: 0 20px;
	margin: 0 auto;
}
#PB01 figure {
	width: 100%;
	max-width: 400px;
	position: absolute;
	top: 60px;
	left: calc(50% + 160px);
}
#PB01 figure img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 960px) {
	#PB01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
	}
	#PB01 div {
		background-position: left -130px center;
		width: 100%;
		margin-top: 60px;
	}
	#PB01 figure {
		position: relative;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width: 640px) {
	#PB01 div {
		background-position: left -130px bottom;
		background-size: auto 370px;
		padding: 0 0 420px;
		margin-top: 30px;
	}
	#PB01 p {
		max-width: none;
	}
}

/* message */
#message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#message img {
	width: 100%;
	max-width: 180px;
	margin-left: 20px;
}
#message figcaption {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}
#message span {
	display: block;
	font-size: 16px;
}
@media screen and (max-width: 640px) {
	#message img {
		max-width: 120px;
	}
}

/* contact */
.contact h3 {
	width: 100%;
	max-width: calc(760px + calc(calc(100% - 760px) / 2));
	color: var(--color-point);
	font-family: var(--font-point);
	font-size: 40px;
	line-height: 1;
	padding-left: 20px;
	margin: 0 0 0 auto;
	position: relative;
}
.contact h3::after {
	display: block;
	content: "";
	background-color: var(--color-point);
	width: calc(100% - 20px);
	height: 1px;
	position: absolute;
	bottom: 6px;
	right: 0;
}

fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
fieldset+fieldset {
	margin-top: 30px;
}
fieldset > div:nth-child(1) {
	width: 170px;
}
fieldset > div:nth-child(2) {
	width: calc(100% - 170px);
}
legend {
	color: var(--color-point);
	font-weight: 700;
}
label {
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
}
input,textarea {
	width: 100%;
	color: #000;
	font-size: var(--font-n);
	padding: 8px;
	border: 1px solid #afafaf;
}
textarea {
	height: 220px;
}
input[type="radio"] {
	width: auto;
	padding: 0;
	border: none;
	cursor: pointer;
}
input[type="submit"] {
	display: block;
	background-color: var(--color-point);
	width: 100%;
	max-width: 340px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	margin: 50px auto 0;
	border: 1px solid var(--color-point);
	transition: 200ms ease-out;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: #fff;
	color: var(--color-point);
}
input[type="submit"].back{
	color: var(--color-point);
    background-color: white;
    margin: 50px auto -60px;
}

input[type="submit"].back:hover{
	color: #fff;
	background-color: var(--color-point);
}

.required::after {
	display: inline-block;
	content: "※必須";
	font-size: 12px;
	margin-left: 5px;
}
@media screen and (max-width: 640px) {
	fieldset {
		display: block;
	}
	fieldset > div:nth-child(1) {
		width: 100%;
	}
	fieldset > div:nth-child(2) {
		width: 100%;
	}
}

/*-------------------------
footer
---------------------------*/
footer {
	background-color: var(--color-point);
	color: #fff;
	padding: 100px 20px 60px;
}
footer a {
	display: inline-block;
	color: #fff;
	position: relative;
}
footer a::after {
	display: block;
	content: "";
	background-color: #fff;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: .2em;
	left: 0;
	transition: .2s ease-out;
}
footer a:hover::after {
	width: 100%;
}
footer > * {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

/* footerInfo */
#footerInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footerInfo p {
	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;
	width: 300px;
}
#footerInfo p a {
	display: block;
	width: 220px;
}
#footerInfo p a::after {
	display: none;
}
#footerInfo p img {
	width: 100%;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: .2s ease-out;
}
#footerInfo p a:hover img {
	opacity: .6;
}
#footerInfo dl {
	width: calc(100% - 300px);
}
#footerInfo dt {
	font-size: var(--font-m);
	font-weight: 700;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	#footerInfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#footerInfo p {
		width: 100%;
		margin-bottom: 60px;
	}
	#footerInfo dl {
		width: 100%;
		max-width: 260px;
	}
}

/* footerNav */
#footerNav {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 60px;
	margin: 60px auto;
	border-top: 1px solid #fff;
}
#footerNav li {
	display: inline-block;
	font-weight: 700;
	padding: 0 1em;
}
#footerNav li img{
	width: 100%;
}
.ico_insta{
	width: 28px;
}
.ico_insta svg{
	fill: white;
}

footer a.ico_insta:hover::after{
	display: none;
}
@media screen and (max-width: 640px) {
	#footerNav li {
		padding: 0 0.5em 10px;
	}
}

/* copy */
footer > p {
	text-align: center;
}
footer > p small {
	display: inline-block;
	font-size: var(--font-n);
	margin-right: 1em;
}
@media screen and (max-width: 640px) {
	footer > p {
		font-size: calc(var(--font-s) * .9);
		padding-bottom: 20px;
	}
	footer > p small {
		display: block;
		margin-right: 0;
	}
}



/*-------------------------
brand
---------------------------*/
.mb10{
	margin-bottom: 10px;
}
.mb40{
	margin-bottom: 40px;
}
.product{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product h3{
	width: 100%;

}
.product figure{
	width: 200px;
}
.product figure img{
	object-fit: contain;
	width: 100%;
}

.product_wrap{
	display: flex;
	display: -webkit-box;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 220px);
}
.product_txt{
	margin-top: 30px;
}
.btn_product{
	margin-top: auto;
	text-align: end;
}
.product_wrap input[type="submit"]{
    margin: 20px auto 0;
}
.pdf_hover{
	color: #000;
	text-decoration: underline;
	transition: 0.3s all;
}
.pdf_hover:hover{
	color: var(--color-point);
}
.phone_wrap{
	display: flex;
	flex-wrap: wrap;
}
.phone_dt{
	width: 50px !important;
	font-weight: bold;
	color: var(--color-point);
}
.phone_dd{
	width: calc(100% - 50px) !important;
}
.phone_dt:nth-last-child(2),
.phone_dd:last-child{
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.phone_dd span{
	display: block;
	font-size: 14px;
}

@media screen and (max-width: 640px){
	.product figure{
		order: 1;
		height: 330px;
		width: inherit;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	.product h3{
		order: 2;
		width: 100%;
	
	}
	.product figure img{
		width: inherit;
		height: 100%;
	}
	.product_wrap{
		order: 3;
		width: 100%;
	}
	.product_txt{
		margin-bottom: 30px;
	}
	.policy .phone_dd{
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
}

/*-------------------------
contact
---------------------------*/

.error_list{
	margin: 40px 0;
    padding: 20px 40px;
    background-color: aliceblue;
}

.form_confirm{
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.form_confirm dt{
	width: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	border-bottom: 1px solid gray;
}
.form_confirm dd{
	width: calc(100% - 200px);
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid gray;
}
@media screen and (max-width: 640px){
	.form_confirm dt{
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
	.form_confirm dd{
		width: 100%;
	}
}
/*-------------------------
policy
---------------------------*/
.policy{
	display: flex;
	flex-wrap: wrap;
}
.policy dt{
	width: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	border-bottom: 1px solid gray;
}
.policy dd{
	width: calc(100% - 200px);
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid gray;
}

.policy dt:nth-last-child(2),
.policy dd:last-child{
	border-bottom: none;
}
@media screen and (max-width: 640px){
	.policy dt{
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
	.policy dd{
		width: 100%;
	}
}

/*-------------------------
footer
---------------------------*/
.w800{
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.f_conrtact{
	margin-top: 120px;
	padding: 80px 30px;
	color: white;
	background-image: url(../img/home/bg_contact.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.f_conrtact_wrap{
	padding: 0 20px 0 0;
	text-align: justify;
}
.f_conrtact_title{
	color: var(--color-point);
}
.conrtact_wrap{
	display: flex;

}
.conrtact_wrap li{
	width: 240px;
	height: 240px;
	margin: 0 15px;
	border: 1px solid white;
}
.conrtact_wrap li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	transition: 0.3s all;
}
.conrtact_wrap li a svg{   
    display: block;
	width: 60px;
	height: 70%;
	margin: 0 auto;
	fill: white;
}
.conrtact_wrap li a:hover{
	color: var(--color-point);
	background-color: white;
}
.conrtact_wrap li a:hover svg{
	fill: var(--color-point);
}
.map{
	width: 100%;
    height: 600px;
}
.map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
	.f_conrtact{
		background-image: url(../img/home/sp_bg_contact.jpg);
	}
	.w800{
		display: block;
	}
	.conrtact_wrap{
		display: flex;
		justify-content: center;
		margin-top: 40px;

	}
}
@media screen and (max-width: 480px){
	.f_conrtact{
		padding: 40px 30px;
	}
	.conrtact_wrap{
		display: block;
	}
	.f_conrtact_wrap{
		padding: 0;
	}
	.conrtact_wrap li{
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}
	.conrtact_wrap li a{
		display: flex;
		align-items: center;
	}
	.conrtact_wrap li a svg{
		width: 45px;
	}
	.conrtact_wrap li:nth-child(2) a p{
		padding: 0.8rem 0;
	}
	.conrtact_wrap li a p{
		width: calc(100% - 60px);
	}
	.map{
		height: 360px;
	}
	
}

.news{
	padding: 20px;
	border: 1px solid var(--color-point);
}