/*
Theme Name: ユースタイルカレッジ
Template: businesspress
*/


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*adminバーを非表示*/

html {
   margin-top: 0 !important;
}
#wpadminbar {
    /*position: relative;
    display: none;*/
}
@media screen and (min-width: 601px) {
    .admin-bar .main-header-clone-show {
    	/*transform: unset;*/
    }
}

/*フォント*/

body:lang(ja) {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

html {
	font-size: 100%;
	overflow-x: hidden;
}
html:lang(ja) {
	font-size: 100%!important;
}

@media screen and (min-width: 782px) {
	html {
		font-size: 100%!important;
	}
	html:lang(ja) {
		font-size: 100%!important;
	}
}
@media screen and (min-width: 980px) {
	html {
		font-size: 100%!important;
	}
	html:lang(ja) {
		font-size: 100%!important;
	}
}

/*共通*/

*, *::before, *::after {
  box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
.green {
	color: #4EB0B2;
}
.txt-orange {
	color: #F97454;
}
.txt-gray {
	color: #666;
}
.txt-small {
	font-size: 80%;
}
.txt-large {
	font-size: 125%;
}
.txt-bold {
	font-weight: 500;
}
.txt-undline {
	text-decoration: underline;
}
b, strong {
    font-weight: 500;
}
a:hover {
    color: #4EB0B2;
}
.margin-auto {
	margin: auto;
	text-align: center;
}
.arrow::before {
    font-family: bootstrap-icons;
    content: "\F133";
    color: #4EB0B2;
    margin-right: 8px;
}
/**/
.content-area {
    margin-bottom: 2rem;
}
.site {
	background-color: #F9F5EF;
}
.site-content {
    margin: 0 auto 3rem;
}
#breadcrumbs {
	font-size: calc(12 / 16 * 1rem)!important;
	color: #999;
	margin: 0.4rem auto 1rem;
	max-width: 100%;
}
#breadcrumbs a {
	text-decoration: none;
	color: #666;
}
#breadcrumbs span {
	display: inline;
}
#breadcrumbs span span {
	padding: 0 5px;
}
#breadcrumbs span span:first-child {
	padding: 0 5px 0 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.pcbr {
	display: none;
}
.spbr {
	display: block;
}
.sp-column-reverse {
	flex-direction: column-reverse;
}
.radius img {
	border-radius: 10px;
}

/*記事内パターン登録：申し込みリンクボタン*/
.btn-koushu {
	margin: 0 auto 1.8em;
	max-width: 500px;
}
.btn-koushu a {
	background-color: #4EB0B2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	line-height: 150%;
	font-size: calc(14 / 16 * 1rem);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-koushu a:hover {
	color: #fff;
	background-color: rgb(78 176 178 / 85%);
}

/*バンザイ装飾*/
.banzai {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	font-weight: 500;
	line-height: 120%;
}
.banzai::before,
.banzai::after {
	content: '';
	width: 2px;
	height: 1.6rem;
	background-color: #3fc1c9;
}
.banzai::before {
	margin-right: 1rem;
	transform: rotate(-35deg);
}
.banzai::after {
	margin-left: 1rem;
	transform: rotate(35deg);
}
/**/
.banzai.blk {
	font-size: calc(18 / 16 * 1rem);
}
.banzai.blk::before,
.banzai.blk::after {
	background-color: #333;
}
/**/
.banzai.txt-orange.txt-large::before,
.banzai.txt-orange.txt-large::after  {
	background-color: #F97454;
}
.banzai.green.txt-large::before,
.banzai.green.txt-large::after  {
	background-color: #4EB0B2;
}

.link-arrow::before {
	color: #4eb0b2;
    font-family: bootstrap-icons;
    content: "\F231";
    font-size: calc(16 / 16* 1rem);
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px 0 0;
}

/*margin*/
.mb00 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb1em {
	margin-bottom: 1em!important;
}

/*テーブル*/
.wp-block-table {
    line-height: 1.6;
}
.wp-block-table td {
    border: solid 1px #E6ECF2;
    padding: .7em 1em;
}
.wp-block-table td:last-child {
    border-right: unset;
}
.wp-block-table td:first-child {
    border-left: unset;
}
.wp-block-table th {
    border: solid 1px #E6ECF2;
    padding: .5em 1em;
}
.wp-block-table thead {
    border-bottom: unset;
}
.wp-block-table th {
    background-color: #666;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.wp-block-table tr:nth-child(even) td {
	background: #eee;
	border: solid 1px #fff;
}
.two-cell td:first-child {
    width: 33%;
    text-align: center;
}
.two-cell td:last-child {
    width: 67%;
}
/*テーブルを横スクロールさせる*/
.table-wrap {
  overflow-x: scroll;
}

@media screen and (min-width: 980px) {
	.wp-block-table table {
	    margin: 0 auto 40px;
	}
	.two-cell td:first-child {
	    width: 25%;
	}
	.two-cell td:last-child {
	    width: 75%;
	}
	.wp-block-table th,.wp-block-table td {
	    padding: 15px 40px;
	}
}


/********************************************/

@media screen and (min-width: 600px) {
	#breadcrumbs {
		margin: 0.6rem auto 2rem;
		max-width: 100%;
	}
}

@media screen and (min-width: 782px) {
    .sp-column-reverse {
		flex-direction: inherit;
		margin: 0 auto 40px;
	}
}

@media screen and (min-width: 980px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	.pcbr {
		display: block;
	}
	.spbr {
		display: none;
	}
	.txt-small {
	    font-size: 83%;
	}
	.site-content {
	    /*max-width: 1060px;*/
	    max-width: 1040px;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto 6rem;
	}
	.site-content.wide {
		max-width: 1200px;
		padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto 6rem;
	}
	#breadcrumbs {
		font-size: calc(12 / 16 * 1rem)!important;
		color: #999;
		margin: 0.6rem auto 3rem;
		max-width: 1020px;
	}
	.btn-koushu a {
		font-size: calc(18 / 16 * 1rem);
	}
}

/********************************************/

@media screen and (min-width: 480px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/********************************************/

@media screen and (max-width: 980px) {
	.block {
		flex-direction:column;
	}
	.block .wp-block-image img {
		width:100%;
	}
}
/*=======================================================================================
   ヘッダー
=======================================================================================*/
.main-header {
    padding-bottom: 0;
    padding-top: 0;
}
.main-header-clone {
	display: none;
}
.main-header-content {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: 5px solid #57ADAF;
	/*display: flex;
	flex-direction: column;*/
	position: relative;
	z-index: 101;
	position: fixed;
	top: 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.main-header-content_up {
	width: 100%;
	max-width: 100%;
	height: 70px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 10;
}

.site-branding {
	display: flex;
	align-items: center;
}
.site-info a {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.site-logo {
	max-width: 64px;
	width: 100%;
	height: auto;
}
.site-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-logo a img {
	max-width: 100%;
	height: auto;
}
.site-title {
	color: #747373;
	font-size: calc(12 / 16 * 1rem)!important;
	font-weight: 400;
}
.site-title p {
	padding: 0!important;
	margin: 0!important;
}
.site-name {
	font-size: calc(22 / 16 * 1rem)!important;
	color: #333333;
    font-weight: 700!important;
    line-height: 120%!important;
}
.site-contact {
	display: none;
}

/********************************************/

@media screen and (min-width: 980px) {
	.main-header-content {
		height: 125px;
		width: 100%;
		position: relative;
		position: fixed;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.main-header-content_up {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
		z-index: 10;
	    height: 70px;
	}
	.site-contact {
		display: flex;
	}
	.site-logo {
	    max-width: 100%;
	    width: 80px;
	    height: auto;
	}
	.site-logo a img {
	    max-width: 100%;
	    height: auto;
	}
	.site-title {
	    font-size: calc(12 / 16 * 1rem) !important;
	}
	.site-name {
	    font-size: calc(24 / 16 * 1rem) !important;
	}
	.sp-menu {
		display: none!important;
	}
	.site-contact_tel {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		font-size: calc(28 / 16 * 1rem);
		margin: 10px 22px 0 0;
	}
	.site-contact_tel::before {
		font-family: bootstrap-icons;
		position: absolute;
		content: "\F5B4";
		color: #57ADAF;
		font-size: calc(24 / 16 * 1rem);
		left: -30px;
		top: -5px;
	}
	.site-contact_tel a {
		font-family: "Roboto", sans-serif;
		font-weight: 700;
		font-style: normal;
		line-height: 100%;
		text-decoration: none;
		color: #555;
	}
	.site-contact_tel span {
		font-size: calc(12 / 16 * 1rem);
		color: #999;
		letter-spacing: 1px;
	}
	.site-contact_contact a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 11px 18px 14px;
		background-color: #4EB0B2;
		color: #fff;
		font-weight: 400;
		text-decoration: none;
		font-size: calc(16 / 16 * 1rem);
		letter-spacing: 1px;
		border-radius: 0 0 6px 6px;
		margin: 0 15px 0 0;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
		height: 55px;
	}
	.site-contact_contact a::before {
		content: url('./images/icon-memo.png');
		height: 31px;
		padding-right: 8px;
	}
	.site-contact_apply a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 11px 18px 14px;
		background-color: #F97454;
		color: #fff;
		font-weight: 400;
		text-decoration: none;
		font-size: calc(16 / 16 * 1rem);
		letter-spacing: 1px;
		border-radius: 0 0 6px 6px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
		height: 55px;
	}
	.site-contact_apply a::before {
		content: url('./images/icon-mail.png');
		height: 18px;
		padding-right: 8px;
	}
	.site-contact_contact a:hover {
		background-color: rgb(78 176 178 / 85%);
		color: #fff;
	}
	.site-contact_apply a:hover {
		background-color: rgb(249 116 84 / 85%);
		color: #fff;
	}
}

/*=======================================================================================
   ナビゲーション
=======================================================================================*/

.drawer-hamburger {
    background-color: transparent;
    box-sizing: content-box;
    display: block;
    margin-right: -5px;
    outline: 0;
    padding: 20px 5px;
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    width: 30px;
    min-width: 30px;
    z-index: 102;
    position: fixed;
    right: 16px;
    top: 18px;
    background-color: #4EB0B2!important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #fff;
}
.drawer-navigation {
    background: #4EB0B2;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    width: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
}
.main-header-clone .drawer-hamburger {
	display: none;
}
.drawer-opened .drawer-overlay {
    display: none;
}
/*スマホメニュー内*/
.drawer-navigation-content {
    padding: 75px 0 40px;
}
.drawer-navigation ul li {
    padding: 0;
    position: relative;
    font-size: calc(18 / 16 * 1rem);
    line-height: 120%;
    font-weight: 400;
    border-top: 1px solid rgb(254 255 255 / 50%);
}
.drawer-navigation ul li:last-child {
    border-bottom: 1px solid rgb(254 255 255 / 50%);
}
.drawer-navigation ul li ul li:last-child {
    border-bottom: unset;
}
.drawer-navigation a,
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
    display: block;
    padding-right: 0;
    padding: 15px 20px 15px 30px;
    color: #fff;
}
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
    color: #fff;
}
.drawer-navigation .dropdown-toggle {
    background-color: transparent;
    outline: 0;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 4px;
}
.drawer-navigation .dropdown-toggle:after {
    content: "\F64D";
    color: #fff;
    display: inline-block;
    font: normal 22px / 1 bootstrap-icons;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-weight: 700;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
    content: "\F63B";
}
.drawer-navigation .sub-menu.toggled-on {
    background-color: #4AA0A2;
}
 .drawer-navigation ul ul {
    margin: 0;
}
.drawer-navigation ul li li {
    padding: 0;
}
.footer_sp-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 1em;
    text-align: center;
    margin: 0 auto;
}
.footer_sp-menu li {
    border-top: unset !important;
    width: 50%;
    max-width: 320px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: calc(17 / 16 * 1rem)!important;
}
.footer_sp-menu li a {
    background-color: #fff;
    color: #4EB0B2;
    padding: 14px 10px;
    width: 100%;
    border-radius: 10px;
}
.school-list_menu .sub-menu.toggled-on {
	display: flex;
	flex-wrap: wrap;
}
.school-list_menu .sub-menu li {
	width:calc(100% / 2);
}
.school-list_menu .sub-menu li:nth-child(odd)  {
	border-left: 1px solid rgb(254 255 255 / 50%);
}
.school-list_menu .sub-menu li.school-list_menu_full {
	width: 100%;
}

/********************************************/

@media screen and (min-width: 980px) {

	.drawer-hamburger {
		display: none;
	}
	.main-header-content .main-navigation {
		display: flex;
		align-items: center;
        line-height: 100%;
    }
	.main-navigation ul.menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 820px;
        height: 50px;
        font-size: calc(15 / 16 * 1rem) !important;
        font-weight: 400;
        position: relative;
    }
	.main-navigation ul ul li a {
        border: unset;
        padding: 0;
    }
	.school-list_menu .sub-menu li {
	    width: calc(100% / 4);
	    border: unset;
	}
	.school-list_menu .sub-menu li:nth-child(odd) {
	    border: unset;
	}
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
        content: unset;
    }
    .main-navigation ul.menu > li {
        white-space: nowrap;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	text-align: center;
        letter-spacing: 1px;
        width: 100%;
        height: 100%;
    }
    .main-navigation li a {
        display: block;
        padding: 0 15px;
        height: auto;
        width: 100%;
    }
    .main-navigation a:hover {
        color: #4EB0B2;
    }
/*submenu*/
    .main-navigation ul li {
        position: unset;
    }
	.main-navigation ul ul {
        background-color: #4EB0B2;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        left: -9999px;
        opacity: 0;
        position: absolute;
        top: 100%;
        transition: opacity .3s ease-in-out;
        white-space: normal;
        width: 1100px;
        height: 350px;
        z-index: 10;
        padding: 26px 146px;
        border-radius: 0 0 15px 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: calc(14 / 16 * 1rem);
        text-align: left;
        margin-right: calc(50% - 50vw);
    }
    .main-navigation ul ul li {
        width: 50%;
    }
    .main-navigation ul ul li a {
        border: unset!important;
        color: #fff;
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .main-navigation ul ul li a:hover {
        color: #fff;
        font-weight: 700;
    }
	.main-navigation ul.menu > li:first-child:hover > ul {
        left: -17%;
    }
    .main-navigation ul li:hover > ul {
        left: -17%;
        opacity: 1;
    }
    .main-navigation li.current_page_item > a {
        color: #4EB0B2;
        font-weight: 500;
    }
    .main-navigation .sub-menu li.current_page_item > a {
        color: #fff;
        font-weight: 600;
    }
}

/*-------------------------------------------------------
   ヘッダー下
-------------------------------------------------------*/
@media screen and (min-width: 980px) {
	.home-header {
	    position: relative;
	    margin: 125px auto 0;
	}
	.jumbotron {
	    background-color: #333;
	    background-position: center;
	    background-size: cover;
	    margin: 125px auto 0;
	}
}

/*=======================================================================================
   footer
=======================================================================================*/

.content-bg {
    background-image: url(./images/town.png);
    background-position: center 2px;
    background-repeat: repeat-x;
    height: 60px;
    background-size: cover;
}

.footer_site-contact {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.footer_site-contact a:hover {
    color: #fff!important;
}
.footer_site-contact_tel {
	font-size: calc(17 / 16 * 1rem);
	margin: 0;
	background-color: #479E9F;
	width: 46%;
	height: 50px;
	display: flex;
	align-items: center;
}
.footer_site-contact_tel a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'Roboto',sans-serif;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	text-decoration: none;
	position: relative;
    margin: 0;
    width: 110%;
}
.footer_site-contact_tel .footer-tel::before {
	color: #fff;
	font-family: bootstrap-icons;
	content: "\F5B4";
	font-size: calc(15 / 16 * 1rem);
	display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.footer_site-contact_tel .tel-time {
	font-size: calc(9 / 16 * 1rem);
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 100%;
}
/**/
.footer_site-contact_contact {
	width: 27%;
	background-color: #4EB0B2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.footer_site-contact_contact a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	font-size: calc(12 / 16 * 1rem);
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.footer_site-contact_contact a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	background-image: url('./images/icon-memo.png');
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.footer_site-contact_apply {
	width: 27%;
	background-color: #F97454;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.footer_site-contact_apply a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	font-size: calc(12 / 16 * 1rem);
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.footer_site-contact_apply a::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 17px;
	margin-right: 4px;
	background-image: url('./images/icon-mail.png');
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
/**/
.site-footer {
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
.site-copyright {
	width: 100%;
	height: 50px;
	margin: 0 auto 50px;
	background-color: #4EB0B2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-copyright a {
	max-width: 100%;
	color: #fff!important;
	text-align: center;
	font-size: calc(11 / 16 * 1rem);
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: 700;
}
.site-footer {
	padding: 0;
	margin: 0 auto;
	border-top: 4px solid #4EB0B2;
}
.site-bottom {
    border: unset;
    padding: 0;
    margin: 0 auto;
}
.site-bottom a {
	color: #666;
}
.site-bottom a:hover {
	color: #4EB0B2;
}
.site-bottom-content {
	background-color: #fff;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 0 40px;
}
.site-bottom-content img {
	width: 150px;
}
.site-bottom-content p {
	color: #747373;
	text-align: left;
	font-size: calc(11 / 16 * 1rem);
}
.site-name {
	font-size: calc(20 / 16 * 1rem);
}
.footer_ud-list {
	color: #666;
	text-align: center;
	font-size: calc(11 / 16 * 1rem);
	width: 80%;
	list-style: none;
	margin: 0 auto;
}
.footer_ud-list li {
	display: inline-block;
	vertical-align: middle;
}
.footer_ud-list li::after {
	content: "/";
	padding: 0 6px;
}
.footer_ud-list li:last-child::after {
	content: unset;
}
.sns-link {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 1em auto 0;
	gap: 12px;
}
.sns-link li a::before {
    font-family: bootstrap-icons;
    font-size: calc(20 / 16* 1rem);
    display: block;
    color: #222;
}
.sns-link li a:hover::before {
    opacity: .7;
}
.xcom a::before {
	content: "\F8DB";
}
.inst a::before {
	content: "\F437";
}
.line a::before {
	content: "\F660";
}
.site-bottom-wrap {
	display: none;
}
.pc-footer_content {
	display: none;
}

/********************************************/

@media screen and (min-width: 980px) {
	.content-bg {
	    height: 80px;
	    background-size: contain;
	}
	.pc-footer_content {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1090px;
		padding: 0 20px;
		margin: 60px auto;
		gap: 40px;
	}
	.pc-footer_content > div {
		width: calc(100% / 4);
	}
	.pc-footer-logo a img {
		display: block;
		width: 208px;
		max-width: 100%;
		height: auto;
	}
	.footer-btn .footer_site-contact_contact,
	.footer-btn .footer_site-contact_apply {
		width: 226px!important;
		border-radius: 6px!important;
		margin: 0 auto 18px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
		justify-content: space-around;
	}
	.footer-btn a {
		color: #fff!important;
		font-size: calc(16 / 16 * 1rem);
		font-weight: 400;
	}
	.footer_site-contact_contact:hover {
	    background-color: rgb(78 176 178 / 90%);
	}
	.footer_site-contact_apply:hover {
	    background-color: rgb(249 116 84 / 90%);
	}
	/**/
	.site-bottom-wrap {
		display: block;
	}
	.site-copyright {
		margin: 0 auto;
	}
	.site-copyright a {
		font-size: calc(14 / 16 * 1rem);
	}
	.footer_site-contact {
	    display: none;
	}
	.site-bottom-content {
		display: none;
	}
	.site-footer {
		background-color: #fff;
	    padding: 0;
	    margin: 0 auto;
	    border-top: 6px solid #4EB0B2;
	}
	.footer-wrap {
		margin: 0 auto;
		max-width: 1090px;
		padding: 0 20px;
	}
	.width-line {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 0 auto;
		max-width: 1320px;
		width: 96%;
	}
	.school-list {
		margin: 30px auto 90px;
	}
	.school-list p {
		text-align: left;
		font-size: calc(15 / 16 * 1rem);
		font-weight: 700;
		margin: 0 auto 1rem!important;
		color: #333;
	}
	.school-list ul {
		text-align: left;
		list-style: none;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		font-size: calc(14 / 16 * 1rem);
		height: 170px;
	}
	.school-list ul li {
		width: calc(100% / 6);
		line-height: 200%;
	}
	/*PCフッターメニュー*/
	.pc-footer_content nav ul,
	.pc-footer_content .footer-btn nav ul {
		margin: 0 auto;
		padding: 0;
		list-style: none;
		text-align: left;
		font-size: calc(15 / 16 * 1rem);
		font-weight: 500;
	}
	.pc-footer_content nav .mb-2rem {
		margin: 0 auto 2rem;
	}
	.pc-footer_content nav ul li {
		padding: 2px 0;
	}
	.pc-footer_content nav ul li a {
		color: #333;
	}
	.pc-footer_content .footer-btn nav ul a {
		color: #333!important;
	}
	.menu-footer-main_01-container .sub-menu {
		list-style: disc;
		margin: 0 0 0 1.3rem;
		font-size: calc(14 / 16 * 1rem)!important;
		font-weight: 400;
		padding-top: 4px;
	}
	.pc-footer_content .footer-btn nav ul li a {
		font-size: calc(15 / 16 * 1rem);
		font-weight: 500;
		margin: 0 auto;
	}
	.pc-footer_content .footer-btn nav ul li.small a {
		font-size: calc(14 / 16 * 1rem);
		font-weight: 400;
		margin: 0 0 0 0.3rem;
		color: #666!important;
	}
	.pc-footer_content .footer-btn nav ul li a:hover {
		color: #4EB0B2!important;
	}
	.menu-footer-main_01-container .sub-menu a {
		color: #666;
	}
	.menu-footer-main_01-container .sub-menu a:hover {
	    color: #4EB0B2;
	}
	.menu-footer-main_02-container {
		margin-left: 4rem;
	}
	.sns-link {
	    justify-content: flex-start;
	    margin: 0.5em auto 0;
	}
}

/*=======================================================================================
   固定ページヘッダー
=======================================================================================*/

.site-header {
    border-bottom: unset;
    margin-bottom: 0;
}

.jumbotron {
	background-color: #fff;
    margin: 75px auto 0;
}
.jumbotron-content {
    padding-bottom: 40px;
    padding-top: 34px;
}
.jumbotron-overlay {
    background-color: rgb(255 255 255 / 75%);
}
.jumbotron-title {
    color: #222;
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: 1.2px;
    font-weight: 500;
    text-shadow: unset;
}

/********************************************/

@media screen and (min-width: 980px) {
	.jumbotron {
	    margin: 125px auto 0;
	}
	.jumbotron-content {
	    padding-bottom: 76px;
	    padding-top: 40px;
	}
	.jumbotron-title {
	    font-size: calc(46 / 16 * 1rem);
	}
}
/*=======================================================================================
   トップページ
=======================================================================================*/

.top-content {
	margin: 75px auto 0;
	max-width: 768px;
}
.top-main {
	padding: 15px 20px;
	margin: 0 auto;
	gap: 0;
}
.top-main h1 {
	margin: 0 auto;
}
.top-main .wp-block-image {
    margin-bottom: 0;
}
.front-ttl.sp figure img {
	border-radius: 15px;
}
/*人気の講座*/
.kouza-container {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	margin: 0 auto;
	padding: 15px 0;
	background-size: 14px 14px;
	background-position: 50% 50%;
	background-image:
	repeating-linear-gradient(
	90deg,
	#EDF4F7 ,
	#EDF4F7 1px,
	transparent 1px,
	transparent 14px
  ),
  repeating-linear-gradient(
    0deg,
    #EDF4F7 ,
    #EDF4F7 1px,
    #fff 1px,
    #fff 14px
  );
}
.kouza-container h2 {
	font-size: calc(22 / 16 * 1rem);
    border-bottom: 1px solid #BFBDBB;
    padding: 0 20px 3px;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.kouza-container h2::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 2px;
    background-image: url(./images/icon-note.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.kouza-list {
	margin: 0 auto 16px!important;
	padding: 0 16px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.kouza-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc((100% - 16px) / 2);
	background-color: #4EB0B2;
	height: 100px;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.kouza-list li a {
	padding: 0 10px;
	color: #fff;
	line-height: 150%;
	font-weight: 300;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.kouza-list li a:active {
	color: #fff;
}
.kouza-list li a::before {
	font-family: bootstrap-icons;
	content: "\F133";
	color: #fff;
	margin-right: 8px;
}

/*お知らせ一覧*/
.news-area {
    padding: 15px 20px;
    margin: 0 auto 30px;
}
.news-area-inner {
	border: solid 2px #4EB0B2;
    border-radius: 10px;
    background-color: #fff;
    padding: 14px 18px;
}
.news-area_ttl {
	margin: 0 auto 10px;
}
.news-area_ttl a {
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	margin: 0 auto 10px;
	padding: 4px 16px;
	background-color: #4EB0B2;
	color: #fff;
	font-size: calc(16 / 16 * 1rem);
	border-radius: 4px;
	text-align: center;
}
.news-area_ttl a:active,
.news-area_ttl a:hover {
	color: #fff;
	background-color: rgb(78 176 178 / 85%);
}
.news-area-inner ul.info-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 auto;
	font-weight: 400;
}
.news-area-inner ul.info-list li {
	color: #636363;
	font-size: calc(16 / 16 * 1rem);
	margin-bottom: 1em;
	line-height: 150%;
}
.news-area-inner ul.info-list .info-title {
	color: #636363;
}
.news-area-inner ul.info-list li a {
	color: #636363;
}
/*講座案内*/
.kouza-area_wrap {
	margin: 0 auto;
	background: linear-gradient(180deg,#F9F5EF 0%, #F9F5EF 10%, #77C4C6 10%, #77C4C6 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.background p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.kouza-area_inner {
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto 40px;
}
.kouza-area_ttl_wrap {
	text-align: center;
	margin: 0 auto 30px;

}
.kouza-area_ttl {
    font-size: calc(26 / 16 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    border-bottom: solid 4px #4EB0B2;
    display: inline;
    position: relative;
    margin: 0 0 0 50px;
    padding-bottom: 4px;
    font-weight: 500;
}
.kouza-area_ttl::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url(./images/icon-note.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: -50px;
}
.page-id-8 .kouza-block_wrapper {
    max-width: 480px;
    margin: 0 auto;
}
.kouza-block_left {
	max-width: 110px;
}
.kouza-block {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	padding: 16px 16px 22px;
}
.kouza-block .wp-block-columns {
	gap: 1em!important;
}
.kouza-block h3 {
	font-size: calc(20 / 16 * 1rem);
	margin: 0 auto 10px;
	font-weight: 500;
}
.kouza-block p {
	margin: 0 0 10px;
	line-height: 150%;
}
.flex-box > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1em;
}
.kouza-price {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: calc(18 / 16 * 1rem);
}
.kouza-price::before{
	color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F5AF";
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.kouza-price span {
	font-weight: 400;
	font-size: calc(12 / 16 * 1rem);
}
.kouza-time {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: calc(16 / 16 * 1rem);
}
.kouza-time::before{
	color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F1F6";
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.kouza-block .btn-two-area {
	gap: 0.5em!important;
}
.btn-green {
	margin: 0 auto;
	max-width: 300px;
}
.btn-green a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	text-decoration: none;
	border-radius: 100vw;
	background-color: #4EB0B2;
	padding: 14px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-two-area .btn-green {
	margin: 0 auto;
	padding: 0;
}
.btn-two-area .btn-green a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	border-radius: 100vw;
	background-color: #4EB0B2;
	padding: 10px;
	letter-spacing: 1px;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 500;
}

.btn-wht {
	margin: 0 auto;
	padding: 0 40px;
}
.btn-wht a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4EB0B2;
	font-weight: 500;
	letter-spacing: 2px;
	border: 2px solid #4EB0B2;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	text-decoration: none;
	border-radius: 100vw;
	background-color: #fff;
	padding: 14px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-orange {
	margin: 0 auto;
	width: 100%;
    max-width: 300px;
}
.btn-orange a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 500;
	text-decoration: none;
	border-radius: 100vw;
	background-color: #F97454;
	padding: 10px 25px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	margin: 16px auto 5px !important;
    max-width: 100%;
    letter-spacing: 2px;
}
.btn-orange a:hover {
	color: #fff;
	background-color: rgb(249 116 84 / 85%);
}

/*ユースタイルカレッジの特徴*/
.about-area_wrap {
	margin: 30px auto;
}
.about-area_ttl_wrap {
    text-align: center;
    margin: 0 auto 30px;
}
.about-area_ttl {
    font-size: calc(22 / 16 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 4px #4EB0B2;
    display: inline;
    position: relative;
    margin: 0 0 0 50px;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.6;
}
.about-area_ttl::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(./images/icon-heart.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: -50px;
}
.about-txt {
	font-size: calc(15 / 16 * 1rem);
}
.about-block {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.about-block h3 {
	font-size: calc(22 / 16 * 1rem);
	font-weight: 500;
	text-align: center;
	margin: 16px auto 10px;
}
.about-block figure {
	margin: 0 auto;
}
.about-block img {
	border-radius: 10px 10px 0 0;
}
.about-block_txt {
	padding: 20px;
}
/*学校一覧*/
.school-area_wrap {
	background-color: #fff;
	padding: 30px 20px 50px;
	margin: 0 auto;
	letter-spacing: 1px;
}
.school-area_wrap .school-area_wrap{
	padding: 0;
}
.school-block_wrapper {
	margin: 0 auto 40px;
}
.school-area_ttl_wrap {
    text-align: center;
    margin: 0 auto 30px;
}
.school-area_ttl {
    font-size: calc(26 / 16 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    border-bottom: solid 4px #4EB0B2;
    display: inline;
    position: relative;
    margin: 0 0 0 50px;
    padding-bottom: 4px;
    font-weight: 500;
}
.school-area_ttl::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url(./images/icon-school.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: -50px;
}
.place {
	padding: 6px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F9F5EF;
	font-size: calc(16 / 16 * 1rem);
	font-weight: 500;
}
.school-name {
	list-style: none;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}
.school-name li {
    width: calc(100% / 3 - 5px);
}
.school-name li a {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	padding: 4px;
	color: #4EB0B2;
	border: solid 2px #4EB0B2;
	border-radius: 100vw;
}
.school-area_wrap .wp-block-columns {
	gap: 1em;
}

/*よくある質問*/
.faqblock-area_wrap {
	margin: 0 auto;
	padding: 30px 20px 50px;
	letter-spacing: 1px;
}
.faqblock-area_ttl_wrap {
    text-align: center;
    margin: 0 auto 40px;
}
.faqblock-area_ttl {
    font-size: calc(26 / 16 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    border-bottom: solid 4px #4EB0B2;
    display: inline;
    position: relative;
    margin: 0 0 0 50px;
    padding-bottom: 4px;
    font-weight: 500;
}
.faqblock-area_ttl::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 55px;
    background-image: url(./images/icon-faq.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: -50px;
}
.accordion {
	margin: 0 auto 40px;
	max-width: 100%;
}
.toggle {
	display: none;
}
.faqblock {
	position: relative;
	margin-bottom: 1rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	padding: 10px 30px 10px 10px;
}
.question {
	font-weight: 500;
	position: relative;
	margin: 0 0 0 40px;
	display: flex;
}

.question span {
	font-size: calc(25 / 16 * 1rem);
	position: absolute;
	left: -40px;
	font-family: 'Roboto', sans-serif;
    font-size: 140%;
    padding: 0;
    color: #fff;
    line-height: 0;
    background-color: #4EB0B2;
    border-radius: 100vw;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question::before {
	font-size: calc(18 / 16 * 1rem);
	color: #46a7a9;
    font-weight: 900;
	font-family: bootstrap-icons;
	content: "\F282";
	position: absolute;
	top: 0;
	right: -16px;
	margin: auto;
	transition: all 0.3s;
}
.toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .question:before {
	transform: rotate(180deg) !important;
}
/**/
.anser {
	max-height: 0;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-left: 40px;
}
.anser span {
	font-size: calc(25 / 16 * 1rem);
	font-weight: 500;
	position: absolute;
	left: 0;
	font-family: 'Roboto', sans-serif;
    font-size: 140%;
    padding: 0;
    color: #fff;
    line-height: 0;
    background-color: #F97454;
    border-radius: 100vw;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anser div {
	margin: 10px 0;
	padding: 10px 10px 0 0;
	line-height: 1.8;
	font-weight: 300;
	font-size: calc(15 / 16 * 1rem);
	color: #666;
}

/*介護コラム*/
.column-area_wrap {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: linear-gradient(180deg, #fff 0%, #fff 16%, #F9F5EF 16%, #F9F5EF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-area_inner {
	padding: 30px 20px 50px;
}
.column-area_ttl_wrap {
    text-align: center;
    margin: 0 auto 40px;
}
.column-area_ttl {
    font-size: calc(26 / 16 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    border-bottom: solid 4px #4EB0B2;
    display: inline;
    position: relative;
    margin: 0 0 0 50px;
    padding-bottom: 4px;
    font-weight: 500;
}
.column-area_ttl::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(./images/icon-column.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: -50px;
}
.column-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	margin: 0 auto 1em;
}
.post-img {
	margin: 0 auto 0.8em !important;
    overflow: hidden;
    transition: 0.5s all;
    border-radius: 10px;
}
.post-img img {
	width: 100%;
    aspect-ratio: 15 / 10;
    object-fit: cover;
    object-position: center center;
}
.column-list li {
	margin: 0 auto 20px;
	max-width: 480px;
}
.column-list li a {
	text-decoration: none!important;
}
.post-ttl {
	color: #333;
	font-weight: 500;
	font-size: calc(16 / 16 * 1rem);
	line-height: 150%;
	margin: 0 auto 0.4em;
}
.post-cat {
	color: #F97454;
	font-size: calc(11 / 16 * 1rem);
	border-radius: 50vw;
	border: solid 1px #F97454;
	padding: 2px 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto 4px;
}
.post-date {
	color: #666;
	font-size: calc(13 / 16 * 1rem);
}
.post-date::before {
	font-size: calc(16 / 16 * 1rem);
    color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F1F6";
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
/*スライダー*/
.metaslider .slides li img {
	border-radius: 30px;
}
.flex-control-paging li a {
    background: rgba(87, 173, 175, .4)!important;
}
.flex-control-paging li a.flex-active {
    background: rgba(87, 173, 175, .9)!important;
}

/********************************************/

@media screen and (min-width: 782px) {
	.column-area_wrap {
	    background: linear-gradient(180deg, #fff 0%, #fff 35%, #F9F5EF 35%, #F9F5EF 100%);
	}
    .column-list {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        margin: 0 auto 40px;
        gap: 30px;
    }
    .column-list li {
        width: calc(100% / 3);
	}
	.page-id-8 .kouza-block_wrapper {
	    max-width: 100%;
	    margin: 0 auto;
	}
	.about-area_wrap {
		padding: 0 20px;
	}
}

@media screen and (min-width: 980px) {
	.top-content {
		margin: 125px auto 0;
		max-width: 1320px;
		padding: 15px 20px;
	}
	.top-main {
	    margin: 0 auto 25px;
		gap: 2em;
	}
	.front-ttl.pc {
	    margin: 0 auto;
	    max-width: 847px;
	    height: 630px;
	    background-image:url(./images/pc-topmain_bg.png);
	    background-repeat: no-repeat;
	    position: relative;
	    border-radius: 20px;
	    background-position: 45% 0;
	}
	.top-main .wp-block-image {
	    margin-bottom: 0;
	    position: absolute;
	    top: 80px;
	    right: 10px;
	}
	/*人気の講座*/
	.kouza-container {
		height: 630px;
	}
	.front-ttl.pc img {
	    width: 362px;
	    height: 335px;
	}
	.kouza-container h2 {
	    font-size: calc(24 / 16 * 1rem);
	    padding: 0 20px 6px;
	    margin: 0 auto 22px;
	}
	.kouza-list {
	    font-size: calc(16 / 16 * 1rem);
	}
	.kouza-list li a {
	    height: 100%;
	}
	.kouza-list li:hover {
	    background-color: rgb(78 176 178 / 85%);
	}
	/*お知らせ一覧*/
	.news-area {
		max-width: 1040px;
	    padding: 0 20px;
	    margin: 0 auto 60px;
	}
	.news-area-inner {
		border: unset;
	    border-radius: 15px;
	    padding: 20px 40px 5px;
	}
	.news-area-inner .wp-block-group__inner-container {
	    display: flex;
	    gap: 20px;
	    align-items: flex-start;
	    justify-content: flex-start;
	}
	.news-area_ttl {
		margin: 0;
		display: flex;
		width: 15%;
	}
	.news-area_ttl a {
		width: 130px;
		padding: 4px 16px;
		font-size: calc(14 / 16 * 1rem);
	}
	.news-area-inner ul.info-list {
		list-style: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 80%;
	}
	.news-area-inner ul.info-list li {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.news-area-inner .info-data {
		font-size: calc(14 / 16 * 1rem);
		margin-right: 20px;
	}
	.news-area-inner .info-title {
		font-size: calc(15 / 16 * 1rem);
	}
	/*講座案内*/
	.kouza-area_wrap {
		margin: 0 auto;
		background: linear-gradient(180deg,#F9F5EF 0%, #F9F5EF 30%, #77C4C6 30%, #77C4C6 100%);
	}
	.kouza-area_inner {
		max-width: 1140px;
		padding: 0 20px;
		margin: 0 auto 80px;
	}
	.kouza-area_ttl_wrap {
	    margin: 0 auto 60px;
	}
	.kouza-block_left {
	    max-width: 140px;
	}
	.kouza-area_ttl {
	    font-size: calc(40 / 16 * 1rem);
	    border-bottom: solid 8px #4EB0B2;
	    margin: 0 0 0 80px;
	    padding-bottom: 8px;
	}
	.kouza-area_ttl::before {
	    width: 73px;
	    height: 62px;
	    top: 9px;
	    left: -80px;
	}
	.kouza-block_wrapper {
		margin: 0 auto 40px;
	}
	.kouza-block {
	    background-color: #fff;
	    border-radius: 10px;
	    padding: 25px 25px 30px;
	}
	.kouza-block h3 {
	    font-size: calc(23 / 16 * 1rem);
	}
	.flex-box > div {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		flex-direction: row;
	}
	.kouza-block p {
	    margin: 0;
	}
	.kouza-block .btn-two-area {
	    gap: 1em !important;
	}
	.btn-two-area {
	    margin: 0 auto;
	    max-width: 370px;
	}
	.kouza-price {
	    font-size: calc(23 / 16 * 1rem);
	}
	.kouza-time {
	    font-size: calc(18 / 16 * 1rem);
	}
	.btn-green a {
		font-size: calc(18 / 16 * 1rem);
		max-width: 300px;
		margin: 0 auto;
	}
	.btn-two-area .btn-green a {
		font-size: calc(15 / 16 * 1rem);
		max-width: 100%;
	}
	.btn-green a:hover {
		color: #fff;
		background-color: rgb(78 176 178 / 85%);
	}
	.btn-wht {
		margin: 0 auto;
		padding: 0 40px;
	}
	.btn-wht a {
		font-size: calc(18 / 16 * 1rem);
		max-width: 300px;
		margin: 0 auto;
		border: 3px solid #4EB0B2;
	}
	.btn-wht a:hover {
		color: #4EB0B2;
		background-color: rgb(255 255 255 / 90%);
	}
	.btn-orange {
		margin: 0 auto;
		width: 100%;
	    max-width: 300px;
	}
	.btn-orange a {
		font-size: calc(18 / 16 * 1rem);
	}
	/*ユースタイルの特徴*/
	.about-area_wrap {
		margin: 80px auto;
		padding: 0 20px;
		max-width: 1240px;
	}
	.about-area_ttl_wrap {
		margin: 0 auto 60px;
	}
	.about-area_ttl {
	    font-size: calc(40 / 16 * 1rem);
	    border-bottom: solid 8px #4EB0B2;
	    margin: 0 0 0 90px;
	    padding-bottom: 8px;
	}
	.about-area_ttl::before {
	    width: 80px;
	    height: 80px;
	    top: 9px;
	    left: -90px;
	}
	.about-txt {
	    font-size: calc(18 / 16 * 1rem);
	    max-width: 900px;
	    text-align: center;
	    margin: 0 auto 60px;
	}
	/*school一覧*/
	.school-area_wrap {
		padding: 30px 20px 60px;
	}
	.school-block_wrapper {
		margin: 0 auto 40px;
		max-width: 1100px;
	}
	.school-area_ttl_wrap {
	    margin: 60px auto;
	}
	.school-area_ttl {
	    font-size: calc(40 / 16 * 1rem);
	    border-bottom: solid 8px #4EB0B2;
	    margin: 0 0 0 80px;
	    padding-bottom: 8px;
	}
	.school-area_ttl::before {
	    width: 67px;
	    height: 62px;
	    top: 9px;
	    left: -80px;
	}
	.place {
	    padding: 20px 0;
	    font-size: calc(20 / 16 * 1rem);
	}
	.school-area_wrap .wp-block-columns {
	    gap: 14px;
	    margin-bottom: 15px;
	    display: flex;
	    align-items: stretch;
	}
	.school-name_block {
		border: solid 1px #d4d4d4;
		display: flex;
		padding: 0 20px;
	}
	.school-name {
	    justify-content: flex-start;
	    width: 100%;
	    padding: 10px 0;
	}
	.school-name li {
	    max-width: 120px;
	    width: 100%;
	}
	.school-name li a {
		letter-spacing: 2px;
		font-size: calc(15 / 16 * 1rem);
	}
	.school-name li a:hover {
	    color: #fff;
	    background-color: #4EB0B2;
	}
	/*よくある質問*/
	.faqblock-area_wrap {
	    margin: 0 auto;
	    padding: 60px 20px 80px;
	}
	.accordion {
		margin: 0 auto 40px;
		max-width: 860px;
	}
	.faqblock-area_ttl_wrap {
		margin: 0 auto 60px;
	}
	.faqblock-area_ttl {
	    font-size: calc(40 / 16 * 1rem);
	    border-bottom: solid 8px #4EB0B2;
	    margin: 0 0 0 80px;
	    padding-bottom: 8px;
	}
	.faqblock-area_ttl::before {
	    width: 67px;
	    height: 80px;
	    top: -4px;
        left: -80px;
	}
	.question {
	    font-size: calc(18 / 16 * 1rem);
	    cursor: pointer;
	}
	.anser div {
	    font-size: calc(14 / 16 * 1rem);
	}
	.faqblock {
	    margin-bottom: 1.4rem;
	    padding: 15px 36px 15px 20px;
	    cursor: pointer;
	}
	/*介護コラム*/
	.column-area_wrap {
	    margin-left: calc(50% - 50vw);
	    margin-right: calc(50% - 50vw);
	    background: linear-gradient(180deg, #fff 0%, #fff 42%, #F9F5EF 42%, #F9F5EF 100%);
	}
	.column-area_ttl_wrap {
	    margin: 60px auto;
	}
	.column-area_inner {
	    padding: 0 20px 50px;
	}
	.column-area_ttl {
	    font-size: calc(40 / 16 * 1rem);
	    border-bottom: solid 8px #4EB0B2;
	    margin: 0 0 0 80px;
	    padding-bottom: 8px;
	}
	.column-area_ttl::before {
	    width: 67px;
	    height: 62px;
	    top: 9px;
	    left: -80px;
	}
	.column-list {
		max-width: 1000px;
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    justify-content: center;
	    margin: 0 auto 40px;
	    gap: 30px;
	}
	.column-list li {
	    width:calc(100% / 3);
	}
	.column-list li a:hover {
		opacity: .8;
	}
}

/*=======================================================================================
   固定ページ
=======================================================================================*/

/*--講座案内-----------------------------------------------*/

.ttl_wrap {
	text-align: center;
    margin: 0 auto 30px;
}
.page-ttl {
    font-size: calc(22 / 16 * 1rem);
    border-bottom: solid 4px #4EB0B2;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 500;
}
.course .kouza-block_left {
    max-width: 100%;
}
.course .kouza-block_left img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center 15%;
}
.course .kouza-block p.kouza-price {
	margin: 0;
}
.course .kouza-block p.kouza-time {
	margin: 0 0 1em 0;
}
.course .kouza-block .btn-two-area .btn-green {
    margin: 0 auto 0.4em;
    padding: 0;
    max-width: 90%;
}
.course .kouza-block .btn-two-area .btn-green a {
    font-size: calc(16 / 16 * 1rem);
}

/********************************************/

@media screen and (min-width: 782px) {
	.ttl_wrap {
		text-align: center;
	    margin: 0 auto 36px;
	}
	.page-ttl {
	    font-size: calc(30 / 16 * 1rem);
	    display: inline-block;
	    border-bottom: solid 6px #4EB0B2;
	    position: relative;
	    padding-bottom: 10px;
	}
	.course .kouza-block_left img {
	    width: 220px;
	    height: auto;
	    object-fit: unset;
	}
	.course .kouza-block .wp-block-column .flex-box {
	    flex-direction: row!important;
	    justify-content: flex-start!important;
	    align-items: center!important;
	}
	.course .kouza-block p.kouza-price,
	.course .kouza-block p.kouza-time {
		margin: 0 0 20px 0;
	}
	.course .kouza-block .btn-two-area {
        gap: 10px!important;
        margin: 0;
    }
    .course .kouza-block .btn-two-area .btn-green a {
		font-size: calc(16 / 16 * 1rem);
		max-width: 400px;
		margin: 0 auto;
	}
    .course .kouza-block .btn-two-area .btn-green {
	    margin: 0 auto 0.4em;
	    padding: 0;
	    max-width: 100%;
	}
	.course .kouza-block .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .course .kouza-block_left {
	    max-width: 30%;
	}
}

/********************************************/

@media screen and (min-width: 980px) {
	.ttl_wrap {
		text-align: center;
	    margin: 0 auto 50px;
	}
	.page-ttl {
	    font-size: calc(36 / 16 * 1rem);
	    display: inline-block;
	    border-bottom: solid 6px #4EB0B2;
	    position: relative;
	    padding-bottom: 10px;
	}
}

/*--講座下層ページ-----------------------------------------------*/

.ttl_wrap {
	text-align: center;
    margin: 0 auto 30px;
}
.parent-pageid-8 .page-ttl {
	font-size: calc(24 / 16* 1rem);
    letter-spacing: 2px;
    border-bottom: solid 4px #4EB0B2;
    position: relative;
    margin: 0 auto;
    padding-bottom: 4px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    padding-left: 40px;
    line-height: 140%;
}
.parent-pageid-8 .page-ttl::before {
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background-image: url(./images/icon-note.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.mokuji {
	background-color: #fff;
	padding: 10px 16px 24px;
}
.mokuji-ttl {
	font-size: calc(20 / 16* 1rem);
	font-weight: 500;
	border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 0 auto 15px;
}
.mokuji ul  {
	list-style: none;
	margin: 0 auto;
}
.mokuji ul li {
	line-height: 200%;
}
.mokuji ul li a {
	margin-left: 1rem;
	position: relative;
}
.mokuji ul li a span {
	color: #F97454;
}
.mokuji ul li a::before {
    font-family: bootstrap-icons;
    content: "\F309";
    position: absolute;
    font-size: calc(36 / 16* 1rem);
    left: -30px;
}
.maru-line {
	font-size: calc(22 / 16* 1rem);
    padding-bottom: 6px;
    border-bottom: 4px solid #4eb0b2;
    position: relative;
    padding-left: 24px;
    font-weight: 500;
}
.maru-line::before {
	font-family: bootstrap-icons;
    content: "\F287";
    color: #4eb0b2;
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.hyphen-line {
	font-size: calc(20 / 16* 1rem);
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 10px 30px;
}
.hyphen-line::before {
	content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #4eb0b2;
    max-width: 22px;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 13px;
    left: -30px;
}
.number-ttl {
	font-size: calc(16 / 16* 1rem);
	font-weight: 500;
	background-color: #F0F0F0;
	display: inline-table;
	padding: 10px 10px 10px 44px;
	position: relative;
	margin: 10px auto;
	letter-spacing: 1px;
	width: 100%;
}
.number-ttl_area div {
	counter-reset: listnum; /* カウンターをリセット */
}
.number-ttl_area div .number-ttl::before{
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
	color: #fff;
	background-color: #666;
	font-size: calc(16 / 16* 1rem);
	font-family: roboto;
	position: absolute;
	top: 16px;
    left: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
}

/*実務者研修のカリキュラム*/
.curriculum-area .is-layout-grid {
 	gap: 0;
 	margin: 0 auto 16px;
}
.curriculum-area .is-layout-grid::after {
content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 13px solid #4eb0b2;
  border-bottom: 0;
  margin: 0 auto;
}
.curriculum-area .is-layout-grid.wp-container-core-group-is-layout-10::after {
	content: unset;
}
.grid-dt {
	background-color: #4eb0b2;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	letter-spacing: 2px;
}
.grid-dd {
	background-color: #fff;
	padding: 10px 16px 20px;
}
.grid-dd p {
	margin: 0 auto;
}
/*通学カリキュラム*/
.white-wrap {
	background-color: #fff;
	padding: 10px 16px;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.number-ttl_area p {
	letter-spacing: 1px;
}
.number-ttl_area p strong {
	font-weight: 600;
	text-decoration: underline;
}
.number-ttl .txt-large {
    font-size: 136%;
}
/*受講の流れ*/
.nagare-area {
	background-color: #fff;
	border-radius: 15px;
	padding: 0 0 20px;
    margin: 0 auto 40px;
}
.nagare_ttl {
	background-color: #D3EEEA;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 6px;
    border-radius: 15px 15px 0 0;
    font-size: calc(20 / 16* 1rem);
    margin: 0 auto 20px;
}
.nagare-box {
	padding: 0 20px;
	position: relative;
}
.nagare-box_inner {
	border-radius: 10px;
	border: 4px solid #4EB0B2;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.nagare-box::after {
	display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 19px solid #4eb0b2;
    border-bottom: 0;
    margin: 0 auto;
}
.nagare-box:last-child::after {
    content: unset;
}
.nagare-box_inner .wp-block-image {
	margin: 0 auto 10px;
}
.nagare-box_inner img {
	display: block;
	max-width: 100px;
	margin: 0 auto;
}
.nagare-box_inner p strong {
	display: block;
	color: #4EB0B2;
	text-align: center;
	font-weight: 500;
	font-size: calc(24 / 16* 1rem);
	line-height: 140%;
	margin: 0 auto 10px;
}
.nagare-box_inner p {
	font-size: calc(14 / 16* 1rem);
	margin: 0 auto ;
}

/*受講料・割引制度*/
.pricearea-wrap {
	margin: 0 auto 30px;
	max-width: 460px;
}
.course-wrap {
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #4EB0B2;
	margin: 0 auto 20px;
	max-width: 460px;
}
.course_ttl {
	background-color: #4eb0b2;
	color: #fff;
	text-align: center;
	margin: 0 auto 10px;
	padding: 6px;
	font-weight: 500;
	border-radius: 10px 10px 0 0;
	font-size: calc(24 / 16* 1rem);
}
.course-wrap.one .course_ttl {
    background-color: #D3EEEA;
    color: #333;
    text-align: center;
    margin: 0 auto 10px;
    padding: 6px;
    font-weight: 500;
    border-radius: 13px 13px 0 0;
    font-size: calc(22 / 16* 1rem);
}
.course-txt {
	text-align: center;
	margin: 0 auto 1.8em;
	font-size: calc(16 / 16* 1rem);
}
.price-area_wrap {
	gap: 20px;
	padding: 0 14px;
	margin-bottom: 20px!important;
}
.price-area_wrap.notext {
	align-items: center !important;
}
.price-wrap {
	display: flex;
	justify-content: space-around;
	max-width: 300px;
	margin: 0 auto;
}
.fukidashi {
	background-color: #F97454;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-weight: 500;
	border-radius: 50vw;
	font-size: calc(14 / 16* 1rem);
	line-height: 1.2;
	padding: 10px;
	position: relative;
	margin-top: -30px!important;
}
.fukidashi::before {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -11px;
    bottom: 30px;
    border-right: 20px solid #f97454;
    border-top: 12px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(180deg);
}
.notext .fukidashi {
	margin-top: 0!important;
}
.price {
	font-family: 'Roboto', sans-serif;
	font-size: calc(44 / 16* 1rem);
	color: #f97454;
	font-weight: 500;
	margin: 0;
	line-height: 1;
	text-align: right;
}
.price-off {
	font-family: 'Roboto', sans-serif;
	font-size: calc(22 / 16* 1rem);
	text-align: right;
	margin: 0;
	font-weight: 500;
	text-decoration: line-through;
}
.course-btn-wrap {
	padding: 0 20px;
}
.course-btn-wrap .btn-orange a {
	margin: 0 auto!important;
}
.waribiki {
	background-color: #fff;
	padding: 20px 24px;
}
.waribiki p {
	margin: 0 auto ;
}
.waribiki p strong {
	background-color: #eee;
	font-size: calc(18 / 16* 1rem);
	padding: 4px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
	margin: 0 auto 10px;
}
.waribiki p strong::before {
	color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F309";
    position: absolute;
    font-size: calc(36 / 16* 1rem);
    left: 0;
}
.white-wrap_txt {
	background-color: #fff;
    padding: 20px 24px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.chuui-wrap {
	border: 1px solid #ccc;
}
.chuui-ttl {
	font-size: calc(18 / 16* 1rem);
	padding: 4px 14px;
	font-weight: 500;
	margin: 0 auto;
	background-color: #f0f0f0;
}
.chuui-wrap ol {
	margin: 20px 10px 20px 30px;
}
.chuui-wrap ol li {
	margin: 0 auto 15px;
	font-size: calc(13 / 16* 1rem);
}
.kouza-fotter {
	padding: 30px 20px;
	background-image: url(./images/bg-left.png) ,url(./images/bg-right.png) ;
	background-color: #4EB0B2;
	background-size: 55% auto,55% auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}
.kouza-fotter p strong{
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	color: #fff;
	font-weight: 500;
	font-size: calc(18 / 16* 1rem);
	line-height: 160%;
}
.kouza-footer_btnarea {
	background-color: #fff;
	padding: 24px;
	border-radius: 10px;
}
.btnarea-inner {
	margin-bottom: 0;
}
.kouza-footer_btnarea .btn-green a {
	padding: 10px 25px;
	margin: 10px auto 5px !important;
}
.kouza-footer_btnarea .btn-orange a {
	letter-spacing: 2px;
	margin: 10px auto 5px !important;
	font-size: calc(18 / 16 * 1rem);
}
.kouza-footer_btnarea .btn-green a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 4px 4px 0 0;
    background-image: url(./images/icon-memo.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/*--講座下層ページ：重度訪問介護従業者 養成研修統合課程----------*/

.merit-block {
	background-color: #fff;
	border: 2px solid #4EB0B2;
	border-radius: 10px;
	padding: 10px 20px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	margin: 0 auto 24px;
}
.merit-block p {
	font-size: calc(15 / 16* 1rem);
	margin: 0 auto 0.5em;
}
.merit-block p strong{
	text-decoration: underline;
}
.merit-ttl {
	font-size: calc(20 / 16* 1rem);
    font-weight: 500;
    padding-bottom: 6px;
    border-bottom: 2px dashed #ccc;
    position: relative;
    padding-left: 33px;
    margin: 0 auto 10px;
    line-height: 1.4;
}
.merit-ttl .nmb {
    color: #fff;
    background-color: #4EB0B2;
    font-size: calc(16 / 16* 1rem);
    font-family: roboto;
    position: absolute;
    top: 3px;
    left: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
}
.smb-accordion__item__title {
	margin: 0 auto 10px;
    background-color: #4EB0B2;
    color: #fff;
    font-weight: 500;
    font-size: calc(20 / 16* 1rem);
    padding: 6px 16px;
    line-height: 140%;
}
.white-wrap.pd00 {
    background-color: #fff;
    padding: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
}
.pd00-inner {
	padding: 0;
}

@media screen and (min-width: 480px) {
	/*講座フッター*/
    .kouza-fotter {
	    padding: 30px 20px;
	    background-size: 30% auto, 30% auto;
	}
	.kouza-fotter p strong {
	    margin: 0 auto 20px;
	    font-size: calc(22 / 16* 1rem);
	}
}
@media screen and (min-width: 782px) {
	.number-ttl_area div .number-ttl::before {
	    top: 11px;
	}
	.btn-orange {
		margin: 0 auto;
		width: 100%;
	    max-width: 400px;
	}
	.btn-orange a {
		font-size: calc(20 / 16 * 1rem);
		padding: 17px;
		letter-spacing: 2px;
	}
	.ttl_wrap {
		text-align: center;
	    margin: 0 auto 50px;
	}

	/*受講の流れ*/
	.nagare_ttl {
	    font-size: calc(20 / 16* 1rem);
	}
	.nagare-area_block {
		display: flex;
		flex-direction: column;
		max-width: 80%;
		justify-content: center;
		margin: 0 auto 30px;
	}
	.nagare-box_inner {
	    padding: 20px 40px;
	}
	.nagare-box_inner .btn-orange a {
        font-size: calc(16 / 16* 1rem);
        padding: 12px;
        max-width: 240px;
	}
	/*受講料*/
	.course-wrap {
		max-width: 100%;
	}
	.pricearea-wrap {
		margin: 0 auto 40px;
		max-width: 760px;
	}
	.price-wrap {
	    max-width: 100%;
	}
	.price {
	    font-size: calc(56 / 16* 1rem);
	}
	.price-off {
	    font-size: calc(30 / 16* 1rem);
	}
    .course-btn-wrap {
	    padding: 0;
	}
	.course-btn-wrap .btn-orange {
        max-width: 230px;
    }
	.course-btn-wrap .btn-orange a {
        font-size: calc(18 / 16* 1rem);
        padding: 10px;
    }

    /*講座フッター*/
    .kouza-fotter .btn-orange {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
    .kouza-fotter .btn-orange a {
	    font-size: calc(18 / 16* 1rem);
	    padding: 10px 25px;
	    margin: 10px auto 5px !important;
	}
	.btnarea-inner {
		margin: 0 auto;
		max-width: 600px;
	}

}
@media screen and (min-width: 980px) {
	.parent-pageid-8 .page-ttl {
		font-size: calc(40 / 16* 1rem);
		border-bottom: solid 6px #4EB0B2;
		margin: 0;
		padding: 0 0 8px 56px;
	}
	.parent-pageid-8 .page-ttl::before {
	    content: '';
	    display: inline-block;
	    width: 50px;
	    height: 50px;
	    background-image: url(./images/icon-note.png);
	    background-size: contain;
	    vertical-align: middle;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 12px;
	    left: 0;
	}
	.curriculum-area > div > div {
	    grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr))!important;
	    container-type: inline-size;
	}
	.maru-line {
	    font-size: calc(34 / 16* 1rem);
	    border-bottom: 6px solid #4eb0b2;
	    padding-left: 40px;
	    margin: 80px auto 40px;
	}
	.maru-line::before {
	    font-size: calc(28 / 16* 1rem);
	    top: 7px;
	}
	.grid-dt {
	    font-size: calc(24 / 16 * 1rem);
	}
	.grid-dd {
	    font-size: calc(24 / 16 * 1rem);
	}
	.grid-dd .txt-small {
	    font-size: calc(16 / 16 * 1rem);
	}
	/*通学カリキュラム*/
	.white-wrap {
		padding: 24px 40px;
		border-radius: 20px;
	}
	.hyphen-line {
	    font-size: calc(30 / 16* 1rem);
	    position: relative;
	    font-weight: 500;
	    letter-spacing: 1px;
	    margin: 0 0 20px 34px;
	}
	.hyphen-line::before {
	    height: 6px;
	    max-width: 24px;
	    border-radius: 10px;
	    top: 22px;
	    left: -34px;
	}
	.number-ttl {
	    font-size: calc(24 / 16* 1rem);
	    padding: 10px 10px 10px 70px;
	    margin: 10px auto 20px;
	}
	.number-ttl_area div .number-ttl::before {
	    font-size: calc(28 / 16* 1rem);
	    top: 12px;
	    left: 12px;
	    width: 48px;
	    height: 48px;
	}
	.number-ttl .txt-large {
	    font-size: 142%;
	}

	/*受講の流れ*/
	.nagare-area {
	    border-radius: 20px;
	    padding: 0 0 40px;
	    margin: 0 auto 40px;
	}
	.nagare_ttl {
	    background-color: #D3EEEA;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 14px 6px;
	    border-radius: 20px 20px 0 0;
	    font-size: calc(30 / 16* 1rem);
	    margin: 0 auto 40px;
	}
	.nagare-area_block {
		display: flex;
		flex-direction: row;
		max-width: 760px;
		justify-content: center;
		margin: 0 auto 30px;
		gap: 0;
	}
	.nagare-box {
	    padding: 0 10px;
	    position: relative;
	}
	.nagare-box_inner {
	    padding: 15px;
	    height: 330px;
	}
	.nagare-box_inner > div {
		display: flex;
	    flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
	}
	.nagare-box_inner p strong {
	    font-size: calc(22 / 16* 1rem);
	}
	.nagare-box_inner .wp-block-image {
	    height: 80px;
	    margin: 10px auto;
	}
	.nagare-box_inner .wp-block-image img {
		width: 80px;
	    height: 80px;
	    object-fit: contain;
	}
	.nagare-box::after {
		position: absolute;
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 18px solid transparent;
		border-left: 18px solid transparent;
		border-top: 19px solid #4eb0b2;
		border-bottom: 0;
		margin: 0 auto;
		right: -17px;
		bottom: 165px;
		transform: rotate(270deg);
	}
	/*受講料・割引制度*/
	.jukou-wrap .txt-large {
	    font-size: calc(28 / 16* 1rem);
	}
	.course-wrap {
	    border: 3px solid #4EB0B2;
	    margin: 0 auto 40px;
    	max-width: 100%;
	}
	.course_ttl {
	    margin: 0 auto 10px;
	    padding: 6px;
	    font-size: calc(28 / 16* 1rem);
	}
	.course-txt {
	    text-align: center;
	    margin: 0 auto 1em;
	    font-size: calc(20 / 16* 1rem);
	}
	.price-area_wrap {
	    gap: 0;
	    padding: 0 50px;
	    margin-bottom: 6px !important;
    }
    .pricearea-wrap {
        margin: 0 auto 60px;
        max-width: 760px;
    }
	.price {
	    font-size: calc(56 / 16* 1rem);
	}
	.price-off {
	    font-size: calc(30 / 16* 1rem);
	}
    .course-btn-wrap {
	    padding: 0;
	}
	.fukidashi {
	    width: 96px;
	    height: 96px;
	    font-size: calc(18 / 16* 1rem);
	    margin-top: -50px !important;
	}
	.fukidashi::before {
	    right: -15px;
	    bottom: 37px;
	}

	/*割引制度*/
	.waribiki p {
	    font-size: calc(16 / 16* 1rem);
	}
	.waribiki p strong {
		background-color: #eee;
		font-size: calc(22 / 16* 1rem);
		padding-left: 35px;
	}
	.waribiki p strong::before {
	    font-size: calc(40 / 16* 1rem);
	}
	.course-wrap.one {
		max-width: 760px;
		margin: 0 auto;
	}
	/*修了見込証明書の発行について*/
	.white-wrap_txt {
	    padding: 24px 40px;
	}
	.white-wrap_txt p {
	    font-size: calc(15 / 16* 1rem);
	}
	.chuui-ttl {
	    font-size: calc(20 / 16* 1rem);
	}
	.chuui-wrap ol {
	    margin: 20px 20px 30px 40px;
	}
	.chuui-wrap ol li {
	    margin: 0 auto 1em;
	    font-size: calc(15 / 16* 1rem);
	}
	/*受講メリット*/
	.merit-block {
	    border: 4px solid #4EB0B2;
	    border-radius: 15px;
	    padding: 16px 40px 20px;
	    margin: 0 auto 30px;
	}
	.merit-ttl {
		font-size: calc(28 / 16* 1rem);
		padding-bottom: 12px;
		padding-left: 48px;
		margin: 0 auto 12px;
	}
	.merit-ttl .nmb {
	    font-size: calc(24 / 16* 1rem);
	    top: 0px;
	    left: 0;
	    width: 40px;
	    height: 40px;
	}
	/*アコーディオン*/
	.smb-accordion__item__title {
		margin: 0 auto 10px;
	    font-size: calc(24 / 16* 1rem);
	    padding: 15px 30px;
	}
	.smb-accordion__item__body {
	   padding: 20px 40px;
	}

	/*講座フッター*/
	.btnarea-inner {
		margin: 0 auto;
		max-width: 760px;
	}
	.kouza-footer_btnarea {
	    max-width: 1000px;
	    margin: 0 auto;
	}
    .kouza-fotter {
	    padding: 40px 20px;
	    background-size: 20% auto, 20% auto;
	}
	.kouza-fotter p strong {
	    margin: 0 auto 20px;
	    font-size: calc(22 / 16* 1rem);
	}
	.kouza-fotter .btn-orange,
	.kouza-fotter .btn-green {
        max-width: 360px;
    }
	.kouza-fotter .btn-orange a,
	.kouza-fotter .btn-green a {
		max-width: 100%;
		padding: 17px 25px;
		margin: 14px auto 5px !important;
		font-size: calc(20 / 16* 1rem);
    }

}

/*--講座下層ページ：介護福祉士実習指導者講習会----------*/

.two-cell.nittei table {
	background-color: #fff;
	/*border: 2px solid #4eb0b2;*/
	font-size: calc(18 / 16* 1rem);
	font-weight: 500;
	margin: 0 auto;
}
.two-cell.nittei td:first-child {
    width: 15%;
    text-align: center;
    background-color: #4eb0b2;
    color: #fff;
}
.two-cell.nittei td:last-child {
    width: 84%;
}
.white-wrap_p {
	background-color: #fff;
    padding: 16px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.white-wrap_p p {
	margin: 0 auto 1em;
}
.view-hidden {
	display: none;
}
.btn-orange_off {
	margin: 16px auto 5px !important;
    width: 100%;
    max-width: 300px;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: calc(16 / 16* 1rem);
    text-decoration: none;
    border-radius: 100vw;
    background-color: #666;
    padding: 10px 25px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
}
@media screen and (min-width: 782px) {
	.btn-orange_off {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }
	.btn-orange_off {
        font-size: calc(20 / 16* 1rem);
        padding: 17px;
        letter-spacing: 2px;
    }
    .course-btn-wrap .btn-orange_off {
        max-width: 230px;
    }
    .course-btn-wrap .btn-orange_off {
        font-size: calc(18 / 16* 1rem);
        padding: 10px;
    }
    .nagare-box_inner .btn-orange_off {
        font-size: calc(16 / 16* 1rem);
        padding: 12px;
        max-width: 240px;
    }
}
@media screen and (min-width: 980px) {
	.white-wrap_p {
	    padding: 24px 40px;
	    border-radius: 15px;
	}
}
/*--講座下層ページ：喀痰３号研修講座----------*/

.haba-ttl_wrap {
	background-color: #4eb0b2;
	margin: 0 auto 30px;
	text-align: center;
	padding: 30px 0;
	background-image: url(./images/bg-imgleft.png), url(./images/bg-imgright.png);
    background-color: #4EB0B2;
    background-size: 40% auto, 40% auto;
    background-position: center left, center right;
    background-repeat: no-repeat;
}
.haba-ttl {
	color: #fff;
	font-size: calc(26 / 16* 1rem);
	margin: 0 auto;
	letter-spacing: 2px;
	font-weight: 500;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.white-box {
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
}
.white-box_inner {
    margin: 0 auto;
    padding: 16px 20px 10px;
}
.white-box_inner ul,
.white-box_inner ol {
    margin: 0 0 1.5em 1.1em;
    padding: 0;
}
.white-box_inner li {
    margin: 0 auto 0.8em;
}
.white-box_inner p {
    margin: 0 0 0.8em;
}
.gray-bg_ttl {
	margin: 10px auto 16px;
	background-color: #f0f0f0;
	font-size: calc(20 / 16* 1rem);
	padding: 10px 16px;
	line-height: 1.4;
}
.white-box_inner .bg-gray_list {
	background-color: #f0f0f0;
	padding: 10px;
	margin: 0 auto 0.8em;
}
.bg-gray_list li {
	margin: 0 0 0.8em 1em;
}
.whitebox-dl {
	margin: 0 auto;
}
.whitebox-dl dt {
	font-weight: 500;
	font-size: calc(16 / 16* 1rem);
}
.whitebox-dl dd {
	margin: 0 auto 0.8em;
}
.apply-block {
	border: 2px solid #4EB0B2;
	background-color: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
}
.apply-ttl {
	font-size: calc(20 / 16* 1rem);
    font-weight: 500;
    padding-bottom: 6px;
    position: relative;
    padding: 8px 10px 8px 42px;
    margin: 10px auto 16px;
    line-height: 1.4;
    background-color: #D3EEEA;
}
.apply-ttl .nmb {
	color: #fff;
    background-color: #4EB0B2;
    font-size: calc(16 / 16* 1rem);
    font-family: roboto;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
}
p .nmb,
li .nmb {
	color: #fff;
    background-color: #4EB0B2;
    font-size: 1em;
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    margin: 0 4px;
}
.kakutan-footer {
	border: 2px solid #ccc;
	background-color: #fff;
    padding: 16px 20px;
    border-radius: 10px;
    margin: 0 auto;
}

@media screen and (min-width: 782px) {
	.whitebox-dl dt {
		font-weight: 500;
		font-size: calc(18 / 16* 1rem);
	}
	.whitebox-dl dd {
		margin: 0 auto 0.8em;
		font-size: calc(16 / 16* 1rem);
	}
}

@media screen and (min-width: 980px) {
	.merit-block p {
	    font-size: calc(16 / 16* 1rem);
	}
	.white-box_inner {
	    margin: 0 auto;
	    padding: 24px 40px;
	}
	.gray-bg_ttl {
	    font-size: calc(24 / 16* 1rem);
	    padding: 16px;
	}
	.white-box_inner .bg-gray_list {
	    padding: 14px 20px;
	}
	.haba-ttl_wrap {
	    margin: 0 auto 60px;
	    padding: 50px 0;
	    background-image: url(./images/bg-imgleft.png), url(./images/bg-imgright.png);
	    background-size: 17% auto, 17% auto;
	}
	.haba-ttl {
	    font-size: calc(36 / 16* 1rem);
	}
	.apply-block {
	    border: 4px solid #4EB0B2;
	}
	.apply-ttl {
	    font-size: calc(26 / 16* 1rem);
	    padding: 15px 15px 15px 68px;
	}
	.apply-ttl .nmb {
	    font-size: calc(26 / 16* 1rem);
	    top: 11px;
	    left: 15px;
	    width: 44px;
	    height: 44px;
	    display: flex;
	}
	.banzai.green.txt-large {
		font-size: calc(28 / 16* 1rem);
	}
	.kakutan-footer {
	    padding: 24px 40px;
	    border-radius: 15px;
	}
	.whitebox-dl dt {
		font-size: calc(20 / 16* 1rem);
	}
	.whitebox-dl dd {
		font-size: calc(17 / 16* 1rem);
	}
}

/*--講座下層ページ：実地研修講座----------*/

.step-nmb {
	background-color: #4EB0B2;
	color: #fff;
	font-weight: 600;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	width: 100%;
	font-size: calc(18 / 16* 1rem);
	letter-spacing: 2px;
}
.step-box {
	gap: 14px!important;
}
.step-box p {
    margin: 0 0 0.8em;
}
.step-box p.txt-large {
    margin: 0 0 0.8em;
    line-height: 1.5;
    font-size: calc(17 / 16* 1rem);
}
.step-box ul,
.step-box ol {
    margin: 0 0 1.5em 1.1em;
    padding: 0;
}
.step-box li {
    margin: 0 auto 0.8em;
}
.step-box_ttl {
    font-size: calc(18 / 16* 1rem);
    position: relative;
    font-weight: 500;
    color: #3e9495;
    line-height: 1.6;
}

/*TELボタン*/
.step-tel_box {
    margin: 0 auto;
    background-color: #fff;
    max-width: 370px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    border: 4px solid #4EB0B2;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.step-tel_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    font-size: calc(34 / 16* 1rem);
    color: #555;
}
.step-tel_box .step-tel::before {
    color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F5B4";
    font-size: calc(26 / 16* 1rem);
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.step-mail_box {
    margin: 0 auto;
    background-color: #fff;
    max-width: 370px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    border: 4px solid #4EB0B2;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.step-mail_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 100%;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    font-size: calc(24 / 16* 1rem);
    color: #555;
}
.step-mail_box .step-mail::before,
.txt-step-mail::before {
    color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F32C";
    font-size: calc(26 / 16* 1rem);
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.step-tel_box .tel-time,
.step-mail_box .tel-time {
    font-size: calc(14 / 16* 1rem);
    color: #999;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 100%;
}
.step-contact-box {
	column-gap: 0!important;
}
.alert-ttl {
	background-color: #4EB0B2;
    color: #fff;
    padding: 0px 2rem;
    margin: 0;
    display: inline;
    border-radius: 25px;
}
.alert-in {
	flex-wrap: wrap;
	margin: 0 auto;
    max-width: 100%;
    font-size: calc(20 / 16* 1rem);
}

@media screen and (min-width: 782px) {
	.step-box {
		gap: 2em !important;
		margin-bottom: 30px;
		padding-bottom: 2em;
		border-bottom: 2px dashed #ccc;
	}
	.alert-in {
		flex-wrap: nowrap;
	    max-width: 60%;
	    font-size: calc(22 / 16* 1rem);
	}

}

/*--講座下層ページ：ユースタイルカレッジについて----------*/

.two-cell.about table {
    background-color: #fff;
    font-size: calc(15 / 16* 1rem);
    margin: 0 auto;
}
.two-cell.about td:first-child {
    width: 25%;
    text-align: center;
    background-color: #4eb0b2;
    color: #fff;
    font-weight: 500;
}
.two-cell.about td:last-child {
    width: 74%;
}
.two-cell.about td,
.wp-block-table .two-cell.about tr:nth-child(even) td {
    border: 1px solid rgb(255 255 255 / 30%) !important;
}
.kousi-box {
	text-align: center;
}
.about-ttl {
	font-size: calc(28 / 16* 1rem);
    font-weight: 500;
    margin: 0 auto 1em;
}

@media screen and (min-width: 782px) {
	.two-cell.about table {
	    background-color: #fff;
	    font-size: calc(17 / 16* 1rem);
	    margin: 0 auto;
	}
	.two-cell.about td:first-child {
	    width: 20%;
	}
	.two-cell.about td:last-child {
	    width: 79%;
	}
}

/*--講座下層ページ：医療的ケア教員講習会----------*/
.nittei-list {
	margin: 16px 16px 16px 40px;
    padding: 0;
    font-size: calc(18 / 16* 1rem);
    font-weight: 500;
}
.nittei-list li {
    margin: 0 auto 10px;
    line-height: 1.5;
}
.nittei-list li:last-child {
    margin: 0 auto 0;
}
.nagare-box_out {
    font-size: calc(14 / 16* 1rem);
    margin: 0 auto 30px;
    padding: 0 20px;
}
@media screen and (min-width: 782px) {
	.nittei-list {
	    margin: 24px 24px 24px 50px;
	    padding: 0;
	    font-size: calc(22 / 16* 1rem);
	    font-weight: 500;
	}
}


/*--受講料一覧-----------------------------------------------*/
/*ここだけデスクトップから記述*/

.point-area {
	margin: 0 auto 80px;
	gap: 20px;
}
.point-area p {
	text-align: center;
	font-size: calc(22 / 16* 1rem);
	line-height: 1.4;
	color: #F97454;
	border: 4px solid #F97454;
	border-radius: 10px;
	padding: 24px 6px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**/
.pricelist-table_ttl {
	font-size: calc(28 / 16* 1rem);
	font-weight: 500;
	margin: 0 auto 20px;
}
.wp-block-table table.pricelist-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 60px;
}

table.pricelist-table td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
}
table.pricelist-table th {
	padding: 10px 20px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: calc(18 / 16* 1rem);
	background-color: #666;
	color: #fff;
	font-weight: 500;
	position: sticky;
	top: 0;
}
.table-price {
	font-family: 'Roboto', sans-serif;
    font-size: calc(22 / 16* 1rem);
    color: #f97454;
    font-weight: 500;
    display: block;
    line-height: 1.2;
}
.table-price-off {
	font-family: 'Roboto', sans-serif;
    font-size: calc(16 / 16* 1rem);
    margin: 0;
    text-decoration: line-through;
    line-height: 1.2;
}
table.pricelist-table .btn-orange a {
    font-size: calc(16 / 16* 1rem);
    padding: 8px 10px;
    width: 150px;
    letter-spacing: 2px;
    margin: 0px auto!important;
}
.wp-block-table table.pricelist-table tr:nth-child(even) td {
    border: 1px solid #ddd;
}
.wp-block-table table.pricelist-table tr:nth-child(even) td:first-child {
    border-left: unset;
}
.wp-block-table table.pricelist-table tr:nth-child(even) td:last-child {
    border-right: unset;
}

@media(max-width: 980px) {
	.point-area {
		margin: 0 auto 50px;
		gap: 0.5em;
	}
	.point-area p {
		font-size: calc(18 / 16* 1rem);
		line-height: 1.3;
		border: 2px solid #F97454;
		padding: 20px 14px;
	}
	.pricelist-table_ttl {
	    font-size: calc(22 / 16* 1rem);
	    margin: 0 auto 16px;
	}
	table.pricelist-table {
		border-collapse: collapse;
		width: 100%;
		margin: 0 auto 44px;
	}
	table.pricelist-table td {
	  padding: 8px 10px;
	  font-size: calc(14 / 16* 1rem);
	}
	table.pricelist-table th {
		padding: 8px 10px;
		font-size: calc(16 / 16* 1rem);
	}
	.table-price {
	    font-size: calc(18 / 16* 1rem);
	}
	.table-price-off {
	    font-size: calc(12 / 16* 1rem);
	}
	table.pricelist-table .btn-orange a {
        font-size: calc(15 / 16* 1rem);
        padding: 6px 10px;
        width: 130px;
	}
}
@media(max-width: 600px) {
	.point-area {
		margin: 0 auto 40px;
		gap: 0.5em;
	}
	.point-area p {
		font-size: calc(16 / 16* 1rem);
		line-height: 1.3;
		border: 2px solid #F97454;
		padding: 10px;
	}
	/**/
	.wp-block-table table.pricelist-table {
	    border-collapse: collapse;
	    width: 100%;
	    margin: 0 auto 20px;
	}
	table.pricelist-table .heading {
		display: none;
	}
	.table-price {
        font-size: calc(22 / 16* 1rem);
    }
    .table-price-off {
        font-size: calc(14 / 16* 1rem);
    }
    table.pricelist-table td {
        padding: 8px 10px;
        font-size: calc(18 / 16* 1rem);
    }
	table.pricelist-table td {
		display: block;
		background-color: #fff;
		border: unset!important;
		padding: 0 0 10px;
	}
	table.pricelist-table td::before {
		font-size: calc(16 / 16* 1rem);
		content: attr(data-label);
		background-color: #ddd;
		color: #111;
		font-weight: 500;
		display: block;
		margin-bottom: 8px;
		padding: 4px;
	}
	table.pricelist-table .btn-orange a {
        font-size: calc(18 / 16* 1rem);
        padding: 8px 10px;
        max-width: 260px;
        width: 100%;
        margin: 20px auto 13px !important;
    }
    .wp-block-table table.pricelist-table tr:nth-child(even) td {
	    background: #fff;
	    border: unset;
	}
	.wp-block-table table.pricelist-table tr::after {
        display: block;
        content: "";
        height: 30px;
    }
}

/*--講師紹介-------------------------------------------------------*/

.koushi-area {
	background-color: #fff;
	margin: 0 auto 30px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.koushi-area .smb-accordion__item__title {
    background-color: #fff;
    color: #111;
    border-top: 4px solid #4EB0B2;
    margin: 0 auto;
}
.koushi-area .smb-accordion__item__title__icon {
    color: #4eb0b2;
}
.koushi-area .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset !important;
}
.koushi-area .wp-block-column.koushi-area_dt {
    flex-basis: 14%!important;
}
.koushi-area .wp-block-column.koushi-area_dd {
    flex-basis: 86%!important;
}
.koushi-area_dd {
	font-size: calc(14 / 16* 1rem);
	line-height: 1.6;
}
.koushi-area_dt {
	font-weight: 500;
}
.koushi-area .wp-block-columns-is-layout-flex {
	gap: 1.6em;
	border-top: 1px solid #ccc;
	padding: 1em 0.5em;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.koushi-area .smb-accordion__item__body {
	    padding: 25px 40px;
	}
	.koushi-area .wp-block-image.size-full {
	    max-width: 500px;
	    width: 100%;
	    margin: 0 auto 1.8em;
	}
	.koushi-area_dd {
		font-size: calc(15 / 16* 1rem);
	}
	.koushi-area_dt {
		font-size: calc(17 / 16* 1rem);
	}
}
@media screen and (min-width: 782px) {
	.koushi-area .smb-accordion__item__body {
	    padding: 25px 50px;
	}
	.koushi-area .wp-block-image.size-full {
	    max-width: 640px;
	    width: 100%;
	    margin: 0 auto 1.8em;
	}
	.koushi-area .wp-block-columns-is-layout-flex {
		gap: 1.6em;
		border-top: 1px solid #ccc;
		padding: 1.5em 0.5em;
		margin: 0 auto;
	}
	.koushi-area .wp-block-column.koushi-area_dt {
	    flex-basis: 20%!important;
	}
	.koushi-area .wp-block-column.koushi-area_dd {
	    flex-basis: 80%!important;
	}
}
/*--お申込み・講座日程-----------------------------------------------*/

.grid-box_wrap {
	display: flex!important;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.grid-box {
	width: 100%;
	max-width: 440px;
    margin: 0 auto 16px!important;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    border: solid 4px #ddd;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.grid-box p {
	margin: 0 auto;
    line-height: 140%;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 500;
    letter-spacing: 2px;
}

/********************************************/

@media screen and (min-width: 782px) {
	.grid-box_wrap {
		display: grid!important;
		max-width: 900px;
        margin: 0 auto;
	}
	.grid-box {
	    margin: 0 auto 16px!important;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 25px 15px;
	}
	.grid-box div {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: space-between;
	    height: 100%;
	}
	.grid-box p {
	    line-height: 130%;
	    font-size: calc(28 / 16* 1rem);
	}
}

/********************************************/

@media screen and (min-width: 980px) {
	.grid-box p {
	    font-size: calc(24 / 16* 1rem);
	}
}

/*--学校一覧-----------------------------------------------*/

.shcool-list .school-area_wrap {
    background-color: #fff;
    padding: 30px 20px;
    margin: 0 auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.link-ttl {
	font-size: calc(22 / 16 * 1rem);
    border-bottom: solid 3px #ddd;
    position: relative;
    margin: 0 auto 20px;
    padding: 0 0 4px 22px;
    font-weight: 500;
}
.link-ttl::before {
    font-family: bootstrap-icons;
    content: "\F287";
    color: #4eb0b2;
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.school-box {
	background-color: #fff;
	border-top: 4px solid #4EB0B2;
    margin: 0 auto 20px;
    padding: 16px 18px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.school-box_ttl {
    margin: 0 auto 0.5em;
	background-color: #f2f2f2;
    font-weight: 500;
    font-size: calc(18 / 16* 1rem);
}
.school-box_ttl a {
    padding: 6px 10px;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.school-box_ttl a:hover {
    color: #4EB0B2;
}
.school-box_ttl a::after {
	font-family: bootstrap-icons;
    content: "\F285";
    color: #4eb0b2;
    padding: 0;
}
.school-add {
	line-height: 140%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    padding-left: 30px;
    color: #555;
    margin: 0 auto 14px;
}
.school-add::before {
	font-family: bootstrap-icons;
    content: "\F3E7";
    color: #4eb0b2;
    padding: 0;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: calc(24 / 16* 1rem);
}
.school-kouza_area {
	gap: 0.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.school-kouza {
	line-height: 140%;
    position: relative;
    padding-left: 30px;
    color: #555;
    margin: 0 auto 14px;
}
.school-kouza::before {
    color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F1F6";
    padding: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: calc(19 / 16* 1rem);
}
.school-kouza_link a {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #4EB0B2;
    letter-spacing: 0.5px;
    border: 2px solid #4EB0B2;
    border-radius: 50vw;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	font-size: calc(13 / 16* 1rem);
	margin: 0 auto;
    padding: 6px 20px;
    line-height: 1.4;
    max-width: 170px;
    text-align: center;
    height: 52px;
}
.school-kouza_link a:hover {
	background-color: #4EB0B2;
	color: #fff;
	text-decoration: none;
}
/*map埋め込み*/
.g-map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 480px) {
	.shcool-list .school-area_wrap {
	    width: 100%;
	    margin: 0 auto;
	}
}
@media screen and (min-width: 782px) {
	.g-map {
	    width: 100%;
	    position: relative;
	    padding-top: 80%;
	}
}

@media screen and (min-width: 980px) {
	.site-content.shcool-list {
		max-width: 1200px;
		margin: 0 auto;
	}
	.shcool-list .school-area_wrap {
		border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        margin: 0 auto 80px;
	}
	.school-detail_wrap {
		max-width: 1040px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.g-map {
	    width: 100%;
	    position: relative;
	    padding-top: 60%;
	}
	.link-ttl {
		font-size: calc(30 / 16* 1rem);
		border-bottom: solid 6px #ddd;
		position: relative;
		margin: 0 auto 36px;
		padding: 0 0 12px 36px;
	}
	.link-ttl::before {
	    font-size: calc(26 / 16* 1rem);
	    top: 6px;
	}
	.school-box {
	    border-top: 6px solid #4EB0B2;
	    margin: 0 auto 40px;
	    padding: 30px;
	}
	.school-box_ttl {
	    margin: 0 auto 0.8em;
	    font-size: calc(26 / 16* 1rem);
	}
	.school-add {
	    font-size: calc(18 / 16* 1rem);
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 1em;
	    padding-left: 30px;
	    color: #555;
	    margin: 0 auto 1em;
	}
	.school-kouza {
	    font-size: calc(18 / 16* 1rem);
	    margin: 0 auto 1em;
	}
	.school-kouza_link a {
	    font-size: calc(15 / 16* 1rem);
	    margin: 0 auto;
	    padding: 6px 24px;
	    line-height: 1.4;
	    width: 200px;
	    max-width: 100%;
	    height: 52px;
	}

}

/*--学校詳細-----------------------------------------------*/

.parent-pageid-12 .ttl_wrap {
    text-align: center;
    margin: 0 auto 24px;
}

.parent-pageid-12 .page-ttl {
	font-size: calc(26 / 16* 1rem);
    border-bottom: solid 6px #ddd;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5px 26px;
    text-align: left;
}
.parent-pageid-12 .page-ttl::before {
	font-family: bootstrap-icons;
    content: "\F287";
    color: #4eb0b2;
    padding: 0;
    font-size: calc(20 / 16* 1rem);
    position: absolute;
    top: 8px;
    left: 0px;
}
.parent-pageid-12 .school-box p {
    width: 100%;
}
.parent-pageid-12 .school-kouza_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4EB0B2;
    letter-spacing: 0.5px;
    border: 2px solid #4EB0B2;
    border-radius: 50vw;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    font-size: calc(16 / 16* 1rem);
    margin: 0 auto;
    padding: 10px 20px;
    line-height: 1.4;
    max-width: 260px;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 auto 10px;
}

.school-block_ttl {
	margin: 0 auto 16px;
	background: #4eb0b2;
	color: #fff;
	font-size: calc(20 / 16* 1rem);
	text-align: center;
	padding: 4px 2em;
	letter-spacing: 2px;
	font-weight: 500;
}
.school-maruttl {
	margin: 0 auto 14px;
    font-size: calc(20 / 16* 1rem);
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
.school-maruttl::before {
	font-family: bootstrap-icons;
    content: "\F287";
    color: #4eb0b2;
    padding: 0;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: calc(14 / 16* 1rem);
}
.school-box p {
	font-size: calc(15 / 16* 1rem);
}
.btn-two {
	gap: 5px;
	margin: 1em auto;
	max-width: 600px;
}
@media screen and (min-width: 782px) {
	.school-block_ttl {
		display: inline-block;
		margin: 0 auto 1em;
		background: #4eb0b2;
		color: #fff;
		font-size: calc(20 / 16* 1rem);
		text-align: center;
		padding: 4px 2em;
		letter-spacing: 2px;
		font-weight: 500;
		min-width: 260px;
	}
	.parent-pageid-12 .page-ttl {
	    display: block;
	}
}

@media screen and (min-width: 980px) {
	.parent-pageid-12 .page-ttl {
	    font-size: calc(34 / 16* 1rem);
	    padding: 0 0 5px 34px;
	}
	.parent-pageid-12 .page-ttl::before {
	    font-size: calc(28 / 16* 1rem);
	    top: 8px;
	}
}

/*--特待生制度-----------------------------------------------*/

.nagare-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}

.nagare-block {
	position: relative;
	margin-bottom: 10px !important;
	padding: 1em !important;
}
.nagare-block::after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 13px solid #4eb0b2;
    border-bottom: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
}
.nagare-block:last-child::after {
	content: unset;
}
.nagare-block p {
	font-size: calc(20 / 16* 1rem);
}
.nagare-block p.nagare-no {
	background-color: #F97454;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(34 / 16* 1rem);
	border-radius: 60px;
	width: 62px;
	height: 62px;
	font-weight: 600;
}

@media screen and (min-width: 481px)and (max-width:979px)  {
	.nagare-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
	.nagare-block {
		position: relative;
		margin-right: 6px !important;
		padding: 1em !important;
	}
	.nagare-block::after {
	    content: "";
	    border-top: 12px solid transparent;
	    border-bottom: 12px solid transparent;
	    border-right: 0;
	    border-left: 13px solid #4eb0b2;
	    position: absolute;
	    right: -15px;
	    top: 50%;
	    margin-top: -14px;
	}
	.nagare-block:nth-of-type(even)::after {
		content: unset;
	}
}
@media screen and (min-width: 980px) {
	.nagare-grid {
	    grid-template-columns: repeat(4, minmax(0, 1fr))!important;
	}
	.nagare-block {
		position: relative;
		margin-right: 6px !important;
		padding: 1em !important;
	}
	.nagare-block::after {
	    content: "";
	    border-top: 12px solid transparent;
	    border-bottom: 12px solid transparent;
	    border-right: 0;
	    border-left: 13px solid #4eb0b2;
	    position: absolute;
	    right: -15px;
	    top: 50%;
	    margin-top: -14px;
	}
	.nagare-block:last-child::after {
		content: unset;
	}
}

/*--介護福祉士実務者研修（お申し込み・講座日程）----------------------------------------------------*/

/*tab*/

.apply-tab .su-tabs {
    border-radius: unset;
    background: none;
}
.apply-tab .su-tabs-pane {
    padding: 0;
    border-radius: unset;
    background: unset;
    color: #333;
}
.apply-tab .su-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto 1.6rem;
}
.apply-tab .su-tabs-nav span {
    margin: 0 0.3em 0.6em;
    padding: 8px 10px;
    min-height: inherit;
    border-radius: 50vw;
    color: #4EB0B2;
    border: solid 2px #4EB0B2;
    background-color: #fff;
    font-size: calc(15 / 16* 1rem);
    line-height: 1;
    cursor: pointer;
    transition: all .2s;
    width: calc(100% / 3 - 12px);
    text-align: center;
}
.apply-tab .su-tabs-nav span::after{
  content:"";
  display: block;
  width: calc(100% / 3 - 5px);
}
.apply-tab .su-tabs-nav span.su-tabs-current {
    background: #4EB0B2;
    color: #fff;
}

/*talepress*/
table.apply th,
table.apply td {
	border: solid 1px #eee;
	text-align: center;
	vertical-align: middle;
	font-size: calc(13 / 16* 1rem) !important;
}
table.apply th {
	background-color: #D3EEEA;
}
.tablepress-table-name {
    font-size: calc(26 / 16* 1rem) !important;
    margin: 0 auto 30px;
    padding: 0 0 8px;
    border-bottom: 4px solid #ccc;
    position: relative;
}
.tablepress-table-name::after {
	content: '横スクロールできます→';
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    bottom: -30px;
}
table.apply th:nth-of-type(n+5) {
  background-color: #a7dcdd;
}

@media screen and (min-width: 782px) {
	.apply-tab .su-tabs-nav {
	    justify-content: center;
	    max-width: 780px;
	}
	.apply-tab .su-tabs-nav span {
	    margin: 0 0.3em 0.8em;
	    width: calc(100% / 5 - 12px);
	}
	.tablepress-table-name::after {
		content: unset;
	}
}

@media screen and (min-width: 980px) {
	.apply-tab .su-tabs-nav {
	    justify-content: center;
	    max-width: 780px;
	}
	.apply-tab .su-tabs-nav span {
	    margin: 0 0.3em 0.8em;
	    width: calc(100% / 7 - 12px);
	}
}
/*=======================================================================================
  お知らせ一覧
=======================================================================================*/

.loop-wrapper.cat-news {
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 0 auto;
	padding: 8px;
}
.cat-news_inner {
	border-radius: 8px;
	border: 2px dashed #9ACFD1;
	margin: 0 auto;
}
.news-list {
	margin: 0 auto;
	list-style: none;
}
.news-list li {
	margin: 0 8px;
    padding: 14px 8px;
	border-bottom: 1px solid #ddd;
}
.news-list li:last-child {
	border-bottom: unset;
	padding-bottom: 1em;
}
.news-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 10px;
}
.news-meta::before {
    color: #4eb0b2;
    font-family: bootstrap-icons;
    content: "\F287";
    font-size: calc(13 / 16 * 1rem);
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px 0 0;
}
.news-post-date {
	font-weight: 500;
	color: #555;
}
.news-post-cat {
	font-size: calc(14 / 16 * 1rem);
	color: #F97454;
	border-radius: 50vw;
	border: solid 1px #F97454;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.news-entry-title {
	font-size: calc(16 / 16 * 1rem);
	margin: 0 0 1em;
	letter-spacing: 1px;
}
.news-entry-title a {
	font-weight: 500;
	color: #555;
}
.news-entry-summary p {
	font-size: calc(14 / 16 * 1rem);
	color: #888;
	margin: 0 auto;
	line-height: 150%;
}
/*ページネーション*/
.pagination {
	font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 16px;
}
.nav-links {
	margin: 0 auto;
	display: flex;
    justify-content: center;
}
.pagination .page-numbers {
    display: flex;
    padding: 0;
    width: 32px;
    margin: 0 4px;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    height: 32px;
    background-color: #A8A8A8;
    color: #fff;
}
.pagination a.page-numbers {
    border: unset;
}
.pagination a.page-numbers:hover {
    color: #fff;
}
.pagination .current {
	color: #fff;
    background-color: #50B0B2!important;
    border: unset;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	background-color: unset;
	color: #50B0B2!important;
	border: unset;
    font-size: calc(18 / 16 * 1rem);
    padding: 3px 0 0 0;
}

/********************************************/

@media screen and (min-width: 980px) {
	.loop-wrapper.cat-news {
	    border-radius: 20px;
	    margin: 0 auto;
	    padding: 10px;
	}
	.cat-news_inner {
        border-radius: 13px;
        padding: 1rem 0 2.5rem;
	}
	.news-list {
	    border-radius: 16px;
	    padding: 10px 0;
	}
	.news-list li {
	    margin: 0 auto;
	    padding: 20px 8px;
	    border-bottom: 1px solid #ddd;
	    max-width: 920px;
	}
	.news-list li a:hover {
	    color: #4EB0B2;
	}
	.news-list li:last-child {
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 1em;
	}
	.pc-news-meta {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.news-meta {
	    width: 24%;
	}
	.news-entry-title {
		width: 75%;
	}
	/*ページネーション*/
	.nav-links {
	    margin: 20px auto 0;
	}
	.pagination {
	    margin-bottom: 0;
	}
}

/*=======================================================================================
  記事
=======================================================================================*/

.post-single {
	padding: 20px 20px 30px;
    max-width: 920px;
    margin: 0 auto;
}
/*カテゴリー：お知らせ*/
.cat-news .entry-title {
	font-size: calc(20 / 16 * 1rem);
	border-bottom: 3px solid #4EB0B2;
	padding: 0 0 10px;
	margin: 0 auto 1em;
	text-align: left;
	display: flex;
}
.cat-news .entry-title::before {
    color: #4eb0b2;
    font-family: bootstrap-icons;
    content: "\F287";
    font-size: calc(16 / 16 * 1rem);
    padding: 3px 4px 0 0;
}
.single .post-thumbnail {
    margin: 0 auto 2em;
}
.single h2 {
	font-size: calc(22 / 16 * 1rem);
    margin-bottom: 1em;
    margin-top: 2em;
    padding-bottom: 14px;
    border-bottom: 6px solid #ccc;
}
.single h3 {
	font-size: calc(18 / 16 * 1rem);
    margin-bottom: 1rem;
    margin-top: 2rem;
    display: flex;
}
.single h3::before {
    color: #4eb0b2;
    font-family: bootstrap-icons;
    content: "\F287";
    font-size: calc(14 / 16 * 1rem);
    padding: 3px 4px 0 0;
}

/********************************************/

@media screen and (min-width: 980px) {
	.single h2 {
		font-size: calc(26 / 16 * 1rem);
	    margin-bottom: 2rem;
	    margin-top: 4rem;
	    padding-bottom: 8px;
	    border-bottom: 6px solid #ccc;
	}
	.single h3 {
		font-size: calc(18 / 16 * 1rem);
	    margin-bottom: 1rem;
	    margin-top: 2rem;
	    display: flex;
	}
	.single h3::before {
	    color: #4eb0b2;
	    font-family: bootstrap-icons;
	    content: "\F287";
	    font-size: calc(18 / 16 * 1rem);
	    padding: 5px 7px 0 0;
	}
}

/*=======================================================================================
  介護コラム一覧
=======================================================================================*/

.loop-wrapper.cat-column {
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.cat-column .post-img {
    border-radius: 10px;
}
.cat-column .post-ttl {
    margin: 0 auto;
}

.cat-column .entry-title {
	font-size: calc(20 / 16 * 1rem);
	border-bottom: 3px solid #4EB0B2;
	padding: 0 0 10px;
	margin: 0 auto 10px;
	text-align: left;
	display: flex;
}
.cat-column .post-single .pc-column-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 20px;
}
.cat-column .post-cat {
   margin: 0;
}
.cat-column_inner {
	padding: 20px;
}
.cat-column .entry-content {
	max-width: 850px;
	margin: 0 auto;
}

.news_btn-wht {
    max-width: 180px;
    margin: 0 auto 25px;
}
.news_btn-wht a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4EB0B2;
    font-weight: 500;
    letter-spacing: 2px;
    border: 2px solid #4EB0B2;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 500;
    text-decoration: none;
    border-radius: 100vw;
    background-color: #fff;
    padding: 8px 14px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.news_btn-wht a:hover {
    color: #4EB0B2;
}

/********************************************/
@media screen and (min-width: 980px) {
	.cat-column .post-single {
	    padding: 0;
	    max-width: 1000px;
	    margin: 0 auto;
	}
	.cat-column .post-single .pc-column-meta {
	    margin: 0 auto 50px;
	}
    .post.cat-news_inner {
        padding: 1rem 0;
    }
    .news_btn-wht {
	    margin: 4rem auto 25px;
	}
	.cat-column .entry-title {
	    font-size: calc(30 / 16 * 1rem);
	    border-bottom: 4px solid #4EB0B2;
	    padding: 0 0 15px;
	    margin: 0 auto 15px;
	    text-align: left;
	    display: flex;
	}
	.loop-wrapper.cat-column {
	    background-color: #fff;
	    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	    border-radius: 4px;
	    margin: 0 auto;
	    padding: 30px 0 4rem;
	}
	.cat-column_inner {
		padding: 0;
	}
	.cat-column .column-list {
        max-width: 1000px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto 40px;
        flex-wrap: wrap;
        gap: 20px;
    }
   	.cat-column .column-list li {
        width: calc(100% / 3 - 20px);
        margin: 0;
    }
    .cat-column .column-list::after{
		content: "";
		display: block;
		width: calc(100% / 3 - 20px);
		height: 0;
	}
}

/*=======================================================================================
   フォーム
=======================================================================================*/
.form-wrap {
	margin: 0 auto;
	padding: 0 1em;
}
.smf-progress-tracker__item__number {
    height: 40px;
    width: 40px;
    font-size: calc(20 / 16 * 1rem);
}
.smf-progress-tracker__item:after, 
.smf-progress-tracker__item:before {
    top: 20px;
}
/*input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 1rem;
    padding: .8em 1em;
    margin: 0;
    width: 100%;
}*/

.smf-form .smf-item .smf-select-control__control {
	color: #aaa;
}
.smf-item__label__text {
  position: relative;
  left: 70px;
}

.required .smf-item__label__text::before {
    position: absolute;
    top: 0;
    left: -70px;
    /*transform: translateY(-50%);*/
    display: grid;
    place-items: center;
    width: 60px;
    padding: 0px 10px;
    height: 24px;
    vertical-align: middle;
    border-radius: 18px;
    content: "必須";
    font-size: 12px;
    color: #4eb0b2;
    border: #4eb0b2 1px solid;
    background-color: #fff;
}
.any .smf-item__label__text::before {
    position: absolute;
    top: 0;
    left: -70px;
    /*transform: translateY(-50%);*/
    display: grid;
    place-items: center;
    width: 60px;
    padding: 0px 10px;
    height: 24px;
    vertical-align: middle;
    border-radius: 18px;
    content: "任意";
    font-size: 12px;
    color: #666;
    border: #666 1px solid;
    background-color: #fff;
}
.smf-item__label__text {
	font-weight: 600;
}
.smf-form .smf-item .smf-checkbox-control__control {
    width: 18px;
    height: 18px;
    margin-top: calc(var(--_half-leading)* 1.3em);
}
.smf-item__controls p {
	margin-bottom: 0;
}
.smf-form--simple-table .smf-item__col--label {
    padding-right: 4rem;
}

@media (min-width: 640px) {
    .smf-form--simple-table .smf-item__col--label {
        flex: 0 0 17em;
        max-width: 17em;
        padding-bottom: 0;
        padding-right: 6rem;
    }
}

/*=======================================================================================
   Contact Form７
=======================================================================================*/
/*部品の調整*/
input[type=tel] {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
}
input[type=tel]:focus {
	color: #444;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=tel],
select,
textarea {
    font-size: 1rem;
    padding: .8em 1em;
    margin: 0 0 0.5em;
    width: 100%;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.select_wrapper {
    position: relative;
}

.select_wrapper span::after {
	content: "";
    position: absolute;
    top: 6px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4eb0b2;
    border-bottom: 2px solid #4eb0b2;
    transform: rotate(45deg);
}

/**/
.form_table dl {
	font-size: calc(16 / 16 * 1rem);
	margin: 0 auto 2em;
}
.form_table dl dd {
	margin: 0 1em;
}
.form_table p {
	margin: 0 auto 0.5em;
	font-size: calc(14 / 16 * 1rem);
}
.form_table dt {
	margin: 0 0 0.5em 1.4rem;
	position: relative;
}
.form_table dt::before {
	color: #4EB0B2;
    font-family: bootstrap-icons;
    content: "\F287";
    position: absolute;
    left: -1.2rem;
    top: 4px;
    font-size: calc(14 / 16* 1rem);
}
/*ddの中*/
.form_table dl dd dl {
    margin: 0;
}
.form_table dl dd dt {
    padding: 0 0 2px 4px;
    border-bottom: unset;
    margin: 0 0 0.5em;
}
.form_table dl dd dt::before {
    content: unset;
}
.form_table dl dd dd {
    margin: 0;
}
.form_table dl dd li {
    font-size: calc(14 / 16* 1rem);
    line-height: 1.5;
}
.must {
	display: inline-block;
    color: #F97454;
    font-size: calc(12 / 16* 1rem);
    border: 1px solid #F97454;
    border-radius: 50vw;
    background-color: #fff;
    padding: 0 1rem;
    margin-left: 0.5em;
    line-height: 1.6;
}
.nini {
	display: inline-block;
    color: #888;
    font-size: calc(12 / 16* 1rem);
    border: 1px solid #888;
    border-radius: 50vw;
    background-color: #fff;
    padding: 0 1rem;
    margin-left: 0.5em;
    line-height: 1.6;
}
.chui-footer {
	font-size: calc(14 / 16* 1rem);
	border: 1px solid #ccc;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 10px;
    margin: 0 auto;
}
.send-btn {
	margin: 0 auto;
	max-width: 100%;
}
.send-btn button,
.send-btn input[type="button"],
.send-btn input[type="reset"],
.send-btn input[type="submit"] {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: calc(20 / 16* 1rem);
    font-weight: 500;
    text-decoration: none;
    border-radius: 100vw;
    background-color: #F97454;
    padding: 1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 16px auto 5px !important;
    width: 100%;
    max-width: 330px;
    letter-spacing: 2px;
}
.send-btn button:hover,
.send-btn input[type="button"]:hover,
.send-btn input[type="reset"]:hover,
.send-btn input[type="submit"]:hover {
    background-color: rgb(249 116 84 / 75%);
}
.chui-footer ul li::before {
    font-family: bootstrap-icons;
    content: "\F309";
    position: absolute;
    font-size: calc(36 / 16* 1rem);
    left: -30px;
}

/* CF7ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
	margin-top:5px;
	display: block;
	}
@media screen and (min-width: 782px) {
	.form_table dl {
		margin: 0 auto;
	}
	.form_table dl dd {
		margin: 0;
	}
	.form_table p {
		margin: 0 auto 0.5em;
	}
	.form_table dt {
		margin: 0;
	}
	.form_table dl {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    gap: 20px;
	    border-bottom: 1px solid #ccc;
	    padding: 30px 0;
	}
	.form_table dl:last-child {
	    border-bottom: unset;
	}
	.form_table dt {
	    padding: 0;
	    border: unset;
	    margin: 0 0 0 1rem;
	    width: 20%;
	}
	.form_table dd {
		width: 75%;
	    padding: 0;
	    margin-bottom: 0;
	}
	.form_table dl dd dl {
		display: block;
		border-bottom: unset;
	    margin: 0;
	    padding: 0;
	}
	.form_table dl dd dt,
	.form_table dl dd dd {
		display: block;
		width: 100%;
}

/*reCAPTCHA設置のため移動*/

.back-to-top {
    bottom: 90px;
}

