/*==================================================================*/
/* レスポンシブルスタイル*/
/*==================================================================*/
/*---------- 幅768pxまでの指定 ----------*/
@media screen and (max-width:768px) {
.pc{
	display:none;
}
.l{
	float:none;
}
.r{
	float:none;
}
#page-top{
	position:fixed;
	bottom:20px;
	right:10px;
	z-index:10000;
	width:50px;
	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%;
}
body {
	width: 100%;
	margin: 0 !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.98;
	text-rendering: optimizeSpeed;
	font-size: 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);
}

/* header
---------------------------------------------- */



.g-btn {
	display: block !important;
}

.hamburger {
	display: block !important;
	top: 24px !important;
	right: 0px !important;
	width: 42px !important;
	height: 62px !important;
	padding:12px 16px 10px 14px!important;
	background: #fff url("../images/menu-blue.png") no-repeat right 5px bottom 14px !important;
	background-size:26px !important;
	border-radius: 7px 0 0 7px;
	border-top:1px solid #00afcc;
	border-left:1px solid #00afcc;
	border-bottom:1px solid #00afcc;
}
.hamburger.active {
	background: #00afcc url("../images/close.png") no-repeat right 7px bottom 12px !important;
	background-size:24px !important;
	border:1px solid #00afcc;
	top: 24px !important;
}
.hamburger .hamburger__icon {
	background: #00afcc;
	width: 20px;
	border-radius: 2px;
}
.hamburger .hamburger__icon:before {
	background: #00afcc;
	width: 20px;
	border-radius: 2px;
}
.hamburger.active .hamburger__icon:before {
	background: #00afcc;
	width: 20px;
	border-radius: 2px;
}
.hamburger .hamburger__icon:after {
	background: #00afcc;
	width: 20px;
	border-radius: 2px;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
	background: #fff !important;
	border-radius: 2px;
}
.fat-nav {
	z-index: 9999 !important;
	background: #fff !important;
	height: 100% !important;
	position: fixed;
}
.fat-nav .sp-logo-area{
	width:292px;
	padding:30px 16px 16px;
	max-height:132px;
}
.fat-nav .sp-logo-area a{
	display:block;
}
.fat-nav .fat-nav__wrapper{
	padding:0;
	height:auto !important;
	border-top:1px solid #eaf2f6;
}
.fat-nav .fat-nav__wrapper .menu-gnav{
	background: #00afcc;
	display:block !important;
	padding:32px 16px 48px;
	margin:0 !important;

}
.fat-nav .fat-nav__wrapper .menu-gnav ul{
	width:100%;
	padding:12px 7.5% 36px;
	background: #fff;
	border-radius: 16px;
}
.fat-nav .fat-nav__wrapper ul li{
	width:100%;
	padding:12px 0 0;
	margin:0;
	text-align:left;
	border-bottom:3px dotted #00afcc;
}
.fat-nav .fat-nav__wrapper ul li a{
	display: block;
	font-size:15px;
	line-height: 1.42;
	padding:16px 0;
	font-weight: normal;
	background: #fff;
}

.fat-nav .fat-nav__wrapper ul li a span.sub-txt{
	font-size: 13px;
	display: block;
	font-weight: bold;
}
.fat-nav .fat-nav__wrapper ul li a span.main-txt{
	font-size: 24px;
	line-height: 1.42;
	display: block;
	font-weight: bold;
	padding: 8px 0 10px;
}

.fat-nav .fat-nav__wrapper .menu-link-pdf{
	width:100%;
	background: #00afcc;
	display:block !important;
	padding:0 24px 80px;
}
.fat-nav .fat-nav__wrapper .menu-link-pdf a{
	display: block;
	line-height: 1.4;
	padding:18px 0 18px 30px;
	border-bottom: 2px dotted #fff;
	color:#fff;
	font-size: 17px;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
}
.fat-nav .fat-nav__wrapper .menu-link-pdf a::before {
	font-family: "Font Awesome 6 Free",sans-serif;
	content: "\f1c1";
	position: absolute;
	font-size: 17px;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	color: #fff;
	transition: 0.3s;
}
.fat-nav .fat-nav__wrapper .menu-link-pdf a:hover{
	color: #fff100;
}

/* footer
---------------------------------------------- */
footer {
	width:100%;
	background: #f4f7f7;
	padding:60px 20px 60px;
}
footer .info{
	width:100%;
	padding:0 0 36px;
}
footer .info .f-logo{
	display: block;
	max-width:200px;
	width:50%;
	margin:0 auto 36px;
}
footer .info .f-text{
	font-size: 13px;
	line-height: 1.82;
	text-align: center;
}
footer .copy{
	width:100%;
	text-align: center;
	font-size: 13px;
}


/* index
---------------------------------------------- */
.Top-FV-area{
	width:100%;
	background: #00afcc;
}
.Top-logo-area{
	width:80%;
	max-width:336px;
	padding:24px 20px;
	margin-bottom:24px;
}
.Top-logo-area h1 a{
	display: block;
	width:100%;
}
.Top-FV-area .Top-FV-menu-area{
	width:100%;
	padding:40px 0 0;
}
.Top-FV-area .Top-FV-menu-area .FV-menu-box{
	width:100%;
}
.Top-FV-area .Top-FV-menu-area a{
	width:90%;
	max-width:553px;
	display: block;
	aspect-ratio: 533/193;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom:6px;
}
.Top-FV-area .Top-FV-menu-area #nav-kigyou{
	background: url("../images/navi-kigyou.png") no-repeat center center;
	background-size: 100%;
}
.Top-FV-area .Top-FV-menu-area #nav-pro{
	background: url("../images/navi-pro.png") no-repeat center center;
	background-size: 100%;
}
.Top-FV-area .Top-FV-menu-area #nav-gakkou{
	background: url("../images/navi-gakkou.png") no-repeat center center;
	background-size: 100%;
}
.Top-FV-area .Top-FV-menu-area #nav-kigyou:hover{
	background: url("../images/navi-kigyou-hover.png") no-repeat center center;
	background-size: 100%;
}
.Top-FV-area .Top-FV-menu-area #nav-pro:hover{
	background: url("../images/navi-pro-hover.png") no-repeat center center;
	background-size: 100%;
}
.Top-FV-area .Top-FV-menu-area #nav-gakkou:hover{
	background: url("../images/navi-gakkou-hover.png") no-repeat center center;
	background-size: 100%;
}

.Top-FV-area .FV-link-pdf{
	width:100%;
	padding:48px 24px 48px;
}
.Top-FV-area .FV-link-pdf a{
	display: block;
	line-height: 1.4;
	padding:18px 0 18px 30px;
	border-bottom: 2px dotted #fff;
	color:#fff;
	font-size: 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: 17px;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	color: #fff;
	transition: 0.3s;
}
.Top-FV-area .FV-link-pdf a:hover{
	color: #fff100;
}

.Top-read-area{
	width:100%;
	padding:60px 0 80px;
	background: #fff;
}
.Top-read-area .inner{
	width:100%;
}
.Top-read-area .inner h2{
	font-size: 34px;
	padding:0 24px 24px;
	line-height: 1.72;
	margin-bottom:16px;
}
.Top-read-area .inner .read-text{
	font-size: 18px;
	line-height: 2.16;
	padding:0 24px;
}
.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:2px solid #fff ;
}
.ani-item-A .thum img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.koukoku-area{
	padding:40px 30px;
	width:100%;
}
.koukoku-area .koukoku-ttl{
	padding:0 0 24px;
	font-size:21px;
	line-height:1.78;
	text-align:center;
	color:#00afcc;
	font-weight:bold;
}

.koukoku-area a{
	width:100%;
	display:block;
	padding:12px 36px 12px 28px;
	font-size:16px;
	position:relative;
	border-bottom:1px dotted #333;
}
.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: 2px;
	color: #00798d;
	transition: 0.3s;
}

/* container
---------------------------------------------- */
#container{
	width:100%;
}
.bg-kigyou{
	background: url("../images/masu-kigyou.gif") repeat center center;
	background-size: 21px;
}
.bg-pro{
	background: url("../images/masu-pro.gif") repeat center center;
	background-size: 21px;
}
.bg-gakkou{
	background: url("../images/masu-gakkou.gif") repeat center center;
	background-size: 21px;
}

/* cate-page
---------------------------------------------- */
.cate-body{
	width: 100%;
}
.cate-body .R-Content{
	width: 100%;
}

.cate-body .page-head header{
	width:80%;
	max-width:336px;
	padding:24px 20px 12px;
}
.cate-body .page-head header a{
	display: block;
	width:100%;
}
.cate-body .pankuzu{
	font-size:14px;
	color: #fff;
	padding:16px 24px;
}
.cate-body .pankuzu a{
	text-decoration: underline;
	color: #fff;
}
.cate-body .pankuzu a:hover{
	text-decoration: none;
	color: #fff100;
}
.cate-body .ttl-cate{
	padding:0 24px;
	margin-bottom:24px;
}
.cate-body .cate-disc-area{
	margin-bottom:30px;
	padding:0 24px;
}
.cate-body .cate-disc-area .base{
	padding:0;
	color: #fff;
	font-weight: bold;
}

.cate-body .L-Content{
	width: 100%;
	padding:0 0 80px;
}
.cate-body .L-Content .cate-header{
	text-align: center;
	padding:24px 0 32px;
}

.cate-body .L-Content .sub-cate-link{
	padding:0 24px 48px;
	color: #fff;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	scroll-snap-type: x mandatory;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	scroll-snap-align: start;
	scroll-snap-align: start;
}
.cate-body .L-Content .sub-cate-link a{
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
.cate-body .L-Content .sub-cate-link a:hover{
	color: #fff100;
	text-decoration: underline;
}
.cate-body .L-Content .card-list{
	padding:0 16px;
}
.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:12px;
	padding:0.75%;
}
.cate-body .L-Content .card-list ul li .box{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	padding: 16px 16px 24px;
	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: 14px;
	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: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-name{
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
	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: 12px;
	line-height: 1.68;
	font-weight: bold;
	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 .cate-menu-area{
	width:100%;
	padding:40px 0 0;
}
.cate-body .cate-menu-area .cate-menu-box{
	width:100%;
}
.cate-body .cate-menu-area a{
	width:90%;
	max-width:553px;
	display: block;
	aspect-ratio: 533/193;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom:6px;
}
.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 #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.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 24px;
	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:0;
	color: #fff;
}

/* 学校編
---------------------------------------------- */
.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 24px;
	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:0;
	color: #fff;
}


/* single
---------------------------------------------- */
.single-body{
	width: 100%;
	margin:0 auto;
}

.single-body .R-Content{
	width: 100%;
	padding:0 16px 80px;
}
.single-body .R-Content .page-head{
	padding:16px 16px 32px;
}
.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 5px 10px;
	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;
	line-height: 1.62;
}
.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:18px;
	font-weight: bold;
	color: #fff;
}
.single-body .R-Content .catelist-area .catelist-base .catelist-list a{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}
.single-body .R-Content .catelist-area .catelist-base .catelist-list a:hover{
	color: #fff100;
	text-decoration: none;

}


.single-body .L-Content{
	width: 100%;
	padding:20px 2.5% 80px;
}
.single-body .L-Content .pankuzu{
	padding:0 0 24px;
	color: #fff;
	font-size: 12px;
}
.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: 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 .entry-name{
	font-size:18px;
	text-align: center;
	padding:0 0 30px;
	border-bottom:2px dotted #aaa;
	margin:0 0 20px;
}
.single-body .L-Content article .kiji-header .sub-head .logo-box{
	width:60%;
	margin:0 auto;
}
.single-body .L-Content article .kiji-header .sub-head .logo-box img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.single-body .L-Content article .entry-content{
	padding:0 24px 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 .wp-block-columns p{
	margin-bottom:0px;
}
.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:24px;
}
.entry-content h3{
	margin-bottom:24px;
	font-size:16px;
	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:21px;
	color:#111;
	padding:0;
}

.entry-content hr{
	width:80%;
	margin:40px auto 40px;
}

}

/*---------- 幅468pxまでの指定 ----------*/
@media screen and (max-width:468px) {
	.cate-body .L-Content .card-list ul li{
		width: 100%;
		padding:0 12px 24px;
	}
	.cate-body .L-Content .card-list ul li .box .txt-area .txt-catch{
		font-size: 16px;
	}
	.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-name{
		font-size: 13px;
	}
	.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-no{
		font-size: 16px;
	}
	.cate-body .L-Content .card-list ul li .box .icon-shigoto .icon-no span{
		font-size: 28px;
	}
}