@charset "UTF-8";
/* ------------------------------------------------------------
	index style
------------------------------------------------------------ */
:lang(en) .globalMenu01 {
	height: 72px;
}
@media screen and (max-width: 767px) {
	:lang(en) .globalMenu01 {
		height: auto;
	}
}
.newsArea {
	margin-top: 3.429em;
}
/* groupArea */
.groupArea {
	margin-bottom: 5.143em;
}
@media screen and (max-width: 767px) {
	.groupArea {
		margin-top: 5.8em;
	}
}
.groupArea h2 {
	font-size: 1.429em;
	margin-bottom: 24px;
}
/* groupBox */
.groupBox {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #bababa;
	padding: 20px 0 24px;
}
.groupBox > div {
	display: flex;
	flex-basis: 50%;
	align-items: center;
}
.groupBox > div > p {
	flex-basis: 46%;
}
.groupBox > div > p img {
	display: block;
	width: 100%;
	height: auto;
}
.groupBox > div > p:first-child {
	flex-basis: 45%;
	margin-right: 6%;
}
.groupBox > section {
	flex-basis: 48%;
	font-size: 1.1em;
}
.groupBox > section > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.groupBox > section > div > p {
	width: 48%;
}
.groupBox > section > div > div {
	width: 48%;
}
.groupBox > section a {
	text-decoration: none;
	background: url(/images/ico_index01_off.png) no-repeat 90% 50%;
	background-size: 15px;
	display: block;
	margin-top: 1em;
	padding: 0.3em 2%;
	border: 1px solid #541b86;
	transition: 0.1s;
	text-align: center !important;
	color: #541b86;
}
.groupBox .area {
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-weight: 500;
	color: #333;
}
:lang(en) .groupBox .area {
	font-family: "Noto Sans JP";
}
.groupBox h3 {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.groupBox {
		display: block;
	}
	.groupBox > div {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.groupBox > section {
		width: 100%;
	}
	.groupBox > section > div {
		display: block;
	}
	.groupBox > section > div > p, .groupBox > section > div > div {
		width: 100%;
	}
	.groupBox > section a {
		max-width: 70%;
		margin: 1em auto 0;
		padding: 0.5em 2%;
	}
	.groupBox .area {
		margin-top: 0.5em;
		line-height: 1.6;
	}
	.groupBox h3 {
		font-size: 1.25em;
	}
}
@media screen and (min-width: 768px) {
	.groupBox > section a:hover {
		background-image: url(/images/ico_index01_on.png);
		background-color: #541b86;
		color: #fff;
		opacity: 1;
	}
}
/* ------------------------------------------------------------
	terms style
------------------------------------------------------------ */
.termsCont {
	color: #333;
	line-height: 1.6;
}
.termsCont .termsDetail01:not(:last-child) {
	margin-bottom: 4em;
}
.termsCont .termsDetail02:not(:last-child) {
	margin-bottom: 2em;
}
.termsCont .h2 {
	color: #000;
}
.termsCont .bold {
	font-weight: 500;
	margin-bottom: 1em;
}
.termsCont p {
	font-size: 1em;
	margin-bottom: 1em;
}
.termsCont ul {
	list-style-type: disc;
	font-size: 0.98em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.termsCont .outLink a {
	text-decoration: none;
	border-bottom: 1px solid #4169e1;
}
.termsCont .outLink a:visited {
	color: #bba4cf;
	border-bottom-color: #bba4cf;
}
.termsCont .outLink a:after {
	content: url("/images/ico_index01_off.png");
	padding-left: 7px;
	vertical-align: -2px;
}
/* ------------------------------------------------------------
	privacy style
------------------------------------------------------------ */
.privacyCont {
	color: #333;
	line-height: 1.6;
}
.privacyCont .h2 {
	color: #000;
}
.privacyCont .bold {
	font-weight: 500;
	margin-bottom: 1em;
}
.privacyCont .txtBold {
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-weight: 500;
}
:lang(en) .privacyCont .txtBold {
	font-family: "Noto Sans JP";
}
.privacyCont h3 {
	font-weight: 500;
	margin-bottom: 0.5em;
	color: #000;
}
.privacyCont p {
	font-size: 1em;
	margin-bottom: 1em;
}
.privacyCont ol {
	list-style-type: decimal;
	font-size: 0.98em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
.privacyCont ol > li {
	margin-bottom: 0.5em;
}
.privacyCont .textRight p {
	margin-bottom: 0;
}
.privacyCont .privacyBox {
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.privacyCont .caution {
	display: flex;
	margin-left: 2em;
}
.privacyCont .caution > *:first-child {
	white-space: nowrap;
}
.privacyCont .caution > *:last-child {
	flex: 1 1 auto;
}
.privacyCont .txt {
	margin-left: 1em;
	margin-bottom: 2em;
}
.privacyCont .txt p {
	margin-bottom: 0.2em;
}
.privacyCont .txt .txtBold {
	margin-top: 0.5em;
}
.privacyCont .dl_list dd {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
/* ol (1),(2)... */
.privacyCont ol.ol_kakko_num {
	margin: 0;
	padding: 0;
}
.privacyCont ol.ol_kakko_num li {
	display: flex;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.privacyCont ol.ol_kakko_num li > span:first-of-type {
	flex-basis: 2em;
}
.privacyCont ol.ol_kakko_num li > span:last-of-type {
	flex-basis: calc(100% - 2em);
}
.privacyCont .dl_note {
	margin-bottom: 2em;
	margin-left: 2em;
	font-size: 1rem;
}
/* ------------------------------------------------------------
	sitemap style
------------------------------------------------------------ */
.sitemapCont {
	font-size: 1.1em;
}
.sitemapCont .h2 {
	color: #000;
}
.sitemapCont h3 {
	color: #fff;
	background-color: #6c9bd2;
	padding: 0 0.3em;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 640px) {
	.sitemapCont h3 {
		margin-bottom: 1em;
	}
}
.sitemapCont a {
	color: #333;
}
.sitemapCont a:hover {
	opacity: 1;
	text-decoration: underline;
}
.sitemapCont .home {
	margin-bottom: 2em;
}
.siteMap01 h3 a, .siteMap02 h3 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.siteMap01 h3 a:visited, .siteMap02 h3 a:visited {
	color: #fff;
}
.siteMap01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.siteMap01 .outLink a:after {
	content: url("/images/ico_index01_off.png");
	padding-left: 7px;
	vertical-align: -2px;
}
.siteMap01 a {
	display: inline-block;
}
.siteMap01 .box {
	width: 48%;
	margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
	.siteMap01 .box {
		width: 100%;
	}
}
.siteMap01 li {
	line-height: 2;
	position: relative;
	padding-left: 1.2em;
}
@media screen and (max-width: 640px) {
	.siteMap01 li {
		margin-bottom: 1em;
	}
}
.siteMap01 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(45deg);
}
.siteMap02 .link {
	font-weight: 500;
	margin-bottom: 0.5em;
}
.siteMap02 ul {
	margin: 0.5em 0 2em;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.siteMap02 ul {
		margin: 0.5em 0 2em;
	}
}
.siteMap02 li {
	width: 45%;
	line-height: 2;
	position: relative;
	padding-left: 1.2em;
}
@media screen and (max-width: 640px) {
	.siteMap02 li {
		width: 48%;
		margin-bottom: 1em;
	}
}
.siteMap02 li:not(:last-child) {
	margin-right: 2%;
}
.siteMap02 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 40%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.siteMap02 li {
		width: 100%;
	}
}
.siteMap02 .outLink a:after {
	content: url("/images/ico_index01_off.png");
	padding-left: 1em;
}
.siteMap03 .box {
	width: 32%;
}
@media screen and (max-width: 640px) {
	.siteMap03 .box {
		width: 100%;
	}
}
.notfoundCont a {
	text-decoration: underline;
}
.notfoundCont p {
	margin-bottom: 1em;
}
.disclaimerList li {
	text-indent: -2em;
	padding-left: 2em;
}
.disclaimerList li:not(:last-child) {
	margin-bottom: 30px;
}
/* ------------------------------------------------------------
	Layout 2021 style
------------------------------------------------------------ */
/* ---------- slider ---------- */
.swiper-container {
	width: 100%;
	max-width: 1280px;
	height: auto;
}
.swiper-wrapper img {
	width: 100%;
	height: auto;
}
.swiper-pagination-bullet {
	border-radius: 7.5px;
	margin: 0 7px !important;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1px solid #CCDDD1;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #CCDDD1;
	opacity: 1;
}
/* ---------- heading ---------- */
.index_head1 {
	margin-top: 80px;
	margin-bottom: 30px;
	color: #000;
	font-size: 32px;
	font-weight: normal;
	line-height: 48px;
	text-align: center !important;
}
.index_head1 span.small {
	display: block;
	margin-top: -10px;
	font-size: 18px;
}
.index_head2 {
	margin-bottom: 10px;
	color: #303233;
	font-size: 23px;
	font-weight: normal;
	line-height: 36px;
	text-align: center !important;
}
@media screen and (max-width: 767px) {
	.index_head1 {
		font-size: 26px;
		line-height: 36px;
	}
	.index_head2 {
		font-size: 20px;
		line-height: 30px;
	}
}
/* ---------- index_btn ---------- */
.index_btn {
	width: 308px;
	margin: 30px auto 0;
}
ul.list_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px auto 0;
}
ul.list_btn li {
	flex-basis: 308px;
}
.index_btn a, .list_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 58px;
	border: 1px solid #541b86;
	color: #541b86;
	font-size: 16px;
	line-height: 20px;
	text-align: center !important;
	text-decoration: none;
	transition: 0.1s;
}
@media screen and (max-width: 767px) {
	.index_btn {
		width: 100%;
	}
	ul.list_btn {
		display: block;
		width: 100%;
	}
	ul.list_btn li {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
	.index_btn a:hover, .list_btn a:hover {
		background-color: #541b86;
		color: #fff;
		opacity: 1;
	}
}
.index_link_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border: 1px solid #541b86;
	margin: 30px auto;
	padding: 19px 39px 19px 19px;
}
.index_link_box .head1 {
	max-width: 100%;
	margin-bottom: 15px;
	color: #541b86;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center !important;
}
.index_link_box p, .index_link_box ul {
	max-width: 100%;
	color: #541b86;
	font-size: 14px;
	line-height: 1.4;
}
.index_link_box p.box_head {
	margin-bottom: 15px;
	text-align: center !important;
	font-size: 16px;
}
.index_link_box .list_flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	max-width: 100%;
}
.index_link_box .list_flex > * {
	max-width: 100%;
}
.index_link_box .list_flex > div {
	margin-left: 80px;
}
.index_link_box .list_flex > div p {
	margin-bottom: 10px;
}
.index_link_box p.box_link, .index_plan p.box_link {
	position: relative;
	padding-left: 1em;
	font-size: 16px;
}
.index_link_box p.box_link:before, .index_plan p.box_link:before {
	position: absolute;
	left: 0;
	top: 30%;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(45deg);
}
.index_link_box p.box_link a, .index_plan p.box_link a {
	text-decoration: none;
	color: #541b86;
}
.index_link_box p.box_link a span, .index_plan p.box_link a span {
	font-size: 0.88em;
	margin-left: 0.5em;
}
.index_link_box p.box_link a span img, .index_plan p.box_link a span img {
	width: 1.1em;
	margin: 0 0.2em -0.15em;
}
.index_link_box p.box_link a:hover, .index_plan p.box_link a:hover {
	border-bottom: 1px solid #541B86;
}
@media screen and (max-width: 767px) {
	.index_link_box p.box_head {
		margin-bottom: 5px;
	}
	.index_link_box .list_flex {
		display: block;
	}
	.index_link_box .list_flex > * {
		max-width: 100%;
	}
	.index_link_box .list_flex > div {
		margin-left: 0;
	}
	.index_link_box p.box_link, .index_plan p.box_link {
		margin-top: 15px;
	}
}
.index_pdf {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
}
.index_pdf a {
	background: url("/images/ico_pdf.svg") no-repeat;
	background-position: right 19px center;
	border: 1px solid #541b86;
	padding: 19px 39px 19px 19px;
	color: #541b86;
	font-size: 16px;
	line-height: 20px;
	text-align: center !important;
	text-decoration: none;
	transition: 0.1s;
}
@media screen and (min-width: 768px) {
	.index_pdf a:hover {
		background-image: url("/images/ico_pdf_white.svg");
		background-color: #541b86;
		color: #fff;
		opacity: 1;
	}
}
/* ---------- index_group ---------- */
.index_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.index_group > dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 20%;
	margin-bottom: 40px;
	font-size: 13px;
}
.index_group.col4 > dl {
	flex-basis: 25%;
}
.index_group > dl:nth-child(1) {
	margin-left: 10%;
}
.index_group > dl:nth-child(4) {
	margin-right: 10%;
}
.index_group.col4 > dl:nth-child(1) {
	margin-left: 0;
}
.index_group.col4 > dl:nth-child(4) {
	margin-right: 0;
}
.index_group.col4 > dl:nth-child(5), .index_group.col4 > dl:nth-child(8) {
	margin-left: 12.5%;
}
.index_group.col4 > dl:nth-child(7), .index_group.col4 > dl:nth-child(10) {
	margin-right: 12.5%;
}
.index_group > dl dt {
	flex-basis: 100%;
	text-align: center !important;
}
.index_group > dl dd img {
	display: block;
	width: 98%;
	height: auto;
	margin: 10px auto;
}
@media screen and (max-width: 767px) {
	.index_group > dl {
		margin-bottom: 20px;
	}
	.index_group > dl dd img {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 479px) {
	.index_group > dl, .index_group.col4 > dl {
		flex-basis: 50%;
	}
	.index_group > dl:nth-child(1) {
		margin-left: 0;
	}
	.index_group > dl:nth-child(4) {
		margin-right: 0;
	}
	.index_group.col4 > dl:nth-child(5), .index_group.col4 > dl:nth-child(8) {
		margin-left: 0;
	}
	.index_group.col4 > dl:nth-child(7), .index_group.col4 > dl:nth-child(10) {
		margin-right: 0;
	}
}
/* ---------- index_strengths ---------- */
.index_strengths {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.index_strengths > div {
	display: flex;
	flex-basis: 100%;
	border-top: 1px dotted #BABABA;
	margin-bottom: 28px;
	padding-top: 28px;
}
.index_strengths > div:first-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.index_strengths > div:last-child {
	border-bottom: 1px dotted #BABABA;
	margin-bottom: 0;
	padding-bottom: 28px;
}
.index_strengths > div.box_half {
	border-top-style: none;
	padding-top: 0;
}
.index_strengths > div.box_reverse {
	flex-direction: row-reverse;
}
.index_strengths > div:first-child > div {
	flex-basis: 100%;
}
.index_strengths > div > div > h3 {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 0.5em;
	color: #541B86;
	font-size: 18px;
	font-weight: 500;
}
.index_strengths > div > div > h3 > span:first-child {
	flex: 0 0 37px;
}
.index_strengths > div > div > h3 > span:first-child img {
	display: block;
	height: 42px;
}
.index_strengths > div > div > h3 > span:last-child {
	flex: 1 1 auto;
}
.index_strengths > div > div > div {
	margin-left: 37px;
}
.index_strengths > div > div > div p {
	font-size: 24px;
	line-height: 36px;
}
.index_strengths > div > figure {
	flex: 0 0 300px;
	margin-left: 40px;
}
.index_strengths > div.box_reverse > figure {
	margin-right: 40px;
	margin-left: 0;
}
.index_strengths > div figure img {
	display: block;
	width: 100%;
}
.index_strengths > div.box_half {
	display: block;
	flex-basis: 46.875%;
}
.index_strengths > div.box_half figure.fig_map {
	width: 67%;
	margin: 0 auto;
}
.index_strengths > div > div > div p.txt_note {
	margin-top: 1em;
	font-size: 15px;
	line-height: 26px;
}
.index_strengths > div > div > div p.txt_note .large {
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	.index_strengths > div {
		display: block;
	}
	.index_strengths > div.box_half {
		display: block;
		flex-basis: 100%;
	}
	.index_strengths > div.box_half figure.fig_map {
		width: 75%;
	}
	.index_strengths > div > figure {
		flex-basis: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.index_strengths > div.box_reverse > figure {
		margin-right: 0;
		margin-left: 0;
	}
}
/* ---------- index_plan ---------- */
.index_plan {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border: 1px solid #D5D5D5;
	margin-top: 30px;
	padding: 30px;
	box-sizing: border-box;
}
.index_plan h2 {
	max-width: 100%;
	margin-bottom: 30px;
	color: #000;
	font-size: 32px;
	font-weight: normal;
	line-height: 48px;
	text-align: center;
}
.index_plan p {
	font-size: 16px;
	line-height: 28px;
}
.index_plan > p {
	text-align: center !important;
}
.index_plan > div > p {
	text-align: left !important;
}
@media screen and (max-width: 767px) {
	.index_plan h2 {
		font-size: 28px;
	}
	.index_plan > p {
		text-align: left !important;
	}
}
/* ---------- index_ir ---------- */
.index_ir {
	display: flex;
	width: 100%;
	border: 1px solid #D5D5D5;
	margin: 30px auto;
	box-sizing: border-box;
}
.index_ir > div {
	display: flex;
	flex-direction: column;
	flex-basis: 53.65%;
	padding: 30px 40px;
}
.index_ir > div > h2 {
	margin-bottom: 0.5em;
	font-size: 22px;
}
.index_ir > div > ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: auto;
	font-size: 16px;
	line-height: 28px;
}
.index_ir > div > ul li {
	position: relative;
	padding-left: 1.2em;
}
.index_ir > div > ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(45deg);
}
.index_ir > div > ul li:nth-child(1) {
	flex-basis: 55%;
}
.index_ir > div > ul li:nth-child(2) {
	order: 1;
	flex-basis: 55%;
}
.index_ir > div > ul li:nth-child(4) {
	order: 1;
}
.index_ir > figure {
	flex-basis: 46.35%;
}
.index_ir > figure img {
	display: block;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.index_ir {
		flex-direction: column-reverse;
	}
	.index_ir > div {
		flex-basis: 100%;
		padding: 30px;
	}
	.index_ir > figure {
		flex-basis: 100%;
	}
	.index_ir > div > ul {
		display: block;
	}
}