﻿@charset "UTF-8";

:root {
  --red: #FF5504;
  --green: #008195;
  --darkBlue: #002E53;
  --drawerBkg: #FF8100;
  --yellow: #FFE600;
}

html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
/*
	font-size: 62.5%;
*/
}

html,body{
	width: 100%;
}

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

article, aside, dialog, figure, footer, #hd, hgroup, nav, section, main {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, #hd, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border-style: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

a.ov {
	display: block;
	position: relative;
}

a.ov img {
	transition-property: opacity;
	transition-duration: 0.5s;
	opacity: 1;
}

a.ov .on {
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 0;
	position: absolute;
	opacity: 0;
}

a.ov:hover {
	opacity: 1;
}

a.ov:hover img {
	opacity: 0;
}

a.ov:hover .on {
	opacity: 1;
}

/*----- .clearfix -----*/

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

html {
	font-size: 0.52vw;
}

body {
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 1.0rem;
}

@media screen and (max-width: 1365px) {
	html {
		font-size: 1.302vw;
	}

	body {
		font-size: 1.0rem;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 3.125vw;
	}

	body {
		font-size: 1.0rem;
	}
}

@media screen and (min-width: 767px), print and (min-width: 0px) {
	/*--------------------------------------------------------------------------*/

	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	a:hover {
		opacity: 0.5;
	}

}


.medium {
	/*font-family: "UD新丸ゴ M JIS2004";*/
}

.bold {
	/*font-family: "UD新丸ゴ B JIS2004";*/
}

.heavy {
	/*font-family: "UD新丸ゴ H JIS2004";*/
}

/*----- common -----*/
#wrap {
	position: relative;
	overflow: hidden;
}

header {
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}

header #headerIn {
	padding-inline: 3vw;
	width: 100%;
	height: 96px;
	box-sizing: border-box;
	left: 0;
	top: 0;
	position: fixed;
	align-items: center;
	justify-content: space-between;
	display: flex;
	background-color: #fff;
}

header a {
	display: block;
}

header h1 {
	position: absolute;
	width: calc((182 / 1920) * 100%);
	/*width: 6.8%;*/
}

header #hdMenu,
header #hdClose {
	display: none;
}

header #gNavi {
	width: fit-content;
	margin-left: auto;
}

header #gNavi .gNav ul {
	display: flex;
	gap: 6.5%;
}

header #gNavi .gNav ul li {
	font-size: 0;
	line-height: 0;
}

header #gNavi .gNav ul li {
	max-width: 100%;
}

header #gNavi .gNav ul li img {
	height: 25px;
}

.container {
	/*margin: 0 auto;
	padding: 0;
	z-index: 20;
	position: relative;
	text-align: left;*/
}

footer {
	width: 100%;
}

footer .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

footer ul {
	align-items: center;
	justify-content: center;
	display: flex;
}

footer ul li {
	margin: 0 1em;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media screen and (max-width: 1365px) {

	header #headerIn {
		/*padding: 0 1.5rem 0 1.2rem;*/
		height: 60px;
	}

	header h1 {
		position: absolute;
		width: calc((115 / 768) * 100%);
		/*width: 6.8%;*/
	}

	footer .container {
		padding-top: 2.9rem;
		padding-bottom: 2.9rem;
	}

	footer ul li {
		font-size: 1.2rem;
		line-height: 1.5;
	}

}

@media screen and (max-width: 767px) {

	header {
		width: 100%;
		z-index: 2000;
		position: relative;
	}

	header #headerIn {
		padding: 0;
		height: auto;
		background: none;
		display: block;
	}

	header h1 {
		display: none;
	}

	header #hdMenu,
	header #hdClose {
		width: calc(57 / 320 * 100%);
		right: 0;
		top: 0;
		position: absolute;
		display: block;
	}

	header #hdMenu {
		z-index: 1;
	}

	header #hdClose {
		z-index: 10;
	}

	header #hdMenu a,
	header #hdClose a {
		/*padding-top: 1rem;
		height: 5rem;
		box-sizing: border-box;
		text-align: center;*/
	}
	header #hdMenu a {
		/*background-color: #ffbb00;
		background-image: linear-gradient(180deg, #ffbb00 0%, #ff5504 100%);*/
	}

	header #hdMenu a img,
	header #hdClose a img {
		/*margin: 0 auto;
		width: 2.5rem;
		display: block;*/
	}

	header #gNavi {
		max-width: 100vw;
		width: 100%;
		aspect-ratio: 320 / 295;
		background: #fff url('/assets/img/drawer_bkg.svg') no-repeat left top / contain;
		left: 0;
		top: 0;
		z-index: 2;
		position: absolute;
		transform: translateX(9999px);
		opacity: 0;
		transition: transform 0s 0.2s, opacity 0.1s 0s;
	}

	header.open #gNavi {
		transform: translateX(0);
		opacity: 1;
		transition: transform 0s, opacity 0.3s;
	}

	header.open #gNavi .header-logo {
		width: calc(229 / 320 * 100%);
		height: auto;
		margin-inline: auto;
	}

	header #gNavi .gNav {
		padding-top: 3.2rem;
		display: block;
	}

	header #gNavi .gNav ul {
		display: block;
		text-align: center;
	}

	header #gNavi .gNav ul li {
		margin-top: 1.8rem;
	}

	header #gNavi .gNav ul li img {
		width: calc(140 / 320 * 100%);
		height: auto;
	}

	footer .container {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	footer ul {
		flex-direction: column;
	}

	footer ul li {
		margin: 0 1em;
		font-size: 1rem;
		line-height: 2.4;
	}

}


/*----- policy -----*/

#policyCts .container {
	/*padding-top: 17rem;
	padding-top: 6rem;
	padding-bottom: 8rem;*/
	width: 110rem;
}

#policyCts .h_tt {
	margin-bottom: 3.8rem;
}

#policyCts .policyBox {
	padding: 5rem 5rem 5rem;
	background: #fff;
	border-radius: 2.4rem;
}

#policyCts .policyBox h2 {
	margin-top: 3.5rem;
	margin-bottom: 0.8rem;
	color: var(--red);
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.2rem;
}

#policyCts .policyBox ul li,
#policyCts .policyBox p {
	font-size: 1.6rem;
	line-height: 1.5;
}

#policyCts .policyBox ul li:not(:first-of-type) {
	margin-top: 2.4rem;
}

#policyCts .policyBox .mt {
	margin-top: 2.4rem;
}

#policyCts .policyBox .right {
	text-align: right;
}


@media screen and (max-width: 1365px) {

	#policyCts .container {
		/*padding-top: 8.8rem;
		padding-top: 4rem;
		padding-bottom: 4.4rem;*/
		width: 56.8rem;
	}

	#policyCts .h_tt {
		margin-bottom: 2.4rem;
	}

	#policyCts .policyBox {
		padding: 3.2rem 3.2rem 3.2rem;
		border-radius: 2rem;
	}

	#policyCts .policyBox h2 {
		margin-top: 3rem;
		margin-bottom: 1.1rem;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	#policyCts .policyBox ul li,
	#policyCts .policyBox p {
		font-size: 1.2rem;
		line-height: 2rem;
	}

	#policyCts .policyBox ul li:not(:first-of-type) {
		margin-top: 2rem;
	}

	#policyCts .policyBox .mt {
		margin-top: 2rem;
	}

}

@media screen and (max-width: 767px) {

	#policyCts .container {
		/*padding-top: 6.6rem;
		padding-top: 4rem;
		padding-bottom: 0;*/
		width: auto;
	}

	#policyCts .h_tt {
		margin-bottom: 1.6rem;
	}

	#policyCts .policyBox {
		padding: 3rem 3.2rem 3rem;
		border-radius: 0;
	}

	#policyCts .policyBox h2 {
		margin-top: 2.4rem;
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	#policyCts .policyBox ul li,
	#policyCts .policyBox p {
		font-size: 1.2rem;
		line-height: 2rem;
	}

	#policyCts .policyBox ul li:not(:first-of-type) {
		margin-top: 2rem;
	}

	#policyCts .policyBox .mt {
		margin-top: 2rem;
	}

}



/*----- flg -----*/

.flgP {
	display: block;
}

.flgT {
	display: none;
}

.flgS {
	display: none;
}

.flgPT {
	display: block;
}

.flgTS {
	display: none;
}


@media screen and (max-width: 1365px) {

	.flgP {
		display: none;
	}

	.flgT {
		display: block;
	}

	.flgS {
		display: none;
	}

	.flgPT {
		display: block;
	}

	.flgTS {
		display: block;
	}

}

@media screen and (max-width: 767px) {

	.flgP {
		display: none;
	}

	.flgT {
		display: none;
	}

	.flgS {
		display: block;
	}

	.flgPT {
		display: none;
	}

	.flgTS {
		display: block;
	}

}