img {
	width: 100%;
	height: auto;
}
.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0c303c;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-out:hover:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}
.bnr__shared a {
	background: url(../img/shared/bg02.jpg);
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	display: block;
	line-height: 1;
	padding: 32px 34px 32px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.bnr__shared a:hover {
	text-decoration: none;
}
.bnr__shared a::after {
	content: "";
	background: url(../img/shared/arrow2.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 35px;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 38px;
}
.bnr__shared a.bg-2 {
	background: #1d83a6;
}
.bnr__shared a.bg-2::after {
	right: 30px;
}
.bnr__web {
	position: relative;
	z-index: 2;
}
.bnr__web a {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	line-height: 1;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	transition: all .4s ease;
}
.bnr__web a::after {
	display: none;
}
.bnr__web a:hover {
	text-decoration: none;
	border: 1px solid #181d1e;
}
.bnr__web .hvr-radial-out::before {
	background: #181d1e;
}
.fz14 {
	font-size: 14px !important;
}
.fz20 {
	font-size: 20px !important;
}
.fz18 {
	font-size: 18px !important;
}
.ob-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ob-img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.tel {
	text-align: center;
	line-height: 1;
}
.tel dt {
	font-size: 18px;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 13px;
	letter-spacing: 1px;
}
.tel dd {
	font-size: 34px;
	padding-left: 20px;
	position: relative;
	line-height: 1;
	display: inline-block;
	letter-spacing: -1px;
}
.tel dd::before {
	content: "";
	background: url(../img/shared/tel@2x.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 14px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -10px;
}
a {
	transition: all .4s ease;
}
.icon-ins a:hover {
	opacity: .7;
}
.filter__w {
	filter: brightness(0) invert(1);
}
.d__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.d__flex.jus {
	justify-content: space-between;
}
.header-nav, .header-nav__home {
	justify-content: center;
	gap: 40px;
	position: absolute;
	top: 49px;
	left: 0;
	right: 0;
	z-index: 123;
}
.header-nav .nav,  .header-nav__home .nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 44px;
}
.header-nav .nav li a,  .header-nav__home .nav li a {
	display: block;
	position: relative;
	text-align: center;
}
.header-nav .nav li a::before,  
.header-nav__home .nav li a::before {
	content: "";
	background: #000;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: -12px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.header-nav .nav li a.active, .header-nav .nav li a:hover,  .header-nav__home .nav li a.active,  .header-nav__home .nav li a:hover {
	text-decoration: none;
}
.header-nav .nav .menu-item:hover a::before,
.header-nav__home .nav li.menu-item:hover a::before,
.header-nav .nav li a.active::before, .header-nav .nav li a:hover::before,  .header-nav__home .nav li a.active::before,  .header-nav__home .nav li a:hover::before {
	opacity: 1;
	visibility: visible;
}



.header-nav .nav li a span,  .header-nav__home .nav li a span {
	color: #000000;
	font-size: 24px;
	display: block;
}
.header-nav .nav li a small,  .header-nav__home .nav li a small {
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	display: block;
	line-height: 1;
	padding-top: 6px;
	padding-bottom: 15px;
	color: #000;
}
.header-nav .nav li .menu-item__sub,  .header-nav__home .nav li .menu-item__sub {
	display: block;
	gap: 0;
	position: absolute;
	top: 100%;
	width: 120px;
	transform: translateX(-50%);
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}
.header-nav .nav li .menu-item__sub li a,  .header-nav__home .nav li .menu-item__sub li a {
	padding: 5px 10px;
	font-size: 15px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1;
	color: #181d1e;
}
.header-nav .nav li .menu-item__sub li a::after, .header-nav .nav li .menu-item__sub li a::before,  .header-nav__home .nav li .menu-item__sub li a::after,  .header-nav__home .nav li .menu-item__sub li a::before {
	display: none;
}



.header-nav .nav li .menu-item__sub li a:hover,  .header-nav__home .nav li .menu-item__sub li a:hover {
	background: #181d1e;
	color: #fff;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.header-nav .nav li .menu-item__sub li + li,  .header-nav__home .nav li .menu-item__sub li + li {
	margin-top: 4px;
}
.header-nav .nav .menu-item:hover .menu-item__sub,  .header-nav__home .nav .menu-item:hover .menu-item__sub {
	opacity: 1;
	visibility: visible;
}
.header-nav .icon-ins,  .header-nav__home .icon-ins {
	width: 26px;
}
.header-top {
	position: absolute;
	top: 51px;
	right: 46px;
}
.header-top .nav-other {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	width: 242px;
	margin-left: 36px;
}
.header-top .nav-other li {
	display: inline-block;
	width: 50%;
	position: relative;
	margin-bottom: 0px;
}
.header-top .nav-other li::before, .header-top .nav-other li::after {
	content: "";
	width: 1px;
	height: 75%;
	border-left: 1px solid #d3d3d3;
	position: absolute;
	top: 0;
	left: 0;
}
.header-top .nav-other li::after {
	right: 0;
	left: auto;
}
.header-top .nav-other li:nth-child(1)::after,  .header-top .nav-other li:nth-child(3)::after {
	display: none;
}
.header-top .nav-other li:nth-child(3),  .header-top .nav-other li:nth-child(4) {
	margin-bottom: 0;
}
.header-top .nav-other a {
	font-size: 14px;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.header-top .nav-other a:hover {
	opacity: .7;
	text-decoration: none;
}
.header-ct {
	position: absolute;
	top: 157px;
	right: 78px;
	z-index: 2;
	width: 197px;
}
.header-ct .tel {
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
}
.header-ct .tel dt {
	margin-bottom: 10px;
}
.header-ct .tel dd {
	letter-spacing: -1px;
	font-size: 30px;
}
.header-ct .bnr__web a {
	background: url(../img/shared/bg02.jpg);
	border: none;
	padding: 16px 0;
}
.header-nav {
	justify-content: center;
	gap: 40px;
	top: 0;
	left: 0;
	right: auto;
	position: relative;
}
.header-nav .nav {
	gap: 45px;
}
.header-nav .icon-ins {
    width: 26px;
    line-height: 1;
    padding-top: 5px;
}
.header-nav .icon-ins img {
	width: 100%!important;
}
#header {
	  font-family: "Noto Serif JP", serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;	
}
#header h1 {
	width: 38px;
	height: 766px;
	text-align: left;
	position: absolute;
	top: 156px;
	right: 0;
	color: #fff;
	z-index: 1;
	line-height: 1.6;
}
#header .logos {
	width: 158px;
	padding: 30px 0 25px 39px;
}
.home #header h1 {
	color: #d9d9d9;
	font-size: 12px;
	width: 43px;
	height: 639px;
	text-align: center;
	position: absolute;
	top: 35px;
	right: 0;
	line-height: 1.6;
}
.home #head-key {
	background: #1d83a6;
}
.header__info-home {
	position: absolute;
	top: 0;
	width: 35%;
	color: #fff;
	right: 0;
}
.header__info-home .inside {
	width: 243px;
	margin: 0px 0 0 20%;
	padding-top: 172px;
}
.header__info-home .logo {
	width: 224px;
	margin-bottom: 67px;
	margin-left: 17px;
}
.header__info-home .tel {
	margin-bottom: 10px;
	margin-left: 0;
}
.header__info-home .bnr__web {
	max-width: 200px;
	margin: 0 7px 54px 24px;
}
.header__info-home .bnr__web a {
	padding: 17px 0;
	background: #dbdbdb;
	color: #000;
	border: none;
	font-size: 15px;
}
.header__info-home .bnr__web a:hover {
	color: #fff;
}
.header__info-home .nav-other {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
	margin-left: 0;
	width: 95%;
}
.header__info-home .nav-other li {
	display: inline-block;
	width: 50%;
	position: relative;
	margin-bottom: 10px;
}
.header__info-home .nav-other li::before, .header__info-home .nav-other li::after {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px solid #d3d3d3;
	position: absolute;
	top: 0;
	left: 0;
}
.header__info-home .nav-other li::after {
	right: 0;
	left: auto;
}
.header__info-home .nav-other li:nth-child(1)::after,  .header__info-home .nav-other li:nth-child(3)::after {
	display: none;
}
.header__info-home .nav-other a {
	font-size: 14px;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.header__info-home .nav-other a:hover {
	opacity: .7;
	text-decoration: none;
}
.header__info-home .note {
	text-align: center;
	font-size: 14px;
}
#footer {
	background: url(../img/shared/bg02.jpg);
	color: #fff;
	padding-bottom: 93px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


#footer .wrap {
    max-width: 1200px;
    line-height: 40px;
}

#footer img {
	width: 100%;
	height: auto;
}
#footer .set1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 55px;
	padding-top: 92px;
}
#footer .set1 .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#footer .set1 .set1__left {
	width: 266px;
	text-align: center;
	padding-left: 45px;
}
#footer .set1 .set1__left .logo {
	width: 205px;
	margin: 0 auto 35px;
}
#footer .set1 .set1__left .text {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 30px;
}
#footer .set1 .set1__left .tel {
	margin-bottom: 24px;
}
#footer .set1 .set1__left .bnr__web {
    width: 199px;
    margin: 0 auto;
}
#footer .set1 .set1__left .bnr__web a {
    padding: 16px 0;
}
#footer .set1 .set1__center {
	width: 361px;
	margin-left: 30px;
	padding-top: 37px;
	letter-spacing: 1px;
	line-height: 46px;
}
#footer .set1 .set1__center p {
	font-size: 14px;
	line-height: 25px;
}
#footer .set1 .set1__center p a {
	position: relative;
}
#footer .set1 .set1__center p a::after {
	content: "";
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 22px;
	right: 0;
	height: 1px;
}
#footer .set1 .set1__center p a:hover {
	text-decoration: none;
}
#footer .set1 .set1__center p a:hover::after {
	display: none;
}
#footer .set1 .set1__center p a img {
	width: 11px;
	display: inline-block;
	position: relative;
	top: -2px;
	height: auto;
	margin: 0 5px;
}
#footer .set1 .set1__center p + p {
	margin-top: 13px;
}
#footer .set1 .set1__right {
	padding: 40px 5%;
	width:80%;
	margin:30px auto 0;
	display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: flex-start;
 flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.2);
	line-height:180%;
	font-size:14px;
}
#footer .set1 .set1__right h4{
	display: block;
	text-align: center;
	width:100%;
	padding-bottom:30px;
}
#footer .set1 .set1__right .col{
		width:230px;
	margin:0 20px 0 ;
}

#footer .set1 .set1__right .col:last-child{
	width:360px;
}
#footer .set1 .set1__right p {
	line-height: 32px;
	font-size: 14px;
}
#footer .set2 {
	padding-top: 38px;
}
#footer .set2 .footer-nav {
	margin-bottom: 44px;
}
#footer .set2 .footer-nav .nav-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 19px;
}
#footer .set2 .footer-nav .nav-top .nav2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 35px;
}
#footer .set2 .footer-nav .nav-top .nav2 li {
	position: relative;

}
#footer .set2 .footer-nav .nav-top .nav2 li a {
	position: relative;
	font-size: 22px;
}
#footer .set2 .footer-nav .nav-top .nav2 li a::before {
	content: "";
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: -14px;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
#footer .set2 .footer-nav .nav-top .nav2 li a.active, #footer .set2 .footer-nav .nav-top .nav2 li a:hover {
	text-decoration: none;
}
#footer .set2 .footer-nav .nav-top .nav2 li a.active::before, #footer .set2 .footer-nav .nav-top .nav2 li a:hover::before {
	opacity: 1;
	visibility: visible;
}
#footer .set2 .footer-nav .nav-top .nav2 li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 0;
}
#footer .set2 .footer-nav .nav-top .nav2 li ul li a {
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
}
#footer .set2 .footer-nav .nav-top .nav2 li ul li a::after, #footer .set2 .footer-nav .nav-top .nav2 li ul li a::before {
	content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    bottom: 8px;
}
#footer .set2 .footer-nav .nav-top .nav2 li ul li a:hover {
	opacity: .6;
}
#footer .set2 .footer-nav .nav-top .nav2 li ul li a::after {
	left: auto;
	right: 0;
}

#footer .set2 .footer-nav .nav-top .nav2 li ul li:nth-child(1) a::after {
	display: none;
}

#footer .set2 .footer-nav .nav-top .nav2 .menu-item {
	width: 270px;
	position: relative;
}
#footer .set2 .footer-nav .nav-top .nav2 .menu-item .menu-item__sub {
	width: 193px;
	position: absolute;
	top: 3px;
	right: -9px;
}
#footer .set2 .footer-nav .nav-top .nav2 .menu-item .menu-item__sub li {
	display: inline-block;
	width: 50%;
	text-align: center;
}
#footer .set2 .footer-nav .nav-top .nav2 .menu-item .menu-item__sub li a {
	display: block;
	text-align: center;
}
#footer .set2 .footer-nav .nav-top .icon-ins {
	width: 26px;
}
#footer .set2 .footer-nav .nav-bot .nav-other {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	gap: 33px;
}
#footer .set2 .footer-nav .nav-bot .nav-other li a {
	font-size: 14px;
}
#footer .set2 .footer-nav .nav-bot .nav-other li a:hover {
	text-decoration-line: underline;
	text-underline-offset: 6px;
}
#footer .set2 .footer__add {
	position: relative;
}
#footer .set2 .footer__add .access-btn {
	position: absolute;
	bottom: 13px;
	right: 5px;
	font-size: 12px;
	color: #d2cdc6;
	text-align: right;
	cursor: pointer;
	line-height: 1;
	letter-spacing: 0px;
}
#footer .set2 .footer__add .access-btn::before {
	content: "";
	background: url(../img/shared/icon_copy.png) no-repeat;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 2px;
	left: -22px;
}
#footer .set2 .footer__add .access-btn span:hover {
	text-decoration-line: underline;
	text-underline-offset: 6px;
}
#footer .set2 .footer__add .access-btn span.copied {
	text-decoration: none;
}
#footer .set2 .footer__add #socialbuttons {
	text-align: center;
	margin-bottom: 0;
}
#footer .set2 .footer__add address {
	text-align: center;
	font-size: 11px;
	color: #d2cdc6;
}
#footer .set2 .footer__add address a {
	padding-left: 20px;
}
.pagetop {
	position: fixed;
	width: 68px;
	height: 68px;
	bottom: 25px;
	right: 25px;
	z-index: 123;
	cursor: pointer;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}
.pagetop:hover {
	opacity: .4!important;
}
.has-nav .pagetop {
	opacity: 1;
	visibility: visible;
}
.menu-toggle {
	opacity: 1;
	visibility: visible;
	background: #000;
	z-index: 123;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: clip-path 0.8s ease-in-out;
}
.menu-toggle .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-toggle .inner .inner1 {
	width: 66%;
	position: relative;
	height: 100vh;
	display: block;
	overflow: hidden;
}
.menu-toggle .inner .inner1 .inner1__contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	z-index: 7;
	padding-top: 56px;
	padding-left: 61px;
	opacity: 0;
	visibility: hidden;
}
.menu-toggle .inner .inner1 .logo {
	width: 177px;
	margin-right: 52px;
}
.menu-toggle .inner .inner1 .tel {
	text-align: left;
	color: #fff;
	padding-top: 20px;
}
.menu-toggle .inner .inner1 .tel dt {
	margin-bottom: 15px;
	font-size: 18px;
	padding-left: 10px;
}
.menu-toggle .inner .inner1 .tel dd {
	padding-left: 30px;
	font-size: 33px;
}
.menu-toggle .inner .inner1 .tel dd::before {
	left: 10px;
}
.menu-toggle .inner .inner1 .bnr__web {
	width: 202px;
	padding-top: 29px;
	margin-left: 22px;
}
.menu-toggle .inner .inner1 .bnr__web a {
	line-height: 1;
	background: none;
	border: 1px solid #fff;
	transition: all .4s ease;
	padding: 16px 0;
}
.menu-toggle .inner .inner1 .bnr__web a:hover {
	background: #181d1e;
	border: 1px solid #181d1e;
}
.menu-toggle .inner .inner1 .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1.2);
	transform-origin: center center;
	transition: transform 0s .6s;
}
.menu-toggle .inner .inner1 .img img {
	width: 100%!important;
}
.menu-toggle .inner .right {
	width: 34%;
	background: url(../img/shared/toggle_bg.jpg);
	background-size: cover;
	height: 100vh;
}
.menu-toggle .inner .inner2 {
	width: 300px;
	margin: 0 auto;
	padding-top: 152px;
}
.menu-toggle .inner .inner2 .nav2 {
	margin-bottom: 61px;
}
.menu-toggle .inner .inner2 .nav2 li {
	position: relative;
}
.menu-toggle .inner .inner2 .nav2 li a {
	position: relative;
	font-size: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 1;
	align-items: flex-end;
	color: #fff;
}
.menu-toggle .inner .inner2 .nav2 li a::before {
	content: "";
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 15px;
	left: -28px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.menu-toggle .inner .inner2 .nav2 li a.active, .menu-toggle .inner .inner2 .nav2 li a:hover {
	text-decoration: none;
}
.menu-toggle .inner .inner2 .nav2 li a.active::before, .menu-toggle .inner .inner2 .nav2 li a:hover::before {
	opacity: 1;
	visibility: visible;
}
.menu-toggle .inner .inner2 .nav2 li a span {
	font-size: 36px;
}
.menu-toggle .inner .inner2 .nav2 li a small {
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 10px;
	margin-left: 38px;
}
.menu-toggle .inner .inner2 .nav2 li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 0;
	padding-top: 27px;
	padding-left: 7px;
	padding-bottom: 9px;
}
.menu-toggle .inner .inner2 .nav2 li ul li a {
	padding: 0 20px;
	font-size: 14px;
}
.menu-toggle .inner .inner2 .nav2 li ul li a::after, .menu-toggle .inner .inner2 .nav2 li ul li a::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	width: 1px;
	height: 22px;
	background: rgba(255, 255, 255, 0.3);
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}
.menu-toggle .inner .inner2 .nav2 li ul li a::after {
	left: auto;
	right: 0;
}
.menu-toggle .inner .inner2 .nav2 li ul li + li {
	margin-top: 0;
}
.menu-toggle .inner .inner2 .nav2 li + li {
	margin-top: 34px;
}
.menu-toggle .inner .inner2 .nav-other {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.menu-toggle .inner .inner2 .nav-other li {
	display: inline-block;
	width: 50%;
	position: relative;
	margin-bottom: 20px;
}
.menu-toggle .inner .inner2 .nav-other li::before, .menu-toggle .inner .inner2 .nav-other li::after {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px solid #d3d3d3;
	position: absolute;
	top: 0;
	left: 0;
}
.menu-toggle .inner .inner2 .nav-other li::after {
	right: 0;
	left: auto;
}
.menu-toggle .inner .inner2 .nav-other li:nth-child(1)::after,  .menu-toggle .inner .inner2 .nav-other li:nth-child(3)::after {
	display: none;
}
.menu-toggle .inner .inner2 .nav-other a {
	font-size: 18px;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
.menu-toggle .inner .inner2 .nav-other a:hover {
	opacity: .7;
	text-decoration-line: underline;
	text-underline-offset: 6px;
}
.menu-toggle .inner .inner2 .icon-ins {
	width: 36px;
	margin: 0 auto;
}
.nav--opened .menu-toggle {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.nav--opened .menu-toggle .inner .inner1 .img {
	transform: scale(1);
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}



#tokuten {
	position: relative;
}
#tokuten .box {
	background: url(../img/shared/bg_caro.jpg);
	position: relative;
	padding-top: 80px;
	padding-bottom: 81px;
}
#tokuten .box::before {
	content: "";
	background: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
}
#tokuten .box h2 {
	position: absolute;
	background: #1d83a6;
	width: 210px;
	height: 214px;
	top: -51px;
	left: 82px;
	z-index: 2;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}
#tokuten .box .text {
	width: 762px;
	margin-left: auto;
	font-size: 20px;
	line-height: 40px;
	color: #006481;
	position: relative;
	z-index: 2;
	letter-spacing: 2px;
}
#tokuten .box .text strong {
	font-weight: 600;
}
#tokuten .box .note {
	width: 339px;
	top: 193px;
	left: 78px;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	z-index: 2;
	letter-spacing: 0px;
}


@media screen and (min-width: 768px) and (max-height: 768px) {
	.menu-toggle .inner .inner2 {
		padding-top: 50px;
	}
	
	.menu-toggle .inner .inner2 .nav2 li + li {
		        margin-top: 30px;
	}
	
	.menu-toggle .inner .inner2 .nav-other {
		margin-bottom: 20px;
	}
	.menu-toggle .inner .inner2 .nav2 {
		margin-bottom: 40px;
	}
	
	.header__info-home .logo {
		margin-bottom: 35px;
	}
	.header__info-home .bnr__web {
		margin:0 7px 30px 24px;
	}
	.header__info-home .nav-other {
		margin-bottom: 0;
	}
	.home #header h1 {
		height: 542px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
	#tokuten {
		margin-left: 30px;
		margin-right: 30px;
	}
}










