@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #111111;
	text-decoration: none;
}
a:visited {
	color: #111111;
}
a:hover {
	color: #111111;
}
a:active {
	color: #111111;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #111111;
	font-size: 1.6rem;
	line-height: 1.875;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll !important;
}
#container {
	text-align: left;
}
#main {
	display: block;
	background: url(../img/common/bg.png) no-repeat top 100px center / 100%;
	padding-top:120px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		background: none;
		padding-top:80px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	z-index: 1000;
	margin: 0 auto;
	background: #000;
	text-align: center;
	width: 100%;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	margin: -2px 0 0 4px;
	width: 239px;
}
.menuBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hBox .link {
	margin-left: 37px;
}
#gHeader .hBox .link a {
	width: 180px;
	padding: 44px 10px;
	display: block;
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	text-align: center;font-weight: bold;
	box-sizing: border-box;
	background-color: #ffff22;
}
#gHeader .hBox .link a:hover {
	opacity: 0.7;
}
#gHeader #gNavi {
	margin-top: 2px;
}
#gHeader #gNavi li {
	margin-left: 18px;
	display: inline-block;
}
#gHeader #gNavi li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.055em;
}
#gHeader #gNavi li a:hover {
	opacity: 0.7;
}

.menu2 {
	list-style-type:none;
	z-index: 1000;
}
.menu2 > li {
	display:inline-block;
	position:relative;
}
.menu2 > li > ul {
	display:none;
}
.menu2 > li:hover ul {
	display:block;
	position:absolute;
	padding:5px 20px 5px 0;
	margin:0;
	left:-10;
	list-style-type:none;
	min-width: 130px;
	border:1px solid gray;
	z-index: 1000;
	background: #000;
}
@media all and (min-width: 897px) and (max-width: 1210px) {
	#gHeader .logo {
		width: 158px;
	}
	#gHeader .hBox .link {
		margin-left: 20px;
	}
	#gHeader .hBox .link a {
		width: 140px;
	}
	#gHeader #gNavi li {
		margin-left: 15px;
		display: inline-block;
	}
	#gHeader #gNavi li a {
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		padding: 20px;
		box-sizing: border-box;
	}
	#gHeader .hBox {
		margin: 0 auto;
		max-width: inherit;
		display: block;
	}
	#gHeader .logo {
		margin: 0;
		width: 200px;
	}
	.menu {
		cursor: pointer;
		width: 30px;
		height: 14px;
		z-index: 1009;
		transition: .3s;
		position: absolute;
		top: 30px;
		right: 20px;
	}
	.menu span {
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #ffff22;
		border-radius: 0;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 6px;
	}
	.menu span:nth-of-type(3) {
		top: 12px;
	}
	.menu.on {
		width: 38px;
		height: 31px;
		top: 21px;
		right: 16px;
	}
	.menu.on span {
		left: 4px;
	}
	.menu.on span:nth-of-type(1) {
		top: 15px;
		transform: rotate(-46deg);
	}
	.menu.on span:nth-of-type(2) {
		top: 15px;
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		top: 15px;
		transform: rotate(46deg);
	}
	.menuBox {
		padding: 30px 50px;
		display: none;
		position: fixed;
		top: 0;
		height: 100vh;
		overflow-y: auto;
		left: 0;
		right: 0;
		z-index: 100;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.75);
	}
	.menuBox #gNavi {
		margin-bottom: 37px;
	}
	.menuBox #gNavi li {
		margin-bottom: 19px;
	}
	.menuBox #gNavi li a {
		display: block;
		font-size: 1.6rem;
		font-weight: 500;
		color: #494E54;
	}
	#gHeader #gNavi li {
		margin: 0 0 20px;
		display: block;
		text-align: center;
	}
	#gHeader .hBox .link {
		margin-left: 0;
	}
	#gHeader .hBox .link a {
		width: 100%;
		padding: 16px 10px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #333333;
	padding: 54px 20px 0;
	box-sizing: border-box;
	margin-top:100px;
}
#gFooter .fBox {
	margin: 0 auto 60px;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gFooter .fBox .linkUl {
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .linkUl li {
	margin-right: 20px;
	width: 40px;
}
#gFooter .fBox .linkUl li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fNavi li {
	margin-left: 27px;
	display: inline-block;
}
#gFooter .fBox .fNavi a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
#gFooter .fBox .fNavi a:hover {
	opacity: 0.7;
}
#gFooter address {
	margin: 0 -20px;
	padding: 30px 20px 30px;
	color: #fff;
	font-style: normal;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	background-color: #000;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		margin: 0 auto 30px;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .linkUl {
		margin: -10px auto 30px;
		justify-content: center;
	}
	#gFooter .fBox .fNavi li {
		margin: 10px 5px 0;
		display: inline-block;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.mainVisual .mainImg {
	margin-left: 58px;
	width: calc(50% + 200px);
}
.mainVisual .mainImg img {
	width: 100%;
}
.mainVisual .textBox {
	min-width: 340px;
}
.mainVisual .scroll {
	position: absolute;
	width: 41px;
	bottom: -172px;
	left: 6.8%;
	z-index: 10;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1270px) {
	.mainVisual .textBox {
		padding-left: 20px;
	}
}
@media all and (min-width: 897px) and (max-width: 1538px) {
	.mainVisual .scroll {
		bottom: -160px;
		left: 2.8%;
		width: 30px;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 60px;
		display: block;
	}
	.mainVisual .textBox {
		min-width: inherit;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.mainVisual .mainImg {
		margin-left: 0;
		width: auto;
	}
	.mainVisual .scroll {
		bottom: -34px;
		width: 20px;
	}

}
.headLine01 {
	margin-bottom: 68px;
	padding-left: 41px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.05em;
	position: relative;
}
.headLine01::before {
	position: absolute;
	top: 0;
	bottom: -11px;
	left: -1px;
	width: 14px;
	content: '';
	background-color: #ffff22;
}
.headLine02 {
	padding-bottom: 17px;
	margin-bottom: 21px;
	color: #111111;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.headLine02::after {
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background-color: #e3007f;
}
.headLine03 {
	color: #ffff22;
	font-size: 9.9rem;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin-top: 66px;
	letter-spacing: -0.05em;
}
.headLine05 {
	margin-bottom: 71px;
	color: #000;
	font-size: 11rem;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	letter-spacing: -0.05em;
	line-height: 1.1;
	text-align: center;
}
.headLine06 {
	margin-bottom: 20px;
	padding: 4px 10px;
	color: #FFF;
	font-size: 1.8rem;
	background-color: #333;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 40px;
		padding-left: 24px;
		font-size: 2.4rem;
	}
	.headLine01::before {
		bottom: -10px;
		left: -1px;
		width: 9px;
	}
	.headLine03 {
		margin-top: 0;
		font-size: 5.6rem;
		text-align: center;
	}
	.headLine05 {
		font-size: 5rem;
		margin-bottom: 65px;
	}
}
.pageTitle {
	margin: 0 auto 162px;
	max-width: 1206px;
	width: 80%;
}
.pageTitle li {
	margin-right: 3px;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.12em;
}
.pageTitle li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: 0 20px 80px;
		max-width: inherit;
	}
	.pageTitle li {
		font-size: 1.4rem;
	}
}
.content {
	margin: 0 auto;
	max-width: 1202px;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit;
	}
}
.contactBox {
	margin-top: 371px;
	padding: 49px 20px 66px;
	box-sizing: border-box;
	background-color: #fafafa;
}
.contactBox .linkUl {
	margin: 0 auto;
	max-width: 1070px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contactBox .linkUl li {
	width: 46.73%;
	text-align: center;
}
.contactBox .linkUl li p {
	margin-bottom: 8px;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
}
.contactBox .linkUl li p span {
	font-size: 2.4rem;
	font-weight: bold;
}
.contactBox .linkUl .btn a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	background-color: #e3007f;
	padding: 16px 10px 17px;
	box-sizing: border-box;
	height: 90px;
}
.contactBox .linkUl .btn a:hover {
	opacity: 0.7;
}
.contactBox .linkUl .btn a span {
	font-size: 3.2rem;
}
.contactBox .linkUl .btn a small {
	margin-top: 12px;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.contactBox .linkUl .link a {
	padding: 20px 35px;
	background: #E3007F url(../img/common/arrow.png) no-repeat center right 24px / 10px;
}
.contactBox .linkUl .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.contactBox {
		margin-top: 180px;
	}
	.contactBox .linkUl {
		margin-top: -30px;
		max-width: inherit;
		display: block;
	}
	.contactBox .linkUl li {
		margin-top: 30px;
		width: auto;
	}
	.contactBox .linkUl li p {
		font-size: 1.6rem;
	}
	.contactBox .linkUl li p span {
		font-size: 1.8rem;
	}
	.contactBox .linkUl .btn a { 
		font-size: 1.8rem;
		height: 80px;
	}
	.contactBox .linkUl .btn a span {
		font-size: 2.5rem;
	}
	.contactBox .linkUl .btn a small {
		margin-top: 8px;
	}
	.contactBox .linkUl .link a {
		padding: 20px 30px;
		background-position: center right 15px;
	}
}
.comBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media all and (max-width: 896px) {
	.comBox {
		display: block;
	}	
}
.comBtn a {
	width: 340px;
	padding: 14px 10px;
	display: block;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.09em;
	text-align: center;
	box-sizing: border-box;
	background-color: #000;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 100%;
		font-size: 2rem;
		max-width: 300px;
		margin: 0 auto;
	}
}
#conts {
	flex: 1;
}
#conts .headLine01 {
	margin-bottom: 56px;
}
#conts .hTxt {
	line-height: 1.5;
}
#conts .headLine01 small {
	margin-top: 2px;
	display: block;
	font-size: 1.7rem;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}
#conts .photoBox {
	margin-bottom: 42px;
	position: relative;
}
#conts .photoBox .img {
	width: 100%;
	height: 387px;
	overflow: hidden;
}
#conts .photoBox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	#conts .photoBox .img {
		height: 24.2vw;
	}
}
#conts .photoBox p {
	padding: 25px 23px 31px;
	width: 482px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #4E4D4D;
}
#conts .photoBox p small {
	margin-top: 12px;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
}
#conts .photoBox p span {
	font-weight: normal;
	font-size: 2.2rem;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	margin-left: 8px;
	letter-spacing: 0;
}
#conts h3 {
	margin-bottom: 28px;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#conts > p {
	margin-bottom: 47px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#conts .tableB {
	margin-bottom: 89px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
#conts .tableB th,
#conts .tableB td {
	padding: 16px 29px 17px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
}
#conts .tableB th {
	padding: 16px 20px 17px;
	text-align: left;
	width: 23.4%;
	background-color: #FAFAFA;
	border-right: 1px solid #CCCCCC;
}
.pageNavi {
	max-width: 360px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageNavi li {
	width: 170px;
}
.pageNavi li a {
	padding: 18px 10px 19px;
	color: #fff;
	font-size: 2.3rem;
	text-align: center;
	display: block;
	box-sizing: border-box;
	background-color: #000;
}
.pageNavi li a:hover {
	opacity: 0.7;
}
#conts .innerTxt {
	margin-bottom: 30px;
}
#conts .innerTxt:last-of-type {
	margin-bottom: 52px;
}
#conts .innerTxt p {
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}
#conts .innerTxt p:last-child {
	margin-bottom: 0;
}
#sideBar {
	margin: -20px 0 0 69px;
	width: 259px;
}
.headLine04 {
	margin-bottom: 19px;
	padding: 13px 10px 15px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	box-sizing: border-box;
	background-color: #000;
	border-bottom:5px solid #ffff22;
}
#sideBar .inner {
	margin-bottom: 61px;
}
#sideBar .inner:last-child {
	margin-bottom: 0;
}
#sideBar .listUl {
	padding: 0 20px;
}
#sideBar .listUl li {
	padding-bottom: 33px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#sideBar .listUl li:last-child {
	margin-bottom: 0;
}
#sideBar .listUl li a {
	display: flex;
	align-items: flex-start;
}
#sideBar .listUl li a:hover {
	opacity: 0.7;
}
#sideBar .listUl .photo {
	margin-right: 18px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
#sideBar .listUl .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#sideBar .listUl li p {
	flex: 1;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
}
#sideBar .listUl li p span {
	display: block;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0;
	margin: 6px 0 7px;
	font-size: 1.3rem;
	font-weight: normal;
}
#sideBar .listUl li p small {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
#sideBar .listUl02 li p {
	margin-top: -4px;
	line-height: 1.42;
	letter-spacing: 0;
}
#sideBar .inner02 {
	margin-bottom: 50px;
}
#sideBar .linkUl {
	padding: 0 20px;
	line-height: 1;
	margin-top: -8px;
	display: flex;
	flex-wrap: wrap;
}
#sideBar .linkUl li {
	margin: 5px 5px 0 0;
	line-height: 1;
}
#sideBar .linkUl li a {
	padding: 5px 4px 4px;
	display: block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	box-sizing: border-box;
	background-color: #0C2E4A;
	min-width: 20px;
}
#sideBar .linkUl li a:hover {
	opacity: 0.7;
}
#sideBar .txtListUl {
	margin-top: -9px;
	padding: 0 20px;
}
#sideBar .txtListUl li {
	margin-bottom: 11px;
	padding: 0 0 11px 5px;
	border-bottom: 1px solid #DDDDDD;
}
#sideBar .txtListUl li:last-child {
	margin-bottom: 0;
}
#sideBar .txtListUl li a {
	display: block;
	color: #111111;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
#sideBar .txtListUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#conts {
		margin-bottom: 40px;
	}
	#conts .headLine01 small {
		font-size: 1.5rem;
	}
	#conts .photoBox {
		margin-bottom: 20px;
	}
	#conts .photoBox p {
		padding: 15px 16px 20px;
		width: 220px;
		font-size: 1.4rem;
	}
	#conts .photoBox p span {
		font-size: 1.8rem;
		margin-left: 3px;
	}
	#conts .photoBox p small {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	#conts .photoBox .img {
		height: auto;
	}
	#conts > p {
		margin-bottom: 25px;
		font-size: 1.4rem;
	}
	#conts h3 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#conts .innerTxt p {
		margin-bottom: 15px;
	}
	#conts .tableB {
		margin-bottom: 45px;
	}
	#conts .tableB th, #conts .tableB td {
		padding: 15px 10px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#conts .tableB th {
		padding: 15px 10px;
		width: 29.5%;
	}
	.pageNavi li {
		width: 134px;
	}
	.pageNavi li a {
		padding: 14px 10px;
		font-size: 2rem;
	}
	#sideBar {
		margin: 0;
		width: auto;
	}
	#sideBar .listUl li {
		padding-bottom: 20px;
	}
}
.fadeIn {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity 0.5s, transform 0.5s;
}
.fadeIn.show {
	opacity: 1;
	transform: translateY(0);
}
.mainVisual .headLine03 {
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: fadeshow 1s forwards;
	animation-delay: .5s;
}
.mainVisual .mainImg img {
	width: 0;
	height: 700px;
	white-space: nowrap;
	object-fit: cover;
	animation: fadeshow 1s forwards;
	animation-delay: .5s;
}
@media all and (max-width: 896px) {
	.mainVisual .mainImg img {
		height: 500px;
	}
}
@keyframes fadeshow {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}