@charset "utf-8";
/*
Theme Name: jc-fukuoka-2023-2
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* reset */
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #223377;
}

a:active {
	text-decoration: none;
	color: #223377;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
	width: 100%;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	font-weight: 500;
}

.en {
	font-family: 'Barlow Condensed', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.bdNone {
	border: none !important;
}

.cen {
	text-align: center;
}

/* COMMON */
/* -------------------------------------------------- */
.goog-te-banner-frame {
	top: auto !important;
	bottom: 0px !important;
}

/* Youtube埋め込み */
.youtubeEmb {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtubeEmb iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* -------------------------------------------------- */
/* ローディング */
/* -------------------------------------------------- */
body.fadeout {
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

body {
	opacity: 1;
	overflow: hidden;
}

body.under {
	opacity: 1;
	overflow: auto;
}

body.loadingNone {
	overflow: auto;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20000;
	font-family: 'Asap', sans-serif;
	font-weight: 800;
	text-align: center;
	overflow: hidden;
}

#loadingLogo {
	width: 50%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	overflow: hidden;
}

#loadingLogo.home {
	opacity: 1;
}

#loadingLogo img {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0px, 200px, 0px);
	transform: translate3d(0px, 200px, 0px);
	width: 100%;
	height: auto;
}

.active #loadingLogo img {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
	transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#loading.off #loadingLogo {
	opacity: 0;
	transition: all 0.1s ease-in-out 0s;
}

#loading:after {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: -2;
	transition: all 0.7s cubic-bezier(.84, .25, .17, .89) 0.2s;
}

#loading:after {
	width: 100%;
}

#loading.off:after {
	width: 0%;
}

#loading:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: -1;
	transition: all 0.7s cubic-bezier(.84, .25, .17, .89) 0s;
}

#loading:before {
	width: 100%;
}

#loading.off:before {
	width: 0%;
}



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	#container {
		min-width: 1000px;
	}

	.sp {
		display: none !important;
	}

	.tb {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* 下層MVアニメーション */
	/* -------------------------------------------------- */
	#underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);

		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	#fv:before {
		display: block;
		width: 50%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 3;
		background-color: #223377;
	}

	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.hideTxt span {
		display: block;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 90px;
	}

	#hInner {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0 !important;
		z-index: 10000;
		background: #FFFFFF;
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#spHeader {
		display: none;
	}

	/* 上部 */
	#hTop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		height: 45px;
		background: #fff;
	}

	#hTopIn {
		padding: 6px 0 0 0;
	}

	.hTopBox {
		display: inline-block;
		padding-right: 15px;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #223377;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	#jpEn li a:hover {
		background: #223377;
		border-radius: 20px;
		color: #FFFFFF;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 13px;
		line-height: 1;
	}

	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn li {
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	#navWrap {
		width: 100%;
	}

	#headLogo {
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo a {
		height: 100%;
		display: block;
		padding: 20px;
		background: #fff;
	}

	#headLogo img {
		height: 31px;
		width: auto;
	}

	#headLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo65 img {
		height: 35px;
		width: auto;
	}

	#hSns {
		float: right;
	}

	/* FB・インスタ・JCチャンネル */
	#hTopSns {
		display: inline-block;
		padding-right: 15px;
		vertical-align: middle;
	}

	#hTopSnsfLine {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		width: 30px;
	}

	#hTopSnsfYt {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	#hTopSnsfFb {
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	#hTopSnsfIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* ナビ*/
	#hNav {
		/*		height: 30px;	*/
		line-height: 30px;
		/*
		border-top: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
*/
		position: relative;
	}

	#gNav {
		text-align: right;
		font-weight: bold;
		font-size: 1.6rem;
		letter-spacing: -0.4em;
		background: #f7f7f7;
		/*		border-bottom: 1px #999 solid;*/
	}

	#gNav>li {
		margin: 0;
		display: inline-block;
		height: 44px;
		letter-spacing: normal;
		border-right: 1px solid #FFF;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	#gNav>li:first-child {
		border-left: 1px solid #FFF;
	}

	#gNav>li>a {
		padding: 7px 39px;
		display: block;
		font-size: 1.4rem;
		color: #333;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
	}

	#gNav>li>a:hover {
		color: #000;
	}

	#gNav>li:hover::after {
		content: '';
		width: 100%;
		height: 4px;
		background: #41352d;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#burgerPc {
		text-align: center;
		letter-spacing: .4em !important;
		vertical-align: bottom;
		cursor: pointer;
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover {
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover::after {
		display: none;
	}

	#burgerPcUnit {
		display: inline-block;
		width: 31px;
		position: relative;
	}

	.burgerPcLine {
		width: 28px;
		height: 2px;
		background: #000;
		position: absolute;
		left: 2px;
		transition: all 0.3s ease-in-out 0s;
	}

	.burgerPcLine:first-child {
		top: 7px;
	}

	.burgerPcLine:nth-child(2) {
		top: 15px;
	}

	.burgerPcLine:nth-child(3) {
		top: 23px;
	}

	/* 最初のspanをマイナス45度に */
	.burgerPcLine.menuOn:first-child {
		top: 15px;
		left: 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.burgerPcLine.menuOn:nth-child(2),
	.burgerPcLine.menuOn:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#burgerPcMenu {
		color: #333;
		font-size: 0.8rem;
		letter-spacing: -.3em;
		line-height: 1;
		position: relative;
		top: 17px;
		left: 0;
	}

	.pdList {
		min-width: 100%;
		background: #FFFFFF;
		border-left: 1px #CCCCCC solid;
		border-right: 1px #CCCCCC solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pdList>li {
		min-width: 100%;
		border-bottom: 1px #CCCCCC solid;
	}

	.pdList>li a {
		background: #FFFFFF;
		display: block;
		min-width: 100%;
		padding: 8px 15px;
		line-height: 1.5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
		text-align: left;
		font-size: 1.3rem;
		overflow: visible;
	}

	.pdList>li a:hover {
		background: #eeeeee;
		color: #333;
	}

	#pdJc {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEvent {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdPublic {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdNews {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEntry {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	/* ハンバーガーメニュー */
	#spNav {
		width: 100%;
		height: 100vh;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.9);
		position: fixed;
		top: 90px;
		left: -100%;
		z-index: 10000;
	}

	.gNavSp .navTit {
		color: #fff;
	}

	.gNavSp a {
		color: #fff;
	}

	.gNavSp {
		display: inline-block;
		letter-spacing: 0;
		padding: 0 80px 60px 0;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}

	.gNavSp:last-child {
		padding: 0;
	}

	#gNavSpEvent,
	#gNavSpPublic,
	#gNavSpEn {
		padding-bottom: 40px;
	}

	#navContent {
		width: 100%;
		display: inline-block;
		letter-spacing: -.4em;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.gNavSp li {
		margin: 5px 0;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
	}

	.gNavSp li:first-child {
		font-size: 2rem;
		border-bottom: 3px solid #223377;

	}

	.gNavSp .sub:first-child {
		font-size: 1.6rem;
		border-bottom: none;
	}

	.gNavSp li a {
		transition: all 0.3s ease-in-out 0s;
	}

	.gNavSp li a:hover {
		color: #223377;
	}


	/* 下部ナビゲーション */
	#jciNav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.jciNavItem {
		width: 490px;
		letter-spacing: 0;
		padding: 0 0 15px 0;
	}

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		color: #fff;
		background: url(img/common/icon1.svg) no-repeat 98% center #223377;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}

	.jciNavItem a:hover {
		opacity: 0.7;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 2.6rem;
		font-weight: bold;
		position: relative;
		line-height: 1.2;
	}

	.tit1:after {
		content: "";
		display: block;
		height: 2px;
		width: 160px;
		background: #223377;
		background: linear-gradient(to right, #ffa199 0%, #ffa199 14.28%, #ffdb99 14.28%, #ffdb99 28.56%, #fefeaf 28.56%, #fefeaf 42.84%, #a3c6a1 42.84%, #a3c6a1 57.12%, #b4ffff 57.12%, #b4ffff 71.4%, #9d99ff 71.4%, #9d99ff 85.68%, #ce99cf 85.68%, #ce99cf 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.tit2 {
		font-size: 3.6rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.tit3 {
		margin-bottom: 20px;
	    padding-bottom: 8px;
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #222;
		border-bottom: 1px #223377 solid;
		line-height: 1.2;
	}



	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.btn1 a {
		padding: 0 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a::before {
		content: "";
		background: url(img/common/icon_key.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn1 a:hover {
		color: #fff;
		background: #223377;
	}

	.btn1 a:hover::before {
		content: "";
		background: url(img/common/icon_key_hover.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
	}

	.btn2 a {
		padding: 0 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn2 a:hover {
		opacity: 0.7;
	}

	.btn2 a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn3 {
		text-align: center;
	}

	.btn3 a {
		display: inline-block;
		min-width: 240px;
		padding: 10px 30px;
		margin: 0 auto;
		color: #fff;
		background: url(img/common/icon1.svg) 95% center no-repeat #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		text-align: center;
	}

	.btn3 a:hover {
		opacity: 0.7;
	}

	.btn4 {
		text-align: center;
	}

	.btn4 a {
		display: inline-block;
		min-width: 240px;
		padding: 20px 60px;
		margin: 0 auto;
		color: #FFF;
		background: url(img/common/icon5.svg) 95% center no-repeat #a70303;
		border-radius: 80px;
		font-size: 2rem;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		text-align: center;
		line-height: 1.2;
	}

	.btn4 .small {
		font-size: 80%
	}

	.btn4 a:hover {
		opacity: 0.7;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		font-size: 1.8rem;
	}

	.commonTxt1 {
		font-size: 1.8rem;
	}

	.commonTxt2 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}

	.commonTxt2 a:hover {
		text-decoration: none;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	footer {
		background: #fff;
	}

	#fTop {
		padding: 30px;
		margin-bottom: 17px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fTopIn {
		width: 1000px;
		margin: 0 auto;
	}

	#fLogoWrap {
		width: 430px;
		float: left;
	}

	#fLogo {
		display: inline-block;
		width: 300px;
		padding-bottom: 30px;
		vertical-align: middle;
	}

	#fLogo a {
		display: block;
	}

	#fLogo img {
		height: auto;
		width: 100%;
	}

	#fInfo {
		position: relative;
	}

	#fjcTit {
		font-size: 1.8rem;
		line-height: 1.7;
	}

	#fTopSns {
		position: absolute;
		top: 0;
		right: 0;
		letter-spacing: -.4em;
	}

	#fLine {
		margin-right: 10px;
		display: inline-block;
		width: 30px;
	}

	#fYt {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fIg {
		display: inline-block;
	}

	#fContact {
		display: inline-block;
		width: 490px;
		padding: 20px 25px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #223377;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #223377;
		background: #fff;
		letter-spacing: -.4em;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 45px;
	}

	#topEntryContact .EntryMethodItem {
		text-align: left;
	}

	.topEntryTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		color: #41352d;
		letter-spacing: 0.25em;
	}

	#fContact .topEntryTit {
		padding-bottom: 0;
	}

	.topEntrySub2 {
		display: inline-block;
		padding: 6px 10px;
		margin-bottom: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	#fContact.topEntrySub2 {
		margin-bottom: 11px;
	}

	#fContact .topEntryMethod {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 12px;
		padding: 2px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #000;
		color: #fff;
	}

	#fContact .EntryMethodType {
		display: block;
		margin-bottom: 10px;
	}

	#fContact ul.topEntryMethod li {
		display: inline-block;
	}

	#fContact ul.topEntryMethod .EntryMethodTell {
		width: auto;
		padding-bottom: 0;
	}

	.EntryMethodNumber {
		display: block;
		color: #000;
		font-size: 3.3rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.05em;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#fContact .EntryMethodNumber a {
		display: block;
		color: #000;
		font-size: 3.3rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.05em;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#fContact span.EntryMethodNumber {
		padding-bottom: 5px;
		font-size: 3.2rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 0.5;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 23px;
		margin-right: 7px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0;
	}

	.EntryMethodDetail {
		color: #333;
		font-size: 1rem;
		line-height: 1;
	}

	.EntryMethodTime {
		float: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 188px;
	}

	#fContact .topEntryMethod .EntryMethodWeb {
		width: auto;
	}

	.EntryMethodBtn {
		display: inline-block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 8px 20px 8px 40px;
		color: #fff;
		background: url(img/common/icon_guide.svg) 18px center/18px no-repeat #223377 !important;
		border-radius: 20px;
		border: none;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fContact .topEntryMethod .EntryMethodBtn a {
		background-position-x: 30px;
	}

	.topEntryMethod .EntryMethodBtn a:hover {
		color: #fff;
	}

	.EntryMethodBtn a:hover {
		opacity: 0.7;
	}

	#fMid {
		width: 1000px;
		margin: 0 auto 38px;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 2.0rem;
		line-height: 1;
		padding-bottom: 10px;
	}

	#fAddress {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#fAddress a {
		color: #223377;
	}

	#fNav {
		padding-bottom: 30px;
	}

	#fNavTop {
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
		letter-spacing: -.4em;
	}

	#fNavTop a {
		display: inline-block;
		padding: 5px 17px;
		letter-spacing: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
		background: #000;
		color: #fff;
		border-radius: 20px;
	}

	#fNavTop a:hover {
		opacity: 0.7;
	}

	.fNavList {
		font-size: 1.6rem;
		margin-bottom: 20px;
		padding: 5px 0 0 10px;
	}

	.fNavList dt {
		line-height: 1.2;
		padding-bottom: 10px;
		font-weight: bold;
	}

	.fNavList dd,
	.fNavList li {
		font-size: 1.4rem;
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}

	.fNavList dd:before {
		content: "";
		width: 6px;
		height: 6px;
		margin-right: 5px;
		background: #223377;
		border-radius: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	.fNavList dd a {
		display: inline-block;
		vertical-align: middle;
	}

	.fNavList dd a,
	.fNavList dt a {
		transition: all 0.3s ease-in-out 0s;
	}

	.fNavList dd a:hover,
	.fNavList dt a:hover {
		opacity: 0.7;
	}

	.fNavList li {
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}


	.fNavList li:before {
		content: "";
		width: 6px;
		height: 6px;
		margin-right: 5px;
		background: #223377;
		border-radius: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	.fNavList li a {
		display: inline-block;
		vertical-align: middle;
	}

	.fNavBox {
		width: 260px;
		float: left;
		padding-right: 10px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fNavBox:first-child {
		width: 330px;
	}

	.fNavBox:last-child {
		width: 150px;
		padding-right: 0;
	}

	.outLink:after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(img/common/out_link_icon_gold.png) 0 0 no-repeat;
	}

	#copy {
		padding: 0 0 50px;
		text-align: center;
	}

	#pagetopArea {
		text-align: center;
	}

	#pagetopArea a {
		display: block;
		background: #000;
		padding: 15px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		vertical-align: middle;
	}

	.bold {
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 1000px;
		margin: 0 auto;
	}

	.singleColum {
		padding: 100px 0;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 50px;
	}

	#fv {
		width: 100%;
		height: 350px;
		padding-bottom: 8 0px;
		background: #223377;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	#fv::after {
		content: "";
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
	}

	#underMainTit {
		width: 45%;
		padding: 40px;
		font-size: 2.4rem;
		color: #333;
		font-weight: bold;
		text-align: left;
		line-height: 1.2;
		background: #fff;
		letter-spacing: 0.2em;
	}

	#subTit {
		font-size: 1.4rem;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #223377;
	}

	/* パンくず */
	#bc {
		padding: 14px 0 14px 40px;
		text-align: left;
		background: #f1f1f1;
	}

	#bc ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	#bc li {
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon2.svg) left center no-repeat;
		color: #333;
		font-weight: bold;
		font-size: 1.2rem;
	}

	#bc li:first-child {
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#bc li a {
		font-size: 1.2rem;
		color: #333;
		transition: all 0.3s ease-in-out 0s;
	}

	#bc li a:hover {
		color: #333;
		text-decoration: underline;
	}

	#bc li img {
		display: block;
		line-height: 1;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #223377;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

@media only screen and (max-width:1430px) {
	#gNav>li {
		padding: 0;
	}

	#gNav>li a {
		padding: 7px 8px;
	}

	#gNav #burgerPc {
		padding: 0 2px;
		cursor: pointer;
	}

	#hTopSnsfJc {
		margin-right: 0;
	}

	#hTopSnsfFb {
		margin-right: 0;
	}

	#hNav .pdList li a {
		padding: 8px 10px;
	}

	#headLogo img {
		height: 27px;
		width: auto;
	}

	#headLogo a {
		padding: 0 20px;
	}

}

@media only screen and (min-width: 1024px) and (max-width:1180px) {
	header .btn1 a {
		padding: 0 10px;
		font-size: 1.3rem;
	}

	header .btn2 a {
		padding: 0 10px;
		font-size: 1.3rem;
	}
}

/* PCここまで*/
/* -------------------------------------------------- */

/* IEハック */
@media all and (-ms-high-contrast:none)and (min-width: 1024px) {
	.pdList li a {
		padding: 11px 20px 5px;
	}

}


@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* 下層MVアニメーション */
	/* -------------------------------------------------- */
	#underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);

		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}


	#fv:before {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 11;
		background-color: #223377;
	}


	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
	}

	#spNav {
		background: #FFF;
	}

	/* 上部 */
	#hTop {
		text-align: center;
		background: #000;
	}

	#hTopIn {
		padding: 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #223377;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}

	#hBtn li {
		width: 100%;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#gijoBtn {
		padding-bottom: 10px;
	}

	#loginBtn {
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block !important;
		cursor: pointer;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.sub {
		background: #f1f1f1;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		display: block;
		padding: 12px 3% 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#spHeadLogo img {
		height: 20px;
		width: auto;
	}

	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	#spNavSns {
		display: block !important;
		text-align: center;
		padding: 10px 0;
	}

	#spNavSnsIn {
		display: inline-block;
	}

	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		border-bottom: none;
	}

	#spNavSnsIn li img {
		width: 30px;
		height: 30px;
	}

	#spFjc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.jciNavItem {
		display: inline-block;
		width: 49%;
		letter-spacing: 0;
		padding: 0 0 10px 0;
	}

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

	.jciNavItem:last-child {
		padding-bottom: 0;
	}

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		color: #fff;
		background: url(img/common/icon1.svg) no-repeat 98% center #223377;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 2rem;
		font-weight: bold;
		position: relative;
		line-height: 1.2;
	}

	.tit1:after {
		content: "";
		display: block;
		height: 1px;
		width: 60px;
		background: #223377;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.tit2 {
		font-size: 2.4rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.tit3 {
		margin-bottom: 20px;
		font-size: 2.2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #222;
		border-bottom: 1px #223377 solid;
		line-height: 1.2;
		padding-bottom: 3px;
	}



	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.btn1 a {
		padding: 0 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a::before {
		content: "";
		background: url(img/common/icon_key.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn1 a:hover {
		color: #000;
		background: #223377;
	}

	.btn1 a:hover::before {
		content: "";
		background: url(img/common/icon_key_hover.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
	}

	.btn2 a {
		padding: 0 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #000;
		background: #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn2 a:hover {
		opacity: 0.7;
	}

	.btn2 a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn3 {
		text-align: center;
	}

	.btn3 a {
		display: inline-block;
		min-width: 240px;
		padding: 10px 30px;
		margin: 0 auto;
		color: #fff;
		background: url(img/common/icon1.svg) 95% center no-repeat #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		text-align: center;
	}

	.btn3 a:hover {
		opacity: 0.7;
	}

	.btn4 {
		text-align: center;
	}

	.btn4 a {
		display: inline-block;
		min-width: 240px;
		padding: 20px 60px;
		margin: 0 auto;
		color: #FFF;
		background: url(img/common/icon5.svg) 95% center no-repeat #a70303;
		border-radius: 80px;
		font-size: 2rem;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		text-align: center;
		line-height: 1.2;
	}

	.btn4 .small {
		font-size: 80%
	}

	.btn4 a:hover {
		opacity: 0.7;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
		padding-bottom: 20px;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 26px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fInfo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	#fjcTit {
		display: inline-block;
	}

	#fAddress {
		display: inline-block;
		text-align: left;
	}

	#fTopSns {
		display: inline-block;
	}

	#fLine {
		margin-right: 10px;
		display: inline-block;
		width: 30px;
	}

	#fYt {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb img {
		width: 30px;
		height: 30px;
	}

	#fIg {
		display: inline-block;
	}

	#fIg img {
		width: 29px;
		height: 29px;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #223377;
		background: #fff;
	}

	#topEntryContact {
		padding: 10px;
		text-align: center;
		border: 1px solid #223377;
		background: #fff;
		letter-spacing: -.4em;
	}

	.topEntryTit {
		padding-bottom: 6px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #41352d;
		letter-spacing: 0.25em;
		line-height: 1.4;
	}

	.topEntrySub2 {
		display: block;
		padding: 5px;
		margin-bottom: 8px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	.topEntryMethod {
		display: block;
		width: 100%;
		text-align: left;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 5px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #000;
		color: #fff;
	}

	.topEntryMethod .EntryMethodTell {
		width: 100%;
		padding-bottom: 8px;
	}

	.EntryMethodNumber {
		display: block;
		font-size: 4rem;
		color: #000;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.06em;
		padding-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
	}

	.topEntryMethod .EntryMethodNumber a {
		border: none;
		background: none;
		color: #000;
		font-size: 4rem;
		text-align: center;
		line-height: 0.8;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 23px;
		margin-right: 7px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0;
	}

	.EntryMethodDetail {
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}

	.EntryMethodTime {}

	.topEntryMethod .EntryMethodWeb {
		width: 100%;
	}

	.EntryMethodBtn {
		display: block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding: 10px 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #223377;
		border-radius: 60px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.topEntryMethod .EntryMethodBtn a:hover {
		opacity: 0.7;
	}

	.topEntryMethod .EntryMethodBtn a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}


	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		width: 100%;
	}

	#pagetopArea a {
		display: block;
		background: #333333;
		background: rgba(0, 0, 0, 0.9);
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
		text-align: center;
	}

	#pagetopArea a img {
		width: 25px;
		height: auto;
		vertical-align: middle;
	}


	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 50px auto;
	}

	.singleColum {
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
		height: 350px;
		padding-bottom: 8 0px;
		background: #223377;
		position: relative;
	}

	#fv::after {
		content: "";
		width: 100%;
		height: 260px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}

	#underMainTit {
		width: calc(100% - 20px);
		height: 70px;
		padding: 0 30px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-align: left;
		line-height: 1.2;
		background: #223377;
		letter-spacing: 0.2em;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 20;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	.hideTxt span {
		display: block;
	}

	#subTit {
		font-size: 1.4rem;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #FFF;
	}



	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f1f1f1;
	}

	#bc ul {
		display: inline-block;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon2.svg) left center no-repeat;
		background-size: 6px;
		color: #333;
		font-weight: bold;
		font-size: 1.2rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 16px;
	}

	#home img {
		width: 100%;
		vertical-align: top;
	}

	#bc li a {
		color: #333;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 13px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #000;
		background-color: #223377;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

/* タブレットここまで*/
/* -------------------------------------------------- */



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

	/* （スマートフォン用）の記述 */
	.pc {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* 下層MVアニメーション */
	/* -------------------------------------------------- */
	#underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);

		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	#fv:before {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 11;
		background-color: #223377;
	}

	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
	}

	#spNav {
		background: #FFF;
	}

	/* 上部 */
	#hTop {
		text-align: center;
		/*		background: #000;*/
	}

	#hTopIn {
		padding: 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #223377;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}

	#hBtn li {
		width: 100%;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#gijoBtn {
		padding-bottom: 10px;
	}

	#loginBtn {
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block;
		cursor: pointer;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.sub {
		background: #f1f1f1;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		display: block;
		padding: 12px 3% 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#spHeadLogo img {
		height: 20px;
		width: auto;
	}

	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	#spNavSns {
		text-align: center;
		padding: 10px 0;
	}

	#spNavSnsIn {
		display: inline-block;
	}

	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		border-bottom: none;
	}

	#spNavSnsIn li img {
		width: 30px;
		height: 30px;
	}

	#spFjc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	/* 下部ナビゲーション */

	.jciNavItem {
		width: 100%;
		letter-spacing: 0;
		padding: 0 0 10px 0;
	}

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		color: #fff;
		background: url(img/common/icon1.svg) no-repeat 98% center #223377;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}


	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 2rem;
		font-weight: bold;
		position: relative;
		line-height: 1.2;
	}

	.tit1:after {
		content: "";
		display: block;
		height: 1px;
		width: 60px;
		background: #223377;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.tit2 {
		font-size: 2.2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.tit3 {
		margin-bottom: 20px;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #222;
		border-bottom: 1px #223377 solid;
		line-height: 1.2;
		padding-bottom: 3px;
	}



	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.btn1 a {
		padding: 0 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a::before {
		content: "";
		background: url(img/common/icon_key.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a:hover {
		color: #000;
		background: #223377;
	}

	.btn1 a:hover::before {
		content: "";
		background: url(img/common/icon_key_hover.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
	}

	.btn2 a {
		padding: 0 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #FFF;
		background: #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn2 a:hover {
		opacity: 0.7;
	}

	.btn2 a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn3 {
		text-align: center;
	}

	.btn3 a {
		display: inline-block;
		min-width: 240px;
		padding: 10px 30px;
		margin: 0 auto;
		color: #fff;
		background: url(img/common/icon1.svg) 95% center no-repeat #223377;
		border-radius: 20px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		text-align: center;
	}

	.btn3 a:hover {
		opacity: 0.7;
	}

	.btn4 {
		text-align: center;
	}

	.btn4 a {
		display: inline-block;
		padding: 20px 60px;
		margin: 0 auto;
		color: #FFF;
		background: url(img/common/icon5.svg) 95% center no-repeat #a70303;
		border-radius: 80px;
		font-size: 1.6rem;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		text-align: center;
		line-height: 1.2;
	}

	.btn4 .small {
		font-size: 80%
	}

	.btn4 a:hover {
		opacity: 0.7;
	}


	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
		padding-bottom: 20px;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 26px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fInfo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	#fjcTit {
		display: inline-block;
	}

	#fAddress {
		display: inline-block;
		text-align: left;
	}

	#fTopSns {
		display: inline-block;
	}

	#fLine {
		margin-right: 10px;
		display: inline-block;
		width: 30px;
	}

	#fYt {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb img {
		width: 30px;
		height: 30px;
	}

	#fIg {
		display: inline-block;
	}

	#fIg img {
		width: 29px;
		height: 29px;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #223377;
		background: #fff;
	}

	#topEntryContact {
		padding: 10px;
		text-align: center;
		border: 1px solid #223377;
		background: #fff;
		letter-spacing: -.4em;
	}

	.topEntryTit {
		padding-bottom: 6px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #41352d;
		letter-spacing: 0.25em;
		line-height: 1.4;
	}

	.topEntrySub2 {
		display: block;
		padding: 5px;
		margin-bottom: 8px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	.topEntryMethod {
		display: block;
		width: 100%;
		text-align: left;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 5px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #000;
		color: #fff;
	}

	.topEntryMethod .EntryMethodTell {
		width: 100%;
		padding-bottom: 8px;
	}

	.EntryMethodNumber {
		display: block;
		font-size: 4rem;
		color: #000;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.06em;
		padding-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
	}

	.topEntryMethod .EntryMethodNumber a {
		border: none;
		background: none;
		color: #000;
		font-size: 4rem;
		text-align: center;
		line-height: 0.8;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 23px;
		margin-right: 7px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0;
	}

	.EntryMethodDetail {
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}

	.EntryMethodTime {}

	.topEntryMethod .EntryMethodWeb {
		width: 100%;
	}

	.EntryMethodBtn {
		display: block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding: 10px 30px;
		border: 2px solid #223377;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #223377;
		border-radius: 60px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.topEntryMethod .EntryMethodBtn a:hover {
		opacity: 0.7;
	}

	.topEntryMethod .EntryMethodBtn a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}


	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		width: 100%;
	}

	#pagetopArea a {
		display: block;
		background: #333333;
		background: rgba(0, 0, 0, 0.9);
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
		text-align: center;
	}

	#pagetopArea a img {
		width: 25px;
		height: auto;
		vertical-align: middle;
	}


	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 50px auto;
	}

	.singleColum {
		margin-bottom: 50px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
		height: 260px;
		padding-bottom: 8 0px;
		background: #f1f1f1;
		position: relative;
	}

	#fv::after {
		content: "";
		width: 100%;
		height: 170px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}

	#underMainTit {
		width: calc(100% - 20px);
		height: 70px;
		padding: 0 30px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-align: left;
		line-height: 1.2;
		background: #223377;
		letter-spacing: 0.2em;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 20;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;

	}

	.hideTxt span {
		display: block;
		line-height: 1.5;
	}

	#subTit {
		font-size: 1.1rem;
		letter-spacing: 0;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #FFF;
	}



	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f1f1f1;
	}

	#bc ul {
		display: inline-block;
		line-height: 1.1;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon2.svg) left center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		color: #333;
		font-weight: bold;
		font-size: 1rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 12px;
	}

	#home img {
		width: 100%;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 20px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	#bc li a {
		color: #333;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #223377;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}
	
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	.topEntrySub2 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#underMainTit span {
		letter-spacing: 0.1em;
	}

	#underMainTit {
		font-size: 2.0rem;
	}
}

/* SPここまで*/
/* -------------------------------------------------- */
@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(img/mv/mv_member.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* メンバー紹介一覧ページ */
	#membercontents {
		padding: 50px 0 100px;
		margin-bottom: 0;
	}

	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.memItem {
		display: inline-block;
		width: 32%;
		padding-bottom: 20px;
		letter-spacing: 0;
		vertical-align: top;
		position: relative;
	}

	.memItem a {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.memItem a:hover {
		opacity: 0.7;
	}

	.memItem:nth-last-child(-n+4) {
		margin-bottom: 0;
	}

	.memPhoto {
		width: 100%;
		height: 210px;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.meminfo {
		width: 100%;
		background: #000;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #0068b7;
	}

	.memBelongs {
		display: inline-block;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #fff;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		letter-spacing: -.4em;
	}

	.memInfoBottomInner {
		display: flex;
	    justify-content: space-between;
		letter-spacing: 0;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
		text-align: left;
	}

	.memName {
		display: table;
		text-align: right;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0;
	}

	.memInner {
		display: table-cell;
		vertical-align: middle;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 25px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	/* メンバー紹介詳細ページ */
	#memberDetail {
		padding: 70px 100px;
	}

	#profile2020 {
		letter-spacing: -.4em;
		padding-bottom: 60px;
	}

	#profilePhoto {
		display: inline-block;
		width: 510px;
		height: 330px;
		overflow: hidden;
		vertical-align: top;
		letter-spacing: 0;
	}

	#profilePhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#profileRight {
		display: inline-block;
		width: 490px;
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: 0;
		vertical-align: top;
	}

	#profileNameArea {
		padding-bottom: 20px;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 2.7rem;
	}

	#profileNameTit {
		letter-spacing: 0;
		padding-right: 35px;
		font-weight: 500;
	}

	#profileTit {
		display: inline-block;
		letter-spacing: 0;
		padding-right: 35px;
		font-weight: 500;
	}

	#profileNameEn {
		font-size: 1.3rem;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#profileTableWrap {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: flex;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#profileTable {
		width: 410px;
		margin: 0 auto;
	}

	#profileTable tr {
		padding: 25px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	#profileTable tr:last-child {
		border-bottom: none;
	}

	.profileTopic {
		width: 110px;
		text-align: right;
		font-weight: 600;
		padding: 25px 0;
	}

	.profileDetail {
		width: 300px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px 0 25px 30px;
	}

	.memInterItem {
		padding-bottom: 60px;
	}

	.memInterTit {
		padding: 20px;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: 600;
		color: #fff;
		background: #000;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		display: block;
		max-width: 100%;
		height: auto;
		padding-bottom: 20px;
	}

	.memInterPhoto {
		width: 1000px;
		height: 630px;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.memInterPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fromAnotherMem {
		width: 100%;
		padding: 35px;
		margin-bottom: 60px;
		border: 1px solid #999;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#AnotherMemTit {
		padding-bottom: 25px;
		font-size: 2.8rem;
		line-height: 1;
		font-weight: 500;
	}

	#AnotherMemBox {
		width: 100%;
		padding: 30px 0;
		margin-bottom: 20px;
		background: #f8f7f4;
		text-align: center;
		letter-spacing: -.4em;
	}

	.AnotherMemPerson {
		display: inline-block;
		letter-spacing: 0;
	}

	#AnotherMemLeft {
		padding-right: 100px;
		background: url(img/member/member_arrow.png) no-repeat right 32px center;
	}

	.AnotherMemSumb {
		width: 55px;
		height: 55px;
		padding-right: 15px;
		float: left;
	}

	.AnotherMemSumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.AnotherMemInfo {
		float: right;
	}

	.AnotherMemBelongs {
		font-size: 1.7rem;
		text-align: left;
	}

	.AnotherMemName {
		font-size: 2.7rem;
		line-height: 1;
	}

	.AnotherMemSan {
		font-size: 1.8rem;
	}

	#AnotherMemTxt {
		font-size: 1.4rem;
	}

	#memberDetail .commonBtn1 {
		text-align: center;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(img/mv/mv_member.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* メンバー紹介一覧ページ */

	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-bottom: 20px;
	}

	.memItem {
		display: inline-block;
		width: 49%;
		margin-bottom: 30px;
		letter-spacing: 0;
		position: relative;
	}

	.memItem a {
		display: block;
	}

	.memItem:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.memPhoto {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.meminfo {
		width: 100%;
		background: #f1f1f1;
		margin: -50px auto 0;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #0068b7;
	}

	.memBelongs {
		display: inline-block;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #999;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
	}

	.memName {
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 25px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	#voiceLink {
		border-radius: 5px;
	}

	/* メンバー紹介詳細ページ */
	#profile2020 {
		letter-spacing: -.4em;
		padding-bottom: 30px;
	}

	#profilePhoto {
		display: inline-block;
		width: 51%;
		height: 360px;
		overflow: hidden;
		vertical-align: top;
		letter-spacing: 0;
	}

	#profilePhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#profileRight {
		display: inline-block;
		width: 49%;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: 0;
		vertical-align: top;
	}

	#profileNameArea {
		padding-bottom: 20px;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 2.7rem;
	}

	#profileNameTit {
		letter-spacing: 0;
		padding-right: 35px;
		vertical-align: top;
		font-weight: 500;
	}

	#profileTit {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
		font-weight: 500;
	}

	#profileNameJa {
		display: block;
		padding-bottom: 10px;
	}

	#profileNameEn {
		display: block;
		font-size: 1.3rem;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#profileTableWrap {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: flex;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#profileTable {
		width: 90%;
		margin: 0 auto;
	}

	#profileTable tr {
		padding-bottom: 25px;
		border-bottom: 1px solid #e5e5e5;
	}

	#profileTable tr:last-child {
		border-bottom: none;
	}

	.profileTopic {
		width: 28%;
		text-align: right;
		font-weight: 600;
		padding: 20px 0;
	}

	.profileDetail {
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 20px 20px;
	}

	#profileYear {
		padding-top: 10px;
	}

	#profileBelongs,
	#profileYear {
		padding-bottom: 10px;
	}

	#profileCompany {
		padding: 10px 0;
		line-height: 1.4;
	}

	.memInterItem {
		padding-bottom: 30px;
	}

	.memInterTit {
		padding: 20px;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: 600;
		color: #fff;
		background: #000;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		width: 100%;
		height: auto;
		display: block;
		padding-bottom: 10px;
	}

	.memInterPhoto {
		width: 100%;
		height: 460px;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.memInterPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fromAnotherMem {
		width: 100%;
		padding: 35px;
		margin-bottom: 30px;
		border: 1px solid #999;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#AnotherMemTit {
		padding-bottom: 25px;
		font-size: 2.8rem;
		line-height: 1;
		font-weight: 500;
	}

	#AnotherMemBox {
		width: 100%;
		padding: 30px 0;
		margin-bottom: 20px;
		background: #f8f7f4;
		text-align: center;
		letter-spacing: -.4em;
	}

	.AnotherMemPerson {
		display: inline-block;
		letter-spacing: 0;
	}

	#AnotherMemLeft {
		padding-right: 100px;
		background: url(img/member/member_arrow.png) no-repeat right 32px center;
	}

	.AnotherMemSumb {
		width: 55px;
		height: 55px;
		padding-right: 15px;
		float: left;
	}

	.AnotherMemSumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.AnotherMemInfo {
		float: right;
	}

	.AnotherMemBelongs {
		font-size: 1.7rem;
		text-align: left;
	}

	.AnotherMemName {
		font-size: 2.7rem;
		line-height: 1;
	}

	.AnotherMemSan {
		font-size: 1.8rem;
	}

	#AnotherMemTxt {
		font-size: 1.4rem;
	}

	#memberDetail .commonBtn1 {
		text-align: center;
	}

	#memberDetail .commonBtn1 a {
		background-color: #999;
	}

}

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

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(img/mv/mv_member.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* メンバー紹介一覧ページ */
	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.memItem {
		display: inline-block;
		width: 49%;
		margin-bottom: 20px;
		letter-spacing: 0;
		position: relative;
	}

	.memItem a {
		display: block;
	}

	.memItem:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.memPhoto {
		width: 100%;
		height: 30vw;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfo {
		width: 100%;
		background: #000;
		margin: 0 auto;
	}

	.memCareer {
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #0068b7;
	}

	.memBelongs {
		padding-bottom: 5px;
		display: block;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.memyear {
		display: block;
		padding: 0 10px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: 0;
		border: 1px solid #999;
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		display: table-cell;
		width: 100%;
		text-align: left;
		vertical-align: middle;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.memName {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 10px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	#voiceLink {
		border-radius: 5px;
	}

	/* メンバー紹介詳細ページ */
	#memberDetail {}

	#profile2020 {
		letter-spacing: -.4em;
		padding-bottom: 40px;
	}

	#profilePhoto {
		display: inline-block;
		width: 100%;
		height: 190px;
		padding-bottom: 10px;
		overflow: hidden;
		vertical-align: top;
		letter-spacing: 0;
	}

	#profilePhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#profileRight {
		display: inline-block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: 0;
		vertical-align: top;
	}

	#profileNameArea {
		padding-bottom: 10px;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 2rem;
	}

	#profileNameTit {
		letter-spacing: 0;
		padding-right: 35px;
		vertical-align: top;
		font-weight: 500;
	}

	#profileTit {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
		font-weight: 500;
	}

	#profileNameJa {
		display: block;
		padding-bottom: 5px;
	}

	#profileNameEn {
		font-size: 1.2rem;
		display: block;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#profileTableWrap {
		width: 100%;
		padding: 20px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#profileTable {
		width: 93%;
		margin: 0 auto;
	}

	#profileTable tr {
		padding-bottom: 25px;
		border-bottom: 1px solid #e5e5e5;
	}

	#profileTable tr:last-child {
		border-bottom: none;
	}

	.profileTopic {
		width: 30%;
		text-align: right;
		font-weight: 600;
		padding: 20px 0;
	}

	.profileDetail {
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 20px 20px;
		line-height: 1.4;
	}

	.memInterItem {
		padding-bottom: 40px;
	}

	.memInterTit {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 600;
		color: #fff;
		background: #000;
		line-height: 1.2;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}

	.memInterPhoto {
		width: 100%;
		height: 250px;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.memInterPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fromAnotherMem {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
		border: 1px solid #999;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#AnotherMemTit {
		padding-bottom: 10px;
		font-size: 2rem;
		line-height: 1;
		font-weight: 500;
	}

	#AnotherMemBox {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 20px;
		background: #f8f7f4;
		text-align: center;
		letter-spacing: -.4em;
	}

	.AnotherMemPerson {
		display: inline-block;
		letter-spacing: 0;
	}

	#AnotherMemLeft {
		padding: 0 15% 40px;
		background: url(img/member/sp/member_arrow_sp.png) no-repeat center bottom;
		background-size: 20px;
	}

	.AnotherMemSumb {
		width: 55px;
		height: 55px;
		padding-right: 10px;
		float: left;
	}

	.AnotherMemSumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.AnotherMemInfo {
		float: right;
	}

	.AnotherMemBelongs {
		font-size: 1.2rem;
		text-align: left;
	}

	.AnotherMemName {
		font-size: 1.8rem;
		line-height: 1;
	}

	.AnotherMemSan {
		font-size: 1.8rem;
	}

	#AnotherMemTxt {
		font-size: 1.4rem;
	}

	#memberDetail .commonBtn1 {
		text-align: center;
		border-radius: 5px;
	}

	#memberDetail .commonBtn1 a {
		background-color: #999;
	}

}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	#AnotherMemTit {
		padding-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1;
	}
}