@charset "utf-8";
table {
	border-collapse: separate !important;
	border-spacing: 1px 1px;
}
svg {
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1000px;
	overflow: visible;
}
main div {
	width: 100%;
}
#page-top table {
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
	max-width: 1030px;
}
#page-top tr td {
	text-align: center;
	color: white;
}
main div img {
	width: 100%;
}
.color-B {
	opacity: 0.7;
	background-color: black;
}
/* circle {
	fill: white;
} */
.box1 {
	background: red;
}
.box2 {
	background: green;
}
.box3 {
	background-color: black;
	opacity: 1;
	fill: rgb(255, 207, 235);
	stroke: rgb(255, 207, 235);
}
.box4 {
	background: blue;
	fill-opacity: 0.5;
	fill: blue;
}
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #37beb03d;
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
	align-self: center;
	width: 75%;
	max-width: 800px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	border-radius: 12px;
	box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p {
	padding: 20px 20px 5px 20px;
	text-align: center;
}
.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
	color: #37beb0;
}
.popup_wrap input:checked~.popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.open_btn {
	color: #37beb0;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s ease;
	border: 1px solid #37beb0;
	padding: 5px 15px;
	font-weight: bold;
}
.open_btn:hover {
	background: #37beb0;
	color: #fff;
	transition: 0.3s ease;
}
.main .grouping {
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 2;
	margin-bottom: 15px;
}
.grouping ul {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
	width: 90%;
	max-width: 700px;
	min-width: 445px;
}
.button-area {
	display: inline;
	background-color: rgba(255, 255, 255, 1);
	height: 59px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	margin-bottom: 0px;
	border-radius: 8px;
}
button {
	margin-top: 13px;
	margin-right: 13px;
	/* [disabled]margin-bottom: 14px; */
	margin-left: 13px;
	display: block;
}
.grouping li {
	display: inline-block;
	border-radius: 5px;
	width: 23.5%;
}
/*
.grouping li:last-of-type {
	border-right-style: none;
}
*/
#datatip h2 {
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#datatip p {
	font-size: 14px;
}
#sidebar {
	letter-spacing: 0;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #1a1a1a;
	line-height: 2;
}
#side_data {
	position: fixed;
	top: 121px;
	width: 150px;
	height: 100vh;
	padding: 5px 10px;
	opacity: 0.8;
	background-color: rgba(255, 255, 255, 1);
	color: #1a1a1a;
	-webkit-box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.25);
}
#side_data h2 {
	font-size: 15px;
	padding-bottom: 5px;
}
#side_data h3 {
	font-size: 15px;
	margin-top: 10px;
}
iframe {
	width: 100%;
	margin-bottom: 30px;
	font-size: 13px;
}
.loadMap-wrraper {
	position: relative;
}
.loadMap-wrraper #sidebar h6 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidebar h6 span {
	font-weight: normal;
	font-size: 0.99em;
}
.loadMap-wrraper #side .kamoku-bunya {
	margin-top: 80px;
}
#tip1 a {
	background-color: #ffb6b6;
	border: 2px solid rgba(255, 182, 182, 1);
}
#tip2 a {
	background-color: #fbeb2e;
	border: 2px solid rgba(251, 235, 46, 1);
}
#tip3 a {
	background-color: #4fc488;
	border: 2px solid rgba(79, 196, 136, 1);
}
#tip4 a {
	background-color: #5199e1;
	border: 2px solid rgba(81, 153, 225, 1);
}
#tip1 a,
#tip2 a,
#tip3 a,
#tip4 a {
	color: black;
	border-radius: 5px;
	display: block;
	font-size: 13px;
	letter-spacing: -1px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tip1 a:hover {
	border: 2px solid rgba(255, 151, 151, 1);
	color: rgba(255, 130, 130, 1);
	background-color: rgba(255, 255, 255, 0.97);
}
#tip2 a:hover {
	border: 2px solid rgba(251, 235, 46, 1);
	color: rgba(255, 174, 0, 1);
	background-color: rgba(255, 255, 255, 1);
}
#tip3 a:hover {
	border: 2px solid rgba(79, 196, 136, 1);
	color: rgba(79, 196, 136, 1);
	background-color: rgba(255, 255, 255, 1);
}
#tip4 a:hover {
	border: 2px solid rgba(81, 153, 225, 1);
	color: rgba(81, 153, 225, 1);
	background-color: rgba(255, 255, 255, 1);
}
.fyi {
	line-height: 2em;
	margin-bottom: 10px;
	text-align: center;
}
#page-top {
	bottom: 0;
	position: fixed;
	right: 0;
}
a {
	display: block;
	text-decoration: none;
}
.gakkei-name {
	font-size: 12px;
	color: rgba(38, 66, 175, 1);
	width: 300px;
}
/*modal*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.content {
	margin: 0 auto;
	padding: 40px;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg {
	background: rgba(148, 148, 148, 0.788);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: rgb(255, 254, 255);
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.close {
	float: right;
}
.img-box {
	width: 50%;
	float: left;
	background-color: aquamarine;
	height: 200px;
	margin-right: 30px;
}
.kamoku {
	font-size: 16px;
	color: blue;
}
.js-modal-open {
	position: absolute;
	top: 50%;
	left: 5%;
}
.backgroud-design-box {
	background-color: #1D336B;
	height: 380px;
	width: 120%;
	overflow-x: hidden;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin-top: 80px;
	margin-left: -10%;
	z-index: -1;
}
.keywordList .keyword li {
	min-width: 150px;
	display: inline-block;
	background-color: #F0F0F0;
	width: 20%;
	min-height: 180px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 26px;
	margin-left: 7px;
	max-width: 250px;
}
#section0 {
	background-image: -webkit-linear-gradient(270deg, rgba(48, 67, 90, 1.00) 0%, rgba(68, 99, 140, 1.00) 12.95%, rgba(54, 85, 126, 1.00) 83.94%, rgba(43, 69, 102, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(48, 67, 90, 1.00) 0%, rgba(68, 99, 140, 1.00) 12.95%, rgba(54, 85, 126, 1.00) 83.94%, rgba(43, 69, 102, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(48, 67, 90, 1.00) 0%, rgba(68, 99, 140, 1.00) 12.95%, rgba(54, 85, 126, 1.00) 83.94%, rgba(43, 69, 102, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(48, 67, 90, 1.00) 0%, rgba(68, 99, 140, 1.00) 12.95%, rgba(54, 85, 126, 1.00) 83.94%, rgba(43, 69, 102, 1.00) 100%);
}
#section1 {
	background-color: rgba(38, 43, 59, 1.00) !important;
}
.sp-capution {
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
.page-title {
	color: #BED0EC;
	font-size: 1.3em;
	margin-top: 50px;
}
.page-title_el {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 3.5em;
	font-weight: 200;
	margin-bottom: 60px;
}
.sp-capution {
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
#section0 nav {
	background-color: rgba(255, 255, 255, 0.00);
}
.menu1,
.menu2,
.menu3 {
	background-color: rgba(52, 120, 200, 1.00) !important;
}
.text-0 {
	color: #9EADC0;
	font-size: 0.9em;
	font-weight: lighter;
	padding-top: 25px;
}
.accordion.active .accordion__item {
	height: 0;
	overflow: hidden;
	transition: .5s;
}
.accordion__item.field a {
	color: rgba(30, 39, 51, 1.00);
}
.can-toggle {
	position: relative;
}
.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
	box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
	content: attr(data-unchecked);
	left: 0;
}
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
	content: attr(data-checked);
}
.can-toggle label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.can-toggle label .can-toggle__switch {
	position: relative;
}
.can-toggle label .can-toggle__switch:before {
	content: attr(data-checked);
	position: absolute;
	top: 0;
	text-transform: uppercase;
	text-align: center;
}
.can-toggle label .can-toggle__switch:after {
	content: attr(data-unchecked);
	position: absolute;
	z-index: 5;
	text-transform: uppercase;
	text-align: center;
	background: white;
	transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
	background-color: #777;
}
.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
	color: #5e5e5e;
}
.can-toggle input[type=checkbox]:hover~label {
	color: #6a6a6a;
}
.can-toggle input[type=checkbox]:checked~label:hover {
	color: #1356AF;
}
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
	background-color: #1356AF;
}
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
	color: #1356AF;
}
.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
	background-color: #1356AF;
}
.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
	color: #1356AF;
}
.can-toggle label .can-toggle__switch {
	transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
	background: #848484;
}
.can-toggle label .can-toggle__switch:before {
	color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
	transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
	color: #777;
}
.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
	transform: translate3d(24px, 0, 0);
}
.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
	font-size: 14px;
}
.can-toggle label .can-toggle__switch {
	height: 36px;
	flex: 0 0 80px;
	border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
	left: 30px;
	font-size: 12px;
	line-height: 36px;
	width: 30px;
	padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
	top: 2px;
	left: 2px;
	border-radius: 2px;
	width: 32px;
	line-height: 32px;
	font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover~label .can-toggle__switch {
	background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover~label .can-toggle__switch:after {
	color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover~label {
	color: #373737;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked~label:hover {
	color: #244FB1;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked~label .can-toggle__switch {
	background-color: #2D5ED3;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked~label .can-toggle__switch:after {
	color: #2454A9;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover~label .can-toggle__switch {
	background-color: #2757B9;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
	color: #1E5494;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
	transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
	color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
	transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover~label .can-toggle__switch:after {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked~label .can-toggle__switch:after {
	transform: translate3d(36px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
/*
.can-toggle.demo-rebrand-2 label {
	font-size: 10px;
}
*/
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
	height: 25px;
	flex: 0 0 80px;
	border-radius: 20px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
	left: 40px;
	font-size: 13px;
	line-height: 25px;
	width: 40px;
	padding: 0 8px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
	top: 2px;
	left: 2px;
	border-radius: 20px;
	width: 40px;
	line-height: 21px;
	font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.keyword {
	flex-wrap: nowrap;
	overflow: inherit;
	margin-top: 37px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100vw;
	/* [disabled]bottom: 0px; */
	margin-bottom: 10px;
}