@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #151515;
}

a:hover{
	text-decoration: none;
}

body {
	font-size: 100%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-rendering: optimizelegibility;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #151515;
	font-weight: 500;
}
.overflow{
	overflow: hidden;
}

/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper{
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1104px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.show_sp {
	display: none;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}

/* header
================================================== */
#tmp_header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background-color: #faf5f1;
	width: 100%;
    color: #151515;
	z-index: 99;
	overflow: hidden;
}
#tmp_header:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/site/shared/site_morikara/images/header/bg_left.png);
    background-position-y: -45%;
    background-size: cover;
    width: 15%;
    height: 100%;
	max-height: 128px;
    z-index: -1;
}
.is_fixed_ready #tmp_header {
	position: fixed;
}
.fixed_header #tmp_header {
	animation: fixHeaderIn 0.6s ease-out forwards;
}
.unfixed_header #tmp_header {
	animation: fixHeaderOut 0.3s ease-in forwards;
	pointer-events: none;
}
#tmp_wrapper:not(.fixed_header,.unfixed_header) #tmp_header {
	transform: none;
	animation: none;
}
.fixed_header #tmp_header:after{
	content: none;
}
#tmp_header .header_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 8px;
	padding: 10px 40px 10px 35px;
	min-height: 128px;
}
#tmp_hlogo{
	flex-shrink: 0;
	width: 250px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/site/shared/site_morikara/images/header/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 250px;
	max-width: 100%;
	height: 54px;
}
#tmp_hlogo a {
	display: block;
	width: 250px;
	max-width: 100%;
	height: 44px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 250px;
	height: 54px;
	max-width: 100%;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_header .header_rgt{
	display: flex;
	align-items: center;
	gap: 0 22px;
}
#tmp_hnavi_s{
	position: static;
	display: block;
	z-index: 99;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_mmenu{
	padding-top: 4px;
}
#tmp_hnavi_mmenu > a{
	position: relative;
	display: inline-block;
	padding: 30px 2px 2px;
	min-width: 40px;
	font-size: 68.75%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}
#tmp_hnavi_mmenu > a:before,
#tmp_hnavi_mmenu > a:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent url(/site/shared/site_morikara/images/header/menu_wave.png) repeat;
    background-size: auto 4px;
    width: 40px;
    height: 4px;
}
#tmp_hnavi_mmenu > a:before{
	top: 1px;
}
#tmp_hnavi_mmenu > a:after{
	top: 15px;
}
#tmp_hnavi_s > ul > .btn_default{
	display: none;
}

/* sp_menu
================================================== */
.spmenu_open {
	position: relative;
	width: 100%;
	min-height: 100%;
    background: #faf5f1;
	z-index: 99;
    color: #151515;
}
#tmp_header:has(#tmp_gnavi.is_hover),
.is_overlay #tmp_header{
	overflow: visible;
}
#tmp_hnavi_s .wrap_sma_sch{
	display: flex !important;
	position: fixed;
	width: 100% !important;
	height: 100%;
	margin-left: 0 !important;
	z-index: 99;
	justify-content: flex-end;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
#tmp_hnavi_s .wrap_sma_sch.active{
	pointer-events: all;
}
#tmp_hnavi_s .wrap_sma_sch.active:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	z-index: -1;
}
#tmp_hnavi_s .menu_wrapper{
	display: block;
	background-color: #faf5f1;
	width: 100%;
	max-width: 320px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	color: #151515;
	text-align: left;
	transform: translateX(360px);
	transition: transform 0.7s ease;
	pointer-events: all;
}
#tmp_hnavi_s .wrap_sma_sch.active .menu_wrapper{
	transform: translateX(0px);
}
#tmp_sma_mmenu .menu_inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
#tmp_sma_mmenu .close_btn{
	display: flex;
	justify-content: flex-end;
	padding: 19px 40px;
}
#tmp_sma_mmenu .close_btn a{
	position: relative;
	display: inline-block;
	background-color: transparent;
	width: 30px;
	height: 30px;
	color: inherit;
}
#tmp_sma_mmenu .close_btn a:after,
#tmp_sma_mmenu .close_btn a:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	background-color: #151515;
	width: 100%;
	height: 2px;
	color: #ffffff;
}
#tmp_sma_mmenu .close_btn a:before {
	transform: rotateZ(45deg);
}
#tmp_sma_mmenu .close_btn a:after {
	transform: rotateZ(135deg);
}
#tmp_sma_mmenu .close_btn span{
	display: inline-block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_sma_mmenu .gnavi{
	padding: 10px 40px 68px;
}
#tmp_sma_mmenu .gnavi > li:not(.btn_default) > a{
	padding: 18px 0 10px;
	font-size: 87.5%;
}
#tmp_sma_mmenu .gnavi .btn_default > a{
	padding: 18px 40px 20px 26px;
	color: #ffffff;
	text-align: center;
}
#tmp_sma_mmenu .gnavi > li:last-of-type{
	padding-top: 60px;
}
#tmp_sma_mmenu .gnavi li:not(:last-of-type){
	border-bottom: solid 1px #dddddd;
}
#tmp_sma_mmenu .wrap_sns{
	padding: 39px 40px 52px;
	background-color: #222222;
	color: #ffffff;
}
#tmp_sma_mmenu .sns_title{
	margin-bottom: 13px;
	font-size: 87.5%;
	font-weight: bold;
	letter-spacing: -0.01em;
}
#tmp_sma_mmenu .sns_links{
	display: flex;
	flex-flow: row wrap;
	gap: 24px;
}
#tmp_sma_mmenu .sns_links li{
	list-style: none;
}
#tmp_sma_mmenu .sns_links a{
	display: block;
	color: inherit;
}
#tmp_sma_mmenu .sns_links img{
	max-width: 24px;
	height: auto;
	vertical-align: top;
}
#tmp_sma_mmenu .dropdown_hidden{
	position: static;
}
#tmp_sma_mmenu .dropdown_inner{
	background-color: transparent;
	overflow-y: visible;
}
#tmp_sma_mmenu .dropdown_links{
	flex-direction: column;
	gap: 0;
	padding: 0;
	border-top: 1px solid #dddddd;
}
#tmp_sma_mmenu .dropdown_links li{
	font-size: 87.5%;
}
#tmp_sma_mmenu .dropdown_links a{
	justify-content: flex-start;
	gap: 8px;
	padding: 16px 15px 15px;
}
#tmp_sma_mmenu .dropdown_links a > span{
	padding-left: 75px;
	padding-top: 0;
	background-position: left center;
}
#tmp_sma_mmenu .navi_link1 a > span{
	background-image: url(/site/shared/site_morikara/images/icon/works_ttl_fz12.png);
}
#tmp_sma_mmenu .navi_link2 a > span{
	padding-left: 70px;
	background-image: url(/site/shared/site_morikara/images/icon/learn_ttl_fz12.png);
}
#tmp_sma_mmenu .navi_link3 a > span{
	padding-left: 54px;
	background-image: url(/site/shared/site_morikara/images/icon/life_ttl_fz12.png);
}
#tmp_sma_mmenu .gnavi .submenu > a{
	background-image: none;
}
#tmp_sma_mmenu .gnavi .submenu > a:before,
#tmp_sma_mmenu .gnavi .submenu > a:after{
	content: '';
	position: absolute;
    background-color: #333333;
	color: #ffffff;
}
#tmp_sma_mmenu .gnavi .submenu > a:before{
	right: 16px;
    top: 20px;
	width: 2px;
    height: 15px;
}
#tmp_sma_mmenu .gnavi .submenu > a:after{
	right: 9px;
    top: 26px;
    width: 15px;
    height: 2px;
}
#tmp_sma_mmenu .gnavi .submenu.is_open > a:before,
#tmp_sma_mmenu .gnavi .submenu.is_open > a:after{
	transform: rotate(45deg);
}
#tmp_sma_mmenu .gnavi .submenu.is_open > a:before{
    top: 18px;
}
#tmp_sma_mmenu .gnavi .submenu.is_open > a:after {
    top: 25px;
}

/* gnavi
================================================== */
.gnavi {
	color: inherit;
	clear: both;
}
.gnavi li {
	list-style: none;
	font-weight: bold;
	line-height: 1.2;
}
.gnavi > li > a {
	position: relative;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #151515;
	text-decoration: none;
}
#tmp_gnavi .gnavi{
	display: flex;
	align-items: center;
	gap: 0 25px;
}
#tmp_gnavi .gnavi .btn_default > a{
	padding: 12px 40px;
	background-image: none;
	color: #ffffff;
	text-align: center;
}
#tmp_gnavi .gnavi .submenu{
	margin-right: -3px;
}
/* dropdown menu */
.submenu > a{
	padding-right: 16px;
	background-image: url(/site/shared/site_morikara/images/icon/arrow_down_bl.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
}
.submenu.is_hover > a:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 200%;
}
.dropdown_hidden{
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: 100px;
    width: 100%;
	z-index: 99;
}
.dropdown_hidden::before{
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	height: 20px;
	right: 0;
}
.dropdown_hidden .dropdown_inner{
	background-color: #ffffff;
	color: #151515;
	overflow-y: auto;
}
.dropdown_hidden .dropdown_links {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 23px 14px 19px 32px;
	gap: 10px 8px;
	pointer-events: all;
}
.dropdown_hidden .dropdown_links li{
	list-style: none;
}
.dropdown_hidden .dropdown_links a{
	display: flex;
	justify-content: center;
	padding: 21px 27px 21px 28px;
	background-color: transparent;
	color: #151515;
	text-align: left;
	text-decoration: none;
}
.dropdown_hidden .dropdown_links a > span{
	display: inline-block;
	padding-top: 12px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 58px;
	color: inherit;
}
.dropdown_hidden .navi_link1 a > span{
	background-image: url(/site/shared/site_morikara/images/icon/works_ttl_fz10.png);
}
.dropdown_hidden .navi_link2 a > span{
	background-image: url(/site/shared/site_morikara/images/icon/learn_ttl_fz10.png);
}
.dropdown_hidden .navi_link3 a > span{
	background-image: url(/site/shared/site_morikara/images/icon/life_ttl_fz10.png);
}

/* footer
================================================== */
#tmp_footer {
	position: relative;
	padding: 111px 40px 8px;
	background-color: #222222;
    color: #ffffff;
}
.fnavi{
	position: relative;
	display: flex;
	gap: 0 24px;
	margin-bottom: 60px;
    border-bottom: 1px solid #ffffff;
}
.fnavi > li {
	list-style: none;
	margin-bottom: 9px;
	font-weight: bold;
	line-height: 1.2;
}
.fnavi > li > a {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
.fnavi .submenu > a{
	padding-right: 18px;
	background-image: url(/site/shared/site_morikara/images/icon/arrow_down_wh.png);
}
#tmp_footer .dropdown_hidden{
	top: 100%;
}
#tmp_footer .footer_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 62px;
}
#tmp_footer .info_main{
	display: flex;
	gap: 0 60px;
	padding-top: 1px;
}
#tmp_footer .info_logo{
	flex-shrink: 0;
}
#tmp_footer .info_logo > a{
	display: block;
	background: #222222 url(/site/shared/site_morikara/images/footer/flogo.png) no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 38px;
	color: #ffffff;
}
#tmp_footer .info_logo > a > span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_footer .info_sns{
	display: flex;
	gap: 20px;
}
#tmp_footer .info_sns li{
	list-style: none;
}
#tmp_footer .info_sns a{
	display: block;
    padding: 10px;
	width: 36px;
	height: 36px;
	background-color: transparent;
	border: solid 1px #ffffff;
    border-radius: 50%;
	color: inherit;
}
#tmp_footer .info_sns img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#tmp_footer .footer_info .btn_default{
	width: calc(50% - 10px);
	max-width: 400px;
}
#tmp_footer .footer_add{
	font-style: normal;
	font-size: 75%;
	line-height: 1.5;
	font-weight: bold;
}
#tmp_footer .footer_add > span{
	display: block;
}
#tmp_footer .footer_link{
	display: block;
	margin-top: 23px;
	font-size: 62.5%;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#tmp_footer .footer_link > a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
#tmp_footer .footer_link > a:hover{
	text-decoration: underline;
}
#tmp_footer .footer_add > span:not(:last-of-type){
	margin-bottom: 5px;
}
#tmp_footer .copyright{
	margin-top: 19px;
	font-size: 62.5%;
	font-weight: bold;
}

/* hover */
#tmp_sma_mmenu .sns_links img,
#tmp_footer .info_logo a,
#tmp_footer .info_sns img{
	transition: opacity 0.3s ease;
}
.dropdown_links a:hover,
.btn_default > a:hover,
.btn_default > input:hover,
#tmp_hnavi_mmenu > a:hover,
.fnavi > li > a:hover,
.gnavi .active > a,
.gnavi > li > a:hover{
	text-decoration: underline;
}
#tmp_sma_mmenu .sns_links a:hover img,
#tmp_footer .info_logo a:hover,
#tmp_footer .info_sns a:hover img{
	opacity: 0.6;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 24px 0;
	font-size: 62.5%;
	font-weight: bold;
}
#tmp_pankuzu a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_pankuzu a:hover {
	text-decoration: underline;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 60px 0 12px;
}
#tmp_wrap_custom_update .container {
	display: flex;
	align-items: center;
}
#tmp_custom_update {
	flex: 1;
	text-align: right;
}
#tmp_social_plugins {
	list-style:none;
	text-align: right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display: inline-block;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn {
	margin-left: 10px;
}
#tmp_social_plugins .social_media_btn .fb_iframe_widget{
	display: flex;
}
#tmp_social_plugins .social_media_btn:first-child {
	margin-left: 0;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
}
#tmp_update {
	margin-left: 9px;
}
.custom_recruit #tmp_update{
	font-size: 81.25%;
	color: #717170;
	font-weight: bold;
	margin-bottom: 0!important;
}
/* ==================================================
Splide control common
================================================== */
.splide_common{
	display: flex;
	flex-direction: column-reverse;
}
.splide_common .splide__controls {
    display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 10px 0;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 10px;
	min-width: 70px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
	color: #ffffff;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide_arrow{
	display: flex;
	gap: 0 10px;
}
.splide_common .splide__arrow {
	position: static;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	width: 40px;
	height: 40px;
    border: 1px solid #333333;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
}
.splide_common .splide__arrow--prev {
	background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 150%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
/* btn */
.thumb_wrap .thumb_item_cnt .item_btn,
.btn_default > input,
.btn_default > a,
#tmp_main .btn_default > a.icon_pdf{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 42px 19px 32px;
	background-color: #966e48;
	background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_wh.png), url(/site/shared/site_morikara/images/icon/wood_line.png);
	background-position: right 24px center, -100% 40%;
	background-size: 10px auto, 80% auto;
	background-repeat: no-repeat;
	border-radius: 24px;
	font-size: 87.5%;
	width: 100%;
	max-width: 400px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	text-decoration: none;
}
.btn_default.btn_wh > a{
	background-color: #FFFFFF;
	background-image: url(/site/shared/site_morikara/images/icon/icon_arrow_bl.png);
	background-position: right 24px center;
	background-size: 10px auto;
	color: #151515;
}
.btn_default > input{
	border: none;
	cursor: pointer;
}
/* news */
.list_news {
	list-style: none;
}
.list_news .news_item,
.list_news .news_date_wrap {
	display: flex;
	align-items: center;
}
.list_news .news_item {
    border-bottom: solid 1px #bf9b7a;
    padding: 20px 0;
	font-weight: bold;
}
.list_news .news_item:first-child {
    padding-top: 0;
}
#tmp_contents .list_news .news_tag,
.list_news .news_tag {
	margin-right: 24px;
}
.news_tag > p {
	display: inline-block;
	text-align: center;
	border-radius: 24px;
	color: #ffffff;
	text-transform: uppercase;
	word-break: break-all;
}
.list_news .news_tag > p {
	padding: 7px 16px 6px 18px;
	line-height: 1.2;
}
.news_tag .tag01 {
	background-color: #333333;
	border: 2px solid #333333;
}
.news_tag .tag02 {
	background-color: #af6400;
	border: 2px solid #af6400;
}
#tmp_contents .list_news .news_date,
.list_news .news_date {
	margin-top: 4px;
	margin-right: 16px;
}
.list_news .news_link {
	flex: 1;
}
.list_news .news_link a {
	display: block;
	padding-right: 15%;
	background: url(/site/shared/site_morikara/images/icon/icon_arrow_gray.png) no-repeat right center;
	background-size: 8px auto;
	text-decoration: none;
}
.list_news .news_link a:hover {
	text-decoration: underline;
}
/* thumb_item */
.thumb_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 34px 60px;
}
.item_wrap,
.thumb_wrap {
    display: block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
}
.thumb_wrap span {
	display: block;
}
.thumb_wrap .thumb_item_img {
	position: relative;
}
.item_wrap .item_img,
.thumb_wrap .thumb_item_img .item_img {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 61.8%;
	transition: background-color 0.2s ease;
}
.item_wrap .item_img img,
.thumb_wrap .thumb_item_img .item_img img {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 0.2s ease;
	object-fit: cover;
	object-position: top;
	transform: translate3d(0, 0, 1px);
	border: 8px solid #faf5f1;
	border-radius: 24px;
}
.item_wrap .item_erea > span,
.thumb_wrap .thumb_item_img .item_cate {
    padding: 13px 15px 11px 16px;
    background-color: #ffffff;
    color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 24px;
    font-size: 81.3%;
    max-height: 80%;
    max-width: 80%;
    overflow-y: auto;
}
.item_wrap .item_erea > span::before,
.thumb_wrap .thumb_item_img .item_cate::before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.thumb_wrap .thumb_item_img .item_cate.works::before  {
    background-color: #66b9cc;
}
.thumb_wrap .thumb_item_img .item_cate.learn::before  {
    background-color: #ff9966;
}
.thumb_wrap .thumb_item_img .item_cate.life::before  {
    background-color: #99cc66;
}
.thumb_wrap .thumb_item_cnt {
	padding-top: 17px;
}
#tmp_contents .item_wrap .item_ttl,
.thumb_wrap .thumb_item_cnt .item_ttl {
	font-size: 125%;
    display: block;
}
.thumb_wrap .thumb_item_cnt .item_txt {
	margin-top: 8px;
    color: #686868;
	background-color: transparent;
}
.thumb_wrap .thumb_item_cnt .item_date {
	margin-top: 12px;
	color: #717170;
	background-color: transparent;
	font-size: 81.3%;
}
.thumb_wrap .thumb_item_cnt .item_btn {
	margin-top: 56px;
	background-image: url(/site/shared/site_morikara/images/icon/arrow_wh_contents.png), url(/site/shared/site_morikara/images/icon/wood_line.png);
	background-size: 8px auto, 80% auto;
	background-position: right 26px center, -100% 40%;
	text-align: center;
}
.thumb_item_big .thumb_wrap {
    display: flex;
    width: 100%;
    align-items: center;
}
.thumb_item_big .thumb_item_img .item_img {
	padding-bottom: 58.6%;
}
.thumb_item_big .thumb_item_img {
	width: 70%;
	margin-right: 41px;
}
.thumb_item_big .thumb_item_cnt {
	width: 30%;
}
.thumb_item_big .thumb_item_cnt .item_date {
	margin-top: 11px;
}
.item_wrap:hover .item_img img,
.thumb_wrap:hover .thumb_item_img .item_img img {
	opacity: 0.6;
}
.thumb_wrap:hover .thumb_item_cnt .item_btn {
	text-decoration: underline;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_morikara/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: inherit;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_morikara/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_morikara/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.1em;
	background-repeat:no-repeat;
	padding-left: 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_morikara/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_morikara/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_morikara/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_morikara/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_morikara/images/icon/icon_txt.png);
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
keyframe
================================================== */
@keyframes fixHeaderIn {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0%);
	}
}

@keyframes fixHeaderOut {
	from {
		transform: translateY(0%);
	}
	to {
		transform: translateY(-100%);
	}
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}