@charset "UTF-8";
/*
PC
*/
.invisible {
	visibility: hidden;
}

@media print, screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.lp-bus {
		background: #fff;
	}
	.lp-bus main {
		background: none;
		padding: 0;
	}
	.box-content {
		width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	/*
	HEADER
	*/
	.bus-header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
		height: 40px;
		padding: 0px 40px;
		text-align: left;
		background: #fff;
		box-sizing: border-box;
	}
	.bus-header .bus-header-title {
		width: 416px;
		height: 40px;
		margin: 0;
		position: absolute;
		left: 40px;
		top: 0;
	}
	.bus-header .bus-header-title > a {
		text-indent: -9999em;
		display: block;
		background: url(../img/bus/logo.png) 0 center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	.bus-header .bus-header-down {
		width: 150px;
		position: absolute;
		right: 100px;
		top: 8px;
	}
	.bus-header .bus-header-down > a {
		display: block;
		background: rgba(252,247,232,1);
		border-radius: 13px;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		line-height: 25px;
		color: #000;
		letter-spacing: 0.1em;
	}
	.bus-header .bus-header-down > a:hover {
		opacity: 1;
		background: #707070;
		color: white;
	}
	.btn-bus-nav {
		position: fixed;
		right: 40px;
		top: 0;
		width: 30px;
		height: 40px;
		cursor: pointer;
		z-index: 20;
	}
	.btn-bus-nav span {
		background: black;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 17px;
		transition: 0.3s ease;
	}
	.btn-bus-nav span:nth-child(2) {
		top: 27px;
	}
	.btn-bus-nav.is-active span:nth-child(1) {
		transform: rotate(45deg);
		top: 22px;
	}
	.btn-bus-nav.is-active span:nth-child(2) {
		transform: rotate(-45deg);
		top: 22px;
	}

	/*
	NAV
	*/
	@keyframes fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.overlay {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		/* background: rgba(255, 255, 255, 0.7); */
	}
	.overlay.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-nav {
		position: fixed;
		right: 0;
		top: 0;
		width: 410px;
		height: 550px;
		z-index: 10;
		background: #fff;
		display: none;
	}
	.bus-nav.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-nav .nav-inner {
		padding-top: 100px;
		padding-left: 60px;
	}
	.bus-nav .nav-logo {
		width: 14px;
		position: absolute;
		right: 44px;
		bottom: 39px;
	}
	.bus-nav .menu {
	}
	.bus-nav .menu > li {
		margin-bottom: 14px;
	}
	.bus-nav .menu > li > a {
		color: black;
		font-size: 16px;
		line-height: 1.75em;
		letter-spacing: 0.1em;
	}
	.bus-nav .menu li:last-child img {
		width: 26px;
	}
	/*
	VISUAL
	*/
	.bus-visual {
		padding: 0 40px;
	}
	/*
	INTRO
	*/
	.bus-intro {
		position: relative;
		padding-top: 81px;
	}
	.bus-intro .bus-intro-title {
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.23em;
		line-height: 3em;
		display: block;
		padding: 0;
		margin: 0 0 55px;
		border: none;
	}
	.bus-intro .bus-intro-title img {
		display: block;
		margin: 0 auto;
		width: 421px;
	}
	.bus-intro p {
		font-size: 18px;
		line-height: 2.444em;
		letter-spacing: 0.1em;
		margin-bottom: 45px;
		text-align: center;
	}
	/*
	PS VISUAL
	*/
	.ps-visual-slider-1 {
		margin-bottom: 5px;
	}
	.ps-visual-slider-1 .ps-visual-slider-item {
		width: 320px;
		margin-right: 5px;
	}
	.ps-visual-slider-1 .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
		position: relative;
	}
	.ps-visual-slider-2 .ps-visual-slider-item {
		width: 256px;
		margin-right: 5px;
	}
	.ps-visual-slider-2 .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
		position: relative;
	}

	@keyframes line-slide {
		0% {
			background-position: -5% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}
	/*
	SERVICE
	*/
	.bus-sv {
		background: rgba(252,247,232,1);
		position: relative;
		padding: 100px 0;
	}
	.bus-sv .bus-sv-header {
		background: url(../img/bus/bus-sv-header.jpg) center center no-repeat;
		background-size: cover;
		height: 350px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 60px;
	}
	.bus-title {
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		font-size: 30px;
		line-height: 1;
		letter-spacing: 0.1em;
		font-weight: 500;
		display: block;
	}
	.bus-title-caption {
		text-align: center;
		font-size: 14px;
		margin: 20px 0 0;
		padding: 0;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.8em;
	}
	.bus-sv-content > p:first-child {
		text-align: center;
		font-size: 18px;
		line-height: 1.777em;
		letter-spacing: 0.2em;
		margin-bottom: 54px;
	}
	.bus-sv-content .bus-sv-catch {
		text-align: center;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 0.1em;
		margin: 0 auto 35px;
		padding-top: 5px;
		background: url(../img/bus/bus-sv-catch.png) center center no-repeat;
		background-size: contain;
		width: 620px;
		height: 55px;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.list-sv {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 60px;
		margin-bottom: 60px;
	}
	.list-sv > li {
	}
	.list-sv .sv-pic {
	}
	.list-sv .sv-content {
	}
	.list-sv .sv-content .sv-title {
		text-align: center;
		margin: 0;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 70px;
	}
	.list-sv .sv-content p {
		font-size: 14px;
		line-height: 1.714em;
		letter-spacing: 0.14em;
	}
	.list-sv + p {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.2em;
		line-height: 1.714em;
		margin: 0;
	}
	/*
	SCENE
	*/
	.bus-scene {
		position: relative;
		padding: 100px 0;
	}
	.list-bus-scene {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.list-bus-scene > li {
	}
	.list-bus-scene .bus-scene-pic {
		width: 200px;
		margin: 0 auto;
	}
	.list-bus-scene .bus-scene-content {
	}
	.list-bus-scene .bus-scene-content .bus-scene-title {
		text-align: center;
		margin: 0;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 70px;
	}
	.list-bus-scene .bus-scene-content p {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.714em;
		margin: 0;
	}
	.list-bus-scene + p {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.2em;
		line-height: 1.714em;
	}
	.list-bus-scene + p span {
		display: inline-block;
		background: linear-gradient(transparent 60%, rgba(252,247,232,1) 40%);
	}
	/*
	CASE
	*/
	.bus-case {
		position: relative;
		padding: 100px 0;
		background: rgba(252,247,232,1);
	}
	.list-bus-case {
		margin-top: 50px;
	}
	.list-bus-case .case {
		background: #fff;
	}
	.list-bus-case .case .case-pic {
	}
	.list-bus-case .case .case-content {
		padding: 30px 60px;
	}
	.list-bus-case .case .case-title {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		margin: 0 0 15px;
		padding: 0;
		position: relative;
	}
	.list-bus-case .case .case-title:after {
		content: "";
		display: block;
		background: black;
		width: 30px;
		height: 1px;
		margin: 15px 0 0px;
	}
	.list-bus-case .case .case-title a {
		color: black;
	}
	.list-bus-case .case p {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.428em;
		margin-bottom: 15px;
	}
	.list-bus-case .case p:last-child {
		margin-bottom: 0;
	}
	.bus-case .swiper-button-prev {
		background: url(../img/bus/case-prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 57px;
		height: 57px;
		left: -57px;
		top: 50%;
		margin-top: 27px;
		z-index: 2;
	}
	.bus-case .swiper-button-prev:after {
		content: none;
	}
	.bus-case .swiper-button-next {
		background: url(../img/bus/case-next.png) 0 0 no-repeat;
		background-size: contain;
		width: 57px;
		height: 57px;
		right: -57px;
		margin-top: 27px;
		z-index: 2;
	}
	.bus-case .swiper-button-next:after {
		content: none;
	}
	/*
	VOICE
	*/
	.bus-voice {
		position: relative;
	}
	.bus-voice .bus-voice-header {
		background: url(../img/bus/bus-voice-header.jpg) center center no-repeat;
		background-size: cover;
		height: 350px;
	}
	.bus-voice .box-content {
		padding: 100px 0;
	}
	.bus-voice .bus-title,
	.bus-voice .bus-title-caption {
		position: relative;
		z-index: 2;
	}
	.bus-voice .bus-voice-l {
		position: absolute;
		left: 0;
		top: 100px;
		width: 528px;
	}
	.bus-voice .bus-voice-r {
		padding-left: 660px;
		padding-top: 10px;
	}
	.bus-voice .bus-voice-r p {
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 0.05em;
	}
	.bus-voice .btn {
		width: 360px;
		margin: 55px 0 0;
	}
	.bus-voice .btn > span {
		text-align: center;
		display: block;
		font-size: 16px;
		font-weight: 500;
		background: rgba(252,247,232,1);
		line-height: 50px;
		color: #000;
		border-radius: 25px;
		letter-spacing: 0;
		cursor: pointer;
	}
	.bus-voice .btn > span:after {
		content: "";
		display: inline-block;
		background: url(../img/bus/blank.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin-left: 10px;
		position: relative;
		top: -2px;
	}

	/*
	FLOW
	*/
	.bus-flow {
		position: relative;
		background: rgba(252,247,232,1);
		padding: 100px 0;
	}
	.bus-flow .box-content > .bus-flow-header {
		background: url(../img/bus/bus-flow-header.jpg) center center no-repeat;
		background-size: cover;
		height: 350px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 60px;
		padding-top: 40px;
		box-sizing: border-box;
	}
	.list-bus-flow {
		list-style-type: none;
		list-style-position: inside;
		width: 765px;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}
	.list-bus-flow > li {
		position: relative;
		padding-left: 235px;
		margin-bottom: 77px;
	}
	.list-bus-flow > li:last-child {
		margin-bottom: 0;
	}
	.list-bus-flow:before {
		content: "";
		display: block;
		background: #000;
		width: 1px;
		height: 610px;
		position: absolute;
		top: 35px;
		left: 206px;
	}

	.list-bus-flow .bus-flow-header {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0%, -50%);
		width: 175px;
	}
	.list-bus-flow .bus-flow-header:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background: black;
		border-radius: 100%;
		position: absolute;
		left: 201.5px;
		top: 50%;
	}
	.list-bus-flow .bus-flow-header .bus-flow-num {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin: 0;
		vertical-align: middle;
		line-height: 1.555em;
		position: relative;
		padding-left: 34px;
		text-align: left;
	}
	.list-bus-flow .bus-flow-header .bus-flow-num .big {
		font-size: 24px;
		letter-spacing: 0.1em;
		vertical-align: middle;
		margin-right: 15px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.list-bus-flow > li:nth-child(6) .bus-flow-header .bus-flow-num .big {
		top: 11px;
	}
	.list-bus-flow .bus-flow-content {
		width: 525px;
	}
	.list-bus-flow .bus-flow-content p {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.714em;
		margin: 0;
	}
	.list-bus-flow .bus-flow-content p a {
		color: black;
		text-decoration: underline;
	}
	/*
	PRICE
	*/
	.bus-price {
		position: relative;
		padding: 100px 0;
	}
	.bus-price-box {
		background: rgba(252,247,232,1);
		border-radius: 153px;
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
		margin: 55px auto 0;
		width: 970px;
	}
	.bus-price-box .bus-price-box-l {
		width: 545px;
		box-sizing: border-box;
		padding-left: 130px;
	}
	.bus-price-box-top {
		/* display: flex;
		flex-wrap: wrap;
		justify-content: flex-start; */
		padding-top: 20px;
	}
	/* .bus-price-box-top:after {
		content: "";
		display: block;
		background: url(../img/bus/price-plus.png) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 20px;
		margin: 15px auto;
		position: relative;
		left: -65px;
	} */
	.bus-price-box-top p:nth-child(1) {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;
		width: 115px;
		position: relative;
		top: 4px;
	}
	.bus-price-box-top p:nth-child(2) {
		font-size: 40px;
		font-weight: 500;
		line-height: 1.1333em;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}
	.bus-price-box-top p:nth-child(2) span {
		font-size: 13px;
		font-weight: 500;
		line-height: 2.42em;
	}
	.bus-price-box-bottom {
		/* display: flex;
		justify-content: flex-start;

		flex-wrap: wrap; */
	}
	.bus-price-box-bottom p {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;
		width: 100%;
		position: relative;
		padding-left: 20px;
	}
	.bus-price-box-bottom p:before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
	/* .bus-price-box-bottom p:nth-child(2) {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;
		width: 115px;
		position: relative;
		top: 4px;
	}
	.bus-price-box-bottom p:nth-child(3) {
		font-size: 30px;
		font-weight: 500;
		line-height: 1.1333em;
		letter-spacing: 0.1em;
	}
	.bus-price-box-bottom p:nth-child(3) span {
		font-size: 14px;
		font-weight: 500;
		line-height: 2.42em;
	} */
	.bus-price-box .bus-price-box-r {
		width: 425px;
		box-sizing: border-box;
		border-left: 1px solid black;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.bus-price-box .bus-price-box-r p {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		font-weight: 500;
		margin-bottom: 25px;
	}
	.bus-price-box .bus-price-box-r ul {
	}
	.bus-price-box .bus-price-box-r ul > li {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.71em;
		position: relative;
		padding-left: 18px;
	}
	.bus-price-box .bus-price-box-r ul > li:before {
		content: "■";
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.71em;
		position: absolute;
		left: 0;
		top: 0;
	}

	.bus-price-box .bus-price-box-r ul ul {
	}
	.bus-price-box .bus-price-box-r ul ul li {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.71em;
		padding-left: 18px;
		position: relative;
	}
	.bus-price-box .bus-price-box-r ul ul li:before {
		content: "－";
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.71em;
		position: absolute;
		left: 0;
		top: 0;
	}
	.bus-price-box-bottom-p {
		width: 870px;
		margin: 0 auto;
		font-size: 13px;
	}
	.bus-price-box-bottom-p .under {
		background:linear-gradient(transparent 60%, rgba(252,247,232,1) 60%);
	}
	.bus-price-bottom {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px;
		margin-top: 60px;
	}
	.bus-price-bottom div:nth-child(1) p:nth-child(1) {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.5555em;
		text-align: center;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.bus-price-bottom table {
		width: 525px;
		margin: 0 auto;
		border-collapse: collapse;
	}
	.bus-price-bottom table th {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		font-weight: 500;
		text-align: center;
		border: 1px solid #707070;
		width: 225px;
		padding: 3px 0;
	}
	.bus-price-bottom table td {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		font-weight: 500;
		text-align: center;
		border: 1px solid #707070;
		width: 300px;
		padding: 3px 0;
	}
	.bus-price-bottom table tr:first-child th {
		color: white;
		background: #707070;
		border-right: 1px solid white;
		letter-spacing: 0.05em;
	}
	.bus-price-bottom table tr:first-child td {
		color: white;
		background: #707070;
		letter-spacing: 0.05em;
	}
	.bus-price-bottom div:last-child {
		position: relative;
	}
	.bus-price-bottom div:last-child ul {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.bus-price-bottom div:last-child ul > li {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.714em;
		position: relative;
		padding-left: 18px;
	}
	.bus-price-bottom div:last-child ul > li:before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
	.bus-price-bottom li a {
		color: black;
		text-decoration: underline;
	}
	/*
	THO
	*/
	.bus-tho {
		background: rgba(252,247,232,1);
		padding: 100px 0 170px;
	}

	.bus-tho .bus-title,
	.bus-tho .bus-title-caption {
		position: relative;
		z-index: 2;
	}
	.bus-tho .bus-title-caption {
		margin-bottom: 0;
	}
	.bus-tho .bus-tho-l {
		position: absolute;
		left: 0;
		top: 74px;
		width: 526px;
	}
	.bus-tho .bus-tho-r {
		padding-left: 660px;
		padding-top: 52px;
	}
	.bus-tho .bus-tho-r p {
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 0.05em;
	}
	.bus-tho .btn {
		width: 360px;
		margin: 55px 0 0;
	}
	.bus-tho .btn > a {
		text-align: center;
		display: block;
		font-size: 16px;
		font-weight: 500;
		background: #707070;
		line-height: 50px;
		color: #fff;
		border-radius: 25px;
		letter-spacing: 0;
	}
	.bus-tho .btn > a:after {
		content: "";
		display: inline-block;
		background: url(../img/bus/blank-white.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin-left: 10px;
		position: relative;
		top: -2px;
	}
	/*
	FAQ
	*/
	.bus-faq {
		position: relative;
		padding-bottom: 100px;
	}
	.bus-faq .bus-faq-header {
		background: url(../img/bus/bus-faq-header.jpg) center center no-repeat;
		background-size: cover;
		height: 350px;
	}
	.bus-faq .box-content {
		padding-top: 100px;
		width: 800px;
	}
	.bus-faq .bus-title-caption {
		margin-bottom: 55px;
	}
	.bus-faq-title {
		border-top: 1px solid black;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.666em;
		letter-spacing: 0.08em;
		position: relative;
		padding: 25px 0 25px 38px;
		cursor: pointer;
	}
	.bus-faq-title:before {
		content: "Q.";
		position: absolute;
		left: 9px;
		top: 25px;
	}
	.bus-faq-title:after {
		content: "";
		display: block;
		background: url(../img/bus/faq-plus.png) center center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px;
	}
	.bus-faq-title.open:after {
		background: url(../img/bus/faq-minus.png) center center no-repeat;
		background-size: contain;
	}
	.bus-faq-content {
		height: 0;
		transition-duration: 0.8s;
		overflow: hidden;
	}
	.bus-faq-content p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.75em;
		letter-spacing: 0.08em;
		position: relative;
	}
	.bus-faq-content p:before {
		content: "A.";
		position: absolute;
		left: -29px;
		top: 0px;
	}
	.bus-faq-content-inner {
		padding: 5px 25px 1px 38px;
		opacity: 0;
		transition-duration: 0.3s;
		transition-delay: 0.7s;
	}
	.bus-faq-content-inner.show {
		opacity: 1;
	}
	.bus-faq-content-inner p a {
		color: #000;
		text-decoration: underline;
	}

	.bus-faqs {
		border-bottom: 1px solid black;
	}

	/*
	DOWN
	*/
	.bus-down {
		position: relative;
		background: rgba(252,247,232,1);
		padding-bottom: 100px;
	}
	.bus-down .bus-down-header {
		background: url(../img/bus/bus-down-header.jpg) center center no-repeat;
		background-size: cover;
		height: 350px;
	}
	.bus-down .box-content {
		padding-top: 100px;
	}
	.list-bus-down {
		margin-top: 50px;
	}
	.list-bus-down .bus-down-item {
	}
	.list-bus-down .bus-down-pic {
	}
	.list-bus-down .bus-down-content {
		padding: 25px 0px 0;
	}
	.list-bus-down .bus-down-content .bus-down-title {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		margin: 0 0 25px;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.list-bus-down .bus-down-content .btn {
	}
	.list-bus-down .bus-down-content .btn a {
		background: #707070;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.2em;
		border-radius: 25px;
		line-height: 50px;
		display: block;
	}
	.list-bus-down .bus-down-content .btn a:after {
		content: "";
		display: inline-block;
		background: url(../img/bus/down.png) center center no-repeat;
		background-size: contain;
		width: 16px;
		height: 16px;
		margin-left: 8px;
		vertical-align: middle;
		position: relative;
		top: -3px;
	}
	.bus-down .swiper-button-prev {
		background: url(../img/bus/case-prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 57px;
		height: 57px;
		left: -57px;
		top: 50%;
		margin-top: 27px;
		z-index: 2;
	}
	.bus-down .swiper-button-prev:after {
		content: none;
	}
	.bus-down .swiper-button-next {
		background: url(../img/bus/case-next.png) 0 0 no-repeat;
		background-size: contain;
		width: 57px;
		height: 57px;
		right: -57px;
		margin-top: 27px;
		z-index: 2;
	}
	.bus-down .swiper-button-next:after {
		content: none;
	}
	/*
	CONTACT
	*/
	.bus-contact {
		position: relative;
		padding-top: 100px;
		padding-bottom: 85px;
	}
	.bus-contact-intro p {
		margin-top: 55px;
		text-align: center;
		font-size: 18px;
		line-height: 1.777em;
		letter-spacing: 0.15em;
	}
	.bus-contact-intro p + p {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 1.777em;
		letter-spacing: 0.15em;
	}
	.bus-contact-intro p + p a {
		color: #000;
		text-decoration: underline;
	}
	.bus-contact .bus-contact-toggle {
		text-align: center;
		font-size: 14px;
		line-height: 2.28em;
		letter-spacing: 0.15em;
		cursor: pointer;
	}
	.bus-contact .bus-contact-toggle:hover {
		opacity: 0.7;
	}
	.bus-contact .bus-contact-toggle:after {
		content: "";
		display: block;
		background: url(../img/bus/bus-contact-toggle.png) center top no-repeat;
		background-size: contain;
		width: 57px;
		height: 57px;
		margin: 0 auto;
		position: relative;
		top: -25px;
		transition: 0.3s ease;
	}
	.bus-contact .bus-contact-toggle.is-active:after {
		transform: rotate(-180deg);
		transform-origin: center 70%;
	}
	.bus-contact-box {
		display: none;
		opacity: 0;
	}
	.bus-contact-box.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-contact-confirm {
		display: none;
	}
	.bus-contact-confirm p {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 1.777em;
		letter-spacing: 0.15em;
	}
	.mw_wp_form_confirm .bus-contact-intro {
		display: none;
	}
	.mw_wp_form_confirm .bus-contact-confirm {
		display: block;
	}
	.mw_wp_form_confirm .bus-contact-box {
		display: block;
		opacity: 1;
	}
	.bus-contact-result p {
		margin-top: 30px;
		margin-bottom: 95px;
		text-align: center;
		font-size: 18px;
		line-height: 1.777em;
		letter-spacing: 0.15em;
	}
	.bus-contact-result p a {
		text-decoration: underline;
		color: black;
	}
	.bus-contact-result p a:hover {
		color: #efefef;
	}
	.bus-contact-result .result-link {
		margin-top: 80px;
	}

	.table-form {
		width: 860px !important;
		margin: 30px auto;
		table-layout: auto;
	}
	.table-form th {
		font-size: 18px;
		letter-spacing: 0.15em;
		line-height: 1.777em;
		text-align: left;
		position: relative;
		width: 325px;
		font-weight: 500;
		padding: 28px 0 20px;
		vertical-align: top;
	}
	.table-form td {
		font-size: 18px;
		letter-spacing: 0.15em;
		line-height: 1.777em;
		text-align: left;
		padding: 25px 0;
	}
	.table-form .required {
		color: white;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		width: 60px;
		line-height: 30px;
		position: absolute;
		right: 10px;
		top: 30px;
		background: #dc0021;
		display: block;
		border-radius: 18px;
	}
	.table-form input[type="text"] {
		width: 532px;
		line-height: 40px;
		height: 40px;
		background: #efefef;
		border: none;
		box-shadow: none;
		padding: 5px;
		box-sizing: border-box;
		padding-left: 25px;
	}
	.table-form textarea {
		width: 532px;
		line-height: 40px;
		height: 200px;
		background: #efefef;
		border: none;
		box-shadow: none;
		padding: 5px;
		box-sizing: border-box;
		padding-left: 25px;
	}
	p.form-center-p {
		text-align: center;
		font-size: 18px;
		line-height: 1.8888em;
		font-weight: 500px;
		letter-spacing: 0.15em;
		margin: 50px auto;
	}
	.table-form .ex {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: -15px;
	}
	.mw_wp_form_confirm .table-form {
		border-spacing: 0;
	}
	.mw_wp_form_confirm .table-form .required {
		display: none;
	}
	.mw_wp_form_confirm .table-form th {
		border-bottom: 1px solid black;
	}
	.mw_wp_form_confirm .table-form td {
		border-bottom: 1px solid black;
	}
	.mw_wp_form_confirm .form-center-p {
		display: none;
	}
	.mw_wp_form_confirm .table-form {
		margin: 0 auto;
	}
	.mw_wp_form_confirm .table-form .ex {
		display: none;
	}
	.mw_wp_form_confirm .table-form th {
		padding: 25px 0;
	}
	.bus-form-btns {
		display: flex;
		justify-content: center;
		margin: 70px auto;
	}
	.bus-form-btns .btn-submit {
		display: block;
		padding: 0;
		margin: 0;
		border-radius: 35px;
		background: rgba(252,247,232,1);
		width: 260px;
		line-height: 70px;
		border: none;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.2em;
		cursor: pointer;
		font-family: "Noto Serif JP", メイリオ, serif, sans-serif;
	}
	.bus-form-btns .btn-submit:hover {
		background: #707070;
		color: white;
		transition: 0.3s ease;
	}
	.mw_wp_form_confirm .bus-form-btns {
		margin-top: 100px;
	}
	.mw_wp_form_confirm .btn-back {
		display: block;
		padding: 0;
		margin: 0;
		border-radius: 35px;
		background: #efefef;
		width: 120px;
		line-height: 50px;
		height: 50px;
		border: none;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.2em;
		cursor: pointer;
		margin-right: 60px;
		margin-top: 10px;
		font-family: "Noto Serif JP", メイリオ, serif, sans-serif;
	}
	.bus-form-btns .btn-back:hover {
		background: #707070;
		color: white;
		transition: 0.3s ease;
	}

	/*
	SUB
	*/
	.page-bus-sub {
		padding: 100px 0;
	}
	.page-bus-sub .bus-sub-title {
		width: auto;
		text-align: center;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0;
		margin: 0 0 15px;
	}
	.page-bus-sub .bus-sub-title-caption {
		width: auto;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.8em;
		line-height: 2em;
		margin-bottom: 60px !important;
	}
	.page-bus-sub .box-content {
		width: 840px;
		margin: 0 auto;
	}
	.page-bus-sub .box-content p a {
		color: #000;
		text-decoration: underline;
	}
	.page-bus-sub .box-content .bus-sub-title-2 {
		font-size: 20px;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 45px;
		border: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.page-bus-sub .box-content p {
		font-size: 14px;
		margin-bottom: 40px;
		font-weight: 500;
		line-height: 1.85em;
	}

	/*
	FOOTER
	*/
	.l-footer-bus {
		background: rgba(252,247,232,1);
	}
	.l-footer-bus .footer-logo {
		width: 210px;
		margin: 0 auto 30px;
	}
	.l-footer-bus p {
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.8333em;
		letter-spacing: 0.1em;
		color: black;
		font-family: "Noto Serif JP", メイリオ, serif, sans-serif;
		margin: 0 auto 28px !important;
	}
	.l-footer-bus p a {
		color: black;
	}
	.footer-insta a {
		display: block;
		width: 22px;
		margin: 0 auto 20px;
	}
	.footer-nav {
	}
	.footer-nav ul {
		display: flex;
		justify-content: center;
	}
	.footer-nav li {
		margin: 0 15px;
	}
	.footer-nav li a {
		font-size: 10px;
		color: black;
	}
	.l-footer-bus .copyright {
		text-align: center;
		margin-top: 15px !important;
		font-size: 10px;
		font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
	}

	/*
	MODAL
	*/
	.bus-modal {
		position: fixed;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 999;
		display: none;
		opacity: 0;
	}
	.bus-modal.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-modal .bus-modal-layout {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.bus-modal .bus-modal-inner {
		background: #fff;
		max-width: 1080px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		overflow: scroll;
	}
	.bus-modal .bus-header-title {
		text-indent: -9999em;
		display: block;
		background: url(../img/bus/logo.png) 0 center no-repeat;
		background-size: contain;
		width: 416px;
		height: 40px;
		margin: 0;
		position: fixed;
		/* left: 40px; */
		top: 0;
		margin-left: 40px;
		z-index: 10;
	}
	.bus-modal .bus-modal-close {
		position: fixed;
		top: 50px;
		width: 66px;
		cursor: pointer;
		z-index: 10;
	}
	.bus-modal .bus-modal-close span {
		display: block;
		margin-right: -993px;
		width: 66px;
		float: right;
		text-align: center;
	}
	.bus-modal .bus-modal-inner .box-content {
		width: 900px;
		margin: 0 auto;
		padding: 100px 0;
	}
	.bus-modal .bus-modal-title {
		text-align: center;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 30px;
		letter-spacing: 0.1em;
		font-weight: 600;
		width: 100%;
	}
	.bus-modal .bus-modal-title-caption {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.8em;
		padding-top: 5px;
		margin-bottom: 60px;
	}
	.bus-modal .bus-modal-title-2 {
		margin: 50px 50px 33px;
		text-align: left;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 0.2em;
	}
	.bus-modal .box-content p {
		margin: 0 50px 50px;
	}
	.bus-modal .box-content .bus-modal-list {
		margin: 0 50px 50px;
	}
	.bus-modal .box-content .bus-modal-list > li {
		font-size: 14px;
		line-height: 1.714em;
		letter-spacing: 0.08em;
		font-weight: 500;
		position: relative;
		padding-left: 18px;
	}
	.bus-modal .box-content .bus-modal-list > li:before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
	}
	.bus-modal-pic {
		width: 100%;
		position: relative;
	}
	.bus-modal-close span:after {
		content: "";
		display: block;
		background: url(../img/bus/bus-modal-pic-1-text.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 94px;
		position: absolute;
		/* right: -41px; */
		margin-left: 27px;
		top: 192px;

	}
}

/*
SP
*/
@media print, screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.lp-bus {
		background: #fff;
	}
	.lp-bus main {
		background: none;
		padding: 0;
	}
	.box-content {
		margin: 0 auto;
		position: relative;
	}
	/*
	HEADER
	*/
	.bus-header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
		height: 45px;
		padding: 0px 30px;
		text-align: left;
		background: #fff;
		box-sizing: border-box;
		z-index: 10;
	}
	.bus-header .bus-header-title {
		width: 240px;
		height: 29px;
		margin: 0;
		position: absolute;
		left: 30px;
		top: 9px;
	}
	.bus-header .bus-header-title > a {
		text-indent: -9999em;
		display: block;
		background: url(../img/bus/logo.png) 0 center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	.bus-header .bus-header-down {
		width: 150px;
		position: absolute;
		right: 100px;
		top: 8px;
		display: none;
	}
	.bus-header .bus-header-down > a {
		display: block;
		background: rgba(252,247,232,1);
		border-radius: 13px;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		line-height: 25px;
		color: #000;
		letter-spacing: 0.1em;
	}
	.btn-bus-nav {
		position: fixed;
		right: 30px;
		top: 0;
		width: 30px;
		height: 40px;
		cursor: pointer;
		z-index: 20;
	}
	.btn-bus-nav span {
		background: black;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 17px;
		transition: 0.3s ease;
	}
	.btn-bus-nav span:nth-child(2) {
		top: 27px;
	}
	.btn-bus-nav.is-active span:nth-child(1) {
		transform: rotate(45deg);
		top: 22px;
	}
	.btn-bus-nav.is-active span:nth-child(2) {
		transform: rotate(-45deg);
		top: 22px;
	}

	/*
	NAV
	*/
	@keyframes fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.overlay {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		/* background: rgba(255, 255, 255, 0.7); */
	}
	.overlay.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-nav {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: #fff;
		display: none;
	}
	.bus-nav.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-nav .nav-inner {
		padding-bottom: 150px;
	}
	.bus-nav .nav-logo {
		width: 240px;
		height: 29px;
		position: absolute;
		left: 30px;
		top: 9px;
	}
	.bus-nav .nav-logo {
		display: block;
		text-indent: -9999em;
		background: url(../img/bus/logo-sp.png);
		background-size: contain;
	}
	.bus-nav .menu {
		margin-top: 65px;
	}
	.bus-nav .menu > li {
		margin-bottom: 32px;
	}
	.bus-nav .menu > li:last-child {
		padding-bottom: 100px;
	}
	.bus-nav .menu > li > a {
		color: black;
		font-size: 20px;
		line-height: 1.4em;
		letter-spacing: 0.1em;
		text-align: center;
		font-weight: 500;
		display: block;
	}
	.bus-nav .menu li:last-child img {
		width: 38px;
	}
	/*
	VISUAL
	*/
	.bus-visual {
		padding: 45px 30px 0;
		position: relative;
	}
	.bus-visual > div:nth-child(1) {
		text-indent: -9999em;
		background: url(../img/bus/bus-visual-sp.jpg) center top no-repeat;
		background-size: contain;
		height: 540px;
	}
	.bus-visual .bus-visual-down {
		position: fixed;
		right: 0;
		bottom: 20px;
		width: 99px;
		z-index: 9;
	}
	/*
	INTRO
	*/
	.bus-intro {
		position: relative;
		padding-top: 25px;
	}
	.bus-intro .bus-intro-title {
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.14em;
		line-height: 3.125em;
		display: block;
		padding: 0;
		margin: 0 0 48px;
		border: none;
	}
	.bus-intro .bus-intro-title img {
		display: block;
		margin: 0 auto;
		width: 302px;
	}
	.bus-intro p {
		font-size: 16px;
		font-weight: 500;
		line-height: 2.25em;
		letter-spacing: 0.05em;
		margin-bottom: 38px;
		text-align: center;
	}
	/*
	PS VISUAL
	*/
	.ps-visual-slider-1 {
		margin-top: 45px;
		margin-bottom: 5px;
	}
	.ps-visual-slider-1 .ps-visual-slider-item {
		width: 211px;
		margin-right: 5px;
	}
	.ps-visual-slider-1 .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
		position: relative;
	}
	.ps-visual-slider-2 .ps-visual-slider-item {
		width: 168px;
		margin-right: 5px;
	}
	.ps-visual-slider-2 .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
		position: relative;
	}

	@keyframes line-slide {
		0% {
			background-position: -5% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}
	/*
	SERVICE
	*/
	.bus-sv {
		background: rgba(252,247,232,1);
		position: relative;
		padding: 60px 0;
	}
	.bus-sv .bus-sv-header {
		background: url(../img/bus/bus-sv-header-sp.jpg) center center no-repeat;
		background-size: cover;
		height: 230px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 55px;
	}
	.bus-title {
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		font-size: 26px;
		line-height: 1.07em;
		letter-spacing: 0.1em;
		font-weight: 500;
		display: block;
	}
	.bus-title-caption {
		text-align: center;
		font-size: 12px;
		margin: 5px 0 0;
		padding: 0;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.8em;
	}
	.bus-sv-content > p:first-child {
		text-align: center;
		font-size: 16px;
		line-height: 2.25em;
		letter-spacing: 0.025em;
		margin-bottom: 44px;
	}
	.bus-sv-content .bus-sv-catch {
		text-indent: -9999em;
		background: url(../img/bus/bus-sv-catch-sp.png) center top no-repeat;
		background-size: contain;
		height: 81px;
		margin-bottom: 30px;
	}
	.list-sv {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 55px;
		margin-bottom: 20px;
		padding: 0 30px;
	}
	.list-sv > li {
	}
	.list-sv .sv-pic {
	}
	.list-sv .sv-content {
	}
	.list-sv .sv-content .sv-title {
		text-align: center;
		margin: 0;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 70px;
	}
	.list-sv .sv-content p {
		font-weight: 500;
		font-size: 14px;
		line-height: 1.714em;
		letter-spacing: 0.11em;
	}
	.list-sv + p {
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.11em;
		line-height: 1.714em;
		margin: 0;
		padding: 0 30px;
		position: relative;
	}
	/*
	SCENE
	*/
	.bus-scene {
		position: relative;
		padding: 60px 0;
	}
	.list-bus-scene {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.list-bus-scene > li {
		margin-bottom: 60px;
	}
	.list-bus-scene .bus-scene-pic {
		width: 200px;
		margin: 0 auto;
	}
	.list-bus-scene .bus-scene-content {
	}
	.list-bus-scene .bus-scene-content .bus-scene-title {
		text-align: center;
		margin: 0;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 70px;
	}
	.list-bus-scene .bus-scene-content p {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.714em;
		margin: 0;
	}
	.list-bus-scene + p {
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.714em;
		padding: 0 30px;
	}
	.list-bus-scene + p span {
		background: linear-gradient(transparent 60%, rgba(252,247,232,1) 40%);
	}
	/*
	CASE
	*/
	.bus-case {
		position: relative;
		padding: 55px 55px;
		background: rgba(252,247,232,1);
	}
	.list-bus-case {
		margin-top: 50px;
	}
	.list-bus-case .case {
		background: #fff;
	}
	.list-bus-case .case .case-pic {
	}
	.list-bus-case .case .case-content {
		padding: 10px 35px 20px;
	}
	.list-bus-case .case .case-title {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		margin: 0 0 15px;
		padding: 0;
		position: relative;
	}
	.list-bus-case .case .case-title:after {
		content: "";
		display: block;
		background: black;
		width: 30px;
		height: 1px;
		margin: 15px 0 0px;
	}
	.list-bus-case .case .case-title a {
		color: black;
	}
	.list-bus-case .case p {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.428em;
		margin-bottom: 15px;
	}
	.list-bus-case .case p:last-child {
		margin-bottom: 0;
	}
	.bus-case .swiper-button-prev {
		background: url(../img/bus/case-prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		left: -25px;
		top: 50%;
		margin-top: 35px;
		z-index: 2;
	}
	.bus-case .swiper-button-prev:after {
		content: none;
	}
	.bus-case .swiper-button-next {
		background: url(../img/bus/case-next.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		right: -25px;
		margin-top: 35px;
		z-index: 2;
	}
	.bus-case .swiper-button-next:after {
		content: none;
	}
	/*
	VOICE
	*/
	.bus-voice {
		position: relative;
	}
	.bus-voice .bus-voice-header {
		background: url(../img/bus/bus-voice-header-sp.jpg) center center no-repeat;
		background-size: cover;
		height: 230px;
	}
	.bus-voice .box-content {
		padding: 60px 0 30px;
	}
	.bus-voice .bus-title,
	.bus-voice .bus-title-caption {
		position: relative;
		z-index: 2;
	}
	.bus-voice .bus-voice-l {
		padding: 25px 27px;
	}
	.bus-voice .bus-voice-r {
		padding-top: 10px;
	}
	.bus-voice .bus-voice-r p {
		font-size: 16px;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.05em;
		padding: 0 27px;
		letter-spacing: 0.05em;
	}
	.bus-voice .btn {
		max-width: 360px;
		width: 100%;
		margin: 30px auto 0;
	}
	.bus-voice .btn > span {
		text-align: center;
		display: block;
		font-size: 16px;
		font-weight: 500;
		background: rgba(252,247,232,1);
		line-height: 50px;
		color: #000;
		border-radius: 25px;
		letter-spacing: 0;
		cursor: pointer;
	}
	.bus-voice .btn > span:after {
		content: "";
		display: inline-block;
		background: url(../img/bus/blank.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin-left: 10px;
		position: relative;
		top: -2px;
	}

	/*
	FLOW
	*/
	.bus-flow {
		position: relative;
		background: rgba(252,247,232,1);
		padding: 60px 0;
	}
	.bus-flow .box-content > .bus-flow-header {
		background: url(../img/bus/bus-flow-header.jpg) center center no-repeat;
		background-size: cover;
		height: 230px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 30px;

		box-sizing: border-box;
	}
	.list-bus-flow {
		list-style-type: none;
		list-style-position: inside;

		margin: 0 auto;
		position: relative;
		padding: 0;
	}
	.list-bus-flow > li {
		position: relative;
		padding: 0 30px;
	}
	.list-bus-flow > li:after {
		content: "";
		width: 1px;
		height: 60px;
		background: #000;
		display: block;
		margin: 11px auto;
	}
	.list-bus-flow > li:last-child:after {
		margin-bottom: 0;
		content: none;
	}

	.list-bus-flow .bus-flow-header {
		text-align: center;
		margin-bottom: 20px;
	}
	.list-bus-flow .bus-flow-header br {
		display: none;
	}

	.list-bus-flow .bus-flow-header .bus-flow-num {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin: 0;
		font-weight: 500;
		vertical-align: middle;
		line-height: 1.555em;
		position: relative;
		text-align: left;
		display: block;
		text-align: center;
	}
	.list-bus-flow .bus-flow-header .bus-flow-num .big {
		font-size: 24px;
		letter-spacing: 0.1em;
		vertical-align: middle;
		position: relative;
		top: -3px;
		font-weight: 500;
		margin-right: 10px;
		display: inline-block;
	}

	.list-bus-flow .bus-flow-content {
	}
	.list-bus-flow .bus-flow-content p {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.714em;
		margin: 0;
	}
	.list-bus-flow .bus-flow-content p a {
		color: black;
		text-decoration: underline;
	}
	/*
	PRICE
	*/
	.bus-price {
		position: relative;
		padding: 60px 30px;
	}
	.bus-price-box {
		background: rgba(252,247,232,1);
		border-radius: 180px;
		padding: 70px 0;
		margin: 30px 0 0;
	}
	.bus-price-box .bus-price-box-l {
		box-sizing: border-box;
	}
	.bus-price-box-top {
		text-align: center;
	}
	/* .bus-price-box-top:after {
		content: "";
		display: block;
		background: url(../img/bus/price-plus.png) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 20px;
		margin: 25px auto;
		position: relative;
	} */
	.bus-price-box-top p:nth-child(1) {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;

		position: relative;
		top: 4px;
		text-align: center;
		margin-bottom: 10px;
	}
	.bus-price-box-top p:nth-child(2) {
		text-align: center;
		font-size: 30px;
		font-weight: 500;
		line-height: 1.1333em;
		letter-spacing: 0.1em;
	}
	.bus-price-box-top p:nth-child(2) span {
		font-size: 14px;
		font-weight: 500;
		line-height: 2.42em;
	}
	.bus-price-box-bottom {
		text-align: center;
		margin-top: 25px;
	}
	.bus-price-box-bottom:after {
		content: "";
		display: block;
		width: 220px;
		height: 1px;
		background: #000;
		margin: 30px auto;
	}
	.bus-price-box-bottom p {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;

		position: relative;
		padding-left: 20px;
		text-align: left;
		margin-left: 20px;
		margin-right: 20px;
	}
	.bus-price-box-bottom p:before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
	/* .bus-price-box-bottom p:nth-child(1) {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;
		width: 100%;
		position: relative;
		text-align: center;
	}
	.bus-price-box-bottom p:nth-child(2) {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.888em;
		letter-spacing: 0.1em;

		position: relative;

		text-align: center;
	}
	.bus-price-box-bottom p:nth-child(3) {
		margin-top: 5px;
		font-size: 30px;
		font-weight: 500;
		line-height: 1.1333em;
		letter-spacing: 0.1em;
	}
	.bus-price-box-bottom p:nth-child(3) span {
		font-size: 14px;
		font-weight: 500;
		line-height: 2.42em;
	} */
	.bus-price-box .bus-price-box-r {
		box-sizing: border-box;

		padding-bottom: 10px;

		box-sizing: border-box;
	}
	.bus-price-box .bus-price-box-r p {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		font-weight: 500;
		margin-bottom: 20px;
		text-align: center;
	}
	.bus-price-box .bus-price-box-r ul {
		width: 245px;
		margin: 0 auto;
	}
	.bus-price-box .bus-price-box-r ul > li {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.714em;
		position: relative;
		padding-left: 18px;
	}
	.bus-price-box .bus-price-box-r ul > li:before {
		content: "■";
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.714em;
		position: absolute;
		left: 0;
		top: 0;
	}

	.bus-price-box .bus-price-box-r ul ul {
		margin-left: 0;
	}
	.bus-price-box .bus-price-box-r ul ul li {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.714em;
		padding-left: 18px;
		position: relative;
	}
	.bus-price-box .bus-price-box-r ul ul li:before {
		content: "－";
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.71em;
		position: absolute;
		left: 0;
		top: 0;
	}
	.bus-price-box-bottom-p {

		margin: 0 auto;
		font-size: 13px;
	}
	.bus-price-box-bottom-p .under {
		background:linear-gradient(transparent 60%, rgba(252,247,232,1) 60%);
	}
	.bus-price-bottom {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
		margin-top: 60px;
	}
	.bus-price-bottom div:nth-child(1) p:nth-child(1) {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.5555em;
		text-align: center;
		margin-bottom: 35px;
		font-weight: 500;
	}
	.bus-price-bottom table {
		margin: 0 auto;
		border-collapse: collapse;
	}
	.bus-price-bottom table th {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		font-weight: 500;
		text-align: center;
		border: 1px solid #707070;
		width: 225px;
		padding: 3px 0;
	}
	.bus-price-bottom table td {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 1.555em;
		font-weight: 500;
		text-align: center;
		border: 1px solid #707070;
		width: 300px;
		padding: 5px 0;
	}
	.bus-price-bottom table tr:first-child th {
		color: white;
		background: #707070;
		border-right: 1px solid white;
		letter-spacing: 0.05em;
	}
	.bus-price-bottom table tr:first-child td {
		color: white;
		background: #707070;
		letter-spacing: 0.05em;
		padding: 5px 0;
	}
	.bus-price-bottom div:last-child {
		position: relative;
	}
	.bus-price-bottom div:last-child ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.bus-price-bottom div:last-child ul > li {
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.714em;
		position: relative;
		padding-left: 18px;
	}
	.bus-price-bottom div:last-child ul > li:before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
	.bus-price-bottom li a {
		color: black;
		text-decoration: underline;
	}
	/*
	THO
	*/
	.bus-tho {
		background: rgba(252,247,232,1);
		padding: 60px 0 60px;
	}

	.bus-tho .bus-title,
	.bus-tho .bus-title-caption {
		position: relative;
		z-index: 2;
	}
	.bus-tho .bus-title-caption {
		margin-bottom: 0;
	}
	.bus-tho .bus-tho-l {
		width: 320px;
		margin: 30px auto 0;
	}
	.bus-tho .bus-tho-r {
		padding-top: 20px;
	}
	.bus-tho .bus-tho-r p {
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		line-height: 2em;
		letter-spacing: 0.05em;
	}
	.bus-tho .btn {
		width: 320px;
		margin: 25px auto 0;
	}
	.bus-tho .btn > a {
		text-align: center;
		display: block;
		font-size: 16px;
		font-weight: 500;
		background: #707070;
		line-height: 50px;
		color: #fff;
		border-radius: 25px;
		letter-spacing: 0;
	}
	.bus-tho .btn > a:after {
		content: "";
		display: inline-block;
		background: url(../img/bus/blank-white.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin-left: 10px;
		position: relative;
		top: -2px;
	}
	/*
	FAQ
	*/
	.bus-faq {
		position: relative;
		padding-bottom: 0px;
	}
	.bus-faq .bus-faq-header {
		background: url(../img/bus/bus-faq-header-sp-2.jpg) center center no-repeat;
		background-size: cover;
		height: 230px;
	}
	.bus-faq .box-content {
		padding: 60px 25px;
	}
	.bus-faq .bus-title-caption {
		margin-bottom: 55px;
	}
	.bus-faq-title {
		border-top: 1px solid black;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.875em;
		letter-spacing: 0.1em;
		position: relative;
		padding: 25px 20px 25px 30px;
		cursor: pointer;
	}
	.bus-faq-title br {
		display: none;
	}
	.bus-faq-title:before {
		content: "Q.";
		position: absolute;
		left: 0px;
		top: 25px;
	}
	.bus-faq-title:after {
		content: "";
		display: block;
		background: url(../img/bus/faq-plus.png) center center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px;
	}
	.bus-faq-title.open:after {
		background: url(../img/bus/faq-minus.png) center center no-repeat;
		background-size: contain;
	}
	.bus-faq-content {
		height: 0;
		transition-duration: 0.8s;
		overflow: hidden;
	}
	.bus-faq-content p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.75em;
		letter-spacing: 0.08em;
		position: relative;
	}
	.bus-faq-content p:before {
		content: "A.";
		position: absolute;
		left: -30px;
		top: 0px;
	}
	.bus-faq-content-inner {
		padding: 5px 15px 1px 30px;
		opacity: 0;
		transition-duration: 0.3s;
		transition-delay: 0.7s;
	}
	.bus-faq-content-inner.show {
		opacity: 1;
	}
	.bus-faq-content-inner p a {
		color: #000;
		text-decoration: underline;
	}

	.bus-faqs {
		border-bottom: 1px solid black;
	}

	/*
	DOWN
	*/
	.bus-down {
		position: relative;
		background: rgba(252,247,232,1);
		padding-bottom: 0px;
	}
	.bus-down .bus-down-header {
		background: url(../img/bus/bus-down-header-sp.jpg) center center no-repeat;
		background-size: cover;
		height: 230px;
	}
	.bus-down .box-content {
		padding: 60px 0px;
	}
	.list-bus-down {
		margin-top: 50px;
	}
	.list-bus-down .bus-down-item {
	}
	.list-bus-down .bus-down-pic {
		width: 260px;
		height: 200px;
		margin: 0 auto;
	}
	.list-bus-down .bus-down-pic img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.list-bus-down .bus-down-content {
		padding: 25px 0px 0;
	}
	.list-bus-down .bus-down-content .bus-down-title {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.555em;
		margin: 0 0 25px;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.list-bus-down .bus-down-content .btn {
		width: 320px;
		margin: 0 auto;
	}
	.list-bus-down .bus-down-content .btn a {
		background: #707070;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.2em;
		border-radius: 25px;
		line-height: 50px;
		display: block;
	}
	.list-bus-down .bus-down-content .btn a:after {
		content: "";
		display: inline-block;
		background: url(../img/bus/down.png) center center no-repeat;
		background-size: contain;
		width: 16px;
		height: 16px;
		margin-left: 8px;
		vertical-align: middle;
		position: relative;
		top: -3px;
	}
	.bus-down .swiper-button-prev {
		background: url(../img/bus/case-prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		left: 25px;
		top: 50%;
		z-index: 2;
	}
	.bus-down .swiper-button-prev:after {
		content: none;
	}
	.bus-down .swiper-button-next {
		background: url(../img/bus/case-next.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		right: 25px;
		z-index: 2;
	}
	.bus-down .swiper-button-next:after {
		content: none;
	}
	/*
	CONTACT
	*/
	.bus-contact {
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.bus-contact-intro p {
		margin-top: 25px;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.875em;
		letter-spacing: 0.15em;
		padding: 0 35px;
	}
	.bus-contact-intro p + p {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.875em;
		letter-spacing: 0.15em;
		padding: 0 35px;
	}
	.bus-contact-intro p + p a {
		color: #000;
		text-decoration: underline;
	}
	.bus-contact .bus-contact-toggle {
		text-align: center;
		font-size: 14px;
		line-height: 2.28em;
		letter-spacing: 0.15em;
		cursor: pointer;
	}
	.bus-contact .bus-contact-toggle:hover {
		opacity: 0.7;
	}
	.bus-contact .bus-contact-toggle:after {
		content: "";
		display: block;
		background: url(../img/bus/bus-contact-toggle.png) center top no-repeat;
		background-size: contain;
		width: 57px;
		height: 57px;
		margin: 0 auto;
		position: relative;
		top: -25px;
		transition: 0.3s ease;
	}
	.bus-contact .bus-contact-toggle.is-active:after {
		transform: rotate(-180deg);
		transform-origin: center 70%;
	}
	.bus-contact-box {
		display: none;
		opacity: 0;
		padding: 0 20px;
	}
	.bus-contact-box.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-contact-confirm {
		display: none;
	}
	.bus-contact-confirm p {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 16px;
		line-height: 1.777em;
		letter-spacing: 0.15em;
	}
	.mw_wp_form_confirm .bus-contact-intro {
		display: none;
	}
	.mw_wp_form_confirm .bus-contact-confirm {
		display: block;
	}
	.mw_wp_form_confirm .bus-contact-box {
		display: block;
		opacity: 1;
	}
	.bus-contact-result p {
		margin-top: 30px;
		margin-bottom: 95px;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.777em;
		letter-spacing: 0.15em;
	}
	.bus-contact-result p a {
		text-decoration: underline;
		color: black;
	}
	.bus-contact-result p a:hover {
		color: #efefef;
	}
	.bus-contact-result .result-link {
		margin-top: 60px;
	}

	.table-form {
		width: 100% !important;
		margin: 30px auto;
		table-layout: auto;
	}
	.table-form,
	.table-form tbody,
	.table-form tr,
	.table-form th,
	.table-form td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-form th {
		font-size: 18px;
		letter-spacing: 0.15em;
		line-height: 1.777em;
		text-align: left;
		position: relative;

		font-weight: 500;
		padding: 0px 0 15px;
		vertical-align: top;
	}
	.table-form td {
		font-size: 18px;
		letter-spacing: 0.15em;
		line-height: 1.777em;
		text-align: left;
		padding: 0px 0 18px;
	}
	.table-form .required {
		color: white;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		width: 54px;
		line-height: 30px;
		position: absolute;
		right: 0px;
		top: 0px;
		background: #dc0021;
		display: block;
		border-radius: 18px;
	}
	.table-form input[type="text"] {
		width: 100%;
		line-height: 40px;
		height: 40px;
		background: #efefef;
		border: none;
		box-shadow: none;
		padding: 5px;
		box-sizing: border-box;
		padding-left: 25px;
	}
	.table-form textarea {
		width: 100%;

		height: 80px;
		background: #efefef;
		border: none;
		box-shadow: none;
		padding: 5px;
		box-sizing: border-box;
		padding-left: 25px;
	}
	p.form-center-p {
		text-align: center;
		font-size: 16px;
		line-height: 1.8888em;
		font-weight: 500px;
		letter-spacing: 0.1em;
		margin: 30px auto 40px;
	}
	.table-form .ex {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.15em;
	}
	.mw_wp_form_confirm .table-form {
		border-spacing: 0;
	}
	.mw_wp_form_confirm .table-form .required {
		display: none;
	}
	.mw_wp_form_confirm .table-form th {
		padding: 25px 0 0px;
	}
	.mw_wp_form_confirm .table-form td {
		padding-top: 0;
		border-bottom: 1px solid black;
	}
	.mw_wp_form_confirm .form-center-p {
		display: none;
	}
	.mw_wp_form_confirm .table-form {
		margin: 0 auto;
	}
	.mw_wp_form_confirm .table-form .ex {
		display: none;
	}

	.bus-form-btns {
		display: flex;
		justify-content: center;
		margin: 0px auto;
	}
	.bus-form-btns .btn-submit {
		display: block;
		padding: 0;
		margin: 0;
		border-radius: 35px;
		background: rgba(252,247,232,1);
		width: 260px;
		line-height: 70px;
		border: none;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.2em;
		cursor: pointer;
		color: black;
		font-family: "Noto Serif JP", メイリオ, serif, sans-serif;
	}
	.bus-form-btns .btn-submit:hover {
		background: #707070;
		color: white;
		transition: 0.3s ease;
	}
	.mw_wp_form_confirm .bus-form-btns {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.mw_wp_form_confirm .bus-form-btns br {
		display: none;
	}
	.mw_wp_form_confirm .btn-submit {
		order: 1;
	}
	.mw_wp_form_confirm .btn-back {
		order: 2;
		display: block;
		padding: 0;
		margin: 0;
		border-radius: 35px;
		background: #efefef;
		width: 120px;
		line-height: 50px;
		height: 50px;
		border: none;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.2em;
		cursor: pointer;
		padding: 0;
		margin-top: 30px;
		color: black;
		font-family: "Noto Serif JP", メイリオ, serif, sans-serif;
	}
	.bus-form-btns .btn-back:hover {
		background: #707070;
		color: white;
		transition: 0.3s ease;
	}

	/*
	SUB
	*/
	.page-bus-sub {
		padding: 70px 0;
	}
	.page-bus-sub .bus-sub-title {
		width: auto;
		text-align: center;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 0;
		margin: 0 -30px 15px;
		
	}
	.page-bus-sub .bus-sub-title-caption {
		width: auto;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.8em;
		line-height: 2em;
		margin-bottom: 60px !important;
	}
	.page-bus-sub .box-content {
		margin: 0 auto;
		padding: 0 25px;
	}
	.page-bus-sub .box-content p a {
		color: #000;
		text-decoration: underline;
	}
	.page-bus-sub .box-content .bus-sub-title-2 {
		font-size: 20px;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 45px;
		border: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.page-bus-sub .box-content p {
		font-size: 14px;
		margin-bottom: 40px;
		font-weight: 500;
		line-height: 1.85em;
	}

	/*
	FOOTER
	*/
	.l-footer-bus {
		background: rgba(252,247,232,1);
		padding-top: 60px;
	}
	.l-footer-bus .footer-logo {
		width: 260px;
		margin: 0 auto 30px;
	}
	.l-footer-bus p {
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.8333em;
		color: black;
		font-family: "Noto Serif JP", メイリオ, serif, sans-serif;
		margin: 0 auto 28px !important;
	}
	.l-footer-bus p a {
		color: black;
	}
	.footer-insta a {
		display: block;
		width: 38px;
		margin: 0 auto 20px;
	}
	.footer-nav {
	}
	.footer-nav ul {
		display: flex;
		justify-content: center;
	}
	.footer-nav li {
		margin: 0 15px;
	}
	.footer-nav li a {
		font-size: 12px;
		color: black;
	}
	.l-footer-bus .copyright {
		text-align: center;
		margin-top: 15px !important;
		font-size: 10px;
		font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
	}

	/*
	MODAL
	*/
	.bus-modal {
		position: fixed;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 999;
		display: none;
		opacity: 0;
	}
	.bus-modal.is-active {
		animation: fade-in 1s;
		animation-fill-mode: forwards;
		display: block;
	}
	.bus-modal .bus-modal-inner {
		background: #fff;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		overflow: scroll;
	}
	.bus-modal .bus-modal-inner:before {
		content: "";
		display: block;
		background: #fff;
		width: 100%;
		position: fixed;
		height: 50px;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.bus-modal .bus-header-title {
		text-indent: -9999em;
		display: block;
		background: url(../img/bus/logo-sp.png) 0 center no-repeat;
		background-size: contain;
		width: 238px;
		height: 28px;
		margin: 0;
		position: fixed;
		left: 25px;
		top: 9px;
		z-index: 11;
	}
	.bus-modal .bus-modal-close {
		position: fixed;
		right: 10px;
		top: 10px;
		width: 66px;
		cursor: pointer;
		z-index: 10;
	}
	.bus-modal .bus-modal-close span {
		display: block;

		text-align: center;
	}
	.bus-modal .bus-modal-inner .box-content {
		margin: 0 auto;
		padding: 75px 25px;
	}
	.bus-modal .bus-modal-title {
		text-align: center;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 30px;
		letter-spacing: 0.1em;
		font-weight: 600;
		width: 100%;
	}
	.bus-modal .bus-modal-title-caption {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.8em;
		padding-top: 5px;
		margin-bottom: 60px;
	}
	.bus-modal .bus-modal-title-2 {
		margin: 30px 0px 30px;
		text-align: center;
		font-size: 24px;
		line-height: 1.8333em;
		font-weight: 600;
		letter-spacing: 0.08em;
	}
	.bus-modal .box-content p {
		margin: 0 0px 50px;
	}
	.bus-modal .box-content .bus-modal-list {
		margin: 0 0px 50px;
	}
	.bus-modal .box-content .bus-modal-list > li {
		font-size: 14px;
		line-height: 1.714em;
		letter-spacing: 0.14em;
		font-weight: 500;
		position: relative;
		padding-left: 18px;
	}
	.bus-modal .box-content .bus-modal-list > li:before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
	}
	.bus-modal-pic {
		width: 100%;
		position: relative;
	}
	.bus-modal-stick-title {
		display: block;
		background: url(../img/bus/bus-modal-pic-1-text.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 94px;
		position: fixed;
		right: 6px;
		top: 40%;
	}
}
