/*---------- 幅769pxからの指定 ----------*/
@media screen and (min-width:769px) {
.sp{
	display:none;
}
.l{
	float:left;
}
.r{
	float:right;
}
#page-top{
	position:fixed;
	bottom:20px;
	right:10px;
	z-index:10000;
	width:80px;
	aspect-ratio: 120/114;
	background: url("../images/page-top.png") no-repeat center center;
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	transition:0.4s ease;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}
#page-top:hover{
	background: url("../images/page-top-hover.png") no-repeat center center;
	background-size: 100%;
}

.hamburger {
    display: none !important;
}

body {
	width: 100%;
	max-width:1920px;
	min-width:1080px;
	margin: 0 auto !important;
	color: #111;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2px;
	line-height:1.96;
	text-rendering: optimizeSpeed;
	font-size: clamp(13px, 1vw, 16px);
	min-height: 100vh;
}
.fadeIn {
	opacity: 0;
	transition: opacity 1.5s;
}
.fadeIn.visible {
	opacity: 1;
}
.fadeIn-UP {
    opacity: 0; /* アニメーション前は透明 */
    transform: translateY(50px); /* 画面外から下から上に */
    transition: opacity 1.5s, transform 1.5s; /* スムーズなトランジション */
}
.fadeIn-UP.visible {
    opacity: 1; /* 不透明に */
    transform: translateY(0); /* 元の位置に */
}
.fadeIn-Left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Left.visible {
    opacity: 1;
    transform: translateX(0);
}
.fadeIn-Right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* footer
---------------------------------------------- */
footer {
	width:100%;
	background: #f4f7f7;
	padding:0 0 60px;
}
footer .info{
	width:80%;
	float:left;
	padding:40px;
	display: table;
}
footer .info .f-logo{
	width:260px;
	display: table-cell;
	padding-right: 40px;
}
footer .info .f-text{
	display: table-cell;
	font-size: 13px;
	line-height: 1.82;
	padding-top: 12px;
}
footer .copy{
	width:20%;
	float:right;
	text-align: right;
	padding:40px;
	font-size: 13px;
}

/* index
---------------------------------------------- */
.Top-FV-area{
	width:100%;
	aspect-ratio: 16/9;
	background: #00afcc url("../images/fv-txt.png") no-repeat center center;
	background-size: 5%;
	position: relative;
}
.Top-logo-area{
	width:35%;
	max-width:672px;
	min-width:378px;
	position: absolute;
	top: 3.5rem;
	right: 3.5rem;
}
.Top-logo-area h1 a{
	display: block;
	width:100%;
}

.Top-FV-area .Top-FV-image{
	width:43%;
	min-width:465px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.Top-FV-area .Top-FV-menu-area{
	width:41.5%;
	min-width:486px;
	aspect-ratio: 720/580;
	padding:0 4% 0 0;
	position: absolute;
	top: 160px;
	right: 0;
	overflow: visible;
}
.Top-FV-area .Top-FV-menu-area .FV-menu-box{
	width:100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
.Top-FV-area .Top-FV-menu-area a{
	width:70%;
	max-width:553px;
	min-width:318px;
	display: block;
	aspect-ratio: 533/193;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
}
.Top-FV-area .Top-FV-menu-area #nav-kigyou{
	background: url("../images/navi-kigyou.png") no-repeat center center;
	background-size: 100%;
	top: 0;
	right: 0.5vw;
}
.Top-FV-area .Top-FV-menu-area #nav-pro{
	background: url("../images/navi-pro.png") no-repeat center center;
	background-size: 100%;
	top: 98px;
	right: 4.2vw;
}
.Top-FV-area .Top-FV-menu-area #nav-gakkou{
	background: url("../images/navi-gakkou.png") no-repeat center center;
	background-size: 100%;
	top: 198px;
	right: 8.4vw;
}

.Top-FV-area .Top-FV-menu-area #nav-kigyou:hover{
	background: url("../images/navi-kigyou-hover.png") no-repeat center center;
	background-size: 100%;
	right: 0;
}
.Top-FV-area .Top-FV-menu-area #nav-pro:hover{
	background: url("../images/navi-pro-hover.png") no-repeat center center;
	background-size: 100%;
	right: 3.7vw;
}
.Top-FV-area .Top-FV-menu-area #nav-gakkou:hover{
	background: url("../images/navi-gakkou-hover.png") no-repeat center center;
	background-size: 100%;
	right: 7.9vw;
}

.Top-FV-area .FV-link-pdf{
	width:100%;
	padding:0 1.5rem 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.Top-FV-area .FV-link-pdf a{
	display: inline-block;
	line-height: 1;
	padding:1.2rem 1.75rem 1.2rem 2.8rem;
	background: #fff;
	border: 2px solid #00798d;
	border-radius: 100vh;
	color:#00798d;
	font-size: clamp(13px, 1vw, 17px);

	text-decoration: none;
	transition: 0.3s;
	position: relative;
}
.Top-FV-area .FV-link-pdf a::before {
	font-family: "Font Awesome 6 Free",sans-serif;
	content: "\f1c1";
	position: absolute;
	font-size: clamp(13px, 1vw, 17px);
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 1.5rem;
	color: #00798d;
	transition: 0.3s;
}
.Top-FV-area .FV-link-pdf a:hover{
	background: #fff100;
}

.Top-read-area{
	width:100%;
	padding:80px 0;
	background: #fff;
}
.Top-read-area .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Top-read-area .inner h2{
	font-size: clamp(22px, 2vw, 36px);
	width: 45%;
	padding-left:5%;
}
.Top-read-area .inner .read-text{
	font-size: clamp(14px, 1.1vw, 18px);
	width: 55%;
	padding-right:2.5%;
}

.ani-item-A{
	width:100%;
	padding:0;
	background: #fff;
}
.ani-item-A .slick-track{
	margin-bottom:0;
}
.ani-item-A .thum{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	border:1px solid #fff ;
}
.ani-item-A .thum img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.koukoku-area{
	padding:60px 20px 64px;
	width:100%;
	text-align:center;
}
.koukoku-area .koukoku-ttl{
	padding:0 0 36px;
	font-size:21px;
	line-height:1.78;
	text-align:center;
	color:#00afcc;
	font-weight:bold;
}
.koukoku-area a{
	display:inline-block;
	padding:10px 36px 10px 48px;
	text-align:center;
	line-height:1.2;
	font-size:15px;
	position:relative;
	border: 1px solid #00afcc;
	margin:0 4px;
	border-radius: 100vh;
}
.koukoku-area a:hover{
	border: 1px solid #ff4a03;
}
.koukoku-area a::before {
	font-family: "Font Awesome 6 Free",sans-serif;
	content: "\f1c1";
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 26px;
	color: #00798d;
	transition: 0.3s;
}

/* container
---------------------------------------------- */
#container{
	width:100%;
	/* .waku の overflow:hidden が sticky の基準を壊すため解除 */
	overflow: visible;
}
.bg-kigyou{
	background: url("../images/masu-kigyou.gif") repeat center center;
	background-size: 36px;
}
.bg-pro{
	background: url("../images/masu-pro.gif");
	background-size: 36px;
}
.bg-gakkou{
	background: url("../images/masu-gakkou.gif");
	background-size: 36px;
}

/* cate-page
---------------------------------------------- */
.cate-body{
	width: 100%;
	position: relative;
	min-width: 1080px;
	margin:0 auto;
	overflow: visible;
}
.cate-body::after{
	content: "";
	display: block;
	clear: both;
}
.cate-body .R-Content{
	width: 41%;
	padding:0 3.5%;
	float: right;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	max-height: none;
	overflow: visible;
}
.cate-body .page-head{
	padding:62px 0 0;
}
.cate-body .pankuzu{
	font-size:14px;
	color: #fff;
	padding:24px 0;
}
.cate-body .pankuzu a{
	text-decoration: underline;
	color: #fff;
}
.cate-body .pankuzu a:hover{
	text-decoration: none;
	color: #fff100;
}
.cate-body .ttl-cate{
	margin-bottom:24px;
}
.cate-body .cate-disc-area{
	margin-bottom:40px;
}
.cate-body .cate-disc-area .base{
	padding:32px;
	background: #168ea2;
	color: #fff;
	border-radius: 12px;
}

.cate-body .cate-menu-area{
	width:100%;
}
.cate-body .cate-menu-area .cate-menu-box{
	width:100%;
	position: relative;
	aspect-ratio: 720/580;
	padding:0 0 0 0;
}
.cate-body .cate-menu-area a{
	width:70%;
	max-width:553px;
	min-width:318px;
	display: block;
	aspect-ratio: 533/193;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
}
.cate-body .cate-menu-area a:first-child{
	top: 0;
	right: 0.5vw;
}
.cate-body .cate-menu-area a:last-child{
	top: 98px;
	right: 4.2vw;
}
.cate-body .cate-menu-area #nav-kigyou{
	background: url("../images/navi-kigyou.png") no-repeat center center;
	background-size: 100%;
}
.cate-body .cate-menu-area #nav-pro{
	background: url("../images/navi-pro.png") no-repeat center center;
	background-size: 100%;
}
.cate-body .cate-menu-area #nav-gakkou{
	background: url("../images/navi-gakkou.png") no-repeat center center;
	background-size: 100%;
}
.cate-body .cate-menu-area a:first-child:hover{
	right: 0;
}
.cate-body .cate-menu-area a:last-child:hover{
	right: 3.7vw;
}
.cate-body .cate-menu-area #nav-kigyou:hover{
	background: url("../images/navi-kigyou-hover.png") no-repeat center center;
	background-size: 100%;
}
.cate-body .cate-menu-area #nav-pro:hover{
	background: url("../images/navi-pro-hover.png") no-repeat center center;
	background-size: 100%;
}
.cate-body .cate-menu-area #nav-gakkou:hover{
	background: url("../images/navi-gakkou-hover.png") no-repeat center center;
	background-size: 100%;

}

.cate-body .L-Content{
	width: 59%;
	float: left;
	padding:0 3.5% 80px;
}
.cate-body .L-Content .cate-header{
	text-align: center;
	padding:60px 24px;
}

.cate-body .L-Content .sub-cate-link{
	text-align: center;
	padding:24px 0 48px;
	color: #fff;
}
.cate-body .L-Content .sub-cate-link a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.cate-body .L-Content .sub-cate-link a:hover{
	color: #fff100;
	text-decoration: underline;
}

.cate-body .L-Content .card-list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.5%;
}
.cate-body .L-Content .card-list ul li{
	width: 49%;
	margin-bottom:32px;
	padding:0.75%;
}
.cate-body .L-Content .card-list ul li .box{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	padding: 16px 16px 16px;
	filter: drop-shadow(0px 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
	position: relative;
}
.cate-body .L-Content .card-list ul li .box::after{
	content: "\f101";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:16px;
	position: absolute;
	bottom:0px;
	right:8px;
}
.cate-body .L-Content .card-list ul li .box.col-aka::after{
	color: #e9536b;
}
.cate-body .L-Content .card-list ul li .box.col-ki::after{
	color: #f3981e;
}
.cate-body .L-Content .card-list ul li .box.col-midori::after{
	color: #00ab7b;
}


.cate-body .L-Content .card-list ul li .box:hover{
	filter: drop-shadow(0px 0.6rem 0.3rem rgba(0, 0, 0, 0.2));
	transform: translateY(-0.3rem);
	transition: all 0.3s ease;
}

.cate-body .L-Content .card-list ul li .box.col-aka{
	border:2px solid #e9536b;
	background: #fff url("../images/base-maru-aka.png") no-repeat top -80px left -80px;
	background-size: 212px;
}
.cate-body .L-Content .card-list ul li .box.col-ki{
	border:2px solid #f3981e;
	background: #fff url("../images/base-maru-ki.png") no-repeat top -80px left -80px;
	background-size: 212px;
}
.cate-body .L-Content .card-list ul li .box.col-midori{
	border:2px solid #00ab7b;
	background: #fff url("../images/base-maru-midori.png") no-repeat top -80px left -80px;
	background-size: 212px;
}

.cate-body .L-Content .card-list ul li .box .icon-shigoto{
	padding:0 0 6px;
}
.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-no{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	float: left;
}
.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-no span{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-name{
	font-size: clamp(10px, 0.7vw, 13px);
	font-weight: normal;
	line-height: 2.6;
	float: right;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	paint-order: stroke;
}
.cate-body .L-Content .card-list ul li .box.col-aka .icon-shigoto .icon-name{
	color: #e9536b;
}
.cate-body .L-Content .card-list ul li .box.col-ki .icon-shigoto .icon-name{
	color: #f3981e;
}
.cate-body .L-Content .card-list ul li .box.col-midori .icon-shigoto .icon-name{
	color: #00ab7b;
}

.cate-body .L-Content .card-list ul li .box .thum-area .thum{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.cate-body .L-Content .card-list ul li .box .thum-area .thum img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.cate-body .L-Content .card-list ul li .box .txt-area .txt-catch{
	font-size: clamp(12px,1.2vw, 18px);
	line-height: 1.68;
	font-weight: bold;
	text-align: center;
}
.cate-body .L-Content .card-list ul li .box.col-aka .txt-area .txt-catch{
	color: #e9536b;
}
.cate-body .L-Content .card-list ul li .box.col-ki .txt-area .txt-catch{
	color: #f3981e;
}
.cate-body .L-Content .card-list ul li .box.col-midori .txt-area .txt-catch{
	color: #00ab7b;
}

/* プロフェッショナル編
---------------------------------------------- */
.cate-body.bg-pro .L-Content .card-list ul li .box{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	border:2px solid #784d84;
	background: #fff;
	padding: 16px 16px 16px;
	filter: drop-shadow(0px 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
	position: relative;
}
.cate-body.bg-pro .L-Content .card-list ul li .box::after{
	content: "\f101";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:16px;
	position: absolute;
	bottom:0px;
	right:8px;
}
.cate-body.bg-pro .cate-disc-area .base{
	padding:32px;
	background: #784d84;
	color: #fff;
	border-radius: 12px;
}

/* 学校編
---------------------------------------------- */
.cate-body.bg-gakkou .L-Content .card-list ul li .box{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	border:2px solid #143d72;
	background: #fff;
	padding: 16px 16px 16px;
	filter: drop-shadow(0px 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
	position: relative;
}
.cate-body.bg-gakkou .L-Content .card-list ul li .box::after{
	content: "\f101";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:16px;
	position: absolute;
	bottom:0px;
	right:8px;
}
.cate-body.bg-gakkou .cate-disc-area .base{
	padding:32px;
	background: #146199;
	color: #fff;
	border-radius: 12px;
}

/* single
---------------------------------------------- */
.single-body{
	width: 100%;
	position: relative;
	min-width: 1080px;
	margin:0 auto;
	overflow: visible;
}
.single-body::after{
	content: "";
	display: block;
	clear: both;
}
.single-body .R-Content{
	width: 41%;
	padding:0 3.5% 80px;
	float: right;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	max-height: none;
	overflow: visible;
}
.single-body .R-Content .page-head{
	padding:62px 0 2vw;
}
.single-body .R-Content .page-head header{
	padding:0 0 2vw;
}
.single-body .R-Content .kanren-list{
	padding:0 ;
}
.single-body .R-Content .kanren-list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.single-body .R-Content .kanren-list ul li{
	padding:0 0.1vw 0.5vw;
	width:50%;
}
.single-body .R-Content .kanren-list ul li .box{
	width: 100%;
	height: 100%;
	display: block;
	padding: 0.5vw;
}
.single-body .R-Content .kanren-list ul li .box .box-inner{
	width: 100%;
}

.single-body .R-Content .kanren-list ul li .box .thum-area{
	width:100%;
}
.single-body .R-Content .kanren-list ul li .box .thum-area .thum{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius: 7px;
}
.single-body .R-Content .kanren-list ul li .box .thum-area .thum img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	transition: all 0.4s ease;
}
.single-body .R-Content .kanren-list ul li .box:hover .thum-area .thum img{
	transform: scale(1.05);
	transition: all 0.8s ease;
}

.single-body .R-Content .kanren-list ul li .box .txt-area{
	width:100%;
	padding: 12px 0;
}
.single-body .R-Content .kanren-list ul li .box .txt-area .entry-name{
	font-size: clamp(12px, 0.9vw, 16px);
	font-weight: bold;
	line-height: 1.62;
	color: #fff;
	transition: all 0.4s ease;
}
.single-body .R-Content .kanren-list ul li .box:hover .txt-area .entry-name{
	color: #fff100;
}
.single-body .R-Content .catelist-area{
	padding:12px 0;
}
.single-body .R-Content .catelist-area .catelist-base{
	padding:16px 24px;
	background: #00798d;
	color: #fff;
	border-radius: 10px;
}
.single-body.bg-pro .R-Content .catelist-area .catelist-base{
	background: #784d84;
}
.single-body.bg-gakkou .R-Content .catelist-area .catelist-base{
	background: #146199;
}

.single-body .R-Content .catelist-area .catelist-base .catelist-ttl{
	font-size:17px;
	font-weight: bold;
	color: #fff;
}
.single-body .R-Content .catelist-area .catelist-base .catelist-list a{
	text-decoration: none;
	color: #fff;
	font-size: clamp(12px, 0.85vw, 14px);
	line-height: 1.62;
}
.single-body .R-Content .catelist-area .catelist-base .catelist-list a:hover{
	color: #fff100;
	text-decoration: underline;
}



.single-body .L-Content{
	width: 59%;
	float: left;
	padding:20px 3.5% 80px;
}
.single-body .L-Content .pankuzu{
	padding:0 0 40px;
	color: #fff;
	font-size: clamp(11px, 0.85vw, 14px);
}
.single-body .L-Content .pankuzu a{
	text-decoration: underline;
	color: #fff;
}
.single-body .L-Content .pankuzu a:hover{
	text-decoration: none;
	color: #fff100;
}

.single-body .L-Content article{
	background: #fff;
	padding:0;
	border-radius: 16px;
	width:100%;
	max-width:700px;
	float:right;
	filter: drop-shadow(0px 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
}
.single-body .L-Content article.col-aka{
	border:4px solid #e9536b;
	background: #fff url("../images/base-maru-aka.png") no-repeat top -180px left -180px;
	background-size: 362px;
}
.single-body .L-Content article.col-ki{
	border:4px solid #f3981e;
	background: #fff url("../images/base-maru-ki.png") no-repeat top -180px left -180px;
	background-size: 362px;
}
.single-body .L-Content article.col-midori{
	border:4px solid #00ab7b;
	background: #fff url("../images/base-maru-midori.png") no-repeat top -180px left -180px;
	background-size: 362px;
}

.single-body .L-Content article .kiji-header{
	padding:16px 24px;
}
.single-body.bg-pro .L-Content article .kiji-header{
	padding:32px 24px 16px;
}
.single-body.bg-gakkou .L-Content article .kiji-header{
	padding:32px 24px 16px;
}

.single-body .L-Content article .kiji-header .icon-shigoto{
	padding:0 0 48px;
}
.single-body .L-Content article .kiji-header .icon-shigoto .icon-no{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	float: left;
}
.single-body .L-Content article .kiji-header .icon-shigoto .icon-no span{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.single-body .L-Content article .kiji-header .icon-shigoto .icon-name{
	font-size: clamp(10px, 0.7vw, 13px);
	font-weight: normal;
	line-height: 2.6;
	float: right;
}
.single-body .L-Content article.col-aka .kiji-header .icon-shigoto .icon-name{
	color: #e9536b;
}
.single-body .L-Content article.col-ki .kiji-header .icon-shigoto .icon-name{
	color: #f3981e;
}
.single-body .L-Content article.col-midori .kiji-header .icon-shigoto .icon-name{
	color: #00ab7b;
}

.single-body .L-Content article .kiji-header .sub-head .logo-box{
	width:40%;
	margin:0 auto 16px;
}
.single-body .L-Content article .kiji-header .sub-head .logo-box img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.single-body .L-Content article .kiji-header .sub-head{
	width:100%;
	padding:0 16px;
}
.single-body .L-Content article .kiji-header .entry-name{
	font-size:20px;
	text-align: center;
	padding:0 0 24px;
	border-bottom:2px dotted #aaa;
	margin:0 0 32px;
}

.single-body .L-Content article .entry-content{
	padding:0 40px 40px;
}
.single-body .L-Content article .entry-content .honbun-area{
	padding:0 0 40px;
}
.single-body .L-Content article .entry-content .kiji-footer{
	padding:40px 0 0;
	border-top:2px dotted #aaa;
	margin-bottom: 40px;
}

/* entry-content
---------------------------------------------- */
.entry-content{
	padding:0 0 0;
}
.entry-content .honbun-area{
	padding:0 0 40px;
}
.entry-content .kiji-footer{
	padding:40px 0 0;
	border-top:2px dotted #aaa;
}
.entry-content .kiji-footer p{
	margin-bottom:24px;
	font-size:14px;
}
.entry-content p{
	margin-bottom:40px;
	font-size:16px;
}
.entry-content a{
	color:#0075ab;
	font-weight: bold;
	text-decoration: underline;
}
.entry-content a:hover{
	color:#eb4d1d;
	text-decoration: none;
}
.entry-content h2{
	margin-bottom:12px;
	font-size:28px;
}
.entry-content h3{
	margin-bottom:24px;
	font-size:17px;
	background:#111;
	padding:12px 16px;
	color: #fff;
}
.col-aka .entry-content h3{
	background: #e9536b;
}
.col-ki .entry-content h3{
	background: #f3981e;
}
.col-midori .entry-content h3{
	background: #00ab7b;
}
.single-body.bg-pro .entry-content h3{
	background: #784d84;
}
.single-body.bg-gakkou .entry-content h3{
	background: #146199;
}
.entry-content h4{
	margin-bottom:16px;
	font-size:20px;
	color:#111;
	padding:0;
}
.entry-content hr{
	width:80%;
	margin:0 auto 50px;
}



}

/*---------- PC表示スタイリング 1280pxから ----------*/
@media screen and (min-width: 1280px) {
	.Top-FV-area .Top-FV-menu-area{
		width:41.5%;
		min-width:486px;
		aspect-ratio: 720/580;
		padding:0 3% 0 0;
		position: absolute;
		top: 16.5vw;
		right: 0;
		overflow: visible;
	}
	.Top-FV-area .Top-FV-menu-area #nav-pro{
		background: url("../images/navi-pro.png") no-repeat center center;
		background-size: 100%;
		top: 8.2vw;
		right: 4.2vw;
	}
	.Top-FV-area .Top-FV-menu-area #nav-gakkou{
		background: url("../images/navi-gakkou.png") no-repeat center center;
		background-size: 100%;
		top: 16.4vw;
		right: 8.4vw;
	}
	.Top-FV-area .FV-link-pdf{
		width:100%;
		padding:0 1.5rem 4rem;
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: right;
	}

	.cate-body .cate-menu-area .cate-menu-box{
		width:100%;
	}
	.cate-body .cate-menu-area a{
		width:80%;
	}
	.cate-body .cate-menu-area a:last-child{
		top: 8.2vw;
		right: 4.2vw;
	}

	.cate-body .L-Content .card-list ul li{
		width: 32%;
		margin-bottom:32px;
		padding:0.75%;
	}

	.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-no{
		font-size: clamp(10px, 0.9vw, 16px);
		font-weight: bold;
		color: #fff;
		line-height: 1;
		float: left;
	}
	.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-no span{
		font-size: clamp(18px, 1.8vw, 26px);
		font-weight: bold;
		color: #fff;
		line-height: 1;
	}
	.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-name{
		font-size: clamp(10px,0.7vw, 14px);
		font-weight: normal;
		line-height: 2.6;
		float: right;
		-webkit-text-stroke: 2px #fff;
		text-stroke: 2px #fff;
		paint-order: stroke;
	}
	.cate-body .L-Content .card-list ul li .box .txt-area .txt-catch{
		font-size: clamp(10px,0.8vw, 14px);
		line-height: 1.68;
	}


}

