/*
----------------------------------------
themeのstyle.csssから必要なものをコピー
----------------------------------------
*/


html {
	font-size: 100%;
}

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

.wrap {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: justify;
    box-sizing: border-box;
}

button.search-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #1da1f2;
	color: #fff;
	font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 22px;
	text-align: center;
	border: none;
	outline: none;
	padding: 7px 24px 9px 8px;
	line-height: 2;
	border-radius: 30px;
	cursor: pointer;
	transition: all .2s;
}

button.search-btn::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-search.png ) center center / contain no-repeat;
	margin-right: 15px;
	vertical-align: middle;
	transform: translateY( -1px );
}

#search-nav select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 20px;
	letter-spacing: .4px;
	border: solid 2px #333;
	border-radius: 5px;
	padding: 17px 45px 17px 25px;
	background: #fff url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-select.png ) right 20px center / 12px no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

#wrapper {
    background: none;
}

#wrapper > header {
	transition: all .2s;
	position: relative;
	padding-bottom: 56px;
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-feature-settings: 'palt';
    font-size: 16px;
    letter-spacing: .5px;
    text-align: center;
    line-height: 2;
}

#wrapper > header * {
    box-sizing: border-box;
}

#wrapper > header a {
    color: #000;
    text-decoration: none;
    transition: all .2s;
}

#wrapper > header .en {
    font-family: 'Lato', sans-serif;
}

#header-top {
	padding: 22px 20px;
	flex-wrap: nowrap;
	align-items: center;
	color: #222;
}

#header-top .logo {
	padding: 0 18px 0 20px;
}

#header-top .logo a {
	display: block;
	line-height: .5;
}

#header-top .sns {
	margin-right: auto;
}

#header-top .sns .flex {
	flex-wrap: nowrap;
}

#header-top .sns li {
	margin-right: 8px;
}

#header-top .sns a {
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #e5e5e5;
	border-radius: 50%;
}

#wrapper > header .tel {
	padding: 0 15px;
	line-height: 1.2;
	white-space: nowrap;
}

#wrapper > header .tel .num {
	display: inline-block;
	font-size: 28px;
	padding-left: 30px;
	background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-tel.png ) 2px 4px / 23px no-repeat;
}

#wrapper > header .tel .num span {
	font-weight: 300;
	transform: translateY( -2px );
}

#wrapper > header .tel .note {
	font-size: 14px;
	color: #666;
}

#header-top .btn a {
	display: block;
	width: 200px;
	padding: 7px 20px 9px 5px;
	border-radius: 24px;
	text-align: center;
	letter-spacing: 0;
}

#header-top .btn-form a {
	background: #ffdd00 url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-01.png ) right 18px center / 9px no-repeat;
}

#header-top .btn-line {
	margin-left: 10px;
}

#header-top .btn-line a {
	color: #fff;
	background: #00b900 url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-02.png ) right 18px center / 9px no-repeat;
}

/* search-nav */

#search-nav {
	position: fixed;
	top: 90px;
	right: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#search-nav.open {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

#search-nav #search-bg {
	background: rgba( 51, 51, 51, .8 );
	position: fixed;
	top: 90px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .6s;
}

#search-nav.open #search-bg {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#search-nav .search-wrap {
	padding: 25px 0 50px;
	position: relative;
	z-index: 9999;
}

#search-nav .search-wrap h2 {
	text-align: center;
	line-height: .5;
	margin-bottom: 20px;
}

.search-wrap {
	background: #ebf7ff;
}

.search-wrap .flex {
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}

.search-wrap .input {
	width: 38.6%;
	padding-right: 30px;
}

.search-wrap .btn {
	width: 22.8%;
}

#search-btn {
	position: fixed;
	top: 0;
	right: 90px;
	display: none;
}

#search-btn div {
	width: 90px;
	height: 90px;
	background: #ebf7ff url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-search-l.png ) center 17px / 30px no-repeat;
	color: #333;
	cursor: pointer;
	position: relative;
	transition: all .2s;
}

.mes,
.search-mes {
	font-size: 20px;
	text-align: center;
	border: solid 1px #1da1f2;
	padding: 10px 20px;
	margin-bottom: 39px;
}

.search-mes .search-word,
.search-mes .search-num {
	color: #1da1f2;
}

.fix-btn {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

.fix-btn.show {
	opacity: 1;
	visibility: visible;
	z-index: 99999999;
}

.fix-btn .txt {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	font-size: 18px;
	font-family: 'メイリオ', 'Meiryo', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	transition: all .2s;
}

/* fix-menu */

#fix-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 999999;
	background: #fff;
	text-align: left;
	padding-bottom: 60px;
	width: 600px;
	max-width: 100%;
	transition: all .6s;
	transform: translateX( 110% );
	display: none;
}

.nav-open #fix-menu {
	transform: translateX( 0 );
}

#nav-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
}

.nav-open #nav-btn {
	opacity: 1;
	visibility: visible;
	z-index: 99999999;
}

#nav-btn > div {
	width: 90px;
	height: 90px;
	background: #1da1f2;
	color: #333;
	cursor: pointer;
	transition: all .2s;
}

#nav-btn .close {
	opacity: 0;
	visibility: hidden;
}

.nav-open #nav-btn .open {
	opacity: 0;
	visibility: hidden;
}

.nav-open #nav-btn .close {
	opacity: 1;
	visibility: visible;
}

#nav-btn span {
	display: block;
	width: 40px;
	height: 3px;
	background: #333;
	border: 50%;
	position: absolute;
	left: calc( 50% - 20px );
	transition: all .2s;
}

#nav-btn span:first-child {
	top: 17px;
}

#nav-btn span:nth-child( 2 ),
#nav-btn span:nth-child( 3 ) {
	top: 30px;
}

#nav-btn span:nth-child( 4 ) {
	top: 43px;
}

.nav-open #nav-btn span:first-child,
.nav-open #nav-btn span:nth-child( 4 ) {
	opacity: 0;
}

.nav-open #nav-btn span:nth-child( 2 ),
.nav-open #nav-btn span:nth-child( 3 ) {
	width: 44px;
	left: calc( 50% - 22px );
}

.nav-open #nav-btn span:nth-child( 2 ) {
	transform: rotate( -30deg );
}

.nav-open #nav-btn span:nth-child( 3 ) {
	transform: rotate( 30deg );
}

#header-top .overlay {
	background: rgba( 51, 51, 51, .8 );
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .6s;
	display: none;
}

.nav-open #header-top .overlay {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

#fix-menu .logo {
	padding: 13px 110px 13px 20px;
}

#fix-menu .menu-list {
	font-size: 18px;
	padding: 0 30px;
	margin-bottom: 40px;
}

#fix-menu .menu-list > ul > li {
	border-bottom: solid 2px #1da1f2;
    line-height: 2;
}

#fix-menu .menu-list > ul > li > a {
	display: block;
	padding: 15px 0;
}

#fix-menu .menu-list .parent {
	display: block;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
}

#fix-menu .menu-list .parent::after {
	content: '';
	width: 20px;
	height: 2px;
	background:  #1da1f2;
	position: absolute;
	right: 15px;
	top: calc( 50% - 1px );
}

#fix-menu .menu-list .parent::before {
	content: '';
	width: 2px;
	height: 20px;
	background:  #1da1f2;
	position: absolute;
	right: 24px;
	top: calc( 50% - 10px );
	transition: all .2s;
}

#fix-menu .menu-list .parent.open::before {
	opacity: 0;
	visibility: hidden;
}

#fix-menu .sub-menu ul {
	background: #1da1f2;
	padding: 15px 15px 5px;
	display: none;
}

#fix-menu .sub-menu li {
	margin-bottom: 16px;
}

#fix-menu .sub-menu a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 60px;
	align-items: center;
	background: #fff url( ../wp/wp-content/themes/japan-ems/assets/img/common/arrow-08.png ) right 20px center / 8px no-repeat;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 15px 0 30px;
	position: relative;
}

#fix-menu .sub-menu a::before {
	content: '';
	width: 4px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	background: #ffc300;
}

#fix-menu .sub-menu a .sub {
	font-size: 14px;
	font-weight: normal;
}

#fix-menu .tel {
	margin: 0 15px 20px;
}

#fix-menu .tel a {
	display: block;
	text-align: center;
	border: solid 1px #b3b3b3;
	border-radius: 5px;
	padding: 16px 10px;
}

#fix-menu .btn-set {
	padding: 0 30px;
	margin-bottom: 40px;
}

#fix-menu .btn-set .btn {
	width: calc( ( 100% - 15px ) / 2 );
}

#fix-menu .btn-set .btn-line {
	margin-left: 15px;

}

#fix-menu .btn-set .btn a {
	width: 100%;
	padding: 13px 20px 15px 10px;
	border-radius: 30px;
	letter-spacing: 1px;
}

#fix-menu .sns .flex {
	justify-content: center;

}

#fix-menu .sns li {
	margin-right: 12px;
}

#fix-menu .sns a {
	width: 50px;
	height: 50px;
}


/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav {
	border-top: solid 1px #e5e5e5;
	position: relative;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.g-nav-fix #g-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	padding: 0 30px;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba( 0, 0, 0, .05 );
}

#g-nav > .flex {
	justify-content: center;
	align-items: center;
}

#g-nav .flex {
	flex-wrap: nowrap;
}

#g-nav li {
	margin: 0 15px;
}

.g-nav-fix #g-nav li {
	margin: 0 6px;
}

#g-nav nav a {
	display: block;
	padding: 11px 9px;
	font-size: 17px;
	color: #222;
	position: relative;
	white-space: nowrap;
    line-height: 2;
}

.g-nav-fix #g-nav nav a {
	padding: 28px 10px;
	white-space: nowrap;
}

#g-nav nav a::after {
	content: '';
	height: 3px;
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	transition: all .2s;
}

#g-nav .sub-menu .menu-wrap {
	position: absolute;
	top: 56px;
	right: 0;
	left: 0;
	background: #1da1f2;
	color: #fff;
	padding: 22px 0 30px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

.g-nav-fix #g-nav .sub-menu .menu-wrap {
	top: 90px;
}

#g-nav .sub-menu h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
    line-height: 2;
}

#g-nav .sub-menu h3::before {
	content: '';
	width: 8px;
	height: 8px;
	border: solid 4px #fff;
	border-radius: 50%;
	position: absolute;
	top: calc( 50% - 8px );
	right: 0;
}

#g-nav .sub-menu h3::after {
	content: '';
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc( 50% - 1px );
	right: 16px;
	left: 185px;
}

#g-nav .sub-menu .flex {
	flex-wrap: wrap;
}

#g-nav .sub-menu li {
	width: calc( ( 100% - 60px ) / 4 );
	margin: 0 20px 15px 0;
	letter-spacing: -.4px;
}

#g-nav .sub-menu li:nth-child( 4n ) {
	margin-right: 0;
}

#g-nav .sub-menu li a {
	display: block;
	height: 50px;
	background: #fff url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-12.png ) right 12px center / 10px no-repeat;
	box-shadow: 0 2px 0 rgba( 0, 0, 0, .2 );
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	padding: 14px 30px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#g-nav .sub-menu li a:hover {
	color: #333;
	background: #f5f5f5 url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-12.png ) right 7px center / 10px no-repeat;
}

#g-nav .sub-menu li a::after {
	width: 4px;
	top: 10px;
	right: auto;
	bottom: 10px;
	left: 10px;
	background: #ffc300;
	height: auto;
}

#g-nav .sub-menu li a:hover::after {
	background: #ffc300;
}

#g-nav .sub-menu li.sub a {
	padding: 2px 30px 4px;
}

#g-nav .sub-menu li.sub span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -.5px;
}

#g-nav .logo {
	width: 23%;
	padding-right: 20px;
	line-height: .5;
	display: none;
}

.g-nav-fix #g-nav .logo {
	display: block;
}

#wrapper > header #g-nav .tel {
	margin-left: auto;
	display: none;
}

#wrapper > header.g-nav-fix #g-nav .tel {
	padding: 0 5px 0 20px;
	display: block;
}

#g-nav .contact {
	display: none;
}

.g-nav-fix #g-nav .contact {
	display: block;
}

#g-nav .contact li {
	margin: 0 0 0 10px;
}

#g-nav .contact a {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 0;
}

#g-nav .contact .mail a {
	background: #fcca20;
}

#g-nav .contact .line a {
	background: #00b900;
}

@media screen and ( max-width: 1650px ) {

	.g-nav-fix #g-nav {
		padding: 0 15px;
	}

	#g-nav .contact a {
		width: 50px;
		height: 50px;
	}
}

@media screen and ( max-width: 1600px ) {
	#g-nav .logo {
		 margin-right: auto;
		 padding-right: 0;
		 width: 20%;
	}

	#wrapper > header.g-nav-fix #g-nav .tel {
		padding: 0 5px 0 0;
	}

	.g-nav-fix #g-nav nav a {
		font-size: 15px;
	}

	.g-nav-fix #g-nav .sub-menu .menu-wrap {
		top: 86px;
	}

}

@media screen and ( max-width: 1400px ) {

	.g-nav-fix #g-nav .logo {
		display: none;
	}

	.g-nav-fix #g-nav nav a {
		font-size: 17px;
	}

	.g-nav-fix #g-nav .sub-menu .menu-wrap {
		top: 90px;
	}

	.slider .slick-slide {
		margin: 0 15px;
	}

	#header-top .btn a {
		width: 160px;
		font-size: 14px;
	}

	#wrapper > header .tel .num {
		font-size: 24px;
		background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-tel.png ) 2px 2px / 21px no-repeat;
	}

}

@media screen and ( max-width: 1200px ) {

	#wrapper {
		padding-top: 90px;
	}

	#wrapper > header {
		padding-bottom: 0;
	}

	#header-top {
		padding: 17.5px 180px 17.5px 20px;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: #fff;
		z-index: 999;
	}

	#header-top > .sns,
	#header-top > .tel,
	#header-top > .btn {
		display: none;
	}

	#fix-menu {
		display: block;
	}

	#search-btn,
	#nav-btn {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}

	#header-top .overlay {
		display: block;
	}

	#g-nav {
		display: none;
	}
}

@media screen and ( max-width: 1000px ) {

    #search-nav select {
		font-size: 16px;
		padding: 17px 40px 17px 15px;
	}

    button.search-btn {
        font-size: 18px;
    }
}

@media screen and ( max-width: 768px ) {
    #wrapper {
		padding-top: 64px;
	}

    #search-nav select {
		font-size: 16px;
		border: solid 1px #333;
		padding: 17.5px 45px 17.5px 20px;
	}

    button.search-btn {
		font-size: 19px;
		letter-spacing: 2px;
		width: 270px;
		max-width: 100%;
		padding: 8px;
	}

	button.search-btn::before {
		width: 20px;
		height: 20px;
	}

    #header-top {
		padding: 17px 138px 17px 10px;
		height: 64px;
	}

	#header-top .logo {
		padding: 0;
	}

	#search-nav {
		top: 64px;
	}

	#search-nav .search-wrap {
		padding: 10px 0 20px;
	}

	#search-nav .search-wrap h2 {
		margin-bottom: 10px;
	}

    #search-nav #search-bg {
		top: 64px;
	}

    .fix-btn .txt {
		font-size: 13px;
		white-space: nowrap;
		bottom: 1px;
	}

    #nav-btn > div {
		width: 64px;
		height: 64px;
	}

	#nav-btn span {
		width: 28px;
		height: 2px;
		left: calc( 50% - 14px );
	}

	#nav-btn span:first-child {
		top: 13px;
	}

	#nav-btn span:nth-child( 2 ),
	#nav-btn span:nth-child( 3 ) {
		top: 22px;
	}

	#nav-btn span:nth-child( 4 ) {
		top: 31px;
	}

	.nav-open #nav-btn span:nth-child( 2 ),
	.nav-open #nav-btn span:nth-child( 3 ) {
		width: 32px;
		left: calc( 50% - 16px );
	}

	.search-wrap .flex {
		padding: 0;
		flex-direction: column;
	}

	.search-wrap .input {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.search-wrap .btn {
		width: 100%;
		text-align: center;
	}

	#fix-menu .logo {
		padding: 17px 148px 17px 10px;
		height: 64px;
	}

	#fix-menu .menu-list {
		padding: 0 20px;
		font-size: 20px;
	}

	#fix-menu .menu-list > ul > li > a {
		padding: 9px 0;
	}

	#fix-menu .menu-list .parent {
		padding: 9px 0;
	}

	#fix-menu .menu-list .parent::before {
		width: 1px;
		height: 15px;
		top: calc( 50% - 7px );
		right: 22px;
	}

	#fix-menu .menu-list .parent::after {
		width: 15px;
		height: 1px;
		top: 50%;
	}

	#fix-menu .sub-menu a {
		font-size: 15px;
		line-height: 1.3;
		height: 50px;
	}

	#fix-menu .sub-menu a .sub {
		font-size: 12px;
	}

	#fix-menu .tel {
		margin: 0 5px 20px;
	}

	#wrapper > header .tel .num {
		font-size: 28px;
		background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-tel.png ) 2px 4px / 23px no-repeat;
		padding-left: 32px;
	}

	#fix-menu .btn-set {
		padding: 0 20px;
	}

	#fix-menu .sns li {
		margin-right: 8px;
	}

	#fix-menu .sns a {
		width: 40px;
		height: 40px;
	}


	#search-btn {
		right: 64px;
	}

	#search-btn div {
		width: 64px;
		height: 64px;
		background: #ebf7ff url( ../wp/wp-content/themes/japan-ems/assets/img/common/icon-search-l.png ) center 10px / 26px no-repeat;
	}

}

@media screen and ( min-width: 769px ) {
    #search-btn div:hover {
		background: #d1edff url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-search-l.png ) center 17px / 30px no-repeat;
	}

	#g-nav nav a:hover,
	#g-nav nav li:hover .parent {
		color: #1da1f2;
	}

	#g-nav nav a:hover::after,
	#g-nav nav li:hover .parent::after {
		background: #1da1f2;
	}

	#g-nav .sub-menu:hover .menu-wrap {
		opacity: 1;
		visibility: visible;
		z-index: 999;
	}

	#g-nav .contact .mail a:hover {
		background: #fcdb6d;
	}

	#g-nav .contact .line a:hover {
		background: #00c700;
	}

    #header-top .sns a:hover {
		background: #f5f5f5;
	}

	#header-top .btn-form a:hover {
		background: #ffeb66 url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-01.png ) right 15px center / 9px no-repeat;
	}

	#header-top .btn-line a:hover {
		background: #00c700 url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/arrow-02.png ) right 15px center / 9px no-repeat;
	}
}


.topic-path {
	background: #1da1f2;
    color: #fff;
	padding: 12px 0;
	letter-spacing: 0;
    transition: all .2s;
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-feature-settings: 'palt';
    font-size: 16px;
    text-align: center;

}

.topic-path .flex {
	flex-wrap: nowrap;
}

.topic-path li {
	font-size: 14px;
	letter-spacing: .8px;
    line-height: 2;
	padding-right: 20px;
	margin-right: 14px;
	background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/arrow-03.png ) right center / 6px no-repeat;
	white-space: nowrap;
}

.topic-path li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topic-path a {
	color: #fff;
    line-height: 2;
    text-decoration: none;
}

@media screen and ( max-width: 768px ) {
	.topic-path {
		font-size: 12px;
		padding: 8px 0;
		white-space: nowrap;
		overflow-x: auto;
		overflow-scrolling: touch;
	}

	.topic-path .wrap {
		padding-right: 0;
	}

	.topic-path .flex {
		flex-wrap: nowrap;
	}

	.topic-path li:last-child {
		padding-right: 15px;
	}
}

@media screen and ( max-width: 768px ) {
    .topic-path .flex {
        margin-bottom: 0;
    }   
}

/*
----------------------------------------
footer
----------------------------------------
*/
footer {
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-feature-settings: "palt";
	background: #f5f5f5;
	color: #444;
	padding: 60px 0 0;
    line-height: 2;
    letter-spacing: .5px;
}

footer a {
    text-decoration: none;
}

footer .nav-wrap {
	justify-content: space-between;
	margin-bottom: 40px;
}

footer .nav-wrap > div {
	width: calc( ( 100% - 40px ) / 2 );
}

footer .nav-wrap .flex li {
    font-size: 16px;
	margin-bottom: 13px;
	padding: 2.5px 0;
	line-height: 1.7;
	letter-spacing: .2px;
}

footer .nav-wrap .flex ul:first-of-type li {
	padding-right: 40px;
}

footer .nav-wrap ul.flex li {
	width: 49%;
}

footer .nav-wrap ul.flex li:nth-child( even ) {
	width: 51%;
}

footer .nav-wrap div.flex {
    margin-bottom: 0;
}

footer .nav-wrap div.flex ul:first-child {
	width: 49%;
}

footer .nav-wrap div.flex ul:last-child {
	width: 51%;
}

footer .nav-wrap a {
	color: #444;
}

footer .logo {
    font-size: 16px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 55px;
}

footer .logo img {
    vertical-align: baseline;
}

footer .copyright {
	padding: 15px 0;
	background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/copyright-bg.png ) center center / cover no-repeat;
	color: #fff;
}

footer .copyright .flex {
	justify-content: space-between;
	font-size: 14px;
}

footer .copyright .pp {
    font-size: 14px;
	padding-right: 20px;
	margin-right: auto;
}

footer .copyright .pp a {
	display: inline-block;
	color: #fff;
	border-bottom: solid 1px #fff;
}

footer .copyright .copy {
	font-size: 14px;
	letter-spacing: .2px;
    color: #fff;
}

#sp-fix {
	display: none;
}

@media screen and ( max-width: 1000px ) {
    footer .nav-wrap > div {
		width: calc( ( 100% - 20px ) / 2 );
	}

	footer .nav-wrap ul.flex li,
	footer .nav-wrap .flex li {
		font-size: 14px;
	}


    #sp-fix {
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		z-index: 99;
		transform: translateY( 110% );
		transition: all .6s;
	}

	#sp-fix.show {
		opacity: 1;
		transform: translateY( 0 );
	}

    #sp-fix a {
        text-decoration: none;
    }

	#sp-fix .default-nav {
		background: #383838;
		padding: 5px 8px;
	}

    #sp-fix .default-nav.flex {
        margin-bottom: 0;
    }

	#sp-fix .icon {
		width: 50px;
		height: 50px;
		margin-right: 8px;
		line-height: .5;
	}

	#sp-fix .line {
		background: #00b900;
	}

	#sp-fix .mail {
		background: #ffdd00;
	}

	#sp-fix .tel {
		width: calc( 100% - 116px );
        text-align: center;
	}

	#sp-fix .tel a {
		display: block;
		height: 46px;
		padding: 4px 0 0;
		background: #ebf7ff;
        color: #000;
		line-height: 1.2;
		white-space: nowrap;
	}

	#sp-fix .tel .num {
		display: inline-block;
		font-size: 23px;
		letter-spacing: 1.5px;
		padding-left: 28px;
		background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/icon-tel.png ) 2px 2px / 21px no-repeat;
	}

    #sp-fix .en {
        font-family: 'Lato', sans-serif;
    }

	#sp-fix .tel .num span {
		font-weight: 300;
		transform: translateY( -2px );
	}

	#sp-fix .tel .note {
		font-size: 12px;
		letter-spacing: 1px;
		color: #666;
	}
}

@media screen and ( max-width: 768px ) {
    footer {
		padding: 30px 0 0;
	}

	footer .nav-wrap {
		flex-direction: column;
		margin-bottom: 30px;
	}

	footer .nav-wrap > div {
		width: 100%;
	}

	footer .nav-wrap .flex li {
		font-size: 14px;
	}

	footer .nav-wrap .sitemap {
		margin-bottom: 10px;
	}

	footer .nav-wrap .sitemap ul.flex li:nth-child( odd ) {
		width: 55%;
	}

	footer .nav-wrap .sitemap ul.flex li:nth-child( even ) {
		width: 45%;
	}

	footer .nav-wrap .course .heading-02 {
		margin-bottom: 0;
	}

	footer .nav-wrap .course ul {
		flex-direction: column;
		width: 100% !important;
	}

	footer .nav-wrap .flex li {
		margin-bottom: 12px;
	}

	footer .nav-wrap .course ul li {
		width: 100%;
		margin: 0;
		padding-bottom: 1px;
		background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/2x/border-01.png ) left bottom / 49px repeat-x;
	}

	footer .nav-wrap .flex ul:first-of-type li {
		padding-right: 0;
	}

	footer .nav-wrap .course a {
		display: block;
		padding: 11px 30px 12px 0;
		background: url( ../wp/wp-content/themes/japan-ems/assets/img/common/arrow-08.png ) right 5px center / 8px no-repeat;
	}

	footer .logo {
		font-size: 12px;
		padding-right: 20px;
		margin-bottom: 35px;
	}

	footer .logo img {
		width: 290px;
	}

	footer .copyright {
		padding: 5px 5px 65px;
	}

	footer .copyright .flex {
		justify-content: center;
        margin-bottom: 0;
	}

	footer .copyright .pp {
		display: none;
	}

	footer .copyright .copy {
		font-size: 11px;
	}

}

@media screen and ( min-width: 769px ) {
    footer .nav-wrap a:hover {
		color: #1da1f2;
	}
}


/* heading-02 */

.heading-02 {
    font-size: 16px;
	font-weight: normal;
	color: #1da1f2;
	padding-bottom: 10px;
	border-bottom: solid 1px #1da1f2;
	position: relative;
	margin: 0 10px 30px 0;
}

.heading-02::after {
	content: '';
	width: 6px;
	height: 6px;
	border: solid 2px#1da1f2;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	bottom: -5px;
}

.heading-02 .en {
	display: inline-block;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-right: 10px;
}

@media screen and ( max-width: 768px ) {
    .heading-02 {
		font-size: 13px;
		margin: 0 12px 15px 0;
		padding-bottom: 0;
		border-bottom: solid 2px #1da1f2;
	}

	.heading-02::after {
		border: solid 3px#1da1f2;
		bottom: -7px;
	}

	.heading-02 .en {
		font-size: 19px;
		letter-spacing: 1px;
		margin-right: 5px;
	}

    footer .nav-wrap .course .heading-02 {
		margin-bottom: 0;
	}
}