a:hover {
	text-decoration: none;
}
.rotate-counterclockwise {
	-webkit-animation-name: rotate-counterclockwise;
	animation-name: rotate-counterclockwise;
	-webkit-animation-duration: 13s;
	animation-duration: 13s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 @keyframes scroll {
 0% {
 transform: rotate(0);
}
 to {
 transform: rotate(360deg);
}
}
@-webkit-keyframes rotate-counterclockwise {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes rotate-counterclockwise {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.ob-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ob-img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) {
.d__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.d__flex.jus {
	justify-content: space-between;
}
.ob-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
}
.nav-header {
	z-index: 123;
	background: #000;
}
.nav-header .js-scroll {
	position: relative;
	z-index: 2;
}
.nav-header .js-scroll .logos {
	width: 185px;
	margin: 0 auto 10vw;
}
.nav-header .js-scroll .header__menu {
	margin-bottom: 10vw;
	padding-left: 5vw;
    position: relative;
    z-index: 1;
}
.nav-header .js-scroll .header__menu ul {
	gap: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 62vw;
	margin: 0 auto;
}
.nav-header .js-scroll .header__menu ul li {
	width: 45%;
}
.nav-header .js-scroll .header__menu ul li a {
	position: relative;
	line-height: 1;
	z-index: 5;
	display: block;
}
.nav-header .js-scroll .header__menu ul li a::after {
	content: "";
	background: url(../img/shared/bg07.jpg);
	position: absolute;
	top: -3px;
	left: -10px;
	height: 120%;
	width: 100%;
	bottom: 0;
	z-index: -1;
	transition: all .4s ease;
	opacity: 0;
	display: block;
	visibility: hidden;
}
.nav-header .js-scroll .header__menu ul li a span {
	font-family: "Bebas Neue";
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	position: relative;
	color: #fff;
	display: block;
}
.nav-header .js-scroll .header__menu ul li a small {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	text-align: left;
	line-height: 1;
	transition: all .4s ease;
	display: block;
}
.nav-header .js-scroll .header__menu ul li a.active {

}
.nav-header .js-scroll .header__menu ul li a:hover::after, .nav-header .js-scroll .header__menu ul li a.active::after {

	opacity: 1;
	visibility: visible;

}
.nav-header .js-scroll .header__menu ul li a:hover span, .nav-header .js-scroll .header__menu ul li a.active span {
	color: #fff;
}
.nav-header .js-scroll .header__menu ul li a:hover span::after, .nav-header .js-scroll .header__menu ul li a.active span::after {
	opacity: 1;
}
.nav-header .js-scroll .sns__c {
	width: 182px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10vw;
	gap: 35px;
}
.nav-header .js-scroll .sns__c li {
	width: 35px;
}
.nav-header .js-scroll .tel__box {
	border-color: #fff;
	padding: 15px 0;
	width: 300px;
	margin: 0 auto 5vw;
}
.nav-header .js-scroll .tel__box dl {
	color: #fff;
	text-align: center;
	padding-left: 0;
}
.nav-header .js-scroll .tel__box dl dt {
	margin-bottom: 15px;
}
.nav-header .js-scroll .tel__box dl dd span {
	letter-spacing: 5px;
}
.nav-header .js-scroll .tel__box dl dd span::before {
	content: "";
	background: url(../img/shared/icon.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(101deg) brightness(105%) contrast(97%);
}
.nav-header .js-scroll .bnr__shared {
	width: 300px;
	margin: 0 auto;
}
.nav-header .js-scroll .bnr__shared a {
	border: 1px solid #fff;
	color: #fff;
	background: #084787;
	padding: 15px 0;
}
.bnr__style-2 a {
	display: block;
	border: 1px solid #000000;
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
	transition: all .4s ease;
}
.bnr__style-2 a span {
	position: relative;
	padding-right: 14%;
	display: block;
}
.bnr__style-2 a span::after {
	content: "";
    background: url(../img/shared/icon_arow02.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 10px;
    height: 12px;
    position: absolute;
    display: inline-block;
    margin-left: 0;
    top: 54%;
    right: 19%;
    transform: translateY(-50%);
	transition: all .4s ease;
}
.bnr__style-2 a:hover {
	border-color: #fff;
	background: #084787;
	color: #fff;
}
.bnr__style-2 a:hover span::after {
	filter: invert(1);
	right: 12%;
	
}

@media screen and (max-width: 767px) {
.bnr__style-2 a {
	font-size: 15px;
	padding: 14px 0;
	line-height: 1;
}
.bnr__style-2 a span::after {
	width: 8px;
	height: 9px;
	margin-left: 30px;
}
.bnr__style-2 a:hover {
	border-color: #fff;
	background: #084787;
	color: #fff;
}
.bnr__style-2 a:hover span::after {
	filter: invert(1);
}
}
.tel__box {
	border: 1px solid #000;
}
.tel__box dl {
	line-height: 1;
	padding-left: 57px;
	color: #000;
}
.tel__box dl dt {
	font-size: 14px;
	margin-bottom: 11px;
	font-weight: 600;
	letter-spacing: 1px;
}
.tel__box dl dd a {
	display: block;
}
.tel__box dl dd span {
	display: inline-block;
	font-size: 29px;
	position: relative;
	letter-spacing: 4px;
}
.tel__box dl dd span::before {
	content: "";
	background: url(../img/shared/ft_tel.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
	filter: brightness(0) invert(0);
}

@media screen and (max-width: 767px) {
.tel__box dl {
	padding-left: 56px;
}
.tel__box dl dt {
	font-size: 14px;
}
.tel__box dl dd span {
	font-size: 27px;
	letter-spacing: 0.05em;
}
.tel__box dl dd span::before {
	width: 20px;
	height: 20px;
	top: 50%;
	left: -40px;
}
}
#fixed-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	z-index: 122;
}
#fixed-sp ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
#fixed-sp ul li {
	font-family: "Shippori Mincho";
	font-weight: 400;
	font-style: normal;
	position: relative;
}
#fixed-sp ul li span {
	display: block;
	line-height: 1;
	font-size: 13px;
	color: #fff;
	position: relative;
}
#fixed-sp ul li.ft__tel,  #fixed-sp ul li.ft__map {
	width: 25%;
}
#fixed-sp ul li.ft__tel::after,  #fixed-sp ul li.ft__map::after {
	content: "";
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}
#fixed-sp ul li.ft__tel span,  #fixed-sp ul li.ft__map span {
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
}
#fixed-sp ul li.ft__tel span::before,  #fixed-sp ul li.ft__map span::before {
	content: "";
	background: url(../img/shared/ft_map.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    width: 25px;
    height: 27px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#fixed-sp ul li.ft__tel span::before {
	background: url(../img/shared/ft_tel.svg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#fixed-sp ul li.ft__web {
	width: 50%;
}
#fixed-sp ul li.ft__web a {
	display: block;
	text-align: center;
}
#fixed-sp ul li.ft__web span {
	display: inline-block;
	padding-left: 30px;
}
#fixed-sp ul li.ft__web span::before {
	content: "";
	background: url(../img/shared/ft_web.svg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    width: 26px;
    height: 28px;
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translateY(-50%);
	margin-left: 0;
}
.bnr__shared a {
	display: block;
	line-height: 1;
	text-align: center;
	background: #000000;
	padding: 9px 0;
	border: 1px solid #000;
	transition: all .4s ease;
}
.bnr__shared a span {
	padding-right: 30px;
	display: inline-block;
	line-height: 1;
	position: relative;
}
.bnr__shared a span::after {
	content: "";
	background: url(../img/shared/icon_arow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -5px;
}
.bnr__shared a:hover {
	border-color: #fff;
	background: #084787;
}
.bnr__shared a.style-1 {
	background: #fff;
	color: #000;
}
.bnr__shared a.style-1 span {
	padding-right: 20px;
}
.bnr__shared a.style-1 span::after {
	filter: invert(1);
	right: 0;
}
.bnr__shared a.style-1:hover {
	border-color: #fff;
	background: #084787;
	color: #fff;
}
.bnr__shared a.style-1:hover span::after {
	filter: invert(0);
}

@media screen and (max-width: 767px) {
.bnr__shared a {
	padding: 12px 0;
}
.bnr__shared a span {
	padding-right: 30px;
}
.bnr__shared a span::after {
	width: 10px;
	height: 9px;
	right: 0;
}
.bnr__shared a:hover {
	border-color: #fff;
	background: #084787;
}
.bnr__shared a.style-1 span {
	padding-right: 20px;
}
}
.bnr__style {
	width: 220px;
	height: 220px;
	position: relative;
	z-index: 2;
}
.bnr__style::before {
	content: "";
	background: #205ea2;
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	left: 1px;
	z-index: -2;
	border-radius: 50%;
	overflow: hidden;
	transition: all .4s ease;
	opacity: 0;
}
.bnr__style:hover::before {
	opacity: 1;
}
.bnr__style a {
	font-size: 20px;
	line-height: 29px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	position: relative;
}
.bnr__style a::after {
	content: "";
	background: url(../img/index/arrow_circle.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 78px;
	height: 13px;
	position: absolute;
	bottom: 73px;
	left: 50%;
	margin-left: -39px;
}
.bnr__style a small {
	font-size: 20px;
	display: block;
	padding-bottom: 12px;
}
.bnr__style span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bnr__style.line-2 a::after {
	bottom: 68px;
}
.bnr__style a.link__popup {
	font-size: 18px;
	line-height: 29px;
}
.bnr__style a.link__popup::after {
	background: url(../img/menu/icon_plus.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 23px;
	height: 24px;
	left: 50%;
	margin-left: -11px;
	bottom: 52px;
}

@media screen and (max-width: 767px) {
.bnr__style {
	width: 160px;
	height: 160px;
}
.bnr__style a {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
}
	.bnr__style a small {
		font-size: 14px;
	}
.bnr__style a::after {
	width: 50px;
	height: 13px;
	bottom: 45px;
	left: 50%;
	margin-left: -25px;
}
.bnr__style.line-2 a::after {
	bottom: 50px;
}
.bnr__style a.link__popup {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.05em;
}
.bnr__style a.link__popup::after {
	width: 15px;
	height: 19px;
	left: 50%;
	margin-left: -6px;
	bottom: 30px;
}
}
.sns__c li {
	width: 30px;
}
.sns__c li a {
	display: block;
}

@media screen and (min-width: 768px) {
.sns__c li {
	width: 29px;
}
}
.sns__c._white img {
	filter: brightness(0) invert(1);
}
.headerOpen-tel dl {
	line-height: 1;
}
.headerOpen-tel dl dt {
	font-size: 14px;
	margin-bottom: 10px;
}
.headerOpen-tel dl dd a {
	display: block;
}
.headerOpen-tel dl dd span {
	display: inline-block;
	font-size: 29px;
	position: relative;
	letter-spacing: 2px;
}
.headerOpen-tel dl dd span::before {
	content: "";
	background: url(../img/shared/ft_tel.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
.headerOpen-tel dl dt {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 600;
}
.headerOpen-tel dl dd span {
	font-size: 26px;
	letter-spacing: 0.05em;
}
.headerOpen-tel dl dd span::before {
	width: 18px;
	height: 18px;
	left: -27px;
}
}
#head-key {
	position: relative;
}
#head-key::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 950px;
}

@media screen and (min-width: 768px) {
#head-key::before {
	height: 950px;
}
}
.header-box {
	position: relative;
}
.header-box::before {
	content: "";
	background: url(../img/shared/bg02.jpg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1095px;
}
.header-box .logo {
	width: 278px;
	box-shadow: 7.713px 9.193px 9px 0px rgba(0, 0, 0, 0.29);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -139px;
	z-index: 4;
}
.header-box h1 {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	width: 100px;
	height: 280px;
	position: absolute;
	top: 120px;
/*	left: calc(50% + 622px);*/
	right: 20px;
	z-index: 3;
}

@media screen and (min-width: 1500px) {
	.header-box h1 {
		right: auto!important;
		left: calc(50% + 622px);
	}
}


@media screen and (max-width: 767px) {
.header-box::before {
	height: 1095px;
}
.header-box .logo {
        width: 185px;
        margin-left: -93px;
}
.header-box h1 {
	font-size: 12px;
	line-height: 1.3;
	width: 72px;
	height: 162px;
	top: 80px;
	right: auto;
	left: 0;
	color: #000;
}
}
.header-info {
	width: 277px;
	position: absolute;
	top: 128px;
	left: 69px;
	z-index: 4;
}
.header-info .tel__box {
	margin-bottom: 10px;
	padding: 13px 0 6px;
}
.header-info .bnr__shared {
	margin-bottom: 25px;
}
.header-info .header__menu {
	margin-bottom: 22px;
}
.header-info .header__menu ul {
	flex-wrap: wrap;
	gap: 20px 21px;
}
.header-info .header__menu ul li a {
	position: relative;
}
.header-info .header__menu ul li a span {
	font-family: "Bebas Neue";
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	position: relative;
	color: #000;
}
.header-info .header__menu ul li a span::after {
	content: "";
	background: #084787;
	position: absolute;
	top: 5px;
	left: -5px;
	height: 32px;
	width: 120%;
	bottom: 0;
	z-index: -1;
	transition: all .4s ease;
	opacity: 0;
}
.header-info .header__menu ul li a small {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 100px;
    line-height: 1;
    transition: all .4s ease;
    opacity: 0;
    letter-spacing: 0;
    text-align: center;
}
.header-info .header__menu ul li a:hover span, .header-info .header__menu ul li a.active span {
	color: #fff;
}
.header-info .header__menu ul li a:hover span::after, .header-info .header__menu ul li a.active span::after {
	opacity: 1;
}
.header-info .header__menu ul li a:hover small, .header-info .header__menu ul li a.active small {
	opacity: 1;
	color: #000;
}
.header-info .sns__c {
	width: 142px;
	margin-bottom: 30px;
}
.tel__line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.tel__line dt {
	font-size: 12px;
}
.tel__line dd {
	font-size: 28px;
}
.tel__line dd span {
	padding-left: 30px;
	position: relative;
	letter-spacing: 4px;
}
.tel__line dd span::before {
	content: "";
	background: url(../img/shared/ft_tel.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
.tel__line dt {
	font-size: 11px;
}
.tel__line dd {
	font-size: 26px;
}
.tel__line dd span {
	padding-left: 28px;
}
.tel__line dd span::before {
	width: 20px;
	height: 20px;
	left: 0px;
}
}
.__white {
	color: #fff;
}
.__white .tel__box {
	border-color: #fff;
}
.__white .tel__box dl {
	color: #fff;
}
.__white .tel__box dl dd span::before {
	filter: none;
}
.__white .header__menu ul li a span {
	color: #fff;
}
.__white .sns__c li img {
	filter: brightness(0) invert(1);
}

.header-info.__white .header__menu ul li a:hover small, .header-info.__white .header__menu ul li a.active small {
	color: #fff;
}


#nav-fixed {
	background: #000000;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 123;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}
#nav-fixed .fixed-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 50px 0 100px;
}
#nav-fixed .fixed-wrap__left {
	width: 345px;
}
#nav-fixed .fixed-wrap__top {
	margin-bottom: 7px;
	width: 323px;
}
#nav-fixed .fixed-wrap__top .bnr__shared {
	width: 190px;
}

#nav-fixed .fixed-wrap__top .bnr__shared a.style-1:hover span::after {
	    right: -5px;
}
#nav-fixed .fixed-wrap__top .sns__c {
	width: 110px;
	padding-top: 4px;
}
#nav-fixed .fixed-wrap__top .sns__c li {
	width: 26px;
}
#nav-fixed .fixed-wrap__right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
#nav-fixed .fixed-wrap__right nav ul {
	gap: 26px;
}
#nav-fixed .fixed-wrap__right nav ul a {
	display: block;
	position: relative;
}
#nav-fixed .fixed-wrap__right nav ul a::after {
	content: "";
	background: #fff;
	height: 5px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all .4s ease;
}
#nav-fixed .fixed-wrap__right nav ul a span {
	font-size: 30px;
	color: #fff;
	font-family: "Bebas Neue";
	font-weight: 400;
	font-style: normal;
}
#nav-fixed .fixed-wrap__right nav ul a small {
	position: absolute;
	width: 100px;
	top: -22px;
	line-height: 1;
	left: 50%;
	text-align: center;
	font-size: 12px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .4s ease;
	font-weight: 600;
}
#nav-fixed .fixed-wrap__right nav ul a:hover::after, #nav-fixed .fixed-wrap__right nav ul a.active::after {
	opacity: 1;
}
#nav-fixed .fixed-wrap__right nav ul a:hover small, #nav-fixed .fixed-wrap__right nav ul a.active small {
	opacity: 1;
}
.fixed-btn #nav-fixed {
	opacity: 1;
	visibility: visible;
}
footer {
	background: url(../img/shared/bg_footer.jpg);
	color: #fff;
	padding-top: 156px;
	position: relative;
	z-index: 3;
}
footer .set1 {
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 86px;
}
footer .set1 .footer__left {
	width: 300px;
	text-align: center;
	margin-right: 57px;
}
footer .set1 .footer__left .logo {
	width: 207px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}
footer .set1 .footer__left .headerOpen-tel {
	margin-bottom: 33px;
}
footer .set1 .footer__left .headerOpen-tel dl {
	margin-bottom: 17px;
}
footer .set1 .footer__left .headerOpen-tel dl dt {}
footer .set1 .footer__left .headerOpen-tel dl dd {}
footer .set1 .footer__left .headerOpen-tel dl dd span {
    letter-spacing: 4px;
    padding-left: 20px;
}

footer .set1 .footer__left .headerOpen-tel dl dd span::before {
	left: -15px;
}

footer .set1 .footer__left .headerOpen-tel .bnr__shared {
	width: 207px;
	margin-left: auto;
	margin-right: auto;
}
footer .set1 .footer__left .headerOpen-tel .bnr__shared a {
	font-size: 12px;
}
footer .set1 .footer__left .sns__c {
	width: 145px;
	margin: 0 auto;
}
footer .set1 .footer__info {
	width: 420px;
	font-size: 12px;
	padding-top: 25px;
}
footer .set1 .footer__info p {
	line-height: 20px;
}
footer .set1 .footer__info p a {
	position: relative;
}
footer .set1 .footer__info p a::after {
	content: "";
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: -2px;
	left: 10px;
	right: 10px;
	height: 1px;
}
footer .set1 .footer__info p a:hover::after {
	display: none;
}
footer .set1 .footer__info p + p {
	margin-top: 23px;
}
footer .set1 .footer__nav {
	position: absolute;
	width: 214px;
	top: -60px;
	right: -15px;
}
footer .set1 .footer__nav ul {
	width: 40%;
}
footer .set1 .footer__nav li + li {
	margin-top: 16px;
}
footer .set1 .footer__nav a {
	font-size: 30px;
	display: block;
	line-height: 1;
	position: relative;
}
footer .set1 .footer__nav a::after {
	content: "";
	background: #084787;
	position: absolute;
	top: 1px;
	left: 0;
	height: 24px;
	right: 0;
	opacity: 0;
}
footer .set1 .footer__nav a span {
	position: relative;
	z-index: 2;
}
footer .set1 .footer__nav a:hover::after, footer .set1 .footer__nav a.active::after {
	opacity: 1;
}
footer .set2 {
	padding-top: 58px;
	padding-bottom: 50px;
	text-align: center;
	line-height: 1;
}
footer .set2 .footer__url {
	margin-bottom: 6vw;
}
footer .set2 .footer__url span {
	display: inline-block;
	position: relative;
}
footer .set2 .footer__url span::after {
	content: "";
	background: url(../img/shared/icon_url.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: -30px;
}

footer .set2 address {
	font-size: 13px;
	margin: 13px 0 12px;
}
footer .set2 .cookies-link {
	font-size: 14px;
}
footer .set2 .cookies-link a {
	text-decoration-line: underline;
	text-underline-offset: 5px;
}
footer .set2 .cookies-link a:hover {
	text-decoration: none;
}


@media screen and (max-width: 767px) {
footer {
	padding-top: 20vw;
	padding-bottom: 30vw;
}
footer .set1 {
	padding-bottom: 10vw;
	margin-bottom: 10vw;
}
footer .set1 .footer__left {
	width: 300px;
	text-align: center;
	margin: 0 auto 10vw;
}
footer .set1 .footer__left .logo {
	width: 185px;
	margin-bottom: 6vw;
	margin-left: auto;
	margin-right: auto;
}
footer .set1 .footer__left .headerOpen-tel {
	margin-bottom: 6vw;
}
footer .set1 .footer__left .headerOpen-tel dl {
	margin-bottom: 6vw;
}
	footer .set1 .footer__left .headerOpen-tel dl dt {
    margin-bottom: 13px;
}
	footer .set1 .footer__left .headerOpen-tel dl dd {}
	footer .set1 .footer__left .headerOpen-tel dl dd span {
    letter-spacing: 4px;
}
	
	

footer .set1 .footer__left .headerOpen-tel dl dd span::before {
	left: 0;
}	
	
	
footer .set1 .footer__left .headerOpen-tel .bnr__shared {
	width: 207px;
	margin-left: auto;
	margin-right: auto;
}
footer .set1 .footer__left .sns__c {
	width: 137px;
	margin: 0 auto;
}
footer .set1 .footer__info {
	font-size: 12px;
	width: auto;
	text-align: center;
}
footer .set1 .footer__info p a::after {
	bottom: -2px;
	left: 10px;
	right: 10px;
	height: 1px;
}
footer .set1 .footer__info p + p {
	margin-top: 15px;
}
footer .set2 {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 1;
}
footer .set2 address {
	font-size: 13px;
	margin: 6vw 0;
	line-height: 2;
}
footer .set2 .cookies-link {
	font-size: 14px;
}
}
#pagetop {

	bottom: 60px;
	right: 60px;
	z-index: 122;
	opacity: 0;
	visibility: hidden;
}
#pagetop.visible {
    opacity: 1;
    visibility: visible;
}


@media screen and (max-width: 767px) {
#pagetop {
        bottom: 0;
        right: 0;
        width: 50px;
        position: relative;
        opacity: 1;
        visibility: visible;
        margin: 40px auto 0;
}
}

@media screen and (max-width: 767px) {
.home footer .set1 {
	display: none;
}
}
.remodal {
	background: #000;
	border: 1px solid #fff;
}
.popup-container {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 66px;
	padding-bottom: 66px;
	position: relative;
}
.popup-container .remodal-close {
	width: 31px;
	height: 31px;
	top: 77px;
	position: sticky;
	right: 0;
	margin-left: auto;
	transition: all .4s ease;
}
.popup-container .remodal-close::before {
	display: none;
}
.popup-container .remodal-close:hover {
	opacity: .5;
}
.popup-container .remodal-close.pp {
	position: relative;
	width: 163px;
	top: 0;
	margin: 0 auto;
}
.popup-container h2 {
	text-align: center;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
}
.popup-container .note {
	line-height: 1.6;
	margin-bottom: 50px;
	font-size: 14px;
	text-align: center;
}
.popup-container .notes {
	margin-bottom: 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.6;
}
.popup-container .pp__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.popup-container .pp__row .pp__col {
	width: 31%;
	font-size: 14px;
}
.popup-container .pp__row .pp__col h3 {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}
.popup-container .pp__row .pp__col h4 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
}
.popup-container .pp__row .pp__col .pp__item {
	margin-bottom: 50px;
}
.popup-container .pp__row .pp__col .pp__item dl {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
	letter-spacing: 0.02em;
	justify-content: space-between;
}
.popup-container .pp__row .pp__col .pp__item dl dd {
	text-align: right;
	min-width: 65px;
}
.popup-container .pp__row .pp__col .pp__item dl.long__text dd {
	min-width: 123px;
}

@media screen and (max-width: 767px) {
.popup-container {
	padding: 8vw 5vw 15vw;
}
.popup-container .remodal-close {
        width: 31px;
        height: 31px;
        top: 0;
        margin-bottom: 20px;
}
.popup-container .remodal-close.pp {
	width: 138px;
	top: 0;
}
.popup-container h2 {
	font-size: 7.2vw;
	margin-bottom: 5vw;
}
.popup-container .note {
	margin-bottom: 9vw;
	font-size: 13px;
}
.popup-container .notes {
	font-size: 12px;
}
.popup-container .pp__row {
	display: block;
}
.popup-container .pp__row .pp__col {
	width: 100%;
}
.popup-container .pp__row .pp__col h3 {
	font-size: 17px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.popup-container .pp__row .pp__col h4 {
	font-size: 15px;
}
.popup-container .pp__row .pp__col .pp__item {
	margin-bottom: 50px;
}
}

.sns__c {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}



@media screen and (min-width: 767px) {
	.bnr__shared a span::after {
		transition: all .4s ease;
	}
	.bnr__shared a:hover span::after {
		right: -20px;
	}
	#sec5 .set2 .left .bnr__shared a:hover span::after {
		right: -45px;
	}
	.bnr__style-2 a span::after {
		transition: all .4s ease;
	}
	.bnr__style-2 a:hover span::after {
	
	}
}

@media screen and (min-width: 767px) and (max-width: 1399px) {
	#nav-fixed .fixed-wrap {
		padding: 0 30px;
	}
	footer .set1 .footer__nav {
		right: 30px;
	}
}


