#maincontents.ver2601 h3.line26 {
	margin-bottom: 44px;
	border-bottom: 1px solid #97a5a5;
	border-radius: 0;
	padding: 0;
	padding-left: 12px;
	padding-bottom: 14px;
	text-align: left;
	color: #231815;
	font-weight: 700;
	font-size: 25pt;
}
#maincontents.ver2601 h3.line26 small {
	margin-left: 2em;
	font-size: 12pt;
}
@media screen and (max-width: 880px) {
	#maincontents.ver2601 h3.line26 {
		font-size: 23pt;
	}
	#maincontents.ver2601 h3.line26 small {
		margin-left: 1.4em;
	}
}
@media screen and (max-width: 740px) {
	#maincontents.ver2601 h3.line26 {
		margin-bottom: 30px;
		padding-left: 6px;
		padding-bottom: 10px;
		font-size: 20pt;
	}
	#maincontents.ver2601 h3.line26 small {
		font-size: 11pt;
	}
}
@media screen and (max-width: 640px) {
	#maincontents.ver2601 h3.line26 {
		font-size: 18pt;
	}
	#maincontents.ver2601 h3.line26 small {
		display: block;
		margin-top: 6px;
		margin-left: 0;
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 480px) {
	#maincontents.ver2601 h3.line26 {
		padding-left: 3px;
		padding-bottom: 8px;
		font-size: 16pt;
	}
	#maincontents.ver2601 h3.line26 small {
		font-size: 10pt;
	}
}

.wr {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 40px);
	max-width: 960px;
}
.inbl {
	display: inline-block;
}

ul.links {
	margin-bottom: 0;

	--link-color: #3057a5;
	--arrow-color: #3057a5d9;
}
ul.links li {
	border-bottom: 1px solid #9b9b9b;
}
ul.links li:first-child {
	border-top: 1px solid #9b9b9b;
}
ul.links li:last-child {
	border-bottom: 1px solid #9b9b9b;
}
ul.links li a {
	padding: 22px 40px 22px 22px;
	color: var(--link-color);
	font-size: 12pt;
	font-weight: 700;
}
ul.links li a:hover {
	background-color: transparent;
	color: var(--link-color);
}
ul.links li a:before, ul.links li a:after {
	position: absolute;
	top: 50%;
	right: 19px;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: right 0.2s cubic-bezier(0, 0, 0.2, 1);
}
ul.links li a:before {
	width: 14px;
	height: 2px;
	background: var(--arrow-color);
	transform: translatey(-50%);
}
ul.links li a:after {
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--arrow-color);
	border-right: 2px solid var(--arrow-color);
	transform: rotate(45deg) translate(-30%, -40%);
}
ul.links li a:hover:before, ul.links li a:hover:after {
	right: 14px;
}
ul.links li a:hover:after {
	border-color: var(--arrow-color);
}
ul.links.parallax li {
	opacity: 1;
	transition: opacity 0.4s;
}
ul.links.parallax:not(.animated) li {
	opacity: 0;
}
@media screen and (max-width: 540px) {
	ul.links li a {
		padding: 17px 37px 17px 12px;
		font-size: 11pt;
	}
	ul.links li a:before {
		width: 10px;
	}
	ul.links li a:after {
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 440px) {
	ul.links li a {
		font-size: 10.5pt;
	}
}

/*
#jobList2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 230px;
    background-image: linear-gradient(0deg, #fff, transparent);
}
*/
.colorBlock {
	position: relative;
}
.colorBlock .blk-in {
	position: relative;
	padding: 100px 0 110px;
	z-index: 1;
}
.colorBlock:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: calc(50% - 30px);
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	transform: rotate(45deg);
	z-index: 1;
}
#jobList2.colorBlock,
#jobList2.colorBlock:after {
	background-color: #fcf7ec;
}
.banners26.colorBlock,
.banners26.colorBlock:after {
	background-color: #fff;
}
#togovmsg2,
#togovmsg2.colorBlock:after {
	background-color: #f1f7e4;
}
#newsarea26,
#newsarea26.colorBlock:after {
	background-color: #fff;
}
.calWrap.colorBlock,
.calWrap.colorBlock:after {
	background-color: #f1f7e4;
}
#bannerList.colorBlock {
	background-color: #fcf7ec;
}
#bannerList.colorBlock:after {
	content: none;
}
@media screen and (max-width: 1040px) {
	.colorBlock .blk-in {
		padding-bottom: 80px;
	}
	#maincontents.ver2601 .colorBlock:first-child .blk-in {
		padding-top: 66px;
	}
}
@media screen and (max-width: 767px) {
	.colorBlock:after {
		bottom: -25px;
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 580px) {
	.colorBlock:after {
		bottom: -20px;
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
	}
	.colorBlock .blk-in {
		padding-top: 72px;
		padding-bottom: 68px;
	}
	#maincontents.ver2601 .colorBlock:first-child .blk-in {
		padding-top: 50px;
	}
}
@media screen and (max-width: 480px) {
	.colorBlock .blk-in {
		padding-top: 60px;
		padding-bottom: 54px;
	}
	#maincontents.ver2601 .colorBlock:first-child .blk-in {
		padding-top: 44px;
	}
}

#maincontents.ver2601 #jobList2 h3.line26 {
	/*border-color: #fff;
	color: #fff;
	text-shadow: 0 0 4px #3c3c3c;
	*/
}
#jobList2 .catlinks {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
#jobList2 .catlinks a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 32px;
	border-radius: 12px;
	width: calc((100% - 96px) / 4 - 0.1px);
	background-color: #fff;
	overflow: hidden;
}
#jobList2 .catlinks a:nth-child(n + 5) {
	margin-top: 30px;
}
#jobList2 .catlinks img {
	margin-bottom: 5px;
	width: 100%;
	max-width: 160px;
}
#jobList2 .catlinks a span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #231815;
	height: 2.4em;
	font-size: 16pt;
	letter-spacing: 1.5px;
	line-height: 120%;
}
#jobList2 .catlinks a span small {
	font-size: 13pt;
}
#jobList2 .catlinks a:hover {
	text-decoration: none;
}
#jobList2 .catlinks a .figure {
	position: relative;
	width: 100%;
	background-color: #bfb6a3;
	padding-top: 70.7%;
	overflow: hidden;
}
#jobList2 .catlinks a:nth-child(2n) .figure {
	background-color: #dfeebd;
}
#jobList2 .catlinks.ver2 a .figure .inr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transform: scale(1.01);
	transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
	backface-visibility: hidden;
}
#jobList2 .catlinks a.ippangyosei .figure .inr {
	background-size: 105%;
	background-position: center 40%;
}
#jobList2 .catlinks a.kankyokagaku .figure .inr {
    background-size: 230%;
    background-position: 53% 3%;
}
#jobList2 .catlinks a.shakaifukushi .figure .inr {
	background-size: 160%;
	background-position: center 30%;
}
#jobList2 .catlinks a.nogyo .figure .inr {
	background-size: 114%;
	background-position: 56% 42%;
}
#jobList2 .catlinks a.suisan .figure .inr {
	background-size: 140%;
	background-position: 47% 11%;
}
#jobList2 .catlinks a.ringyo .figure .inr {
	background-size: 152%;
	background-position: 37% 39%;
}
#jobList2 .catlinks a.doboku-nogyo .figure .inr {
	background-size: 152%;
	background-position: center 29%;
}
#jobList2 .catlinks a.doboku-kensetsu .figure .inr {
	background-size: 224%;
	background-position: center 30%;
}
#jobList2 .catlinks a.kenchiku .figure .inr {
	background-size: 202%;
	background-position: 48% 28%;
}
#jobList2 .catlinks.ver2 a.gishi .figure .inr {
	background-size: 128%;
	background-position: center 32%;
}
#jobList2 .catlinks.ver2 a.fukyu-nogyo .figure .inr {
	background-size: 180%;
	background-position: center 32%;
}
#jobList2 .catlinks.ver2 a.fukyu-suisan .figure .inr {
	background-size: 202%;
	background-position: 62% 10%;
}
#jobList2 .catlinks.ver2 a.juishi .figure .inr {
	background-size: 246%;
	background-position: 51% 37%;
}
#jobList2 .catlinks.ver2 a.hokenshi .figure .inr {
	background-size: 100%;
	background-position: center 18%;
}
#jobList2 .catlinks.ver2 a.yakuzaishi .figure .inr {
	background-size: 110%;
	background-position: 56% 15%;
}
#jobList2 .catlinks.ver2 a.kango-koshi .figure .inr {
	background-size: 150%;
	background-position: 56% 29%;
}
#jobList2 .catlinks.ver2 a .cont {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 8px;
}
#jobList2 .catlinks a .icon {
	position: absolute;
	left: 6.7%;
	bottom: 100%;
	border-radius: 50%;
	width: 48px;
	height: auto;
	background-color: #fff;
	transform: translatey(18px);
	overflow: hidden;
	box-shadow: 0px 1px 3px #a1a1a1;
}
#jobList2 .catlinks.ver2 a .icon img {
	display: block;
	margin: 0;
	width: 100%;
}
#jobList2 .catlinks.ver2 a:hover {
	opacity: 1;
}
#jobList2 .catlinks.ver2 a:hover .figure .inr {
	transform: scale(1.1);
}
#jobList2 .catlinks.parallax a {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1); 
}
#jobList2 .catlinks.parallax:not(.animated) a {
	opacity: 0;
	transform: translatey(30px);
}
#jobList2 .catlinks.parallax.animated a:nth-child(2) { transition-delay: 0.15s; }
#jobList2 .catlinks.parallax.animated a:nth-child(3) { transition-delay: 0.3s; }
#jobList2 .catlinks.parallax.animated a:nth-child(4) { transition-delay: 0.45s; }
#jobList2 .catlinks.parallax.animated a:nth-child(5) { transition-delay: 0.6s; }
#jobList2 .catlinks.parallax.animated a:nth-child(6) { transition-delay: 0.75s; }
#jobList2 .catlinks.parallax.animated a:nth-child(7) { transition-delay: 0.9s; }
#jobList2 .catlinks.parallax.animated a:nth-child(8) { transition-delay: 1.05s; }
#jobList2 .catlinks.parallax.animated a:nth-child(9) { transition-delay: 1.2s; }
#jobList2 .catlinks.parallax.animated a:nth-child(10) { transition-delay: 1.35s; }
#jobList2 .catlinks.parallax.animated a:nth-child(11) { transition-delay: 1.5s; }
#jobList2 .catlinks.parallax.animated a:nth-child(12) { transition-delay: 1.65s; }
#jobList2 .catlinks.parallax.animated a:nth-child(13) { transition-delay: 1.8s; }
#jobList2 .catlinks.parallax.animated a:nth-child(14) { transition-delay: 1.95s; }
#jobList2 .catlinks.parallax.animated a:nth-child(15) { transition-delay: 2.1s; }
#jobList2 .catlinks.parallax.animated a:nth-child(16) { transition-delay: 2.25s; }

#jobList2 .catlinks.parallax a .figure .inr {
	opacity: 1;
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition-delay: 0.4s, 0s;
}
#jobList2 .catlinks.parallax.animated a:nth-child(2) .figure .inr { transition-delay: 0.45s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(3) .figure .inr { transition-delay: 0.6s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(4) .figure .inr { transition-delay: 0.75s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(5) .figure .inr { transition-delay: 0.9s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(6) .figure .inr { transition-delay: 1.05s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(7) .figure .inr { transition-delay: 1.2s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(8) .figure .inr { transition-delay: 1.35s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(9) .figure .inr { transition-delay: 1.5s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(10) .figure .inr { transition-delay: 1.65s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(11) .figure .inr { transition-delay: 1.8s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(12) .figure .inr { transition-delay: 1.95s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(13) .figure .inr { transition-delay: 2.1s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(14) .figure .inr { transition-delay: 2.25s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(15) .figure .inr { transition-delay: 2.4s, 0s; }
#jobList2 .catlinks.parallax.animated a:nth-child(16) .figure .inr { transition-delay: 2.55s, 0s; }

#jobList2 .catlinks.parallax:not(.animated) a .figure .inr {
	opacity: 0;
}
#jobList2 .att {
	position: relative;
	padding-left: 1em;
	/*text-shadow: 0 0 8px #000000;*/
}
#jobList2 .att:before {
	content: "\203B";
	position: absolute;
	top: -1px;
	left: 0;
}
@media screen and (max-width: 840px) {
	#jobList2 .catlinks a {
		margin-right: 24px;
		width: calc((100% - 72px) / 4 - 0.1px);
	}
	#jobList2 .catlinks a .icon {
		transform: translatey(10px);
	}
	#jobList2 .catlinks a span {
		font-size: 12pt;
	}
	#jobList2 .catlinks a span small {
		font-size: 9pt;
	}
	#jobList2 .att {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 740px) {
	#jobList2 .catlinks.ver2 a .icon {
		width: 44px;
	}
}
@media screen and (min-width: 641px) {
	#jobList2 .catlinks a:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#jobList2 .catlinks a {
		margin-left: 12px;
		margin-right: 12px;
		width: calc((100% - 48px) / 3 - 0.1px);
	}
	#jobList2 .catlinks a:nth-child(3n) {
		margin-right: 0;
	}
	#jobList2 .catlinks a:nth-child(3n + 1) {
		margin-left: 0;
	}
	#jobList2 .catlinks a:nth-child(n + 4) {
		margin-top: 30px;
	}
	#jobList2 .att {
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 540px) {
	#jobList2 .catlinks a {
		margin-left: 8px;
		margin-right: 8px;
		width: calc((100% - 32px) / 3 - 0.1px);
	}
	#jobList2 .catlinks a:nth-child(n + 4) {
		margin-top: 26px;
	}
	#jobList2 .catlinks.ver2 a .figure {
		padding-top: 110%;
	}
	#jobList2 .catlinks a.suisan .figure .inr {
		background-size: 148%;
	}
	#jobList2 .catlinks.ver2 a.hokenshi .figure .inr {
		background-size: 110%;
	}
	#jobList2 .catlinks.ver2 a .icon {
		width: 44px;
	}
}
@media screen and (max-width: 480px) {
	#jobList2 .catlinks {
		margin-bottom: 13px;
	}
	#jobList2 .catlinks a span {
		font-size: 10.5pt;
		line-height: 130%;
	}
	#jobList2 .catlinks.ver2 a .cont {
		padding-left: 4px;
		padding-right: 4px;
		letter-spacing: 0.5px;
	}
}

.banners26 .cols2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.banners26 .cols2 .videowrap {
	position: relative;
	margin: 0;
	border-radius: 12px;
	width: 57%;
	background-color: #3364bc;
	overflow: hidden;
}
.banners26 .cols2 .videowrap:before {
	content: "";
	display: block;
	padding-top: 56.3%;
}
.banners26 .cols2 .videowrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banners26 .cols2 ul.links {
	margin-top: 2px;
	width: 37%;
}
.banners26 .cols2 ul.links.parallax.animated li:nth-child(1) { transition-delay: 0.3s; }
.banners26 .cols2 ul.links.parallax.animated li:nth-child(2) { transition-delay: 0.4s; }
.banners26 .cols2 ul.links.parallax.animated li:nth-child(3) { transition-delay: 0.5s; }
.banners26 .cols2 ul.links.parallax.animated li:nth-child(4) { transition-delay: 0.6s; }
.banners26 .cols2 ul.links.parallax.animated li:nth-child(5) { transition-delay: 0.7s; }
@media screen and (max-width: 960px) {
	.banners26 .cols2 .videowrap {
		width: 62%;
	}
	.banners26 .cols2 ul.links {
		width: 35%;
	}
}
@media screen and (max-width: 767px) {
	.banners26 .cols2 {
		flex-direction: column-reverse;
	}
	.banners26 .cols2 .videowrap {
		width: 100%;
	}
	.banners26 .cols2 ul.links {
		margin-bottom: 40px;
		width: 100%;
	}
}
@media screen and (max-width: 440px) {
	.banners26 .cols2 ul.links {
		margin-bottom: 32px;
	}
}

#togovmsg2 {
	margin: 0;
	width: 100%;
	max-width: none;
}
#togovmsg2 .cols2 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
#togovmsg2 .cols2 a {
	position: relative;
	display: block;
}
#togovmsg2 .cols2 a:hover {
	opacity: 0.8;
}
#togovmsg2 .cols2 a .txt {
	position: absolute;
	left: 50px;
	bottom: 30px;
	font-weight: 700;
}
#togovmsg2 .cols2 a.ph {
	overflow: hidden;
}
#togovmsg2 .cols2 a.ph .bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	transform: scale(1);
	filter: brightness(1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), filter 0.3s ease-out;
}
#togovmsg2 .cols2 a.ph:hover .bg {
	transform: scale(1.1);
	filter: brightness(1.3);
}
#togovmsg2 .cols2 a.ph .bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
#togovmsg2 .cols2 a.ph .txt {
	color: #fff;
}
#togovmsg2 .cols2 a.ph:hover .bg {
	
}
#togovmsg2 .cols2 .lft, #togovmsg2 .cols2 .rgt {
	width: calc(50% - 13px);
}
#togovmsg2 .cols2 .lft a {
	border-radius: 12px;
	background-color: #aaceb8;
	padding-top: 73%;
	font-size: 22pt;
}
#togovmsg2 .cols2 .lft a small {
	display: block;
	margin-top: 0.3em;
	font-size: 11pt;
	line-height: 160%;
}
#togovmsg2 .cols2 .rgt {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#togovmsg2 .cols2 .rgt > div {
	width: calc((100% - 20px) / 2);
	height: calc((100% - 20px) / 2);
}
#togovmsg2 .cols2 .rgt > div:nth-child(n + 3) {
	margin-top: 20px;
}
#togovmsg2 .cols2 .rgt a {
	border-radius: 12px;
	background-color: #d7f2e2;
	width: 100%;
	height: 100%;
}
#togovmsg2 .cols2 .rgt > div:nth-child(2) a,
#togovmsg2 .cols2 .rgt > div:nth-child(3) a {
	background-color: #ddeded;
}
#togovmsg2 .cols2 .rgt > div:nth-child(2) a.ph .bg:before {
	opacity: 0.45;
}
#togovmsg2 .cols2 .rgt > div:nth-child(3) a.ph .bg:before {
	opacity: 0.6;
}
#togovmsg2 .cols2 .rgt a .txt {
	left: 27px;
	bottom: 15px;
	padding-right: 20px;
}
#togovmsg2 .cols2.parallax a {
	opacity: 1;
	transition: opacity 0.4s;
}
#togovmsg2 .cols2.parallax:not(.animated) a {
	opacity: 0;
}
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(1) a { transition-delay: 0.15s; }
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(2) a { transition-delay: 0.3s; }
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(3) a { transition-delay: 0.45s; }
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(4) a { transition-delay: 0.6s; }

#togovmsg2 .cols2.parallax a .txt {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.3s, transform 0.4s cubic-bezier(0, 0, 0.4, 1);
	transition-delay: 0.3s;
}
#togovmsg2 .cols2.parallax:not(.animated) a .txt {
	opacity: 0;
	transform: translatex(16px);
}
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(1) a .txt { transition-delay: 0.4s; }
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(2) a .txt { transition-delay: 0.5s; }
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(3) a .txt { transition-delay: 0.6s; }
#togovmsg2 .cols2.parallax.animated .rgt div:nth-child(4) a .txt { transition-delay: 0.7s; }
@media screen and (max-width: 840px) {
	#togovmsg2 .cols2 .lft a {
		font-size: 20pt;
	}
	#togovmsg2 .cols2 a .txt {
		left: 40px;
		bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	#togovmsg2 .cols2 .lft, #togovmsg2 .cols2 .rgt {
		width: calc(50% - 10px);
	}
	#togovmsg2 .cols2 .lft a {
		font-size: 18pt;
	}
	#togovmsg2 .cols2 a .txt {
		left: 28px;
		bottom: 22px;
	}
	#togovmsg2 .cols2 .rgt > div {
		width: calc((100% - 12px) / 2);
		height: calc((100% - 13px) / 2);
	}
	#togovmsg2 .cols2 .rgt > div:nth-child(n + 3) {
		margin-top: 13px;
	}
}
@media screen and (max-width: 640px) {
	#togovmsg2 .cols2 {
		display: block;
	}
	#togovmsg2 .cols2 .lft, #togovmsg2 .cols2 .rgt {
		width: 100%;
	}
	#togovmsg2 .cols2 .lft {
		margin-bottom: 18px;
	}
	#togovmsg2 .cols2 .lft a {
		padding-top: 53%;
		font-size: 16pt;
	}
	#togovmsg2 .cols2 .rgt > div {
		height: auto;
	}
	#togovmsg2 .cols2 .rgt a {
		height: auto;
		padding-top: 50%;
	}
}
@media screen and (max-width: 480px) {
	#togovmsg2 .cols2 .lft a {
		font-size: 14pt;
	}
	#togovmsg2 .cols2 .lft a small {
		font-size: 10pt;
	}
}
@media screen and (max-width: 440px) {
	#togovmsg2 .cols2 .lft a,
	#togovmsg2 .cols2 .rgt a {
		border-radius: 8px;
	}
	#togovmsg2 .cols2 .rgt a .txt {
		left: 16px;
		bottom: 13px;
	}
}

#maincontents.ver2601 #newsarea26 h3.line26{
	margin-bottom: 24px;
}
#newsarea26 .cols2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
#newsarea26 .cols2 .lft {
	width: calc(100% - 110px);
}
#newsarea26 .cols2 .lft p:empty {
	display: none;
}
#newsarea26 .cols2 .lft ul.links {
	--link-color: #231815;
	--arrow-color: #52996ed9;
}
#newsarea26 .cols2 .lft ul.links li:first-child {
	border-top: none;
}
#newsarea26 .cols2 .lft ul.links li:last-child {
	border-bottom: none;
}
#newsarea26 .cols2 .lft ul.links li time {
	font-size: 11pt;
	letter-spacing: 0.5px;
}
#newsarea26 .cols2 .lft ul.links li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-right: 86px;
	font-size: 12pt;
	font-weight: 400;
	line-height: 164%;
}
#newsarea26 .cols2 .lft ul.links li a > span {
	display: block;
	width: calc(100% - 126px);
}
#newsarea26 .cols2 .lft a.more {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	border: 1px solid #368856;
	border-radius: 4px;
	width: auto;
	height: auto;
	padding: 15px 5em 17px;
	color: #368856;
	font-size: 11pt;
	font-weight: 600;
	line-height: 100%;
}
#newsarea26 .cols2 .lft a.more:before, 
#newsarea26 .cols2 .lft a.more:after {
    position: absolute;
    top: 50%;
    right: 19px;
    margin: auto;
    content: "";
    vertical-align: middle;
	transition: right 0.2s cubic-bezier(0, 0, 0.2, 1);
}
#newsarea26 .cols2 .lft a.more:before {
	width: 14px;
	height: 2px;
	background: #368856d9;
	transform: translatey(-50%);
}
#newsarea26 .cols2 .lft a.more:after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #368856d9;
	border-right: 2px solid #368856d9;
	transform: rotate(45deg) translate(-30%, -40%);
}
#newsarea26 .cols2 .lft a.more:hover:before, 
#newsarea26 .cols2 .lft a.more:hover:after {
	right: 14px;
}
#newsarea26 .cols2 .rgt {
	padding-top: 16px;
	width: 24%;
}
#newsarea26 .cols2 .rgt .block {
	border-radius: 12px;
	width: 60%;
	background-color: #d7f2e2;
	clear: both;
}
#newsarea26 .cols2 .rgt .block:before {
	content: "";
	display: block;
	padding-top: 60%;
}
#newsarea26 .cols2 .rgt .block:nth-child(2) {
	float: right;
    background-color: #ddeded;
    margin-top: -20%;
}
#newsarea26 .cols2 .rgt .block:nth-child(3) {
    transform: translate(20%, -20%);
}
#newsarea26 .cols2 .lft ul.links.parallax.animated li:nth-child(1) { transition-delay: 0.4s; }
#newsarea26 .cols2 .lft ul.links.parallax.animated li:nth-child(2) { transition-delay: 0.55s; }
#newsarea26 .cols2 .lft ul.links.parallax.animated li:nth-child(3) { transition-delay: 0.7s; }
#newsarea26 .cols2 .lft.parallax a.more {
	opacity: 1;
	transition: opacity 0.4s;
}
#newsarea26 .cols2 .lft.parallax:not(.animated) a.more {
	opacity: 0;
}
#newsarea26 .cols2 .lft.parallax.animated a.more {
	transition-delay: 0.9s;
}
#newsarea26 .cols2 .rgt.parallax .block {
	opacity: 1;
	transition: opacity 0.6s;
}
#newsarea26 .cols2 .rgt.parallax:not(.animated) .block {
	opacity: 0;
}
#newsarea26 .cols2 .rgt.parallax.animated .block:nth-child(1) { transition-delay: 0.9s; }
#newsarea26 .cols2 .rgt.parallax.animated .block:nth-child(2) { transition-delay: 1.3s; }
#newsarea26 .cols2 .rgt.parallax.animated .block:nth-child(3) { transition-delay: 1.7s; }
@media screen and (max-width: 1040px) {
	#newsarea26 .cols2 .lft {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 840px) {
	#newsarea26 .cols2 .lft {
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 740px) {
	#maincontents.ver2601 #newsarea26 h3.line26 {
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 640px) {
	#newsarea26 .cols2 .lft ul.links li a {
		padding-right: 56px;
	}
	#newsarea26 .cols2 .lft ul.links li a > span {
		width: calc(100% - 110px);
	}
	#newsarea26 .cols2 .lft a.more {
		margin-top: 12px;
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 580px) {
	#maincontents.ver2601 #newsarea26 h3.line26 {
		margin-bottom: 8px;
	}
	#newsarea26 .cols2 .lft {
		width: 100%;
	}
	#newsarea26 .cols2 .lft ul.links li a {
		display: block;
		padding: 12px 46px 12px 18px;
	}
	#newsarea26 .cols2 .lft ul.links li time {
		font-size: 10pt;
	}
	#newsarea26 .cols2 .lft ul.links li a > span {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	#newsarea26 .cols2 .lft ul.links li a {
		font-size: 11pt;
		line-height: 148%;
	}
	#newsarea26 .cols2 .lft ul.links li time {
		font-size: 9.5pt;
	}
	#newsarea26 .cols2 .lft a.more:before {
		width: 10px;
	}
	#newsarea26 .cols2 .lft a.more:after {
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 480px) {
	#newsarea26 .cols2 .lft ul.links li a {
		padding: 10px 40px 10px 8px;
	}
	#newsarea26 .cols2 .lft a.more {
		padding: 11px 3.6em 13px;
		font-size: 10pt;
	}
}

.calWrap .blk-in {
	position: relative;
	z-index: 1;
}
/*#maincontents.ver2601 .calWrap h3.line26 {
	border-color: #fff;
	color: #fff;
	text-shadow: 0 0 4px #3c3c3c;
}
*/
.mc-main:not(.ver2512) {
	opacity: 0;
}
.calWrap .mc-main.list, .calWrap .mc-main.calendar {
	width: 100% !important;
}
.mc-main.ver2512 .heading {
	border-radius: 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.mc-main.ver2512 .my-calendar-header {
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.mc-main.ver2512 table {
	border-collapse: separate;
}
.mc-main.ver2512 table tr th {
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
}
.mc-main.ver2512 table tr td {
	border: none;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
}
.mc-main.ver2512 table tr th:first-child,
.mc-main.ver2512 table tr td:first-child {
	border-left: 1px solid #adadad;
}
.mc-main.ver2512 table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}
.mc-main.ver2512 table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}
.mc-main.ver2512 .mc-date,
.mc-main.ver2512 .has-events .mc-date > span:nth-child(1) {
	font-family: system-ui;
	font-size: 11pt;
}
.mc-main.ver2512.list {
	background-color: transparent;
}
.mc-main.ver2512.list .mc-content {
	border: 1px solid #adadad;
	border-top: none;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #fff;
	overflow: hidden;
}

/*
#bannerList:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 230px;
    background-image: linear-gradient(180deg, #fff, transparent);
}
*/
#bannerList .blk-in {
	position: relative;
	/*padding: 150px 0 160px;*/
	padding-bottom: 160px;
	z-index: 1;
}
@media screen and (max-width: 840px) {
	#bannerList .blk-in {
		padding-bottom: 140px;
	}
}
@media screen and (max-width: 680px) {
	#bannerList .blk-in {
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 540px) {
	#bannerList .blk-in {
		padding-bottom: 100px;
	}
}

#naiteiLink {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 60px;
	border: none;
	border-radius: 12px;
	padding: 44px 58px 52px;
	
	--naitei-color: #3057a5;
	--arrow-color: #3057a5d9;
}
#naiteiLink figure {
	margin: 0;
	border-radius: 9px;
	width: 41%;
	background-color: #c6e5b1;
	background-size: cover;
	background-position: center;
}
#naiteiLink > div {
	width: 53%;
}
#naiteiLink > div h3 {
	margin-bottom: 22px !important;
}
#naiteiLink > div h3:after {
	content: none !important;
}
#naiteiLink > div .tonaitei p {
	float: none !important;
	width: 100% !important;
}
#naiteiLink > div .tonaitei p:first-child {
	margin-bottom: 30px;
	color: #231815;
	font-weight: normal;
}
#naiteiLink > div .tonaitei p:last-child {
	text-align: center;
}
#naiteiLink > div .tonaitei p:last-child a {
	position: relative;
	float: none;
	display: inline-block;
	border: 1px solid var(--naitei-color);
	border-radius: 4px;
	width: auto;
	padding: 16px 4em 18px;
	color: var(--naitei-color);
	font-size: 12pt;
	line-height: 100%;
}
#naiteiLink > div .tonaitei p:last-child a:before, 
#naiteiLink > div .tonaitei p:last-child a:after {
    position: absolute;
    top: 50%;
    right: 19px;
    margin: auto;
    content: "";
    vertical-align: middle;
	transition: right 0.2s cubic-bezier(0, 0, 0.2, 1);
}
#naiteiLink > div .tonaitei p:last-child a:before{
	width: 14px;
	height: 2px;
	background: var(--arrow-color);
	transform: translatey(-50%);
}
#naiteiLink > div .tonaitei p:last-child a:after{
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--arrow-color);
	border-right: 2px solid var(--arrow-color);
	transform: rotate(45deg) translate(-30%, -40%);
}
#naiteiLink > div .tonaitei p:last-child a:hover:before, 
#naiteiLink > div .tonaitei p:last-child a:hover:after {
	right: 14px;
}
#naiteiLink.parallax figure,
#naiteiLink.parallax h3,
#naiteiLink.parallax .tonaitei p {
	opacity: 1;
	transition: opacity 0.6s;
}
#naiteiLink.parallax:not(.animated) figure,
#naiteiLink.parallax:not(.animated) h3,
#naiteiLink.parallax:not(.animated) .tonaitei p {
	opacity: 0;
}
#naiteiLink.parallax.animated figure { transition-delay: 0.8s; }
#naiteiLink.parallax.animated h3 { transition-delay: 1.15s; }
#naiteiLink.parallax.animated p:first-child { transition-delay: 1.3s; }
#naiteiLink.parallax.animated p:last-child { transition-delay: 1.45s; }
@media screen and (max-width: 880px) {
	#naiteiLink {
		margin-bottom: 48px;
	}
	#naiteiLink figure {
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media screen and (min-width: 768px) {
	#naiteiLink figure.onsp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#naiteiLink {
		flex-direction: column;
	}
	#naiteiLink figure {
		margin-bottom: 18px;
		width: 100%;
		padding-top: 100px;
	}
	#naiteiLink figure.onpc {
		display: none;
	}
	#naiteiLink > div {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#naiteiLink {
		padding: 34px 28px 40px;
	}
	#naiteiLink > div .tonaitei p:first-child {
		margin-bottom: 14px;
	}
	#naiteiLink > div .tonaitei p:last-child a {
		margin-top: 0;
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 540px) {
	#naiteiLink.ver2 .tonaitei p:first-child {
		font-size: 11pt;
	}
	#naiteiLink > div .tonaitei p:last-child a:before {
		width: 10px;
	}
	#naiteiLink > div .tonaitei p:last-child a:after {
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 480px) {
	#naiteiLink {
		padding: 24px 16px 32px;
	}
	#naiteiLink h3:not(.uline) {
		font-size: 16pt;
	}
	#naiteiLink figure {
		border-radius: 6px;
		padding-top: 84px;
	}
	#naiteiLink > div .tonaitei p:last-child a {
		padding: 11px 3.6em 13px;
		font-size: 10pt;
	}
}

#bannerList .bannerlink {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
#bannerList .bannerlink > div {
	width: calc((100% - 48px) / 3);
}
#bannerList .bannerlink > div a {
	display: block;
	border-radius: 12px;
	width: 100%;
	background-color: #fff;
	padding: 18px 16px 0;
	text-align: center;
}
#bannerList .bannerlink > div a:hover {
	opacity: 1;
	text-decoration: none;
	filter: brightness(1.05);
}
#bannerList .bannerlink > div a .figure {
	box-sizing: border-box;
	display: block;
	border: 1px solid #ddd;
	border-radius: 9px;
	background-color: #ddd;
	padding-top: 76.2%;
	background-position: center;
	background-size: cover;
}
#bannerList .bannerlink > div a .ttl {
	display: block;
	padding: 1.5em 0;
	font-size: 14pt;
	font-weight: 600;
	color: #231815;
}
#bannerList .bannerlink.parallax > div {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.3s, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#bannerList .bannerlink.parallax:not(.animated) > div {
	opacity: 0;
	transform: translatey(40px);
}
#bannerList .bannerlink.parallax.animated > div:nth-child(2) { transition-delay: 0.2s; }
#bannerList .bannerlink.parallax.animated > div:nth-child(3) { transition-delay: 0.4s; }
@media screen and (max-width: 840px) {
	#bannerList .bannerlink > div {
		width: calc((100% - 32px) / 3);
	}
}
@media screen and (max-width: 767px) {
	#bannerList .bannerlink > div a .ttl {
		padding: 1.1em 0;
		font-size: 13pt;
	}
}
@media screen and (max-width: 720px) {
	#bannerList .bannerlink {
		flex-wrap: wrap;
	}
	#bannerList .bannerlink > div {
		width: calc((100% - 16px) / 2);
	}
	#bannerList .bannerlink > div:nth-child(n + 3) {
		margin-top: 24px;
	}
}
@media screen and (max-width: 540px) {
	#bannerList .bannerlink > div a {
		padding-bottom: 4px;
	}
	#bannerList .bannerlink > div a .ttl {
		padding: 0.9em 0;
		font-size: 12pt;
		line-height: 130%;
	}
}
@media screen and (max-width: 480px) {
	#bannerList .bannerlink > div {
		width: calc((100% - 12px) / 2);
	}
	#bannerList .bannerlink > div:nth-child(n + 3) {
		margin-top: 17px;
	}
}
