/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

*, *::before, *::after {
	box-sizing: border-box;
	font: inherit;
	border: none;
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
	color: inherit;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
iframe, img, svg, video {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

html {
	font-size: 16px;
}
body {
	text-align: justify;
	overflow-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 2rem;
	color: #000000;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.underline {
	text-decoration: underline;
}
a.opacity {
	transition: 0.25s opacity ease;
}
a.opacity:hover {
	opacity: 0.5;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p:empty:before {
	content: none;
}



/* --------------------------------------------------------------------------------
font
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "DIN Next LT W01 Medium";
	src: url("../fonts/afabdfcf-432c-49b4-a496-0e5051e87fa9.woff2") format("woff2"), url("../fonts/611ea865-db7e-4c05-94b8-bd1675c90576.woff") format("woff");
}
@font-face {
	font-family: "DIN Next LT W01 Bold";
	src: url("../fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("../fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff");
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "icon";
	src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-line:before {
	content: "\e900";
}
i.icon-tel:before {
	content: "\e901";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
	overflow: hidden;
}
div#trigger {
	position: absolute;
	left: 0px;
	top: 50svh;
	pointer-events: none;
}
p.image {
	overflow: hidden;
}
p.image img {
	width: 100%;
	height: auto;
}
p.image-zoom img {
	transition: 0.25s transform ease;
}
a:hover p.image-zoom img,
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
*.scroll.fade,
*.fade-each > *,
*.scroll.fade-slide {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll.fade,
*.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade.active,
*.fade-each.active > *,
*.scroll.fade-slide.active {
	opacity: 1;
}
*.scroll.fade-slide {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide.active {
	transform: translate(0px, 0px);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.delay-01 {
	transition-delay: calc(0.125s * 1);
}
*.delay-02 {
	transition-delay: calc(0.125s * 2);
}
*.delay-03 {
	transition-delay: calc(0.125s * 3);
}
*.delay-04 {
	transition-delay: calc(0.125s * 4);
}
*.delay-05 {
	transition-delay: calc(0.125s * 5);
}
*.delay-06 {
	transition-delay: calc(0.125s * 6);
}
*.delay-07 {
	transition-delay: calc(0.125s * 7);
}
*.delay-08 {
	transition-delay: calc(0.125s * 8);
}
*.delay-09 {
	transition-delay: calc(0.125s * 9);
}
*.delay-10 {
	transition-delay: calc(0.125s * 10);
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	z-index: 100;
}
header#header *#logo,
header#header nav#navi {
	position: fixed;
}
header#header *#logo {
	left: 0px;
	top: 19px;
}
body.admin-bar header#header *#logo {
	top: 51px;
}
header#header *#logo img,
header#header *#logo svg {
	width: auto;
	height: 88px;
}
header#header nav#navi {
	right: 40px;
	top: 50px;
}
body.admin-bar header#header nav#navi {
	top: 82px;
}
header#header nav#navi ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi ul li {
	font-weight: 600;
	line-height: 1.75rem;
}
header#header nav#navi ul li:not(:last-child) {
	margin-right: 50px;
}
header#header nav#navi ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 60px;
}
header#header nav#navi ul li span {
	display: block;
	position: relative;
	padding-left: 65px;
}
header#header nav#navi ul li span i,
header#header nav#navi ul li span i::before,
header#header nav#navi ul li span i::after {
	position: absolute;
}
header#header nav#navi ul li span i {
	width: 45px;
	height: 50px;
	left: 0px;
	top: 5px;
}
header#header nav#navi ul li span i::before,
header#header nav#navi ul li span i::after {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	content: "";
}
header#header nav#navi ul li span i::before {
	background-position: center bottom;
	background-size: calc(100% * calc(69 / 185)) auto;
}
header#header nav#navi ul li:nth-child(1) span i::before {
	background-image: url(../images/icon-category-01-02.svg);
}
header#header nav#navi ul li:nth-child(2) span i::before {
	background-image: url(../images/icon-category-02-02.svg);
}
header#header nav#navi ul li:nth-child(3) span i::before {
	background-image: url(../images/icon-category-03-02.svg);
}
header#header nav#navi ul li span i::after {
	background-position: center;
	background-size: 100% auto;
	transition: 0.25s transform ease;
}
header#header nav#navi ul li a:hover span i::after {
	transform: translateY(calc(-30px * calc(45 / 185)));
}
header#header nav#navi ul li:nth-child(1) span i::after {
	background-image: url(../images/icon-category-01-01.svg);
}
header#header nav#navi ul li:nth-child(2) span i::after {
	background-image: url(../images/icon-category-02-01.svg);
}
header#header nav#navi ul li:nth-child(3) span i::after {
	background-image: url(../images/icon-category-03-01.svg);
}
header#header p.home {
	display: none;
}

/* home
-------------------------------------------------------------------------------- */

body.home header#header *#logo svg path {
	transition: 0.25s fill ease;
}
body.home div.about header#header *#logo svg path {
	fill: #ffffff !important;
}
body.home header#header nav#navi ul li a {
	transition: 0.25s color ease;
}
body.home div.about header#header nav#navi ul li a {
	color: #ffffff;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100svh;
	min-height: 800px;
	z-index: 1;
	padding-top: 60px;
}
body.admin-bar div#cover {
	height: calc(100svh - 32px);
}
div#cover div.text,
div#cover p.scroll {
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
html.active div#cover div.text,
html.active div#cover p.scroll {
	opacity: 1;
}
div#cover div.text h1 {
	margin-bottom: 100px;
}
div#cover div.text h1 img {
	width: 910px;
}
div#cover div.text p.sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-indent: 0.1em;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 4rem;
	letter-spacing: 0.1em;
}
div#cover div.text p.sub span {
	display: block;
	border-bottom: 2px dotted #000000;
	padding-bottom: 20px;
}
div#cover p.scroll {
	position: absolute;
	left: calc(50% - 50px);
	bottom: -20px;
	text-align: center;
	font-family: "DIN Next LT W01 Medium", sans-serif;
	font-size: 1.25rem;
	transition-delay: 0.25s;
}
div#cover p.scroll a {
	display: block;
	width: 100px;
	height: 90px;
}
div#cover p.scroll a::before {
	position: absolute;
	width: 0px;
	height: 60px;
	left: calc(50% - 1px);
	bottom: 0px;
	border-right: 2px solid #000000;
	content: "";
	transition: 0.25s border-color ease;
}
div#cover p.scroll a:hover::before {
	border-color: #00287a;
}
div#cover p.scroll span {
	display: block;
	transition: 0.25s transform ease;
}
div#cover p.scroll a:hover span {
	transform: translateY(-5px);
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main,
main section,
main section div.inner-section {
	position: relative;
}
main section div.inner-section {
	width: 1200px;
	margin: 0px auto;
	padding: 160px 0px;
}
main section p.headline {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
main section p.headline span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 70px;
	overflow: hidden;
	font-size: 1.875rem;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.1em;
	background-color: #00287a;
	padding: 0px calc(70px * 0.5625) 0px calc(70px * 0.375);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - calc(70px * 0.25)) 50%, 100% 100%, 0% 100%);
}
main div.contact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main div.contact ul li {
	font-weight: 600;
}
main div.contact ul li:not(:last-child) {
	margin-right: 20px;
}
main div.contact ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 60px;
	border: 1px solid #000000;
	background-color: #ffffff;
	border-radius: 5px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
main div.contact ul li a:hover {
	color: #ffffff;
}
main div#information {
	text-align: center;
	padding-bottom: 120px;
}
main div#information p.illust,
main div#information h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main div#information p.illust {
	margin-bottom: 60px;

}
main div#information p.illust img {
	width: 285px;
}
main div#information h3 {
	margin-bottom: 80px;
}
main div#information h3 img {
	width: 291px;
}

/* home
-------------------------------------------------------------------------------- */

main section#concept {
	background: url(../images/background-noise.jpg) repeat left top;
	background-size: 1000px auto;
}
main section#concept div.text {
	text-align: center;
	margin-bottom: 120px;
}
main section#concept div.text h2 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 6rem;
	margin-bottom: 40px;
}
main section#concept div.text h2 span {
	font-size: 2.5rem;
}
main section#concept div.text p.description {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3.5rem;
}
main section#concept div.list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
main section#concept div.list div.row {
	position: relative;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	padding: 30px;
}
main section#concept div.list div.row:nth-child(1),
main section#concept div.list div.row:nth-child(3) {
	color: #ffffff;
}
main section#concept div.list div.row:nth-child(1) {
	background-color: #006934;
}
main section#concept div.list div.row:nth-child(2) {
	background-color: #ffba00;
}
main section#concept div.list div.row:nth-child(3) {
	background-color: #00287a;
}
main section#concept div.list div.row::before {
	position: absolute;
	width: 70px;
	height: 77px;
	left: 25px;
	top: -45px;
	background-repeat: no-repeat;
	background-repeat: center;
	background-size: 100% auto;
	content: "";
}
main section#concept div.list div.row:nth-child(1):before {
	background-image: url(../images/icon-category-03-01.svg);
}
main section#concept div.list div.row:nth-child(2):before {
	background-image: url(../images/icon-category-02-01.svg);
}
main section#concept div.list div.row:nth-child(3):before {
	background-image: url(../images/icon-category-01-01.svg);
}
main section#concept div.list div.row p.label,
main section#concept div.list div.row h2,
main section#concept div.list div.row p.description {
	margin-bottom: 30px;
}
main section#concept div.list div.row p.label {
	display: flex;
	flex-wrap: wrap;
	font-family: "DIN Next LT W01 Bold", sans-serif;
	line-height: 1.375rem;
}
main section#concept div.list div.row p.label span {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 1px;
}
main section#concept div.list div.row:nth-child(1) p.label span,
main section#concept div.list div.row:nth-child(3) p.label span {
	border-color: #ffffff;
}
main section#concept div.list div.row:nth-child(2) p.label span {
	border-color: #000000;
}
main section#concept div.list div.row p.label i.sub {
	font-size: 0.875rem;
	margin-right: 5px;
}
main section#concept div.list div.row p.label i.main {
	font-size: 1.25rem;
}
main section#concept div.list div.row h2 {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 3rem;
}
main section#concept div.list div.row p.description {
	min-height: 8rem;
}
main section#concept div.list div.row ul li {
	font-size: 1.5rem;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
}
main section#concept div.list div.row ul li:not(:last-child) {
	margin-bottom: 15px;
}
main section#concept div.list div.row:nth-child(1) ul li,
main section#concept div.list div.row:nth-child(3) ul li {
	border-color: #ffffff;
}
main section#concept div.list div.row:nth-child(2) ul li {
	border-color: #000000;
}
main section#concept div.list div.row ul li span {
	font-size: 0.875rem;
}
main section#guideline div.text h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-indent: 0.1em;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 4rem;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
main section#guideline div.text h2 span {
	display: block;
	border-bottom: 2px dotted #000000;
	padding-bottom: 20px;
}
main section#guideline div.text p.description {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3.5rem;
	margin-bottom: 120px;
}
main section#guideline div.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section#guideline div.list div.row {
	position: relative;
	width: 280px;
}
main section#guideline div.list div.row:not(:last-child) {
	margin-right: 40px;
}
main section#guideline div.list div.row::before {
	position: absolute;
	width: 69px;
	height: 35px;
	left: calc(50% - 34.5px);
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	content: "";
}
main section#guideline div.list div.row:nth-child(1):before {
	background-image: url(../images/icon-category-01-02.svg);
}
main section#guideline div.list div.row:nth-child(2):before {
	background-image: url(../images/icon-category-02-02.svg);
}
main section#guideline div.list div.row:nth-child(3):before {
	background-image: url(../images/icon-category-03-02.svg);
}
main section#guideline div.list div.row a {
	display: block;
	transition: 0.25s transform ease;
}
main section#guideline div.list div.row a:hover {
	transform: translateY(-30px);
}
main section#guideline div.list div.row h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 80px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	border-radius: 40px;
	margin-bottom: 20px;
}
main section#guideline div.list div.row h3::before {
	position: absolute;
	width: 12px;
	height: 10px;
	left: calc(50% - 6px);
	bottom: -10px;
	background-color: #000000;
	content: "";
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
main section#guideline div.list div.row p.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section#guideline div.list div.row p.icon img {
	width: 185px;
}
main section#about {
	color: #ffffff;
	background-color: #00287a;
}
main section#about div#trigger-about {
	position: absolute;
	top: -60px;
}
main section#about div.image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section#about div.image-text p.image {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 640px;
	height: 440px;
	background-color: #ffffff;
	border-radius: 20px;
}
main section#about div.image-text p.image img {
	width: 330px;
}
main section#about div.image-text div.text {
	width: calc(100% - 700px);
}
main section#about div.image-text div.text h2 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 3rem;
	border-bottom: 2px dotted #ffffff;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
main section#about div.image-text div.text p.description {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3rem;
}

/* guideline
-------------------------------------------------------------------------------- */

body.midukoshi main,
body.meirin main,
body.midoriba main {
	padding-top: 160px;
}
body.midukoshi main section#guideline-detail {
	background-color: #00287a;
}
body.meirin main section#guideline-detail {
	background-color: #ffba00;
}
body.midoriba main section#guideline-detail {
	background-color: #006934;
}
main section#guideline-detail h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 3rem;
	color: #ffffff;
	margin-bottom: 80px;
}
main section#guideline-detail h2 span {
	display: block;
	border-bottom: 2px dotted #ffffff;
	padding-bottom: 15px;
}
main section#guideline-detail h2 i {
	font-size: 1.875rem;
}
main section#guideline-detail div.tab {
	position: relative;
	z-index: 1;
}
main section#guideline-detail div.tab ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}
main section#guideline-detail div.tab ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(25% - 10px);
	height: 50px;
	text-align: center;
	font-weight: 600;
	line-height: 1.5rem;
	color: #ffffff;
	cursor: pointer;
	margin-right: 10px;
	padding: 0px 5px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 0px 0px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
body.midukoshi main section#guideline-detail div.tab ul li:hover,
body.midukoshi main section#guideline-detail div.tab ul li.active,
body.midoriba main section#guideline-detail div.tab ul li:hover,
body.midoriba main section#guideline-detail div.tab ul li.active {
	color: #00287a;
	background-color: #ffba00;
}
body.meirin main section#guideline-detail div.tab ul li:hover,
body.meirin main section#guideline-detail div.tab ul li.active {
	color: #ffffff;
	background-color: #00287a;
}
main section#guideline-detail div.tab ul li::before {
	position: absolute;
	width: 12px;
	height: 10px;
	left: calc(50% - 6px);
	bottom: -10px;
	background-color: #ffba00;
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
main section#guideline-detail div.tab ul li.active::before {
	opacity: 1;
}
body.meirin main section#guideline-detail div.tab ul li::before {
	background-color: #00287a;
}
main section#guideline-detail div.content-wrapper {
	margin-bottom: 60px;
	background-color: #ffffff;
	border-radius: 0px 0px 5px 5px;
}
main section#guideline-detail div.content-wrapper div.content {
	height: 0px;
	overflow: hidden;
	color: #000000;
	pointer-events: none;
	opacity: 0;
	transition: 0.25s opacity ease;
}
main section#guideline-detail div.content-wrapper div.content.active {
	height: auto;
	pointer-events: auto;
	opacity: 1;
}
main section#guideline-detail div.content-wrapper div.content div.list {
	padding: 60px;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row:not(:first-child) {
	padding-top: 20px;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row:not(:last-child) {
	border-bottom: 2px dotted #999999;
	padding-bottom: 20px;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row p.label {
	width: 160px;
	font-weight: 600;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row p.body {
	width: calc(100% - 160px);
}
main section#guideline-detail div.contact ul li a:hover {
	background-color: transparent;
}
body.midukoshi main section#guideline-detail div.contact ul li a {
	border-color: #00287a;
}
body.midukoshi main section#guideline-detail div.contact ul li a:hover,
body.meirin main section#guideline-detail div.contact ul li a:hover,
body.midoriba main section#guideline-detail div.contact ul li a:hover {
	border-color: #ffffff;
}
body.meirin main section#guideline-detail div.contact ul li a {
	border-color: #ffba00;
}
body.midoriba main section#guideline-detail div.contact ul li a {
	border-color: #006934;
}
main section#about-detail p.headline,
main section#access p.headline {
	z-index: 10;
	margin: 0px 0px calc(-70px * 0.625) -30px;
}
body.meirin main section#about-detail p.headline span,
body.meirin main section#access p.headline span {
	color: #00287a;
	background-color: #ffba00;
}
body.midoriba main section#about-detail p.headline span,
body.midoriba main section#access p.headline span {
	background-color: #006934;
}
main section#about-detail div.slide {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	border-radius: 20px;
}
main section#about-detail div.slide div.image {
	position: relative;
	aspect-ratio: 1200 / 700;
}
main section#about-detail div.slide div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
main section#about-detail div.slide div.image p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#about-detail div.slide div.pager {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	pointer-events: none;
}
main section#about-detail div.slide div.pager p.button {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0px;
	pointer-events: auto;
	cursor: pointer;
}
main section#about-detail div.slide div.pager p.button-prev {
	left: 0px;
}
main section#about-detail div.slide div.pager p.button-next {
	right: 0px;
}
main section#about-detail div.slide div.pager p.button::before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	content: "";
}
main section#about-detail div.slide div.pager p.button-prev::before {
	transform: rotate(-135deg);
}
main section#about-detail div.slide div.pager p.button-next::before {
	transform: rotate(45deg);
}
main section#about-detail div.slide div.navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 15px;
	z-index: 10;
}
main section#about-detail div.slide div.navi p.button {
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 0.5;
	transition: 0.25s opacity ease;
}
main section#about-detail div.slide div.navi p.button:hover,
main section#about-detail div.slide div.navi p.button.active {
	opacity: 1;
}
main section#about-detail div.slide div.navi p.button:not(:last-child) {
	margin-right: 15px;
}
main section#about-detail div.text h2 {
	text-align: center;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 3rem;
	margin-bottom: 40px;
}
body.midukoshi main section#about-detail div.text h2 {
	color: #00287a
}
body.meirin main section#about-detail div.text h2 {
	color: #ffba00;
}
body.midoriba main section#about-detail div.text h2 {
	color: #006934;
}
main section#about-detail div.text p.description {
	width: 660px;
	margin: 0px auto 60px auto;
}
body.midukoshi main section#about-detail div.text div.contact ul li a:hover {
	border-color: #00287a;
	background-color: #00287a;
}
body.meirin main section#about-detail div.text div.contact ul li a:hover {
	color: #00287a;
	border-color: #ffba00;
	background-color: #ffba00;
}
body.midoriba main section#about-detail div.text div.contact ul li a:hover {
	border-color: #006934;
	background-color: #006934;
}
main section#access div.map {
	overflow: hidden;
	height: 700px;
	margin-bottom: 60px;
	border-radius: 20px;
}
main section#access div.map iframe {
	width: 100%;
	height: calc(100% + 150px);
	margin-top: -150px;
}
main section#access div.text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section#access div.text p.address {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 3rem;
}
main section#access div.text p.address:not(:last-child) {
	margin-bottom: 20px;
}
main section#access div.text ul li {
	text-indent: -1em;
	font-size: 1.25rem;
	padding-left: 1em;
}
main section#access div.text ul li:not(:last-child) {
	margin-bottom: 10px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}
footer#footer div.information {
	margin-bottom: 60px;
}
footer#footer div.information h3 {
	font-size: 1.875rem;
	font-weight: 600;
	margin-bottom: 15px;
}
footer#footer div.information div.address-tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer#footer div.information div.address-tel p.address {
	margin-right: 20px;
}
footer#footer p.copyright {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
footer#footer div.contact {
	position: fixed;
	right: -20px;
	bottom: 40px;
	z-index: 10;
}
footer#footer div.contact ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	color: #ffffff;
	padding-right: 10px;
	border-radius: 20px 0px 0px 20px;
	transition: 0.25s transform ease;
}
footer#footer div.contact ul li a:hover {
	transform: translateX(-20px);
}
footer#footer div.contact ul li span {
	display: block;
}
footer#footer div.contact ul li i {
	display: block;
}
footer#footer div.contact ul li i.icon {
	font-size: 4rem;
	margin-bottom: 5px;
}
footer#footer div.contact ul li i.label {
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.125rem;
}
footer#footer div.contact ul li.line a {
	background-color: #07b53b;
}
footer#footer div.contact ul li.tel {
	display: none;
}

/* home
-------------------------------------------------------------------------------- */

body.home footer#footer {
	color: #ffffff;
	background-color: #00287a;
}
body.home footer#footer div.information h3 {
	font-size: 2.25rem;
	line-height: 2.75rem;
	margin-bottom: 20px;
}
