@charset "utf-8";

/* CSS Document */

body {
	position: relative;
	line-height: 1.6;
	color: #1a1a1a;
	font-size: 1rem;
	font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
}

* {
	padding: 0;
	margin: 0;
}

*,
::after,
::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #1a1a1a;
	cursor: pointer;
}

div,
section {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

/*=======================ヘッダーナビ=======================*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 40px;
	background: #fff;
	font-weight: 600;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.header__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
}

.header__gnav,
.header__logo,
.search {
	display: table-cell;
	line-height: 1;
	vertical-align: middle;
}

.header__logo {
	width: 130px;
	background-position: left center;
}

.header__gnav {
	position: relative;
	padding-right: 80px;
	text-align: right;
	box-sizing: border-box;
}

.header__gnavList {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header__gnavItem {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25rem;
}

.header__gnavItem:last-child:after {
	position: absolute;
	top: 25%;
	display: block;
	content: "";
	width: 1px;
	height: 40px;
	background: #c2b4b4;
}

.header__gnavItem a {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 20px;
	color: #1a1a1a;
}

.header__gnavItem > a:hover::after {
	width: 100%;
}

.header__gnavItem > a:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #ec6c00;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__gnavItem-active a {
	border-bottom: 4px solid #ec6c00;
}

.header__gnavItem-active a:after {
	content: none;
}

.header__gnavItem-active span {
	position: relative;
	top: 2px;
}

/*=======================検索=======================*/

.search {
}

.searchTxt {
	border: none;
	background: none;
}

.searchShow {
	cursor: pointer;
	margin: 0 32px 0 8px;
}

.cssSprite-search {
	width: 29px;
	padding-top: 30px;
}

.cssSprite {
	display: inline-block;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	background-image: url(../img/search.png);
	background-position: left center;
}

.searchTxt.is-active {
	width: 160px;
	padding: 7px;
	border: 1px solid #e6e6e6;
}

/*=======================ハンバーガー=======================*/

.drawer-hamburger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

.drawer-hamburger .item {
	width: 80px;
	height: 80px;
}

.drawer-hamburger .item--menu a {
	background: ;
}

.drawer-hamburger .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:link,
a:visited {
	text-decoration: none;
}

.drawer-hamburger .item--menu .toggle {
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 25px;
}

.drawer-hamburger .item--menu .toggle span:nth-child(1) {
	top: 0;
	margin: auto;
}

.drawer-hamburger .item--menu .toggle span:nth-child(2) {
	top: 11px;
}

.drawer-hamburger .item--menu .toggle span:nth-child(3) {
	bottom: 0;
	margin: auto;
}

.drawer-hamburger .item--menu .toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #1f1f1f;
	transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.drawer-hamburger .item span {
	text-align: center;
	color: #fff;
	font-family: ;
	font-size: ;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
}

/*=======================オープンナビ=======================*/

.drawer-menu-opened {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	z-index: 10000;
}

.drawer-open-icon:after,
.drawer-open-icon:before {
	width: 30px;
	height: 4px;
	background: #fff;
}

.drawer-open-icon:before {
	transform: rotate(-45deg);
}

.drawer-open-icon:after {
	transform: rotate(45deg);
}

.drawer-open-icon:after,
.drawer-open-icon:before {
	position: absolute;
	top: 38px;
	left: 25px;
	content: "";
	transform-origin: center center;
	moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
}

.drawer-nav {
	position: fixed;
	padding: 100px;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #494949;
}

.drawer-nav-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.drawer-nav-item {
	display: inline-block;
	margin-right: 15%;
}

.drawer-nav-item:last-child {
	margin-right: 0;
}

.drawer--top.drawer-open .drawer-nav {
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.drawer-menu {
	list-style: none;
	width: 100%;
}

.drawer-menu li {
	position: relative;
	padding: 10px 0;
}

.drawer-menu li a.drawer-menu-item {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #fff 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.drawer-menu li a.drawer-menu-item:hover {
	background-size: 100% 100%;
	cursor: pointer;
}

.drawer-sub li a.drawer-sub-item {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 0;
	display: inline-block;
	color: #fff;
	line-height: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 95%, #fff 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #fff 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.drawer-sub li a.drawer-sub-item:hover {
	background-size: 100% 100%;
	cursor: pointer;
}

.drawer-nav-search {
	width: 80%;
	height: 90px;
	margin: 80px auto 0;
}

.drawer-nav-form-search {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.drawer-nav-form-search input {
	height: 80px;
	width: calc(100% - 80px);
	padding: 0 10px;
	font-size: 1.2rem;
	background: rgba(0, 0, 0, 0.2);
}

.drawer-nav-form-search button {
	display: inline-block;
	width: 80px;
	height: 80px;
	border: none;
	cursor: pointer;
	background: url(../img/search.png) center center no-repeat #ec6c00;
	background-size: 20px 20px;
	vertical-align: middle;
	float: right;
}

/*=======================フローティング=======================*/

.floatingNav {
	position: fixed;
	display: block;
	right: 0;
	width: 50px;
	top: 50%;
	height: auto;
	transform: translateY(-50%);
	box-shadow: 0 5px 15px rgba(3, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 15px rgba(3, 0, 0, 0.1);
}

.floatingNav,
.floatingNav__list {
	z-index: 999;
}

.floatingNav__list {
	top: 50%;
	width: 50px;
	cursor: pointer;
}

.floatingNav__item,
.floatingNav__item--last {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-color: #ec6c00;
	border-bottom: solid 1px #efbd9c;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}

.floatingNav__item--last {
	border-bottom: none;
}

.floatingNav--fb {
	background-image: url(../img/fb.png);
}

.floatingNav--tw {
	background-image: url(../img/tw.png);
}

.mitemo-tv {
	background-image: url(../img/mitemo-tv.png);
}

.mitemo-hr {
	background-image: url(../img/mitemo-hr.png);
}

.mail {
	background-image: url(../img/mail.png);
}

.floatingNav__item:hover,
.floatingNav__item--last:hover {
	transition: .5s;
	background-color: #f78d3e;
}

.floatingNav__item a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	transition: background .2s ease-out;
	width: 100%;
	height: 100%;
}

.floatingNav__item a span {
	display: none;
}

.floatingNav__item--last a span {
	display: none;
}

/*=======================キャプション=======================*/

.fixCaption {
	position: fixed;
	display: block;
	right: 0;
	top: 50%;
	width: 500px;
	height: 250px;
	z-index: 2;
}

.formCaption {
	position: relative;
	float: right;
	right: 0;
	bottom: 0;
	width: max-content;
	padding: 5px 60px 5px 0;
}

.caption {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
	background: #fff;
	border: 2px solid #b3b3b3;
	border-radius: 2px;
	box-shadow: 0 5px 15px rgba(3, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 15px rgba(3, 0, 0, 0.1);
}

.caption:after,
.caption:before {
	position: absolute;
	display: inline-block;
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
}

.caption:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 4px;
	margin-top: -4px;
}

.caption:before {
	border-color: rgba(236, 108, 0, 0);
	border-left-color: #b3b3b3;
	border-width: 7px;
	margin-top: -7px;
}

.caption span {
	position: relative;
	font-weight: 700;
	cursor: default;
}

.mitemo-hr--caption {
	top: -68%;
}

.mail--caption {
	top: -36%;
}

/*=======================トップスライダー=======================*/

.topImage {
	width: 1200px;
	height: 600px;
	margin: 80px auto 0;
}

/*=======================メインコンテンツ=======================*/

.mainContents {
	position: relative;
	width: 100%;
	padding: 0px 40px;
	margin: 120px 80px 0 0;
}

.mainContents h1 {
	display: block;
	font-size: 2.6875rem;
	font-weight: 700;
	margin-bottom: 40px;
	vertical-align: middle;
	text-align: center;
}

.mainContents h2 {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px 0 32px;
	vertical-align: middle;
	text-align: center;
}

.mainContents h3 {
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	margin: 8px 0px 16px !important;
}

.mainContents p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.eng {
	font-family: Corbel;
	margin-bottom: 20px;
}

.sub {
	display: block;
	font-size: 1.2rem;
	margin-top: 30px;
	font-weight: 700;
}

.eng a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.eng a::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: "";
	width: 100%;
	height: 6px;
	background: #ec6c00;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.eng a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.slash {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 1rem;
}

.entryArea {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}

.entryArea p {
	margin-bottom: 8px;
}

.entryBox,
.entryBox-2 {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	width: 31.33333%;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #e6e6e6;
}

.entryBox-2 {
	width: 48%;
}

.entryBox h3,
.entryBox-2 h3 {
	margin-bottom: 8px;
	word-break: break-word;
}

.entryBox img:hover,
.entryBox-2 img:hover {
	transition: .5s;
	opacity: 0.5;
}

.entryInner {
	padding: 16px;
	text-align: center;
}

.entryInner h3:hover {
	transition: .5s;
	opacity: 0.7;
}

.entryThumb {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.entryThumb img {
	display: block;
	width: 100%;
	height: auto;
}

.posted {
	font-size: 1rem;
	color: #494949;
}

.lead {
	position: relative;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 56px auto;
	text-align: center;
}

.leadPanel {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 20px 40px;
	background: rgba(255, 255, 255, 0.88);
}

.lead h2 {
	margin-bottom: 10px !important;
}

.lead p {
	margin-bottom: 10px !important;
	line-height: 1.3;
}

.lead .btn {
	margin: 24px 0;
}

/*=======================タグ=======================*/

.triangleTag {
	position: absolute;
	width: 60px;
	height: 60px;
	margin: 0;
}

.acc::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #ec6c00;
	position: absolute;
	z-index: 100;
}

.acc::after {
	content: "受付中";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 28px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	z-index: 101;
	font-size: 0.875rem;
	font-weight: 600;
}

.full::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #f24c54;
	position: absolute;
	z-index: 100;
}

.full::after {
	content: "満員御礼";
	display: block;
	position: absolute;
	top: 13px;
	bottom: 20px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	z-index: 101;
	font-size: 0.8rem;
	font-weight: 600;
}

.end::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #4d4d4d;
	position: absolute;
	z-index: 100;
}

.end::after {
	content: "終了";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 40px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	z-index: 101;
	font-size: 0.875rem;
	font-weight: 600;
}

.rightTag {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 4px 14px;
	font-size: 0.875rem;
	font-weight: 600;
	z-index: 1;
}

.prefecture {
	background: #0071bc;
}

.company {
	background: #60368b;
}

.training {
	background: #008e31;
}

.contTag {
	display: inline-block;
	margin-right: 2px;
	padding: 4px 8px;
	font-size: 0.750rem;
	font-weight: 600;
}

.on {
	color: #ffffff;
	background: #ec6c00;
}

.off {
	color: #1f1f1f;
	background: #e6e6e6;
}

.itemTag {
	display: inline-block;
	padding: 4px 8px;
	font-size: 0.750rem;
	font-weight: 600;
	color: #ec6c00;
	background: #ffffff;
	border: 1px solid #ec6c00;
	font-family: Corbel;
}

/*=======================ボタン=======================*/

.btn {
	margin: 40px 0;
	text-align: center;
}

.loading img {
	display: initial;
}

.moreBtn {
	padding: 0;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.moreBtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	transition: all .2s ease-out;
}

.moreBtn a:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 8px;
	margin-left: 30px;
	background-image: url(../img/arr.svg);
}

.moreBtn span {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.moreBtn a:hover {
	transition: .5s;
	opacity: 0.7;
}

.linkBtn,
.aboutBtn {
	padding: 0;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.6;
}

.linkBtn a,
.linkBtn input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	border: 1px solid #ec6c00;
	color: #fff;
	background: #ec6c00;
}

.linkBtn input {
	font-size: 1rem;
}

.linkBtn a:hover {
	border-color: #e8341a;
	background: #e8341a;
	transition: .5s;
}

.eventBtn a {
	border-color: #ec6c00;
	background: #ec6c00;
}

.eventBtn a:hover {
	border-color: #f78d3e;
	background-color: #f78d3e;
	transition: .5s;
}

.aboutBtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	border: 1px solid #1a1a1a;
	color: #fff;
	background: #1a1a1a;
}

.aboutBtn a:hover {
	transition: .5s;
	opacity: 0.7;
}

.cueBtn a {
	display: block;
	max-width: 25opx;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	border: 1px solid #1a1a1a;
	color: #fff;
	background: #1a1a1a;
}

.cueBtn a:hover {
	transition: .5s;
	opacity: 0.7;
}

/*=======================404=======================*/

.notfound {
	padding: 100px 0 80px;
}

.notfound-ttl {
	font-size: 2rem;
	font-weight: 600;
	color: #494949;
	padding: 40px 0 20px;
}

.notfound-txt {
	font-size: 0.875rem;
	font-weight: 500;
}

/*=======================フッターナビ=======================*/

.footer {
	text-align: center;
	padding: 40px 80px;
	background: #f2f2f2;
}

.footer__logo {
	width: 130px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}

.footerMenu {
	display: inline-block;
	margin-top: 30px;
	padding-bottom: 20px;
}

.footerMenu li {
	display: inline-block;
	padding: 0 10px;
	font-size: 1rem;
	font-weight: 600;
}

.footerMenu--sub li {
	font-size: 0.875rem;
	font-weight: normal;
	font-family: Corbel;
}

.footerSns {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.footerSns li {
	margin: 0 10px;
}

.footerSns li:hover {
	cursor: pointer;
	transition: .5s;
	opacity: 0.5;
}

.footerSns .icon {
	background-position: center;
	width: 25px;
}

.copyright {
	font-size: 0.750rem;
	text-align: center;
	font-family: Corbel;
}

.footer a:hover {
	transition: .5s;
	opacity: 0.5;
}

.footer__btn {
	display: inline-block;
	width: 100%;
}

.footer__btn ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	overflow: hidden;
}

.contact {
	width: calc(100% * 3 + 1px);
}

.event,
.mailmagazine,
.hr {
	width: calc((100% - 1px) / 3);
}

.footer__btn p {
	color: #fff;
}

.footer__btnTtl {
	font-size: 2rem;
	font-weight: 700;
}

.footer_btnTxt {
}

.contact {
	padding: 64px 16px;
	background: #ec6c00;
}

.event,
.hr {
	padding: 40px 16px;
	background: #333333;
}

.mailmagazine {
	padding: 40px 16px;
	background: #1a1a1a;
}

.footer__btn li:hover {
	transition: .5s;
	opacity: 0.7;
}

/*===============================

　　　　　レスポンシブ

================================*/

@media screen and (max-width: 768px) {
	body {
		margin: 0 auto;
	}
	img {
		display: block;
		height: auto;
		max-width: 100%;
		margin: 0;
	}
	#floatingNavWrapper {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 998;
	}
	.floatingNav {
		width: 100%;
		top: auto;
		bottom: 0;
		transform: none;
	}
	.floatingNav__list {
		width: 100%;
	}
	.floatingNav__item {
		width: 50%;
		height: 45px;
		border-right: solid 1px #efbd9c;
		background-position: 30% 50%;
		float: left;
	}
	.floatingNav__item:nth-child(even) {
		border-right: none;
	}
	.floatingNav__item a {
		text-indent: unset !important;
	}
	.floatingNav__item a span {
		display: inline-block;
		text-align: left;
		color: #fff;
		font-size: 0.750rem;
		font-weight: 600;
		line-height: 1.3;
		padding: 5% 0 0 40%;
	}
	.floatingNav__item--last a span {
		display: inline-block;
		text-align: left;
		color: #fff;
		font-size: 0.750rem;
		font-weight: 600;
		line-height: 1.3;
		padding: 2.5% 0 0 45%;
	}
	.formCaption {
		display: none;
	}
	.topImage {
		display: block;
		height: auto;
		width: 100%;
		margin: 80px auto 0;
	}
	.header {
		padding: 0 10px;
	}
	.drawer-nav {
		padding: 70px 45px;
	}
	.drawer-nav-item {
		margin-right: 5%;
	}
	.header__gnavItem {
		font-size: 1rem;
	}
	.header__gnavItem a {
		padding: 0 12px;
	}
	.drawer-nav-inner {
	}
	.drawer-menu li a.drawer-menu-item {
		font-size: 1.5rem;
	}
	.drawer-sub li a.drawer-sub-item {
		font-size: 1.2rem;
	}
	.searchShow {
		margin: 0 12px 0 8px;
	}
	.drawer-nav-form-search input {
		height: 40px;
		width: calc(100% - 40px);
	}
	.drawer-nav-form-search button {
		width: 40px;
		height: 40px;
	}
	.mainContents {
		width: 95%;
		padding: 0;
		margin: 80px auto 64px;
	}
	.mainContents h2 {
		font-size: 1.5rem;
	}
	.entryBox {
		width: 48%;
	}
	.leadPanel img {
		height: auto;
		max-width: 100%;
	}
	.leadPanel {
		position: inherit;
		margin: 20px 0;
		padding: 0;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		background: unset;
	}
	.notfound {
		padding: 100px 10px 80px;
	}
	.notfound-ttl {
		font-size: 1.5rem;
	}
	.footer {
		padding: 40px 40px 180px;
	}
	.footerMenu {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.footer__btn img {
		margin: 0 auto 8px;
	}
	.footer__btnTtl {
		font-size: 1.5rem;
	}
	.footer__btnTxt {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 480px) {
	.header__gnav {
		display: none;
	}
	.header__logo {
		transform: translate(0%, 45%);
		display: block;
	}
	.searchShow {
		margin: 0;
	}
	.drawer-nav-search {
		width: 100%;
	}
	.drawer-nav-inner {
		flex-flow: column;
	}
	.entryBox,
	.entryBox-2 {
		width: 100%;
	}
	.floatingNav__list {
		width: 100%;
	}
	.floatingNav__item,
	.floatingNav__item--last {
		height: 60px;
		background-position: 50% 20%;
		padding-top: 8px;
	}
	.floatingNav__item a span,
	.floatingNav__item--last a span {
		display: block;
		text-align: center;
		transform: none;
		font-size: 0.625rem;
		padding: 30px 0 !important;
	}
	.footer__btn li {
		width: 100%;
	}
	.footer__btn img {
		width: 20px;
	}
	.contact {
		padding: 40px 0;
	}
	.event,
	.hr,
	.mailmagazine {
		padding: 24px 0;
	}
}
