@charset "utf-8";
/*--------------------------------------------------------------------------
/*全体の設定
---------------------------------------------------------------------------*/
@keyframes fadeIn {
	0% {opacity: 0}
	85% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	85% {opacity: 0}
	100% {opacity: 1}
}
html {
	font-size:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0;
	padding: 0;
	font:inherit;
}
@font-face {
  font-family:'Medhurst';
  src: url('https://haloss.jp/wp/wp-content/themes/haloss_org/lib/fonts/Medhurst-regular.woff') format('woff'), url('https://haloss.jp/wp/wp-content/themes/haloss_org/lib/fonts/Medhurst-regular.ttf') format('truetype');
}

body {
	color: #FFF;
	font-size:16px;
	margin: 0 auto;
	padding: 0;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",Georgia,"HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s  1 normal;
}
ul li{
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
iframe{
	width: 100%;
}
address{
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
	outline: none;
	overflow: hidden;
	color:#FFF;
}
a:hover {
	opacity:0.85;
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.gothic{
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
}
.parisienne{
	font-family: 'Parisienne', cursive;
}
.bebas{
	font-family: 'Bebas Neue', cursive;
}
.gothic_type02 { 
	font-family: "Noto Sans JP"; 
}
.sawarabimincho { 
	font-family: "Sawarabi Mincho"; 
}
/*見出し設定
---------------------------------------------------------------------------*/
.secTtl{
	/*border-bottom: 1px solid #FFF;*/
	/*font-family: 'Parisienne', cursive;*/
	/*font-family: 'Bebas Neue', san-serif;*/
	font-family:'Medhurst', sans-serif;
	text-align: center;
	font-size: 60px;
	margin-bottom: 15px;
	position: relative;
}
.secTtl:before {
	content: "";
	width: 50%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.subTtl{
	font-size: 24px;
}
.secTitle {
	font-size: 26px;
	text-align: center;
	padding-bottom: 1%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 800px;
	letter-spacing: 1px;
	margin-bottom: 4%;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
/*ボタン設定
--------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}
a.btn-more {
	-webkit-transition:  0.3s ease;
	-moz-transition:  0.3s ease;
	-ms-transition:  0.3s ease;
	transition:  0.3s ease;
}
a.btn-more i {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn-more {
	background-color:#222;
	border: 1px solid #777;
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 250px;
	height: 58px;
	line-height: 56px;
	vertical-align: bottom;
	overflow: visible;
}
.btn-more i {
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	width: 78px;
	height: 1px;
}
.btn-more:hover i {
	right: -35px;
}
.gradationLinkWrap a{
	border: 1px solid #DCDCDC;
	background: url(../../lib/images/common/icon/icon-arrow-r-w.png) no-repeat 85% 50% / 13px,
	linear-gradient(90deg, rgba(68,68,68,1) 0%, rgba(91,79,80,1) 50%, rgba(114,89,92,1) 100%);
	display: block;
	width: 380px;
	height: 70px;
	line-height: 68px;
	letter-spacing: 0.05em;
	font-size: 20px;
	padding: 0 70px;
	margin-bottom: 24px;
	transition: .3s;
	margin-left: auto;
	margin-right: auto;
}
.gradationLinkWrap a:hover{
	background-position: 86.5% 50%;
}
/*水平線設定
--------------------------------------*/
.hrStyle1{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	margin-bottom: 20px;
}
/*テーブル設定
--------------------------------------*/
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexAlignC{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexAlignEnd{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flexJC { 
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexCC { 
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexSbet{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.flexSbetC{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/*Layout
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		display: block;
	}
}
.innerWrap{width:100%;max-width:1100px; margin: 0 auto;}
/*Header
---------------------------------------------------------------------------*/
header{
	background-color: rgba(0,0,0,0.55);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 24px 0 20px;
	z-index: 9999;
}
/*グローバルナビ
----------------------------------------*/
.gNavi{
	margin-left: auto;
}
.gNavi ul li {
	margin-top: 0;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 0;
}
.gNavi ul li:last-of-type{
	margin-right: 0;
}
.gNavi ul li a{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
	font-weight: 700;
	position: relative;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0;
	transition: .3s;
	overflow: visible;
}
.gNavi ul li .fc-green{
	color: #00B600;
}
.gNavi ul li .fc-purple{
	color: #816D70;
}
.gNavi ul li a::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.gNavi ul li a:hover::after {
	width: 100%;
}
.sp-gNavi{
	display: none;
}
.gNavi .acc {
	display: none;
}
/*SPメニューボタン
----------------------------------------*/
.sp-btn-menu{
	display: none;
}
/*FOOTER
---------------------------------------------------------------------------*/
footer{
	background-color: #000;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
	text-align: center;
	padding: 20px 0 15px;
}
.ftrNavi{
	border-bottom: 1px dotted #777;
}
.ftrNavi{
	padding: 20px 0;
}
.copyRight{
	font-size: 14px;
	padding: 30px 0;
}
/*ページアップ btnPagetop
---------------------------------------------------------------------------*/
.btnPagetop a {
	right: 20px;
	bottom: 27px;
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 99;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #66a6ff;
	border: 1px solid #66a6ff;
	background-color: rgba(102, 166, 255,0.2);
}
.btnPagetop a:hover{
	color: #59c3e6;
	border: 1px solid #59c3e6;
	background-color: rgba(89, 195, 230,0.2);
}
/*下層共通 lower_layer
---------------------------------------------------------------------------*/
.mainContents {
	/*
	background-image: url(../images/bg/base_under.png);
	background-repeat: repeat;*/

	background: black;
	
}
 
.secBox{
	padding-top: 6%;
	padding-bottom: 4%;
	display: block;
}
.secBoxTop {
	padding-top: 2%;
	padding-bottom: 4%;
	display: block;
}
.tel {
	background-color: hsla(0,0%,0%,0.58);
	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	max-width: 594px;
	margin-left: auto;
	margin-right: auto;
}
/*サイズ
---------------------------------------------------------------------------*/
.w600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.w840 {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.w38 {
	width: 38%;
}
.w58 {
	width: 58%;
}
/*余白
---------------------------------------------------------------------------*/
.mt15 {
	margin-top: 15px;
}
.mt40 {
	margin-top: 40px;
}
.pt30 {
	padding-top: 30px;
}
/*ect
---------------------------------------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignCR {text-align: center;}
.pcNone{display: none!important;}
.spNone{display: block!important;}
.pcNone-inline{display: none!important;}
.spNone-inline{display: inline!important;}
.fw700{font-weight: 700;}
.textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}

@media screen and (min-width:836px) and (max-width:1114px) {
	.innerWrap{
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
}

	.gNavi ul li {
	margin-top: 0;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 0;
	font-size: 15px;
}
	.gNavi ul li a {padding: 0 calc(0.125rem + ((1vw - 8.36px) * 2.6316));}
}


@media screen and (min-width:0px) and (max-width:1114px) {
	.lineStep .dl .dlbox {
    display: flex;
    }
}



