@charset "utf-8";


/* topMainBox
-------------------------------------------------------------------*/
.topMainBox {
	height: 538px;
	background: url("img/top/top_main_bg_pc.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}
.topMainBox .box01 {
	position: absolute;
	top: 150px;
	width: 605px;
	left: calc(50% - 302px);
	position: relative;
}
.topMainBox .box01 .img {
	margin: 0;
}
.topMainBox .box01 .link {
	margin: 0;
	position: absolute;
	bottom: 1.5em;
	right: 2em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
.topMainBox .box01 .link a::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 10px;
	margin: 0.2em 0.2em 0 0;
	background: url("img/common/common_arrow01.svg") 0 0 no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
.topPreparationBox .box01 h3.ttl01,
.topPreparationBox .box01 h3.ttl01,
.topEntryBox .box01 h3.head,
.topMenuBox .box01 h3.head,
.topInfoBox .box01 h3.ttl01{
		font-size:3rem;
}

	.topMainBox {
		height: 100vw;
		background: url("img/top/top_main_bg_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.topMainBox .box01 {
		top: calc((100vw - 50px - 163px) / 2 + 5px);
		width: 300px;
		left: calc(50% - 150px);
	}
	.topMainBox .box01 .link {
		font-size: 1.2rem;
	}
	.topMainBox .box01 .link a::before {
		width: 18px;
		height: 5px;
	}
}

/* topMenuBox
-------------------------------------------------------------------*/
.topMenuBox {
	
}
.topMenuBox .rowBox01 {
	background: url("img/top/top_common_bg01.png") 0 0 repeat;
}
.topMenuBox .rowBox01 + .rowBox01 {
	margin-top: 25px;
}
.topMenuBox .box01 {
	padding: 30px 0;
	border-top: 5px solid #000000;
	display: flex;
	justify-content: space-between;
}
.topMenuBox .box01 .clm01 {
	margin: 0 0 0 5px;
	width: 64%;
}
.topMenuBox .box01 .clm02 {
	margin: -55px 40px 0 0;
	position: relative;
}
.topMenuBox .box01 .head {
	margin: 0;
	font-size: 4rem;
	line-height: 1.25;
	color: #5d3e7d;
	font-weight: bold;
}
.topMenuBox .box01 .txt01 {
	margin: 0.2em 0 0 0;
	font-size: 2.2rem;
	line-height: 1.72;
	font-weight: bold;
}
.topMenuBox .box01 .link {
	margin: 0.5em 0 0 0;
	font-size: 2.0rem;
	line-height: 1.72;
	font-weight: bold;
	text-align: right;
}
.topMenuBox .box01 .link a {
	color: #5d3e7d;
}
.topMenuBox .box01 .link a::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 13px;
	margin: 0.2em 0 0 0.5em;
	background: url("img/common/common_arrow01.svg") 0 0 no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.topMenuBox .rowBox01 {
		background-size: 10px auto;
	}
	.topMenuBox .rowBox01 + .rowBox01 {
		margin-top: 13px;
	}
	.topMenuBox .box01 {
		padding: 15px 0;
		border-width: 2px;
	}
	.topMenuBox .box01 .clm01 {
		margin-left: 0;
		width: 100%;
	}
	.topMenuBox .box01 .clm02 {
		display: none;
	}
	.topMenuBox .box01 .link a::after {
		width: 24px;
		height: 7px;
	}
}

/* topCoopentryBox
-------------------------------------------------------------------*/
.topCoopentryBox {
	margin: 15px 0 0 0;
}
.topCoopentryBox .box01 {
	
}
.topCoopentryBox .box01 + .box01 {
	margin-top: 20px;	
}
.topCoopentryBox .box01 > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 13%;
}
.topCoopentryBox .box01 > a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.topCoopentryBox .box01.offline > a {
	background: #e7364a;
}
.topCoopentryBox .box01.online > a {
	background: #37a0da;
}
.topCoopentryBox .box01 .clm01 {
	width: 85%
}
.topCoopentryBox .box01 .clm02 {
	text-align: center;
	width: 14%;
}
.topCoopentryBox .box01.offline .clm02 img {
}
.topCoopentryBox .box01 .head {
	color: #f9e600;
	font-size: 3.7rem;
	font-weight: bold;
	line-height: 1.13;
	margin: 0;
}
.topCoopentryBox .box01 .txt01 {
	color: #ffffff;
	font-size: 2.4rem;
	line-height: 1.41;
	font-weight: bold;
	margin: 0.2em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.topCoopentryBox {
	}
	.topCoopentryBox .box01 + .box01 {
		margin-top: 10px;	
	}
	.topCoopentryBox .box01 > a {
		padding: 13px;
	}
}

/* topNewsBox
-------------------------------------------------------------------*/
.topNewsBox {
	margin: 30px 0 0 0;	
}
.topNewsBox .box01 {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	border-top: 5px solid #000000;
}
.topNewsBox .box01 .headBox {
	width: 30%;
	text-align: center;
	padding: 35px 0;
}
.topNewsBox .box01 .bodyBox {
	width: 70%;
}
.topNewsBox .box01 .head {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}
.topNewsBox .box01 .headEng {
	width: 83px;
	margin: 25px auto 0;	
	line-height: 1;
}
.topNewsBox .box01 .headEng img {
	vertical-align: middle;
}
.topNewsBox .box01 .linkMore {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 2em 0 0 0;	
}
.topNewsBox .box01 .linkMore a::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 6px;
	margin: 0.2em 0.2em 0 0;
	background: url("img/common/common_arrow01.svg") 0 0 no-repeat;
	background-size: contain;
}
.topNewsBox .box01 .tbl01 {
    border-collapse:collapse;
    border-spacing:0;
}
.topNewsBox .box01 .tbl01 th ,
.topNewsBox .box01 .tbl01 td {
	font-size: 1.6rem;
	vertical-align: top;
	padding: 0.5em 0;
}
.topNewsBox .box01 .tbl01 th {
	font-weight: normal;
	padding-right: 2em;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.topNewsBox .box01 {
		display: block;
		padding-top: 0;
		border: none;
	}
	.topNewsBox .box01 .headBox {
		width: auto;
		text-align: left;
		padding: 0 0 10px 0;
		display: flex;
		align-items: baseline;
		border-bottom: 2px solid #000000;
	}
	.topNewsBox .box01 .bodyBox {
		width: auto;
		margin: 10px 0 0 0;
	}
	.topNewsBox .box01 .head {
		font-size: 1.6rem;
	}
	.topNewsBox .box01 .headEng {
		width: 32px;
		margin: 0 0 0 10px;	
	}
	.topNewsBox .box01 .linkMore {
		margin: 0 0 0 auto;	
	}
	.topNewsBox .box01 .linkMore a::before {
		width: 12px;
		height: 3px;
		margin-top: 0.4em;
	}
	.topNewsBox .box01 .tbl01 th ,
	.topNewsBox .box01 .tbl01 td {
		font-size: 1.4rem;
	}
}


/* topPreparationBox
-------------------------------------------------------------------*/
.topPreparationBox {
	margin: 45px 0 0 0;	
}
.topPreparationBox .head {
	display: flex;
	align-items: center;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px 0;
}
.topPreparationBox .head::before ,
.topPreparationBox .head::after {
	border-top: 5px solid #000000;
	content: "";
	flex-grow: 1;
}
.topPreparationBox .head::before {
	margin-right: 2em;
}
.topPreparationBox .head::after {
	margin-left: 2em;
}
.topPreparationBox .boxWrapper01 {
	padding: 20px 0;
	background: #e7364a;
}
.topPreparationBox .boxWrapper02 {
	padding: 20px 0;
	background: #37a0da;
}
.topPreparationBox .boxWrapper03 {
	padding: 20px 0;
	background: #61af68;
}
.topPreparationBox .box01 {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: url("img/top/top_common_bg01.png") 0 0 repeat;
	border-radius: 15px;
}
.topPreparationBox .box01 > a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.topPreparationBox .box01 .clm01 {
	width: 61%;
	padding: 0 0 2rem 1%;
	position: relative;
}
.topPreparationBox .box01 .clm02 {
	width: 35%;
}
.topPreparationBox .box01 .ttl01 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;	
}
.topPreparationBox .box01 .rowBox01 {
	
}
.topPreparationBox .box01 .rowBox01 .clmImg {
	display: none;
}
.topPreparationBox .box01 .txt01 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.52;
	margin: 0.5em 0 0 0;	
}
.topPreparationBox .box01 .list01 {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.62;
}
.topPreparationBox .box01 .list01 > li {
	display: inline-block;
	margin: 0 1em 0 0;
}
.topPreparationBox .box01 .list01 > li::before {
	content: "●";
}
.topPreparationBox .boxWrapper01 .box01 .list01 > li::before {
	color: #e7364a;
}
.topPreparationBox .boxWrapper02 .box01 .list01 > li::before {
	color: #37a0da;
}
.topPreparationBox .box01 .link {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.topPreparationBox .boxWrapper01 .box01 .link a {
	color: #e7364a;
}
.topPreparationBox .boxWrapper02 .box01 .link a {
	color: #37a0da;
}
.topPreparationBox .boxWrapper03 .box01 .link a {
	color: #61af68;
}
.topPreparationBox .box01 .link a::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 43px;
	height: 13px;
	margin: 0.2em 0 0 0.5em;
	background: url("img/common/common_arrow01.svg") 0 0 no-repeat;
	background-size: contain;
}

.topPreparationBox .box01 .imgBox01 {
	padding: 6px;
	background: #ffffff;
	border-radius: 15px;
}
.topPreparationBox .boxWrapper01 .box01 .imgBox01 {
	border: 5px solid #e7364a;
}
.topPreparationBox .boxWrapper02 .box01 .imgBox01 {
	border: 5px solid #37a0da;
}
.topPreparationBox .boxWrapper03 .box01 .imgBox01 {
	border: 5px solid #61af68;
}
.topPreparationBox .box01 .imgBox01 img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.topPreparationBox {
		margin-top: 30px;
	}
	.topPreparationBox .head {
		font-size: 2rem;
	}
	.topPreparationBox .head::before ,
	.topPreparationBox .head::after {
		border-width: 2px;
	}
	.topPreparationBox .boxWrapper01 ,
	.topPreparationBox .boxWrapper02 ,
	.topPreparationBox .boxWrapper03 {
		padding: 10px 0;
	}
	.topPreparationBox .box01 {
		padding: 15px;
		background-size: 10px auto;
		border-radius: 8px;
	}
	.topPreparationBox .boxWrapper01 .clm01 ,
	.topPreparationBox .boxWrapper02 .clm01 {
		width: 100%;
	}
	.topPreparationBox .boxWrapper01 .clm02 ,
	.topPreparationBox .boxWrapper02 .clm02 {
		display: none;
	}
	.topPreparationBox .boxWrapper03 .clm01 {
		width: 72%;
	}
	.topPreparationBox .boxWrapper03 .clm02 {
		width: 27%;
	}
	.topPreparationBox .box01 .rowBox01 {
		justify-content: space-between;
		align-items: flex-start;
		margin: 10px 0 0 0;
	}
	.topPreparationBox .box01 .rowBox01 .clmTxt {
		width: 100%;
	}
	.topPreparationBox .box01 .rowBox01 .clmImg {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.topPreparationBox .box01 .rowBox01 .clmImg  {
		padding: 3px;
		background: #ffffff;
		border-radius: 8px;
	}
	.topPreparationBox .boxWrapper01 .box01 .rowBox01 .clmImg {
		border: 2px solid #e7364a;
	}
	.topPreparationBox .boxWrapper02 .box01 .rowBox01 .clmImg {
		border: 2px solid #37a0da;
	}
	.topPreparationBox .box01 .txt01 {
		margin-top: 0;
		font-size:1.9rem;
	}
	.topPreparationBox .box01 .list01 > li {
		display: block;
		margin: 0.2em 0 0 0;
	}
	.topPreparationBox .box01 .link {
		text-align: left;
		margin: 10px 0 0 0;
		position: relative;
		bottom: auto;
		right: auto;
	}
	.topPreparationBox .box01 .link a::after {
		width: 22px;
		height: 7px;
	}
	.topPreparationBox .box01 .imgBox01 {
		padding: 3px;
		border-radius: 8px;
	}
	.topPreparationBox .boxWrapper03 .box01 .imgBox01 {
		border-width: 2px;
	}
}


/* topEntryBox
-------------------------------------------------------------------*/
.topEntryBox {
	padding: 35px 0;
}
.topEntryBox .box01 {
}
.topEntryBox .box01 a {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 10px 40px;
	color: #ffffff;
	background: #5d3e7d;
	border-radius: 15px;
}
.topEntryBox .box01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.topEntryBox .box01 .clm01 {
	width: 57%;
}
.topEntryBox .box01 .clm02 {
	width: 39%;
	margin: -55px 0 0 0;
}
.topEntryBox .box01 .txt01 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}
.topEntryBox .box01 .head {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0.2em 0 0 0;
}
.topEntryBox .box01 .txt02 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	margin: 0.8em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.topEntryBox {
		padding: 10px 0;
	}
	.topEntryBox .box01 a {
		padding: 15px;
		border-radius: 8px;
		align-items: center;
	}
	.topEntryBox .box01 .clm01 {
		width: 83%;
	}
	.topEntryBox .box01 .clm02 {
		width: 16%;
		margin: 0;
	}
}

/* topInfoBox
-------------------------------------------------------------------*/
.topInfoBox {
	padding: 20px 0;
	background: #DFD8E5;
}
.topInfoBox .box01 {
}
.topInfoBox .box01 + .box01 {
	margin-top: 20px;
}
.topInfoBox .box01 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: url("img/top/top_common_bg01.png") 0 0 repeat;
	border-radius: 15px;
}
.topInfoBox .box01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.topInfoBox .box01 .clm01 {
	width: 60%;
	margin: 0 0 0 5%;
	background: url("img/common/common_arrow01.svg") right center no-repeat;
	background-size: 43px 13px;
}
.topInfoBox .box01 .clm02 {
	width: 31%;
}
.topInfoBox .box01 .ttl01 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
}
.topInfoBox .box01 .txt01 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.52;
	margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.topInfoBox {
		padding: 10px 0;
	}
	.topInfoBox .box01 + .box01 {
		margin-top: 10px;
	}
	.topInfoBox .box01 a {
		padding: 10px;
		background-size: 10px auto;
		border-radius: 8px;
	}
	.topInfoBox .box01 .clm01 {
		width: 100%;
		margin: 0;
		background-size: 22px 7px;
	}
	.topInfoBox .box01 .clm02 {
		display: none;
	}
}


/* topInfoBox
-------------------------------------------------------------------*/
.topInfo02Box {
	padding: 20px 0;
}
.topInfo02Box .list01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.topInfo02Box .list01 > li {
	width: 49.5%;
}
.topInfo02Box .list01 > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px;
	border: 4px solid #000000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.topInfo02Box .list01 > li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.topInfo02Box .list01 > li a .clm01 {
}
.topInfo02Box .list01 > li a .clm02 {
	margin: 0 0 0 20px;
}
.topInfo02Box .list01 > li p {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.topInfo02Box .list01 {
		display: block;
	}
	.topInfo02Box .list01 > li {
		width: auto;
	}
	.topInfo02Box .list01 > li + li {
		margin-top: 10px;
	}
	.topInfo02Box .list01 > li a {
		border-width: 2px;
	}
	.topInfo02Box .list01 > li a .clm02 {
		width: 34px;
		margin-left: 10px;
	}
}

/* topLinkBox
-------------------------------------------------------------------*/
.topLinkBox {
	padding: 20px 0;
	background: #f4f2ee;
}
.topLinkBox .list01 {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topLinkBox .list01 > li {
	width: 49.5%;
	margin: 0.5% 0;
}
.topLinkBox .list01 > li a {
	display: block;
	color: #ffffff;
	font-size: 1.9rem;
	font-weight: bold;
	padding: 15px 30px;
	background: #37a0da;
	position: relative;
}
.topLinkBox .list01 > li a.twitter::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 23px;
	position: absolute;
	top: calc(50% - 12px);
	right: 5%;
	background: url("img/top/top_link_icon_twitter.png") 0 0 no-repeat;
	background-size: contain;
}
.topLinkBox .list01 > li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.topLinkBox .list01 {
		display: block;
	}
	.topLinkBox .list01 > li {
		width: auto;
		margin: 0;
	}
	.topLinkBox .list01 > li + li {
		margin-top: 5px;
	}
	.topLinkBox .list01 > li a {
		padding: 10px 15px;
	}
	.topLinkBox .list01 > li a.twitter::after {
		width: 14px;
		height: 12px;
		position: relative;
		top: auto;
		right: auto;
		margin-left: 10px;
	}
}