@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html.logged-in .l-header, html.logged-in .l-header__menubutton, html.logged-in .l-header__menuinner {
	margin-top: 32px
}
@media screen and (max-width: 782px) {
	html.logged-in .l-header, html.logged-in .l-header__menubutton, html.logged-in .l-header__menuinner {
		margin-top: 46px
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important
	}
}
.p-recruit-faq__inner, .p-recruit-whatisnitto__inner {
	max-width: 116rem;
	margin: 0 auto;
	width: 100%;
	padding-left: rem(20);
	padding-right: rem(20)
}
.c-payment-card {
	max-width: 136rem;
	margin: 0 auto;
	width: 100%;
	padding-left: rem(20);
	padding-right: rem(20)
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	font-size: 62.5%
}
body {
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #222;
	font-weight: 500;
	line-height: 2.6rem;
	position: relative
}
@media (max-width: 767px) {
	body {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
html, body {
	overflow-x: hidden
}
img {
	max-width: 100%
}
li {
	list-style: none
}
a {
	transition: all 0.3s;
	text-decoration: none
}
a:hover {
	transition: all 0.3s;
	opacity: 0.7
}
a:active, a:visited, a:focus {
	opacity: 1
}
button:hover {
	transition: all 0.3s;
	opacity: 0.7
}
button:focus {
	outline: none;
	opacity: 1
}
@media (max-width: 767px) {
	th, td {
		white-space: nowrap
	}
}
.p-recruit-faq__inner, .p-recruit-whatisnitto__inner {
	max-width: 116rem;
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem
}
.c-payment-card {
	max-width: 136rem;
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bold
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: 0.35em 0.75em 0.625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
.u-flex {
	display: flex
}
.u-flex--center {
	align-items: center;
	justify-content: center
}
.u-flex-between {
	justify-content: space-between
}
@media (min-width: 768px) {
	.u-hidden-pc {
		display: none !important
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.u-hidden-md {
		display: none !important
	}
}
@media (min-width: 1025px) {
	.u-hidden-lg {
		display: none !important
	}
}
@media (max-width: 767px) {
	.u-hidden-sp {
		display: none !important
	}
}
.u-mt-0 {
	margin-top: 0px !important
}
.u-mt-1 {
	margin-top: 1px !important
}
.u-mt-2 {
	margin-top: 2px !important
}
.u-mt-3 {
	margin-top: 3px !important
}
.u-mt-4 {
	margin-top: 4px !important
}
.u-mt-5 {
	margin-top: 5px !important
}
.u-mt-6 {
	margin-top: 6px !important
}
.u-mt-7 {
	margin-top: 7px !important
}
.u-mt-8 {
	margin-top: 8px !important
}
.u-mt-9 {
	margin-top: 9px !important
}
.u-mt-10 {
	margin-top: 10px !important
}
.u-mt-11 {
	margin-top: 11px !important
}
.u-mt-12 {
	margin-top: 12px !important
}
.u-mt-13 {
	margin-top: 13px !important
}
.u-mt-14 {
	margin-top: 14px !important
}
.u-mt-15 {
	margin-top: 15px !important
}
.u-mt-16 {
	margin-top: 16px !important
}
.u-mt-17 {
	margin-top: 17px !important
}
.u-mt-18 {
	margin-top: 18px !important
}
.u-mt-19 {
	margin-top: 19px !important
}
.u-mt-20 {
	margin-top: 20px !important
}
.u-mt-21 {
	margin-top: 21px !important
}
.u-mt-22 {
	margin-top: 22px !important
}
.u-mt-23 {
	margin-top: 23px !important
}
.u-mt-24 {
	margin-top: 24px !important
}
.u-mt-25 {
	margin-top: 25px !important
}
.u-mt-26 {
	margin-top: 26px !important
}
.u-mt-27 {
	margin-top: 27px !important
}
.u-mt-28 {
	margin-top: 28px !important
}
.u-mt-29 {
	margin-top: 29px !important
}
.u-mt-30 {
	margin-top: 30px !important
}
.u-mt-31 {
	margin-top: 31px !important
}
.u-mt-32 {
	margin-top: 32px !important
}
.u-mt-33 {
	margin-top: 33px !important
}
.u-mt-34 {
	margin-top: 34px !important
}
.u-mt-35 {
	margin-top: 35px !important
}
.u-mt-36 {
	margin-top: 36px !important
}
.u-mt-37 {
	margin-top: 37px !important
}
.u-mt-38 {
	margin-top: 38px !important
}
.u-mt-39 {
	margin-top: 39px !important
}
.u-mt-40 {
	margin-top: 40px !important
}
.u-mt-41 {
	margin-top: 41px !important
}
.u-mt-42 {
	margin-top: 42px !important
}
.u-mt-43 {
	margin-top: 43px !important
}
.u-mt-44 {
	margin-top: 44px !important
}
.u-mt-45 {
	margin-top: 45px !important
}
.u-mt-46 {
	margin-top: 46px !important
}
.u-mt-47 {
	margin-top: 47px !important
}
.u-mt-48 {
	margin-top: 48px !important
}
.u-mt-49 {
	margin-top: 49px !important
}
.u-mt-50 {
	margin-top: 50px !important
}
.u-mt-51 {
	margin-top: 51px !important
}
.u-mt-52 {
	margin-top: 52px !important
}
.u-mt-53 {
	margin-top: 53px !important
}
.u-mt-54 {
	margin-top: 54px !important
}
.u-mt-55 {
	margin-top: 55px !important
}
.u-mt-56 {
	margin-top: 56px !important
}
.u-mt-57 {
	margin-top: 57px !important
}
.u-mt-58 {
	margin-top: 58px !important
}
.u-mt-59 {
	margin-top: 59px !important
}
.u-mt-60 {
	margin-top: 60px !important
}
.u-mt-61 {
	margin-top: 61px !important
}
.u-mt-62 {
	margin-top: 62px !important
}
.u-mt-63 {
	margin-top: 63px !important
}
.u-mt-64 {
	margin-top: 64px !important
}
.u-mt-65 {
	margin-top: 65px !important
}
.u-mt-66 {
	margin-top: 66px !important
}
.u-mt-67 {
	margin-top: 67px !important
}
.u-mt-68 {
	margin-top: 68px !important
}
.u-mt-69 {
	margin-top: 69px !important
}
.u-mt-70 {
	margin-top: 70px !important
}
.u-mt-71 {
	margin-top: 71px !important
}
.u-mt-72 {
	margin-top: 72px !important
}
.u-mt-73 {
	margin-top: 73px !important
}
.u-mt-74 {
	margin-top: 74px !important
}
.u-mt-75 {
	margin-top: 75px !important
}
.u-mt-76 {
	margin-top: 76px !important
}
.u-mt-77 {
	margin-top: 77px !important
}
.u-mt-78 {
	margin-top: 78px !important
}
.u-mt-79 {
	margin-top: 79px !important
}
.u-mt-80 {
	margin-top: 80px !important
}
.u-mt-81 {
	margin-top: 81px !important
}
.u-mt-82 {
	margin-top: 82px !important
}
.u-mt-83 {
	margin-top: 83px !important
}
.u-mt-84 {
	margin-top: 84px !important
}
.u-mt-85 {
	margin-top: 85px !important
}
.u-mt-86 {
	margin-top: 86px !important
}
.u-mt-87 {
	margin-top: 87px !important
}
.u-mt-88 {
	margin-top: 88px !important
}
.u-mt-89 {
	margin-top: 89px !important
}
.u-mt-90 {
	margin-top: 90px !important
}
.u-mt-91 {
	margin-top: 91px !important
}
.u-mt-92 {
	margin-top: 92px !important
}
.u-mt-93 {
	margin-top: 93px !important
}
.u-mt-94 {
	margin-top: 94px !important
}
.u-mt-95 {
	margin-top: 95px !important
}
.u-mt-96 {
	margin-top: 96px !important
}
.u-mt-97 {
	margin-top: 97px !important
}
.u-mt-98 {
	margin-top: 98px !important
}
.u-mt-99 {
	margin-top: 99px !important
}
.u-mt-100 {
	margin-top: 100px !important
}
@media (max-width: 767px) {
	.u-mt-0-sp {
		margin-top: 0px !important
	}
}
@media (max-width: 767px) {
	.u-mt-1-sp {
		margin-top: 1px !important
	}
}
@media (max-width: 767px) {
	.u-mt-2-sp {
		margin-top: 2px !important
	}
}
@media (max-width: 767px) {
	.u-mt-3-sp {
		margin-top: 3px !important
	}
}
@media (max-width: 767px) {
	.u-mt-4-sp {
		margin-top: 4px !important
	}
}
@media (max-width: 767px) {
	.u-mt-5-sp {
		margin-top: 5px !important
	}
}
@media (max-width: 767px) {
	.u-mt-6-sp {
		margin-top: 6px !important
	}
}
@media (max-width: 767px) {
	.u-mt-7-sp {
		margin-top: 7px !important
	}
}
@media (max-width: 767px) {
	.u-mt-8-sp {
		margin-top: 8px !important
	}
}
@media (max-width: 767px) {
	.u-mt-9-sp {
		margin-top: 9px !important
	}
}
@media (max-width: 767px) {
	.u-mt-10-sp {
		margin-top: 10px !important
	}
}
@media (max-width: 767px) {
	.u-mt-11-sp {
		margin-top: 11px !important
	}
}
@media (max-width: 767px) {
	.u-mt-12-sp {
		margin-top: 12px !important
	}
}
@media (max-width: 767px) {
	.u-mt-13-sp {
		margin-top: 13px !important
	}
}
@media (max-width: 767px) {
	.u-mt-14-sp {
		margin-top: 14px !important
	}
}
@media (max-width: 767px) {
	.u-mt-15-sp {
		margin-top: 15px !important
	}
}
@media (max-width: 767px) {
	.u-mt-16-sp {
		margin-top: 16px !important
	}
}
@media (max-width: 767px) {
	.u-mt-17-sp {
		margin-top: 17px !important
	}
}
@media (max-width: 767px) {
	.u-mt-18-sp {
		margin-top: 18px !important
	}
}
@media (max-width: 767px) {
	.u-mt-19-sp {
		margin-top: 19px !important
	}
}
@media (max-width: 767px) {
	.u-mt-20-sp {
		margin-top: 20px !important
	}
}
@media (max-width: 767px) {
	.u-mt-21-sp {
		margin-top: 21px !important
	}
}
@media (max-width: 767px) {
	.u-mt-22-sp {
		margin-top: 22px !important
	}
}
@media (max-width: 767px) {
	.u-mt-23-sp {
		margin-top: 23px !important
	}
}
@media (max-width: 767px) {
	.u-mt-24-sp {
		margin-top: 24px !important
	}
}
@media (max-width: 767px) {
	.u-mt-25-sp {
		margin-top: 25px !important
	}
}
@media (max-width: 767px) {
	.u-mt-26-sp {
		margin-top: 26px !important
	}
}
@media (max-width: 767px) {
	.u-mt-27-sp {
		margin-top: 27px !important
	}
}
@media (max-width: 767px) {
	.u-mt-28-sp {
		margin-top: 28px !important
	}
}
@media (max-width: 767px) {
	.u-mt-29-sp {
		margin-top: 29px !important
	}
}
@media (max-width: 767px) {
	.u-mt-30-sp {
		margin-top: 30px !important
	}
}
@media (max-width: 767px) {
	.u-mt-31-sp {
		margin-top: 31px !important
	}
}
@media (max-width: 767px) {
	.u-mt-32-sp {
		margin-top: 32px !important
	}
}
@media (max-width: 767px) {
	.u-mt-33-sp {
		margin-top: 33px !important
	}
}
@media (max-width: 767px) {
	.u-mt-34-sp {
		margin-top: 34px !important
	}
}
@media (max-width: 767px) {
	.u-mt-35-sp {
		margin-top: 35px !important
	}
}
@media (max-width: 767px) {
	.u-mt-36-sp {
		margin-top: 36px !important
	}
}
@media (max-width: 767px) {
	.u-mt-37-sp {
		margin-top: 37px !important
	}
}
@media (max-width: 767px) {
	.u-mt-38-sp {
		margin-top: 38px !important
	}
}
@media (max-width: 767px) {
	.u-mt-39-sp {
		margin-top: 39px !important
	}
}
@media (max-width: 767px) {
	.u-mt-40-sp {
		margin-top: 40px !important
	}
}
@media (max-width: 767px) {
	.u-mt-41-sp {
		margin-top: 41px !important
	}
}
@media (max-width: 767px) {
	.u-mt-42-sp {
		margin-top: 42px !important
	}
}
@media (max-width: 767px) {
	.u-mt-43-sp {
		margin-top: 43px !important
	}
}
@media (max-width: 767px) {
	.u-mt-44-sp {
		margin-top: 44px !important
	}
}
@media (max-width: 767px) {
	.u-mt-45-sp {
		margin-top: 45px !important
	}
}
@media (max-width: 767px) {
	.u-mt-46-sp {
		margin-top: 46px !important
	}
}
@media (max-width: 767px) {
	.u-mt-47-sp {
		margin-top: 47px !important
	}
}
@media (max-width: 767px) {
	.u-mt-48-sp {
		margin-top: 48px !important
	}
}
@media (max-width: 767px) {
	.u-mt-49-sp {
		margin-top: 49px !important
	}
}
@media (max-width: 767px) {
	.u-mt-50-sp {
		margin-top: 50px !important
	}
}
@media (max-width: 767px) {
	.u-mt-51-sp {
		margin-top: 51px !important
	}
}
@media (max-width: 767px) {
	.u-mt-52-sp {
		margin-top: 52px !important
	}
}
@media (max-width: 767px) {
	.u-mt-53-sp {
		margin-top: 53px !important
	}
}
@media (max-width: 767px) {
	.u-mt-54-sp {
		margin-top: 54px !important
	}
}
@media (max-width: 767px) {
	.u-mt-55-sp {
		margin-top: 55px !important
	}
}
@media (max-width: 767px) {
	.u-mt-56-sp {
		margin-top: 56px !important
	}
}
@media (max-width: 767px) {
	.u-mt-57-sp {
		margin-top: 57px !important
	}
}
@media (max-width: 767px) {
	.u-mt-58-sp {
		margin-top: 58px !important
	}
}
@media (max-width: 767px) {
	.u-mt-59-sp {
		margin-top: 59px !important
	}
}
@media (max-width: 767px) {
	.u-mt-60-sp {
		margin-top: 60px !important
	}
}
@media (max-width: 767px) {
	.u-mt-61-sp {
		margin-top: 61px !important
	}
}
@media (max-width: 767px) {
	.u-mt-62-sp {
		margin-top: 62px !important
	}
}
@media (max-width: 767px) {
	.u-mt-63-sp {
		margin-top: 63px !important
	}
}
@media (max-width: 767px) {
	.u-mt-64-sp {
		margin-top: 64px !important
	}
}
@media (max-width: 767px) {
	.u-mt-65-sp {
		margin-top: 65px !important
	}
}
@media (max-width: 767px) {
	.u-mt-66-sp {
		margin-top: 66px !important
	}
}
@media (max-width: 767px) {
	.u-mt-67-sp {
		margin-top: 67px !important
	}
}
@media (max-width: 767px) {
	.u-mt-68-sp {
		margin-top: 68px !important
	}
}
@media (max-width: 767px) {
	.u-mt-69-sp {
		margin-top: 69px !important
	}
}
@media (max-width: 767px) {
	.u-mt-70-sp {
		margin-top: 70px !important
	}
}
@media (max-width: 767px) {
	.u-mt-71-sp {
		margin-top: 71px !important
	}
}
@media (max-width: 767px) {
	.u-mt-72-sp {
		margin-top: 72px !important
	}
}
@media (max-width: 767px) {
	.u-mt-73-sp {
		margin-top: 73px !important
	}
}
@media (max-width: 767px) {
	.u-mt-74-sp {
		margin-top: 74px !important
	}
}
@media (max-width: 767px) {
	.u-mt-75-sp {
		margin-top: 75px !important
	}
}
@media (max-width: 767px) {
	.u-mt-76-sp {
		margin-top: 76px !important
	}
}
@media (max-width: 767px) {
	.u-mt-77-sp {
		margin-top: 77px !important
	}
}
@media (max-width: 767px) {
	.u-mt-78-sp {
		margin-top: 78px !important
	}
}
@media (max-width: 767px) {
	.u-mt-79-sp {
		margin-top: 79px !important
	}
}
@media (max-width: 767px) {
	.u-mt-80-sp {
		margin-top: 80px !important
	}
}
@media (max-width: 767px) {
	.u-mt-81-sp {
		margin-top: 81px !important
	}
}
@media (max-width: 767px) {
	.u-mt-82-sp {
		margin-top: 82px !important
	}
}
@media (max-width: 767px) {
	.u-mt-83-sp {
		margin-top: 83px !important
	}
}
@media (max-width: 767px) {
	.u-mt-84-sp {
		margin-top: 84px !important
	}
}
@media (max-width: 767px) {
	.u-mt-85-sp {
		margin-top: 85px !important
	}
}
@media (max-width: 767px) {
	.u-mt-86-sp {
		margin-top: 86px !important
	}
}
@media (max-width: 767px) {
	.u-mt-87-sp {
		margin-top: 87px !important
	}
}
@media (max-width: 767px) {
	.u-mt-88-sp {
		margin-top: 88px !important
	}
}
@media (max-width: 767px) {
	.u-mt-89-sp {
		margin-top: 89px !important
	}
}
@media (max-width: 767px) {
	.u-mt-90-sp {
		margin-top: 90px !important
	}
}
@media (max-width: 767px) {
	.u-mt-91-sp {
		margin-top: 91px !important
	}
}
@media (max-width: 767px) {
	.u-mt-92-sp {
		margin-top: 92px !important
	}
}
@media (max-width: 767px) {
	.u-mt-93-sp {
		margin-top: 93px !important
	}
}
@media (max-width: 767px) {
	.u-mt-94-sp {
		margin-top: 94px !important
	}
}
@media (max-width: 767px) {
	.u-mt-95-sp {
		margin-top: 95px !important
	}
}
@media (max-width: 767px) {
	.u-mt-96-sp {
		margin-top: 96px !important
	}
}
@media (max-width: 767px) {
	.u-mt-97-sp {
		margin-top: 97px !important
	}
}
@media (max-width: 767px) {
	.u-mt-98-sp {
		margin-top: 98px !important
	}
}
@media (max-width: 767px) {
	.u-mt-99-sp {
		margin-top: 99px !important
	}
}
@media (max-width: 767px) {
	.u-mt-100-sp {
		margin-top: 100px !important
	}
}
.u-mb-0 {
	margin-bottom: 0px !important
}
.u-mb-1 {
	margin-bottom: 1px !important
}
.u-mb-2 {
	margin-bottom: 2px !important
}
.u-mb-3 {
	margin-bottom: 3px !important
}
.u-mb-4 {
	margin-bottom: 4px !important
}
.u-mb-5 {
	margin-bottom: 5px !important
}
.u-mb-6 {
	margin-bottom: 6px !important
}
.u-mb-7 {
	margin-bottom: 7px !important
}
.u-mb-8 {
	margin-bottom: 8px !important
}
.u-mb-9 {
	margin-bottom: 9px !important
}
.u-mb-10 {
	margin-bottom: 10px !important
}
.u-mb-11 {
	margin-bottom: 11px !important
}
.u-mb-12 {
	margin-bottom: 12px !important
}
.u-mb-13 {
	margin-bottom: 13px !important
}
.u-mb-14 {
	margin-bottom: 14px !important
}
.u-mb-15 {
	margin-bottom: 15px !important
}
.u-mb-16 {
	margin-bottom: 16px !important
}
.u-mb-17 {
	margin-bottom: 17px !important
}
.u-mb-18 {
	margin-bottom: 18px !important
}
.u-mb-19 {
	margin-bottom: 19px !important
}
.u-mb-20 {
	margin-bottom: 20px !important
}
.u-mb-21 {
	margin-bottom: 21px !important
}
.u-mb-22 {
	margin-bottom: 22px !important
}
.u-mb-23 {
	margin-bottom: 23px !important
}
.u-mb-24 {
	margin-bottom: 24px !important
}
.u-mb-25 {
	margin-bottom: 25px !important
}
.u-mb-26 {
	margin-bottom: 26px !important
}
.u-mb-27 {
	margin-bottom: 27px !important
}
.u-mb-28 {
	margin-bottom: 28px !important
}
.u-mb-29 {
	margin-bottom: 29px !important
}
.u-mb-30 {
	margin-bottom: 30px !important
}
.u-mb-31 {
	margin-bottom: 31px !important
}
.u-mb-32 {
	margin-bottom: 32px !important
}
.u-mb-33 {
	margin-bottom: 33px !important
}
.u-mb-34 {
	margin-bottom: 34px !important
}
.u-mb-35 {
	margin-bottom: 35px !important
}
.u-mb-36 {
	margin-bottom: 36px !important
}
.u-mb-37 {
	margin-bottom: 37px !important
}
.u-mb-38 {
	margin-bottom: 38px !important
}
.u-mb-39 {
	margin-bottom: 39px !important
}
.u-mb-40 {
	margin-bottom: 40px !important
}
.u-mb-41 {
	margin-bottom: 41px !important
}
.u-mb-42 {
	margin-bottom: 42px !important
}
.u-mb-43 {
	margin-bottom: 43px !important
}
.u-mb-44 {
	margin-bottom: 44px !important
}
.u-mb-45 {
	margin-bottom: 45px !important
}
.u-mb-46 {
	margin-bottom: 46px !important
}
.u-mb-47 {
	margin-bottom: 47px !important
}
.u-mb-48 {
	margin-bottom: 48px !important
}
.u-mb-49 {
	margin-bottom: 49px !important
}
.u-mb-50 {
	margin-bottom: 50px !important
}
.u-mb-51 {
	margin-bottom: 51px !important
}
.u-mb-52 {
	margin-bottom: 52px !important
}
.u-mb-53 {
	margin-bottom: 53px !important
}
.u-mb-54 {
	margin-bottom: 54px !important
}
.u-mb-55 {
	margin-bottom: 55px !important
}
.u-mb-56 {
	margin-bottom: 56px !important
}
.u-mb-57 {
	margin-bottom: 57px !important
}
.u-mb-58 {
	margin-bottom: 58px !important
}
.u-mb-59 {
	margin-bottom: 59px !important
}
.u-mb-60 {
	margin-bottom: 60px !important
}
.u-mb-61 {
	margin-bottom: 61px !important
}
.u-mb-62 {
	margin-bottom: 62px !important
}
.u-mb-63 {
	margin-bottom: 63px !important
}
.u-mb-64 {
	margin-bottom: 64px !important
}
.u-mb-65 {
	margin-bottom: 65px !important
}
.u-mb-66 {
	margin-bottom: 66px !important
}
.u-mb-67 {
	margin-bottom: 67px !important
}
.u-mb-68 {
	margin-bottom: 68px !important
}
.u-mb-69 {
	margin-bottom: 69px !important
}
.u-mb-70 {
	margin-bottom: 70px !important
}
.u-mb-71 {
	margin-bottom: 71px !important
}
.u-mb-72 {
	margin-bottom: 72px !important
}
.u-mb-73 {
	margin-bottom: 73px !important
}
.u-mb-74 {
	margin-bottom: 74px !important
}
.u-mb-75 {
	margin-bottom: 75px !important
}
.u-mb-76 {
	margin-bottom: 76px !important
}
.u-mb-77 {
	margin-bottom: 77px !important
}
.u-mb-78 {
	margin-bottom: 78px !important
}
.u-mb-79 {
	margin-bottom: 79px !important
}
.u-mb-80 {
	margin-bottom: 80px !important
}
.u-mb-81 {
	margin-bottom: 81px !important
}
.u-mb-82 {
	margin-bottom: 82px !important
}
.u-mb-83 {
	margin-bottom: 83px !important
}
.u-mb-84 {
	margin-bottom: 84px !important
}
.u-mb-85 {
	margin-bottom: 85px !important
}
.u-mb-86 {
	margin-bottom: 86px !important
}
.u-mb-87 {
	margin-bottom: 87px !important
}
.u-mb-88 {
	margin-bottom: 88px !important
}
.u-mb-89 {
	margin-bottom: 89px !important
}
.u-mb-90 {
	margin-bottom: 90px !important
}
.u-mb-91 {
	margin-bottom: 91px !important
}
.u-mb-92 {
	margin-bottom: 92px !important
}
.u-mb-93 {
	margin-bottom: 93px !important
}
.u-mb-94 {
	margin-bottom: 94px !important
}
.u-mb-95 {
	margin-bottom: 95px !important
}
.u-mb-96 {
	margin-bottom: 96px !important
}
.u-mb-97 {
	margin-bottom: 97px !important
}
.u-mb-98 {
	margin-bottom: 98px !important
}
.u-mb-99 {
	margin-bottom: 99px !important
}
.u-mb-100 {
	margin-bottom: 100px !important
}
@media (max-width: 767px) {
	.u-mb-0-sp {
		margin-bottom: 0px !important
	}
}
@media (max-width: 767px) {
	.u-mb-1-sp {
		margin-bottom: 1px !important
	}
}
@media (max-width: 767px) {
	.u-mb-2-sp {
		margin-bottom: 2px !important
	}
}
@media (max-width: 767px) {
	.u-mb-3-sp {
		margin-bottom: 3px !important
	}
}
@media (max-width: 767px) {
	.u-mb-4-sp {
		margin-bottom: 4px !important
	}
}
@media (max-width: 767px) {
	.u-mb-5-sp {
		margin-bottom: 5px !important
	}
}
@media (max-width: 767px) {
	.u-mb-6-sp {
		margin-bottom: 6px !important
	}
}
@media (max-width: 767px) {
	.u-mb-7-sp {
		margin-bottom: 7px !important
	}
}
@media (max-width: 767px) {
	.u-mb-8-sp {
		margin-bottom: 8px !important
	}
}
@media (max-width: 767px) {
	.u-mb-9-sp {
		margin-bottom: 9px !important
	}
}
@media (max-width: 767px) {
	.u-mb-10-sp {
		margin-bottom: 10px !important
	}
}
@media (max-width: 767px) {
	.u-mb-11-sp {
		margin-bottom: 11px !important
	}
}
@media (max-width: 767px) {
	.u-mb-12-sp {
		margin-bottom: 12px !important
	}
}
@media (max-width: 767px) {
	.u-mb-13-sp {
		margin-bottom: 13px !important
	}
}
@media (max-width: 767px) {
	.u-mb-14-sp {
		margin-bottom: 14px !important
	}
}
@media (max-width: 767px) {
	.u-mb-15-sp {
		margin-bottom: 15px !important
	}
}
@media (max-width: 767px) {
	.u-mb-16-sp {
		margin-bottom: 16px !important
	}
}
@media (max-width: 767px) {
	.u-mb-17-sp {
		margin-bottom: 17px !important
	}
}
@media (max-width: 767px) {
	.u-mb-18-sp {
		margin-bottom: 18px !important
	}
}
@media (max-width: 767px) {
	.u-mb-19-sp {
		margin-bottom: 19px !important
	}
}
@media (max-width: 767px) {
	.u-mb-20-sp {
		margin-bottom: 20px !important
	}
}
@media (max-width: 767px) {
	.u-mb-21-sp {
		margin-bottom: 21px !important
	}
}
@media (max-width: 767px) {
	.u-mb-22-sp {
		margin-bottom: 22px !important
	}
}
@media (max-width: 767px) {
	.u-mb-23-sp {
		margin-bottom: 23px !important
	}
}
@media (max-width: 767px) {
	.u-mb-24-sp {
		margin-bottom: 24px !important
	}
}
@media (max-width: 767px) {
	.u-mb-25-sp {
		margin-bottom: 25px !important
	}
}
@media (max-width: 767px) {
	.u-mb-26-sp {
		margin-bottom: 26px !important
	}
}
@media (max-width: 767px) {
	.u-mb-27-sp {
		margin-bottom: 27px !important
	}
}
@media (max-width: 767px) {
	.u-mb-28-sp {
		margin-bottom: 28px !important
	}
}
@media (max-width: 767px) {
	.u-mb-29-sp {
		margin-bottom: 29px !important
	}
}
@media (max-width: 767px) {
	.u-mb-30-sp {
		margin-bottom: 30px !important
	}
}
@media (max-width: 767px) {
	.u-mb-31-sp {
		margin-bottom: 31px !important
	}
}
@media (max-width: 767px) {
	.u-mb-32-sp {
		margin-bottom: 32px !important
	}
}
@media (max-width: 767px) {
	.u-mb-33-sp {
		margin-bottom: 33px !important
	}
}
@media (max-width: 767px) {
	.u-mb-34-sp {
		margin-bottom: 34px !important
	}
}
@media (max-width: 767px) {
	.u-mb-35-sp {
		margin-bottom: 35px !important
	}
}
@media (max-width: 767px) {
	.u-mb-36-sp {
		margin-bottom: 36px !important
	}
}
@media (max-width: 767px) {
	.u-mb-37-sp {
		margin-bottom: 37px !important
	}
}
@media (max-width: 767px) {
	.u-mb-38-sp {
		margin-bottom: 38px !important
	}
}
@media (max-width: 767px) {
	.u-mb-39-sp {
		margin-bottom: 39px !important
	}
}
@media (max-width: 767px) {
	.u-mb-40-sp {
		margin-bottom: 40px !important
	}
}
@media (max-width: 767px) {
	.u-mb-41-sp {
		margin-bottom: 41px !important
	}
}
@media (max-width: 767px) {
	.u-mb-42-sp {
		margin-bottom: 42px !important
	}
}
@media (max-width: 767px) {
	.u-mb-43-sp {
		margin-bottom: 43px !important
	}
}
@media (max-width: 767px) {
	.u-mb-44-sp {
		margin-bottom: 44px !important
	}
}
@media (max-width: 767px) {
	.u-mb-45-sp {
		margin-bottom: 45px !important
	}
}
@media (max-width: 767px) {
	.u-mb-46-sp {
		margin-bottom: 46px !important
	}
}
@media (max-width: 767px) {
	.u-mb-47-sp {
		margin-bottom: 47px !important
	}
}
@media (max-width: 767px) {
	.u-mb-48-sp {
		margin-bottom: 48px !important
	}
}
@media (max-width: 767px) {
	.u-mb-49-sp {
		margin-bottom: 49px !important
	}
}
@media (max-width: 767px) {
	.u-mb-50-sp {
		margin-bottom: 50px !important
	}
}
@media (max-width: 767px) {
	.u-mb-51-sp {
		margin-bottom: 51px !important
	}
}
@media (max-width: 767px) {
	.u-mb-52-sp {
		margin-bottom: 52px !important
	}
}
@media (max-width: 767px) {
	.u-mb-53-sp {
		margin-bottom: 53px !important
	}
}
@media (max-width: 767px) {
	.u-mb-54-sp {
		margin-bottom: 54px !important
	}
}
@media (max-width: 767px) {
	.u-mb-55-sp {
		margin-bottom: 55px !important
	}
}
@media (max-width: 767px) {
	.u-mb-56-sp {
		margin-bottom: 56px !important
	}
}
@media (max-width: 767px) {
	.u-mb-57-sp {
		margin-bottom: 57px !important
	}
}
@media (max-width: 767px) {
	.u-mb-58-sp {
		margin-bottom: 58px !important
	}
}
@media (max-width: 767px) {
	.u-mb-59-sp {
		margin-bottom: 59px !important
	}
}
@media (max-width: 767px) {
	.u-mb-60-sp {
		margin-bottom: 60px !important
	}
}
@media (max-width: 767px) {
	.u-mb-61-sp {
		margin-bottom: 61px !important
	}
}
@media (max-width: 767px) {
	.u-mb-62-sp {
		margin-bottom: 62px !important
	}
}
@media (max-width: 767px) {
	.u-mb-63-sp {
		margin-bottom: 63px !important
	}
}
@media (max-width: 767px) {
	.u-mb-64-sp {
		margin-bottom: 64px !important
	}
}
@media (max-width: 767px) {
	.u-mb-65-sp {
		margin-bottom: 65px !important
	}
}
@media (max-width: 767px) {
	.u-mb-66-sp {
		margin-bottom: 66px !important
	}
}
@media (max-width: 767px) {
	.u-mb-67-sp {
		margin-bottom: 67px !important
	}
}
@media (max-width: 767px) {
	.u-mb-68-sp {
		margin-bottom: 68px !important
	}
}
@media (max-width: 767px) {
	.u-mb-69-sp {
		margin-bottom: 69px !important
	}
}
@media (max-width: 767px) {
	.u-mb-70-sp {
		margin-bottom: 70px !important
	}
}
@media (max-width: 767px) {
	.u-mb-71-sp {
		margin-bottom: 71px !important
	}
}
@media (max-width: 767px) {
	.u-mb-72-sp {
		margin-bottom: 72px !important
	}
}
@media (max-width: 767px) {
	.u-mb-73-sp {
		margin-bottom: 73px !important
	}
}
@media (max-width: 767px) {
	.u-mb-74-sp {
		margin-bottom: 74px !important
	}
}
@media (max-width: 767px) {
	.u-mb-75-sp {
		margin-bottom: 75px !important
	}
}
@media (max-width: 767px) {
	.u-mb-76-sp {
		margin-bottom: 76px !important
	}
}
@media (max-width: 767px) {
	.u-mb-77-sp {
		margin-bottom: 77px !important
	}
}
@media (max-width: 767px) {
	.u-mb-78-sp {
		margin-bottom: 78px !important
	}
}
@media (max-width: 767px) {
	.u-mb-79-sp {
		margin-bottom: 79px !important
	}
}
@media (max-width: 767px) {
	.u-mb-80-sp {
		margin-bottom: 80px !important
	}
}
@media (max-width: 767px) {
	.u-mb-81-sp {
		margin-bottom: 81px !important
	}
}
@media (max-width: 767px) {
	.u-mb-82-sp {
		margin-bottom: 82px !important
	}
}
@media (max-width: 767px) {
	.u-mb-83-sp {
		margin-bottom: 83px !important
	}
}
@media (max-width: 767px) {
	.u-mb-84-sp {
		margin-bottom: 84px !important
	}
}
@media (max-width: 767px) {
	.u-mb-85-sp {
		margin-bottom: 85px !important
	}
}
@media (max-width: 767px) {
	.u-mb-86-sp {
		margin-bottom: 86px !important
	}
}
@media (max-width: 767px) {
	.u-mb-87-sp {
		margin-bottom: 87px !important
	}
}
@media (max-width: 767px) {
	.u-mb-88-sp {
		margin-bottom: 88px !important
	}
}
@media (max-width: 767px) {
	.u-mb-89-sp {
		margin-bottom: 89px !important
	}
}
@media (max-width: 767px) {
	.u-mb-90-sp {
		margin-bottom: 90px !important
	}
}
@media (max-width: 767px) {
	.u-mb-91-sp {
		margin-bottom: 91px !important
	}
}
@media (max-width: 767px) {
	.u-mb-92-sp {
		margin-bottom: 92px !important
	}
}
@media (max-width: 767px) {
	.u-mb-93-sp {
		margin-bottom: 93px !important
	}
}
@media (max-width: 767px) {
	.u-mb-94-sp {
		margin-bottom: 94px !important
	}
}
@media (max-width: 767px) {
	.u-mb-95-sp {
		margin-bottom: 95px !important
	}
}
@media (max-width: 767px) {
	.u-mb-96-sp {
		margin-bottom: 96px !important
	}
}
@media (max-width: 767px) {
	.u-mb-97-sp {
		margin-bottom: 97px !important
	}
}
@media (max-width: 767px) {
	.u-mb-98-sp {
		margin-bottom: 98px !important
	}
}
@media (max-width: 767px) {
	.u-mb-99-sp {
		margin-bottom: 99px !important
	}
}
@media (max-width: 767px) {
	.u-mb-100-sp {
		margin-bottom: 100px !important
	}
}
.u-ml-0 {
	margin-left: 0px !important
}
.u-ml-1 {
	margin-left: 1px !important
}
.u-ml-2 {
	margin-left: 2px !important
}
.u-ml-3 {
	margin-left: 3px !important
}
.u-ml-4 {
	margin-left: 4px !important
}
.u-ml-5 {
	margin-left: 5px !important
}
.u-ml-6 {
	margin-left: 6px !important
}
.u-ml-7 {
	margin-left: 7px !important
}
.u-ml-8 {
	margin-left: 8px !important
}
.u-ml-9 {
	margin-left: 9px !important
}
.u-ml-10 {
	margin-left: 10px !important
}
.u-ml-11 {
	margin-left: 11px !important
}
.u-ml-12 {
	margin-left: 12px !important
}
.u-ml-13 {
	margin-left: 13px !important
}
.u-ml-14 {
	margin-left: 14px !important
}
.u-ml-15 {
	margin-left: 15px !important
}
.u-ml-16 {
	margin-left: 16px !important
}
.u-ml-17 {
	margin-left: 17px !important
}
.u-ml-18 {
	margin-left: 18px !important
}
.u-ml-19 {
	margin-left: 19px !important
}
.u-ml-20 {
	margin-left: 20px !important
}
.u-ml-21 {
	margin-left: 21px !important
}
.u-ml-22 {
	margin-left: 22px !important
}
.u-ml-23 {
	margin-left: 23px !important
}
.u-ml-24 {
	margin-left: 24px !important
}
.u-ml-25 {
	margin-left: 25px !important
}
.u-ml-26 {
	margin-left: 26px !important
}
.u-ml-27 {
	margin-left: 27px !important
}
.u-ml-28 {
	margin-left: 28px !important
}
.u-ml-29 {
	margin-left: 29px !important
}
.u-ml-30 {
	margin-left: 30px !important
}
.u-ml-31 {
	margin-left: 31px !important
}
.u-ml-32 {
	margin-left: 32px !important
}
.u-ml-33 {
	margin-left: 33px !important
}
.u-ml-34 {
	margin-left: 34px !important
}
.u-ml-35 {
	margin-left: 35px !important
}
.u-ml-36 {
	margin-left: 36px !important
}
.u-ml-37 {
	margin-left: 37px !important
}
.u-ml-38 {
	margin-left: 38px !important
}
.u-ml-39 {
	margin-left: 39px !important
}
.u-ml-40 {
	margin-left: 40px !important
}
.u-ml-41 {
	margin-left: 41px !important
}
.u-ml-42 {
	margin-left: 42px !important
}
.u-ml-43 {
	margin-left: 43px !important
}
.u-ml-44 {
	margin-left: 44px !important
}
.u-ml-45 {
	margin-left: 45px !important
}
.u-ml-46 {
	margin-left: 46px !important
}
.u-ml-47 {
	margin-left: 47px !important
}
.u-ml-48 {
	margin-left: 48px !important
}
.u-ml-49 {
	margin-left: 49px !important
}
.u-ml-50 {
	margin-left: 50px !important
}
.u-ml-51 {
	margin-left: 51px !important
}
.u-ml-52 {
	margin-left: 52px !important
}
.u-ml-53 {
	margin-left: 53px !important
}
.u-ml-54 {
	margin-left: 54px !important
}
.u-ml-55 {
	margin-left: 55px !important
}
.u-ml-56 {
	margin-left: 56px !important
}
.u-ml-57 {
	margin-left: 57px !important
}
.u-ml-58 {
	margin-left: 58px !important
}
.u-ml-59 {
	margin-left: 59px !important
}
.u-ml-60 {
	margin-left: 60px !important
}
.u-ml-61 {
	margin-left: 61px !important
}
.u-ml-62 {
	margin-left: 62px !important
}
.u-ml-63 {
	margin-left: 63px !important
}
.u-ml-64 {
	margin-left: 64px !important
}
.u-ml-65 {
	margin-left: 65px !important
}
.u-ml-66 {
	margin-left: 66px !important
}
.u-ml-67 {
	margin-left: 67px !important
}
.u-ml-68 {
	margin-left: 68px !important
}
.u-ml-69 {
	margin-left: 69px !important
}
.u-ml-70 {
	margin-left: 70px !important
}
.u-ml-71 {
	margin-left: 71px !important
}
.u-ml-72 {
	margin-left: 72px !important
}
.u-ml-73 {
	margin-left: 73px !important
}
.u-ml-74 {
	margin-left: 74px !important
}
.u-ml-75 {
	margin-left: 75px !important
}
.u-ml-76 {
	margin-left: 76px !important
}
.u-ml-77 {
	margin-left: 77px !important
}
.u-ml-78 {
	margin-left: 78px !important
}
.u-ml-79 {
	margin-left: 79px !important
}
.u-ml-80 {
	margin-left: 80px !important
}
.u-ml-81 {
	margin-left: 81px !important
}
.u-ml-82 {
	margin-left: 82px !important
}
.u-ml-83 {
	margin-left: 83px !important
}
.u-ml-84 {
	margin-left: 84px !important
}
.u-ml-85 {
	margin-left: 85px !important
}
.u-ml-86 {
	margin-left: 86px !important
}
.u-ml-87 {
	margin-left: 87px !important
}
.u-ml-88 {
	margin-left: 88px !important
}
.u-ml-89 {
	margin-left: 89px !important
}
.u-ml-90 {
	margin-left: 90px !important
}
.u-ml-91 {
	margin-left: 91px !important
}
.u-ml-92 {
	margin-left: 92px !important
}
.u-ml-93 {
	margin-left: 93px !important
}
.u-ml-94 {
	margin-left: 94px !important
}
.u-ml-95 {
	margin-left: 95px !important
}
.u-ml-96 {
	margin-left: 96px !important
}
.u-ml-97 {
	margin-left: 97px !important
}
.u-ml-98 {
	margin-left: 98px !important
}
.u-ml-99 {
	margin-left: 99px !important
}
.u-ml-100 {
	margin-left: 100px !important
}
@media (max-width: 767px) {
	.u-ml-0-sp {
		margin-left: 0px !important
	}
}
@media (max-width: 767px) {
	.u-ml-1-sp {
		margin-left: 1px !important
	}
}
@media (max-width: 767px) {
	.u-ml-2-sp {
		margin-left: 2px !important
	}
}
@media (max-width: 767px) {
	.u-ml-3-sp {
		margin-left: 3px !important
	}
}
@media (max-width: 767px) {
	.u-ml-4-sp {
		margin-left: 4px !important
	}
}
@media (max-width: 767px) {
	.u-ml-5-sp {
		margin-left: 5px !important
	}
}
@media (max-width: 767px) {
	.u-ml-6-sp {
		margin-left: 6px !important
	}
}
@media (max-width: 767px) {
	.u-ml-7-sp {
		margin-left: 7px !important
	}
}
@media (max-width: 767px) {
	.u-ml-8-sp {
		margin-left: 8px !important
	}
}
@media (max-width: 767px) {
	.u-ml-9-sp {
		margin-left: 9px !important
	}
}
@media (max-width: 767px) {
	.u-ml-10-sp {
		margin-left: 10px !important
	}
}
@media (max-width: 767px) {
	.u-ml-11-sp {
		margin-left: 11px !important
	}
}
@media (max-width: 767px) {
	.u-ml-12-sp {
		margin-left: 12px !important
	}
}
@media (max-width: 767px) {
	.u-ml-13-sp {
		margin-left: 13px !important
	}
}
@media (max-width: 767px) {
	.u-ml-14-sp {
		margin-left: 14px !important
	}
}
@media (max-width: 767px) {
	.u-ml-15-sp {
		margin-left: 15px !important
	}
}
@media (max-width: 767px) {
	.u-ml-16-sp {
		margin-left: 16px !important
	}
}
@media (max-width: 767px) {
	.u-ml-17-sp {
		margin-left: 17px !important
	}
}
@media (max-width: 767px) {
	.u-ml-18-sp {
		margin-left: 18px !important
	}
}
@media (max-width: 767px) {
	.u-ml-19-sp {
		margin-left: 19px !important
	}
}
@media (max-width: 767px) {
	.u-ml-20-sp {
		margin-left: 20px !important
	}
}
@media (max-width: 767px) {
	.u-ml-21-sp {
		margin-left: 21px !important
	}
}
@media (max-width: 767px) {
	.u-ml-22-sp {
		margin-left: 22px !important
	}
}
@media (max-width: 767px) {
	.u-ml-23-sp {
		margin-left: 23px !important
	}
}
@media (max-width: 767px) {
	.u-ml-24-sp {
		margin-left: 24px !important
	}
}
@media (max-width: 767px) {
	.u-ml-25-sp {
		margin-left: 25px !important
	}
}
@media (max-width: 767px) {
	.u-ml-26-sp {
		margin-left: 26px !important
	}
}
@media (max-width: 767px) {
	.u-ml-27-sp {
		margin-left: 27px !important
	}
}
@media (max-width: 767px) {
	.u-ml-28-sp {
		margin-left: 28px !important
	}
}
@media (max-width: 767px) {
	.u-ml-29-sp {
		margin-left: 29px !important
	}
}
@media (max-width: 767px) {
	.u-ml-30-sp {
		margin-left: 30px !important
	}
}
@media (max-width: 767px) {
	.u-ml-31-sp {
		margin-left: 31px !important
	}
}
@media (max-width: 767px) {
	.u-ml-32-sp {
		margin-left: 32px !important
	}
}
@media (max-width: 767px) {
	.u-ml-33-sp {
		margin-left: 33px !important
	}
}
@media (max-width: 767px) {
	.u-ml-34-sp {
		margin-left: 34px !important
	}
}
@media (max-width: 767px) {
	.u-ml-35-sp {
		margin-left: 35px !important
	}
}
@media (max-width: 767px) {
	.u-ml-36-sp {
		margin-left: 36px !important
	}
}
@media (max-width: 767px) {
	.u-ml-37-sp {
		margin-left: 37px !important
	}
}
@media (max-width: 767px) {
	.u-ml-38-sp {
		margin-left: 38px !important
	}
}
@media (max-width: 767px) {
	.u-ml-39-sp {
		margin-left: 39px !important
	}
}
@media (max-width: 767px) {
	.u-ml-40-sp {
		margin-left: 40px !important
	}
}
@media (max-width: 767px) {
	.u-ml-41-sp {
		margin-left: 41px !important
	}
}
@media (max-width: 767px) {
	.u-ml-42-sp {
		margin-left: 42px !important
	}
}
@media (max-width: 767px) {
	.u-ml-43-sp {
		margin-left: 43px !important
	}
}
@media (max-width: 767px) {
	.u-ml-44-sp {
		margin-left: 44px !important
	}
}
@media (max-width: 767px) {
	.u-ml-45-sp {
		margin-left: 45px !important
	}
}
@media (max-width: 767px) {
	.u-ml-46-sp {
		margin-left: 46px !important
	}
}
@media (max-width: 767px) {
	.u-ml-47-sp {
		margin-left: 47px !important
	}
}
@media (max-width: 767px) {
	.u-ml-48-sp {
		margin-left: 48px !important
	}
}
@media (max-width: 767px) {
	.u-ml-49-sp {
		margin-left: 49px !important
	}
}
@media (max-width: 767px) {
	.u-ml-50-sp {
		margin-left: 50px !important
	}
}
@media (max-width: 767px) {
	.u-ml-51-sp {
		margin-left: 51px !important
	}
}
@media (max-width: 767px) {
	.u-ml-52-sp {
		margin-left: 52px !important
	}
}
@media (max-width: 767px) {
	.u-ml-53-sp {
		margin-left: 53px !important
	}
}
@media (max-width: 767px) {
	.u-ml-54-sp {
		margin-left: 54px !important
	}
}
@media (max-width: 767px) {
	.u-ml-55-sp {
		margin-left: 55px !important
	}
}
@media (max-width: 767px) {
	.u-ml-56-sp {
		margin-left: 56px !important
	}
}
@media (max-width: 767px) {
	.u-ml-57-sp {
		margin-left: 57px !important
	}
}
@media (max-width: 767px) {
	.u-ml-58-sp {
		margin-left: 58px !important
	}
}
@media (max-width: 767px) {
	.u-ml-59-sp {
		margin-left: 59px !important
	}
}
@media (max-width: 767px) {
	.u-ml-60-sp {
		margin-left: 60px !important
	}
}
@media (max-width: 767px) {
	.u-ml-61-sp {
		margin-left: 61px !important
	}
}
@media (max-width: 767px) {
	.u-ml-62-sp {
		margin-left: 62px !important
	}
}
@media (max-width: 767px) {
	.u-ml-63-sp {
		margin-left: 63px !important
	}
}
@media (max-width: 767px) {
	.u-ml-64-sp {
		margin-left: 64px !important
	}
}
@media (max-width: 767px) {
	.u-ml-65-sp {
		margin-left: 65px !important
	}
}
@media (max-width: 767px) {
	.u-ml-66-sp {
		margin-left: 66px !important
	}
}
@media (max-width: 767px) {
	.u-ml-67-sp {
		margin-left: 67px !important
	}
}
@media (max-width: 767px) {
	.u-ml-68-sp {
		margin-left: 68px !important
	}
}
@media (max-width: 767px) {
	.u-ml-69-sp {
		margin-left: 69px !important
	}
}
@media (max-width: 767px) {
	.u-ml-70-sp {
		margin-left: 70px !important
	}
}
@media (max-width: 767px) {
	.u-ml-71-sp {
		margin-left: 71px !important
	}
}
@media (max-width: 767px) {
	.u-ml-72-sp {
		margin-left: 72px !important
	}
}
@media (max-width: 767px) {
	.u-ml-73-sp {
		margin-left: 73px !important
	}
}
@media (max-width: 767px) {
	.u-ml-74-sp {
		margin-left: 74px !important
	}
}
@media (max-width: 767px) {
	.u-ml-75-sp {
		margin-left: 75px !important
	}
}
@media (max-width: 767px) {
	.u-ml-76-sp {
		margin-left: 76px !important
	}
}
@media (max-width: 767px) {
	.u-ml-77-sp {
		margin-left: 77px !important
	}
}
@media (max-width: 767px) {
	.u-ml-78-sp {
		margin-left: 78px !important
	}
}
@media (max-width: 767px) {
	.u-ml-79-sp {
		margin-left: 79px !important
	}
}
@media (max-width: 767px) {
	.u-ml-80-sp {
		margin-left: 80px !important
	}
}
@media (max-width: 767px) {
	.u-ml-81-sp {
		margin-left: 81px !important
	}
}
@media (max-width: 767px) {
	.u-ml-82-sp {
		margin-left: 82px !important
	}
}
@media (max-width: 767px) {
	.u-ml-83-sp {
		margin-left: 83px !important
	}
}
@media (max-width: 767px) {
	.u-ml-84-sp {
		margin-left: 84px !important
	}
}
@media (max-width: 767px) {
	.u-ml-85-sp {
		margin-left: 85px !important
	}
}
@media (max-width: 767px) {
	.u-ml-86-sp {
		margin-left: 86px !important
	}
}
@media (max-width: 767px) {
	.u-ml-87-sp {
		margin-left: 87px !important
	}
}
@media (max-width: 767px) {
	.u-ml-88-sp {
		margin-left: 88px !important
	}
}
@media (max-width: 767px) {
	.u-ml-89-sp {
		margin-left: 89px !important
	}
}
@media (max-width: 767px) {
	.u-ml-90-sp {
		margin-left: 90px !important
	}
}
@media (max-width: 767px) {
	.u-ml-91-sp {
		margin-left: 91px !important
	}
}
@media (max-width: 767px) {
	.u-ml-92-sp {
		margin-left: 92px !important
	}
}
@media (max-width: 767px) {
	.u-ml-93-sp {
		margin-left: 93px !important
	}
}
@media (max-width: 767px) {
	.u-ml-94-sp {
		margin-left: 94px !important
	}
}
@media (max-width: 767px) {
	.u-ml-95-sp {
		margin-left: 95px !important
	}
}
@media (max-width: 767px) {
	.u-ml-96-sp {
		margin-left: 96px !important
	}
}
@media (max-width: 767px) {
	.u-ml-97-sp {
		margin-left: 97px !important
	}
}
@media (max-width: 767px) {
	.u-ml-98-sp {
		margin-left: 98px !important
	}
}
@media (max-width: 767px) {
	.u-ml-99-sp {
		margin-left: 99px !important
	}
}
@media (max-width: 767px) {
	.u-ml-100-sp {
		margin-left: 100px !important
	}
}
.u-mr-0 {
	margin-right: 0px !important
}
.u-mr-1 {
	margin-right: 1px !important
}
.u-mr-2 {
	margin-right: 2px !important
}
.u-mr-3 {
	margin-right: 3px !important
}
.u-mr-4 {
	margin-right: 4px !important
}
.u-mr-5 {
	margin-right: 5px !important
}
.u-mr-6 {
	margin-right: 6px !important
}
.u-mr-7 {
	margin-right: 7px !important
}
.u-mr-8 {
	margin-right: 8px !important
}
.u-mr-9 {
	margin-right: 9px !important
}
.u-mr-10 {
	margin-right: 10px !important
}
.u-mr-11 {
	margin-right: 11px !important
}
.u-mr-12 {
	margin-right: 12px !important
}
.u-mr-13 {
	margin-right: 13px !important
}
.u-mr-14 {
	margin-right: 14px !important
}
.u-mr-15 {
	margin-right: 15px !important
}
.u-mr-16 {
	margin-right: 16px !important
}
.u-mr-17 {
	margin-right: 17px !important
}
.u-mr-18 {
	margin-right: 18px !important
}
.u-mr-19 {
	margin-right: 19px !important
}
.u-mr-20 {
	margin-right: 20px !important
}
.u-mr-21 {
	margin-right: 21px !important
}
.u-mr-22 {
	margin-right: 22px !important
}
.u-mr-23 {
	margin-right: 23px !important
}
.u-mr-24 {
	margin-right: 24px !important
}
.u-mr-25 {
	margin-right: 25px !important
}
.u-mr-26 {
	margin-right: 26px !important
}
.u-mr-27 {
	margin-right: 27px !important
}
.u-mr-28 {
	margin-right: 28px !important
}
.u-mr-29 {
	margin-right: 29px !important
}
.u-mr-30 {
	margin-right: 30px !important
}
.u-mr-31 {
	margin-right: 31px !important
}
.u-mr-32 {
	margin-right: 32px !important
}
.u-mr-33 {
	margin-right: 33px !important
}
.u-mr-34 {
	margin-right: 34px !important
}
.u-mr-35 {
	margin-right: 35px !important
}
.u-mr-36 {
	margin-right: 36px !important
}
.u-mr-37 {
	margin-right: 37px !important
}
.u-mr-38 {
	margin-right: 38px !important
}
.u-mr-39 {
	margin-right: 39px !important
}
.u-mr-40 {
	margin-right: 40px !important
}
.u-mr-41 {
	margin-right: 41px !important
}
.u-mr-42 {
	margin-right: 42px !important
}
.u-mr-43 {
	margin-right: 43px !important
}
.u-mr-44 {
	margin-right: 44px !important
}
.u-mr-45 {
	margin-right: 45px !important
}
.u-mr-46 {
	margin-right: 46px !important
}
.u-mr-47 {
	margin-right: 47px !important
}
.u-mr-48 {
	margin-right: 48px !important
}
.u-mr-49 {
	margin-right: 49px !important
}
.u-mr-50 {
	margin-right: 50px !important
}
.u-mr-51 {
	margin-right: 51px !important
}
.u-mr-52 {
	margin-right: 52px !important
}
.u-mr-53 {
	margin-right: 53px !important
}
.u-mr-54 {
	margin-right: 54px !important
}
.u-mr-55 {
	margin-right: 55px !important
}
.u-mr-56 {
	margin-right: 56px !important
}
.u-mr-57 {
	margin-right: 57px !important
}
.u-mr-58 {
	margin-right: 58px !important
}
.u-mr-59 {
	margin-right: 59px !important
}
.u-mr-60 {
	margin-right: 60px !important
}
.u-mr-61 {
	margin-right: 61px !important
}
.u-mr-62 {
	margin-right: 62px !important
}
.u-mr-63 {
	margin-right: 63px !important
}
.u-mr-64 {
	margin-right: 64px !important
}
.u-mr-65 {
	margin-right: 65px !important
}
.u-mr-66 {
	margin-right: 66px !important
}
.u-mr-67 {
	margin-right: 67px !important
}
.u-mr-68 {
	margin-right: 68px !important
}
.u-mr-69 {
	margin-right: 69px !important
}
.u-mr-70 {
	margin-right: 70px !important
}
.u-mr-71 {
	margin-right: 71px !important
}
.u-mr-72 {
	margin-right: 72px !important
}
.u-mr-73 {
	margin-right: 73px !important
}
.u-mr-74 {
	margin-right: 74px !important
}
.u-mr-75 {
	margin-right: 75px !important
}
.u-mr-76 {
	margin-right: 76px !important
}
.u-mr-77 {
	margin-right: 77px !important
}
.u-mr-78 {
	margin-right: 78px !important
}
.u-mr-79 {
	margin-right: 79px !important
}
.u-mr-80 {
	margin-right: 80px !important
}
.u-mr-81 {
	margin-right: 81px !important
}
.u-mr-82 {
	margin-right: 82px !important
}
.u-mr-83 {
	margin-right: 83px !important
}
.u-mr-84 {
	margin-right: 84px !important
}
.u-mr-85 {
	margin-right: 85px !important
}
.u-mr-86 {
	margin-right: 86px !important
}
.u-mr-87 {
	margin-right: 87px !important
}
.u-mr-88 {
	margin-right: 88px !important
}
.u-mr-89 {
	margin-right: 89px !important
}
.u-mr-90 {
	margin-right: 90px !important
}
.u-mr-91 {
	margin-right: 91px !important
}
.u-mr-92 {
	margin-right: 92px !important
}
.u-mr-93 {
	margin-right: 93px !important
}
.u-mr-94 {
	margin-right: 94px !important
}
.u-mr-95 {
	margin-right: 95px !important
}
.u-mr-96 {
	margin-right: 96px !important
}
.u-mr-97 {
	margin-right: 97px !important
}
.u-mr-98 {
	margin-right: 98px !important
}
.u-mr-99 {
	margin-right: 99px !important
}
.u-mr-100 {
	margin-right: 100px !important
}
@media (max-width: 767px) {
	.u-mr-0-sp {
		margin-right: 0px !important
	}
}
@media (max-width: 767px) {
	.u-mr-1-sp {
		margin-right: 1px !important
	}
}
@media (max-width: 767px) {
	.u-mr-2-sp {
		margin-right: 2px !important
	}
}
@media (max-width: 767px) {
	.u-mr-3-sp {
		margin-right: 3px !important
	}
}
@media (max-width: 767px) {
	.u-mr-4-sp {
		margin-right: 4px !important
	}
}
@media (max-width: 767px) {
	.u-mr-5-sp {
		margin-right: 5px !important
	}
}
@media (max-width: 767px) {
	.u-mr-6-sp {
		margin-right: 6px !important
	}
}
@media (max-width: 767px) {
	.u-mr-7-sp {
		margin-right: 7px !important
	}
}
@media (max-width: 767px) {
	.u-mr-8-sp {
		margin-right: 8px !important
	}
}
@media (max-width: 767px) {
	.u-mr-9-sp {
		margin-right: 9px !important
	}
}
@media (max-width: 767px) {
	.u-mr-10-sp {
		margin-right: 10px !important
	}
}
@media (max-width: 767px) {
	.u-mr-11-sp {
		margin-right: 11px !important
	}
}
@media (max-width: 767px) {
	.u-mr-12-sp {
		margin-right: 12px !important
	}
}
@media (max-width: 767px) {
	.u-mr-13-sp {
		margin-right: 13px !important
	}
}
@media (max-width: 767px) {
	.u-mr-14-sp {
		margin-right: 14px !important
	}
}
@media (max-width: 767px) {
	.u-mr-15-sp {
		margin-right: 15px !important
	}
}
@media (max-width: 767px) {
	.u-mr-16-sp {
		margin-right: 16px !important
	}
}
@media (max-width: 767px) {
	.u-mr-17-sp {
		margin-right: 17px !important
	}
}
@media (max-width: 767px) {
	.u-mr-18-sp {
		margin-right: 18px !important
	}
}
@media (max-width: 767px) {
	.u-mr-19-sp {
		margin-right: 19px !important
	}
}
@media (max-width: 767px) {
	.u-mr-20-sp {
		margin-right: 20px !important
	}
}
@media (max-width: 767px) {
	.u-mr-21-sp {
		margin-right: 21px !important
	}
}
@media (max-width: 767px) {
	.u-mr-22-sp {
		margin-right: 22px !important
	}
}
@media (max-width: 767px) {
	.u-mr-23-sp {
		margin-right: 23px !important
	}
}
@media (max-width: 767px) {
	.u-mr-24-sp {
		margin-right: 24px !important
	}
}
@media (max-width: 767px) {
	.u-mr-25-sp {
		margin-right: 25px !important
	}
}
@media (max-width: 767px) {
	.u-mr-26-sp {
		margin-right: 26px !important
	}
}
@media (max-width: 767px) {
	.u-mr-27-sp {
		margin-right: 27px !important
	}
}
@media (max-width: 767px) {
	.u-mr-28-sp {
		margin-right: 28px !important
	}
}
@media (max-width: 767px) {
	.u-mr-29-sp {
		margin-right: 29px !important
	}
}
@media (max-width: 767px) {
	.u-mr-30-sp {
		margin-right: 30px !important
	}
}
@media (max-width: 767px) {
	.u-mr-31-sp {
		margin-right: 31px !important
	}
}
@media (max-width: 767px) {
	.u-mr-32-sp {
		margin-right: 32px !important
	}
}
@media (max-width: 767px) {
	.u-mr-33-sp {
		margin-right: 33px !important
	}
}
@media (max-width: 767px) {
	.u-mr-34-sp {
		margin-right: 34px !important
	}
}
@media (max-width: 767px) {
	.u-mr-35-sp {
		margin-right: 35px !important
	}
}
@media (max-width: 767px) {
	.u-mr-36-sp {
		margin-right: 36px !important
	}
}
@media (max-width: 767px) {
	.u-mr-37-sp {
		margin-right: 37px !important
	}
}
@media (max-width: 767px) {
	.u-mr-38-sp {
		margin-right: 38px !important
	}
}
@media (max-width: 767px) {
	.u-mr-39-sp {
		margin-right: 39px !important
	}
}
@media (max-width: 767px) {
	.u-mr-40-sp {
		margin-right: 40px !important
	}
}
@media (max-width: 767px) {
	.u-mr-41-sp {
		margin-right: 41px !important
	}
}
@media (max-width: 767px) {
	.u-mr-42-sp {
		margin-right: 42px !important
	}
}
@media (max-width: 767px) {
	.u-mr-43-sp {
		margin-right: 43px !important
	}
}
@media (max-width: 767px) {
	.u-mr-44-sp {
		margin-right: 44px !important
	}
}
@media (max-width: 767px) {
	.u-mr-45-sp {
		margin-right: 45px !important
	}
}
@media (max-width: 767px) {
	.u-mr-46-sp {
		margin-right: 46px !important
	}
}
@media (max-width: 767px) {
	.u-mr-47-sp {
		margin-right: 47px !important
	}
}
@media (max-width: 767px) {
	.u-mr-48-sp {
		margin-right: 48px !important
	}
}
@media (max-width: 767px) {
	.u-mr-49-sp {
		margin-right: 49px !important
	}
}
@media (max-width: 767px) {
	.u-mr-50-sp {
		margin-right: 50px !important
	}
}
@media (max-width: 767px) {
	.u-mr-51-sp {
		margin-right: 51px !important
	}
}
@media (max-width: 767px) {
	.u-mr-52-sp {
		margin-right: 52px !important
	}
}
@media (max-width: 767px) {
	.u-mr-53-sp {
		margin-right: 53px !important
	}
}
@media (max-width: 767px) {
	.u-mr-54-sp {
		margin-right: 54px !important
	}
}
@media (max-width: 767px) {
	.u-mr-55-sp {
		margin-right: 55px !important
	}
}
@media (max-width: 767px) {
	.u-mr-56-sp {
		margin-right: 56px !important
	}
}
@media (max-width: 767px) {
	.u-mr-57-sp {
		margin-right: 57px !important
	}
}
@media (max-width: 767px) {
	.u-mr-58-sp {
		margin-right: 58px !important
	}
}
@media (max-width: 767px) {
	.u-mr-59-sp {
		margin-right: 59px !important
	}
}
@media (max-width: 767px) {
	.u-mr-60-sp {
		margin-right: 60px !important
	}
}
@media (max-width: 767px) {
	.u-mr-61-sp {
		margin-right: 61px !important
	}
}
@media (max-width: 767px) {
	.u-mr-62-sp {
		margin-right: 62px !important
	}
}
@media (max-width: 767px) {
	.u-mr-63-sp {
		margin-right: 63px !important
	}
}
@media (max-width: 767px) {
	.u-mr-64-sp {
		margin-right: 64px !important
	}
}
@media (max-width: 767px) {
	.u-mr-65-sp {
		margin-right: 65px !important
	}
}
@media (max-width: 767px) {
	.u-mr-66-sp {
		margin-right: 66px !important
	}
}
@media (max-width: 767px) {
	.u-mr-67-sp {
		margin-right: 67px !important
	}
}
@media (max-width: 767px) {
	.u-mr-68-sp {
		margin-right: 68px !important
	}
}
@media (max-width: 767px) {
	.u-mr-69-sp {
		margin-right: 69px !important
	}
}
@media (max-width: 767px) {
	.u-mr-70-sp {
		margin-right: 70px !important
	}
}
@media (max-width: 767px) {
	.u-mr-71-sp {
		margin-right: 71px !important
	}
}
@media (max-width: 767px) {
	.u-mr-72-sp {
		margin-right: 72px !important
	}
}
@media (max-width: 767px) {
	.u-mr-73-sp {
		margin-right: 73px !important
	}
}
@media (max-width: 767px) {
	.u-mr-74-sp {
		margin-right: 74px !important
	}
}
@media (max-width: 767px) {
	.u-mr-75-sp {
		margin-right: 75px !important
	}
}
@media (max-width: 767px) {
	.u-mr-76-sp {
		margin-right: 76px !important
	}
}
@media (max-width: 767px) {
	.u-mr-77-sp {
		margin-right: 77px !important
	}
}
@media (max-width: 767px) {
	.u-mr-78-sp {
		margin-right: 78px !important
	}
}
@media (max-width: 767px) {
	.u-mr-79-sp {
		margin-right: 79px !important
	}
}
@media (max-width: 767px) {
	.u-mr-80-sp {
		margin-right: 80px !important
	}
}
@media (max-width: 767px) {
	.u-mr-81-sp {
		margin-right: 81px !important
	}
}
@media (max-width: 767px) {
	.u-mr-82-sp {
		margin-right: 82px !important
	}
}
@media (max-width: 767px) {
	.u-mr-83-sp {
		margin-right: 83px !important
	}
}
@media (max-width: 767px) {
	.u-mr-84-sp {
		margin-right: 84px !important
	}
}
@media (max-width: 767px) {
	.u-mr-85-sp {
		margin-right: 85px !important
	}
}
@media (max-width: 767px) {
	.u-mr-86-sp {
		margin-right: 86px !important
	}
}
@media (max-width: 767px) {
	.u-mr-87-sp {
		margin-right: 87px !important
	}
}
@media (max-width: 767px) {
	.u-mr-88-sp {
		margin-right: 88px !important
	}
}
@media (max-width: 767px) {
	.u-mr-89-sp {
		margin-right: 89px !important
	}
}
@media (max-width: 767px) {
	.u-mr-90-sp {
		margin-right: 90px !important
	}
}
@media (max-width: 767px) {
	.u-mr-91-sp {
		margin-right: 91px !important
	}
}
@media (max-width: 767px) {
	.u-mr-92-sp {
		margin-right: 92px !important
	}
}
@media (max-width: 767px) {
	.u-mr-93-sp {
		margin-right: 93px !important
	}
}
@media (max-width: 767px) {
	.u-mr-94-sp {
		margin-right: 94px !important
	}
}
@media (max-width: 767px) {
	.u-mr-95-sp {
		margin-right: 95px !important
	}
}
@media (max-width: 767px) {
	.u-mr-96-sp {
		margin-right: 96px !important
	}
}
@media (max-width: 767px) {
	.u-mr-97-sp {
		margin-right: 97px !important
	}
}
@media (max-width: 767px) {
	.u-mr-98-sp {
		margin-right: 98px !important
	}
}
@media (max-width: 767px) {
	.u-mr-99-sp {
		margin-right: 99px !important
	}
}
@media (max-width: 767px) {
	.u-mr-100-sp {
		margin-right: 100px !important
	}
}
.u-mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important
}
.u-mx-1 {
	margin-left: 1px !important;
	margin-right: 1px !important
}
.u-mx-2 {
	margin-left: 2px !important;
	margin-right: 2px !important
}
.u-mx-3 {
	margin-left: 3px !important;
	margin-right: 3px !important
}
.u-mx-4 {
	margin-left: 4px !important;
	margin-right: 4px !important
}
.u-mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important
}
.u-mx-6 {
	margin-left: 6px !important;
	margin-right: 6px !important
}
.u-mx-7 {
	margin-left: 7px !important;
	margin-right: 7px !important
}
.u-mx-8 {
	margin-left: 8px !important;
	margin-right: 8px !important
}
.u-mx-9 {
	margin-left: 9px !important;
	margin-right: 9px !important
}
.u-mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important
}
.u-mx-11 {
	margin-left: 11px !important;
	margin-right: 11px !important
}
.u-mx-12 {
	margin-left: 12px !important;
	margin-right: 12px !important
}
.u-mx-13 {
	margin-left: 13px !important;
	margin-right: 13px !important
}
.u-mx-14 {
	margin-left: 14px !important;
	margin-right: 14px !important
}
.u-mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important
}
.u-mx-16 {
	margin-left: 16px !important;
	margin-right: 16px !important
}
.u-mx-17 {
	margin-left: 17px !important;
	margin-right: 17px !important
}
.u-mx-18 {
	margin-left: 18px !important;
	margin-right: 18px !important
}
.u-mx-19 {
	margin-left: 19px !important;
	margin-right: 19px !important
}
.u-mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important
}
.u-mx-21 {
	margin-left: 21px !important;
	margin-right: 21px !important
}
.u-mx-22 {
	margin-left: 22px !important;
	margin-right: 22px !important
}
.u-mx-23 {
	margin-left: 23px !important;
	margin-right: 23px !important
}
.u-mx-24 {
	margin-left: 24px !important;
	margin-right: 24px !important
}
.u-mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important
}
.u-mx-26 {
	margin-left: 26px !important;
	margin-right: 26px !important
}
.u-mx-27 {
	margin-left: 27px !important;
	margin-right: 27px !important
}
.u-mx-28 {
	margin-left: 28px !important;
	margin-right: 28px !important
}
.u-mx-29 {
	margin-left: 29px !important;
	margin-right: 29px !important
}
.u-mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important
}
.u-mx-31 {
	margin-left: 31px !important;
	margin-right: 31px !important
}
.u-mx-32 {
	margin-left: 32px !important;
	margin-right: 32px !important
}
.u-mx-33 {
	margin-left: 33px !important;
	margin-right: 33px !important
}
.u-mx-34 {
	margin-left: 34px !important;
	margin-right: 34px !important
}
.u-mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important
}
.u-mx-36 {
	margin-left: 36px !important;
	margin-right: 36px !important
}
.u-mx-37 {
	margin-left: 37px !important;
	margin-right: 37px !important
}
.u-mx-38 {
	margin-left: 38px !important;
	margin-right: 38px !important
}
.u-mx-39 {
	margin-left: 39px !important;
	margin-right: 39px !important
}
.u-mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important
}
.u-mx-41 {
	margin-left: 41px !important;
	margin-right: 41px !important
}
.u-mx-42 {
	margin-left: 42px !important;
	margin-right: 42px !important
}
.u-mx-43 {
	margin-left: 43px !important;
	margin-right: 43px !important
}
.u-mx-44 {
	margin-left: 44px !important;
	margin-right: 44px !important
}
.u-mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important
}
.u-mx-46 {
	margin-left: 46px !important;
	margin-right: 46px !important
}
.u-mx-47 {
	margin-left: 47px !important;
	margin-right: 47px !important
}
.u-mx-48 {
	margin-left: 48px !important;
	margin-right: 48px !important
}
.u-mx-49 {
	margin-left: 49px !important;
	margin-right: 49px !important
}
.u-mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important
}
.u-mx-51 {
	margin-left: 51px !important;
	margin-right: 51px !important
}
.u-mx-52 {
	margin-left: 52px !important;
	margin-right: 52px !important
}
.u-mx-53 {
	margin-left: 53px !important;
	margin-right: 53px !important
}
.u-mx-54 {
	margin-left: 54px !important;
	margin-right: 54px !important
}
.u-mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important
}
.u-mx-56 {
	margin-left: 56px !important;
	margin-right: 56px !important
}
.u-mx-57 {
	margin-left: 57px !important;
	margin-right: 57px !important
}
.u-mx-58 {
	margin-left: 58px !important;
	margin-right: 58px !important
}
.u-mx-59 {
	margin-left: 59px !important;
	margin-right: 59px !important
}
.u-mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important
}
.u-mx-61 {
	margin-left: 61px !important;
	margin-right: 61px !important
}
.u-mx-62 {
	margin-left: 62px !important;
	margin-right: 62px !important
}
.u-mx-63 {
	margin-left: 63px !important;
	margin-right: 63px !important
}
.u-mx-64 {
	margin-left: 64px !important;
	margin-right: 64px !important
}
.u-mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important
}
.u-mx-66 {
	margin-left: 66px !important;
	margin-right: 66px !important
}
.u-mx-67 {
	margin-left: 67px !important;
	margin-right: 67px !important
}
.u-mx-68 {
	margin-left: 68px !important;
	margin-right: 68px !important
}
.u-mx-69 {
	margin-left: 69px !important;
	margin-right: 69px !important
}
.u-mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important
}
.u-mx-71 {
	margin-left: 71px !important;
	margin-right: 71px !important
}
.u-mx-72 {
	margin-left: 72px !important;
	margin-right: 72px !important
}
.u-mx-73 {
	margin-left: 73px !important;
	margin-right: 73px !important
}
.u-mx-74 {
	margin-left: 74px !important;
	margin-right: 74px !important
}
.u-mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important
}
.u-mx-76 {
	margin-left: 76px !important;
	margin-right: 76px !important
}
.u-mx-77 {
	margin-left: 77px !important;
	margin-right: 77px !important
}
.u-mx-78 {
	margin-left: 78px !important;
	margin-right: 78px !important
}
.u-mx-79 {
	margin-left: 79px !important;
	margin-right: 79px !important
}
.u-mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important
}
.u-mx-81 {
	margin-left: 81px !important;
	margin-right: 81px !important
}
.u-mx-82 {
	margin-left: 82px !important;
	margin-right: 82px !important
}
.u-mx-83 {
	margin-left: 83px !important;
	margin-right: 83px !important
}
.u-mx-84 {
	margin-left: 84px !important;
	margin-right: 84px !important
}
.u-mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important
}
.u-mx-86 {
	margin-left: 86px !important;
	margin-right: 86px !important
}
.u-mx-87 {
	margin-left: 87px !important;
	margin-right: 87px !important
}
.u-mx-88 {
	margin-left: 88px !important;
	margin-right: 88px !important
}
.u-mx-89 {
	margin-left: 89px !important;
	margin-right: 89px !important
}
.u-mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important
}
.u-mx-91 {
	margin-left: 91px !important;
	margin-right: 91px !important
}
.u-mx-92 {
	margin-left: 92px !important;
	margin-right: 92px !important
}
.u-mx-93 {
	margin-left: 93px !important;
	margin-right: 93px !important
}
.u-mx-94 {
	margin-left: 94px !important;
	margin-right: 94px !important
}
.u-mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important
}
.u-mx-96 {
	margin-left: 96px !important;
	margin-right: 96px !important
}
.u-mx-97 {
	margin-left: 97px !important;
	margin-right: 97px !important
}
.u-mx-98 {
	margin-left: 98px !important;
	margin-right: 98px !important
}
.u-mx-99 {
	margin-left: 99px !important;
	margin-right: 99px !important
}
.u-mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important
}
@media (max-width: 767px) {
	.u-mx-0-sp {
		margin-left: 0px !important;
		margin-right: 0px !important
	}
}
@media (max-width: 767px) {
	.u-mx-1-sp {
		margin-left: 1px !important;
		margin-right: 1px !important
	}
}
@media (max-width: 767px) {
	.u-mx-2-sp {
		margin-left: 2px !important;
		margin-right: 2px !important
	}
}
@media (max-width: 767px) {
	.u-mx-3-sp {
		margin-left: 3px !important;
		margin-right: 3px !important
	}
}
@media (max-width: 767px) {
	.u-mx-4-sp {
		margin-left: 4px !important;
		margin-right: 4px !important
	}
}
@media (max-width: 767px) {
	.u-mx-5-sp {
		margin-left: 5px !important;
		margin-right: 5px !important
	}
}
@media (max-width: 767px) {
	.u-mx-6-sp {
		margin-left: 6px !important;
		margin-right: 6px !important
	}
}
@media (max-width: 767px) {
	.u-mx-7-sp {
		margin-left: 7px !important;
		margin-right: 7px !important
	}
}
@media (max-width: 767px) {
	.u-mx-8-sp {
		margin-left: 8px !important;
		margin-right: 8px !important
	}
}
@media (max-width: 767px) {
	.u-mx-9-sp {
		margin-left: 9px !important;
		margin-right: 9px !important
	}
}
@media (max-width: 767px) {
	.u-mx-10-sp {
		margin-left: 10px !important;
		margin-right: 10px !important
	}
}
@media (max-width: 767px) {
	.u-mx-11-sp {
		margin-left: 11px !important;
		margin-right: 11px !important
	}
}
@media (max-width: 767px) {
	.u-mx-12-sp {
		margin-left: 12px !important;
		margin-right: 12px !important
	}
}
@media (max-width: 767px) {
	.u-mx-13-sp {
		margin-left: 13px !important;
		margin-right: 13px !important
	}
}
@media (max-width: 767px) {
	.u-mx-14-sp {
		margin-left: 14px !important;
		margin-right: 14px !important
	}
}
@media (max-width: 767px) {
	.u-mx-15-sp {
		margin-left: 15px !important;
		margin-right: 15px !important
	}
}
@media (max-width: 767px) {
	.u-mx-16-sp {
		margin-left: 16px !important;
		margin-right: 16px !important
	}
}
@media (max-width: 767px) {
	.u-mx-17-sp {
		margin-left: 17px !important;
		margin-right: 17px !important
	}
}
@media (max-width: 767px) {
	.u-mx-18-sp {
		margin-left: 18px !important;
		margin-right: 18px !important
	}
}
@media (max-width: 767px) {
	.u-mx-19-sp {
		margin-left: 19px !important;
		margin-right: 19px !important
	}
}
@media (max-width: 767px) {
	.u-mx-20-sp {
		margin-left: 20px !important;
		margin-right: 20px !important
	}
}
@media (max-width: 767px) {
	.u-mx-21-sp {
		margin-left: 21px !important;
		margin-right: 21px !important
	}
}
@media (max-width: 767px) {
	.u-mx-22-sp {
		margin-left: 22px !important;
		margin-right: 22px !important
	}
}
@media (max-width: 767px) {
	.u-mx-23-sp {
		margin-left: 23px !important;
		margin-right: 23px !important
	}
}
@media (max-width: 767px) {
	.u-mx-24-sp {
		margin-left: 24px !important;
		margin-right: 24px !important
	}
}
@media (max-width: 767px) {
	.u-mx-25-sp {
		margin-left: 25px !important;
		margin-right: 25px !important
	}
}
@media (max-width: 767px) {
	.u-mx-26-sp {
		margin-left: 26px !important;
		margin-right: 26px !important
	}
}
@media (max-width: 767px) {
	.u-mx-27-sp {
		margin-left: 27px !important;
		margin-right: 27px !important
	}
}
@media (max-width: 767px) {
	.u-mx-28-sp {
		margin-left: 28px !important;
		margin-right: 28px !important
	}
}
@media (max-width: 767px) {
	.u-mx-29-sp {
		margin-left: 29px !important;
		margin-right: 29px !important
	}
}
@media (max-width: 767px) {
	.u-mx-30-sp {
		margin-left: 30px !important;
		margin-right: 30px !important
	}
}
@media (max-width: 767px) {
	.u-mx-31-sp {
		margin-left: 31px !important;
		margin-right: 31px !important
	}
}
@media (max-width: 767px) {
	.u-mx-32-sp {
		margin-left: 32px !important;
		margin-right: 32px !important
	}
}
@media (max-width: 767px) {
	.u-mx-33-sp {
		margin-left: 33px !important;
		margin-right: 33px !important
	}
}
@media (max-width: 767px) {
	.u-mx-34-sp {
		margin-left: 34px !important;
		margin-right: 34px !important
	}
}
@media (max-width: 767px) {
	.u-mx-35-sp {
		margin-left: 35px !important;
		margin-right: 35px !important
	}
}
@media (max-width: 767px) {
	.u-mx-36-sp {
		margin-left: 36px !important;
		margin-right: 36px !important
	}
}
@media (max-width: 767px) {
	.u-mx-37-sp {
		margin-left: 37px !important;
		margin-right: 37px !important
	}
}
@media (max-width: 767px) {
	.u-mx-38-sp {
		margin-left: 38px !important;
		margin-right: 38px !important
	}
}
@media (max-width: 767px) {
	.u-mx-39-sp {
		margin-left: 39px !important;
		margin-right: 39px !important
	}
}
@media (max-width: 767px) {
	.u-mx-40-sp {
		margin-left: 40px !important;
		margin-right: 40px !important
	}
}
@media (max-width: 767px) {
	.u-mx-41-sp {
		margin-left: 41px !important;
		margin-right: 41px !important
	}
}
@media (max-width: 767px) {
	.u-mx-42-sp {
		margin-left: 42px !important;
		margin-right: 42px !important
	}
}
@media (max-width: 767px) {
	.u-mx-43-sp {
		margin-left: 43px !important;
		margin-right: 43px !important
	}
}
@media (max-width: 767px) {
	.u-mx-44-sp {
		margin-left: 44px !important;
		margin-right: 44px !important
	}
}
@media (max-width: 767px) {
	.u-mx-45-sp {
		margin-left: 45px !important;
		margin-right: 45px !important
	}
}
@media (max-width: 767px) {
	.u-mx-46-sp {
		margin-left: 46px !important;
		margin-right: 46px !important
	}
}
@media (max-width: 767px) {
	.u-mx-47-sp {
		margin-left: 47px !important;
		margin-right: 47px !important
	}
}
@media (max-width: 767px) {
	.u-mx-48-sp {
		margin-left: 48px !important;
		margin-right: 48px !important
	}
}
@media (max-width: 767px) {
	.u-mx-49-sp {
		margin-left: 49px !important;
		margin-right: 49px !important
	}
}
@media (max-width: 767px) {
	.u-mx-50-sp {
		margin-left: 50px !important;
		margin-right: 50px !important
	}
}
@media (max-width: 767px) {
	.u-mx-51-sp {
		margin-left: 51px !important;
		margin-right: 51px !important
	}
}
@media (max-width: 767px) {
	.u-mx-52-sp {
		margin-left: 52px !important;
		margin-right: 52px !important
	}
}
@media (max-width: 767px) {
	.u-mx-53-sp {
		margin-left: 53px !important;
		margin-right: 53px !important
	}
}
@media (max-width: 767px) {
	.u-mx-54-sp {
		margin-left: 54px !important;
		margin-right: 54px !important
	}
}
@media (max-width: 767px) {
	.u-mx-55-sp {
		margin-left: 55px !important;
		margin-right: 55px !important
	}
}
@media (max-width: 767px) {
	.u-mx-56-sp {
		margin-left: 56px !important;
		margin-right: 56px !important
	}
}
@media (max-width: 767px) {
	.u-mx-57-sp {
		margin-left: 57px !important;
		margin-right: 57px !important
	}
}
@media (max-width: 767px) {
	.u-mx-58-sp {
		margin-left: 58px !important;
		margin-right: 58px !important
	}
}
@media (max-width: 767px) {
	.u-mx-59-sp {
		margin-left: 59px !important;
		margin-right: 59px !important
	}
}
@media (max-width: 767px) {
	.u-mx-60-sp {
		margin-left: 60px !important;
		margin-right: 60px !important
	}
}
@media (max-width: 767px) {
	.u-mx-61-sp {
		margin-left: 61px !important;
		margin-right: 61px !important
	}
}
@media (max-width: 767px) {
	.u-mx-62-sp {
		margin-left: 62px !important;
		margin-right: 62px !important
	}
}
@media (max-width: 767px) {
	.u-mx-63-sp {
		margin-left: 63px !important;
		margin-right: 63px !important
	}
}
@media (max-width: 767px) {
	.u-mx-64-sp {
		margin-left: 64px !important;
		margin-right: 64px !important
	}
}
@media (max-width: 767px) {
	.u-mx-65-sp {
		margin-left: 65px !important;
		margin-right: 65px !important
	}
}
@media (max-width: 767px) {
	.u-mx-66-sp {
		margin-left: 66px !important;
		margin-right: 66px !important
	}
}
@media (max-width: 767px) {
	.u-mx-67-sp {
		margin-left: 67px !important;
		margin-right: 67px !important
	}
}
@media (max-width: 767px) {
	.u-mx-68-sp {
		margin-left: 68px !important;
		margin-right: 68px !important
	}
}
@media (max-width: 767px) {
	.u-mx-69-sp {
		margin-left: 69px !important;
		margin-right: 69px !important
	}
}
@media (max-width: 767px) {
	.u-mx-70-sp {
		margin-left: 70px !important;
		margin-right: 70px !important
	}
}
@media (max-width: 767px) {
	.u-mx-71-sp {
		margin-left: 71px !important;
		margin-right: 71px !important
	}
}
@media (max-width: 767px) {
	.u-mx-72-sp {
		margin-left: 72px !important;
		margin-right: 72px !important
	}
}
@media (max-width: 767px) {
	.u-mx-73-sp {
		margin-left: 73px !important;
		margin-right: 73px !important
	}
}
@media (max-width: 767px) {
	.u-mx-74-sp {
		margin-left: 74px !important;
		margin-right: 74px !important
	}
}
@media (max-width: 767px) {
	.u-mx-75-sp {
		margin-left: 75px !important;
		margin-right: 75px !important
	}
}
@media (max-width: 767px) {
	.u-mx-76-sp {
		margin-left: 76px !important;
		margin-right: 76px !important
	}
}
@media (max-width: 767px) {
	.u-mx-77-sp {
		margin-left: 77px !important;
		margin-right: 77px !important
	}
}
@media (max-width: 767px) {
	.u-mx-78-sp {
		margin-left: 78px !important;
		margin-right: 78px !important
	}
}
@media (max-width: 767px) {
	.u-mx-79-sp {
		margin-left: 79px !important;
		margin-right: 79px !important
	}
}
@media (max-width: 767px) {
	.u-mx-80-sp {
		margin-left: 80px !important;
		margin-right: 80px !important
	}
}
@media (max-width: 767px) {
	.u-mx-81-sp {
		margin-left: 81px !important;
		margin-right: 81px !important
	}
}
@media (max-width: 767px) {
	.u-mx-82-sp {
		margin-left: 82px !important;
		margin-right: 82px !important
	}
}
@media (max-width: 767px) {
	.u-mx-83-sp {
		margin-left: 83px !important;
		margin-right: 83px !important
	}
}
@media (max-width: 767px) {
	.u-mx-84-sp {
		margin-left: 84px !important;
		margin-right: 84px !important
	}
}
@media (max-width: 767px) {
	.u-mx-85-sp {
		margin-left: 85px !important;
		margin-right: 85px !important
	}
}
@media (max-width: 767px) {
	.u-mx-86-sp {
		margin-left: 86px !important;
		margin-right: 86px !important
	}
}
@media (max-width: 767px) {
	.u-mx-87-sp {
		margin-left: 87px !important;
		margin-right: 87px !important
	}
}
@media (max-width: 767px) {
	.u-mx-88-sp {
		margin-left: 88px !important;
		margin-right: 88px !important
	}
}
@media (max-width: 767px) {
	.u-mx-89-sp {
		margin-left: 89px !important;
		margin-right: 89px !important
	}
}
@media (max-width: 767px) {
	.u-mx-90-sp {
		margin-left: 90px !important;
		margin-right: 90px !important
	}
}
@media (max-width: 767px) {
	.u-mx-91-sp {
		margin-left: 91px !important;
		margin-right: 91px !important
	}
}
@media (max-width: 767px) {
	.u-mx-92-sp {
		margin-left: 92px !important;
		margin-right: 92px !important
	}
}
@media (max-width: 767px) {
	.u-mx-93-sp {
		margin-left: 93px !important;
		margin-right: 93px !important
	}
}
@media (max-width: 767px) {
	.u-mx-94-sp {
		margin-left: 94px !important;
		margin-right: 94px !important
	}
}
@media (max-width: 767px) {
	.u-mx-95-sp {
		margin-left: 95px !important;
		margin-right: 95px !important
	}
}
@media (max-width: 767px) {
	.u-mx-96-sp {
		margin-left: 96px !important;
		margin-right: 96px !important
	}
}
@media (max-width: 767px) {
	.u-mx-97-sp {
		margin-left: 97px !important;
		margin-right: 97px !important
	}
}
@media (max-width: 767px) {
	.u-mx-98-sp {
		margin-left: 98px !important;
		margin-right: 98px !important
	}
}
@media (max-width: 767px) {
	.u-mx-99-sp {
		margin-left: 99px !important;
		margin-right: 99px !important
	}
}
@media (max-width: 767px) {
	.u-mx-100-sp {
		margin-left: 100px !important;
		margin-right: 100px !important
	}
}
.u-my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important
}
.u-my-1 {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}
.u-my-2 {
	margin-top: 2px !important;
	margin-bottom: 2px !important
}
.u-my-3 {
	margin-top: 3px !important;
	margin-bottom: 3px !important
}
.u-my-4 {
	margin-top: 4px !important;
	margin-bottom: 4px !important
}
.u-my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}
.u-my-6 {
	margin-top: 6px !important;
	margin-bottom: 6px !important
}
.u-my-7 {
	margin-top: 7px !important;
	margin-bottom: 7px !important
}
.u-my-8 {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}
.u-my-9 {
	margin-top: 9px !important;
	margin-bottom: 9px !important
}
.u-my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}
.u-my-11 {
	margin-top: 11px !important;
	margin-bottom: 11px !important
}
.u-my-12 {
	margin-top: 12px !important;
	margin-bottom: 12px !important
}
.u-my-13 {
	margin-top: 13px !important;
	margin-bottom: 13px !important
}
.u-my-14 {
	margin-top: 14px !important;
	margin-bottom: 14px !important
}
.u-my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}
.u-my-16 {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}
.u-my-17 {
	margin-top: 17px !important;
	margin-bottom: 17px !important
}
.u-my-18 {
	margin-top: 18px !important;
	margin-bottom: 18px !important
}
.u-my-19 {
	margin-top: 19px !important;
	margin-bottom: 19px !important
}
.u-my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important
}
.u-my-21 {
	margin-top: 21px !important;
	margin-bottom: 21px !important
}
.u-my-22 {
	margin-top: 22px !important;
	margin-bottom: 22px !important
}
.u-my-23 {
	margin-top: 23px !important;
	margin-bottom: 23px !important
}
.u-my-24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important
}
.u-my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important
}
.u-my-26 {
	margin-top: 26px !important;
	margin-bottom: 26px !important
}
.u-my-27 {
	margin-top: 27px !important;
	margin-bottom: 27px !important
}
.u-my-28 {
	margin-top: 28px !important;
	margin-bottom: 28px !important
}
.u-my-29 {
	margin-top: 29px !important;
	margin-bottom: 29px !important
}
.u-my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important
}
.u-my-31 {
	margin-top: 31px !important;
	margin-bottom: 31px !important
}
.u-my-32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important
}
.u-my-33 {
	margin-top: 33px !important;
	margin-bottom: 33px !important
}
.u-my-34 {
	margin-top: 34px !important;
	margin-bottom: 34px !important
}
.u-my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important
}
.u-my-36 {
	margin-top: 36px !important;
	margin-bottom: 36px !important
}
.u-my-37 {
	margin-top: 37px !important;
	margin-bottom: 37px !important
}
.u-my-38 {
	margin-top: 38px !important;
	margin-bottom: 38px !important
}
.u-my-39 {
	margin-top: 39px !important;
	margin-bottom: 39px !important
}
.u-my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}
.u-my-41 {
	margin-top: 41px !important;
	margin-bottom: 41px !important
}
.u-my-42 {
	margin-top: 42px !important;
	margin-bottom: 42px !important
}
.u-my-43 {
	margin-top: 43px !important;
	margin-bottom: 43px !important
}
.u-my-44 {
	margin-top: 44px !important;
	margin-bottom: 44px !important
}
.u-my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important
}
.u-my-46 {
	margin-top: 46px !important;
	margin-bottom: 46px !important
}
.u-my-47 {
	margin-top: 47px !important;
	margin-bottom: 47px !important
}
.u-my-48 {
	margin-top: 48px !important;
	margin-bottom: 48px !important
}
.u-my-49 {
	margin-top: 49px !important;
	margin-bottom: 49px !important
}
.u-my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}
.u-my-51 {
	margin-top: 51px !important;
	margin-bottom: 51px !important
}
.u-my-52 {
	margin-top: 52px !important;
	margin-bottom: 52px !important
}
.u-my-53 {
	margin-top: 53px !important;
	margin-bottom: 53px !important
}
.u-my-54 {
	margin-top: 54px !important;
	margin-bottom: 54px !important
}
.u-my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important
}
.u-my-56 {
	margin-top: 56px !important;
	margin-bottom: 56px !important
}
.u-my-57 {
	margin-top: 57px !important;
	margin-bottom: 57px !important
}
.u-my-58 {
	margin-top: 58px !important;
	margin-bottom: 58px !important
}
.u-my-59 {
	margin-top: 59px !important;
	margin-bottom: 59px !important
}
.u-my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important
}
.u-my-61 {
	margin-top: 61px !important;
	margin-bottom: 61px !important
}
.u-my-62 {
	margin-top: 62px !important;
	margin-bottom: 62px !important
}
.u-my-63 {
	margin-top: 63px !important;
	margin-bottom: 63px !important
}
.u-my-64 {
	margin-top: 64px !important;
	margin-bottom: 64px !important
}
.u-my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important
}
.u-my-66 {
	margin-top: 66px !important;
	margin-bottom: 66px !important
}
.u-my-67 {
	margin-top: 67px !important;
	margin-bottom: 67px !important
}
.u-my-68 {
	margin-top: 68px !important;
	margin-bottom: 68px !important
}
.u-my-69 {
	margin-top: 69px !important;
	margin-bottom: 69px !important
}
.u-my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important
}
.u-my-71 {
	margin-top: 71px !important;
	margin-bottom: 71px !important
}
.u-my-72 {
	margin-top: 72px !important;
	margin-bottom: 72px !important
}
.u-my-73 {
	margin-top: 73px !important;
	margin-bottom: 73px !important
}
.u-my-74 {
	margin-top: 74px !important;
	margin-bottom: 74px !important
}
.u-my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important
}
.u-my-76 {
	margin-top: 76px !important;
	margin-bottom: 76px !important
}
.u-my-77 {
	margin-top: 77px !important;
	margin-bottom: 77px !important
}
.u-my-78 {
	margin-top: 78px !important;
	margin-bottom: 78px !important
}
.u-my-79 {
	margin-top: 79px !important;
	margin-bottom: 79px !important
}
.u-my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important
}
.u-my-81 {
	margin-top: 81px !important;
	margin-bottom: 81px !important
}
.u-my-82 {
	margin-top: 82px !important;
	margin-bottom: 82px !important
}
.u-my-83 {
	margin-top: 83px !important;
	margin-bottom: 83px !important
}
.u-my-84 {
	margin-top: 84px !important;
	margin-bottom: 84px !important
}
.u-my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important
}
.u-my-86 {
	margin-top: 86px !important;
	margin-bottom: 86px !important
}
.u-my-87 {
	margin-top: 87px !important;
	margin-bottom: 87px !important
}
.u-my-88 {
	margin-top: 88px !important;
	margin-bottom: 88px !important
}
.u-my-89 {
	margin-top: 89px !important;
	margin-bottom: 89px !important
}
.u-my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important
}
.u-my-91 {
	margin-top: 91px !important;
	margin-bottom: 91px !important
}
.u-my-92 {
	margin-top: 92px !important;
	margin-bottom: 92px !important
}
.u-my-93 {
	margin-top: 93px !important;
	margin-bottom: 93px !important
}
.u-my-94 {
	margin-top: 94px !important;
	margin-bottom: 94px !important
}
.u-my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important
}
.u-my-96 {
	margin-top: 96px !important;
	margin-bottom: 96px !important
}
.u-my-97 {
	margin-top: 97px !important;
	margin-bottom: 97px !important
}
.u-my-98 {
	margin-top: 98px !important;
	margin-bottom: 98px !important
}
.u-my-99 {
	margin-top: 99px !important;
	margin-bottom: 99px !important
}
.u-my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important
}
@media (max-width: 767px) {
	.u-my-0-sp {
		margin-top: 0px !important;
		margin-bottom: 0px !important
	}
}
@media (max-width: 767px) {
	.u-my-1-sp {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}
}
@media (max-width: 767px) {
	.u-my-2-sp {
		margin-top: 2px !important;
		margin-bottom: 2px !important
	}
}
@media (max-width: 767px) {
	.u-my-3-sp {
		margin-top: 3px !important;
		margin-bottom: 3px !important
	}
}
@media (max-width: 767px) {
	.u-my-4-sp {
		margin-top: 4px !important;
		margin-bottom: 4px !important
	}
}
@media (max-width: 767px) {
	.u-my-5-sp {
		margin-top: 5px !important;
		margin-bottom: 5px !important
	}
}
@media (max-width: 767px) {
	.u-my-6-sp {
		margin-top: 6px !important;
		margin-bottom: 6px !important
	}
}
@media (max-width: 767px) {
	.u-my-7-sp {
		margin-top: 7px !important;
		margin-bottom: 7px !important
	}
}
@media (max-width: 767px) {
	.u-my-8-sp {
		margin-top: 8px !important;
		margin-bottom: 8px !important
	}
}
@media (max-width: 767px) {
	.u-my-9-sp {
		margin-top: 9px !important;
		margin-bottom: 9px !important
	}
}
@media (max-width: 767px) {
	.u-my-10-sp {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}
}
@media (max-width: 767px) {
	.u-my-11-sp {
		margin-top: 11px !important;
		margin-bottom: 11px !important
	}
}
@media (max-width: 767px) {
	.u-my-12-sp {
		margin-top: 12px !important;
		margin-bottom: 12px !important
	}
}
@media (max-width: 767px) {
	.u-my-13-sp {
		margin-top: 13px !important;
		margin-bottom: 13px !important
	}
}
@media (max-width: 767px) {
	.u-my-14-sp {
		margin-top: 14px !important;
		margin-bottom: 14px !important
	}
}
@media (max-width: 767px) {
	.u-my-15-sp {
		margin-top: 15px !important;
		margin-bottom: 15px !important
	}
}
@media (max-width: 767px) {
	.u-my-16-sp {
		margin-top: 16px !important;
		margin-bottom: 16px !important
	}
}
@media (max-width: 767px) {
	.u-my-17-sp {
		margin-top: 17px !important;
		margin-bottom: 17px !important
	}
}
@media (max-width: 767px) {
	.u-my-18-sp {
		margin-top: 18px !important;
		margin-bottom: 18px !important
	}
}
@media (max-width: 767px) {
	.u-my-19-sp {
		margin-top: 19px !important;
		margin-bottom: 19px !important
	}
}
@media (max-width: 767px) {
	.u-my-20-sp {
		margin-top: 20px !important;
		margin-bottom: 20px !important
	}
}
@media (max-width: 767px) {
	.u-my-21-sp {
		margin-top: 21px !important;
		margin-bottom: 21px !important
	}
}
@media (max-width: 767px) {
	.u-my-22-sp {
		margin-top: 22px !important;
		margin-bottom: 22px !important
	}
}
@media (max-width: 767px) {
	.u-my-23-sp {
		margin-top: 23px !important;
		margin-bottom: 23px !important
	}
}
@media (max-width: 767px) {
	.u-my-24-sp {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}
}
@media (max-width: 767px) {
	.u-my-25-sp {
		margin-top: 25px !important;
		margin-bottom: 25px !important
	}
}
@media (max-width: 767px) {
	.u-my-26-sp {
		margin-top: 26px !important;
		margin-bottom: 26px !important
	}
}
@media (max-width: 767px) {
	.u-my-27-sp {
		margin-top: 27px !important;
		margin-bottom: 27px !important
	}
}
@media (max-width: 767px) {
	.u-my-28-sp {
		margin-top: 28px !important;
		margin-bottom: 28px !important
	}
}
@media (max-width: 767px) {
	.u-my-29-sp {
		margin-top: 29px !important;
		margin-bottom: 29px !important
	}
}
@media (max-width: 767px) {
	.u-my-30-sp {
		margin-top: 30px !important;
		margin-bottom: 30px !important
	}
}
@media (max-width: 767px) {
	.u-my-31-sp {
		margin-top: 31px !important;
		margin-bottom: 31px !important
	}
}
@media (max-width: 767px) {
	.u-my-32-sp {
		margin-top: 32px !important;
		margin-bottom: 32px !important
	}
}
@media (max-width: 767px) {
	.u-my-33-sp {
		margin-top: 33px !important;
		margin-bottom: 33px !important
	}
}
@media (max-width: 767px) {
	.u-my-34-sp {
		margin-top: 34px !important;
		margin-bottom: 34px !important
	}
}
@media (max-width: 767px) {
	.u-my-35-sp {
		margin-top: 35px !important;
		margin-bottom: 35px !important
	}
}
@media (max-width: 767px) {
	.u-my-36-sp {
		margin-top: 36px !important;
		margin-bottom: 36px !important
	}
}
@media (max-width: 767px) {
	.u-my-37-sp {
		margin-top: 37px !important;
		margin-bottom: 37px !important
	}
}
@media (max-width: 767px) {
	.u-my-38-sp {
		margin-top: 38px !important;
		margin-bottom: 38px !important
	}
}
@media (max-width: 767px) {
	.u-my-39-sp {
		margin-top: 39px !important;
		margin-bottom: 39px !important
	}
}
@media (max-width: 767px) {
	.u-my-40-sp {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}
}
@media (max-width: 767px) {
	.u-my-41-sp {
		margin-top: 41px !important;
		margin-bottom: 41px !important
	}
}
@media (max-width: 767px) {
	.u-my-42-sp {
		margin-top: 42px !important;
		margin-bottom: 42px !important
	}
}
@media (max-width: 767px) {
	.u-my-43-sp {
		margin-top: 43px !important;
		margin-bottom: 43px !important
	}
}
@media (max-width: 767px) {
	.u-my-44-sp {
		margin-top: 44px !important;
		margin-bottom: 44px !important
	}
}
@media (max-width: 767px) {
	.u-my-45-sp {
		margin-top: 45px !important;
		margin-bottom: 45px !important
	}
}
@media (max-width: 767px) {
	.u-my-46-sp {
		margin-top: 46px !important;
		margin-bottom: 46px !important
	}
}
@media (max-width: 767px) {
	.u-my-47-sp {
		margin-top: 47px !important;
		margin-bottom: 47px !important
	}
}
@media (max-width: 767px) {
	.u-my-48-sp {
		margin-top: 48px !important;
		margin-bottom: 48px !important
	}
}
@media (max-width: 767px) {
	.u-my-49-sp {
		margin-top: 49px !important;
		margin-bottom: 49px !important
	}
}
@media (max-width: 767px) {
	.u-my-50-sp {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}
}
@media (max-width: 767px) {
	.u-my-51-sp {
		margin-top: 51px !important;
		margin-bottom: 51px !important
	}
}
@media (max-width: 767px) {
	.u-my-52-sp {
		margin-top: 52px !important;
		margin-bottom: 52px !important
	}
}
@media (max-width: 767px) {
	.u-my-53-sp {
		margin-top: 53px !important;
		margin-bottom: 53px !important
	}
}
@media (max-width: 767px) {
	.u-my-54-sp {
		margin-top: 54px !important;
		margin-bottom: 54px !important
	}
}
@media (max-width: 767px) {
	.u-my-55-sp {
		margin-top: 55px !important;
		margin-bottom: 55px !important
	}
}
@media (max-width: 767px) {
	.u-my-56-sp {
		margin-top: 56px !important;
		margin-bottom: 56px !important
	}
}
@media (max-width: 767px) {
	.u-my-57-sp {
		margin-top: 57px !important;
		margin-bottom: 57px !important
	}
}
@media (max-width: 767px) {
	.u-my-58-sp {
		margin-top: 58px !important;
		margin-bottom: 58px !important
	}
}
@media (max-width: 767px) {
	.u-my-59-sp {
		margin-top: 59px !important;
		margin-bottom: 59px !important
	}
}
@media (max-width: 767px) {
	.u-my-60-sp {
		margin-top: 60px !important;
		margin-bottom: 60px !important
	}
}
@media (max-width: 767px) {
	.u-my-61-sp {
		margin-top: 61px !important;
		margin-bottom: 61px !important
	}
}
@media (max-width: 767px) {
	.u-my-62-sp {
		margin-top: 62px !important;
		margin-bottom: 62px !important
	}
}
@media (max-width: 767px) {
	.u-my-63-sp {
		margin-top: 63px !important;
		margin-bottom: 63px !important
	}
}
@media (max-width: 767px) {
	.u-my-64-sp {
		margin-top: 64px !important;
		margin-bottom: 64px !important
	}
}
@media (max-width: 767px) {
	.u-my-65-sp {
		margin-top: 65px !important;
		margin-bottom: 65px !important
	}
}
@media (max-width: 767px) {
	.u-my-66-sp {
		margin-top: 66px !important;
		margin-bottom: 66px !important
	}
}
@media (max-width: 767px) {
	.u-my-67-sp {
		margin-top: 67px !important;
		margin-bottom: 67px !important
	}
}
@media (max-width: 767px) {
	.u-my-68-sp {
		margin-top: 68px !important;
		margin-bottom: 68px !important
	}
}
@media (max-width: 767px) {
	.u-my-69-sp {
		margin-top: 69px !important;
		margin-bottom: 69px !important
	}
}
@media (max-width: 767px) {
	.u-my-70-sp {
		margin-top: 70px !important;
		margin-bottom: 70px !important
	}
}
@media (max-width: 767px) {
	.u-my-71-sp {
		margin-top: 71px !important;
		margin-bottom: 71px !important
	}
}
@media (max-width: 767px) {
	.u-my-72-sp {
		margin-top: 72px !important;
		margin-bottom: 72px !important
	}
}
@media (max-width: 767px) {
	.u-my-73-sp {
		margin-top: 73px !important;
		margin-bottom: 73px !important
	}
}
@media (max-width: 767px) {
	.u-my-74-sp {
		margin-top: 74px !important;
		margin-bottom: 74px !important
	}
}
@media (max-width: 767px) {
	.u-my-75-sp {
		margin-top: 75px !important;
		margin-bottom: 75px !important
	}
}
@media (max-width: 767px) {
	.u-my-76-sp {
		margin-top: 76px !important;
		margin-bottom: 76px !important
	}
}
@media (max-width: 767px) {
	.u-my-77-sp {
		margin-top: 77px !important;
		margin-bottom: 77px !important
	}
}
@media (max-width: 767px) {
	.u-my-78-sp {
		margin-top: 78px !important;
		margin-bottom: 78px !important
	}
}
@media (max-width: 767px) {
	.u-my-79-sp {
		margin-top: 79px !important;
		margin-bottom: 79px !important
	}
}
@media (max-width: 767px) {
	.u-my-80-sp {
		margin-top: 80px !important;
		margin-bottom: 80px !important
	}
}
@media (max-width: 767px) {
	.u-my-81-sp {
		margin-top: 81px !important;
		margin-bottom: 81px !important
	}
}
@media (max-width: 767px) {
	.u-my-82-sp {
		margin-top: 82px !important;
		margin-bottom: 82px !important
	}
}
@media (max-width: 767px) {
	.u-my-83-sp {
		margin-top: 83px !important;
		margin-bottom: 83px !important
	}
}
@media (max-width: 767px) {
	.u-my-84-sp {
		margin-top: 84px !important;
		margin-bottom: 84px !important
	}
}
@media (max-width: 767px) {
	.u-my-85-sp {
		margin-top: 85px !important;
		margin-bottom: 85px !important
	}
}
@media (max-width: 767px) {
	.u-my-86-sp {
		margin-top: 86px !important;
		margin-bottom: 86px !important
	}
}
@media (max-width: 767px) {
	.u-my-87-sp {
		margin-top: 87px !important;
		margin-bottom: 87px !important
	}
}
@media (max-width: 767px) {
	.u-my-88-sp {
		margin-top: 88px !important;
		margin-bottom: 88px !important
	}
}
@media (max-width: 767px) {
	.u-my-89-sp {
		margin-top: 89px !important;
		margin-bottom: 89px !important
	}
}
@media (max-width: 767px) {
	.u-my-90-sp {
		margin-top: 90px !important;
		margin-bottom: 90px !important
	}
}
@media (max-width: 767px) {
	.u-my-91-sp {
		margin-top: 91px !important;
		margin-bottom: 91px !important
	}
}
@media (max-width: 767px) {
	.u-my-92-sp {
		margin-top: 92px !important;
		margin-bottom: 92px !important
	}
}
@media (max-width: 767px) {
	.u-my-93-sp {
		margin-top: 93px !important;
		margin-bottom: 93px !important
	}
}
@media (max-width: 767px) {
	.u-my-94-sp {
		margin-top: 94px !important;
		margin-bottom: 94px !important
	}
}
@media (max-width: 767px) {
	.u-my-95-sp {
		margin-top: 95px !important;
		margin-bottom: 95px !important
	}
}
@media (max-width: 767px) {
	.u-my-96-sp {
		margin-top: 96px !important;
		margin-bottom: 96px !important
	}
}
@media (max-width: 767px) {
	.u-my-97-sp {
		margin-top: 97px !important;
		margin-bottom: 97px !important
	}
}
@media (max-width: 767px) {
	.u-my-98-sp {
		margin-top: 98px !important;
		margin-bottom: 98px !important
	}
}
@media (max-width: 767px) {
	.u-my-99-sp {
		margin-top: 99px !important;
		margin-bottom: 99px !important
	}
}
@media (max-width: 767px) {
	.u-my-100-sp {
		margin-top: 100px !important;
		margin-bottom: 100px !important
	}
}
.u-m-auto {
	margin-left: auto !important;
	margin-right: auto !important
}
.u-pt-0 {
	padding-top: 0px !important
}
.u-pt-1 {
	padding-top: 1px !important
}
.u-pt-2 {
	padding-top: 2px !important
}
.u-pt-3 {
	padding-top: 3px !important
}
.u-pt-4 {
	padding-top: 4px !important
}
.u-pt-5 {
	padding-top: 5px !important
}
.u-pt-6 {
	padding-top: 6px !important
}
.u-pt-7 {
	padding-top: 7px !important
}
.u-pt-8 {
	padding-top: 8px !important
}
.u-pt-9 {
	padding-top: 9px !important
}
.u-pt-10 {
	padding-top: 10px !important
}
.u-pt-11 {
	padding-top: 11px !important
}
.u-pt-12 {
	padding-top: 12px !important
}
.u-pt-13 {
	padding-top: 13px !important
}
.u-pt-14 {
	padding-top: 14px !important
}
.u-pt-15 {
	padding-top: 15px !important
}
.u-pt-16 {
	padding-top: 16px !important
}
.u-pt-17 {
	padding-top: 17px !important
}
.u-pt-18 {
	padding-top: 18px !important
}
.u-pt-19 {
	padding-top: 19px !important
}
.u-pt-20 {
	padding-top: 20px !important
}
.u-pt-21 {
	padding-top: 21px !important
}
.u-pt-22 {
	padding-top: 22px !important
}
.u-pt-23 {
	padding-top: 23px !important
}
.u-pt-24 {
	padding-top: 24px !important
}
.u-pt-25 {
	padding-top: 25px !important
}
.u-pt-26 {
	padding-top: 26px !important
}
.u-pt-27 {
	padding-top: 27px !important
}
.u-pt-28 {
	padding-top: 28px !important
}
.u-pt-29 {
	padding-top: 29px !important
}
.u-pt-30 {
	padding-top: 30px !important
}
.u-pt-31 {
	padding-top: 31px !important
}
.u-pt-32 {
	padding-top: 32px !important
}
.u-pt-33 {
	padding-top: 33px !important
}
.u-pt-34 {
	padding-top: 34px !important
}
.u-pt-35 {
	padding-top: 35px !important
}
.u-pt-36 {
	padding-top: 36px !important
}
.u-pt-37 {
	padding-top: 37px !important
}
.u-pt-38 {
	padding-top: 38px !important
}
.u-pt-39 {
	padding-top: 39px !important
}
.u-pt-40 {
	padding-top: 40px !important
}
.u-pt-41 {
	padding-top: 41px !important
}
.u-pt-42 {
	padding-top: 42px !important
}
.u-pt-43 {
	padding-top: 43px !important
}
.u-pt-44 {
	padding-top: 44px !important
}
.u-pt-45 {
	padding-top: 45px !important
}
.u-pt-46 {
	padding-top: 46px !important
}
.u-pt-47 {
	padding-top: 47px !important
}
.u-pt-48 {
	padding-top: 48px !important
}
.u-pt-49 {
	padding-top: 49px !important
}
.u-pt-50 {
	padding-top: 50px !important
}
.u-pt-51 {
	padding-top: 51px !important
}
.u-pt-52 {
	padding-top: 52px !important
}
.u-pt-53 {
	padding-top: 53px !important
}
.u-pt-54 {
	padding-top: 54px !important
}
.u-pt-55 {
	padding-top: 55px !important
}
.u-pt-56 {
	padding-top: 56px !important
}
.u-pt-57 {
	padding-top: 57px !important
}
.u-pt-58 {
	padding-top: 58px !important
}
.u-pt-59 {
	padding-top: 59px !important
}
.u-pt-60 {
	padding-top: 60px !important
}
.u-pt-61 {
	padding-top: 61px !important
}
.u-pt-62 {
	padding-top: 62px !important
}
.u-pt-63 {
	padding-top: 63px !important
}
.u-pt-64 {
	padding-top: 64px !important
}
.u-pt-65 {
	padding-top: 65px !important
}
.u-pt-66 {
	padding-top: 66px !important
}
.u-pt-67 {
	padding-top: 67px !important
}
.u-pt-68 {
	padding-top: 68px !important
}
.u-pt-69 {
	padding-top: 69px !important
}
.u-pt-70 {
	padding-top: 70px !important
}
.u-pt-71 {
	padding-top: 71px !important
}
.u-pt-72 {
	padding-top: 72px !important
}
.u-pt-73 {
	padding-top: 73px !important
}
.u-pt-74 {
	padding-top: 74px !important
}
.u-pt-75 {
	padding-top: 75px !important
}
.u-pt-76 {
	padding-top: 76px !important
}
.u-pt-77 {
	padding-top: 77px !important
}
.u-pt-78 {
	padding-top: 78px !important
}
.u-pt-79 {
	padding-top: 79px !important
}
.u-pt-80 {
	padding-top: 80px !important
}
.u-pt-81 {
	padding-top: 81px !important
}
.u-pt-82 {
	padding-top: 82px !important
}
.u-pt-83 {
	padding-top: 83px !important
}
.u-pt-84 {
	padding-top: 84px !important
}
.u-pt-85 {
	padding-top: 85px !important
}
.u-pt-86 {
	padding-top: 86px !important
}
.u-pt-87 {
	padding-top: 87px !important
}
.u-pt-88 {
	padding-top: 88px !important
}
.u-pt-89 {
	padding-top: 89px !important
}
.u-pt-90 {
	padding-top: 90px !important
}
.u-pt-91 {
	padding-top: 91px !important
}
.u-pt-92 {
	padding-top: 92px !important
}
.u-pt-93 {
	padding-top: 93px !important
}
.u-pt-94 {
	padding-top: 94px !important
}
.u-pt-95 {
	padding-top: 95px !important
}
.u-pt-96 {
	padding-top: 96px !important
}
.u-pt-97 {
	padding-top: 97px !important
}
.u-pt-98 {
	padding-top: 98px !important
}
.u-pt-99 {
	padding-top: 99px !important
}
.u-pt-100 {
	padding-top: 100px !important
}
@media (max-width: 767px) {
	.u-pt-0-sp {
		padding-top: 0px !important
	}
}
@media (max-width: 767px) {
	.u-pt-1-sp {
		padding-top: 1px !important
	}
}
@media (max-width: 767px) {
	.u-pt-2-sp {
		padding-top: 2px !important
	}
}
@media (max-width: 767px) {
	.u-pt-3-sp {
		padding-top: 3px !important
	}
}
@media (max-width: 767px) {
	.u-pt-4-sp {
		padding-top: 4px !important
	}
}
@media (max-width: 767px) {
	.u-pt-5-sp {
		padding-top: 5px !important
	}
}
@media (max-width: 767px) {
	.u-pt-6-sp {
		padding-top: 6px !important
	}
}
@media (max-width: 767px) {
	.u-pt-7-sp {
		padding-top: 7px !important
	}
}
@media (max-width: 767px) {
	.u-pt-8-sp {
		padding-top: 8px !important
	}
}
@media (max-width: 767px) {
	.u-pt-9-sp {
		padding-top: 9px !important
	}
}
@media (max-width: 767px) {
	.u-pt-10-sp {
		padding-top: 10px !important
	}
}
@media (max-width: 767px) {
	.u-pt-11-sp {
		padding-top: 11px !important
	}
}
@media (max-width: 767px) {
	.u-pt-12-sp {
		padding-top: 12px !important
	}
}
@media (max-width: 767px) {
	.u-pt-13-sp {
		padding-top: 13px !important
	}
}
@media (max-width: 767px) {
	.u-pt-14-sp {
		padding-top: 14px !important
	}
}
@media (max-width: 767px) {
	.u-pt-15-sp {
		padding-top: 15px !important
	}
}
@media (max-width: 767px) {
	.u-pt-16-sp {
		padding-top: 16px !important
	}
}
@media (max-width: 767px) {
	.u-pt-17-sp {
		padding-top: 17px !important
	}
}
@media (max-width: 767px) {
	.u-pt-18-sp {
		padding-top: 18px !important
	}
}
@media (max-width: 767px) {
	.u-pt-19-sp {
		padding-top: 19px !important
	}
}
@media (max-width: 767px) {
	.u-pt-20-sp {
		padding-top: 20px !important
	}
}
@media (max-width: 767px) {
	.u-pt-21-sp {
		padding-top: 21px !important
	}
}
@media (max-width: 767px) {
	.u-pt-22-sp {
		padding-top: 22px !important
	}
}
@media (max-width: 767px) {
	.u-pt-23-sp {
		padding-top: 23px !important
	}
}
@media (max-width: 767px) {
	.u-pt-24-sp {
		padding-top: 24px !important
	}
}
@media (max-width: 767px) {
	.u-pt-25-sp {
		padding-top: 25px !important
	}
}
@media (max-width: 767px) {
	.u-pt-26-sp {
		padding-top: 26px !important
	}
}
@media (max-width: 767px) {
	.u-pt-27-sp {
		padding-top: 27px !important
	}
}
@media (max-width: 767px) {
	.u-pt-28-sp {
		padding-top: 28px !important
	}
}
@media (max-width: 767px) {
	.u-pt-29-sp {
		padding-top: 29px !important
	}
}
@media (max-width: 767px) {
	.u-pt-30-sp {
		padding-top: 30px !important
	}
}
@media (max-width: 767px) {
	.u-pt-31-sp {
		padding-top: 31px !important
	}
}
@media (max-width: 767px) {
	.u-pt-32-sp {
		padding-top: 32px !important
	}
}
@media (max-width: 767px) {
	.u-pt-33-sp {
		padding-top: 33px !important
	}
}
@media (max-width: 767px) {
	.u-pt-34-sp {
		padding-top: 34px !important
	}
}
@media (max-width: 767px) {
	.u-pt-35-sp {
		padding-top: 35px !important
	}
}
@media (max-width: 767px) {
	.u-pt-36-sp {
		padding-top: 36px !important
	}
}
@media (max-width: 767px) {
	.u-pt-37-sp {
		padding-top: 37px !important
	}
}
@media (max-width: 767px) {
	.u-pt-38-sp {
		padding-top: 38px !important
	}
}
@media (max-width: 767px) {
	.u-pt-39-sp {
		padding-top: 39px !important
	}
}
@media (max-width: 767px) {
	.u-pt-40-sp {
		padding-top: 40px !important
	}
}
@media (max-width: 767px) {
	.u-pt-41-sp {
		padding-top: 41px !important
	}
}
@media (max-width: 767px) {
	.u-pt-42-sp {
		padding-top: 42px !important
	}
}
@media (max-width: 767px) {
	.u-pt-43-sp {
		padding-top: 43px !important
	}
}
@media (max-width: 767px) {
	.u-pt-44-sp {
		padding-top: 44px !important
	}
}
@media (max-width: 767px) {
	.u-pt-45-sp {
		padding-top: 45px !important
	}
}
@media (max-width: 767px) {
	.u-pt-46-sp {
		padding-top: 46px !important
	}
}
@media (max-width: 767px) {
	.u-pt-47-sp {
		padding-top: 47px !important
	}
}
@media (max-width: 767px) {
	.u-pt-48-sp {
		padding-top: 48px !important
	}
}
@media (max-width: 767px) {
	.u-pt-49-sp {
		padding-top: 49px !important
	}
}
@media (max-width: 767px) {
	.u-pt-50-sp {
		padding-top: 50px !important
	}
}
@media (max-width: 767px) {
	.u-pt-51-sp {
		padding-top: 51px !important
	}
}
@media (max-width: 767px) {
	.u-pt-52-sp {
		padding-top: 52px !important
	}
}
@media (max-width: 767px) {
	.u-pt-53-sp {
		padding-top: 53px !important
	}
}
@media (max-width: 767px) {
	.u-pt-54-sp {
		padding-top: 54px !important
	}
}
@media (max-width: 767px) {
	.u-pt-55-sp {
		padding-top: 55px !important
	}
}
@media (max-width: 767px) {
	.u-pt-56-sp {
		padding-top: 56px !important
	}
}
@media (max-width: 767px) {
	.u-pt-57-sp {
		padding-top: 57px !important
	}
}
@media (max-width: 767px) {
	.u-pt-58-sp {
		padding-top: 58px !important
	}
}
@media (max-width: 767px) {
	.u-pt-59-sp {
		padding-top: 59px !important
	}
}
@media (max-width: 767px) {
	.u-pt-60-sp {
		padding-top: 60px !important
	}
}
@media (max-width: 767px) {
	.u-pt-61-sp {
		padding-top: 61px !important
	}
}
@media (max-width: 767px) {
	.u-pt-62-sp {
		padding-top: 62px !important
	}
}
@media (max-width: 767px) {
	.u-pt-63-sp {
		padding-top: 63px !important
	}
}
@media (max-width: 767px) {
	.u-pt-64-sp {
		padding-top: 64px !important
	}
}
@media (max-width: 767px) {
	.u-pt-65-sp {
		padding-top: 65px !important
	}
}
@media (max-width: 767px) {
	.u-pt-66-sp {
		padding-top: 66px !important
	}
}
@media (max-width: 767px) {
	.u-pt-67-sp {
		padding-top: 67px !important
	}
}
@media (max-width: 767px) {
	.u-pt-68-sp {
		padding-top: 68px !important
	}
}
@media (max-width: 767px) {
	.u-pt-69-sp {
		padding-top: 69px !important
	}
}
@media (max-width: 767px) {
	.u-pt-70-sp {
		padding-top: 70px !important
	}
}
@media (max-width: 767px) {
	.u-pt-71-sp {
		padding-top: 71px !important
	}
}
@media (max-width: 767px) {
	.u-pt-72-sp {
		padding-top: 72px !important
	}
}
@media (max-width: 767px) {
	.u-pt-73-sp {
		padding-top: 73px !important
	}
}
@media (max-width: 767px) {
	.u-pt-74-sp {
		padding-top: 74px !important
	}
}
@media (max-width: 767px) {
	.u-pt-75-sp {
		padding-top: 75px !important
	}
}
@media (max-width: 767px) {
	.u-pt-76-sp {
		padding-top: 76px !important
	}
}
@media (max-width: 767px) {
	.u-pt-77-sp {
		padding-top: 77px !important
	}
}
@media (max-width: 767px) {
	.u-pt-78-sp {
		padding-top: 78px !important
	}
}
@media (max-width: 767px) {
	.u-pt-79-sp {
		padding-top: 79px !important
	}
}
@media (max-width: 767px) {
	.u-pt-80-sp {
		padding-top: 80px !important
	}
}
@media (max-width: 767px) {
	.u-pt-81-sp {
		padding-top: 81px !important
	}
}
@media (max-width: 767px) {
	.u-pt-82-sp {
		padding-top: 82px !important
	}
}
@media (max-width: 767px) {
	.u-pt-83-sp {
		padding-top: 83px !important
	}
}
@media (max-width: 767px) {
	.u-pt-84-sp {
		padding-top: 84px !important
	}
}
@media (max-width: 767px) {
	.u-pt-85-sp {
		padding-top: 85px !important
	}
}
@media (max-width: 767px) {
	.u-pt-86-sp {
		padding-top: 86px !important
	}
}
@media (max-width: 767px) {
	.u-pt-87-sp {
		padding-top: 87px !important
	}
}
@media (max-width: 767px) {
	.u-pt-88-sp {
		padding-top: 88px !important
	}
}
@media (max-width: 767px) {
	.u-pt-89-sp {
		padding-top: 89px !important
	}
}
@media (max-width: 767px) {
	.u-pt-90-sp {
		padding-top: 90px !important
	}
}
@media (max-width: 767px) {
	.u-pt-91-sp {
		padding-top: 91px !important
	}
}
@media (max-width: 767px) {
	.u-pt-92-sp {
		padding-top: 92px !important
	}
}
@media (max-width: 767px) {
	.u-pt-93-sp {
		padding-top: 93px !important
	}
}
@media (max-width: 767px) {
	.u-pt-94-sp {
		padding-top: 94px !important
	}
}
@media (max-width: 767px) {
	.u-pt-95-sp {
		padding-top: 95px !important
	}
}
@media (max-width: 767px) {
	.u-pt-96-sp {
		padding-top: 96px !important
	}
}
@media (max-width: 767px) {
	.u-pt-97-sp {
		padding-top: 97px !important
	}
}
@media (max-width: 767px) {
	.u-pt-98-sp {
		padding-top: 98px !important
	}
}
@media (max-width: 767px) {
	.u-pt-99-sp {
		padding-top: 99px !important
	}
}
@media (max-width: 767px) {
	.u-pt-100-sp {
		padding-top: 100px !important
	}
}
.u-pb-0 {
	padding-bottom: 0px !important
}
.u-pb-1 {
	padding-bottom: 1px !important
}
.u-pb-2 {
	padding-bottom: 2px !important
}
.u-pb-3 {
	padding-bottom: 3px !important
}
.u-pb-4 {
	padding-bottom: 4px !important
}
.u-pb-5 {
	padding-bottom: 5px !important
}
.u-pb-6 {
	padding-bottom: 6px !important
}
.u-pb-7 {
	padding-bottom: 7px !important
}
.u-pb-8 {
	padding-bottom: 8px !important
}
.u-pb-9 {
	padding-bottom: 9px !important
}
.u-pb-10 {
	padding-bottom: 10px !important
}
.u-pb-11 {
	padding-bottom: 11px !important
}
.u-pb-12 {
	padding-bottom: 12px !important
}
.u-pb-13 {
	padding-bottom: 13px !important
}
.u-pb-14 {
	padding-bottom: 14px !important
}
.u-pb-15 {
	padding-bottom: 15px !important
}
.u-pb-16 {
	padding-bottom: 16px !important
}
.u-pb-17 {
	padding-bottom: 17px !important
}
.u-pb-18 {
	padding-bottom: 18px !important
}
.u-pb-19 {
	padding-bottom: 19px !important
}
.u-pb-20 {
	padding-bottom: 20px !important
}
.u-pb-21 {
	padding-bottom: 21px !important
}
.u-pb-22 {
	padding-bottom: 22px !important
}
.u-pb-23 {
	padding-bottom: 23px !important
}
.u-pb-24 {
	padding-bottom: 24px !important
}
.u-pb-25 {
	padding-bottom: 25px !important
}
.u-pb-26 {
	padding-bottom: 26px !important
}
.u-pb-27 {
	padding-bottom: 27px !important
}
.u-pb-28 {
	padding-bottom: 28px !important
}
.u-pb-29 {
	padding-bottom: 29px !important
}
.u-pb-30 {
	padding-bottom: 30px !important
}
.u-pb-31 {
	padding-bottom: 31px !important
}
.u-pb-32 {
	padding-bottom: 32px !important
}
.u-pb-33 {
	padding-bottom: 33px !important
}
.u-pb-34 {
	padding-bottom: 34px !important
}
.u-pb-35 {
	padding-bottom: 35px !important
}
.u-pb-36 {
	padding-bottom: 36px !important
}
.u-pb-37 {
	padding-bottom: 37px !important
}
.u-pb-38 {
	padding-bottom: 38px !important
}
.u-pb-39 {
	padding-bottom: 39px !important
}
.u-pb-40 {
	padding-bottom: 40px !important
}
.u-pb-41 {
	padding-bottom: 41px !important
}
.u-pb-42 {
	padding-bottom: 42px !important
}
.u-pb-43 {
	padding-bottom: 43px !important
}
.u-pb-44 {
	padding-bottom: 44px !important
}
.u-pb-45 {
	padding-bottom: 45px !important
}
.u-pb-46 {
	padding-bottom: 46px !important
}
.u-pb-47 {
	padding-bottom: 47px !important
}
.u-pb-48 {
	padding-bottom: 48px !important
}
.u-pb-49 {
	padding-bottom: 49px !important
}
.u-pb-50 {
	padding-bottom: 50px !important
}
.u-pb-51 {
	padding-bottom: 51px !important
}
.u-pb-52 {
	padding-bottom: 52px !important
}
.u-pb-53 {
	padding-bottom: 53px !important
}
.u-pb-54 {
	padding-bottom: 54px !important
}
.u-pb-55 {
	padding-bottom: 55px !important
}
.u-pb-56 {
	padding-bottom: 56px !important
}
.u-pb-57 {
	padding-bottom: 57px !important
}
.u-pb-58 {
	padding-bottom: 58px !important
}
.u-pb-59 {
	padding-bottom: 59px !important
}
.u-pb-60 {
	padding-bottom: 60px !important
}
.u-pb-61 {
	padding-bottom: 61px !important
}
.u-pb-62 {
	padding-bottom: 62px !important
}
.u-pb-63 {
	padding-bottom: 63px !important
}
.u-pb-64 {
	padding-bottom: 64px !important
}
.u-pb-65 {
	padding-bottom: 65px !important
}
.u-pb-66 {
	padding-bottom: 66px !important
}
.u-pb-67 {
	padding-bottom: 67px !important
}
.u-pb-68 {
	padding-bottom: 68px !important
}
.u-pb-69 {
	padding-bottom: 69px !important
}
.u-pb-70 {
	padding-bottom: 70px !important
}
.u-pb-71 {
	padding-bottom: 71px !important
}
.u-pb-72 {
	padding-bottom: 72px !important
}
.u-pb-73 {
	padding-bottom: 73px !important
}
.u-pb-74 {
	padding-bottom: 74px !important
}
.u-pb-75 {
	padding-bottom: 75px !important
}
.u-pb-76 {
	padding-bottom: 76px !important
}
.u-pb-77 {
	padding-bottom: 77px !important
}
.u-pb-78 {
	padding-bottom: 78px !important
}
.u-pb-79 {
	padding-bottom: 79px !important
}
.u-pb-80 {
	padding-bottom: 80px !important
}
.u-pb-81 {
	padding-bottom: 81px !important
}
.u-pb-82 {
	padding-bottom: 82px !important
}
.u-pb-83 {
	padding-bottom: 83px !important
}
.u-pb-84 {
	padding-bottom: 84px !important
}
.u-pb-85 {
	padding-bottom: 85px !important
}
.u-pb-86 {
	padding-bottom: 86px !important
}
.u-pb-87 {
	padding-bottom: 87px !important
}
.u-pb-88 {
	padding-bottom: 88px !important
}
.u-pb-89 {
	padding-bottom: 89px !important
}
.u-pb-90 {
	padding-bottom: 90px !important
}
.u-pb-91 {
	padding-bottom: 91px !important
}
.u-pb-92 {
	padding-bottom: 92px !important
}
.u-pb-93 {
	padding-bottom: 93px !important
}
.u-pb-94 {
	padding-bottom: 94px !important
}
.u-pb-95 {
	padding-bottom: 95px !important
}
.u-pb-96 {
	padding-bottom: 96px !important
}
.u-pb-97 {
	padding-bottom: 97px !important
}
.u-pb-98 {
	padding-bottom: 98px !important
}
.u-pb-99 {
	padding-bottom: 99px !important
}
.u-pb-100 {
	padding-bottom: 100px !important
}
@media (max-width: 767px) {
	.u-pb-0-sp {
		padding-bottom: 0px !important
	}
}
@media (max-width: 767px) {
	.u-pb-1-sp {
		padding-bottom: 1px !important
	}
}
@media (max-width: 767px) {
	.u-pb-2-sp {
		padding-bottom: 2px !important
	}
}
@media (max-width: 767px) {
	.u-pb-3-sp {
		padding-bottom: 3px !important
	}
}
@media (max-width: 767px) {
	.u-pb-4-sp {
		padding-bottom: 4px !important
	}
}
@media (max-width: 767px) {
	.u-pb-5-sp {
		padding-bottom: 5px !important
	}
}
@media (max-width: 767px) {
	.u-pb-6-sp {
		padding-bottom: 6px !important
	}
}
@media (max-width: 767px) {
	.u-pb-7-sp {
		padding-bottom: 7px !important
	}
}
@media (max-width: 767px) {
	.u-pb-8-sp {
		padding-bottom: 8px !important
	}
}
@media (max-width: 767px) {
	.u-pb-9-sp {
		padding-bottom: 9px !important
	}
}
@media (max-width: 767px) {
	.u-pb-10-sp {
		padding-bottom: 10px !important
	}
}
@media (max-width: 767px) {
	.u-pb-11-sp {
		padding-bottom: 11px !important
	}
}
@media (max-width: 767px) {
	.u-pb-12-sp {
		padding-bottom: 12px !important
	}
}
@media (max-width: 767px) {
	.u-pb-13-sp {
		padding-bottom: 13px !important
	}
}
@media (max-width: 767px) {
	.u-pb-14-sp {
		padding-bottom: 14px !important
	}
}
@media (max-width: 767px) {
	.u-pb-15-sp {
		padding-bottom: 15px !important
	}
}
@media (max-width: 767px) {
	.u-pb-16-sp {
		padding-bottom: 16px !important
	}
}
@media (max-width: 767px) {
	.u-pb-17-sp {
		padding-bottom: 17px !important
	}
}
@media (max-width: 767px) {
	.u-pb-18-sp {
		padding-bottom: 18px !important
	}
}
@media (max-width: 767px) {
	.u-pb-19-sp {
		padding-bottom: 19px !important
	}
}
@media (max-width: 767px) {
	.u-pb-20-sp {
		padding-bottom: 20px !important
	}
}
@media (max-width: 767px) {
	.u-pb-21-sp {
		padding-bottom: 21px !important
	}
}
@media (max-width: 767px) {
	.u-pb-22-sp {
		padding-bottom: 22px !important
	}
}
@media (max-width: 767px) {
	.u-pb-23-sp {
		padding-bottom: 23px !important
	}
}
@media (max-width: 767px) {
	.u-pb-24-sp {
		padding-bottom: 24px !important
	}
}
@media (max-width: 767px) {
	.u-pb-25-sp {
		padding-bottom: 25px !important
	}
}
@media (max-width: 767px) {
	.u-pb-26-sp {
		padding-bottom: 26px !important
	}
}
@media (max-width: 767px) {
	.u-pb-27-sp {
		padding-bottom: 27px !important
	}
}
@media (max-width: 767px) {
	.u-pb-28-sp {
		padding-bottom: 28px !important
	}
}
@media (max-width: 767px) {
	.u-pb-29-sp {
		padding-bottom: 29px !important
	}
}
@media (max-width: 767px) {
	.u-pb-30-sp {
		padding-bottom: 30px !important
	}
}
@media (max-width: 767px) {
	.u-pb-31-sp {
		padding-bottom: 31px !important
	}
}
@media (max-width: 767px) {
	.u-pb-32-sp {
		padding-bottom: 32px !important
	}
}
@media (max-width: 767px) {
	.u-pb-33-sp {
		padding-bottom: 33px !important
	}
}
@media (max-width: 767px) {
	.u-pb-34-sp {
		padding-bottom: 34px !important
	}
}
@media (max-width: 767px) {
	.u-pb-35-sp {
		padding-bottom: 35px !important
	}
}
@media (max-width: 767px) {
	.u-pb-36-sp {
		padding-bottom: 36px !important
	}
}
@media (max-width: 767px) {
	.u-pb-37-sp {
		padding-bottom: 37px !important
	}
}
@media (max-width: 767px) {
	.u-pb-38-sp {
		padding-bottom: 38px !important
	}
}
@media (max-width: 767px) {
	.u-pb-39-sp {
		padding-bottom: 39px !important
	}
}
@media (max-width: 767px) {
	.u-pb-40-sp {
		padding-bottom: 40px !important
	}
}
@media (max-width: 767px) {
	.u-pb-41-sp {
		padding-bottom: 41px !important
	}
}
@media (max-width: 767px) {
	.u-pb-42-sp {
		padding-bottom: 42px !important
	}
}
@media (max-width: 767px) {
	.u-pb-43-sp {
		padding-bottom: 43px !important
	}
}
@media (max-width: 767px) {
	.u-pb-44-sp {
		padding-bottom: 44px !important
	}
}
@media (max-width: 767px) {
	.u-pb-45-sp {
		padding-bottom: 45px !important
	}
}
@media (max-width: 767px) {
	.u-pb-46-sp {
		padding-bottom: 46px !important
	}
}
@media (max-width: 767px) {
	.u-pb-47-sp {
		padding-bottom: 47px !important
	}
}
@media (max-width: 767px) {
	.u-pb-48-sp {
		padding-bottom: 48px !important
	}
}
@media (max-width: 767px) {
	.u-pb-49-sp {
		padding-bottom: 49px !important
	}
}
@media (max-width: 767px) {
	.u-pb-50-sp {
		padding-bottom: 50px !important
	}
}
@media (max-width: 767px) {
	.u-pb-51-sp {
		padding-bottom: 51px !important
	}
}
@media (max-width: 767px) {
	.u-pb-52-sp {
		padding-bottom: 52px !important
	}
}
@media (max-width: 767px) {
	.u-pb-53-sp {
		padding-bottom: 53px !important
	}
}
@media (max-width: 767px) {
	.u-pb-54-sp {
		padding-bottom: 54px !important
	}
}
@media (max-width: 767px) {
	.u-pb-55-sp {
		padding-bottom: 55px !important
	}
}
@media (max-width: 767px) {
	.u-pb-56-sp {
		padding-bottom: 56px !important
	}
}
@media (max-width: 767px) {
	.u-pb-57-sp {
		padding-bottom: 57px !important
	}
}
@media (max-width: 767px) {
	.u-pb-58-sp {
		padding-bottom: 58px !important
	}
}
@media (max-width: 767px) {
	.u-pb-59-sp {
		padding-bottom: 59px !important
	}
}
@media (max-width: 767px) {
	.u-pb-60-sp {
		padding-bottom: 60px !important
	}
}
@media (max-width: 767px) {
	.u-pb-61-sp {
		padding-bottom: 61px !important
	}
}
@media (max-width: 767px) {
	.u-pb-62-sp {
		padding-bottom: 62px !important
	}
}
@media (max-width: 767px) {
	.u-pb-63-sp {
		padding-bottom: 63px !important
	}
}
@media (max-width: 767px) {
	.u-pb-64-sp {
		padding-bottom: 64px !important
	}
}
@media (max-width: 767px) {
	.u-pb-65-sp {
		padding-bottom: 65px !important
	}
}
@media (max-width: 767px) {
	.u-pb-66-sp {
		padding-bottom: 66px !important
	}
}
@media (max-width: 767px) {
	.u-pb-67-sp {
		padding-bottom: 67px !important
	}
}
@media (max-width: 767px) {
	.u-pb-68-sp {
		padding-bottom: 68px !important
	}
}
@media (max-width: 767px) {
	.u-pb-69-sp {
		padding-bottom: 69px !important
	}
}
@media (max-width: 767px) {
	.u-pb-70-sp {
		padding-bottom: 70px !important
	}
}
@media (max-width: 767px) {
	.u-pb-71-sp {
		padding-bottom: 71px !important
	}
}
@media (max-width: 767px) {
	.u-pb-72-sp {
		padding-bottom: 72px !important
	}
}
@media (max-width: 767px) {
	.u-pb-73-sp {
		padding-bottom: 73px !important
	}
}
@media (max-width: 767px) {
	.u-pb-74-sp {
		padding-bottom: 74px !important
	}
}
@media (max-width: 767px) {
	.u-pb-75-sp {
		padding-bottom: 75px !important
	}
}
@media (max-width: 767px) {
	.u-pb-76-sp {
		padding-bottom: 76px !important
	}
}
@media (max-width: 767px) {
	.u-pb-77-sp {
		padding-bottom: 77px !important
	}
}
@media (max-width: 767px) {
	.u-pb-78-sp {
		padding-bottom: 78px !important
	}
}
@media (max-width: 767px) {
	.u-pb-79-sp {
		padding-bottom: 79px !important
	}
}
@media (max-width: 767px) {
	.u-pb-80-sp {
		padding-bottom: 80px !important
	}
}
@media (max-width: 767px) {
	.u-pb-81-sp {
		padding-bottom: 81px !important
	}
}
@media (max-width: 767px) {
	.u-pb-82-sp {
		padding-bottom: 82px !important
	}
}
@media (max-width: 767px) {
	.u-pb-83-sp {
		padding-bottom: 83px !important
	}
}
@media (max-width: 767px) {
	.u-pb-84-sp {
		padding-bottom: 84px !important
	}
}
@media (max-width: 767px) {
	.u-pb-85-sp {
		padding-bottom: 85px !important
	}
}
@media (max-width: 767px) {
	.u-pb-86-sp {
		padding-bottom: 86px !important
	}
}
@media (max-width: 767px) {
	.u-pb-87-sp {
		padding-bottom: 87px !important
	}
}
@media (max-width: 767px) {
	.u-pb-88-sp {
		padding-bottom: 88px !important
	}
}
@media (max-width: 767px) {
	.u-pb-89-sp {
		padding-bottom: 89px !important
	}
}
@media (max-width: 767px) {
	.u-pb-90-sp {
		padding-bottom: 90px !important
	}
}
@media (max-width: 767px) {
	.u-pb-91-sp {
		padding-bottom: 91px !important
	}
}
@media (max-width: 767px) {
	.u-pb-92-sp {
		padding-bottom: 92px !important
	}
}
@media (max-width: 767px) {
	.u-pb-93-sp {
		padding-bottom: 93px !important
	}
}
@media (max-width: 767px) {
	.u-pb-94-sp {
		padding-bottom: 94px !important
	}
}
@media (max-width: 767px) {
	.u-pb-95-sp {
		padding-bottom: 95px !important
	}
}
@media (max-width: 767px) {
	.u-pb-96-sp {
		padding-bottom: 96px !important
	}
}
@media (max-width: 767px) {
	.u-pb-97-sp {
		padding-bottom: 97px !important
	}
}
@media (max-width: 767px) {
	.u-pb-98-sp {
		padding-bottom: 98px !important
	}
}
@media (max-width: 767px) {
	.u-pb-99-sp {
		padding-bottom: 99px !important
	}
}
@media (max-width: 767px) {
	.u-pb-100-sp {
		padding-bottom: 100px !important
	}
}
.u-pl-0 {
	padding-left: 0px !important
}
.u-pl-1 {
	padding-left: 1px !important
}
.u-pl-2 {
	padding-left: 2px !important
}
.u-pl-3 {
	padding-left: 3px !important
}
.u-pl-4 {
	padding-left: 4px !important
}
.u-pl-5 {
	padding-left: 5px !important
}
.u-pl-6 {
	padding-left: 6px !important
}
.u-pl-7 {
	padding-left: 7px !important
}
.u-pl-8 {
	padding-left: 8px !important
}
.u-pl-9 {
	padding-left: 9px !important
}
.u-pl-10 {
	padding-left: 10px !important
}
.u-pl-11 {
	padding-left: 11px !important
}
.u-pl-12 {
	padding-left: 12px !important
}
.u-pl-13 {
	padding-left: 13px !important
}
.u-pl-14 {
	padding-left: 14px !important
}
.u-pl-15 {
	padding-left: 15px !important
}
.u-pl-16 {
	padding-left: 16px !important
}
.u-pl-17 {
	padding-left: 17px !important
}
.u-pl-18 {
	padding-left: 18px !important
}
.u-pl-19 {
	padding-left: 19px !important
}
.u-pl-20 {
	padding-left: 20px !important
}
.u-pl-21 {
	padding-left: 21px !important
}
.u-pl-22 {
	padding-left: 22px !important
}
.u-pl-23 {
	padding-left: 23px !important
}
.u-pl-24 {
	padding-left: 24px !important
}
.u-pl-25 {
	padding-left: 25px !important
}
.u-pl-26 {
	padding-left: 26px !important
}
.u-pl-27 {
	padding-left: 27px !important
}
.u-pl-28 {
	padding-left: 28px !important
}
.u-pl-29 {
	padding-left: 29px !important
}
.u-pl-30 {
	padding-left: 30px !important
}
.u-pl-31 {
	padding-left: 31px !important
}
.u-pl-32 {
	padding-left: 32px !important
}
.u-pl-33 {
	padding-left: 33px !important
}
.u-pl-34 {
	padding-left: 34px !important
}
.u-pl-35 {
	padding-left: 35px !important
}
.u-pl-36 {
	padding-left: 36px !important
}
.u-pl-37 {
	padding-left: 37px !important
}
.u-pl-38 {
	padding-left: 38px !important
}
.u-pl-39 {
	padding-left: 39px !important
}
.u-pl-40 {
	padding-left: 40px !important
}
.u-pl-41 {
	padding-left: 41px !important
}
.u-pl-42 {
	padding-left: 42px !important
}
.u-pl-43 {
	padding-left: 43px !important
}
.u-pl-44 {
	padding-left: 44px !important
}
.u-pl-45 {
	padding-left: 45px !important
}
.u-pl-46 {
	padding-left: 46px !important
}
.u-pl-47 {
	padding-left: 47px !important
}
.u-pl-48 {
	padding-left: 48px !important
}
.u-pl-49 {
	padding-left: 49px !important
}
.u-pl-50 {
	padding-left: 50px !important
}
.u-pl-51 {
	padding-left: 51px !important
}
.u-pl-52 {
	padding-left: 52px !important
}
.u-pl-53 {
	padding-left: 53px !important
}
.u-pl-54 {
	padding-left: 54px !important
}
.u-pl-55 {
	padding-left: 55px !important
}
.u-pl-56 {
	padding-left: 56px !important
}
.u-pl-57 {
	padding-left: 57px !important
}
.u-pl-58 {
	padding-left: 58px !important
}
.u-pl-59 {
	padding-left: 59px !important
}
.u-pl-60 {
	padding-left: 60px !important
}
.u-pl-61 {
	padding-left: 61px !important
}
.u-pl-62 {
	padding-left: 62px !important
}
.u-pl-63 {
	padding-left: 63px !important
}
.u-pl-64 {
	padding-left: 64px !important
}
.u-pl-65 {
	padding-left: 65px !important
}
.u-pl-66 {
	padding-left: 66px !important
}
.u-pl-67 {
	padding-left: 67px !important
}
.u-pl-68 {
	padding-left: 68px !important
}
.u-pl-69 {
	padding-left: 69px !important
}
.u-pl-70 {
	padding-left: 70px !important
}
.u-pl-71 {
	padding-left: 71px !important
}
.u-pl-72 {
	padding-left: 72px !important
}
.u-pl-73 {
	padding-left: 73px !important
}
.u-pl-74 {
	padding-left: 74px !important
}
.u-pl-75 {
	padding-left: 75px !important
}
.u-pl-76 {
	padding-left: 76px !important
}
.u-pl-77 {
	padding-left: 77px !important
}
.u-pl-78 {
	padding-left: 78px !important
}
.u-pl-79 {
	padding-left: 79px !important
}
.u-pl-80 {
	padding-left: 80px !important
}
.u-pl-81 {
	padding-left: 81px !important
}
.u-pl-82 {
	padding-left: 82px !important
}
.u-pl-83 {
	padding-left: 83px !important
}
.u-pl-84 {
	padding-left: 84px !important
}
.u-pl-85 {
	padding-left: 85px !important
}
.u-pl-86 {
	padding-left: 86px !important
}
.u-pl-87 {
	padding-left: 87px !important
}
.u-pl-88 {
	padding-left: 88px !important
}
.u-pl-89 {
	padding-left: 89px !important
}
.u-pl-90 {
	padding-left: 90px !important
}
.u-pl-91 {
	padding-left: 91px !important
}
.u-pl-92 {
	padding-left: 92px !important
}
.u-pl-93 {
	padding-left: 93px !important
}
.u-pl-94 {
	padding-left: 94px !important
}
.u-pl-95 {
	padding-left: 95px !important
}
.u-pl-96 {
	padding-left: 96px !important
}
.u-pl-97 {
	padding-left: 97px !important
}
.u-pl-98 {
	padding-left: 98px !important
}
.u-pl-99 {
	padding-left: 99px !important
}
.u-pl-100 {
	padding-left: 100px !important
}
@media (max-width: 767px) {
	.u-pl-0-sp {
		padding-left: 0px !important
	}
}
@media (max-width: 767px) {
	.u-pl-1-sp {
		padding-left: 1px !important
	}
}
@media (max-width: 767px) {
	.u-pl-2-sp {
		padding-left: 2px !important
	}
}
@media (max-width: 767px) {
	.u-pl-3-sp {
		padding-left: 3px !important
	}
}
@media (max-width: 767px) {
	.u-pl-4-sp {
		padding-left: 4px !important
	}
}
@media (max-width: 767px) {
	.u-pl-5-sp {
		padding-left: 5px !important
	}
}
@media (max-width: 767px) {
	.u-pl-6-sp {
		padding-left: 6px !important
	}
}
@media (max-width: 767px) {
	.u-pl-7-sp {
		padding-left: 7px !important
	}
}
@media (max-width: 767px) {
	.u-pl-8-sp {
		padding-left: 8px !important
	}
}
@media (max-width: 767px) {
	.u-pl-9-sp {
		padding-left: 9px !important
	}
}
@media (max-width: 767px) {
	.u-pl-10-sp {
		padding-left: 10px !important
	}
}
@media (max-width: 767px) {
	.u-pl-11-sp {
		padding-left: 11px !important
	}
}
@media (max-width: 767px) {
	.u-pl-12-sp {
		padding-left: 12px !important
	}
}
@media (max-width: 767px) {
	.u-pl-13-sp {
		padding-left: 13px !important
	}
}
@media (max-width: 767px) {
	.u-pl-14-sp {
		padding-left: 14px !important
	}
}
@media (max-width: 767px) {
	.u-pl-15-sp {
		padding-left: 15px !important
	}
}
@media (max-width: 767px) {
	.u-pl-16-sp {
		padding-left: 16px !important
	}
}
@media (max-width: 767px) {
	.u-pl-17-sp {
		padding-left: 17px !important
	}
}
@media (max-width: 767px) {
	.u-pl-18-sp {
		padding-left: 18px !important
	}
}
@media (max-width: 767px) {
	.u-pl-19-sp {
		padding-left: 19px !important
	}
}
@media (max-width: 767px) {
	.u-pl-20-sp {
		padding-left: 20px !important
	}
}
@media (max-width: 767px) {
	.u-pl-21-sp {
		padding-left: 21px !important
	}
}
@media (max-width: 767px) {
	.u-pl-22-sp {
		padding-left: 22px !important
	}
}
@media (max-width: 767px) {
	.u-pl-23-sp {
		padding-left: 23px !important
	}
}
@media (max-width: 767px) {
	.u-pl-24-sp {
		padding-left: 24px !important
	}
}
@media (max-width: 767px) {
	.u-pl-25-sp {
		padding-left: 25px !important
	}
}
@media (max-width: 767px) {
	.u-pl-26-sp {
		padding-left: 26px !important
	}
}
@media (max-width: 767px) {
	.u-pl-27-sp {
		padding-left: 27px !important
	}
}
@media (max-width: 767px) {
	.u-pl-28-sp {
		padding-left: 28px !important
	}
}
@media (max-width: 767px) {
	.u-pl-29-sp {
		padding-left: 29px !important
	}
}
@media (max-width: 767px) {
	.u-pl-30-sp {
		padding-left: 30px !important
	}
}
@media (max-width: 767px) {
	.u-pl-31-sp {
		padding-left: 31px !important
	}
}
@media (max-width: 767px) {
	.u-pl-32-sp {
		padding-left: 32px !important
	}
}
@media (max-width: 767px) {
	.u-pl-33-sp {
		padding-left: 33px !important
	}
}
@media (max-width: 767px) {
	.u-pl-34-sp {
		padding-left: 34px !important
	}
}
@media (max-width: 767px) {
	.u-pl-35-sp {
		padding-left: 35px !important
	}
}
@media (max-width: 767px) {
	.u-pl-36-sp {
		padding-left: 36px !important
	}
}
@media (max-width: 767px) {
	.u-pl-37-sp {
		padding-left: 37px !important
	}
}
@media (max-width: 767px) {
	.u-pl-38-sp {
		padding-left: 38px !important
	}
}
@media (max-width: 767px) {
	.u-pl-39-sp {
		padding-left: 39px !important
	}
}
@media (max-width: 767px) {
	.u-pl-40-sp {
		padding-left: 40px !important
	}
}
@media (max-width: 767px) {
	.u-pl-41-sp {
		padding-left: 41px !important
	}
}
@media (max-width: 767px) {
	.u-pl-42-sp {
		padding-left: 42px !important
	}
}
@media (max-width: 767px) {
	.u-pl-43-sp {
		padding-left: 43px !important
	}
}
@media (max-width: 767px) {
	.u-pl-44-sp {
		padding-left: 44px !important
	}
}
@media (max-width: 767px) {
	.u-pl-45-sp {
		padding-left: 45px !important
	}
}
@media (max-width: 767px) {
	.u-pl-46-sp {
		padding-left: 46px !important
	}
}
@media (max-width: 767px) {
	.u-pl-47-sp {
		padding-left: 47px !important
	}
}
@media (max-width: 767px) {
	.u-pl-48-sp {
		padding-left: 48px !important
	}
}
@media (max-width: 767px) {
	.u-pl-49-sp {
		padding-left: 49px !important
	}
}
@media (max-width: 767px) {
	.u-pl-50-sp {
		padding-left: 50px !important
	}
}
@media (max-width: 767px) {
	.u-pl-51-sp {
		padding-left: 51px !important
	}
}
@media (max-width: 767px) {
	.u-pl-52-sp {
		padding-left: 52px !important
	}
}
@media (max-width: 767px) {
	.u-pl-53-sp {
		padding-left: 53px !important
	}
}
@media (max-width: 767px) {
	.u-pl-54-sp {
		padding-left: 54px !important
	}
}
@media (max-width: 767px) {
	.u-pl-55-sp {
		padding-left: 55px !important
	}
}
@media (max-width: 767px) {
	.u-pl-56-sp {
		padding-left: 56px !important
	}
}
@media (max-width: 767px) {
	.u-pl-57-sp {
		padding-left: 57px !important
	}
}
@media (max-width: 767px) {
	.u-pl-58-sp {
		padding-left: 58px !important
	}
}
@media (max-width: 767px) {
	.u-pl-59-sp {
		padding-left: 59px !important
	}
}
@media (max-width: 767px) {
	.u-pl-60-sp {
		padding-left: 60px !important
	}
}
@media (max-width: 767px) {
	.u-pl-61-sp {
		padding-left: 61px !important
	}
}
@media (max-width: 767px) {
	.u-pl-62-sp {
		padding-left: 62px !important
	}
}
@media (max-width: 767px) {
	.u-pl-63-sp {
		padding-left: 63px !important
	}
}
@media (max-width: 767px) {
	.u-pl-64-sp {
		padding-left: 64px !important
	}
}
@media (max-width: 767px) {
	.u-pl-65-sp {
		padding-left: 65px !important
	}
}
@media (max-width: 767px) {
	.u-pl-66-sp {
		padding-left: 66px !important
	}
}
@media (max-width: 767px) {
	.u-pl-67-sp {
		padding-left: 67px !important
	}
}
@media (max-width: 767px) {
	.u-pl-68-sp {
		padding-left: 68px !important
	}
}
@media (max-width: 767px) {
	.u-pl-69-sp {
		padding-left: 69px !important
	}
}
@media (max-width: 767px) {
	.u-pl-70-sp {
		padding-left: 70px !important
	}
}
@media (max-width: 767px) {
	.u-pl-71-sp {
		padding-left: 71px !important
	}
}
@media (max-width: 767px) {
	.u-pl-72-sp {
		padding-left: 72px !important
	}
}
@media (max-width: 767px) {
	.u-pl-73-sp {
		padding-left: 73px !important
	}
}
@media (max-width: 767px) {
	.u-pl-74-sp {
		padding-left: 74px !important
	}
}
@media (max-width: 767px) {
	.u-pl-75-sp {
		padding-left: 75px !important
	}
}
@media (max-width: 767px) {
	.u-pl-76-sp {
		padding-left: 76px !important
	}
}
@media (max-width: 767px) {
	.u-pl-77-sp {
		padding-left: 77px !important
	}
}
@media (max-width: 767px) {
	.u-pl-78-sp {
		padding-left: 78px !important
	}
}
@media (max-width: 767px) {
	.u-pl-79-sp {
		padding-left: 79px !important
	}
}
@media (max-width: 767px) {
	.u-pl-80-sp {
		padding-left: 80px !important
	}
}
@media (max-width: 767px) {
	.u-pl-81-sp {
		padding-left: 81px !important
	}
}
@media (max-width: 767px) {
	.u-pl-82-sp {
		padding-left: 82px !important
	}
}
@media (max-width: 767px) {
	.u-pl-83-sp {
		padding-left: 83px !important
	}
}
@media (max-width: 767px) {
	.u-pl-84-sp {
		padding-left: 84px !important
	}
}
@media (max-width: 767px) {
	.u-pl-85-sp {
		padding-left: 85px !important
	}
}
@media (max-width: 767px) {
	.u-pl-86-sp {
		padding-left: 86px !important
	}
}
@media (max-width: 767px) {
	.u-pl-87-sp {
		padding-left: 87px !important
	}
}
@media (max-width: 767px) {
	.u-pl-88-sp {
		padding-left: 88px !important
	}
}
@media (max-width: 767px) {
	.u-pl-89-sp {
		padding-left: 89px !important
	}
}
@media (max-width: 767px) {
	.u-pl-90-sp {
		padding-left: 90px !important
	}
}
@media (max-width: 767px) {
	.u-pl-91-sp {
		padding-left: 91px !important
	}
}
@media (max-width: 767px) {
	.u-pl-92-sp {
		padding-left: 92px !important
	}
}
@media (max-width: 767px) {
	.u-pl-93-sp {
		padding-left: 93px !important
	}
}
@media (max-width: 767px) {
	.u-pl-94-sp {
		padding-left: 94px !important
	}
}
@media (max-width: 767px) {
	.u-pl-95-sp {
		padding-left: 95px !important
	}
}
@media (max-width: 767px) {
	.u-pl-96-sp {
		padding-left: 96px !important
	}
}
@media (max-width: 767px) {
	.u-pl-97-sp {
		padding-left: 97px !important
	}
}
@media (max-width: 767px) {
	.u-pl-98-sp {
		padding-left: 98px !important
	}
}
@media (max-width: 767px) {
	.u-pl-99-sp {
		padding-left: 99px !important
	}
}
@media (max-width: 767px) {
	.u-pl-100-sp {
		padding-left: 100px !important
	}
}
.u-pr-0 {
	padding-right: 0px !important
}
.u-pr-1 {
	padding-right: 1px !important
}
.u-pr-2 {
	padding-right: 2px !important
}
.u-pr-3 {
	padding-right: 3px !important
}
.u-pr-4 {
	padding-right: 4px !important
}
.u-pr-5 {
	padding-right: 5px !important
}
.u-pr-6 {
	padding-right: 6px !important
}
.u-pr-7 {
	padding-right: 7px !important
}
.u-pr-8 {
	padding-right: 8px !important
}
.u-pr-9 {
	padding-right: 9px !important
}
.u-pr-10 {
	padding-right: 10px !important
}
.u-pr-11 {
	padding-right: 11px !important
}
.u-pr-12 {
	padding-right: 12px !important
}
.u-pr-13 {
	padding-right: 13px !important
}
.u-pr-14 {
	padding-right: 14px !important
}
.u-pr-15 {
	padding-right: 15px !important
}
.u-pr-16 {
	padding-right: 16px !important
}
.u-pr-17 {
	padding-right: 17px !important
}
.u-pr-18 {
	padding-right: 18px !important
}
.u-pr-19 {
	padding-right: 19px !important
}
.u-pr-20 {
	padding-right: 20px !important
}
.u-pr-21 {
	padding-right: 21px !important
}
.u-pr-22 {
	padding-right: 22px !important
}
.u-pr-23 {
	padding-right: 23px !important
}
.u-pr-24 {
	padding-right: 24px !important
}
.u-pr-25 {
	padding-right: 25px !important
}
.u-pr-26 {
	padding-right: 26px !important
}
.u-pr-27 {
	padding-right: 27px !important
}
.u-pr-28 {
	padding-right: 28px !important
}
.u-pr-29 {
	padding-right: 29px !important
}
.u-pr-30 {
	padding-right: 30px !important
}
.u-pr-31 {
	padding-right: 31px !important
}
.u-pr-32 {
	padding-right: 32px !important
}
.u-pr-33 {
	padding-right: 33px !important
}
.u-pr-34 {
	padding-right: 34px !important
}
.u-pr-35 {
	padding-right: 35px !important
}
.u-pr-36 {
	padding-right: 36px !important
}
.u-pr-37 {
	padding-right: 37px !important
}
.u-pr-38 {
	padding-right: 38px !important
}
.u-pr-39 {
	padding-right: 39px !important
}
.u-pr-40 {
	padding-right: 40px !important
}
.u-pr-41 {
	padding-right: 41px !important
}
.u-pr-42 {
	padding-right: 42px !important
}
.u-pr-43 {
	padding-right: 43px !important
}
.u-pr-44 {
	padding-right: 44px !important
}
.u-pr-45 {
	padding-right: 45px !important
}
.u-pr-46 {
	padding-right: 46px !important
}
.u-pr-47 {
	padding-right: 47px !important
}
.u-pr-48 {
	padding-right: 48px !important
}
.u-pr-49 {
	padding-right: 49px !important
}
.u-pr-50 {
	padding-right: 50px !important
}
.u-pr-51 {
	padding-right: 51px !important
}
.u-pr-52 {
	padding-right: 52px !important
}
.u-pr-53 {
	padding-right: 53px !important
}
.u-pr-54 {
	padding-right: 54px !important
}
.u-pr-55 {
	padding-right: 55px !important
}
.u-pr-56 {
	padding-right: 56px !important
}
.u-pr-57 {
	padding-right: 57px !important
}
.u-pr-58 {
	padding-right: 58px !important
}
.u-pr-59 {
	padding-right: 59px !important
}
.u-pr-60 {
	padding-right: 60px !important
}
.u-pr-61 {
	padding-right: 61px !important
}
.u-pr-62 {
	padding-right: 62px !important
}
.u-pr-63 {
	padding-right: 63px !important
}
.u-pr-64 {
	padding-right: 64px !important
}
.u-pr-65 {
	padding-right: 65px !important
}
.u-pr-66 {
	padding-right: 66px !important
}
.u-pr-67 {
	padding-right: 67px !important
}
.u-pr-68 {
	padding-right: 68px !important
}
.u-pr-69 {
	padding-right: 69px !important
}
.u-pr-70 {
	padding-right: 70px !important
}
.u-pr-71 {
	padding-right: 71px !important
}
.u-pr-72 {
	padding-right: 72px !important
}
.u-pr-73 {
	padding-right: 73px !important
}
.u-pr-74 {
	padding-right: 74px !important
}
.u-pr-75 {
	padding-right: 75px !important
}
.u-pr-76 {
	padding-right: 76px !important
}
.u-pr-77 {
	padding-right: 77px !important
}
.u-pr-78 {
	padding-right: 78px !important
}
.u-pr-79 {
	padding-right: 79px !important
}
.u-pr-80 {
	padding-right: 80px !important
}
.u-pr-81 {
	padding-right: 81px !important
}
.u-pr-82 {
	padding-right: 82px !important
}
.u-pr-83 {
	padding-right: 83px !important
}
.u-pr-84 {
	padding-right: 84px !important
}
.u-pr-85 {
	padding-right: 85px !important
}
.u-pr-86 {
	padding-right: 86px !important
}
.u-pr-87 {
	padding-right: 87px !important
}
.u-pr-88 {
	padding-right: 88px !important
}
.u-pr-89 {
	padding-right: 89px !important
}
.u-pr-90 {
	padding-right: 90px !important
}
.u-pr-91 {
	padding-right: 91px !important
}
.u-pr-92 {
	padding-right: 92px !important
}
.u-pr-93 {
	padding-right: 93px !important
}
.u-pr-94 {
	padding-right: 94px !important
}
.u-pr-95 {
	padding-right: 95px !important
}
.u-pr-96 {
	padding-right: 96px !important
}
.u-pr-97 {
	padding-right: 97px !important
}
.u-pr-98 {
	padding-right: 98px !important
}
.u-pr-99 {
	padding-right: 99px !important
}
.u-pr-100 {
	padding-right: 100px !important
}
@media (max-width: 767px) {
	.u-pr-0-sp {
		padding-right: 0px !important
	}
}
@media (max-width: 767px) {
	.u-pr-1-sp {
		padding-right: 1px !important
	}
}
@media (max-width: 767px) {
	.u-pr-2-sp {
		padding-right: 2px !important
	}
}
@media (max-width: 767px) {
	.u-pr-3-sp {
		padding-right: 3px !important
	}
}
@media (max-width: 767px) {
	.u-pr-4-sp {
		padding-right: 4px !important
	}
}
@media (max-width: 767px) {
	.u-pr-5-sp {
		padding-right: 5px !important
	}
}
@media (max-width: 767px) {
	.u-pr-6-sp {
		padding-right: 6px !important
	}
}
@media (max-width: 767px) {
	.u-pr-7-sp {
		padding-right: 7px !important
	}
}
@media (max-width: 767px) {
	.u-pr-8-sp {
		padding-right: 8px !important
	}
}
@media (max-width: 767px) {
	.u-pr-9-sp {
		padding-right: 9px !important
	}
}
@media (max-width: 767px) {
	.u-pr-10-sp {
		padding-right: 10px !important
	}
}
@media (max-width: 767px) {
	.u-pr-11-sp {
		padding-right: 11px !important
	}
}
@media (max-width: 767px) {
	.u-pr-12-sp {
		padding-right: 12px !important
	}
}
@media (max-width: 767px) {
	.u-pr-13-sp {
		padding-right: 13px !important
	}
}
@media (max-width: 767px) {
	.u-pr-14-sp {
		padding-right: 14px !important
	}
}
@media (max-width: 767px) {
	.u-pr-15-sp {
		padding-right: 15px !important
	}
}
@media (max-width: 767px) {
	.u-pr-16-sp {
		padding-right: 16px !important
	}
}
@media (max-width: 767px) {
	.u-pr-17-sp {
		padding-right: 17px !important
	}
}
@media (max-width: 767px) {
	.u-pr-18-sp {
		padding-right: 18px !important
	}
}
@media (max-width: 767px) {
	.u-pr-19-sp {
		padding-right: 19px !important
	}
}
@media (max-width: 767px) {
	.u-pr-20-sp {
		padding-right: 20px !important
	}
}
@media (max-width: 767px) {
	.u-pr-21-sp {
		padding-right: 21px !important
	}
}
@media (max-width: 767px) {
	.u-pr-22-sp {
		padding-right: 22px !important
	}
}
@media (max-width: 767px) {
	.u-pr-23-sp {
		padding-right: 23px !important
	}
}
@media (max-width: 767px) {
	.u-pr-24-sp {
		padding-right: 24px !important
	}
}
@media (max-width: 767px) {
	.u-pr-25-sp {
		padding-right: 25px !important
	}
}
@media (max-width: 767px) {
	.u-pr-26-sp {
		padding-right: 26px !important
	}
}
@media (max-width: 767px) {
	.u-pr-27-sp {
		padding-right: 27px !important
	}
}
@media (max-width: 767px) {
	.u-pr-28-sp {
		padding-right: 28px !important
	}
}
@media (max-width: 767px) {
	.u-pr-29-sp {
		padding-right: 29px !important
	}
}
@media (max-width: 767px) {
	.u-pr-30-sp {
		padding-right: 30px !important
	}
}
@media (max-width: 767px) {
	.u-pr-31-sp {
		padding-right: 31px !important
	}
}
@media (max-width: 767px) {
	.u-pr-32-sp {
		padding-right: 32px !important
	}
}
@media (max-width: 767px) {
	.u-pr-33-sp {
		padding-right: 33px !important
	}
}
@media (max-width: 767px) {
	.u-pr-34-sp {
		padding-right: 34px !important
	}
}
@media (max-width: 767px) {
	.u-pr-35-sp {
		padding-right: 35px !important
	}
}
@media (max-width: 767px) {
	.u-pr-36-sp {
		padding-right: 36px !important
	}
}
@media (max-width: 767px) {
	.u-pr-37-sp {
		padding-right: 37px !important
	}
}
@media (max-width: 767px) {
	.u-pr-38-sp {
		padding-right: 38px !important
	}
}
@media (max-width: 767px) {
	.u-pr-39-sp {
		padding-right: 39px !important
	}
}
@media (max-width: 767px) {
	.u-pr-40-sp {
		padding-right: 40px !important
	}
}
@media (max-width: 767px) {
	.u-pr-41-sp {
		padding-right: 41px !important
	}
}
@media (max-width: 767px) {
	.u-pr-42-sp {
		padding-right: 42px !important
	}
}
@media (max-width: 767px) {
	.u-pr-43-sp {
		padding-right: 43px !important
	}
}
@media (max-width: 767px) {
	.u-pr-44-sp {
		padding-right: 44px !important
	}
}
@media (max-width: 767px) {
	.u-pr-45-sp {
		padding-right: 45px !important
	}
}
@media (max-width: 767px) {
	.u-pr-46-sp {
		padding-right: 46px !important
	}
}
@media (max-width: 767px) {
	.u-pr-47-sp {
		padding-right: 47px !important
	}
}
@media (max-width: 767px) {
	.u-pr-48-sp {
		padding-right: 48px !important
	}
}
@media (max-width: 767px) {
	.u-pr-49-sp {
		padding-right: 49px !important
	}
}
@media (max-width: 767px) {
	.u-pr-50-sp {
		padding-right: 50px !important
	}
}
@media (max-width: 767px) {
	.u-pr-51-sp {
		padding-right: 51px !important
	}
}
@media (max-width: 767px) {
	.u-pr-52-sp {
		padding-right: 52px !important
	}
}
@media (max-width: 767px) {
	.u-pr-53-sp {
		padding-right: 53px !important
	}
}
@media (max-width: 767px) {
	.u-pr-54-sp {
		padding-right: 54px !important
	}
}
@media (max-width: 767px) {
	.u-pr-55-sp {
		padding-right: 55px !important
	}
}
@media (max-width: 767px) {
	.u-pr-56-sp {
		padding-right: 56px !important
	}
}
@media (max-width: 767px) {
	.u-pr-57-sp {
		padding-right: 57px !important
	}
}
@media (max-width: 767px) {
	.u-pr-58-sp {
		padding-right: 58px !important
	}
}
@media (max-width: 767px) {
	.u-pr-59-sp {
		padding-right: 59px !important
	}
}
@media (max-width: 767px) {
	.u-pr-60-sp {
		padding-right: 60px !important
	}
}
@media (max-width: 767px) {
	.u-pr-61-sp {
		padding-right: 61px !important
	}
}
@media (max-width: 767px) {
	.u-pr-62-sp {
		padding-right: 62px !important
	}
}
@media (max-width: 767px) {
	.u-pr-63-sp {
		padding-right: 63px !important
	}
}
@media (max-width: 767px) {
	.u-pr-64-sp {
		padding-right: 64px !important
	}
}
@media (max-width: 767px) {
	.u-pr-65-sp {
		padding-right: 65px !important
	}
}
@media (max-width: 767px) {
	.u-pr-66-sp {
		padding-right: 66px !important
	}
}
@media (max-width: 767px) {
	.u-pr-67-sp {
		padding-right: 67px !important
	}
}
@media (max-width: 767px) {
	.u-pr-68-sp {
		padding-right: 68px !important
	}
}
@media (max-width: 767px) {
	.u-pr-69-sp {
		padding-right: 69px !important
	}
}
@media (max-width: 767px) {
	.u-pr-70-sp {
		padding-right: 70px !important
	}
}
@media (max-width: 767px) {
	.u-pr-71-sp {
		padding-right: 71px !important
	}
}
@media (max-width: 767px) {
	.u-pr-72-sp {
		padding-right: 72px !important
	}
}
@media (max-width: 767px) {
	.u-pr-73-sp {
		padding-right: 73px !important
	}
}
@media (max-width: 767px) {
	.u-pr-74-sp {
		padding-right: 74px !important
	}
}
@media (max-width: 767px) {
	.u-pr-75-sp {
		padding-right: 75px !important
	}
}
@media (max-width: 767px) {
	.u-pr-76-sp {
		padding-right: 76px !important
	}
}
@media (max-width: 767px) {
	.u-pr-77-sp {
		padding-right: 77px !important
	}
}
@media (max-width: 767px) {
	.u-pr-78-sp {
		padding-right: 78px !important
	}
}
@media (max-width: 767px) {
	.u-pr-79-sp {
		padding-right: 79px !important
	}
}
@media (max-width: 767px) {
	.u-pr-80-sp {
		padding-right: 80px !important
	}
}
@media (max-width: 767px) {
	.u-pr-81-sp {
		padding-right: 81px !important
	}
}
@media (max-width: 767px) {
	.u-pr-82-sp {
		padding-right: 82px !important
	}
}
@media (max-width: 767px) {
	.u-pr-83-sp {
		padding-right: 83px !important
	}
}
@media (max-width: 767px) {
	.u-pr-84-sp {
		padding-right: 84px !important
	}
}
@media (max-width: 767px) {
	.u-pr-85-sp {
		padding-right: 85px !important
	}
}
@media (max-width: 767px) {
	.u-pr-86-sp {
		padding-right: 86px !important
	}
}
@media (max-width: 767px) {
	.u-pr-87-sp {
		padding-right: 87px !important
	}
}
@media (max-width: 767px) {
	.u-pr-88-sp {
		padding-right: 88px !important
	}
}
@media (max-width: 767px) {
	.u-pr-89-sp {
		padding-right: 89px !important
	}
}
@media (max-width: 767px) {
	.u-pr-90-sp {
		padding-right: 90px !important
	}
}
@media (max-width: 767px) {
	.u-pr-91-sp {
		padding-right: 91px !important
	}
}
@media (max-width: 767px) {
	.u-pr-92-sp {
		padding-right: 92px !important
	}
}
@media (max-width: 767px) {
	.u-pr-93-sp {
		padding-right: 93px !important
	}
}
@media (max-width: 767px) {
	.u-pr-94-sp {
		padding-right: 94px !important
	}
}
@media (max-width: 767px) {
	.u-pr-95-sp {
		padding-right: 95px !important
	}
}
@media (max-width: 767px) {
	.u-pr-96-sp {
		padding-right: 96px !important
	}
}
@media (max-width: 767px) {
	.u-pr-97-sp {
		padding-right: 97px !important
	}
}
@media (max-width: 767px) {
	.u-pr-98-sp {
		padding-right: 98px !important
	}
}
@media (max-width: 767px) {
	.u-pr-99-sp {
		padding-right: 99px !important
	}
}
@media (max-width: 767px) {
	.u-pr-100-sp {
		padding-right: 100px !important
	}
}
.u-p-0 {
	padding: 0px !important
}
.u-p-1 {
	padding: 1px !important
}
.u-p-2 {
	padding: 2px !important
}
.u-p-3 {
	padding: 3px !important
}
.u-p-4 {
	padding: 4px !important
}
.u-p-5 {
	padding: 5px !important
}
.u-p-6 {
	padding: 6px !important
}
.u-p-7 {
	padding: 7px !important
}
.u-p-8 {
	padding: 8px !important
}
.u-p-9 {
	padding: 9px !important
}
.u-p-10 {
	padding: 10px !important
}
.u-p-11 {
	padding: 11px !important
}
.u-p-12 {
	padding: 12px !important
}
.u-p-13 {
	padding: 13px !important
}
.u-p-14 {
	padding: 14px !important
}
.u-p-15 {
	padding: 15px !important
}
.u-p-16 {
	padding: 16px !important
}
.u-p-17 {
	padding: 17px !important
}
.u-p-18 {
	padding: 18px !important
}
.u-p-19 {
	padding: 19px !important
}
.u-p-20 {
	padding: 20px !important
}
.u-p-21 {
	padding: 21px !important
}
.u-p-22 {
	padding: 22px !important
}
.u-p-23 {
	padding: 23px !important
}
.u-p-24 {
	padding: 24px !important
}
.u-p-25 {
	padding: 25px !important
}
.u-p-26 {
	padding: 26px !important
}
.u-p-27 {
	padding: 27px !important
}
.u-p-28 {
	padding: 28px !important
}
.u-p-29 {
	padding: 29px !important
}
.u-p-30 {
	padding: 30px !important
}
.u-p-31 {
	padding: 31px !important
}
.u-p-32 {
	padding: 32px !important
}
.u-p-33 {
	padding: 33px !important
}
.u-p-34 {
	padding: 34px !important
}
.u-p-35 {
	padding: 35px !important
}
.u-p-36 {
	padding: 36px !important
}
.u-p-37 {
	padding: 37px !important
}
.u-p-38 {
	padding: 38px !important
}
.u-p-39 {
	padding: 39px !important
}
.u-p-40 {
	padding: 40px !important
}
.u-p-41 {
	padding: 41px !important
}
.u-p-42 {
	padding: 42px !important
}
.u-p-43 {
	padding: 43px !important
}
.u-p-44 {
	padding: 44px !important
}
.u-p-45 {
	padding: 45px !important
}
.u-p-46 {
	padding: 46px !important
}
.u-p-47 {
	padding: 47px !important
}
.u-p-48 {
	padding: 48px !important
}
.u-p-49 {
	padding: 49px !important
}
.u-p-50 {
	padding: 50px !important
}
.u-p-51 {
	padding: 51px !important
}
.u-p-52 {
	padding: 52px !important
}
.u-p-53 {
	padding: 53px !important
}
.u-p-54 {
	padding: 54px !important
}
.u-p-55 {
	padding: 55px !important
}
.u-p-56 {
	padding: 56px !important
}
.u-p-57 {
	padding: 57px !important
}
.u-p-58 {
	padding: 58px !important
}
.u-p-59 {
	padding: 59px !important
}
.u-p-60 {
	padding: 60px !important
}
.u-p-61 {
	padding: 61px !important
}
.u-p-62 {
	padding: 62px !important
}
.u-p-63 {
	padding: 63px !important
}
.u-p-64 {
	padding: 64px !important
}
.u-p-65 {
	padding: 65px !important
}
.u-p-66 {
	padding: 66px !important
}
.u-p-67 {
	padding: 67px !important
}
.u-p-68 {
	padding: 68px !important
}
.u-p-69 {
	padding: 69px !important
}
.u-p-70 {
	padding: 70px !important
}
.u-p-71 {
	padding: 71px !important
}
.u-p-72 {
	padding: 72px !important
}
.u-p-73 {
	padding: 73px !important
}
.u-p-74 {
	padding: 74px !important
}
.u-p-75 {
	padding: 75px !important
}
.u-p-76 {
	padding: 76px !important
}
.u-p-77 {
	padding: 77px !important
}
.u-p-78 {
	padding: 78px !important
}
.u-p-79 {
	padding: 79px !important
}
.u-p-80 {
	padding: 80px !important
}
.u-p-81 {
	padding: 81px !important
}
.u-p-82 {
	padding: 82px !important
}
.u-p-83 {
	padding: 83px !important
}
.u-p-84 {
	padding: 84px !important
}
.u-p-85 {
	padding: 85px !important
}
.u-p-86 {
	padding: 86px !important
}
.u-p-87 {
	padding: 87px !important
}
.u-p-88 {
	padding: 88px !important
}
.u-p-89 {
	padding: 89px !important
}
.u-p-90 {
	padding: 90px !important
}
.u-p-91 {
	padding: 91px !important
}
.u-p-92 {
	padding: 92px !important
}
.u-p-93 {
	padding: 93px !important
}
.u-p-94 {
	padding: 94px !important
}
.u-p-95 {
	padding: 95px !important
}
.u-p-96 {
	padding: 96px !important
}
.u-p-97 {
	padding: 97px !important
}
.u-p-98 {
	padding: 98px !important
}
.u-p-99 {
	padding: 99px !important
}
.u-p-100 {
	padding: 100px !important
}
@media (max-width: 767px) {
	.u-p-0-sp {
		padding: 0px !important
	}
}
@media (max-width: 767px) {
	.u-p-1-sp {
		padding: 1px !important
	}
}
@media (max-width: 767px) {
	.u-p-2-sp {
		padding: 2px !important
	}
}
@media (max-width: 767px) {
	.u-p-3-sp {
		padding: 3px !important
	}
}
@media (max-width: 767px) {
	.u-p-4-sp {
		padding: 4px !important
	}
}
@media (max-width: 767px) {
	.u-p-5-sp {
		padding: 5px !important
	}
}
@media (max-width: 767px) {
	.u-p-6-sp {
		padding: 6px !important
	}
}
@media (max-width: 767px) {
	.u-p-7-sp {
		padding: 7px !important
	}
}
@media (max-width: 767px) {
	.u-p-8-sp {
		padding: 8px !important
	}
}
@media (max-width: 767px) {
	.u-p-9-sp {
		padding: 9px !important
	}
}
@media (max-width: 767px) {
	.u-p-10-sp {
		padding: 10px !important
	}
}
@media (max-width: 767px) {
	.u-p-11-sp {
		padding: 11px !important
	}
}
@media (max-width: 767px) {
	.u-p-12-sp {
		padding: 12px !important
	}
}
@media (max-width: 767px) {
	.u-p-13-sp {
		padding: 13px !important
	}
}
@media (max-width: 767px) {
	.u-p-14-sp {
		padding: 14px !important
	}
}
@media (max-width: 767px) {
	.u-p-15-sp {
		padding: 15px !important
	}
}
@media (max-width: 767px) {
	.u-p-16-sp {
		padding: 16px !important
	}
}
@media (max-width: 767px) {
	.u-p-17-sp {
		padding: 17px !important
	}
}
@media (max-width: 767px) {
	.u-p-18-sp {
		padding: 18px !important
	}
}
@media (max-width: 767px) {
	.u-p-19-sp {
		padding: 19px !important
	}
}
@media (max-width: 767px) {
	.u-p-20-sp {
		padding: 20px !important
	}
}
@media (max-width: 767px) {
	.u-p-21-sp {
		padding: 21px !important
	}
}
@media (max-width: 767px) {
	.u-p-22-sp {
		padding: 22px !important
	}
}
@media (max-width: 767px) {
	.u-p-23-sp {
		padding: 23px !important
	}
}
@media (max-width: 767px) {
	.u-p-24-sp {
		padding: 24px !important
	}
}
@media (max-width: 767px) {
	.u-p-25-sp {
		padding: 25px !important
	}
}
@media (max-width: 767px) {
	.u-p-26-sp {
		padding: 26px !important
	}
}
@media (max-width: 767px) {
	.u-p-27-sp {
		padding: 27px !important
	}
}
@media (max-width: 767px) {
	.u-p-28-sp {
		padding: 28px !important
	}
}
@media (max-width: 767px) {
	.u-p-29-sp {
		padding: 29px !important
	}
}
@media (max-width: 767px) {
	.u-p-30-sp {
		padding: 30px !important
	}
}
@media (max-width: 767px) {
	.u-p-31-sp {
		padding: 31px !important
	}
}
@media (max-width: 767px) {
	.u-p-32-sp {
		padding: 32px !important
	}
}
@media (max-width: 767px) {
	.u-p-33-sp {
		padding: 33px !important
	}
}
@media (max-width: 767px) {
	.u-p-34-sp {
		padding: 34px !important
	}
}
@media (max-width: 767px) {
	.u-p-35-sp {
		padding: 35px !important
	}
}
@media (max-width: 767px) {
	.u-p-36-sp {
		padding: 36px !important
	}
}
@media (max-width: 767px) {
	.u-p-37-sp {
		padding: 37px !important
	}
}
@media (max-width: 767px) {
	.u-p-38-sp {
		padding: 38px !important
	}
}
@media (max-width: 767px) {
	.u-p-39-sp {
		padding: 39px !important
	}
}
@media (max-width: 767px) {
	.u-p-40-sp {
		padding: 40px !important
	}
}
@media (max-width: 767px) {
	.u-p-41-sp {
		padding: 41px !important
	}
}
@media (max-width: 767px) {
	.u-p-42-sp {
		padding: 42px !important
	}
}
@media (max-width: 767px) {
	.u-p-43-sp {
		padding: 43px !important
	}
}
@media (max-width: 767px) {
	.u-p-44-sp {
		padding: 44px !important
	}
}
@media (max-width: 767px) {
	.u-p-45-sp {
		padding: 45px !important
	}
}
@media (max-width: 767px) {
	.u-p-46-sp {
		padding: 46px !important
	}
}
@media (max-width: 767px) {
	.u-p-47-sp {
		padding: 47px !important
	}
}
@media (max-width: 767px) {
	.u-p-48-sp {
		padding: 48px !important
	}
}
@media (max-width: 767px) {
	.u-p-49-sp {
		padding: 49px !important
	}
}
@media (max-width: 767px) {
	.u-p-50-sp {
		padding: 50px !important
	}
}
@media (max-width: 767px) {
	.u-p-51-sp {
		padding: 51px !important
	}
}
@media (max-width: 767px) {
	.u-p-52-sp {
		padding: 52px !important
	}
}
@media (max-width: 767px) {
	.u-p-53-sp {
		padding: 53px !important
	}
}
@media (max-width: 767px) {
	.u-p-54-sp {
		padding: 54px !important
	}
}
@media (max-width: 767px) {
	.u-p-55-sp {
		padding: 55px !important
	}
}
@media (max-width: 767px) {
	.u-p-56-sp {
		padding: 56px !important
	}
}
@media (max-width: 767px) {
	.u-p-57-sp {
		padding: 57px !important
	}
}
@media (max-width: 767px) {
	.u-p-58-sp {
		padding: 58px !important
	}
}
@media (max-width: 767px) {
	.u-p-59-sp {
		padding: 59px !important
	}
}
@media (max-width: 767px) {
	.u-p-60-sp {
		padding: 60px !important
	}
}
@media (max-width: 767px) {
	.u-p-61-sp {
		padding: 61px !important
	}
}
@media (max-width: 767px) {
	.u-p-62-sp {
		padding: 62px !important
	}
}
@media (max-width: 767px) {
	.u-p-63-sp {
		padding: 63px !important
	}
}
@media (max-width: 767px) {
	.u-p-64-sp {
		padding: 64px !important
	}
}
@media (max-width: 767px) {
	.u-p-65-sp {
		padding: 65px !important
	}
}
@media (max-width: 767px) {
	.u-p-66-sp {
		padding: 66px !important
	}
}
@media (max-width: 767px) {
	.u-p-67-sp {
		padding: 67px !important
	}
}
@media (max-width: 767px) {
	.u-p-68-sp {
		padding: 68px !important
	}
}
@media (max-width: 767px) {
	.u-p-69-sp {
		padding: 69px !important
	}
}
@media (max-width: 767px) {
	.u-p-70-sp {
		padding: 70px !important
	}
}
@media (max-width: 767px) {
	.u-p-71-sp {
		padding: 71px !important
	}
}
@media (max-width: 767px) {
	.u-p-72-sp {
		padding: 72px !important
	}
}
@media (max-width: 767px) {
	.u-p-73-sp {
		padding: 73px !important
	}
}
@media (max-width: 767px) {
	.u-p-74-sp {
		padding: 74px !important
	}
}
@media (max-width: 767px) {
	.u-p-75-sp {
		padding: 75px !important
	}
}
@media (max-width: 767px) {
	.u-p-76-sp {
		padding: 76px !important
	}
}
@media (max-width: 767px) {
	.u-p-77-sp {
		padding: 77px !important
	}
}
@media (max-width: 767px) {
	.u-p-78-sp {
		padding: 78px !important
	}
}
@media (max-width: 767px) {
	.u-p-79-sp {
		padding: 79px !important
	}
}
@media (max-width: 767px) {
	.u-p-80-sp {
		padding: 80px !important
	}
}
@media (max-width: 767px) {
	.u-p-81-sp {
		padding: 81px !important
	}
}
@media (max-width: 767px) {
	.u-p-82-sp {
		padding: 82px !important
	}
}
@media (max-width: 767px) {
	.u-p-83-sp {
		padding: 83px !important
	}
}
@media (max-width: 767px) {
	.u-p-84-sp {
		padding: 84px !important
	}
}
@media (max-width: 767px) {
	.u-p-85-sp {
		padding: 85px !important
	}
}
@media (max-width: 767px) {
	.u-p-86-sp {
		padding: 86px !important
	}
}
@media (max-width: 767px) {
	.u-p-87-sp {
		padding: 87px !important
	}
}
@media (max-width: 767px) {
	.u-p-88-sp {
		padding: 88px !important
	}
}
@media (max-width: 767px) {
	.u-p-89-sp {
		padding: 89px !important
	}
}
@media (max-width: 767px) {
	.u-p-90-sp {
		padding: 90px !important
	}
}
@media (max-width: 767px) {
	.u-p-91-sp {
		padding: 91px !important
	}
}
@media (max-width: 767px) {
	.u-p-92-sp {
		padding: 92px !important
	}
}
@media (max-width: 767px) {
	.u-p-93-sp {
		padding: 93px !important
	}
}
@media (max-width: 767px) {
	.u-p-94-sp {
		padding: 94px !important
	}
}
@media (max-width: 767px) {
	.u-p-95-sp {
		padding: 95px !important
	}
}
@media (max-width: 767px) {
	.u-p-96-sp {
		padding: 96px !important
	}
}
@media (max-width: 767px) {
	.u-p-97-sp {
		padding: 97px !important
	}
}
@media (max-width: 767px) {
	.u-p-98-sp {
		padding: 98px !important
	}
}
@media (max-width: 767px) {
	.u-p-99-sp {
		padding: 99px !important
	}
}
@media (max-width: 767px) {
	.u-p-100-sp {
		padding: 100px !important
	}
}
.u-text-center {
	text-align: center !important
}
.u-text-left {
	text-align: left !important
}
.u-text-right {
	text-align: right !important
}
.u-text-top {
	vertical-align: top !important
}
.u-text-color-corporate-light {
	color: #FAF2F2 !important
}
.u-text-color-corporate-main {
	color: #FA5A4B !important
}
.u-text-color-corporate-dark {
	color: #DB0917 !important
}
.u-text-color-lpgas-light {
	color: #FAF2F2 !important
}
.u-text-color-lpgas-main {
	color: #FA5A4B !important
}
.u-text-color-lpgas-dark {
	color: #DB0917 !important
}
.u-text-color-citygas-light {
	color: #EBF8FF !important
}
.u-text-color-citygas-main {
	color: #238FC9 !important
}
.u-text-color-citygas-dark {
	color: #00649A !important
}
.u-text-color-electricity-light {
	color: #FFF9E7 !important
}
.u-text-color-electricity-main {
	color: #FFBC00 !important
}
.u-text-color-electricity-dark {
	color: #BE8D01 !important
}
.u-text-color-housing-light {
	color: #FCEDFE !important
}
.u-text-color-housing-main {
	color: #C25BCD !important
}
.u-text-color-housing-dark {
	color: #AA3BB6 !important
}
.u-text-color-waterserver-light {
	color: #EEFAFB !important
}
.u-text-color-waterserver-main {
	color: #13BDC9 !important
}
.u-text-color-waterserver-dark {
	color: #009AA5 !important
}
.u-text-color-hydrogen-light {
	color: #EEF5FB !important
}
.u-text-color-hydrogen-main {
	color: #005BA5 !important
}
.u-text-color-hydrogen-dark {
	color: #103F65 !important
}
.u-text-color-supermarke-light {
	color: #FFF7ED !important
}
.u-text-color-supermarke-main {
	color: #FFA228 !important
}
.u-text-color-supermarke-dark {
	color: #EA6301 !important
}
.u-text-color-energy-light {
	color: #ECFAF3 !important
}
.u-text-color-energy-main {
	color: #00D19D !important
}
.u-text-color-energy-dark {
	color: #00A37A !important
}
.u-text-color-reform-light {
	color: #EDFEE5 !important
}
.u-text-color-reform-main {
	color: #83D10D !important
}
.u-text-color-reform-dark {
	color: #31A301 !important
}
.u-text-color-primary {
	color: #FA5A4B !important
}
.u-text-bold {
	font-weight: 700 !important
}
.u-text-regular {
	font-weight: 400 !important
}
.u-text-italic {
	font-style: italic !important
}
.u-text-uppercase {
	text-transform: uppercase !important
}
.u-text-lowercase {
	text-transform: lowercase !important
}
.u-text-capitalize {
	text-transform: capitalize !important
}
.u-text-underline {
	text-decoration: underline !important
}
@use "../../global" as *;
.l-footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	background: #DB0917
}
.l-footer .c-breadcrumb {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.l-footer .c-breadcrumb {
		margin-top: 4rem
	}
}
.l-header-service {
	position: relative;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	will-change: transform;
	transform: translateY(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	z-index: 9999;
	background-color: #fff
}
.l-header-service.header-service-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(0)
}
.l-header-service.header-service-hidden {
	transform: translateY(-100%)
}
.l-header {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #FFF;
	z-index: 9999
}
.l-header--fixed {
	position: fixed;
	left: 0;
	top: 0
}
.l-main {
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.l-main.main-service-fixed {
	padding-top: 20rem
}
@media (max-width: 767px) {
	.l-main.main-service-fixed {
		padding-top: 12rem
	}
}
.c-accordion-bg {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-radius: 3rem;
	background: #FA5A4B;
	transition: all 0.3s ease
}
.c-accordion-bg.open {
	background: #fff;
	padding-bottom: 8rem
}
@media (max-width: 767px) {
	.c-accordion-bg.open {
		padding-bottom: 3.2rem
	}
}
.c-accordion-bg.open .c-accordion-bg__head {
	color: #FA5A4B
}
.c-accordion-bg.open .c-accordion-bg__head::before {
	opacity: 1;
	transform: rotate(270deg)
}
.c-accordion-bg.open .c-accordion-bg__head::after {
	opacity: 0;
	transform: rotate(90deg)
}
.c-accordion-bg--pink.open {
	background: #FAF2F2
}
.c-accordion-bg__head {
	color: #FFF;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
	position: relative;
	width: 100%;
	padding: 3rem 6rem 3rem 4.8rem;
	cursor: pointer;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-accordion-bg__head {
		font-size: 1.6rem;
		line-height: normal;
		padding: 2.4rem 5.5rem 2.4rem 3.2rem
	}
}
.c-accordion-bg__head::after {
	content: "";
	display: block;
	position: absolute;
	top: 3.4rem;
	right: 4.8rem;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 1.1rem;
	background: #fff url(../images/common/ic-arrow-primary.svg) 50% 50% no-repeat;
	background-size: .9rem;
	transform: rotate(90deg);
	transition: all 0.3s ease;
	opacity: 1
}
@media (max-width: 767px) {
	.c-accordion-bg__head::after {
		top: 2.5rem;
		right: 3.2rem
	}
}
.c-accordion-bg__head::before {
	content: "";
	display: block;
	position: absolute;
	top: 3.4rem;
	right: 4.8rem;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 1.1rem;
	background: #FA5A4B url(../images/common/ic_arrow_sm.svg) 50% 50% no-repeat;
	background-size: .9rem;
	transform: rotate(90deg);
	transition: all 0.3s ease;
	opacity: 0
}
@media (max-width: 767px) {
	.c-accordion-bg__head::before {
		top: 2.5rem;
		right: 3.2rem
	}
}
.c-accordion-bg__wrap {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	transition: max-height 0.3s ease
}
.c-accordion-bg__content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center
}
@media (max-width: 767px) {
	.c-accordion-bg__content {
		padding-left: 3.2rem;
		padding-right: 3.2rem
	}
}
.c-accordion-service {
	border-radius: 3rem;
	background-color: #fff;
	padding: 2.4rem 3.2rem;
	margin-bottom: 0.8rem;
	flex-direction: column;
	position: relative;
	display: flex
}
.c-accordion-service.no-padding {
	padding: 0
}
@media (max-width: 767px) {
	.c-accordion-service {
		padding: 2.4rem 3.2rem;
		position: relative
	}
}
.c-accordion-service--citygas.is-active .c-accordion-service__header-btn::after {
	background-color: #238FC9
}
.c-accordion-service--citygas .c-accordion-service__header-btn::after {
	background-color: #238FC9
}
.c-accordion-service--citygas .c-accordion-service__header-btn::before {
	background-color: #238FC9
}
.c-accordion-service--lpgas.is-active .c-accordion-service__header-btn::before {
	background-color: #FA5A4B
}
.c-accordion-service--lpgas .c-accordion-service__header-btn::after {
	background-color: #FA5A4B
}
.c-accordion-service--lpgas .c-accordion-service__header-btn::before {
	background-color: #FA5A4B
}
.c-accordion-service.is-active .c-accordion-service__header-btn::before {
	display: none
}
@media (max-width: 767px) {
	.c-accordion-service.is-active .c-accordion-service__header-btn::before {
		display: none
	}
}
.c-accordion-service__header {
	width: 100%;
	display: flex;
	justify-content: space-between
}
.c-accordion-service__header-btn {
	position: relative;
	z-index: 2;
	top: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
	cursor: pointer
}
.c-accordion-service__header-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	left: 50%;
	margin-left: -1.1rem;
	background-color: #DB0917;
	display: inline-block;
	width: 2.2rem
}
.c-accordion-service__header-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 2.2rem;
	top: 0%;
	margin-top: 4px;
	background-color: #DB0917;
	display: inline-block;
	display: block
}
@media (max-width: 767px) {
	.c-accordion-service__header-link {
		font-size: 1.6rem !important
	}
}
.c-accordion-service__header--citygas.is-active .c-accordion-service__header-btn::after {
	background-color: #238FC9
}
.c-accordion-service__header--citygas .c-accordion-service__header-btn::after {
	background-color: #238FC9
}
.c-accordion-service__header--citygas .c-accordion-service__header-btn::before {
	background-color: #238FC9
}
.c-accordion-service__header--lpgas.is-active .c-accordion-service__header-btn::before {
	background-color: #FA5A4B
}
.c-accordion-service__header--lpgas .c-accordion-service__header-btn::after {
	background-color: #FA5A4B
}
.c-accordion-service__header--lpgas .c-accordion-service__header-btn::before {
	background-color: #FA5A4B
}
.c-accordion-service__link {
	transition: opacity 0.3s ease;
	display: inline-block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #222
}
@media (max-width: 767px) {
	.c-accordion-service__link {
		font-size: 1.4rem;
		line-height: 2.6rem
	}
}
.c-accordion-service__link:hover {
	color: #FA5A4B;
	opacity: 1
}
.c-accordion-service__link--purple {
	color: #C25BCD
}
.c-accordion-service__link--purple:hover {
	opacity: 0.7;
	color: #C25BCD
}
.c-accordion-service__link--yellow {
	color: #729800
}
.c-accordion-service__link--yellow:hover {
	opacity: 0.7;
	color: #729800
}
.c-accordion-service__link--yellow-dark {
	color: #BE8D01
}
.c-accordion-service__link--yellow-dark:hover {
	opacity: 0.7;
	color: #BE8D01
}
.c-accordion-service__link--green {
	color: #00A37A
}
.c-accordion-service__link--green:hover {
	opacity: 0.7;
	color: #00A37A
}
.c-accordion-service__link--blue-dark {
	color: #029CB0
}
.c-accordion-service__link--blue-dark:hover {
	opacity: 0.7;
	color: #029CB0
}
.c-accordion-service__link--blue {
	color: #029CB0
}
.c-accordion-service__link--blue:hover {
	opacity: 0.7;
	color: #029CB0
}
.c-accordion-service__link--orange {
	color: #EA6301
}
.c-accordion-service__link--orange:hover {
	opacity: 0.7;
	color: #EA6301
}
.c-accordion-service__link.--arrow {
	display: inline-block;
	align-items: center;
	font-weight: 700;
	position: relative;
	color: #FA5A4B;
	padding-right: 3rem
}
.c-accordion-service__link.--arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1.1rem;
	right: 0;
	width: 2.2rem;
	height: 2.2rem;
	background: url(../images/common/btn_arrow.png) 50% 50% no-repeat;
	background-size: 1rem;
	background-color: #FA5A4B;
	border-radius: 50%;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-accordion-service__link.--arrow {
		line-height: 3.2rem
	}
}
.c-accordion-service__block {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	transition: max-height 0.3s ease
}
.c-accordion-service__block-content {
	position: relative;
	width: 100%;
	display: flex;
	gap: 0 2.8rem;
	padding-top: 2.4rem
}
@media (max-width: 767px) {
	.c-accordion-service__block-content {
		flex-direction: column;
		gap: .8rem 0
	}
}
.c-accordion-service__block-group {
	width: 34.5rem
}
@media (max-width: 767px) {
	.c-accordion-service__block-group {
		width: 100%
	}
}
.c-accordion-service__block-group ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.6rem 0
}
@media (max-width: 767px) {
	.c-accordion-service__block-group ul {
		gap: .8rem 0
	}
}
.c-accordion {
	width: 100%;
	position: relative
}
.c-accordion.open {
	background: #fff
}
.c-accordion.open .c-accordion__head::after {
	background: url(../images/common/ic-accordion-open.png) 50% 50% no-repeat !important;
	background-size: 5.4rem !important
}
@media (max-width: 767px) {
	.c-accordion.open .c-accordion__head::after {
		background: url(../images/common/ic-accordion-open-sp.png) 50% 50% no-repeat !important;
		background-size: 4.1rem !important
	}
}
.c-accordion__head {
	position: relative;
	cursor: pointer
}
@media (max-width: 767px) {
	.c-accordion__head {
		font-size: 1.6rem;
		line-height: normal;
		padding-right: 4.1rem
	}
}
.c-accordion__head::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -0.8rem;
	width: 5.4rem;
	height: 2.6rem;
	background: url(../images/common/ic-accordion-close.png) 50% 50% no-repeat;
	transition: all 0.3s ease;
	background-size: 5.4rem
}
@media (max-width: 767px) {
	.c-accordion__head::after {
		width: 4.1rem;
		height: 2.2rem;
		background: url(../images/common/ic-accordion-close-sp.png) 50% 50% no-repeat;
		background-size: 4.1rem
	}
}
.c-accordion__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-accordion__title {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-accordion__title span {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-left: 1.6rem
}
@media (max-width: 767px) {
	.c-accordion__title span {
		padding-left: 0;
		padding-top: .4rem;
		display: block
	}
}
.c-accordion__wrap {
	margin-top: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	transition: height 0.3s ease
}
.c-accordion__content {
	position: relative;
	width: 100%;
	padding-top: 2.4rem;
	padding-right: 2.4rem
}
@media (max-width: 767px) {
	.c-accordion__content {
		padding-top: 1.6rem;
		padding-left: 0rem;
		padding-right: 0rem
	}
}
.c-accordion__content-text h6 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-top: 2.4rem
}
@media (max-width: 767px) {
	.c-accordion__content-text h6 {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
@media (max-width: 767px) {
	.c-accordion__content-text {
		font-size: 1.4rem;
		line-height: 2.3rem;
		padding-right: 4rem
	}
}
.c-accordion__content p {
	font-weight: 500
}
@media (max-width: 767px) {
	.c-accordion__content p {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-accordion--blue.open .c-accordion__head::after {
	background: url(../images/common/ic-accordion-open-blue.svg) 50% 50% no-repeat !important
}
.c-accordion--blue .c-accordion__head::after {
	background: url(../images/common/ic-accordion-close-blue.svg) 50% 50% no-repeat
}
.c-box-content {
	padding: 6.4rem 0;
	background-color: #fff
}
@media (max-width: 767px) {
	.c-box-content {
		padding: 4.8rem 0;
		margin-left: -2rem;
		margin-right: -2rem
	}
}
.c-box-content .c-container>*+* {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.c-box-content .c-container>*+* {
		margin-top: 4rem
	}
}
.c-box-content--bg-pink {
	background-color: #FAF2F2
}
.c-box-figure {
	display: flex;
	gap: 3.2rem
}
@media (max-width: 767px) {
	.c-box-figure {
		flex-direction: column
	}
}
.c-box-figure__text {
	flex: 1
}
.c-box-figure__title {
	color: #222;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem
}
@media (max-width: 767px) {
	.c-box-figure__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-box-figure__p {
	margin-top: 2.4rem
}
@media (max-width: 767px) {
	.c-box-figure__p {
		margin-top: 1.4rem
	}
}
.c-box-figure__image {
	width: 50%;
	background-color: #fff;
	padding: 4.8rem 7.4rem 4.8rem 6.4rem
}
@media (max-width: 767px) {
	.c-box-figure__image {
		max-width: 25.8rem;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 1.8rem 2.4rem
	}
}
.c-box-search-service {
	display: block;
	position: relative
}
.c-box-search-service__inner {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 51rem;
	height: 4.6rem;
	max-width: 100%
}
@media (max-width: 767px) {
	.c-box-search-service__inner {
		width: 34.2rem;
		height: 3.6rem
	}
}
.c-box-search-service__input {
	flex: 1;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1.1rem 2.4rem;
	outline: none;
	border: none;
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem;
	border-radius: 2.3rem;
	overflow: hidden;
	background: #fff
}
@media (max-width: 767px) {
	.c-box-search-service__input {
		padding: .9rem 2.4rem;
		font-size: 1.2rem;
		line-height: 1.8rem
	}
}
.c-box-search-service__input:focus {
	border: 2px solid #DB0917
}
.c-box-search-service__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/common/ic-search-r.svg) no-repeat center center;
	background-size: 99%;
	right: 2.4rem;
	top: 1.4rem;
	cursor: pointer
}
@media (max-width: 767px) {
	.c-box-search-service__button {
		width: 1.4rem;
		height: 1.4rem;
		top: 1.1rem
	}
}
.c-box-search {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	justify-content: center;
	align-items: center
}
.c-box-search__inner {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 51rem;
	height: 4.6rem;
	max-width: 100%
}
@media (max-width: 767px) {
	.c-box-search__inner {
		width: 34.2rem;
		height: 3.6rem
	}
}
.c-box-search__input {
	flex: 1;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1.1rem 4.6rem 1.1rem 2.4rem;
	outline: none;
	border: none;
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem;
	border-radius: 2.3rem;
	overflow: hidden;
	background: #fff
}
@media (max-width: 767px) {
	.c-box-search__input {
		padding: .9rem 4.6rem .9rem 2.4rem;
		font-size: 1.2rem;
		line-height: 1.8rem
	}
}
.c-box-search__input:focus {
	border: 2px solid #DB0917
}
.c-box-search__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/common/ic-search-r.svg) no-repeat center center;
	background-size: 99%;
	right: 2.4rem;
	top: 1.4rem;
	cursor: pointer
}
@media (max-width: 767px) {
	.c-box-search__button {
		width: 1.4rem;
		height: 1.4rem;
		top: 1.1rem
	}
}
.c-box {
	width: 100%;
	position: relative;
	padding: 3.2rem 2.5rem
}
@media (max-width: 767px) {
	.c-box {
		padding: 2.4rem 1.6rem
	}
}
.c-box--border-red {
	border: 1px solid #DB0917
}
.c-box--border-blue {
	border: 1px solid #00649A
}
.c-breadcrumb-recruit {
	position: relative;
	width: 100%
}
.c-breadcrumb-recruit__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content: flex-end;
	align-items: flex-start;
	gap: .8rem 4.2rem
}
@media (max-width: 767px) {
	.c-breadcrumb-recruit__list {
		justify-content: flex-start;
		gap: 0 3.4rem;
		padding: 0 1rem 0 2rem
	}
}
.c-breadcrumb-recruit__item {
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.c-breadcrumb-recruit__item::after {
	content: ">";
	display: block;
	position: absolute;
	color: #FFF;
	bottom: 0rem;
	right: -2.6rem;
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 700
}
@media (max-width: 767px) {
	.c-breadcrumb-recruit__item::after {
		font-size: 1.3rem;
		line-height: 2.8rem;
		right: -2rem
	}
}
.c-breadcrumb-recruit__item:last-child::after {
	display: none
}
.c-breadcrumb-recruit__item a, .c-breadcrumb-recruit__item span {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: normal
}
@media (max-width: 767px) {
	.c-breadcrumb-recruit__item a, .c-breadcrumb-recruit__item span {
		font-size: 1.3rem;
		line-height: 2.8rem;
		font-weight: 400
	}
}
.c-breadcrumb-recruit__item a {
	text-decoration: underline
}
@media (max-width: 767px) {
	.c-breadcrumb-recruit__item a span {
		font-weight: 700
	}
}
.c-breadcrumb {
	max-width: 144rem;
	position: relative;
	width: 100%;
	padding: 0 6rem 0 10rem;
	margin: auto
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-breadcrumb {
		padding: 0 3rem
	}
}
@media (max-width: 767.98px) {
	.c-breadcrumb {
		padding: 0 2rem
	}
}
.c-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content: flex-start;
	align-items: flex-start;
	gap: .8rem 4rem
}
.c-breadcrumb__item {
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.c-breadcrumb__item::after {
	content: "";
	display: block;
	position: absolute;
	width: .8rem;
	height: .1rem;
	background: #FFF;
	top: 50%;
	right: -2.4rem
}
.c-breadcrumb__item:last-child::after {
	display: none
}
.c-breadcrumb__item a, .c-breadcrumb__item span {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.4rem
}
@media (max-width: 767px) {
	.c-breadcrumb__item a, .c-breadcrumb__item span {
		font-size: 1.2rem;
		line-height: 2.4rem
	}
}
.c-btn-01 {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	min-width: 19rem;
	height: 8rem;
	padding: 2.5rem 3.2rem;
	align-items: center;
	gap: 1rem;
	border-radius: 4rem;
	background: #FA5A4B;
	transform: translateX(-4rem);
	color: #FFF;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-btn-01 {
		height: 7.2rem;
		padding: 2.5rem 2.4rem;
		border-radius: 3.6rem;
		transform: translateX(-3.6rem);
		font-size: 1.8rem;
		justify-content: center
	}
}
.c-btn-01:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -8rem;
	width: 8rem;
	height: 8rem;
	background: url(../images/common/btn_arrow.svg) 50% 50% no-repeat;
	background-size: 2.3rem;
	background-color: inherit;
	border-radius: 4rem;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-btn-01:after {
		right: -7.2rem;
		width: 7.2rem;
		height: 7.2rem;
		background-size: 1.9rem;
		border-radius: 3.6rem
	}
}
@media (min-width: 768px) {
	.c-btn-01:hover {
		opacity: 1;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding-left: 4rem
	}
	.c-btn-01:hover::after {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background-position: 14px 50%
	}
}
.c-btn-01--city-gas {
	background: #238FC9
}
.c-btn-01--electricity {
	background: #BE8D01
}
.c-btn-01--supermarket {
	background: #EA6301
}
.c-btn-01--housing {
	background: #C25BCD
}
.c-btn-01--hydrogen {
	background: #005BA5
}
.c-btn-01--water-server {
	background: #009AA5
}
.c-btn-01--energy {
	background: #00A37A
}
.c-btn-01--reform {
	background: #31A301
}
.c-btn-02 {
	display: flex;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	height: 6rem;
	min-width: 14.6rem;
	padding: 0 1.6rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 3rem;
	background: #FA5A4B;
	transform: translateX(-3rem);
	color: #FFF;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-btn-02 {
		height: 6rem;
		min-width: 14.6rem;
		padding: 0 1.6rem;
		gap: 1rem;
		border-radius: 3rem;
		transform: translateX(-3rem);
		font-size: 1.6rem
	}
}
.c-btn-02:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -6rem;
	width: 6rem;
	height: 6rem;
	background: url(../images/common/btn_arrow.svg) 50% 50% no-repeat;
	background-size: 2.3rem;
	background-color: inherit;
	border-radius: 3rem;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-btn-02:after {
		background-size: 1.9rem
	}
}
.c-btn-02:hover {
	opacity: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.c-btn-02:hover::after {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.c-btn-03 {
	display: flex;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	height: 6rem;
	padding: 0 3.2rem;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	border: .2rem solid #DB0917;
	background: #FFF;
	color: #DB0917;
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5
}
@media (max-width: 767px) {
	.c-btn-03 {
		height: 5.4rem;
		padding: 0 3.2rem;
		border-radius: 2.7rem;
		font-size: 1.8rem
	}
}
.c-btn-03.active, .c-btn-03:hover {
	background: #DB0917;
	color: #fff;
	opacity: 1;
	transition: all 0.3s ease
}
.c-btn-03--yellow {
	border: .2rem solid #ED8843;
	background: #FFF;
	color: #ED8843
}
.c-btn-03--yellow.active, .c-btn-03--yellow:hover {
	background: #ED8843;
	color: #fff
}
.c-btn-03--green {
	border: .2rem solid #67BA6D;
	background: #FFF;
	color: #67BA6D
}
.c-btn-03--green.active, .c-btn-03--green:hover {
	background: #67BA6D;
	color: #fff
}
.c-btn-03--sblue {
	border: .2rem solid #6299E8;
	background: #FFF;
	color: #6299E8
}
.c-btn-03--sblue.active, .c-btn-03--sblue:hover {
	background: #6299E8;
	color: #fff
}
.c-btn-03--blue {
	border: .2rem solid #2D64CA;
	background: #FFF;
	color: #2D64CA
}
.c-btn-03--blue.active, .c-btn-03--blue:hover {
	background: #2D64CA;
	color: #fff
}
.c-btn-03--orange {
	border: .2rem solid #FA5A4B;
	background: #FFF;
	color: #FA5A4B
}
.c-btn-03--orange.active, .c-btn-03--orange:hover {
	background: #FA5A4B;
	color: #fff
}
.c-btn-03--red {
	border: .2rem solid #DB0917;
	background: #FFF;
	color: #DB0917
}
.c-btn-03--red.active, .c-btn-03--red:hover {
	background: #DB0917;
	color: #fff
}
@use "../../foundations/variables" as *;
.c-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	transition: all 0.3s ease;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	padding: 1.5rem 3.2rem;
	width: auto;
	cursor: pointer;
	color: #DB0917;
	background-color: #fff;
	border: 2px solid #DB0917
}
@media (max-width: 767px) {
	.c-button {
		font-size: 1.8rem;
		padding: 1.2rem 3.2rem
	}
}
.c-button:hover {
	background-color: #DB0917;
	color: #fff;
	opacity: 1
}
.c-button--sm {
	height: 3.2rem;
	padding: 0.4rem 3.7rem;
	font-size: 1.2rem
}
.c-button--purple {
	border: .2rem solid #AA3BB6;
	background: #FFF;
	color: #AA3BB6
}
.c-button--purple.active, .c-button--purple:hover {
	background: #AA3BB6;
	color: #fff
}
.c-button--yellow {
	border: .2rem solid #EA6301;
	background: #FFF;
	color: #EA6301
}
.c-button--yellow.active, .c-button--yellow:hover {
	background: #EA6301;
	color: #fff
}
.c-button--green {
	border: .2rem solid #729800;
	background: #FFF;
	color: #729800
}
.c-button--green.active, .c-button--green:hover {
	background: #729800;
	color: #fff
}
.c-button--sblue {
	border: .2rem solid #6299E8;
	background: #FFF;
	color: #6299E8
}
.c-button--sblue.active, .c-button--sblue:hover {
	background: #6299E8;
	color: #fff
}
.c-button--blue {
	border: .2rem solid #2D64CA;
	background: #FFF;
	color: #2D64CA
}
.c-button--blue.active, .c-button--blue:hover {
	background: #2D64CA;
	color: #fff
}
.c-button--orange {
	border: .2rem solid #EA6301;
	background: #FFF;
	color: #EA6301
}
.c-button--orange.active, .c-button--orange:hover {
	background: #EA6301;
	color: #fff
}
.c-button--red {
	border: .2rem solid #DB0917;
	background: #FFF;
	color: #DB0917
}
.c-button--red.active, .c-button--red:hover {
	background: #DB0917;
	color: #fff
}
.c-button--citygas {
	border: none;
	background: #00649A;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem
}
.c-button--citygas:hover {
	opacity: 0.8;
	background: #00649A
}
.c-button--primary-blue {
	border: none;
	background: #00649A;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem
}
.c-button--primary-blue:hover {
	opacity: 0.8;
	background: #00649A
}
.c-button--primary {
	border: none;
	background: #DB0917;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem
}
.c-button--primary:hover {
	opacity: 0.8;
	background: #FA5A4B
}
.c-button--blank {
	position: relative;
	background: transparent;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	min-width: 53.6rem;
	height: 8rem;
	border-radius: 4rem;
	padding-right: 6.4rem;
	display: flex
}
@media (max-width: 767px) {
	.c-button--blank {
		min-width: 100%;
		height: 7.2rem;
		border-radius: 3.6rem;
		padding-left: 5rem;
		padding-right: 5rem;
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-button--blank:after {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 2.4rem;
	content: "";
	display: block;
	background: url(../images/common/ic_external_link.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-button--blank.c-button--primary-blue {
	color: #00649A;
	border: 2px solid #00649A
}
.c-button--blank.c-button--primary-blue:after {
	background: url(../images/common/ic_external_link--blue.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-button--blank:hover, .c-button--blank.active {
	color: #fff
}
.c-button--blank:hover:after, .c-button--blank.active:after {
	background: url(../images/common/ic_external_link_w.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-button--alert {
	color: #DB0917;
	width: 100%;
	max-width: 53.6rem;
	padding: 1.8rem 2.4rem;
	font-size: 2.4rem;
	line-height: 4rem;
	border-radius: 4rem
}
@media (max-width: 767px) {
	.c-button--alert {
		font-size: 1.8rem;
		line-height: 2.7rem;
		padding: 2.05rem 2rem
	}
}
.c-button--alert:hover, .c-button--alert.active {
	background-color: #DB0917;
	color: #fff
}
.c-button--alert:hover img, .c-button--alert.active img {
	display: none
}
.c-button--alert:hover img.is-hover, .c-button--alert.active img.is-hover {
	display: block
}
.c-button--alert__text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1.6rem
}
@media (max-width: 767px) {
	.c-button--alert__text {
		gap: .8rem
	}
}
.c-button--alert__text img.is-hover {
	display: none
}
.c-button--alert__icon {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
@media (max-width: 767px) {
	.c-button--alert__icon {
		max-width: 2.2rem
	}
}
.c-button--gray {
	border: 2px solid #D9D9D9;
	background-color: #D9D9D9;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem
}
.c-card-01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 3rem;
	padding-right: 3rem;
	justify-content: center;
	gap: 2.4rem
}
@media (max-width: 767px) {
	.c-card-01 {
		width: 100%;
		padding-top: 2.6rem;
		padding-right: 0;
		gap: 1.6rem
	}
}
.c-card-01--green .c-card-01__title {
	color: #00A37A
}
.c-card-01--green .c-card-01__image::before {
	background: #00D19D
}
.c-card-01--orange .c-card-01__title {
	color: #DB0917
}
.c-card-01--orange .c-card-01__image::before {
	background: #FA5A4B
}
.c-card-01--blue .c-card-01__title {
	color: #00649A
}
.c-card-01--blue .c-card-01__image::before {
	background: #238FC9
}
.c-card-01--yellow .c-card-01__title {
	color: #BE8D01
}
.c-card-01--yellow .c-card-01__image::before {
	background: #FFBC00
}
.c-card-01--purple .c-card-01__title {
	color: #AA3BB6
}
.c-card-01--purple .c-card-01__image::before {
	background: #C25BCD
}
.c-card-01--blue-light .c-card-01__title {
	color: #029CB0
}
.c-card-01--blue-light .c-card-01__image::before {
	background: #06C7E1
}
.c-card-01--green-light .c-card-01__title {
	color: #729800
}
.c-card-01--green-light .c-card-01__image::before {
	background: #ACDF05
}
.c-card-01--orange-light .c-card-01__title {
	color: #EA6301
}
.c-card-01--orange-light .c-card-01__image::before {
	background: #FFA228
}
.c-card-01__image {
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	position: relative
}
@media (max-width: 767px) {
	.c-card-01__image {
		padding-right: 2rem
	}
}
.c-card-01__image img {
	width: 100%;
	aspect-ratio: 400/306;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 5.6rem 0px 0px 0px;
	display: block
}
.c-card-01__image::before {
	content: "";
	display: block;
	position: absolute;
	top: -3rem;
	right: -3rem;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5.6rem 0px 0px 0px;
	background: #FA5A4B
}
@media (max-width: 767px) {
	.c-card-01__image::before {
		width: calc(100% - 2rem);
		top: -2.6rem;
		right: 0
	}
}
.c-card-01__title {
	color: #DB0917;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	text-align: left
}
@media (max-width: 767px) {
	.c-card-01__title {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-01__text {
	color: #222;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
@media (max-width: 767px) {
	.c-card-01__text {
		padding-right: 2rem
	}
}
.c-card-01__text--full {
	-webkit-line-clamp: unset;
	overflow: unset;
	text-overflow: unset
}
.c-card-02 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	gap: 2.4rem
}
@media (max-width: 767px) {
	.c-card-02 {
		width: 100%;
		gap: 1.6rem
	}
}
.c-card-02__image {
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	position: relative
}
.c-card-02__image img {
	width: 100%;
	aspect-ratio: 400/232;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 1.5rem;
	border: .2rem solid #DB0917
}
.c-card-02__title {
	color: #DB0917;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	text-align: left
}
@media (max-width: 767px) {
	.c-card-02__title {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-02__text {
	color: #222;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
	width: 100%;
	text-align: left
}
.c-card-03 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	gap: 2.4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-03 {
		max-width: 100%
	}
}
@media (max-width: 767px) {
	.c-card-03 {
		width: 100%;
		gap: 1.6rem
	}
}
.c-card-03__image {
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	position: relative
}
.c-card-03__image img {
	width: 100%;
	aspect-ratio: 400/232;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 1.5rem
}
.c-card-03__title {
	color: #DB0917;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	text-align: left
}
@media (max-width: 767px) {
	.c-card-03__title {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-04 {
	display: flex;
	flex-direction: column;
	gap: 2.4rem 0;
	transition: transform 0.3s ease;
	position: relative
}
@media (max-width: 767px) {
	.c-card-04 {
		flex-direction: column;
		gap: 1.6rem 0
	}
}
@media (max-width: 767px) {
	.c-card-04__image {
		flex: 0 0 100%;
		margin-bottom: 0;
		width: 100%
	}
}
.c-card-04__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.c-card-04__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	color: #DB0917
}
@media (max-width: 767px) {
	.c-card-04__title {
		margin-bottom: 0;
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-04__desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-card-04__desc {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-card-05 {
	display: flex;
	align-items: flex-start;
	gap: 0 3.2rem;
	transition: transform 0.3s ease;
	position: relative
}
@media (max-width: 767px) {
	.c-card-05 {
		flex-direction: column;
		gap: 1.6rem 0
	}
}
.c-card-05__image {
	flex: 0 0 56rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-card-05__image {
		flex: 0 0 45%;
		margin-bottom: 0;
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-card-05__image {
		flex: 0 0 100%;
		margin-bottom: 0;
		width: 100%
	}
}
.c-card-05__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 26.3rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-card-05__image img {
		height: auto
	}
}
@media (max-width: 767px) {
	.c-card-05__image img {
		height: auto
	}
}
.c-card-05__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}
@media (max-width: 767px) {
	.c-card-05__content {
		padding: 0rem
	}
}
.c-card-05__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	color: #DB0917;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.c-card-05__title {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-05__desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.c-card-05__desc {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-card-05__button {
	display: flex;
	justify-content: flex-end;
	padding-right: 1.8rem
}
@media (max-width: 767px) {
	.c-card-05__button {
		justify-content: center;
		padding-right: 0
	}
}
.c-card-06 {
	display: flex;
	align-items: center;
	gap: 0 4rem;
	padding: 10px 0;
	transition: transform 0.3s ease;
	position: relative
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-06 {
		gap: 0 2.4rem
	}
}
@media (max-width: 767px) {
	.c-card-06 {
		gap: 0 1.6rem;
		padding: 8px 0
	}
}
.c-card-06:first-child::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 2px;
	background: url(../images/service/img_border.png) repeat-x
}
.c-card-06:nth-child(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 2px;
	background: url(../images/service/img_border.png) repeat-x
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-06:nth-child(2)::after {
		display: none
	}
}
@media (max-width: 767px) {
	.c-card-06:nth-child(2)::after {
		display: none
	}
}
.c-card-06::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 2px;
	background: url(../images/service/img_border.png) repeat-x
}
.c-card-06__image {
	flex: 0 0 23.8rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-06__image {
		flex: 0 0 30rem
	}
}
@media (max-width: 767px) {
	.c-card-06__image {
		flex: 0 0 13.8rem
	}
}
.c-card-06__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 12rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-06__image img {
		height: auto
	}
}
@media (max-width: 767px) {
	.c-card-06__image img {
		height: 6.6rem
	}
}
.c-card-06__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	vertical-align: middle;
	color: #222
}
@media (max-width: 767px) {
	.c-card-06__title {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-card-07 {
	position: relative;
	border-radius: 1.6rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 2.4rem 0;
	transition: transform 0.3s ease
}
@media (max-width: 767px) {
	.c-card-07 {
		gap: 1.6rem 0
	}
}
.c-card-07__image {
	position: relative;
	overflow: hidden;
	border-radius: 1.6rem
}
.c-card-07__image img {
	width: 24.4rem;
	max-height: 24.4rem;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
	border-radius: 1.6rem
}
@media (max-width: 767px) {
	.c-card-07__image img {
		width: 16.6rem;
		max-height: 16.6rem
	}
}
.c-card-07__content {
	max-width: 24.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
@media (max-width: 767px) {
	.c-card-07__content {
		max-width: 16.6rem
	}
}
.c-card-07__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	color: #DB0917;
	margin-bottom: .8rem
}
.c-card-07__title--citygas {
	color: #00649A
}
.c-card-07__title--housing {
	color: #AA3BB6
}
.c-card-07__title--electricity {
	color: #BE8D01
}
.c-card-07__title--supermarket {
	color: #EA6301
}
.c-card-07__title--energy {
	color: #00A37A
}
.c-card-07__title--waterserver02 {
	color: #029CB0
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-07__title {
		font-size: 1.6rem
	}
}
@media (max-width: 767px) {
	.c-card-07__title {
		font-size: 1.8rem
	}
}
.c-card-07__button {
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 50%;
	background-color: #FA5A4B !important;
	margin-top: auto;
	text-decoration: none;
	position: relative
}
.c-card-07__button::after {
	background: url(../images/common/btn_arrow_down.svg) 50% 50% no-repeat !important;
	background-size: 99% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 0.9rem;
	height: 1rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-07__button {
		background-size: 0.8rem
	}
}
.c-card-07__button--citygas {
	background-color: #238FC9 !important
}
.c-card-07__button:hover {
	opacity: 0.7 !important
}
.c-card-07:hover img {
	transform: scale(1.05)
}
.c-card-08 {
	display: flex;
	gap: 1.6rem 0;
	transition: transform 0.3s ease;
	position: relative;
	flex-direction: column
}
.c-card-08__image {
	/* max-height: 9.4rem */
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-card-08__image {
		max-height: none
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-08__image {
		max-height: none
	}
}
@media (max-width: 767px) {
	.c-card-08__image {
		max-height: none
	}
}
.c-card-08__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}
.c-card-08__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	color: #DB0917
}
@media (max-width: 767px) {
	.c-card-08__title {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-09 {
	position: relative;
	border-radius: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	background-color: #fff;
	gap: 2.4rem;
	min-height: 24.4rem
}
@media (max-width: 767px) {
	.c-card-09 {
		gap: .4rem;
		min-height: 16.6rem
	}
}
.c-card-09__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	color: #FA5A4B
}
@media (max-width: 767px) {
	.c-card-09__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-card-09__content {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-card-09__content {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-card-10__image {
	text-align: center
}
.c-card-10__image img {
	aspect-ratio: 260 / 143
}
.c-card-10__text {
	padding-top: .3rem
}
@media (max-width: 767px) {
	.c-card-10__text {
		padding-top: 1.4rem
	}
}
.c-card-10__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	color: #FA5A4B;
	text-align: center
}
@media (max-width: 767px) {
	.c-card-10__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-card-11 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 1.6rem;
	padding-right: 1.6rem;
	justify-content: center
}
.c-card-11__image {
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	position: relative
}
@media (max-width: 767px) {
	.c-card-11__image {
		padding-right: 1.6rem
	}
}
.c-card-11__image--purple::before {
	background: #AA3BB6 !important
}
.c-card-11__image--green::before {
	background: #00D19D !important
}
.c-card-11__image--yellow::before {
	background: #ACDF05 !important
}
.c-card-11__image--yellow-dark::before {
	background: #FFBC00 !important
}
.c-card-11__image--blue::before {
	background: #06C7E1 !important
}
.c-card-11__image--orange::before {
	background: #FFA228 !important
}
.c-card-11__image-img {
	width: 100%;
	aspect-ratio: 400/306;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 2.4rem 0px 0px 0px
}
.c-card-11__image::before {
	content: "";
	display: block;
	position: absolute;
	top: -1.6rem;
	right: -1.6rem;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 2.4rem 0px 0px 0px;
	background: #FA5A4B
}
@media (max-width: 767px) {
	.c-card-11__image::before {
		width: calc(100% - 1.6rem);
		top: -1.6rem;
		right: 0
	}
}
.c-card-11__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	color: #FA5A4B;
	margin-top: 1.6rem;
	text-align: center
}
.c-card-11__title--purple {
	color: #AA3BB6
}
.c-card-11__title--green {
	color: #00D19D
}
.c-card-11__title--yellow {
	color: #ACDF05
}
.c-card-11__title--yellow-dark {
	color: #BE8D01
}
.c-card-11__title--blue {
	color: #009AA5
}
.c-card-11__title--orange {
	color: #EA6301
}
@media (max-width: 1439px) {
	.c-card-11__title {
		font-size: 1.8rem;
		line-height: 2.6rem
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-card-11__title {
		font-size: 1.6rem;
		line-height: 2.4rem
	}
}
@media (max-width: 767px) {
	.c-card-11__title {
		font-size: 1.4rem;
		line-height: 100%;
		margin-top: .8rem
	}
}
.c-card-item-business {
	display: flex;
	gap: 0 3.2rem;
	align-items: flex-start;
	flex-direction: row-reverse
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-card-item-business {
		gap: 0 2.6rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-item-business {
		flex-direction: row-reverse;
		gap: 0 1.6rem
	}
}
@media (max-width: 767px) {
	.c-card-item-business {
		flex-direction: column;
		gap: 1.6rem 0
	}
}
.c-card-item-business--housing__image::before {
	background: #C25BCD !important
}
.c-card-item-business--housing__title {
	color: #AA3BB6
}
.c-card-item-business--citygas__image::before {
	background: #238FC9 !important
}
.c-card-item-business--citygas__title {
	color: #00649A
}
.c-card-item-business--electricity__image::before {
	background: #FFBC00 !important
}
.c-card-item-business--electricity__title {
	color: #BE8D01
}
.c-card-item-business--energy__image::before {
	background: #00D19D !important
}
.c-card-item-business--energy__title {
	color: #00A37A
}
.c-card-item-business--energy .c-link-button {
	background-color: #00D19D
}
.c-card-item-business--energy .c-link-button:after {
	background-color: #00D19D
}
.c-card-item-business--energy .c-link-button:hover {
	background-color: #00D19D
}
.c-card-item-business--energy .c-link-button:hover:after {
	background-color: #00D19D
}
.c-card-item-business--reform__image::before {
	background: #00D19D !important
}
.c-card-item-business--reform__title {
	color: #00A37A
}
.c-card-item-business__image {
	flex: 0 0 auto;
	width: 51.6rem;
	height: -moz-max-content;
	height: max-content;
	position: relative;
	padding-top: 3.2rem;
	padding-right: 3.2rem
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-card-item-business__image {
		width: 37.6rem;
		padding-right: 2.6rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-item-business__image {
		flex: 0 0 45%;
		display: flex
	}
}
@media (max-width: 767px) {
	.c-card-item-business__image {
		padding-top: 2.6rem;
		padding-right: .6rem;
		width: 100%
	}
}
.c-card-item-business__image--citygas::before {
	background: #238FC9 !important
}
.c-card-item-business__image--electricity::before {
	background: #FFBC00 !important
}
.c-card-item-business__image--energy::before {
	background: #00D19D !important
}
.c-card-item-business__image--housing::before {
	background: #C25BCD !important
}
.c-card-item-business__image--reform::before {
	background: #ACDF05 !important
}
.c-card-item-business__image--supermarket::before {
	background: #FFA228 !important
}
.c-card-item-business__image--waterserver::before {
	background: #06C7E1 !important
}
.c-card-item-business__image-img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 5.6rem 0px 0px 0px
}
.c-card-item-business__image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 3.2rem;
	bottom: 3.2rem;
	z-index: 1;
	border-radius: 5.6rem 0px 0px 0px;
	background: #FA5A4B
}
@media (max-width: 767px) {
	.c-card-item-business__image::before {
		left: 2.6rem;
		top: 0;
		right: -2.6rem;
		bottom: 2.6rem
	}
}
.c-card-item-business__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2.4rem 0
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-item-business__content {
		gap: .8rem 0
	}
}
@media (max-width: 767px) {
	.c-card-item-business__content {
		gap: .8rem 0
	}
}
.c-card-item-business__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	color: #DB0917
}
@media (max-width: 767px) {
	.c-card-item-business__title {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-card-item-business__title--citygas {
	color: #00649A
}
.c-card-item-business__title--electricity {
	color: #BE8D01
}
.c-card-item-business__title--energy {
	color: #00A37A
}
.c-card-item-business__title--housing {
	color: #AA3BB6
}
.c-card-item-business__title--reform {
	color: #729800
}
.c-card-item-business__title--supermarket {
	color: #EA6301
}
.c-card-item-business__title--waterserver {
	color: #029CB0
}
.c-card-item-business__text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem
}
.c-card-item-business__button {
	display: flex;
	justify-content: flex-end;
	padding-right: 1.6rem
}
.c-card-item-business__button.--top {
	display: flex !important
}
@media (max-width: 767px) {
	.c-card-item-business__button.--top {
		display: none !important
	}
}
.c-card-item-business__button.--bottom {
	display: none !important
}
@media (max-width: 767px) {
	.c-card-item-business__button.--bottom {
		display: flex !important
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-card-item-business__button {
		padding-right: 0;
		justify-content: center
	}
}
@media (max-width: 767px) {
	.c-card-item-business__button {
		padding-right: 0;
		justify-content: center;
		align-items: center;
		width: 100%
	}
}
.c-contact-action-btn {
	position: fixed;
	right: 0;
	top: 28rem;
	background-color: #FA5A4B;
	z-index: 99;
	border-radius: 30px 0 0 30px;
	height: 20.6rem;
	width: 60px;
	display: flex;
	justify-content: center
}
@media (max-width: 767px) {
	.c-contact-action-btn {
		top: 21.2rem
	}
}
.c-contact-action-btn a {
	writing-mode: vertical-rl;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.6;
	cursor: pointer;
	z-index: 99
}
.c-container {
	max-width: 116rem;
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem
}
.c-container--lg {
	max-width: 136rem
}
.c-container--md {
	max-width: 124rem
}
.c-definition-list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem
}
@media (max-width: 767px) {
	.c-definition-list {
		border-top: .1rem solid #FA5A4B;
		padding-top: 1.6rem
	}
}
.c-definition-list--border-top {
	padding-top: 1.6rem;
	border-top: .1rem solid #FA5A4B
}
.c-definition-list--border-top-first {
	padding-top: 0rem
}
@media (min-width: 768px) {
	.c-definition-list--border-top-first__item:first-child .c-definition-list__head {
		padding-top: 1.6rem;
		border-top: .1rem solid #FA5A4B
	}
	.c-definition-list--border-top-first__item:first-child .c-definition-list__content {
		padding-top: 1.6rem;
		border-top: .1rem solid #FA5A4B
	}
}
@media (max-width: 767px) {
	.c-definition-list--border-top-first__item:first-child .c-definition-list__head {
		padding-top: 1.6rem
	}
}
@media (min-width: 768px) {
	.c-definition-list--2col {
		gap: 1.6rem 6.4rem
	}
	.c-definition-list--2col .c-definition-list__item {
		width: calc(50% - 3.2rem)
	}
	.c-definition-list--2col .c-definition-list__head {
		display: flex;
		width: 34rem
	}
}
.c-definition-list__item {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem
}
@media (max-width: 767px) {
	.c-definition-list__item {
		gap: .8rem;
		border-bottom: .1rem solid #FA5A4B
	}
}
.c-definition-list__head {
	display: flex;
	width: 26.3rem;
	padding: 0px .8rem;
	color: #FA5A4B;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem;
	padding-bottom: 1.6rem
}
@media (min-width: 768px) {
	.c-definition-list__head {
		border-bottom: .1rem solid #FA5A4B
	}
}
@media (max-width: 767px) {
	.c-definition-list__head {
		width: 100%;
		padding: 0;
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-definition-list__content {
	color: #222;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
	padding: 0px .8rem;
	flex: 1;
	padding-bottom: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem 2.4rem
}
@media (min-width: 768px) {
	.c-definition-list__content {
		border-bottom: .1rem solid #FA5A4B
	}
}
@media (max-width: 767px) {
	.c-definition-list__content {
		width: 100%;
		flex: auto;
		gap: .4rem 1.6rem;
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-definition-list__content a {
	color: #FA5A4B;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font
}
.c-definition-list__box {
	position: relative;
	display: flex;
	flex-wrap: wrap
}
.c-definition-list__box:nth-child(odd) {
	width: 21.3rem
}
@media (max-width: 767px) {
	.c-definition-list__box:nth-child(odd) {
		width: 19rem
	}
}
.c-definition-list__box:nth-child(even) {
	width: calc(100% - 23.7rem)
}
@media (max-width: 767px) {
	.c-definition-list__box:nth-child(even) {
		width: calc(100% - 20.6rem)
	}
}
.c-employee-list {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 3.8rem;
	margin-bottom: 0
}
.c-employee-list.slick-dotted.slick-slider {
	margin-bottom: 0
}
.c-employee-list__item {
	display: flex;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	justify-content: center;
	align-items: flex-start
}
.c-employee-list .slick-dots {
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2.2rem
}
.c-employee-list .slick-dots li {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
	background-color: #000000;
	border: 1px solid #000000
}
.c-employee-list .slick-dots li.slick-active {
	background-color: #DB0917;
	border: 1px solid #FA5A4B
}
.c-employee-list .slick-dots li button {
	width: 100%;
	height: 100%;
	opacity: 0
}
.c-employee-list .slick-dots li button::before {
	display: none
}
.c-employee {
	width: 34rem;
	height: 41.8rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center
}
.c-employee__image {
	width: 23rem;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 11.5rem;
	display: flex;
	flex-wrap: wrap;
	z-index: 2
}
.c-employee__image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.c-employee__info {
	border: 1px solid #666;
	margin-top: -6.6rem;
	width: 100%;
	height: 25.4rem;
	position: relative;
	display: block;
	padding: 9rem 2rem 0;
	background: #fff;
	gap: 0
}
.c-employee__quote {
	width: 100%;
	color: #000;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 6rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.c-employee__link {
	display: flex;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	gap: 1.8rem;
	color: #DB0917;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	align-items: center;
	margin-top: 1.5rem
}
.c-employee__link::after {
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/recruit/i-arrow-wobr.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-employee__detail {
	width: 100%;
	margin-top: .8rem;
	border-top: 1px solid #666;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 1.5rem;
	gap: 1.7rem
}
.c-employee__status {
	width: 7rem;
	height: 2.5rem;
	flex-shrink: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #4D4D4D
}
.c-employee__status--light {
	background: #808080
}
.c-employee__name {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: .3rem
}
.c-employee__name-jp {
	width: 100%;
	color: #000;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.c-employee__name-en {
	width: 100%;
	color: #000;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal
}
.c-footer-banner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8rem
}
@media (max-width: 767px) {
	.c-footer-banner {
		padding: 4rem 2rem
	}
}
.c-footer-recruit {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 2rem 0 1.4rem
}
@media (max-width: 767px) {
	.c-footer-recruit {
		padding: 5.1rem 0 2.1rem
	}
}
.c-footer-recruit__inner {
	width: 100%;
	max-width: 144rem;
	padding-left: 11.4rem;
	padding-right: 6.3rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	gap: 6.8rem
}
@media (max-width: 767px) {
	.c-footer-recruit__inner {
		flex-direction: column;
		padding-left: 2rem;
		padding-right: 2rem
	}
}
.c-footer-recruit__left {
	width: 35rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: .7rem
}
@media (max-width: 767px) {
	.c-footer-recruit__left {
		flex: auto;
		width: 100%
	}
}
.c-footer-recruit__logo {
	width: 13.5rem;
	position: relative;
	display: block;
	line-height: 0;
	margin-left: .7rem
}
.c-footer-recruit__logo img {
	width: 100%
}
.c-footer-recruit__content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.2rem
}
.c-footer-recruit__head {
	color: #FFF;
	font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%
}
@media (max-width: 767px) {
	.c-footer-recruit__head {
		font-size: 2rem
	}
}
.c-footer-recruit__text {
	color: #FFF;
	font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%
}
.c-footer-recruit__right {
	width: 20rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 2.6rem
}
@media (max-width: 767px) {
	.c-footer-recruit__right {
		gap: 3.1rem;
		width: 100%;
		margin-top: 0rem
	}
}
.c-footer-recruit__sns {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}
.c-footer-recruit__nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 1.2rem;
	margin-top: .5rem
}
.c-footer-recruit__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 1.7rem
}
.c-footer-recruit__nav ul li {
	width: 100%
}
.c-footer-recruit__nav ul li a {
	color: #FFF;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: .65rem;
	position: relative;
	font-weight: 700
}
@media (max-width: 767px) {
	.c-footer-recruit__nav ul li a {
		font-size: 1.2rem
	}
}
@media (max-width: 767px) {
	.c-footer-recruit__nav ul li a[target="_blank"] {
		font-size: 1.4rem
	}
}
.c-footer-recruit__nav ul li a[target="_blank"]::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/recruit/blank.svg) 50% 50% no-repeat;
	background-size: 99%;
	top: 0
}
.c-footer-recruit__copyright {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.7rem
}
.c-footer-service {
	background-color: #DB0917;
	padding-top: 4.8rem !important
}
@media (max-width: 767px) {
	.c-footer-service {
		padding-bottom: 0 !important;
		padding-top: 4rem !important
	}
}
.c-footer-service .c-breadcrumb {
	padding: 0 0 4.8rem 0
}
@media (max-width: 767px) {
	.c-footer-service .c-breadcrumb {
		padding: 0 0 4rem 0
	}
}
.c-footer-service__container {
	max-width: 120rem;
	width: 100%;
	margin: 0 auto
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-footer-service__container {
		padding: 0 2rem
	}
}
@media (max-width: 767px) {
	.c-footer-service__container {
		padding: 0 2rem
	}
}
.c-footer-service__banner-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: .8rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__banner-list {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media (max-width: 767px) {
	.c-footer-service__banner-list {
		grid-template-columns: repeat(3, 1fr)
	}
	.c-footer-service__banner-list::-webkit-scrollbar {
		display: none
	}
}
.c-footer-service__banner-item {
	display: block;
	transition: transform 0.3s ease
}
.c-footer-service__banner-item img {
	width: 100%;
	height: auto
}
.c-footer-service__content {
	margin-top: 4rem
}
.c-footer-service__section {
	border-radius: 3rem;
	background-color: #fff;
	padding: 2.4rem 3.2rem;
	margin-bottom: 0.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
.c-footer-service__section.no-padding {
	padding: 0
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-footer-service__section {
		flex-direction: column
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__section {
		flex-direction: column
	}
}
@media (max-width: 767px) {
	.c-footer-service__section {
		padding: 2.4rem 3.2rem;
		position: relative;
		flex-direction: column
	}
}
.c-footer-service__header {
	position: relative;
	display: flex;
	width: calc(100% - 74.4rem - 6rem)
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-footer-service__header {
		width: 100%
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__header {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-footer-service__header {
		width: 100%
	}
}
.c-footer-service__header--sm {
	width: calc(100% - 28.2rem - 6rem)
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-footer-service__header--sm {
		width: 100%
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__header--sm {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-footer-service__header--sm {
		width: 100%
	}
}
.c-footer-service__header--citygas.is-active .c-footer-service__header-btn::before {
	background-color: #238FC9
}
.c-footer-service__header--citygas .c-footer-service__header-btn::after {
	background-color: #238FC9
}
.c-footer-service__header--citygas .c-footer-service__header-btn::before {
	background-color: #238FC9
}
.c-footer-service__header--lpgas.is-active .c-footer-service__header-btn::before {
	background-color: #FA5A4B
}
.c-footer-service__header--lpgas .c-footer-service__header-btn::after {
	background-color: #FA5A4B
}
.c-footer-service__header--lpgas .c-footer-service__header-btn::before {
	background-color: #FA5A4B
}
.c-footer-service__header.is-active .c-footer-service__header-btn::before {
	display: block
}
@media (max-width: 767px) {
	.c-footer-service__header.is-active .c-footer-service__header-btn::before {
		display: none
	}
}
.c-footer-service__header-link {
	flex: 1;
	display: flex;
	max-width: calc(100% - 3rem)
}
@media (max-width: 767px) {
	.c-footer-service__header-link {
		font-size: 1.6rem !important
	}
}
.c-footer-service__header-btn {
	position: relative;
	z-index: 2;
	top: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	display: none
}
@media (max-width: 767px) {
	.c-footer-service__header-btn {
		display: block
	}
}
.c-footer-service__header-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	left: 50%;
	margin-left: -1.1rem;
	background-color: #DB0917;
	display: inline-block;
	width: 2.2rem
}
.c-footer-service__header-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 2.2rem;
	top: 0%;
	margin-top: 4px;
	background-color: #DB0917;
	display: inline-block;
	display: none
}
@media (max-width: 767px) {
	.c-footer-service__header-btn::before {
		display: block
	}
}
.c-footer-service__featured {
	gap: 0 .8rem;
	display: flex
}
@media (min-width: 768px) {
	.c-footer-service__featured {
		display: flex
	}
}
@media (max-width: 767px) {
	.c-footer-service__featured {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}
}
.c-footer-service__featured-item {
	border-radius: 3rem;
	background-color: #fff;
	padding: 3rem 4.8rem;
	width: 59.6rem;
	text-align: center
}
@media (max-width: 767px) {
	.c-footer-service__featured-item {
		width: auto;
		padding: 2.4rem 0rem;
		position: relative;
		height: 8rem;
		display: flex;
		justify-content: center;
		align-items: center
	}
}
.c-footer-service__featured-item-link {
	position: relative;
	display: inline-block;
	padding-right: 2.2rem;
	color: #222;
	font-weight: 700;
	line-height: 2.6rem;
	white-space: nowrap
}
@media (max-width: 767px) {
	.c-footer-service__featured-item-link {
		font-size: 1.6rem;
		line-height: 100%
	}
}
.c-footer-service__featured-item-link:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.8rem;
	right: 0;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/common/ic_external_link.svg) 50% 50% no-repeat;
	background-size: 1.5rem;
	transition: all 0.3s ease
}
.c-footer-service__block {
	display: flex;
	gap: 0rem 3.2rem;
	padding: 0;
	justify-content: flex-start;
	width: 74rem
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-footer-service__block {
		width: 100%;
		padding: 2.4rem 0 0 0
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__block {
		width: 100%;
		padding: 2.4rem 0 0 0
	}
}
@media (max-width: 767px) {
	.c-footer-service__block {
		width: 100%;
		padding: 2.4rem 0 0 0
	}
}
.c-footer-service__block--sm {
	width: 28.2rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__block--sm {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-footer-service__block--sm {
		width: 100%
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__block {
		gap: 2.4rem 4rem;
		grid-template-columns: repeat(2, max-content) !important
	}
}
.c-footer-service__block.no-grid {
	display: flex
}
@media (max-width: 767px) {
	.c-footer-service__block.no-grid {
		display: none
	}
}
@media (max-width: 767px) {
	.c-footer-service__block {
		gap: 2.4rem 6.4rem;
		display: none
	}
	.c-footer-service__block.is-active {
		display: block
	}
}
.c-footer-service__block-left {
	flex: 0 0 70%
}
.c-footer-service__block-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.c-footer-service__group {
	width: 34.5rem
}
@media (max-width: 767px) {
	.c-footer-service__group {
		margin-bottom: 0
	}
}
.c-footer-service__grid {
	display: flex
}
@media (max-width: 767px) {
	.c-footer-service__grid {
		display: block
	}
}
.c-footer-service__grid-left {
	flex: 0 0 57%
}
.c-footer-service__grid-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}
.c-footer-service__list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem 0
}
@media (max-width: 767px) {
	.c-footer-service__list {
		gap: 0.8rem 0
	}
}
@media (max-width: 767px) {
	.c-footer-service__list:first-child {
		margin-bottom: 0.8rem
	}
}
.c-footer-service__list li {
	display: block
}
.c-footer-service__link {
	transition: opacity 0.3s ease;
	display: inline-block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #222
}
@media (max-width: 767px) {
	.c-footer-service__link {
		font-size: 1.4rem;
		line-height: 2.6rem
	}
}
.c-footer-service__link:hover {
	color: #FA5A4B;
	opacity: 1
}
.c-footer-service__link--purple {
	color: #C25BCD
}
.c-footer-service__link--purple:hover {
	opacity: 0.7;
	color: #C25BCD
}
.c-footer-service__link--yellow {
	color: #729800
}
.c-footer-service__link--yellow:hover {
	opacity: 0.7;
	color: #729800
}
.c-footer-service__link--yellow-dark {
	color: #BE8D01
}
.c-footer-service__link--yellow-dark:hover {
	opacity: 0.7;
	color: #BE8D01
}
.c-footer-service__link--green {
	color: #00A37A
}
.c-footer-service__link--green:hover {
	opacity: 0.7;
	color: #00A37A
}
.c-footer-service__link--blue-dark {
	color: #029CB0
}
.c-footer-service__link--blue-dark:hover {
	opacity: 0.7;
	color: #029CB0
}
.c-footer-service__link--blue {
	color: #029CB0
}
.c-footer-service__link--blue:hover {
	opacity: 0.7;
	color: #029CB0
}
.c-footer-service__link--orange {
	color: #EA6301
}
.c-footer-service__link--orange:hover {
	opacity: 0.7;
	color: #EA6301
}
.c-footer-service__link.--arrow {
	display: inline-block;
	align-items: center;
	font-weight: 700;
	position: relative;
	color: #FA5A4B;
	padding-right: 3rem
}
.c-footer-service__link.--arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1.1rem;
	right: 0;
	width: 2.2rem;
	height: 2.2rem;
	background: url(../images/common/btn_arrow.png) 50% 50% no-repeat;
	background-size: 1rem;
	background-color: #FA5A4B;
	border-radius: 50%;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-footer-service__link.--arrow {
		line-height: 3.2rem
	}
}
.c-footer-service__bottom {
	padding-top: 4.8rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}
@media (max-width: 767px) {
	.c-footer-service__bottom {
		flex-direction: column;
		gap: 0rem;
		margin-top: 0;
		padding: 0;
		align-items: center
	}
}
.c-footer-service__social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem
}
@media (max-width: 767px) {
	.c-footer-service__social {
		gap: 0 3rem;
		padding: 4rem 0
	}
}
.c-footer-service__social-link {
	transition: opacity 0.3s ease
}
.c-footer-service__social-link:hover {
	opacity: 0.7
}
.c-footer-service__logo-img {
	width: 26rem
}
@media (max-width: 767px) {
	.c-footer-service__logo-img {
		width: 18rem
	}
}
.c-footer-service__copyright {
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: .8rem 0
}
@media (max-width: 767px) {
	.c-footer-service__copyright {
		width: 100%;
		text-align: center !important;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		position: relative;
		flex-direction: row
	}
}
.c-footer-service__copyright-top {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2.3rem;
	letter-spacing: 0%;
	text-align: right
}
@media (max-width: 767px) {
	.c-footer-service__copyright-top {
		text-align: right;
		vertical-align: bottom
	}
}
@media (max-width: 767px) {
	.c-footer-service__copyright .c-footer-service__logo img {
		max-width: 18rem
	}
}
.c-footer-service__copyright-bottom {
	width: 100%;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2.3rem;
	text-align: right
}
@media (max-width: 767px) {
	.c-footer-service__copyright-bottom {
		padding: 4rem 0;
		text-align: center !important;
		font-family: "Zen Kaku Gothic Antique", sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		line-height: 2.3rem;
		color: #fff
	}
}
.c-footer-service__center {
	display: flex;
	gap: 0 0.8rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__center {
		flex-direction: column;
		gap: 0
	}
}
@media (max-width: 767px) {
	.c-footer-service__center {
		flex-direction: column;
		gap: 0
	}
}
.c-footer-service__center .c-footer-service__section--sm {
	width: 59.6rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-footer-service__center .c-footer-service__section--sm {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-footer-service__center .c-footer-service__section--sm {
		width: 100%
	}
}
.c-footer {
	max-width: 144rem;
	position: relative;
	width: 100%;
	padding: 4.8rem 6rem 8rem 10rem;
	margin: auto
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-footer {
		padding: 4rem 3rem
	}
}
@media (max-width: 767.98px) {
	.c-footer {
		margin-top: 5.4rem;
		padding: 0 3.2rem
	}
}
.c-footer__logo {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start
}
@media (max-width: 767.98px) {
	.c-footer__logo {
		padding: 0 1.3rem 5rem;
		justify-content: center;
		align-items: flex-start
	}
}
.c-footer__logo img {
	width: 38.7rem
}
@media (max-width: 767.98px) {
	.c-footer__logo img {
		width: 30rem
	}
}
.c-footer__nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content: flex-end
}
@media (max-width: 767.98px) {
	.c-footer__nav {
		justify-content: flex-start
	}
}
.c-footer__nav ul {
	width: 70.4rem;
	display: grid;
	grid-template-columns: repeat(4, auto);
	-moz-column-gap: 6.4rem;
	column-gap: 6.4rem;
	row-gap: 4.8rem;
	justify-content: start
}
@media (max-width: 767px) {
	.c-footer__nav ul {
		width: 100%;
		grid-template-columns: repeat(2, auto);
		-moz-column-gap: 3.2rem;
		column-gap: 3.2rem;
		row-gap: 2.4rem
	}
}
.c-footer__nav ul li a {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: .8rem
}
@media (max-width: 767.98px) {
	.c-footer__nav ul li a {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-footer__nav ul li a[target="_blank"]::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/common/ic_external_link_w.svg) 50% 50% no-repeat;
	background-size: 99%;
	top: 0
}
@media (max-width: 767px) {
	.c-footer__nav ul li a[target="_blank"]::after {
		top: 0
	}
}
.c-footer__service {
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 2.3rem;
	border-bottom: 2px solid #fff;
	width: -moz-max-content;
	width: max-content
}
.c-footer__bottom {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
.c-footer__copyright {
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.3rem
}
@media (max-width: 1199.98px) {
	.c-footer__copyright {
		order: 2;
		font-size: 1.2rem;
		line-height: 2.3rem;
		width: 100%;
		text-align: left;
		margin-top: 4rem
	}
}
.c-footer__wrap {
	width: 70.4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
@media (max-width: 767.98px) {
	.c-footer__wrap {
		width: 100%;
		justify-content: center
	}
}
.c-footer__sns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 2.9rem;
	align-items: center
}
@media (max-width: 767.98px) {
	.c-footer__sns {
		padding: 4rem 0
	}
}
.c-footer__link {
	position: relative;
	display: flex;
	flex-wrap: wrap
}
@media (max-width: 767.98px) {
	.c-footer__link {
		width: 100%;
		text-align: left
	}
}
.c-footer__link a {
	color: #FFF;
	text-align: right;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.3rem
}
.c-form-container {
	max-width: 80rem;
	margin: 0 auto;
	padding: 6.4rem 3.2rem;
	background-color: #FAF2F2;
	border-radius: .8rem
}
@media (max-width: 767px) {
	.c-form-container {
		padding: 3.2rem 1.6rem
	}
}
.c-form-container__header {
	margin-bottom: 4.8rem;
	text-align: center
}
.c-form-container__header-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 1.6rem
}
.c-form-container__header-subtitle {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #222
}
.c-form-container__header-subtitle a {
	color: #FA5A4B;
	text-decoration: underline
}
.c-form-container__header-subtitle a:hover {
	opacity: 0.8
}
.c-form-container__body {
	background-color: #fff;
	padding: 4.8rem 6.4rem;
	border-radius: .8rem
}
@media (max-width: 767px) {
	.c-form-container__body {
		padding: 2.4rem 1.6rem
	}
}
.c-form-wrap {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	padding: 4rem 6.4rem;
	background-color: #fff;
	border-radius: .8rem
}
@media (max-width: 767px) {
	.c-form-wrap {
		padding: 0
	}
}
.c-form {
	display: flex;
	flex-direction: column;
	gap: 3.2rem
}
.c-form__top {
	background-color: #FAF2F2;
	padding: 6.4rem 16rem 1.6rem 16rem
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.c-form__top {
		padding: 6.4rem 8rem 1.6rem 8rem
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-form__top {
		padding: 6.4rem 2rem 1.6rem 2rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-form__top {
		padding: 6.4rem 2rem 1.6rem 2rem
	}
}
.c-form__top--citygas {
	background-color: #EBF8FF
}
@media (max-width: 767px) {
	.c-form__top {
		padding: 4.8rem 2rem .8rem 2rem
	}
}
.c-form__bottom {
	background-color: #fff;
	padding: 4.8rem 0 8rem 0;
	text-align: center
}
@media (max-width: 767px) {
	.c-form__bottom {
		background-color: #fff;
		padding: 4rem 2rem 5.6rem 2rem
	}
}
.c-form--lp {
	background: #FAF2F2;
	gap: 4.8rem;
	padding: 6.4rem 0
}
@media (max-width: 767px) {
	.c-form--lp {
		padding: 4.8rem 0;
		gap: 4rem;
		width: calc(100% + 4rem);
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 2rem;
		padding-right: 2rem
	}
}
.c-form--lp .c-form-row {
	width: 100%;
	margin: auto;
	max-width: 100rem
}
.c-form--lp .c-form-check-group {
	background: none
}
.c-form--lp .c-form-control {
	background: #fff
}
.c-form--lp .c-form-label {
	color: #FA5A4B
}
.c-form--gas {
	background: #EBF8FF;
	gap: 4.8rem;
	padding: 6.4rem 0
}
@media (max-width: 767px) {
	.c-form--gas {
		padding: 4.8rem 0;
		gap: 4rem;
		width: calc(100% + 4rem);
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 2rem;
		padding-right: 2rem
	}
}
.c-form--gas .c-form-row {
	width: 100%;
	margin: auto;
	max-width: 100rem
}
.c-form--gas .c-form-check-group {
	background: none
}
.c-form--gas .c-form-control {
	background: #fff
}
.c-form--gas .c-form-label {
	color: #238FC9
}
.c-form--gas .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
	border: 2px solid #238FC9
}
.c-form--gas .wpcf7-radio .wpcf7-list-item label .c-form-check__text::before {
	background-color: #238FC9
}
.c-form--gas .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
	background-color: #238FC9
}
.c-form--gas .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
	border: 3px solid #238FC9
}
.c-form-row {
	display: flex;
	gap: 1.6rem 2.4rem;
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.c-form-row {
		flex-direction: column;
		gap: 1.6rem 0;
		margin-bottom: 4rem
	}
}
.c-form-row-inline {
	display: flex;
	flex-direction: column
}
@media (max-width: 1199.98px) {
	.c-form-row-inline {
		flex-direction: column
	}
}
@media (max-width: 767px) {
	.c-form-row-inline {
		flex-direction: column
	}
}
.c-form-row__label {
	display: block;
	width: 100%
}
.c-form-row__label .c-form-label {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #FA5A4B;
	display: block;
	margin-bottom: 0rem
}
@media (max-width: 767px) {
	.c-form-row__label .c-form-label {
		font-size: 1.4rem;
		line-height: 2.6rem;
		margin-bottom: 0rem
	}
}
.c-form-row__label .c-form-label--citygas {
	color: #238FC9
}
.c-form-row__description {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 26px;
	letter-spacing: 0%;
	margin-top: 1.6rem
}
.c-form-row__description.--bottom {
	margin-top: 0
}
.c-form-row__description--citygas {
	color: #238FC9
}
@media (max-width: 767px) {
	.c-form-row__description.--smmobile {
		font-size: 1.2rem;
		line-height: 1.8rem
	}
}
@media (max-width: 767px) {
	.c-form-row__description {
		font-size: 1.4rem;
		line-height: 2.3rem;
		margin-top: .8rem
	}
}
.c-form-row--full {
	flex-direction: column
}
.c-form-row--button {
	margin-top: 7rem;
	padding-top: 0
}
@media (max-width: 767px) {
	.c-form-row--button {
		margin-top: 4rem
	}
}
.c-form__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 2rem
}
@media (max-width: 767px) {
	.c-form__title {
		margin-bottom: 0.8rem
	}
}
.c-form-check-group {
	display: flex;
	flex-direction: column;
	gap: 1.6rem
}
.c-form-check {
	display: flex;
	align-items: center;
	color: #222
}
.c-form-check-group {
	display: flex;
	flex-direction: column;
	gap: 1rem 0
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-form-check-group {
		gap: 1rem 0
	}
}
@media (max-width: 767px) {
	.c-form-check-group {
		gap: 2.4rem 0
	}
}
.c-form-check__input {
	width: 2.6rem;
	height: 2.6rem;
	margin-right: 1.6rem;
	border: 2px solid #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (max-width: 767px) {
	.c-form-check__input {
		margin-right: 1rem
	}
}
.c-form-check__text {
	flex: 1;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.c-form-check__text {
		font-size: 1.6rem
	}
}
.c-form-check__label {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	margin-bottom: 3rem;
	display: block
}
@media (max-width: 767px) {
	.c-form-check__label {
		margin-bottom: 1.6rem;
		font-size: 1.6rem;
		line-height: 2.3rem
	}
}
@media (max-width: 767px) {
	.c-form-group {
		width: 100%
	}
}
.c-form-group-onecol {
	display: flex;
	gap: 0 1.4rem;
	width: 100%;
	align-items: center
}
@media (max-width: 767px) {
	.c-form-group-onecol {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.6rem 0
	}
}
.c-form-group-inline {
	display: flex;
	gap: 0 6.4rem;
	width: 100%
}
@media (max-width: 1199.98px) {
	.c-form-group-inline {
		gap: 1.6rem 2.4rem
	}
}
@media (max-width: 767px) {
	.c-form-group-inline {
		flex-direction: column;
		gap: 1.6rem 0
	}
}
.c-form-group-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #FA5A4B
}
@media (max-width: 767px) {
	.c-form-group__comment {
		margin-top: -.6rem
	}
}
.c-form-group__btn {
	display: flex;
	gap: 0 4.8rem;
	align-items: center;
	justify-content: center
}
@media (max-width: 767px) {
	.c-form-group__btn {
		padding-top: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 2.4rem 0
	}
}
.c-form-group__btn .c-button {
	width: 24.4rem
}
@media (max-width: 767px) {
	.c-form-group__btn .c-button {
		width: 22.6rem;
		height: 5.6rem;
		padding: 0;
		line-height: 5.6rem;
		font-size: 1.8rem
	}
}
.c-form-group__btn .c-button--gray {
	width: 24.4rem
}
@media (max-width: 767px) {
	.c-form-group__btn .c-button--gray {
		width: 12rem;
		max-width: 13.6rem;
		height: 6rem;
		padding: 0;
		line-height: 6rem;
		font-size: 1.8rem
	}
}
.c-form-group__btn .c-link-button-outline {
	width: 24.4rem
}
@media (max-width: 767px) {
	.c-form-group__btn .c-link-button-outline {
		width: 22.6rem;
		height: 5.6rem;
		padding: 1.2rem 0;
		line-height: 3rem;
		font-size: 1.8rem
	}
}
.c-form-group__btn .wpcf7-spinner {
	display: none
}
.c-form-group--full {
	width: 100%
}
.c-form-inline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 1rem;
	width: calc((100% - 6.4rem)/2)
}
@media (max-width: 1199.98px) {
	.c-form-inline {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: calc((100% - 1.6rem)/2)
	}
}
@media (max-width: 767px) {
	.c-form-inline {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0 1.6rem
	}
}
.c-form-inline .c-form-label {
	display: flex;
	padding: 1rem 0
}
@media (max-width: 1199.98px) {
	.c-form-inline .wpcf7-form-control-wrap {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-inline .wpcf7-form-control-wrap {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: flex-end
	}
}
.c-form-label {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #222;
	display: inline-block
}
@media (max-width: 767px) {
	.c-form-label {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 2.6rem;
		padding-left: 0rem;
		min-width: 2.8rem
	}
}
.c-form-label__required {
	color: #FA5A4B
}
.c-form-control {
	width: 100%;
	line-height: 4.6rem;
	height: 4.6rem;
	border-radius: 2.4rem;
	background-color: #FAF2F2;
	border: 0;
	padding: 0 2rem
}
.c-form-control--white {
	background-color: #fff
}
.c-form-control:focus {
	outline: none;
	border-color: #FA5A4B
}
.c-form-control--lg {
	width: 46.8rem
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.c-form-control--lg {
		width: calc((100% - 6.4rem)/2)
	}
}
.c-form-control--lg+.wpcf7-not-valid-tip {
	width: 46.8rem
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.c-form-control--lg+.wpcf7-not-valid-tip {
		width: calc((100% - 6.4rem)/2)
	}
}
@media (max-width: 1199.98px) {
	.c-form-control--lg+.wpcf7-not-valid-tip {
		width: calc((100% - 1.6rem)/2)
	}
}
@media (max-width: 767px) {
	.c-form-control--lg+.wpcf7-not-valid-tip {
		width: 100%
	}
}
.c-form-control--lg .error-tip {
	width: 46.8rem
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.c-form-control--lg .error-tip {
		width: calc((100% - 6.4rem)/2)
	}
}
@media (max-width: 1199.98px) {
	.c-form-control--lg .error-tip {
		width: calc((100% - 1.6rem)/2)
	}
}
@media (max-width: 767px) {
	.c-form-control--lg .error-tip {
		width: 100%
	}
}
@media (max-width: 1199.98px) {
	.c-form-control--lg {
		width: calc((100% - 1.6rem)/2)
	}
}
@media (max-width: 767px) {
	.c-form-control--lg {
		width: 100%
	}
}
.c-form-control--md {
	width: 42rem
}
.c-form-control--md+.wpcf7-not-valid-tip {
	width: 42rem
}
@media (max-width: 1199.98px) {
	.c-form-control--md+.wpcf7-not-valid-tip {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-control--md+.wpcf7-not-valid-tip {
		width: 100%
	}
}
.c-form-control--md .error-tip+.wpcf7-not-valid-tip {
	width: 42rem
}
@media (max-width: 1199.98px) {
	.c-form-control--md .error-tip+.wpcf7-not-valid-tip {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-control--md .error-tip+.wpcf7-not-valid-tip {
		width: 100%
	}
}
@media (max-width: 1199.98px) {
	.c-form-control--md {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-control--md {
		width: 100%
	}
	.c-form-control--md+.wpcf7-not-valid-tip {
		width: 100%;
		text-align: left
	}
	.c-form-control--md .error-tip {
		width: 100%;
		text-align: left
	}
}
.c-form-control--sm {
	width: 39rem
}
.c-form-control--sm+.wpcf7-not-valid-tip {
	width: 39rem
}
@media (max-width: 1199.98px) {
	.c-form-control--sm+.wpcf7-not-valid-tip {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-control--sm+.wpcf7-not-valid-tip {
		width: 100%
	}
}
.c-form-control--sm .error-tip {
	width: 39rem
}
@media (max-width: 1199.98px) {
	.c-form-control--sm .error-tip {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-control--sm .error-tip {
		width: 100%
	}
}
@media (max-width: 1199.98px) {
	.c-form-control--sm {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-form-control--sm {
		width: 100%
	}
	.c-form-control--sm+.wpcf7-not-valid-tip {
		width: 100%;
		text-align: left
	}
	.c-form-control--sm .error-tip {
		width: 100%;
		text-align: left
	}
}
.c-form-control[type="checkbox"] {
	width: 2.6rem;
	height: 2.6rem;
	margin-right: .8rem;
	border: 2px solid #222
}
.c-form-control[type="checkbox"]:checked {
	border-color: #FA5A4B
}
.c-form-control[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 30rem;
	height: 5rem;
	padding: 1.2rem 6.4rem;
	background-color: #FA5A4B;
	color: #fff;
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s
}
.c-form-control[type="submit"]:hover {
	opacity: 0.8
}
.c-form .wpcf7-not-valid-tip {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.4rem !important;
	line-height: 2.6rem !important;
	letter-spacing: 0%;
	color: #dc3232;
	display: block
}
.error-tip {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #dc3232;
	display: block
}
.wpcf7-not-valid-tip {
	font-size: 1.4rem !important;
	line-height: 2.6rem !important;
	font-weight: 500 !important
}
.wpcf7-textarea {
	width: 100%;
	line-height: 1.5;
	height: auto !important;
	border-radius: 2.4rem;
	background-color: #fff;
	border: 0;
	padding: 2rem;
	min-height: 20rem;
	resize: vertical
}
.wpcf7-radio {
	display: flex;
	gap: 1.6rem 4.8rem;
	flex-wrap: wrap
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.wpcf7-radio {
		gap: 2.4rem;
		flex-wrap: wrap
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wpcf7-radio {
		flex-direction: column;
		gap: 1.6rem 0
	}
}
@media (max-width: 767px) {
	.wpcf7-radio {
		padding-left: 0rem;
		flex-direction: column;
		gap: 1.6rem 0
	}
}
.wpcf7-radio .wpcf7-list-item {
	margin: 0
}
.wpcf7-radio .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 0 .4rem;
	position: relative;
	cursor: pointer;
	padding-left: 3rem;
	line-height: 2.6rem
}
.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	border: 1px solid #FA5A4B;
	position: relative;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: .3rem
}
.wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked+.c-form-check__text::before {
	opacity: 1
}
.wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked+.wpcf7-list-item-label::before {
	opacity: 1
}
.wpcf7-radio .wpcf7-list-item label .c-form-check__text {
	position: relative;
	padding-left: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #222
}
.wpcf7-radio .wpcf7-list-item label .c-form-check__text::before {
	content: "";
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background-color: #FA5A4B;
	left: -2.6rem;
	top: .8rem;
	opacity: 0;
	transition: opacity 0.2s ease
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
	position: relative;
	padding-left: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #222
}
@media (max-width: 767px) {
	.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
		font-size: 1.4rem;
		line-height: 2.6rem
	}
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background-color: #FA5A4B;
	left: -2.6rem;
	top: .7rem;
	opacity: 0;
	transition: opacity 0.2s ease
}
.wpcf7-checkbox {
	display: flex;
	gap: 0 1.6rem;
	padding: 0 .6rem
}
@media (max-width: 767px) {
	.wpcf7-checkbox {
		gap: 0 .8rem
	}
}
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 0
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 1.3rem;
	border: 1px solid #FA5A4B;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (max-width: 767px) {
	.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
		margin-right: .6rem
	}
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
	border: 3px solid #DB0917
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #222
}
@media (max-width: 767px) {
	.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.wpcf7-not-valid-tip {
	padding-top: .8rem
}
.wpcf7-response-output {
	display: none
}
.c-g--lg {
	gap: 6.4rem
}
@media (max-width: 767px) {
	.c-g--lg {
		gap: 0rem
	}
}
.c-g--l {
	gap: 3.2rem
}
@media (max-width: 767px) {
	.c-g--l {
		gap: 0rem
	}
}
.c-g--m {
	gap: 2.4rem
}
@media (max-width: 767px) {
	.c-g--m {
		gap: 0rem
	}
}
.c-g--s {
	gap: 1.6rem
}
@media (max-width: 767px) {
	.c-g--s {
		gap: 0rem
	}
}
.c-g--xs {
	gap: 1.2rem
}
@media (max-width: 767px) {
	.c-g--xs {
		gap: 0rem
	}
}
.c-header-menu {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #DB0917;
	padding: 4.8rem 3.2rem 3.2rem;
	opacity: 0;
	z-index: -1;
	transform: translateY(-20%);
	transition: all 0.3s ease;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100%;
	max-height: calc(100vh - 100%);
	overflow-y: auto
}
@media (min-width: 992px) {
	.c-header-menu {
		display: none
	}
}
.c-header-menu.--show {
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	pointer-events: all
}
.c-header-menu__nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content: flex-start
}
.c-header-menu__nav ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, auto);
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	row-gap: 2.4rem;
	justify-content: start
}
.c-header-menu__nav ul li a {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 2.3rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: .8rem
}
.c-header-menu__nav ul li a[target="_blank"]::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/common/ic_external_link_w.svg) 50% 50% no-repeat;
	background-size: 99%;
	top: 0
}
.c-header-menu__service {
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 2.3rem;
	border-bottom: 2px solid #fff;
	width: -moz-max-content;
	width: max-content
}
.c-header-menu__link {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
	margin-top: 3.2rem
}
.c-header-menu__link a {
	color: #FFF;
	text-align: right;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.3rem
}
.c-header-recruit {
	background: none;
	position: absolute;
	top: 0;
	z-index: 99
}
@media (max-width: 767px) {
	.c-header-recruit {
		position: relative;
		display: block;
		height: 6rem;
		background: #fff
	}
}
@media (min-width: 768px) {
	.c-header-recruit.is-top .c-header-recruit__logo {
		display: flex
	}
}
.c-header-recruit__inner {
	width: 100%;
	max-width: 136rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: center;
	padding: 2.3rem 8rem 0
}
@media (max-width: 767px) {
	.c-header-recruit__inner {
		padding: 1.3rem 1rem
	}
}
.c-header-recruit__logo {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end
}
@media (min-width: 768px) {
	.c-header-recruit__logo {
		display: none
	}
}
.c-header-recruit__logo img {
	width: 17rem
}
@media (max-width: 767px) {
	.c-header-recruit__logo img {
		width: 10rem
	}
}
.c-header-recruit__sub {
	color: #000;
	font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
@media (max-width: 767px) {
	.c-header-recruit__sub {
		font-size: 1.2rem
	}
}
.c-header-recruit__button {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 2.6rem;
	right: 2rem;
	width: 6rem;
	height: 4rem;
	z-index: 999
}
@media (max-width: 767px) {
	.c-header-recruit__button {
		top: 1.2rem;
		right: 1.1rem;
		width: 4.5rem;
		height: 3.3rem
	}
}
.c-header-recruit__button--open .c-header-recruit__icon span {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #DB0917;
	right: 1.1rem;
	top: 0;
	left: auto
}
.c-header-recruit__button--open .c-header-recruit__icon span:nth-child(1) {
	left: auto;
	right: 2rem;
	opacity: 0
}
@media (max-width: 767px) {
	.c-header-recruit__button--open .c-header-recruit__icon span:nth-child(1) {
		right: 1.3rem
	}
}
.c-header-recruit__button--open .c-header-recruit__icon span:nth-child(2) {
	left: auto;
	right: 2rem;
	opacity: 0
}
@media (max-width: 767px) {
	.c-header-recruit__button--open .c-header-recruit__icon span:nth-child(2) {
		right: 1.3rem
	}
}
.c-header-recruit__button--open .c-header-recruit__icon span:nth-child(3) {
	left: auto;
	right: 2rem
}
@media (max-width: 767px) {
	.c-header-recruit__button--open .c-header-recruit__icon span:nth-child(3) {
		right: 1.3rem
	}
}
.c-header-recruit__button--open .c-header-recruit__openbtn {
	left: -100%
}
.c-header-recruit__button--open .c-header-recruit__closebtn {
	left: 0
}
.c-header-recruit__icon {
	width: 100%;
	height: 2rem;
	position: relative;
	display: block
}
@media (max-width: 767px) {
	.c-header-recruit__icon {
		height: 1.7rem
	}
}
.c-header-recruit__icon span {
	width: 1rem;
	height: 1rem;
	background: #fff;
	border-radius: .5rem;
	position: absolute;
	top: .3rem;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-header-recruit__icon span {
		width: .9rem;
		height: .9rem;
		background-color: #E4241D
	}
}
.c-header-recruit__icon span:nth-child(1) {
	left: 0
}
.c-header-recruit__icon span:nth-child(2) {
	left: calc(50% - .5rem)
}
.c-header-recruit__icon span:nth-child(3) {
	right: 0
}
.c-header-recruit__btntext {
	width: 100%;
	position: relative
}
.c-header-recruit__openbtn {
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
	top: 0
}
@media (max-width: 767px) {
	.c-header-recruit__openbtn {
		color: #E4241D
	}
}
.c-header-recruit__closebtn {
	color: #DB0917;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
	position: absolute;
	left: 100%;
	top: 0
}
.c-header-recruit__menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	transition: all 0.3s ease;
	transform: translateY(-101%)
}
@media (max-width: 767px) {
	.c-header-recruit__menu {
		transform: translateY(calc(-101% - 6rem));
		top: 6rem;
		max-height: calc(100vh - 6rem);
		overflow: auto
	}
}
.c-header-recruit__menu--open {
	transform: translateY(0)
}
.c-header-recruit__red {
	width: 30rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	background: #DB0917;
	padding: 7.8rem 0 6rem 0
}
@media (max-width: 767px) {
	.c-header-recruit__red {
		order: 2;
		width: 100%;
		padding: 4.5rem 2.2rem 6.4rem;
		justify-content: flex-start
	}
}
.c-header-recruit__red .c-header-recruit__list {
	gap: 5.6rem
}
@media (max-width: 767px) {
	.c-header-recruit__red .c-header-recruit__list {
		width: 100%;
		gap: 0;
		justify-content: space-between
	}
}
.c-header-recruit__red .c-header-recruit__item {
	padding-right: 6rem
}
@media (max-width: 767px) {
	.c-header-recruit__red .c-header-recruit__item {
		padding-right: 0
	}
}
.c-header-recruit__red .c-header-recruit__en {
	color: #FFF
}
.c-header-recruit__red .c-header-recruit__en:after {
	background: url(../images/recruit/i-arrow-wo.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-header-recruit__red .c-header-recruit__jp {
	color: #FFF
}
.c-header-recruit__white {
	flex: 1;
	padding: 7.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 11.5rem;
	flex-direction: row
}
@media (max-width: 767px) {
	.c-header-recruit__white {
		width: 100%;
		padding: 3rem 2.2rem;
		gap: 4.4rem
	}
}
.c-header-recruit__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 3.5rem
}
@media (max-width: 767px) {
	.c-header-recruit__list {
		gap: 4.4rem;
		flex-direction: column;
		justify-content: space-between
	}
}
.c-header-recruit__item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}
.c-header-recruit__en {
	color: #333;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-items: flex-start;
	align-items: center;
	gap: 2rem
}
@media (max-width: 767px) {
	.c-header-recruit__en {
		font-size: 3.2rem
	}
}
.c-header-recruit__en:after {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/recruit/i-arrow-black.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-header-recruit__jp {
	color: #000;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}
.c-header-recruit__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin-top: 4.2rem;
	padding-right: 2.3rem;
	flex-direction: column
}
@media (max-width: 767px) {
	.c-header-recruit__bottom {
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 4rem;
		padding-right: 0;
		width: 100%;
		flex-direction: row
	}
}
.c-header-recruit__menulogo {
	width: 14.5rem
}
.c-header-recruit__homesite {
	color: #FFF;
	font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: .7rem
}
@media (max-width: 767px) {
	.c-header-recruit__homesite {
		width: 100%;
		justify-content: flex-start
	}
}
.c-header-recruit__homesite::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/recruit/blank_w.svg) 50% 50% no-repeat;
	background-size: 99%
}
.c-header-recruit__sns {
	width: 9.6rem;
	margin-top: 2.5rem
}
@media (max-width: 767px) {
	.c-header-recruit__sns {
		margin-top: 4rem
	}
}
.c-header-recruit__policy {
	color: #FFF;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 1.5rem
}
@media (max-width: 767px) {
	.c-header-recruit__policy {
		margin-top: 5.5rem
	}
}
.c-header-service-submenu {
	width: 100%;
	display: flex;
	position: fixed;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #DB0917;
	padding: 8rem 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transform: translateY(-20px);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
	left: 0;
	top: 10rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header-service-submenu {
		padding: 4.8rem 2rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu {
		padding: 4.8rem 0
	}
}
.c-header-service-submenu.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: all
}
@media (max-width: 767px) {
	.c-header-service-submenu {
		padding: 4.8rem 2rem;
		top: 6rem
	}
}
.c-header-service-submenu__container {
	max-width: 120rem;
	margin: 0 auto;
	width: 100%
}
.c-header-service-submenu__wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 2rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header-service-submenu__wrap {
		gap: 0 2rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__wrap {
		flex-direction: column;
		padding: 0 2rem;
		gap: 4.8rem 0
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__wrap {
		flex-direction: column;
		gap: 4.8rem 0
	}
}
.c-header-service-submenu__left {
	width: 78.6rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header-service-submenu__left {
		width: calc(100% - 39.4rem - 2rem)
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__left {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__left {
		width: 100%
	}
}
@media (min-width: 768px) {
	.c-header-service-submenu__left .c-header-service-submenu__featured {
		display: none
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__left .c-header-service-submenu__featured {
		display: flex
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__left .c-header-service-submenu__featured {
		display: flex
	}
}
.c-header-service-submenu__right {
	width: 39.4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem 0
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__right {
		width: 100%;
		gap: 0
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__right {
		width: 100%;
		gap: 0
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__right .c-header-service-submenu__featured {
		display: none
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__right .c-header-service-submenu__featured {
		display: none
	}
}
.c-header-service-submenu__campaign {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.8rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__campaign {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__campaign {
		grid-template-columns: repeat(3, 1fr)
	}
}
.c-header-service-submenu__campaign-item {
	width: 100%;
	max-height: 9.7rem
}
@media (max-width: 767px) {
	.c-header-service-submenu__campaign-item {
		max-width: none;
		max-height: none
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__campaign-item {
		max-width: none;
		max-height: none
	}
}
.c-header-service-submenu__campaign-item img {
	width: 100%;
	height: auto
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__campaign-item img {
		width: 100%
	}
}
.c-header-service-submenu__featured {
	display: flex;
	gap: 0.8rem
}
.c-header-service-submenu__featured-item {
	border-radius: 3rem;
	background-color: #fff;
	width: 19.3rem;
	height: 17.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__featured-item {
		width: calc(100%);
		padding: 2.4rem 3.2rem;
		position: relative;
		height: 8rem
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__featured-item {
		width: calc((100% - 0.8rem)/2);
		padding: 2.4rem 3.2rem;
		position: relative;
		height: 8rem
	}
}
.c-header-service-submenu__featured-link {
	position: relative;
	display: inline-block;
	padding-right: 2.2rem;
	color: #222;
	font-weight: 700;
	line-height: 2.6rem;
	white-space: nowrap
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__featured-link {
		font-size: 1.6rem;
		line-height: 100%
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__featured-link {
		font-size: 1.6rem;
		line-height: 100%
	}
}
.c-header-service-submenu__featured-link:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.8rem;
	right: 0;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/common/ic_external_link.svg) 50% 50% no-repeat;
	background-size: 1.5rem;
	transition: all 0.3s ease
}
.c-header-service-submenu__nav {
	display: none
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__nav {
		display: flex;
		flex-direction: column;
		gap: 1.6rem 0;
		margin-bottom: 4.8rem
	}
}
@media (max-width: 767px) {
	.c-header-service-submenu__nav {
		display: flex;
		flex-direction: column;
		gap: 1.6rem 0;
		margin-bottom: 4.8rem
	}
}
.c-header-service-submenu__nav-link {
	display: flex;
	flex-direction: column;
	gap: 1.6rem 0;
	align-items: flex-start
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__nav-link {
		flex-direction: row;
		gap: 0 2rem
	}
}
.c-header-service-submenu__nav-link .c-link-anchor {
	color: #fff !important;
	text-align: left !important;
	display: flex;
	width: 100%
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__nav-link .c-link-anchor {
		width: auto
	}
}
.c-header-service-submenu__nav-link .c-link-anchor svg path {
	fill: #fff !important
}
.c-header-service-submenu__nav-link .c-link-anchor .c-header-service__link-item__desc {
	border-bottom: 2px solid #fff !important
}
.c-header-service-submenu__nav-button {
	display: flex;
	flex-direction: column;
	gap: .8rem 0;
	align-items: flex-start
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service-submenu__nav-button {
		flex-direction: row;
		gap: 0 2rem
	}
}
.c-header-service {
	position: relative
}
.c-header-service__logo {
	position: relative;
	display: block;
	line-height: 0;
	width: 15rem
}
@media (max-width: 767px) {
	.c-header-service__logo {
		width: 11.5rem
	}
}
.c-header-service__logo img {
	width: 100%
}
.c-header-service__container {
	max-width: 144rem;
	margin: 0 auto;
	display: flex;
	height: 10rem;
	padding: 0 3.6rem 0 6rem;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header-service__container {
		padding: 0 3rem
	}
}
@media (max-width: 767px) {
	.c-header-service__container {
		height: 6rem;
		padding: 1.2rem 1.6rem
	}
}
.c-header-service__right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: calc(100% - 15rem);
	position: relative;
	gap: 0 1.6rem
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.c-header-service__right {
		gap: 0 1.6rem
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header-service__right {
		gap: 0 2.4rem
	}
}
.c-header-service__link {
	display: flex;
	gap: 0 3.2rem
}
@media (max-width: 1439px) {
	.c-header-service__link {
		display: none
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__link {
		display: none
	}
}
@media (max-width: 767px) {
	.c-header-service__link {
		display: none
	}
}
.c-header-service__link-item {
	font-size: 1.4rem !important;
	line-height: 2.3rem !important
}
.c-header-service__link-item__desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.3rem;
	border-bottom: 2px solid #DB0917
}
.c-header-service__link ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3.2rem
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.c-header-service__link ul {
		gap: 0 1.6rem
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header-service__link ul {
		gap: 0 2.4rem
	}
}
.c-header-service__link ul li {
	display: block
}
.c-header-service__button {
	display: flex;
	gap: 0 1.6rem;
	padding-right: 1.6rem
}
@media (max-width: 1439px) {
	.c-header-service__button {
		display: none
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__button {
		display: none
	}
}
@media (max-width: 767px) {
	.c-header-service__button {
		display: none
	}
}
.c-header-service__button ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.6rem
}
.c-header-service__button ul li a {
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem
}
.c-header-service__other {
	display: flex;
	align-items: center;
	gap: 0 2.4rem
}
@media (max-width: 767px) {
	.c-header-service__other {
		gap: 0
	}
}
.c-header-service__list {
	display: flex;
	align-items: center;
	padding-left: 2.4rem;
	height: 2.6rem;
	border-left: 2px solid #222;
	gap: 1.2rem 2.4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__list {
		padding-left: 1.5rem
	}
}
@media (max-width: 767px) {
	.c-header-service__list {
		display: none
	}
}
.c-header-service__search {
	line-height: 0;
	width: 4.6rem;
	height: 4.6rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__search {
		margin-right: 1.5rem
	}
}
@media (max-width: 767px) {
	.c-header-service__search {
		width: 3.6rem;
		height: 3.6rem;
		margin-right: 1.6rem
	}
}
.c-header-service__search img {
	width: 100%
}
.c-header-service__item {
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem;
	padding-top: .2rem;
	border-bottom: .2rem solid #FA5A4B
}
.c-header-service__item:last-child {
	font-style: italic
}
.c-header-service__inner {
	position: relative
}
.c-header-service__inner.service-nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.3s ease-in-out
}
.c-header-service__nav {
	position: relative;
	display: flex
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__nav {
		width: 100%;
		position: relative;
		display: block
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__nav {
		width: 100%;
		display: block;
		position: relative
	}
}
@media (max-width: 767px) {
	.c-header-service__nav {
		width: 100%;
		display: block;
		position: relative
	}
}
.c-header-service__nav .slick-track {
	display: flex;
	gap: 0
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__nav .slick-track {
		gap: 0 !important
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__nav .slick-track {
		gap: 0 !important
	}
}
.c-header-service__nav .slick-slide a {
	border-right: 0 !important
}
.c-header-service__nav .slick-slide a:hover {
	background-color: #fff;
	color: #FA5A4B
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__nav .slick-slide {
		width: 32rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__nav .slick-slide {
		width: 29rem
	}
}
@media (max-width: 767px) {
	.c-header-service__nav .slick-slide {
		width: 19.6rem !important
	}
}
.c-header-service__nav-slide {
	width: 33.33%
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__nav-slide {
		width: 33.33%
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__nav-slide {
		width: 33.33%
	}
}
@media (max-width: 767px) {
	.c-header-service__nav-slide {
		width: auto
	}
}
.c-header-service__nav-slide:last-child a {
	border-right: 2px solid #FA5A4B
}
.c-header-service__nav-slide a {
	border: 2px solid #FA5A4B;
	border-right: 0
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__nav-slide a {
		font-size: 2rem;
		line-height: 3rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__nav-slide a {
		font-size: 2rem;
		line-height: 3rem
	}
}
@media (max-width: 767px) {
	.c-header-service__nav-slide a {
		width: 19.6rem !important
	}
}
.c-header-service__nav-item {
	position: relative
}
.c-header-service__nav-item.is-active .l-header-service__submenu {
	opacity: 1;
	visibility: visible
}
.c-header-service__submenu {
	position: absolute;
	top: 10rem;
	right: 0;
	width: 50%;
	background: #fff;
	z-index: 3
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__submenu {
		width: 100%
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu {
		width: 100%
	}
}
@media (max-width: 767px) {
	.c-header-service__submenu {
		top: 6rem;
		width: 100%
	}
}
.c-header-service__submenu.slick-slider {
	visibility: visible;
	opacity: 1;
	height: 1px;
	transition: visibility 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
	pointer-events: auto
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__submenu .slick-slider.slick-initialized .slick-list {
		padding: 0 !important
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu .slick-slider.slick-initialized .slick-list {
		padding: 0 !important
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__submenu .slick-track {
		gap: 0 !important
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu .slick-track {
		gap: 0 !important
	}
}
.c-header-service__submenu .slick-active .c-header-service__submenu-slide {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: visibility 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
	pointer-events: auto
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu.slick-slider .slick-slide {
		padding: 0 !important
	}
}
@media (max-width: 767px) {
	.c-header-service__submenu.slick-slider .slick-slide {
		padding: 0 !important
	}
}
.c-header-service__submenu-slide {
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	box-sizing: content-box;
	z-index: 1;
	height: 0;
	transition: visibility 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	pointer-events: none
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-header-service__submenu-slide {
		background-color: #fff
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu-slide {
		background-color: #fff
	}
}
@media (max-width: 767px) {
	.c-header-service__submenu-slide {
		background-color: #fff
	}
}
.c-header-service__submenu-slide.is-active {
	height: auto;
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: visibility 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
	pointer-events: auto
}
.c-header-service__submenu-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 2px solid #FA5A4B;
	border-top: 0;
	gap: 0 2.9rem;
	padding: 4.8rem 3.2rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu-list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2.4rem 0;
		padding: 4rem 0
	}
}
@media (max-width: 767px) {
	.c-header-service__submenu-list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2.4rem 0;
		padding: 4rem 0
	}
}
.c-header-service__submenu-list .c-card-11__image-img {
	aspect-ratio: 184 / 98
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu .c-card-11 {
		flex-direction: column;
		align-items: center
	}
}
@media (max-width: 767px) {
	.c-header-service__submenu .c-card-11 {
		flex-direction: column;
		align-items: center
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header-service__submenu .c-card-11__image {
		width: 25rem
	}
}
@media (max-width: 767px) {
	.c-header-service__submenu .c-card-11__image {
		width: 20rem
	}
}
.c-header-service__submenu-image {
	margin-bottom: 1.6rem
}
@media (max-width: 767px) {
	.c-header-service__submenu-image {
		margin-bottom: .8rem
	}
}
.c-header-service__submenu-image img {
	width: 100%;
	transition: transform 0.3s ease
}
.c-header-service__submenu-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #FA5A4B
}
@media (max-width: 767px) {
	.c-header-service__submenu-title {
		font-size: 14px;
		line-height: 100%
	}
}
.c-header-service__menu {
	display: flex;
	position: relative;
	width: 5rem;
	height: 3.6rem;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: .6rem
}
@media (max-width: 991.98px) {
	.c-header-service__menu.is-active {
		align-items: center;
		justify-content: center;
		gap: 0
	}
}
.c-header-service__menu.is-active::before {
	position: absolute;
	width: 5rem;
	transform: rotate(30deg)
}
@media (max-width: 991.98px) {
	.c-header-service__menu.is-active::before {
		top: calc(50% - 1px);
		width: 3.6rem;
		transform: rotate(29deg)
	}
}
.c-header-service__menu.is-active::after {
	position: absolute;
	width: 5rem;
	transform: rotate(-30deg)
}
@media (max-width: 991.98px) {
	.c-header-service__menu.is-active::after {
		top: calc(50% - 1px);
		width: 3.6rem;
		transform: rotate(-29deg)
	}
}
.c-header-service__menu::before {
	content: "";
	display: block;
	width: 5rem;
	height: 2px;
	background: #222;
	transition: all 0.3s ease-in-out
}
.c-header-service__menu::after {
	content: "";
	display: block;
	width: 3.6rem;
	height: 2px;
	background: #222;
	transition: all 0.3s ease-in-out
}
.c-header-service__menu.--open {
	align-items: center;
	justify-content: center;
	gap: 0
}
.c-header-service__menu.--open::before {
	position: absolute;
	top: calc(50% - 1px);
	width: 3.6rem;
	transform: rotate(45deg)
}
.c-header-service__menu.--open::after {
	position: absolute;
	top: calc(50% - 1px);
	width: 3.6rem;
	transform: rotate(-45deg)
}
.c-header-service__search-box {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 10rem;
	background: #FAF2F2;
	padding: 0 2rem;
	opacity: 0;
	z-index: -1;
	transform: translateY(-20%);
	transition: all 0.3s ease;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 10rem
}
.c-header-service__search-box.is-active {
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	pointer-events: all
}
@media (max-width: 767px) {
	.c-header-service__search-box {
		height: 6rem;
		padding: 0 1rem;
		top: 6rem
	}
}
.c-header {
	display: flex;
	width: 100%;
	max-width: 144rem;
	height: 10rem;
	padding: 0 6rem;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	background: #fff
}
@media (min-width: 768px) and (max-width: 1200px) {
	.c-header {
		padding: 0 3rem
	}
}
@media (max-width: 991.98px) {
	.c-header {
		height: 6rem;
		padding: 1.2rem 1.6rem
	}
}
.c-header__logo {
	position: relative;
	display: block;
	line-height: 0;
	width: 15rem
}
@media (max-width: 991.98px) {
	.c-header__logo {
		width: 11.5rem
	}
}
.c-header__logo img {
	width: 100%
}
.c-header__right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: calc(100% - 15rem);
	position: relative;
	padding-left: 3rem
}
@media (max-width: 991.98px) {
	.c-header__right {
		padding-left: 0;
		max-width: calc(100% - 11.5rem)
	}
}
.c-header__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: calc(100% - 25rem);
	flex: 1
}
@media (max-width: 991.98px) {
	.c-header__nav {
		display: none
	}
}
.c-header__nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.6rem 3.2rem;
	margin-right: 3.2rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header__nav ul {
		margin-right: 1.5rem;
		gap: .8rem 1.6rem
	}
}
.c-header__nav ul li a {
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem
}
.c-header__search {
	display: block;
	position: relative;
	line-height: 0;
	width: 4.6rem;
	height: 4.6rem;
	margin-right: 2.4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header__search {
		margin-right: 1.5rem
	}
}
@media (max-width: 991.98px) {
	.c-header__search {
		width: 3.6rem;
		height: 3.6rem;
		margin-right: 1.6rem;
		background-size: 3.6rem
	}
}
.c-header__search:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/icon_search.svg) no-repeat center center;
	background-size: 4.6rem;
	transition: all 0.3s ease-in-out;
	opacity: 1
}
@media (max-width: 991.98px) {
	.c-header__search:before {
		background-size: 3.6rem
	}
}
.c-header__search:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/icon_search-active.svg) no-repeat center center;
	background-size: 4.6rem;
	transition: all 0.3s ease-in-out;
	opacity: 0
}
@media (max-width: 991.98px) {
	.c-header__search:after {
		background-size: 3.6rem
	}
}
.c-header__search.active:before {
	opacity: 0
}
.c-header__search.active:after {
	opacity: 1
}
.c-header__list {
	display: flex;
	align-items: center;
	padding-left: 2.4rem;
	height: 2.6rem;
	border-left: 2px solid #222;
	gap: 1.2rem 2.4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-header__list {
		padding-left: 1.5rem
	}
}
@media (max-width: 991.98px) {
	.c-header__list {
		display: none
	}
}
.c-header__item {
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem;
	padding-top: .2rem;
	border-bottom: .2rem solid #DB0917
}
.c-header__item--italic {
	font-style: italic
}
.c-header__menu {
	display: none
}
@media (max-width: 991.98px) {
	.c-header__menu {
		display: flex;
		position: relative;
		width: 5rem;
		height: 3.6rem;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: .6rem
	}
	.c-header__menu::before {
		content: "";
		display: block;
		width: 5rem;
		height: 2px;
		background: #222;
		transition: all 0.3s ease-in-out
	}
	.c-header__menu::after {
		content: "";
		display: block;
		width: 3.6rem;
		height: 2px;
		background: #222;
		transition: all 0.3s ease-in-out
	}
}
.c-header__menu.--open {
	align-items: center;
	justify-content: center;
	gap: 0
}
.c-header__menu.--open::before {
	position: absolute;
	top: calc(50% - 1px);
	width: 3.6rem;
	transform: rotate(29deg)
}
.c-header__menu.--open::after {
	position: absolute;
	top: calc(50% - 1px);
	width: 3.6rem;
	transform: rotate(-29deg)
}
.c-header__search-box {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 10rem;
	background: #FAF2F2;
	padding: 0 2rem;
	opacity: 0;
	z-index: -1;
	transform: translateY(-20%);
	transition: all 0.3s ease;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100%
}
.c-header__search-box.--show {
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	pointer-events: all
}
@media (max-width: 767px) {
	.c-header__search-box {
		height: 6rem;
		padding: 0 1rem
	}
}
@use "../../foundations/variables" as *;
.c-heading-center {
	text-align: center
}
@media (max-width: 767px) {
	.c-heading-center {
		text-align: left
	}
}
.c-heading-center__title {
	margin-bottom: 0.8rem
}
@use "../../foundations/variables" as *;
.c-heading__title {
	margin-bottom: 3.2rem
}
@media (max-width: 767px) {
	.c-heading__title {
		margin-bottom: 1.6rem
	}
}
.c-heading__subtitle {
	padding-left: 10rem
}
@media (max-width: 767px) {
	.c-heading__subtitle {
		padding-left: 0
	}
}
.c-icon-grid {
	width: 100%
}
@media (max-width: 767px) {
	.c-icon-grid {
		gap: 2.4rem;
		flex-wrap: nowrap
	}
}
@media (max-width: 767px) {
	.c-icon-grid__wrap {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		overflow: auto;
		width: 100vw;
		max-width: 100vw;
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 2.4rem
	}
}
.c-icon-grid__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 4.8rem
}
@media (max-width: 767px) {
	.c-icon-grid__list {
		gap: 0 2.4rem;
		flex-wrap: nowrap
	}
}
.c-icon-grid__item {
	display: flex;
	flex: 0 0 auto
}
.c-image-bg {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 3.2rem;
	padding-right: 3.2rem;
	justify-content: center
}
@media (max-width: 767px) {
	.c-image-bg {
		width: 100%;
		padding-top: 2.6rem;
		padding-right: 0
	}
}
.c-image-bg__image {
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	position: relative
}
@media (max-width: 767px) {
	.c-image-bg__image {
		padding-right: 2.6rem
	}
}
.c-image-bg__image--purple::before {
	background: #AA3BB6 !important
}
.c-image-bg__image--green::before {
	background: #00D19D !important
}
.c-image-bg__image--yellow::before {
	background: #ACDF05 !important
}
.c-image-bg__image-img {
	width: 100%;
	aspect-ratio: 484/263;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 5.6rem 0px 0px 0px
}
.c-image-bg__image::before {
	content: "";
	display: block;
	position: absolute;
	top: -3.2rem;
	right: -3.2rem;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5.6rem 0px 0px 0px;
	background: #FA5A4B
}
@media (max-width: 767px) {
	.c-image-bg__image::before {
		width: calc(100% - 2.6rem);
		top: -2.6rem;
		right: 0
	}
}
.c-img-bg {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 3rem;
	padding-right: 3rem;
	justify-content: center
}
@media (max-width: 767px) {
	.c-img-bg {
		width: 100%;
		padding-top: 2.6rem;
		padding-right: 0
	}
}
.c-img-bg img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 5.6rem 0px 0px 0px
}
.c-img-bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	z-index: 1;
	border-radius: 5.6rem 0px 0px 0px;
	background: #FA5A4B
}
@media (max-width: 767px) {
	.c-img-bg::before {
		width: calc(100% - 2.6rem);
		height: calc(100% - 2.6rem);
		right: -2.6rem
	}
}
.c-line-title {
	color: #DB0917;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: normal;
	position: relative;
	padding-bottom: 5.2rem
}
@media (max-width: 767px) {
	.c-line-title {
		font-size: 2.4rem;
		line-height: 100%;
		padding-bottom: 4.6rem
	}
}
.c-line-title::before {
	content: '';
	position: absolute;
	left: 1.8rem;
	bottom: 0;
	width: .1rem;
	height: 4rem;
	background-color: #DB0917
}
@media (max-width: 767px) {
	.c-line-title::before {
		height: 3rem;
		left: .9rem
	}
}
.c-line-title+.c-p {
	color: #000000;
	line-height: 3rem;
	margin-top: 1.2rem
}
@media (max-width: 767px) {
	.c-line-title+.c-p {
		font-size: 1.6rem;
		margin-top: 2rem
	}
}
.c-link-anchor {
	display: inline-flex;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 0%;
	color: #222;
	position: relative;
	align-items: center
}
@media (max-width: 767px) {
	.c-link-anchor {
		font-size: 1.4rem;
		line-height: 100%;
		letter-spacing: 0%
	}
}
.c-link-anchor__icon {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: block;
	background: url(../images/common/btn_arrow_lg.png) 50% 50% no-repeat;
	background-color: #FA5A4B;
	background-size: .9rem;
	margin-left: 0.8rem
}
.c-link-anchor__icon--rotate {
	transform: rotate(90deg)
}
.c-link-anchor--corporate {
	color: #FA5A4B
}
.c-link-anchor--corporate:hover {
	color: #DB0917
}
.c-link-anchor--corporate:hover__icon {
	background-color: #DB0917
}
.c-link-anchor--corporate__icon {
	background-color: #FA5A4B
}
.c-link-anchor--corporate-dark {
	color: #DB0917
}
.c-link-anchor--corporate-dark:hover {
	color: #FA5A4B
}
.c-link-anchor--corporate-dark:hover__icon {
	background-color: #FA5A4B
}
.c-link-anchor--corporate-dark__icon {
	background-color: #DB0917;
	border-color: #DB0917
}
.c-link-anchor--lpgas {
	color: #FA5A4B
}
.c-link-anchor--lpgas:hover {
	color: #DB0917
}
.c-link-anchor--lpgas:hover__icon {
	background-color: #DB0917
}
.c-link-anchor--lpgas__icon {
	background-color: #FA5A4B;
	border-color: #FA5A4B
}
.c-link-anchor--citygas {
	color: #238FC9
}
.c-link-anchor--citygas:hover {
	color: #00649A
}
.c-link-anchor--citygas:hover__icon {
	background-color: #00649A
}
.c-link-anchor--citygas__icon {
	background-color: #238FC9;
	border-color: #238FC9
}
.c-link-anchor--electricity {
	color: #FFBC00
}
.c-link-anchor--electricity:hover {
	color: #BE8D01
}
.c-link-anchor--electricity:hover__icon {
	background-color: #BE8D01
}
.c-link-anchor--electricity__icon {
	background-color: #FFBC00
}
.c-link-anchor--housing {
	color: #C25BCD
}
.c-link-anchor--housing:hover {
	color: #AA3BB6
}
.c-link-anchor--housing:hover__icon {
	background-color: #00A37A
}
.c-link-anchor--housing__icon {
	background-color: #00D19D
}
.c-link-anchor--waterserver {
	color: #13BDC9
}
.c-link-anchor--waterserver:hover {
	color: #009AA5
}
.c-link-anchor--waterserver:hover__icon {
	background-color: #00A37A
}
.c-link-anchor--waterserver__icon {
	background-color: #00D19D
}
.c-link-anchor--hydrogen {
	color: #005BA5
}
.c-link-anchor--hydrogen:hover {
	color: #103F65
}
.c-link-anchor--hydrogen:hover__icon {
	background-color: #103F65
}
.c-link-anchor--hydrogen__icon {
	background-color: #005BA5
}
.c-link-anchor--supermarket {
	color: #FFA228
}
.c-link-anchor--supermarket:hover {
	color: #EA6301
}
.c-link-anchor--supermarket:hover__icon {
	background-color: #EA6301
}
.c-link-anchor--supermarket__icon {
	background-color: #FFA228
}
.c-link-anchor--reform {
	color: #83D10D
}
.c-link-anchor--reform:hover {
	color: #31A301
}
.c-link-anchor--reform:hover__icon {
	background-color: #31A301
}
.c-link-anchor--reform__icon {
	background-color: #83D10D
}
@use "../../foundations/variables" as *;
.c-link-button-business {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	transition: all 0.3s ease;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	padding: 1.5rem 3.2rem;
	width: auto;
	cursor: pointer;
	color: #DB0917;
	background-color: #fff;
	border: 2px solid #DB0917;
	cursor: pointer
}
@media (max-width: 767px) {
	.c-link-button-business {
		line-height: 3rem;
		width: auto;
		font-size: 1.8rem;
		padding: 1.2rem 3.2rem;
		height: auto
	}
}
.c-link-button-business:hover {
	border: 2px solid #DB0917;
	color: #fff;
	background-color: #DB0917;
	opacity: 1
}
.c-link-button-business:hover .c-link-button-outline__icon {
	border: 2px solid #fff;
	background-color: #fff;
	background: url(../images/common/ic-arrow-primary.svg) 50% 50% no-repeat;
	background-color: white;
	background-size: 0.9rem
}
.c-link-button-business.is-active {
	border: 2px solid #DB0917;
	color: #fff;
	background-color: #DB0917;
	opacity: 1
}
.c-link-button-business__icon {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: block;
	background: url(../images/common/btn_arrow_lg.png) 50% 50% no-repeat;
	background-color: #FA5A4B;
	background-size: .9rem;
	margin-left: .8rem
}
.c-link-button-business--housing {
	border-color: #AA3BB6;
	color: #AA3BB6
}
.c-link-button-business--housing:hover, .c-link-button-business--housing.is-active {
	background-color: #AA3BB6;
	color: #fff;
	border-color: #AA3BB6
}
.c-link-button-business--reform {
	border-color: #729800;
	color: #729800
}
.c-link-button-business--reform:hover, .c-link-button-business--reform.is-active {
	background-color: #729800;
	color: #fff;
	border-color: #729800
}
.c-link-button-business--supermarket {
	border-color: #EA6301;
	color: #EA6301
}
.c-link-button-business--supermarket:hover, .c-link-button-business--supermarket.is-active {
	background-color: #EA6301;
	color: #fff;
	border-color: #EA6301
}
@use "../../foundations/variables" as *;
.c-link-button-outline {
	position: relative;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
	height: 6rem;
	line-height: 6rem;
	transition: all .3s ease;
	border: 0;
	padding: 1.8rem 0;
	color: #FA5A4B;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #FA5A4B;
	width: 20.6rem;
	border-radius: 3rem
}
.c-link-button-outline--lg {
	font-size: 2rem;
	width: 24.4rem
}
@media (max-width: 767px) {
	.c-link-button-outline--lg {
		width: 22.6rem !important;
		padding: 0;
		font-size: 1.8rem !important
	}
}
@media (max-width: 767px) {
	.c-link-button-outline {
		height: 6rem;
		line-height: 6rem;
		padding: 0;
		width: 20.3rem
	}
}
.c-link-button-outline:hover {
	border: 2px solid #FA5A4B;
	color: #fff;
	background-color: #FA5A4B;
	opacity: 1
}
.c-link-button-outline:hover .c-link-button-outline__icon {
	border: 2px solid #fff;
	background-color: #fff;
	background: url(../images/common/ic-arrow-primary.svg) 50% 50% no-repeat;
	background-color: white;
	background-size: 0.9rem
}
.c-link-button-outline__icon {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: block;
	background: url(../images/common/btn_arrow_lg.png) 50% 50% no-repeat;
	background-color: #FA5A4B;
	background-size: .9rem;
	margin-left: .8rem
}
.c-link-button-outline--corporate {
	border-color: #DB0917;
	color: #DB0917
}
.c-link-button-outline--corporate:hover {
	background-color: #DB0917;
	color: #fff;
	border-color: #DB0917
}
.c-link-button-outline--corporate__icon {
	border-color: #DB0917;
	background-color: #DB0917
}
.c-link-button-outline--citygas {
	border-color: #238FC9;
	color: #238FC9
}
.c-link-button-outline--citygas:hover {
	background-color: #238FC9;
	color: #fff;
	border-color: #238FC9
}
.c-link-button-outline--citygas__icon {
	border-color: #238FC9;
	background-color: #238FC9
}
.c-link-button-outline--lpgas {
	border-color: #FA5A4B;
	color: #FA5A4B
}
.c-link-button-outline--lpgas:hover {
	background-color: #FA5A4B;
	color: #fff;
	border-color: #FA5A4B
}
.c-link-button-outline--lpgas__icon {
	border-color: #FA5A4B;
	background-color: #FA5A4B
}
@use "../../foundations/variables" as *;
.c-link-button-square {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10rem;
	line-height: 10rem;
	transition: all .3s ease;
	border: 0;
	padding: 2rem 9rem;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	background-color: #FA5A4B;
	border: 2px solid #FA5A4B
}
@media (max-width: 767px) {
	.c-link-button-square {
		height: 6rem;
		line-height: 6rem;
		padding: 2rem 9rem
	}
}
.c-link-button-square:hover {
	border: 2px solid #FA5A4B;
	color: #FA5A4B;
	background-color: #fff;
	opacity: 1
}
.c-link-button-square:hover .c-link-button-square__icon {
	border: 2px solid #FA5A4B
}
.c-link-button-square__icon {
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: block;
	background: url(../images/common/ic-arrow-primary.svg) 50% 50% no-repeat;
	background-color: #fff;
	background-size: 2.3rem;
	margin-left: 1.6rem
}
@media (max-width: 767px) {
	.c-link-button-square__icon {
		right: -7.2rem;
		width: 7.2rem;
		height: 7.2rem;
		background-size: 1.9rem;
		border-radius: 3.6rem
	}
}
.c-link-button {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	min-width: 19rem;
	height: 8rem;
	padding: 2.5rem 3.2rem;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	border-radius: 4rem;
	background: #FA5A4B;
	transform: translateX(-4rem);
	color: #FFF;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease
}
@media (max-width: 767px) {
	.c-link-button {
		height: 7.2rem;
		padding: 2.5rem 2.4rem;
		border-radius: 3.6rem;
		transform: translateX(-3.6rem);
		font-size: 1.8rem
	}
}
.c-link-button:after {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: block;
	background: url(../images/common/btn_arrow_lg.png) 50% 50% no-repeat;
	background-color: #FA5A4B;
	background-size: 2.3rem;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -8rem;
	background-color: inherit
}
@media (max-width: 767px) {
	.c-link-button:after {
		right: -7.2rem;
		width: 7.2rem;
		height: 7.2rem;
		background-size: 1.9rem;
		border-radius: 3.6rem
	}
}
@media (min-width: 768px) {
	.c-link-button:hover {
		opacity: 1;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding-left: 4rem
	}
	.c-link-button:hover::after {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background-position: 14px 50%
	}
}
.c-link-button--no-arrow {
	transform: none
}
.c-link-button--no-arrow:hover {
	border-radius: 4rem;
	padding-left: 3.2rem
}
.c-link-button--no-arrow::after {
	content: none
}
.c-link-button--sm {
	border-radius: 3rem;
	min-width: 14.6rem;
	height: 6rem;
	padding: 1.5rem 1.6rem;
	font-size: 2rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.c-link-button--sm {
		font-size: 1.6rem
	}
}
.c-link-button--sm:after {
	right: -6rem;
	width: 6rem;
	height: 6rem;
	background-size: 2.3rem;
	border-radius: 3rem
}
@media (max-width: 767px) {
	.c-link-button--sm:after {
		background-size: 1.9rem;
		border-radius: 3.6rem
	}
}
.c-link-button--sm:hover {
	opacity: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 1.6rem
}
.c-link-button--sm:hover::after {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.c-link-button--sm.c-link-button--no-arrow:hover {
	border-radius: 3rem
}
.c-link-button--citygas {
	background: #238FC9
}
.c-link-button--elec-free {
	background: #BE8D01
}
.c-link-button--electricity {
	background: #BE8D01
}
.c-link-button--supermarket {
	background: #EA6301
}
.c-link-button--gas-equipment {
	background: #C25BCD
}
.c-link-button--hydrogen {
	background: #005BA5
}
.c-link-button--water {
	background: #009AA5
}
.c-link-button--new-energy {
	background: #00A37A
}
.c-link-button--resum {
	background: #31A301
}
.c-link-button--housing {
	background: #C25BCD
}
.c-link-button--waterserver {
	background: #06C7E1
}
.c-link-button--supermarket {
	background: #EA6301
}
.c-link-button--reform {
	background: #729800
}
.c-link-button--reverse {
	transform: translateX(4rem)
}
.c-link-button--reverse:after {
	left: -8rem;
	transform: rotate(180deg)
}
@media (min-width: 768px) {
	.c-link-button--reverse:hover {
		border-radius: 4rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding-right: 4rem;
		padding-left: 0
	}
}
.c-link-button--reverse.c-link-button--sm:after {
	right: auto;
	left: -6rem
}
@media (min-width: 768px) {
	.c-link-button--reverse.c-link-button--sm:hover {
		border-radius: 3.6rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding: 1.5rem 1.5rem
	}
}
.c-list-anchor {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 4.8rem
}
@media (max-width: 767px) {
	.c-list-anchor {
		flex-wrap: nowrap;
		gap: 2.4rem;
		overflow: auto;
		white-space: nowrap;
		width: calc(100% + 4rem);
		margin-left: -2rem;
		margin-right: -2rem
	}
}
.c-list-dot ul>li {
	position: relative;
	padding-left: 2.8rem;
	color: #222;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 500
}
.c-list-dot ul>li+li {
	margin-top: .8rem
}
@media (max-width: 767px) {
	.c-list-dot ul>li {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-list-dot ul>li::before {
	content: '';
	position: absolute;
	top: .6rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #FA5A4B
}
@media (max-width: 767px) {
	.c-list-dot ul>li::before {
		top: .4rem
	}
}
.c-list-dot ul>li ol {
	margin-left: 2rem
}
@media (max-width: 767px) {
	.c-list-dot ul>li ol {
		margin-left: 1.6rem
	}
}
.c-list-dot ul>li ol li {
	list-style: auto;
	font-weight: 700
}
.c-list-dot--blue ul>li::before {
	background-color: #238FC9
}
.c-list-service-card-05 {
	max-width: 112rem;
	margin: 0 auto;
	position: relative;
	padding-bottom: 4.8rem;
	display: flex;
	flex-direction: column;
	gap: 4.8rem 0
}
@media (max-width: 767px) {
	.c-list-service-card-05 {
		gap: 4rem 0;
		padding-bottom: 4rem
	}
}
.c-list-service-card-05::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 2px;
	background: url(../images/service/img_border.png) repeat-x
}
.c-list-service-orther {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.c-list-service-orther {
		margin-top: 2.4rem
	}
}
.c-list-service-orther-box {
	position: relative
}
.c-list-service-orther-slide {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-list-service-orther-slide {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media (max-width: 767px) {
	.c-list-service-orther-slide {
		width: 100%;
		position: relative;
		display: block
	}
}
.c-list-service-orther-slide .slick-list {
	overflow: visible
}
.c-list-service-orther-slide .slick-track {
	display: flex !important;
	gap: 2.4rem !important
}
.c-list-service-orther-slide .slick-slide {
	margin: 0
}
@media (max-width: 767px) {
	.c-list-service-orther-slide .slick-slide {
		width: 20rem !important;
		padding: 0 !important
	}
	.c-list-service-orther-slide .slick-slide.slick-current {
		width: 20rem !important
	}
}
.c-list-service-orther-slide .slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	margin-top: 4rem
}
.c-list-service-orther-slide .slick-dots li {
	width: .6rem;
	height: .6rem;
	margin: 0
}
.c-list-service-orther-slide .slick-dots li button {
	width: .6rem;
	height: .6rem;
	padding: 0;
	border-radius: 50%;
	background: #222
}
.c-list-service-orther-slide .slick-dots li button:before {
	display: none
}
.c-list-service-orther-slide .slick-dots li.slick-active button {
	background: #FA5A4B
}
.c-list-service-orther-slide .slick-prev, .c-list-service-orther-slide .slick-next {
	background-color: #fff;
	border-radius: 50%;
	top: 2.4rem;
	transform: translate(0);
	width: 4.8rem;
	height: 4.8rem;
	margin-top: 0;
	background: url(../images/common/ic-arrow-primary-left.svg) 50% 50% no-repeat;
	position: absolute
}
.c-list-service-orther-slide .slick-prev:before, .c-list-service-orther-slide .slick-next:before {
	display: none
}
.c-list-service-orther-slide .slick-prev {
	left: -1rem !important;
	transform: translateY(0) rotate(180deg) !important;
	top: 2.4rem !important
}
.c-list-service-orther-slide .slick-next {
	right: -1rem !important;
	background: url(../images/common/ic-arrow-primary-right.svg) 50% 50% no-repeat
}
.c-list-service-orther-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 4rem;
	text-align: center;
	color: #FA5A4B;
	text-align: center;
	margin-bottom: 3.2rem
}
@media (max-width: 767px) {
	.c-list-service-orther-title {
		font-size: 1.8rem;
		line-height: 3.2rem;
		margin-bottom: 2.4rem
	}
}
@media (max-width: 767px) {
	.c-list-service-orther__item {
		padding: 0;
		display: flex !important;
		align-items: flex-start
	}
}
.c-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%
}
@media (max-width: 767px) {
	.c-list {
		grid-template-columns: 1fr;
		gap: .8rem 0;
		margin-bottom: 0.8rem
	}
}
.c-list__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-bottom: 0.8rem
}
@media (max-width: 767px) {
	.c-list__item {
		margin-bottom: 0
	}
}
.c-list__item:last-child .c-list__desc {
	padding-bottom: 0
}
.c-list__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 3rem;
	vertical-align: middle;
	position: relative;
	padding-left: 2.8rem
}
@media (max-width: 767px) {
	.c-list__title {
		font-size: 1.6rem;
		line-height: 2.4rem;
		padding-left: 2.6rem
	}
}
.c-list__title--citygas::before {
	background-color: #238FC9 !important
}
.c-list__title::before {
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #FA5A4B;
	content: ""
}
@media (max-width: 767px) {
	.c-list__title::before {
		width: 1.6rem;
		height: 1.6rem
	}
}
.c-list__desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	padding: 2.4rem 2rem 4.8rem 2rem
}
@media (max-width: 767px) {
	.c-list__desc {
		padding: 1.6rem 2.8rem 2.4rem 2.8rem;
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	background: rgba(34, 34, 34, 0.3);
	z-index: 9999;
	padding: 6.5rem 0 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease
}
.c-modal--show {
	opacity: 1;
	pointer-events: all
}
.c-modal--show .c-modal__close {
	transform: rotate(0deg)
}
.c-modal__close {
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	display: block;
	right: 1.8rem;
	top: -6.2rem;
	background: url(../images/common/ic-close.svg) 50% 50% no-repeat;
	background-size: 99%;
	transform: rotate(360deg);
	transition: all 0.3s ease
}
.c-modal__inner {
	width: 100%;
	height: 48.2rem;
	position: relative;
	display: block;
	max-height: 100%;
	background-color: #fff
}
.c-modal__content {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%
}
.c-modal__content img {
	max-width: -moz-max-content;
	max-width: max-content;
	max-height: -moz-max-content;
	max-height: max-content
}
.c-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10rem;
	line-height: 10rem;
	transition: all .3s ease;
	border: 0;
	color: #FA5A4B;
	padding-right: 7.6rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.4rem
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-nav-link {
		font-size: 2rem !important;
		padding-right: 3rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-nav-link {
		font-size: 2rem !important;
		padding-right: 3rem
	}
}
@media (max-width: 767px) {
	.c-nav-link {
		font-size: 16px !important;
		line-height: 50px !important;
		height: 6rem;
		width: 19.6rem !important;
		padding-right: 3rem
	}
}
.c-nav-link.is-active, .c-nav-link:hover {
	background-color: #FA5A4B;
	color: #fff;
	opacity: 1
}
.c-nav-link.is-active .c-nav-link__icon:after, .c-nav-link:hover .c-nav-link__icon:after {
	background-color: #fff
}
.c-nav-link__icon {
	position: relative
}
.c-nav-link__icon:after {
	content: "";
	display: block;
	position: absolute;
	top: -3rem;
	right: -7.6rem;
	width: 6rem;
	height: 6rem;
	background: url(../images/common/ic-arrow-primary.svg) 50% 50% no-repeat;
	background-size: 2.3rem;
	background-color: inherit;
	border-radius: 4rem;
	transition: all 0.3s ease;
	border-radius: 50%;
	border: 2px solid #FA5A4B
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-nav-link__icon:after {
		top: -1.7rem;
		right: -5rem;
		width: 3.2rem;
		height: 3.2rem;
		background-size: 1.2rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-nav-link__icon:after {
		top: -1.1rem;
		right: -3rem;
		width: 2.2rem;
		height: 2.2rem;
		background-size: 1rem
	}
}
@media (max-width: 767px) {
	.c-nav-link__icon:after {
		top: -1.1rem;
		right: -3rem;
		width: 2.2rem;
		height: 2.2rem;
		background-size: 1rem
	}
}
.c-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem;
	margin: auto
}
@media (max-width: 767px) {
	.c-navigation {
		width: 100%
	}
}
.c-navigation__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem
}
.c-navigation__item {
	width: 3.2rem;
	height: 3.2rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}
.c-navigation__item--current {
	border-radius: 1.6rem;
	background: #DB0917
}
.c-navigation__item--current .c-navigation__link {
	color: #fff
}
.c-navigation__link {
	color: #222;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.4rem;
	top: -.1rem;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}
.c-navigation__btn {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center
}
.c-navigation__btn--disable {
	opacity: 0.5;
	pointer-events: none
}
.c-navigation__img {
	width: 2.3rem;
	height: 2.1rem
}
.c-news-item-thumb-lg {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: .2rem dotted #FA5A4B;
	border-bottom: .2rem dotted #FA5A4B;
	padding: 2.4rem 0 2.2rem;
	gap: 2.4rem;
	justify-content: flex-start;
	align-items: center
}
@media (max-width: 767px) {
	.c-news-item-thumb-lg {
		padding: 1.6rem 0 1.5rem;
		gap: 1.5rem
	}
}
.c-news-item-thumb-lg__image {
	width: 100%;
	aspect-ratio: 540/313;
	flex-shrink: 0
}
@media (max-width: 767px) {
	.c-news-item-thumb-lg__image {
		width: 100%
	}
}
.c-news-item-thumb-lg__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.c-news-item-thumb-lg__content {
	flex: 1;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: .8rem 2.4rem
}
@media (max-width: 767px) {
	.c-news-item-thumb-lg__content {
		max-width: 100%;
		width: 100%
	}
}
.c-news-item-thumb-lg__date {
	color: #FA5A4B;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4rem;
	width: 8rem;
	flex: 1
}
@media (max-width: 767px) {
	.c-news-item-thumb-lg__date {
		font-size: 1.2rem;
		line-height: 3.2rem;
		width: auto
	}
}
.c-news-item-thumb-lg__title {
	width: 100%;
	color: #222;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width: 767px) {
	.c-news-item-thumb-lg__title {
		width: 100%;
		max-width: 100%;
		font-size: 1.6rem;
		line-height: 2.6rem;
		flex: auto;
		display: block
	}
}
.c-news-item-thumb-lg__title:hover {
	text-decoration: underline
}
.c-news-item-thumb {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: .2rem dotted #FA5A4B;
	padding: 2.4rem 0 2.2rem;
	gap: 2.4rem;
	justify-content: flex-start;
	align-items: center
}
@media (max-width: 767px) {
	.c-news-item-thumb {
		padding: 1.6rem 0 1.5rem;
		gap: 1.6rem
	}
}
.c-news-item-thumb__image {
	width: 15.2rem;
	aspect-ratio: 152/88;
	flex-shrink: 0
}
@media (max-width: 767px) {
	.c-news-item-thumb__image {
		width: 13rem;
		aspect-ratio: 130/66
	}
}
.c-news-item-thumb__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}
.c-news-item-thumb__content {
	flex: 1;
	width: calc(100% - 17.6rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 2.4rem
}
@media (max-width: 767px) {
	.c-news-item-thumb__content {
		max-width: 100%;
		width: calc(100% - 14.6rem);
		gap: .8rem 1.6rem
	}
}
.c-news-item-thumb__date {
	color: #FA5A4B;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4rem;
	width: 8rem;
	flex: 1
}
@media (max-width: 767px) {
	.c-news-item-thumb__date {
		font-size: 1.2rem;
		line-height: 3.2rem;
		width: auto
	}
}
.c-news-item-thumb__title {
	width: 100%;
	max-width: 80rem;
	color: #222;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width: 767px) {
	.c-news-item-thumb__title {
		width: 100%;
		max-width: 100%;
		font-size: 1.4rem;
		line-height: 2.1rem;
		flex: auto;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}
.c-news-item-thumb__title:hover {
	text-decoration: underline
}
.c-news-item {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: .2rem dotted #FA5A4B;
	padding: 2.4rem 0 2.2rem;
	gap: 5.6rem;
	justify-content: flex-start;
	align-items: center
}
@media (max-width: 767px) {
	.c-news-item {
		padding: 1.6rem 0 1.5rem;
		gap: 1.5rem
	}
}
.c-news-item__date {
	color: #FA5A4B;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4rem;
	width: 8rem
}
@media (max-width: 767px) {
	.c-news-item__date {
		font-size: 1.2rem;
		line-height: 3.2rem;
		width: auto
	}
}
.c-news-item__title {
	flex: 1;
	max-width: 80rem;
	color: #222;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
@media (max-width: 767px) {
	.c-news-item__title {
		width: 100%;
		max-width: 100%;
		font-size: 1.6rem;
		line-height: 2.6rem;
		flex: auto;
		display: block
	}
}
.c-news-item__title--small {
	font-size: 1.6rem;
	line-height: 2.6rem
}
.c-news__top {
	max-width: 112rem;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.c-news__top {
		margin-top: 1.6rem
	}
}
.c-news__scrollbox {
	width: 84%;
	max-width: calc(100% - 15.6rem);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: auto
}
@media (max-width: 767px) {
	.c-news__scrollbox {
		width: 100vw;
		max-width: 100vw;
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 4rem
	}
}
.c-news__tag-list {
	display: flex;
	flex-direction: row;
	width: -moz-max-content;
	width: max-content;
	justify-content: flex-end;
	padding: .5rem 0;
	gap: 4.8rem;
	margin-left: auto;
	margin-right: 0
}
@media (max-width: 767px) {
	.c-news__tag-list {
		padding: 0;
		gap: 1.6rem
	}
}
.c-news__content {
	max-width: 112rem;
	margin: 0 auto;
	width: 100%;
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.c-news__content {
		padding: 0;
		margin-top: 4rem
	}
}
.c-news__list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: .2rem dotted #FA5A4B
}
.c-news__button {
	margin: 4.8rem auto 0
}
@media (max-width: 767px) {
	.c-news__button {
		margin-top: 4rem auto 0
	}
}
.c-note {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal
}
@media (max-width: 767px) {
	.c-note {
		line-height: 1.8rem
	}
}
.c-p {
	color: #222;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-p {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-p--xs {
	font-size: 1.2rem;
	line-height: 1.8rem
}
.c-p--sm {
	font-size: 1.4rem;
	line-height: 2.3rem
}
.c-p--md {
	font-size: 2rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.c-p--md {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.c-p--lg {
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: 700
}
@media (max-width: 767px) {
	.c-p--lg {
		font-size: 1.8rem;
		line-height: 3.2rem
	}
}
.c-p--xl {
	font-size: 3.2rem;
	line-height: 5rem
}
@media (max-width: 767px) {
	.c-p--xl {
		font-size: 2.8rem;
		line-height: 4.2rem
	}
}
.c-p--2xl {
	font-size: 3.8rem;
	line-height: 5.8rem
}
@media (max-width: 767px) {
	.c-p--2xl {
		font-size: 3.2rem;
		line-height: 4.8rem
	}
}
.c-p--bold {
	font-weight: 700
}
.c-p--regular {
	font-weight: 400
}
@media (max-width: 767px) {
	.c-p--uniform {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-page-kv {
	display: flex;
	height: 42rem;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: center;
	padding: 8rem 2rem 14rem;
	background: url(../images/common/kv_bg.png) 100% 0 no-repeat;
	background-size: auto calc(100% - 5.9rem)
}
@media (max-width: 767px) {
	.c-page-kv {
		height: 26.8rem;
		padding: 4.8rem 2rem 9.5rem;
		background: url(../images/common/kv_bg_sp.png) 100% calc(100% - 4.8rem) no-repeat;
		background-size: 37rem
	}
}
.c-page-kv+section {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.c-page-kv+section {
		margin-top: -4.8rem
	}
}
.c-page-kv--yellow {
	background-color: #ED8843
}
.c-page-kv--green {
	background-color: #67BA6D
}
.c-page-kv--sblue {
	background-color: #6299E8
}
.c-page-kv--blue {
	background-color: #2D64CA
}
.c-page-kv--orange {
	background-color: #FA5A4B
}
.c-page-kv--red {
	background-color: #DB0917
}
.c-page-kv__inner {
	max-width: 132rem;
	position: relative;
	width: 100%
}
.c-page-kv__title {
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 9rem;
	font-style: italic;
	font-weight: 700;
	line-height: normal
}
@media (max-width: 767px) {
	.c-page-kv__title {
		font-size: 5rem
	}
}
.c-page-kv__subtitle {
	padding-left: 10rem;
	margin-top: 3.2rem;
	color: #FFF;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 5rem
}
@media (max-width: 767px) {
	.c-page-kv__subtitle {
		padding-left: 0;
		margin-top: 1.6rem;
		font-size: 2.4rem;
		line-height: 4.4rem
	}
}
.c-page-kv02 {
	background: #DB0917;
	padding-top: 6.2rem;
	height: 28.8rem
}
.c-page-kv02__inner {
	max-width: 120rem;
	margin: 0 auto;
	width: 100%;
	display: flex;
	gap: 0 3.6rem
}
.c-page-kv02__logo {
	max-width: 4.3rem
}
.c-page-kv02__title {
	color: #fff;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: Italic;
	font-size: 8rem;
	line-height: 100%;
	letter-spacing: 0%
}
.c-page-kv02__subtitle {
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.9rem
}
.c-page {
	margin-top: 10rem
}
@media (max-width: 991.98px) {
	.c-page {
		margin-top: 6rem
	}
}
.c-pagination {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem
}
@media (max-width: 767px) {
	.c-pagination {
		gap: .8rem 0
	}
}
.c-pagination__numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: .8rem
}
@media (max-width: 767px) {
	.c-pagination__numbers {
		gap: .8rem 0
	}
}
.c-pagination__numbers .page-numbers {
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	background: transparent;
	color: #222;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem
}
.c-pagination__numbers .page-numbers.current {
	color: #FFF;
	font-weight: 700;
	background-color: #DB0917;
	margin: 0 .8rem;
	border-radius: 50%
}
.c-pagination__numbers .page-numbers.dots {
	line-height: normal
}
.c-pagination__prev a, .c-pagination__next a {
	display: block;
	width: 3.9rem;
	height: 3.2rem;
	text-align: center;
	background-image: url(../images/common/pagination.svg);
	background-size: 2.3rem 2.1rem;
	background-repeat: no-repeat;
	background-position: center
}
.c-pagination__prev a {
	transform: rotate(180deg)
}
.c-payment-card {
	background-color: #fff;
	padding-top: 6.4rem;
	padding-bottom: 6.4rem;
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.c-payment-card {
		padding: 4.8rem 2rem;
		margin-bottom: 1.6rem
	}
}
.c-payment-card--bg-pink {
	background-color: #FAF2F2
}
.c-payment-card.open .c-payment-card__title::after {
	background: url(../images/common/ic-accordion-open.png) 50% 50% no-repeat !important;
	background-size: 4.4rem !important
}
@media (max-width: 767px) {
	.c-payment-card.open .c-payment-card__title::after {
		background: url(../images/common/ic-accordion-open-sp.png) 50% 50% no-repeat !important;
		background-size: 4.1rem !important
	}
}
.c-payment-card__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem;
	position: relative
}
@media (max-width: 767px) {
	.c-payment-card__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
@media (max-width: 767px) {
	.c-payment-card__title {
		margin-bottom: 0 !important;
		padding-right: 5.7rem
	}
	.c-payment-card__title::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0rem;
		width: 4.1rem;
		height: 2.2rem;
		background: url(../images/common/ic-accordion-close-sp.png) 50% 50% no-repeat;
		transition: all 0.3s ease;
		background-size: 4.1rem
	}
}
@media (max-width: 767px) {
	.c-payment-card__wrap {
		margin-top: 0;
		height: 0;
		overflow: hidden;
		width: 100%;
		display: flex;
		transition: height 0.3s ease
	}
}
@media (max-width: 767px) {
	.c-payment-card__content {
		position: relative;
		display: block;
		width: 100%;
		padding: 3.2rem 0 0 0
	}
}
.c-payment-card__desc {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-payment-card__desc {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-payment-card__featured {
	text-align: center;
	padding-top: 4.8rem
}
@media (max-width: 767px) {
	.c-payment-card__featured {
		padding-top: 3.2rem
	}
}
.c-payment-card__featured-img02 {
	width: 99rem;
	max-width: 100%
}
@media (max-width: 767px) {
	.c-payment-card__featured-img02 {
		display: none
	}
}
@media (max-width: 1199.98px) {
	.c-payment-card .c-container {
		padding: 0
	}
}
@media (max-width: 767px) {
	.c-payment-card .c-container {
		padding: 0
	}
}
.c-payment-debit {
	padding: 6.4rem 0
}
.c-payment-debit--bg-white {
	background-color: #fff
}
.c-payment-debit--rounded {
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
	position: relative
}
@media (max-width: 767px) {
	.c-payment-debit--rounded {
		border-top-left-radius: 4.8rem;
		border-top-right-radius: 4.8rem
	}
}
@media (max-width: 767px) {
	.c-payment-debit {
		padding-bottom: 6.4rem
	}
}
@media (max-width: 767px) {
	.c-payment-debit .c-container--lg, .c-payment-debit .c-container {
		padding: 0
	}
}
.c-payment-debit__header {
	margin-bottom: 5rem
}
@media (max-width: 767px) {
	.c-payment-debit__header {
		margin-bottom: 4rem;
		padding: 0 2rem
	}
}
@media (max-width: 767px) {
	.c-payment-debit__grid {
		padding: 0 2rem
	}
}
.c-payment-debit__list {
	margin-bottom: 0.8rem
}
.c-payment-debit__list .c-list__item:last-child {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.c-payment-debit__list .c-list__item:last-child .c-list__desc {
		padding-bottom: 0
	}
}
.c-payment-debit__desc {
	padding-left: 2rem
}
.c-payment-title {
	display: flex;
	align-items: center;
	gap: 0 3.2rem
}
@media (max-width: 767px) {
	.c-payment-title {
		gap: 0 1.6rem
	}
}
.c-payment-title__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 5rem;
	color: #FA5A4B
}
.c-payment-title__title--citygas {
	color: #238FC9
}
@media (max-width: 767px) {
	.c-payment-title__title {
		font-size: 2.4rem;
		line-height: 4.4rem
	}
}
.c-payment-title__thumb {
	width: 8rem;
	max-height: 8rem
}
@media (max-width: 767px) {
	.c-payment-title__thumb {
		width: 6rem;
		max-height: 6rem
	}
}
.c-payment-type {
	padding: 6.4rem 10rem;
	background: #FAF2F2
}
.c-payment-type--citygas {
	background: #EBF8FF
}
@media (max-width: 767px) {
	.c-payment-type {
		padding: 4.8rem 0
	}
}
@media (max-width: 767px) {
	.c-payment-type__header {
		padding: 0 2rem
	}
}
.c-payment-type__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.c-payment-type__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-payment-type__title--citygas {
	color: #238FC9
}
@media (max-width: 767px) {
	.c-payment-type__title {
		margin-bottom: 1.6rem
	}
}
.c-payment-type__desc {
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.c-payment-type__desc {
		margin-bottom: 3.2rem
	}
}
.c-payment-type__grid {
	display: flex;
	justify-content: center;
	gap: 0 4.8rem
}
@media (max-width: 767px) {
	.c-payment-type__grid {
		gap: 0;
		display: block;
		width: 100%
	}
}
.c-payment-type .c-card-07 {
	display: flex !important
}
.c-recruit-kv {
	position: relative;
	width: 100%;
	border-radius: 0 0 0 6.5rem;
	background: #DB0917;
	padding: 5.9rem 0 3.5rem
}
.c-recruit-kv::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: -9rem;
	background: #DB0917;
	width: 6rem;
	height: 12.3rem
}
@media (max-width: 767px) {
	.c-recruit-kv {
		padding: 3.8rem 0 3rem
	}
}
.c-recruit-kv__inner {
	display: flex;
	gap: 3.6rem;
	margin-bottom: 3.7rem
}
@media (max-width: 767px) {
	.c-recruit-kv__inner {
		flex-direction: column;
		align-items: center;
		gap: .2rem;
		margin-bottom: 3.6rem
	}
}
.c-recruit-kv__logo {
	width: 4.3rem;
	padding-top: 2rem
}
@media (max-width: 767px) {
	.c-recruit-kv__logo {
		width: 2.6rem;
		padding-top: 0
	}
}
.c-recruit-kv__logo-img {
	width: 100%
}
.c-recruit-kv__text {
	flex: 1
}
.c-recruit-kv__title {
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 8rem;
	font-style: italic;
	font-weight: 700;
	line-height: normal
}
@media (max-width: 767px) {
	.c-recruit-kv__title {
		font-size: 5rem;
		line-height: 6rem;
		margin-bottom: 1rem;
		text-align: center
	}
}
.c-recruit-kv__subtitle {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal
}
@media (max-width: 767px) {
	.c-recruit-kv__subtitle {
		font-size: 1.6rem;
		text-align: center
	}
}
.c-recruit-title {
	position: relative;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #DB0917;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 4rem
}
.c-recruit-title::before {
	position: absolute;
	content: "";
	left: 1.6rem;
	bottom: 0;
	width: .1rem;
	height: 4rem;
	background-color: #DB0917
}
@media (max-width: 767px) {
	.c-recruit-title::before {
		height: 3rem;
		left: .9rem
	}
}
.c-regarding-point {
	background: #FFFFFF;
	border-radius: 1.5rem;
	padding: 2rem;
	height: 32.8rem
}
@media (max-width: 767px) {
	.c-regarding-point {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}
}
.c-regarding-point__title {
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.c-regarding-point__title {
		display: flex;
		flex-direction: column;
		gap: 1rem 0;
		align-items: center;
		justify-content: center;
		margin-bottom: 0.4rem
	}
}
.c-regarding-point__title-en {
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	margin-right: 3rem;
	color: #DB0917
}
@media (max-width: 767px) {
	.c-regarding-point__title-en {
		font-family: "Zen Kaku Gothic Antique", sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0%;
		color: #222
	}
}
.c-regarding-point__title-jp {
	color: #DB0917;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.c-regarding-point__title-jp {
		font-size: 1.6rem;
		color: #DB0917
	}
}
.c-regarding-point__desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	margin-bottom: 1.6rem
}
@media (max-width: 767px) {
	.c-regarding-point__desc {
		text-align: center;
		font-size: 1.4rem;
		line-height: 2.3rem;
		margin-bottom: 2rem
	}
}
.c-regarding-point__desc.--nomargin {
	margin-bottom: 0 !important
}
@media (max-width: 767px) {
	.c-regarding-point__desc.--top {
		color: #DB0917
	}
}
.c-regarding-point__example {
	display: flex;
	align-items: flex-start;
	gap: 0 2.6rem;
	margin-bottom: 1.6rem
}
@media (max-width: 767px) {
	.c-regarding-point__example {
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin-bottom: 2rem
	}
}
.c-regarding-point__example-note {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #FA5A4B
}
@media (max-width: 767px) {
	.c-regarding-point__example-note {
		font-size: 1.4rem
	}
}
.c-regarding-point__example-list {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.c-regarding-point__example-list {
		font-size: 1.4rem;
		line-height: 2.3rem;
		text-align: center
	}
}
.c-section-service-contents {
	border-radius: 60px
}
@media (max-width: 767px) {
	.c-section-service-contents {
		padding-top: 3.2rem !important;
		border-radius: 48px
	}
}
.c-section-service-contents__header {
	margin-bottom: 4.8rem;
	position: relative;
	max-width: 100%
}
@media (max-width: 767px) {
	.c-section-service-contents__header {
		margin-bottom: 4rem;
		min-height: 8.6rem
	}
}
.c-section-service-contents__header-icon {
	position: absolute;
	top: 0;
	right: 1rem;
	max-width: 187px
}
@media (max-width: 767px) {
	.c-section-service-contents__header-icon {
		max-width: 10rem;
		right: .5rem;
		top: 1.3rem
	}
}
@media (max-width: 767px) {
	.c-section-service-contents__header .c-heading .c-heading__title {
		font-size: 4rem;
		margin-bottom: .8rem;
		line-height: 5.2rem
	}
}
@media (max-width: 767px) {
	.c-section-service-contents__header .c-heading .c-heading__subtitle {
		font-size: 1.8rem;
		line-height: 2.6rem
	}
}
.c-section-service-contents__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-section-service-contents__grid {
		grid-template-columns: 1fr;
		gap: 0 3.2rem
	}
}
@media (max-width: 767px) {
	.c-section-service-contents__grid {
		grid-template-columns: 1fr;
		gap: 0 1.6rem
	}
}
.c-section-service-kv {
	padding-top: 8rem;
	margin-top: -5.5rem
}
@media (max-width: 767px) {
	.c-section-service-kv {
		padding-top: 4.8rem;
		margin-top: -4.8rem
	}
}
.c-section-service-kv--rounded {
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
	position: relative
}
@media (max-width: 767px) {
	.c-section-service-kv--rounded {
		border-top-left-radius: 4.8rem;
		border-top-right-radius: 4.8rem
	}
}
.c-section-service-kv--bg-pink {
	background-color: #FAF2F2
}
.c-section-service-kv--bg-gray {
	background-color: #F5F5F5
}
.c-section-service-kv--bg-white {
	background-color: #fff
}
.c-section-service__header {
	text-align: center;
	margin-bottom: 4.8rem;
	position: relative
}
@media (max-width: 767px) {
	.c-section-service__header {
		margin-bottom: 4rem;
		text-align: left
	}
}
.c-section {
	padding-top: 8rem;
	padding-bottom: 8rem
}
@media (max-width: 767px) {
	.c-section {
		padding-top: 4.8rem;
		padding-bottom: 4.8rem
	}
}
.c-section--sp-lg {
	padding-top: 6.4rem;
	padding-bottom: 6.4rem
}
.c-section--rounded {
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
	position: relative
}
@media (max-width: 767px) {
	.c-section--rounded {
		border-top-left-radius: 4.8rem;
		border-top-right-radius: 4.8rem
	}
}
@media (max-width: 767px) {
	.c-section--no-rounded-sp {
		border-radius: 0
	}
}
.c-section--bg-pink {
	background-color: #FAF2F2
}
.c-section--bg-gray {
	background-color: #F5F5F5
}
.c-section--bg-white {
	background-color: #fff
}
.c-section--bg-blue {
	background-color: #EBF8FF
}
.c-service-kv {
	display: flex;
	height: 41.9rem;
	width: 100%;
	position: relative;
	justify-content: center;
	padding: 8rem 0;
	background-position: top right;
	background-size: contain;
	overflow: hidden;
	background-color: #FAF2F2
}
.c-service-kv:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 87.2rem;
	height: 43.4rem;
	background: url(../images/common/ic-quote-pink-light.png) 100% 100% no-repeat;
	background-position: top right;
	background-size: contain
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-service-kv:after {
		right: 0
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-service-kv:after {
		right: 0
	}
}
@media (max-width: 767px) {
	.c-service-kv:after {
		left: auto;
		right: 0;
		bottom: 0rem;
		width: 22.8rem;
		height: auto
	}
}
@media (max-width: 767px) {
	.c-service-kv {
		height: 26.8rem;
		padding: 4.8rem 0 0;
		background-size: 22.8rem;
		background-color: transparent
	}
}
.c-service-kv__inner {
	width: 100%;
	max-width: 132rem;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 2
}
@media (max-width: 767px) {
	.c-service-kv__inner {
		flex-direction: column;
		padding: 0
	}
}
.c-service-kv__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
	margin-bottom: 3.2rem;
	max-width: 60rem
}
@media (max-width: 767px) {
	.c-service-kv__title {
		font-size: 2.4rem;
		line-height: 4.4rem;
		margin-bottom: 1.6rem
	}
}
.c-service-kv__title--blue {
	color: #00649A
}
.c-service-kv__image {
	height: auto;
	max-width: 12.2rem;
	width: 100%
}
@media (max-width: 767px) {
	.c-service-kv__image {
		max-width: 9rem
	}
}
.c-service-kv__image img {
	width: 12.2rem;
	height: auto;
	display: block
}
@media (max-width: 767px) {
	.c-service-kv__image img {
		width: 9rem;
		max-height: 9rem
	}
}
.c-service-kv--yellow {
	background-color: #ED8843
}
.c-service-kv--green {
	background-color: #67BA6D
}
.c-service-kv--sblue {
	background-color: #6299E8
}
.c-service-kv--blue {
	background-color: #2D64CA
}
.c-service-kv--orange {
	background-color: #FA5A4B
}
.c-service-kv--red {
	background-color: #DB0917
}
.c-service-kv--pink-light {
	background-color: #FAF2F2
}
.c-service-kv--pink-light::after {
	background: url(../images/common/ic-quote-pink-light.png) 100% 100% no-repeat;
	background-color: #FAF2F2
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-service-kv--pink-light::after {
		width: 57.2rem;
		background-size: 57.2rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-service-kv--pink-light::after {
		width: 57.2rem;
		background-size: 57.2rem
	}
}
@media (max-width: 767px) {
	.c-service-kv--pink-light::after {
		background: url(../images/common/ic-quote-pink-light-sp.png) no-repeat;
		background-size: 22.8rem;
		background-position: 100% calc(100% - 4.8rem);
		background-color: transparent
	}
}
.c-service-kv--pink-light__title {
	color: #DB0917
}
.c-service-kv--blue-light {
	background-color: #EBF8FF
}
.c-service-kv--blue-light::after {
	background: url(../images/common/ic-quote-green.png) 100% 100% no-repeat;
	background-color: #EBF8FF
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.c-service-kv--blue-light::after {
		width: 57.2rem;
		background-size: 57.2rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.c-service-kv--blue-light::after {
		width: 57.2rem;
		background-size: 57.2rem
	}
}
@media (max-width: 767px) {
	.c-service-kv--blue-light::after {
		background: url(../images/common/ic-quote-blue-sp.png) no-repeat;
		background-size: 22.8rem;
		background-position: 100% calc(100% - 4.8rem);
		background-color: transparent
	}
}
.c-service-kv--blue-light__title {
	color: #238FC9
}
.c-service-kv--green-light::after {
	background: url(../images/common/ic-quote-green.png) 100% 100% no-repeat;
	background-color: #FAF2F2
}
.c-service-kv--green-light__title {
	color: #238FC9
}
.c-service-kv--yellow-light::after {
	background: url(../images/common/ic-quote-yellow.png) 100% 100% no-repeat;
	background-color: #FAF2F2
}
.c-service-kv--yellow-light__title {
	color: #BE8D01
}
.c-space-top {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.c-space-top {
		margin-top: 4rem
	}
}
@media (min-width: 768px) {
	.c-space-top--lg {
		margin-top: 6.4rem
	}
}
@use "../../foundations/variables" as *;
.c-subtitle {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 5rem;
	color: #FA5A4B
}
@media (max-width: 767px) {
	.c-subtitle {
		font-size: 2.4rem;
		line-height: 4.4rem
	}
}
.c-subtitle--sm {
	font-size: 3rem;
	line-height: 5rem
}
@media (max-width: 767px) {
	.c-subtitle--sm {
		font-size: 1.8rem;
		line-height: normal
	}
}
.c-subtitle--lp {
	color: #DB0917
}
.c-subtitle--citygas {
	color: #238FC9
}
.c-subtitle--elec-free {
	color: #B38400
}
.c-subtitle--supermarket {
	color: #EA6301
}
.c-subtitle--gas-equipment {
	color: #C25BCD
}
.c-subtitle--hydrogen {
	color: #005BA5
}
.c-subtitle--hydrogen-dark {
	color: #103F65
}
.c-subtitle--water {
	color: #009AA5
}
.c-subtitle--new-energy {
	color: #00A37A
}
.c-subtitle--resum {
	color: #31A301
}
.c-subtitle--xs {
	color: #222;
	font-size: 2rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.c-subtitle--xs {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
@media (max-width: 767px) {
	.c-subtitle.js-toggle-head-mobile {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.c-tag {
	display: inline-flex;
	flex-wrap: wrap;
	width: -moz-max-content;
	width: max-content;
	min-width: 12rem;
	height: 4rem;
	padding: 0 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 2rem;
	border: .2rem solid #DB0917;
	background: #fff;
	color: #DB0917;
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5
}
@media (max-width: 767px) {
	.c-tag {
		min-width: 9.8rem;
		height: 3.2rem;
		border-radius: 1.6rem;
		font-size: 1.2rem
	}
}
.c-tag.active, .c-tag:hover {
	border: .2rem solid #DB0917;
	background: #DB0917;
	color: #fff;
	opacity: 1;
	transition: all 0.3s ease
}
.c-tag--supermarket {
	border: .2rem solid #EA6301;
	background: #fff;
	color: #EA6301
}
.c-tag--supermarket.active, .c-tag--supermarket:hover {
	border: .2rem solid #EA6301;
	background: #EA6301;
	color: #fff
}
.c-tag--energy {
	border: .2rem solid #00A37A;
	background: #fff;
	color: #00A37A
}
.c-tag--energy.active, .c-tag--energy:hover {
	border: .2rem solid #00D19D;
	background: #00D19D;
	color: #fff
}
.c-tag--waterserver {
	border: .2rem solid #009AA5;
	background: #fff;
	color: #009AA5
}
.c-tag--waterserver.active, .c-tag--waterserver:hover {
	border: .2rem solid #13BDC9;
	background: #13BDC9;
	color: #fff
}
.c-tag--hydrogen {
	border: .2rem solid #103F65;
	background: #fff;
	color: #103F65
}
.c-tag--hydrogen.active, .c-tag--hydrogen:hover {
	border: .2rem solid #005BA5;
	background: #005BA5;
	color: #fff
}
.c-tag--corporate {
	border: .2rem solid #DB0917;
	background: #fff;
	color: #DB0917
}
.c-tag--corporate.active, .c-tag--corporate:hover {
	border: .2rem solid #FA5A4B;
	background: #FA5A4B;
	color: #fff
}
.c-tag--lpgas {
	border: .2rem solid #DB0917;
	background: #fff;
	color: #DB0917
}
.c-tag--lpgas.active, .c-tag--lpgas:hover {
	border: .2rem solid #FA5A4B;
	background: #FA5A4B;
	color: #fff
}
.c-text--primary {
	color: #FA5A4B
}
.c-text--secondary {
	color: #DB0917
}
.c-text--graylight {
	color: #E5E5E5
}
.c-text--gray {
	color: #222
}
.c-text--graydark {
	color: #222
}
.c-text--bluedark {
	color: #238FC9
}
.c-text--white {
	color: #fff
}
.c-text--reddark {
	color: #DB0917
}
@use "../../foundations/variables" as *;
.c-title {
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	color: #DB0917;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 9rem;
	display: block
}
@media (max-width: 767px) {
	.c-title {
		font-size: 5rem;
		letter-spacing: 0;
		padding: 0
	}
}
.c-title--sm {
	font-size: 6rem
}
@media (max-width: 767px) {
	.c-title--sm {
		font-size: 4rem
	}
}
.c-toggle {
	border-bottom: 1px solid #FA5A4B;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-toggle:nth-of-type(1) {
		border-top: 1px solid #FA5A4B
	}
}
.c-toggle__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700
}
@media (max-width: 767px) {
	.c-toggle__title {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-toggle__head {
	padding: 1.6rem 6rem 1.6rem .8rem;
	cursor: pointer
}
@media (max-width: 767px) {
	.c-toggle__head {
		padding: 1.6rem 6rem 1.6rem 0rem
	}
}
.c-toggle__head.js-toggle-head::before {
	width: 5.4rem;
	height: 2.6rem
}
@media (max-width: 767px) {
	.c-toggle__head.js-toggle-head::before {
		width: 4.1rem;
		height: 2.2rem
	}
}
.c-toggle__content {
	display: none
}
.c-toggle__text {
	padding: .8rem 6rem 1.6rem .8rem;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.c-toggle__text {
		padding: 1.6rem
	}
}
.c-toggle__text ul, .c-toggle__text p, .c-toggle__text ol {
	margin-bottom: 1.6rem
}
.c-toggle__text ul:last-child, .c-toggle__text p:last-child, .c-toggle__text ol:last-child {
	margin-bottom: 0
}
.c-toggle__text ul {
	margin-left: 2.2rem
}
.c-toggle__text ul li {
	list-style: disc
}
.c-toggle__text ol {
	margin-left: 2.2rem
}
.c-toggle__text ol li {
	list-style: decimal
}
.c-toggle__text img {
	display: block;
	margin: 4.8rem auto 3.2rem;
	max-width: 100%
}
@media (max-width: 767px) {
	.c-toggle__text img {
		margin: 1.6rem auto
	}
}
@media (max-width: 767px) {
	.c-toggle__text {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.c-toggle--blue {
	border-bottom: .1rem solid #238FC9
}
@media (max-width: 767px) {
	.c-toggle--blue:nth-of-type(1) {
		border-top: .1rem solid #238FC9
	}
}
.c-toggle--blue .c-toggle__head::before {
	background-size: 100% 100%
}
.c-toggle--blue .c-toggle__head::before {
	background-image: url(../images/common/ic-accordion-close-blue.svg)
}
.c-toggle--blue .c-toggle__head.active::before {
	background-image: url(../images/common/ic-accordion-open-blue.svg)
}
.js-toggle-head, .js-toggle-head-mobile {
	position: relative;
	padding-right: 6rem
}
.js-toggle-head::before, .js-toggle-head-mobile::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-image: url(../images/common/ic-plus.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	width: 4.1rem;
	height: 2.2rem;
	display: block
}
.js-toggle-head.active::before, .js-toggle-head-mobile.active::before {
	background-image: url(../images/common/ic-minus.svg)
}
@media (min-width: 768px) {
	.js-toggle-head-mobile::before {
		content: none
	}
}
@media (max-width: 767px) {
	.js-toggle-content-mobile {
		display: none
	}
	.js-toggle-content-mobile .c-space-top {
		margin-top: 3.2rem
	}
}
.grid {
	width: 100%;
	display: block;
	padding: 0
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem
}
.row.no-gutters {
	margin-left: 0;
	margin-right: 0
}
.container {
	width: 100%;
	max-width: 126rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3rem;
	padding-right: 3rem
}
.col {
	padding-left: 1rem;
	padding-right: 1rem
}
.row.no-gutters .col {
	padding-left: 0;
	padding-right: 0
}
.col-0 {
	display: none
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.col-offset-1 {
	margin-left: 8.33333%
}
.col-offset-2 {
	margin-left: 16.66667%
}
.col-offset-3 {
	margin-left: 25%
}
.col-offset-4 {
	margin-left: 33.33333%
}
.col-offset-5 {
	margin-left: 41.66667%
}
.col-offset-6 {
	margin-left: 50%
}
.col-offset-7 {
	margin-left: 58.33333%
}
.col-offset-8 {
	margin-left: 66.66667%
}
.col-offset-9 {
	margin-left: 75%
}
.col-offset-10 {
	margin-left: 83.33333%
}
.col-offset-11 {
	margin-left: 91.66667%
}
@media (min-width: 768px) and (max-width: 1023px) {
	.row {
		margin-left: -2rem;
		margin-right: -2rem
	}
	.col {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.col-md-0 {
		display: none
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		display: block
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
}
@media (min-width: 1025px) {
	.row {
		margin-left: -2rem;
		margin-right: -2rem
	}
	.row.col-gutter {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
	.col {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.row.col-gutter .col {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.col-lg-0 {
		display: none
	}
	.col-lg-1, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		display: block
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
}
.js-tab-content {
	display: none
}
.js-tab-content.active {
	display: block
}
.l-footer-service__banner-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: .8rem
}
@media (max-width: 767px) {
	.l-footer-service__banner-list {
		grid-template-columns: repeat(3, 1fr)
	}
	.l-footer-service__banner-list::-webkit-scrollbar {
		display: none
	}
}
.l-footer-service__banner-item {
	display: block;
	transition: transform 0.3s ease
}
.l-footer-service__banner-item:hover {
	transform: translateY(-5px)
}
.l-footer-service__banner-item img {
	width: 100%;
	height: auto
}
.slick-slider.slick-initialized .slick-list {
	overflow: visible
}
@media (max-width: 767px) {
	.slick-slider.slick-initialized .slick-list {
		padding: 0 !important
	}
}
.slick-slider .slick-track {
	display: flex;
	gap: 3.2rem
}
@media (max-width: 767px) {
	.slick-slider .slick-track {
		display: block
	}
}
@media (max-width: 767px) {
	.slick-slider .slick-slide {
		padding: 0 2rem
	}
}
.slick-slider .slick-arrow {
	width: 6rem;
	height: 6rem;
	background: url(../images/common/slider_arrow.svg) 50% 50% no-repeat;
	background-size: 99%;
	right: calc(50% - 50vw + 3rem);
	z-index: 2
}
.slick-slider .slick-arrow::before, .slick-slider .slick-arrow::after {
	display: none
}
@media (max-width: 767px) {
	.slick-slider .slick-arrow {
		width: 4.8rem;
		height: 4.8rem;
		right: 1rem
	}
}
.slick-slider .slick-prev {
	left: calc(50% - 50vw + 3rem);
	transform: translateY(-50%) rotate(180deg)
}
@media (max-width: 767px) {
	.slick-slider .slick-prev {
		left: 1rem
	}
}
.p-business__section {
	padding-bottom: 0rem
}
.p-business__filter {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	justify-content: center;
	padding: 0 2rem 8rem 2rem
}
@media (max-width: 767px) {
	.p-business__filter {
		justify-content: flex-start;
		padding: 0 4rem 4.8rem 4rem
	}
}
@media (max-width: 767px) {
	.p-business .c-container, .p-business .c-container--lg {
		padding: 0
	}
}
.p-business__content .js-tab-content {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease
}
.p-business__content .js-tab-content.is-active {
	display: block;
	opacity: 1
}
.p-business__content-top {
	background-color: #FFFFFF;
	padding: 6.4rem 0;
	margin-bottom: 8rem
}
.p-business__content-top--feature {
	background-color: transparent;
	padding: 0;
	margin: 0
}
.p-business__content-top--feature .p-business__feature {
	margin-bottom: 0 !important
}
@media (max-width: 767px) {
	.p-business__content-top {
		padding: 4.8rem 2rem
	}
}
@media (max-width: 767px) {
	.p-business__content-top {
		margin-bottom: 4rem
	}
}
.p-business__content-bottom {
	background-color: #FFFFFF;
	padding: 6.4rem 0 6.4rem 0
}
@media (max-width: 767px) {
	.p-business__content-bottom {
		padding: 4.8rem 2rem
	}
}
.p-business__content-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 5rem;
	letter-spacing: 0%;
	margin-left: 10rem;
	color: #FA5A4B;
	margin-bottom: 8rem
}
.p-business__content-title--housing {
	color: #AA3BB6
}
.p-business__content-title--reform {
	color: #729800
}
.p-business__content-title--supermarket {
	color: #EA6301
}
@media (max-width: 767px) {
	.p-business__content-title {
		font-size: 2.4rem;
		line-height: 4.4rem;
		margin-bottom: 4rem;
		margin-left: 2rem
	}
}
.p-business__item {
	background-color: #FAF2F2;
	border-radius: 6rem 6rem 0 0;
	padding: 8rem 0
}
@media (max-width: 767px) {
	.p-business__item {
		padding: 4.8rem 0
	}
}
.p-business__item.--energy {
	background-color: #FAF2F2
}
.p-business__item.--housing {
	background-color: #FCEDFE
}
.p-business__item.--housing .p-business__content-top {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.p-business__item.--housing .p-business__content-top {
		margin-bottom: 0rem
	}
}
.p-business__item.--housing .p-business__feature {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.p-business__item.--housing .p-business__feature {
		margin-bottom: 0 !important
	}
}
.p-business__item.--reform {
	background-color: #EDFEE5
}
@media (max-width: 767px) {
	.p-business__item.--reform .p-business__content-top {
		margin-bottom: 0rem;
		padding: 0 2rem
	}
}
.p-business__item.--supermarket {
	background-color: #FFF7ED
}
@media (max-width: 767px) {
	.p-business__item.--supermarket .p-business__content-top {
		margin-bottom: 0rem;
		padding: 0 2rem
	}
}
.p-business__feature {
	margin-bottom: 4.8rem;
	display: flex;
	flex-direction: column;
	gap: 4.8rem 0
}
@media (max-width: 767px) {
	.p-business__feature {
		gap: 4rem 0
	}
}
.p-business__other {
	display: flex;
	gap: 0 3.2rem
}
@media (max-width: 767px) {
	.p-business__other {
		flex-direction: column;
		gap: 4rem 0
	}
}
.p-business__list {
	display: flex;
	flex-direction: column;
	gap: 4.8rem 0
}
@media (max-width: 767px) {
	.p-business__list {
		gap: 4rem 0
	}
}
.p-change-res-card-new__title {
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-change-res-card-new__title {
		margin-bottom: 4rem;
		line-height: normal
	}
}
.p-change-res-card-new__subtitle {
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-change-res-card-new__subtitle {
		font-size: 1.6rem;
		line-height: 2.6rem;
		margin-bottom: 1.6rem
	}
}
.p-change-res-card-new__list {
	margin: 6.4rem 0
}
@media (max-width: 767px) {
	.p-change-res-card-new__list {
		margin: 4rem 0
	}
}
.p-change-res-card-new__box {
	width: 100%;
	padding: 3.2rem 2.4rem;
	margin-bottom: 6.4rem;
	border: 1px solid #DB0917
}
.p-change-res-card-new__box--blue {
	border: 1px solid #00649A
}
@media (max-width: 767px) {
	.p-change-res-card-new__box {
		padding: 2.4rem 1.6rem;
		margin-bottom: 4rem
	}
}
.p-change-res-card-new__box ul, .p-change-res-card-new__box ol, .p-change-res-card-new__box p {
	margin-bottom: 2.6rem
}
@media (max-width: 767px) {
	.p-change-res-card-new__box ul, .p-change-res-card-new__box ol, .p-change-res-card-new__box p {
		margin-bottom: 2.2rem;
		line-height: 2.2rem
	}
}
.p-change-res-card-new__box ul:last-child, .p-change-res-card-new__box ol:last-child, .p-change-res-card-new__box p:last-child {
	margin-bottom: 0
}
.p-change-res-card-new__box a {
	text-decoration: underline
}
.p-change-res-card-new__btn {
	position: relative;
	margin: 0 auto;
	display: flex;
	width: 53.6rem;
	max-width: 100%;
	height: 8rem;
	padding: 0 2.4rem;
	justify-content: center;
	align-items: center;
	border-radius: 4rem;
	border: 2px solid #DB0917;
	background: #FFF;
	color: #DB0917;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 4rem;
	text-align: center;
	white-space: nowrap;
	transition: all .3s ease
}
.p-change-res-card-new__btn::before {
	position: absolute;
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	right: 2.4rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/change/btn_arrow_mini.svg);
	background-size: contain;
	transition: all .3s ease
}
.p-change-res-card-new__btn:hover {
	opacity: 1;
	background: #DB0917;
	color: #fff
}
.p-change-res-card-new__btn:hover::before {
	background-image: url(../images/change/btn_arrow_mini_white.svg)
}
@media (max-width: 767px) {
	.p-change-res-card-new__btn {
		height: 7.2rem;
		border-radius: 3.6rem;
		font-size: 1.8rem;
		line-height: 2.7rem;
		padding: 0 5.4rem 0 2.4rem
	}
}
.p-change-res-card-new__btn--blue {
	border: 2px solid #00649A;
	color: #00649A
}
.p-change-res-card-new__btn--blue::before {
	background-image: url(../images/change/btn_arrow_mini_blue.svg)
}
.p-change-res-card-new__btn--blue:hover {
	background: #00649A;
	color: #fff
}
.p-change-res-card-new__btn--blue:hover::before {
	background-image: url(../images/change/btn_arrow_mini_blue_white.svg)
}
.p-change-res-card {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.p-change-res-card {
		margin-top: -4.8rem;
		padding-bottom: 5.4rem;
		padding-top: 6.4rem
	}
}
.p-change-res-card__title {
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-change-res-card__title {
		margin-bottom: 4rem;
		line-height: normal
	}
}
.p-change-res-card__list {
	margin-bottom: .8rem
}
@media (max-width: 767px) {
	.p-change-res-card__list ul li {
		line-height: 2.4rem
	}
}
.p-change-res-card__list a {
	text-decoration: underline
}
.p-change-res-card__note {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.6rem;
	margin: .8rem 0
}
.p-change-res-card__note:last-child {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.p-change-res-card__note {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-change-res-card__img {
	display: block;
	margin: 0 auto
}
.p-citygas-change {
	padding-top: 6.4rem;
	padding-bottom: 6.4rem
}
.p-citygas-change__header {
	padding: 0 0 8rem 0
}
@media (max-width: 767px) {
	.p-citygas-change__header {
		padding: 0
	}
}
.p-citygas-change__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 5rem;
	letter-spacing: 0%;
	color: #238FC9;
	margin-bottom: 8rem
}
@media (max-width: 767px) {
	.p-citygas-change__title {
		font-size: 2.4rem;
		line-height: 4.4rem;
		margin-bottom: 4rem
	}
}
.p-citygas-change__subtitle {
	font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.p-citygas-change__subtitle {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.p-citygas-change__payment {
	padding: 0;
	padding-bottom: 6.4rem
}
.p-citygas-emergency-contact {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	justify-content: space-between;
	align-items: center
}
.p-citygas-emergency-contact__box {
	width: 50rem;
	max-width: calc()
}
@media (max-width: 767px) {
	.p-citygas-emergency-contact__box {
		width: 100%
	}
}
.p-citygas-faq-content {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.p-citygas-faq-content {
		margin-top: -4.8rem
	}
}
.p-citygas-faq-content__title {
	margin-bottom: 4rem
}
.p-citygas-faq-content__anchor {
	margin-bottom: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-citygas-faq-content__anchor {
		margin-bottom: 4rem;
		gap: 1.6rem
	}
}
.p-citygas-faq-content__anchor-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24.4rem;
	aspect-ratio: 1/1;
	border-radius: 1.5rem;
	background: #EBF8FF;
	color: #00649A;
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem;
	cursor: pointer
}
@media (max-width: 767px) {
	.p-citygas-faq-content__anchor-item {
		width: 20rem
	}
}
@media (max-width: 767px) {
	.p-citygas-faq-fee {
		display: none
	}
}
.p-citygas-faq-fee__title {
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-citygas-faq-fee__title {
		margin-bottom: 4rem
	}
}
.p-citygas-faq-fee__card {
	background: #FFF;
	padding: 7rem 3rem;
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-citygas-faq-fee__card {
		margin-bottom: 4rem;
		padding: 3.2rem 1.6rem
	}
}
.p-citygas-faq-fee__card:last-child {
	margin-bottom: 0
}
.p-citygas-faq-fee__img {
	display: block;
	max-width: 100%;
	margin: 0 auto 1.6rem
}
.p-citygas-faq-fee__des {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.6rem;
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-citygas-faq-fee__des {
		margin-bottom: 4rem
	}
}
.p-citygas-faq-fee__des:last-child {
	margin-bottom: 0
}
.p-citygas-faq-fee__notice {
	position: relative;
	padding-left: 1.4rem;
	color: #222;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal
}
.p-citygas-faq-fee__notice::before {
	position: absolute;
	content: '※';
	left: 0;
	top: 0
}
.p-company-anchor {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap
}
@media (max-width: 767px) {
	.p-company-anchor {
		overflow: auto;
		width: calc(100% + 4rem);
		margin-left: -2rem;
		margin-right: -2rem;
		padding: 0 2rem
	}
}
.p-company-anchor__list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 4.8rem
}
@media (max-width: 767px) {
	.p-company-anchor__list {
		gap: 2.4rem;
		width: -moz-max-content;
		width: max-content;
		flex-shrink: 0
	}
}
.p-company__content {
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-company__content {
		gap: 4rem
	}
}
.p-company__image {
	display: block;
	margin: 8.1rem 0 0
}
@media (max-width: 767px) {
	.p-company__image {
		margin: 2rem 0 0
	}
}
.p-company__accordion {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem
}
@media (max-width: 767px) {
	.p-company__accordion {
		gap: 2rem
	}
}
.p-company__block {
	max-width: 112rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-company__block {
		gap: 4rem;
		margin-top: 1.6rem
	}
}
.p-company__list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.4rem
}
@media (min-width: 768px) {
	.p-company__list:has(>:nth-child(3)):not(:has(>:nth-child(4)))>:nth-child(1) {
		margin-top:120px
	}
	.p-company__list:has(>:nth-child(3)):not(:has(>:nth-child(4)))>:nth-child(2) {
		margin-top: 60px
	}
	.p-company__list:has(>:nth-child(3)):not(:has(>:nth-child(4)))>:nth-child(3) {
		margin-top: 0
	}
	.p-company__list:has(>:nth-child(3)):not(:has(>:nth-child(4))) .p-company__item {
		max-width: calc((100% - 4.8rem) / 3)
	}
	.p-company__list:has(>:nth-child(2)):not(:has(>:nth-child(3)))>:nth-child(1) {
		margin-top: 60px
	}
	.p-company__list:has(>:nth-child(2)):not(:has(>:nth-child(3)))>:nth-child(2) {
		margin-top: 0
	}
	.p-company__list:has(>:nth-child(1)):not(:has(>:nth-child(2)))>:nth-child(1) {
		margin-top: 0
	}
}
@media (max-width: 767px) {
	.p-company__list {
		gap: 5.2rem;
		width: calc(100% + 2rem);
		margin-right: -2rem
	}
}
.p-company__item {
	position: relative;
	width: 43rem
}
.p-access {
	border-bottom: 60px solid #F5F5F5
}
@media (max-width: 767px) {
	.p-access {
		border-bottom-width: 40px
	}
}
.p-access__tag {
	display: flex;
	gap: 4.8rem;
	margin-top: 4.8rem;
	overflow: auto;
	width: auto
}
.p-access__tag::-webkit-scrollbar {
	display: none
}
@media (max-width: 767px) {
	.p-access__tag {
		margin-top: 4rem;
		gap: 1.6rem
	}
}
.p-outline {
	border-bottom: 60px solid #F5F5F5
}
@media (max-width: 767px) {
	.p-outline {
		border-bottom-width: 40px
	}
}
.p-outline__list {
	border-left: 1px solid #DB0917
}
.p-outline__item {
	display: flex;
	align-items: center;
	padding: 1.9rem 0rem 1.9rem 2.9rem
}
@media (max-width: 767px) {
	.p-outline__item {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0rem 2.4rem 3.4rem
	}
}
.p-outline__year {
	color: #DB0917;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 3.2rem;
	line-height: normal;
	width: 13.1rem;
	position: relative
}
.p-outline__year::before {
	content: '';
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3.4rem;
	display: block;
	background-color: #DB0917
}
@media (max-width: 767px) {
	.p-outline__year::before {
		left: -3.9rem
	}
}
@media (max-width: 767px) {
	.p-outline__year {
		font-size: 2.4rem
	}
}
.p-outline__content {
	flex: 1;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.p-outline__content {
		font-size: 1.4rem;
		line-height: normal;
		margin-top: .8rem
	}
}
.p-contact-corporate {
	border-bottom: 60px solid #F5F5F5
}
@media (max-width: 767px) {
	.p-contact-corporate {
		border-bottom: 40px solid #F5F5F5;
		padding-top: 5.6rem;
		margin-top: -5.6rem !important
	}
}
@media (max-width: 767px) {
	.p-contact-corporate .c-container, .p-contact-corporate .c-container--lg {
		padding: 0
	}
}
.p-contact-corporate__header {
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-contact-corporate__header {
		padding: 0 2rem;
		margin-bottom: 4rem
	}
}
.p-contact-corporate__header-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem
}
@media (max-width: 767px) {
	.p-contact-corporate__header-text {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-contact-corporate__header-subtitle-link {
	color: #FA5A4B;
	border-bottom: 1px solid #FA5A4B
}
.p-contact-gas {
	width: 100%
}
@media (max-width: 767px) {
	.p-contact-gas .c-container {
		padding: 0
	}
}
.p-contact-gas__header {
	background-color: #FAF2F2;
	padding: 6.4rem;
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-contact-gas__header {
		padding: 4.8rem 2rem
	}
}
.p-contact-gas__header-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 .48rem
}
.p-contact-gas__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-contact-gas__title {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.p-contact-gas__subtitle {
	color: #FA5A4B
}
.p-contact-gas__content {
	background-color: #FAF2F2;
	padding: 6.4rem 0
}
@media (max-width: 767px) {
	.p-contact-gas__content {
		border-radius: 4.8rem 4.8rem 0 0;
		padding: 6.4rem 2rem
	}
}
.p-contact-gas__content-header {
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-contact-gas__content-header {
		margin-bottom: 4rem
	}
}
.p-contact-gas__content-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	color: #222;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-contact-gas__content-title {
		margin-bottom: 4rem;
		color: #FA5A4B
	}
}
.p-contact-gas__content-subtitle {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	color: #222
}
@media (max-width: 767px) {
	.p-contact-gas__content-subtitle {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-contact-gas__content-subtitle-link {
	display: inline-block;
	text-decoration: underline;
	border: 1px solid #FAF2F2;
	color: #222
}
.p-contact-gas__content-body {
	background-color: #fff;
	padding: 6.4rem 3.6rem 0.4rem 3.6rem
}
@media (max-width: 767px) {
	.p-contact-gas__content-body {
		padding: 4.8rem 2rem 2.8rem 2rem
	}
}
.p-contact-service {
	padding-bottom: 5rem
}
@media (max-width: 767px) {
	.p-contact-service .c-container--lg {
		padding: 0
	}
}
.p-contact-service__list {
	width: 82.8rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.6rem 4.8rem
}
@media (max-width: 767px) {
	.p-contact-service__list {
		width: 100%;
		gap: 1.6rem 1.6rem
	}
}
@media (max-width: 767px) {
	.p-contact-service__list .c-card-07 {
		width: calc((100% - 1.6rem)/2)
	}
}
.p-contact-service__list .c-card-07__title {
	margin-bottom: 0
}
.p-digest-numbers {
	position: relative;
	padding: 8rem 0 14rem;
	background-image: url(../images/energy/bg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
.p-digest-numbers::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	background: #F5F5F5
}
@media (max-width: 767px) {
	.p-digest-numbers {
		background-image: none;
		padding: 4.8rem 0 8.8rem
	}
	.p-digest-numbers::before {
		height: 4rem
	}
}
.p-digest-numbers__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem
}
@media (min-width: 1025px) {
	.p-digest-numbers__list {
		gap: 4.8rem
	}
}
.p-digest-numbers__item {
	width: calc((100% - 2rem) / 2);
	border-radius: 2.7rem 0 0 0;
	min-height: 22.4rem;
	padding: 2.4rem 2rem 1.5rem
}
@media (min-width: 1025px) {
	.p-digest-numbers__item {
		width: calc((100% - 4.8rem) / 2);
		min-height: 38.2rem;
		padding: 4.2rem 4.8rem 6.6rem;
		border-radius: 5.6rem 0 0 0
	}
}
@media (max-width: 767px) {
	.p-digest-numbers__item {
		width: 100%
	}
}
.p-digest-numbers__item--1col {
	width: calc((100% - 4rem) / 3)
}
@media (min-width: 1025px) {
	.p-digest-numbers__item--1col {
		width: calc((100% - 9.6rem) / 3);
		min-height: 34rem;
		padding: 4.2rem 3.2rem 3.7rem
	}
}
@media (max-width: 767px) {
	.p-digest-numbers__item--1col {
		width: 100%
	}
}
.p-digest-numbers__item--2col {
	width: calc(100% - 2rem - ((100% - 4rem) / 3))
}
@media (min-width: 1025px) {
	.p-digest-numbers__item--2col {
		width: calc(100% - 4.8rem - ((100% - 9.6rem) / 3));
		min-height: 34rem;
		padding: 4.2rem 3.2rem 3.7rem
	}
}
@media (max-width: 767px) {
	.p-digest-numbers__item--2col {
		width: 100%
	}
}
.p-digest-numbers__item--red {
	background: #FA5A4B
}
.p-digest-numbers__item--red .p-digest-numbers__link {
	color: #FA5A4B
}
.p-digest-numbers__item--blue {
	background: #238FC9
}
.p-digest-numbers__item--blue .p-digest-numbers__link {
	color: #238FC9
}
.p-digest-numbers__item--blue-light {
	background: #06C7E1
}
.p-digest-numbers__item--blue-light .p-digest-numbers__link {
	color: #06C7E1
}
.p-digest-numbers__item--green {
	background: #00D19D
}
.p-digest-numbers__item--green .p-digest-numbers__link {
	color: #00D19D
}
.p-digest-numbers__item--green-light {
	background: #ACDF05
}
.p-digest-numbers__item--green-light .p-digest-numbers__link {
	color: #ACDF05
}
.p-digest-numbers__item--yellow {
	background: #FFBC00
}
.p-digest-numbers__item--yellow .p-digest-numbers__link {
	color: #FFBC00
}
.p-digest-numbers__item--purple {
	background: #C25BCD
}
.p-digest-numbers__item--purple .p-digest-numbers__link {
	color: #C25BCD
}
.p-digest-numbers__item--orange {
	background: #FFA228
}
.p-digest-numbers__item--orange .p-digest-numbers__link {
	color: #FFA228
}
.p-digest-numbers__top {
	position: relative
}
.p-digest-numbers__top:has(.p-digest-numbers__subtitle) {
	padding-bottom: 2.5rem
}
.p-digest-numbers__top:has(.p-digest-numbers__subtitle) .p-digest-numbers__icon {
	bottom: 3.7rem
}
@media (min-width: 1201px) {
	.p-digest-numbers__top:has(.p-digest-numbers__subtitle) {
		padding-bottom: 3.8rem
	}
	.p-digest-numbers__top:has(.p-digest-numbers__subtitle) .p-digest-numbers__icon {
		bottom: 5.9rem
	}
}
@media (min-width: 1025px) {
	.p-digest-numbers__top:has(.p-digest-numbers__subtitle) {
		padding-bottom: 3.8rem
	}
	.p-digest-numbers__top:has(.p-digest-numbers__subtitle) .p-digest-numbers__icon {
		bottom: 5.9rem
	}
}
.p-digest-numbers__title {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: .8rem;
	border-bottom: .1rem dashed #fff
}
@media (min-width: 1025px) {
	.p-digest-numbers__title {
		font-size: 2.4rem;
		padding-bottom: 1.4rem;
		border-bottom: .2rem dashed #fff
	}
}
.p-digest-numbers__icon {
	display: flex;
	gap: .8rem;
	position: absolute;
	right: 0;
	bottom: 1rem;
	transform: scale(0.65);
	transform-origin: right bottom
}
@media (min-width: 1201px) {
	.p-digest-numbers__icon {
		transform: scale(1);
		bottom: 1.9rem
	}
}
@media (min-width: 1025px) {
	.p-digest-numbers__icon {
		bottom: 1.9rem
	}
}
.p-digest-numbers__subtitle {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal
}
@media (min-width: 1025px) {
	.p-digest-numbers__subtitle {
		font-size: 1.6rem
	}
}
.p-digest-numbers__number {
	margin-top: 2.5rem;
	text-align: center;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	margin-left: -1rem;
	margin-right: -1rem
}
@media (min-width: 1025px) {
	.p-digest-numbers__number {
		margin-top: 4rem;
		margin-left: -3.2rem;
		margin-right: -3.2rem
	}
	.p-digest-numbers__number-letter {
		letter-spacing: -.216rem
	}
}
.p-digest-numbers__number sup {
	font-size: 1.4rem;
	top: -1.7rem;
	right: 0.6rem
}
.p-digest-numbers__number span {
	display: inline-block;
	margin-right: .4rem;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: normal
}
@media (min-width: 1025px) {
	.p-digest-numbers__number span {
		font-size: 7.2rem;
		margin-right: .8rem
	}
}
@media (max-width: 767px) {
	.p-digest-numbers__number--small {
		font-size: 1.6rem
	}
	.p-digest-numbers__number--small sup {
		font-size: .9rem;
		top: -0.8rem;
		right: 0.2rem
	}
}
.p-digest-numbers__link {
	display: block;
	margin: .5rem auto 0;
	width: 100%;
	max-width: 100%;
	padding: .8rem 1rem .6rem;
	border-radius: .67rem;
	background: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-family: "DM Sans";
	font-size: 1.6rem;
	line-height: 1.45;
	font-weight: 700;
	text-align: center
}
@media (min-width: 1025px) {
	.p-digest-numbers__link {
		margin: .4rem auto 0;
		border-radius: 1.4rem;
		font-size: 2rem;
		line-height: 1.35;
		padding: 1rem 1rem .9rem
	}
}
.p-digest-numbers__item:nth-of-type(9) .p-digest-numbers__number span {
	line-height: 1.3
}
@media (min-width: 1025px) {
	.p-digest-numbers__item:nth-of-type(6) .p-digest-numbers__number, .p-digest-numbers__item:nth-of-type(7) .p-digest-numbers__number, .p-digest-numbers__item:nth-of-type(10) .p-digest-numbers__number, .p-digest-numbers__item:nth-of-type(11) .p-digest-numbers__number {
		margin-top: 6rem
	}
}
@media (min-width: 768px) {
	.p-digest-numbers__item:nth-of-type(13) .p-digest-numbers__number {
		margin-top: 0
	}
	.p-digest-numbers__item:nth-of-type(6) .p-digest-numbers__link {
		width: 27.1rem
	}
	.p-digest-numbers__item:nth-of-type(7) .p-digest-numbers__link {
		width: 32.1rem
	}
	.p-digest-numbers__item:nth-of-type(9) .p-digest-numbers__link {
		width: 48rem
	}
	.p-digest-numbers__item:nth-of-type(10) .p-digest-numbers__link {
		width: 23.9rem
	}
	.p-digest-numbers__item:nth-of-type(11) .p-digest-numbers__link {
		width: 30.3rem
	}
	.p-digest-numbers__item:nth-of-type(12) .p-digest-numbers__link {
		width: 48rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-digest-numbers__item:nth-of-type(1) .p-digest-numbers__number, .p-digest-numbers__item:nth-of-type(2) .p-digest-numbers__number {
		margin-top: 1.3rem
	}
}
@media (max-width: 767px) {
	.p-digest-numbers__item:nth-of-type(1) .p-digest-numbers__number, .p-digest-numbers__item:nth-of-type(2) .p-digest-numbers__number, .p-digest-numbers__item:nth-of-type(13) .p-digest-numbers__number {
		margin-top: 1.3rem
	}
}
.p-gas-stop-form {
	background: #fff;
	padding: 4rem
}
@media (max-width: 767px) {
	.p-gas-stop-form {
		padding: 2rem
	}
}
.p-gas-stop-form__row {
	margin-bottom: 2.4rem
}
.p-gas-stop-form__row:last-child {
	margin-bottom: 0
}
.p-gas-stop-form__label {
	font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: .8rem;
	display: flex;
	align-items: center;
	gap: .8rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__label {
		font-size: 1.4rem
	}
}
.p-gas-stop-form__label.required:after {
	content: '*';
	color: #FA5A4B
}
.p-gas-stop-form__input {
	width: 100%;
	height: 4.8rem;
	border: 1px solid #DCDCDC;
	border-radius: .4rem;
	padding: 0 1.6rem;
	font-size: 1.6rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__input {
		font-size: 1.4rem;
		height: 4rem
	}
}
.p-gas-stop-form__input::-moz-placeholder {
	color: #999
}
.p-gas-stop-form__input::placeholder {
	color: #999
}
.p-gas-stop-form__input:focus {
	outline: none;
	border-color: #238FC9
}
.p-gas-stop-form__input.wpcf7-not-valid {
	border-color: #FA5A4B
}
.p-gas-stop-form__input-group {
	display: flex;
	gap: 1.6rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__input-group {
		gap: 1.2rem
	}
}
.p-gas-stop-form__input-group .p-gas-stop-form__input {
	width: 50%
}
.p-gas-stop-form__radio-group {
	display: flex;
	gap: 2.4rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__radio-group {
		gap: 1.6rem
	}
}
.p-gas-stop-form__radio-label {
	display: flex;
	align-items: center;
	gap: .8rem;
	cursor: pointer;
	font-size: 1.6rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__radio-label {
		font-size: 1.4rem
	}
}
.p-gas-stop-form__radio-label input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2rem;
	height: 2rem;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	position: relative
}
.p-gas-stop-form__radio-label input[type="radio"]:checked {
	border-color: #238FC9
}
.p-gas-stop-form__radio-label input[type="radio"]:checked:after {
	content: '';
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	background: #238FC9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.p-gas-stop-form__textarea {
	width: 100%;
	height: 12rem;
	border: 1px solid #DCDCDC;
	border-radius: .4rem;
	padding: 1.6rem;
	font-size: 1.6rem;
	resize: none
}
@media (max-width: 767px) {
	.p-gas-stop-form__textarea {
		font-size: 1.4rem
	}
}
.p-gas-stop-form__textarea::-moz-placeholder {
	color: #999
}
.p-gas-stop-form__textarea::placeholder {
	color: #999
}
.p-gas-stop-form__textarea:focus {
	outline: none;
	border-color: #238FC9
}
.p-gas-stop-form__note {
	font-size: 1.4rem;
	color: #666;
	margin-top: .8rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__note {
		font-size: 1.2rem
	}
}
.p-gas-stop-form__submit {
	text-align: center;
	margin-top: 4rem
}
@media (max-width: 767px) {
	.p-gas-stop-form__submit {
		margin-top: 3.2rem
	}
}
.p-gas-stop-form__submit .wpcf7-submit {
	background: #238FC9;
	color: #fff;
	border: none;
	border-radius: .4rem;
	width: 32rem;
	height: 5.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s
}
@media (max-width: 767px) {
	.p-gas-stop-form__submit .wpcf7-submit {
		width: 100%;
		height: 4.8rem;
		font-size: 1.4rem
	}
}
.p-gas-stop-form__submit .wpcf7-submit:hover {
	background: #1b709e
}
.p-gas-stop-form .wpcf7-not-valid-tip {
	color: #FA5A4B;
	font-size: 1.4rem;
	margin-top: .4rem
}
@media (max-width: 767px) {
	.p-gas-stop-form .wpcf7-not-valid-tip {
		font-size: 1.2rem
	}
}
@media (max-width: 767px) {
	.p-gas-stop .c-container--lg {
		padding: 0
	}
}
.p-gas-stop__header {
	margin-bottom: 8rem
}
@media (max-width: 767px) {
	.p-gas-stop__header {
		padding: 0;
		margin-bottom: 4rem
	}
}
.p-gas-stop__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 5rem;
	letter-spacing: 0%;
	margin-bottom: 8rem
}
.p-gas-stop__title--citygas {
	color: #238FC9
}
@media (max-width: 767px) {
	.p-gas-stop__title {
		margin-bottom: 4rem;
		font-size: 2.4rem;
		line-height: 4.4rem
	}
}
.p-gas-stop__subtitle {
	font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.p-gas-stop__subtitle {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-gas-stop__subtitle-link {
	color: #FA5A4B;
	border-bottom: 1px solid #FA5A4B
}
.p-gas-stop__subtitle-link--citygas {
	color: #238FC9;
	border-bottom: 1px solid #238FC9
}
.p-gas-stop__content--citygas {
	background: #EBF8FF
}
.p-gas-stop__content--citygas .c-form-row__label .c-form-label {
	color: #238FC9 !important
}
.p-gas-stop__content--citygas .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
	border: 1px solid #238FC9
}
.p-gas-stop__content--citygas .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
	background-color: #238FC9
}
.p-gas-stop__content--citygas .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	border: 1px solid #238FC9
}
@media (max-width: 767px) {
	.p-gas-stop__content .c-container {
		padding: 0
	}
}
.p-gas-stop__content .c-form-check-group__featured {
	display: flex;
	align-items: center;
	gap: 0 1.6rem;
	flex-direction: row;
	align-items: flex-start
}
@media (max-width: 767px) {
	.p-gas-stop__content .c-form-check-group__featured {
		flex-direction: column;
		align-items: flex-start;
		gap: .8rem 0
	}
}
@media (min-width: 768px) {
	.p-lp-contents .c-subtitle {
		margin-top: 3.2rem !important
	}
}
@media (max-width: 767px) {
	.p-lp-contents {
		padding-top: 3.2rem
	}
}
.p-lp-kv {
	position: relative;
	padding-bottom: 13.5rem
}
@media (max-width: 767px) {
	.p-lp-kv {
		padding-bottom: 7.8rem
	}
}
.p-lp-kv__bg {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 152px);
	height: 43.4rem
}
@media (max-width: 767px) {
	.p-lp-kv__bg {
		height: 15rem;
		width: calc(100% - 162px);
		top: 7.2rem
	}
}
.p-lp-kv__bg img {
	width: 100%;
	height: 100%
}
.p-lp-kv__img {
	margin-top: 3.2rem;
	width: 12.2rem;
	height: 12.2rem
}
@media (max-width: 767px) {
	.p-lp-kv__img {
		width: 9rem;
		height: 9rem;
		margin-top: 1.6rem
	}
}
@media (max-width: 767px) {
	.p-lp-kv .c-subtitle {
		line-height: 3.6rem
	}
}
.p-lp-lead {
	margin-top: -60px;
	z-index: 1;
	background-color: #fff
}
@media (max-width: 767px) {
	.p-lp-lead {
		padding-top: 6.4rem;
		padding-bottom: 6.4rem
	}
}
.p-lp-lead__des {
	line-height: 3rem
}
@media (max-width: 767px) {
	.p-lp-lead__des {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-lp-lead__img {
	margin-top: 7.9rem;
	text-align: center
}
@media (max-width: 767px) {
	.p-lp-lead__img {
		margin-top: 4.9rem
	}
	.p-lp-lead__img img {
		max-width: 14.7rem
	}
}
@media (min-width: 768px) {
	.p-lp-service .c-heading {
		text-align: center
	}
}
.p-lp__header {
	margin-bottom: 4.8rem;
	position: relative
}
@media (max-width: 767px) {
	.p-lp__header {
		margin-bottom: 4rem
	}
}
.p-lp__header-icon {
	position: absolute;
	top: -.3rem;
	right: 0;
	width: 18.7rem;
	height: 16.5rem
}
@media (max-width: 767px) {
	.p-lp__header-icon {
		top: 1.1rem;
		width: 10.4rem;
		height: 9.9rem
	}
}
.p-lp__header .c-subtitle {
	margin-top: .8rem
}
@media (max-width: 767px) {
	.p-lp__header .c-subtitle {
		font-size: 1.8rem;
		line-height: normal
	}
}
.p-lp__title {
	max-width: 112rem;
	margin-left: auto;
	margin-right: auto
}
.p-lp__box {
	margin-top: 6.4rem;
	padding: 6.4rem 10rem;
	background-color: #fff
}
@media (max-width: 767px) {
	.p-lp__box {
		margin-top: 4rem;
		padding: 4.8rem 2rem;
		margin-left: -2rem;
		margin-right: -2rem
	}
}
.p-lp__box-content {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-lp__box-content {
		margin-top: 3.2rem
	}
}
.p-lp__box-text {
	margin-top: 2.4rem;
	line-height: 2.6rem;
	font-weight: 500
}
@media (max-width: 767px) {
	.p-lp__box-text {
		margin-top: 3.2rem;
		font-size: 1.4rem;
		line-height: 2.3rem
	}
	.p-lp__box-text span {
		color: inherit !important
	}
}
.p-lp__box-note {
	font-size: 1.2rem;
	padding-left: 2rem;
	line-height: normal
}
@media (max-width: 767px) {
	.p-lp__box-note {
		padding-left: 2.8rem;
		line-height: 1.8rem;
		margin-top: .8rem
	}
}
.p-lp__box.--pink {
	background-color: #FAF2F2
}
.p-lp__button {
	display: flex;
	align-items: center;
	justify-content: center
}
@media (max-width: 767px) {
	.p-lp__button .c-button-alert {
		padding: 2.05rem 0
	}
}
.p-gas-fee-calc-wrapper {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper {
		margin-top: -4.8rem
	}
}
.p-gas-fee-calc-wrapper__content {
	margin-top: 6.4rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__content {
		margin-top: 4rem
	}
}
.p-gas-fee-calc-wrapper__title {
	position: relative;
	padding-left: 2.8rem;
	color: #222;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__title {
		font-size: 1.6rem;
		line-height: 2.6rem;
		margin-bottom: 4rem
	}
}
.p-gas-fee-calc-wrapper__title::before {
	content: '';
	position: absolute;
	top: .6rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #FA5A4B
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__title::before {
		top: .4rem
	}
}
.p-gas-fee-calc-wrapper__exp {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.6rem;
	margin-bottom: 6.4rem
}
.p-gas-fee-calc-wrapper__exp span {
	font-weight: 700
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__exp {
		font-size: 1.4rem;
		line-height: 2.3rem;
		margin-bottom: 4rem
	}
	.p-gas-fee-calc-wrapper__exp p {
		margin-bottom: 4rem
	}
	.p-gas-fee-calc-wrapper__exp p:last-child {
		margin-bottom: 0
	}
}
.p-gas-fee-calc-wrapper__card {
	display: flex;
	justify-content: center;
	margin-bottom: 6.4rem
}
.p-gas-fee-calc-wrapper__card:nth-of-type(1) {
	margin-top: 6.4rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__card {
		margin-bottom: 4rem
	}
	.p-gas-fee-calc-wrapper__card:nth-of-type(1) {
		margin-top: 4rem
	}
}
.p-gas-fee-calc-wrapper__card-content {
	display: flex;
	flex-direction: column
}
.p-gas-fee-calc-wrapper__note {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem
}
.p-gas-fee-calc-wrapper__img {
	display: block;
	margin: 6.4rem auto
}
.p-gas-fee-calc-wrapper__img:has(+.p-gas-fee-calc-wrapper__note) {
	margin: 4.8rem auto
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__img {
		margin: .5rem auto 4rem
	}
	.p-gas-fee-calc-wrapper__img:has(+.p-gas-fee-calc-wrapper__note) {
		margin: .5rem auto .8rem
	}
}
.p-gas-fee-calc-wrapper__method {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 6.4rem 0;
	margin-top: 6.4rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__method {
		gap: 4rem;
		padding: 0;
		margin-top: 4rem
	}
}
.p-gas-fee-calc-wrapper__method::before {
	position: absolute;
	content: "";
	background: #FAF2F2;
	top: 0;
	left: calc(((100% - 132rem) / 2));
	width: 132rem;
	height: 100%
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__method::before {
		display: none
	}
}
.p-gas-fee-calc-wrapper__method-item {
	position: relative;
	width: calc((100% - 2rem) / 2)
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__method-item {
		width: 100%;
		padding: 4.8rem 0
	}
	.p-gas-fee-calc-wrapper__method-item::before {
		position: absolute;
		content: "";
		background: #FAF2F2;
		top: 0;
		left: -2rem;
		width: calc(100% + 4rem);
		height: 100%
	}
}
.p-gas-fee-calc-wrapper__method-title {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 1rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__method-title {
		line-height: 2.6rem;
		margin-bottom: 3.3rem
	}
}
.p-gas-fee-calc-wrapper__method-img {
	position: relative;
	padding: 4.8rem 8% 4.8rem 11.6363636364%;
	background: #FFF
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__method-img {
		padding: .1rem .3rem 0
	}
}
.p-gas-fee-calc-wrapper__method-img img {
	width: 100%
}
.p-gas-fee-calc-wrapper__method-note {
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem
}
@media (max-width: 767px) {
	.p-gas-fee-calc-wrapper__method-note {
		margin-top: .4rem
	}
}
@media (max-width: 767px) {
	.p-lp-knowledge-properly {
		padding-top: 4rem;
		padding-bottom: 6.4rem
	}
}
.p-lp-knowledge-properly .c-p {
	margin-top: 2.4rem
}
@media (max-width: 767px) {
	.p-lp-knowledge-properly .c-p {
		margin-top: 4rem
	}
}
@media (max-width: 767px) {
	.p-lp-knowledge-properly .c-box-content {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff
	}
}
.p-lp-knowledge__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem
}
@media (max-width: 767px) {
	.p-lp-knowledge__grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 3.2rem
	}
}
.p-lp-knowledge__grid-text {
	margin-bottom: 1rem
}
@media (min-width: 768px) {
	.p-lp-knowledge__grid-text {
		min-height: 5.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-end
	}
}
@media (max-width: 767px) {
	.p-lp-knowledge__grid-text {
		margin-bottom: .4rem;
		text-align: center
	}
}
.p-lp-knowledge__grid-image {
	background-color: #fff;
	padding: 4.8rem 6.4rem;
	text-align: center
}
@media (max-width: 767px) {
	.p-lp-knowledge__grid-image {
		padding: 1.8rem 2.4rem 2.7rem;
		max-width: 25.8rem;
		margin-left: auto;
		margin-right: auto
	}
}
.p-lp-knowledge__grid-note {
	line-height: 1.8rem;
	margin-top: 2.4rem
}
.p-lp-knowledge__image {
	background-color: #fff;
	padding: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 35.6rem
}
@media (max-width: 767px) {
	.p-lp-knowledge__image {
		max-width: 25.8rem;
		margin-left: auto;
		margin-right: auto;
		padding: 1.8rem 2.4rem;
		min-height: auto
	}
	.p-lp-knowledge__image.mw-288-sp {
		max-width: 28.8rem
	}
}
.p-lp-knowledge__image--layout-2 {
	padding: 4.8rem 6.4rem
}
@media (max-width: 767px) {
	.p-lp-knowledge__image--layout-2 {
		padding: 1.8rem 2.4rem;
		max-width: 34.1rem
	}
}
.p-lp-knowledge__image .c-note {
	width: 100%
}
.p-lp-knowledge__image img {
	display: block
}
.p-lp-knowledge__list-button {
	display: flex;
	flex-wrap: wrap;
	gap: 3.4rem
}
@media (max-width: 767px) {
	.p-lp-knowledge__list-button {
		flex-direction: column;
		align-items: center;
		gap: 1.4rem
	}
	.p-lp-knowledge__list-button .c-link-button {
		min-width: 19.6rem
	}
}
.p-lp-knowledge__card-09 {
	max-width: 89.2rem;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6.4rem 8rem
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-lp-knowledge__card-09 {
		gap: 4.8rem
	}
}
@media (max-width: 767px) {
	.p-lp-knowledge__card-09 {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.6rem
	}
}
.p-lp-knowledge__card-10 {
	max-width: 96.4rem;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9.2rem
}
@media (max-width: 767px) {
	.p-lp-knowledge__card-10 {
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem
	}
}
.p-lp-knowledge__toggle {
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-lp-knowledge__toggle {
		margin-top: 4rem;
		margin-left: -2rem;
		margin-right: -2rem
	}
}
@media (max-width: 767px) {
	.p-lp-knowledge__toggle .c-toggle {
		border-top: 0;
		border-bottom: 0;
		background-color: #FAF2F2;
		padding: 4.8rem 2rem
	}
	.p-lp-knowledge__toggle .c-toggle__head {
		padding-top: 0;
		padding-bottom: 0
	}
	.p-lp-knowledge__toggle .c-toggle__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
	.p-lp-knowledge__toggle .c-toggle__text {
		padding-left: 0;
		padding-right: 0
	}
	.p-lp-knowledge__toggle .c-toggle+.c-toggle {
		margin-top: 1.6rem
	}
}
.p-lp-qa {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.p-lp-qa {
		margin-top: -4.8rem
	}
}
.p-lp-qa__toggle {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-lp-qa__toggle {
		margin-top: 4rem
	}
}
.p-lp-qa__buttons {
	display: flex;
	justify-content: space-between;
	gap: 4.8rem;
	margin-top: 6.4rem;
	max-width: calc(100% - 8rem);
	margin-left: auto;
	margin-right: auto
}
@media (min-width: 768px) and (max-width: 1080px) {
	.p-lp-qa__buttons {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4.8rem 14.6rem
	}
}
@media (max-width: 767px) {
	.p-lp-qa__buttons {
		flex-direction: column;
		align-items: center;
		gap: 1.6rem;
		margin-top: 4rem
	}
	.p-lp-qa__buttons .c-link-button {
		font-size: 2rem;
		padding: 2rem;
		min-width: 24.9rem
	}
}
.p-gas-safety-notice-wrapper {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.p-gas-safety-notice-wrapper {
		margin-top: -4.8rem
	}
}
.p-gas-safety-notice-wrapper__description {
	line-height: 2.6rem;
	margin-bottom: 12.8rem
}
@media (max-width: 767px) {
	.p-gas-safety-notice-wrapper__description {
		font-size: 1.4rem;
		line-height: 2.3rem;
		margin-bottom: 5.1rem
	}
}
.p-gas-safety-notice-wrapper__img {
	max-width: 100%;
	margin: 0 auto 12.8rem
}
@media (max-width: 767px) {
	.p-gas-safety-notice-wrapper__img {
		margin: 0 auto 5.1rem
	}
}
.p-gas-safety-notice-wrapper__img img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}
.p-mess-brand-kv {
	margin-top: 10rem;
	padding-bottom: 9.2rem
}
@media (max-width: 991px) {
	.p-mess-brand-kv {
		margin-top: 6rem
	}
}
@media (max-width: 767px) {
	.p-mess-brand-kv {
		padding-bottom: 4.8rem
	}
}
.p-mess-brand-kv__content {
	display: flex;
	flex-direction: column;
	gap: 3.2rem
}
@media (max-width: 767px) {
	.p-mess-brand-kv__content {
		gap: 0
	}
}
.p-mess-brand-kv__title {
	color: #fff
}
@media (max-width: 767px) {
	.p-mess-brand-kv__title {
		margin-bottom: 1.6rem
	}
}
.p-mess-brand-kv__subtitle {
	margin-left: 10rem;
	color: #fff
}
@media (max-width: 767px) {
	.p-mess-brand-kv__subtitle {
		margin-bottom: 4.8rem;
		margin-left: 0
	}
}
.p-mess-brand-kv__slogan {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}
@media (max-width: 767px) {
	.p-mess-brand-kv__slogan {
		margin-bottom: 4.8rem
	}
}
.p-mess-brand-kv__decor {
	position: relative;
	margin: 3.2rem;
	max-width: 31.5rem
}
@media (max-width: 767px) {
	.p-mess-brand-kv__decor {
		max-width: 17.8rem;
		margin: 0
	}
}
.p-mess-brand-kv__img {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.p-mess-brand-kv__description {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	text-align: center;
	color: #fff
}
@media (max-width: 767px) {
	.p-mess-brand-kv__description {
		gap: 3.2rem
	}
}
.p-mess-brand-symbol {
	position: relative
}
.p-mess-brand-symbol__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
.p-mess-brand-symbol__text {
	width: 51.7857142857%
}
@media (max-width: 767px) {
	.p-mess-brand-symbol__text {
		width: 100%;
		margin-bottom: 4rem
	}
}
.p-mess-brand-symbol__category {
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-mess-brand-symbol__category {
		margin-bottom: 1.6rem
	}
}
.p-mess-brand-symbol__image {
	width: 41.9642857143%
}
.p-mess-brand-symbol__image img {
	display: block;
	width: 47rem;
	max-width: 100%;
	margin: 0 auto
}
@media (max-width: 767px) {
	.p-mess-brand-symbol__image {
		width: 100%
	}
}
.p-mess-brand-symbolic {
	position: relative
}
.p-mess-brand-symbolic__content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8.3035714286%
}
@media (max-width: 767px) {
	.p-mess-brand-symbolic__content {
		gap: 1.6rem
	}
}
.p-mess-brand-symbolic__inner {
	width: 51.7857142857%
}
@media (max-width: 767px) {
	.p-mess-brand-symbolic__inner {
		width: 100%
	}
}
.p-mess-brand-symbolic__category {
	margin-bottom: 3.2rem
}
@media (max-width: 767px) {
	.p-mess-brand-symbolic__category {
		margin-bottom: 1.6rem
	}
}
.p-mess-brand-symbolic__title {
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-mess-brand-symbolic__title {
		margin-bottom: 1.6rem
	}
}
.p-mess-brand-symbolic__description {
	display: flex;
	flex-direction: column;
	gap: 2rem
}
@media (max-width: 767px) {
	.p-mess-brand-symbolic__description {
		gap: 2.2rem
	}
}
.p-mess-brand-symbolic__image {
	width: 30.4464285714%
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-mess-brand-symbolic__image {
		width: 39.9107142857%
	}
}
@media (max-width: 767px) {
	.p-mess-brand-symbolic__image {
		width: 20.6rem;
		margin: 2.4rem auto
	}
}
.p-mess-ceo-intro__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4.8rem 4.2857142857%
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__content {
		gap: 4rem
	}
}
.p-mess-ceo-intro__general {
	width: 45.7142857143%;
	display: flex;
	flex-direction: column;
	gap: 3.2rem
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__general {
		width: 100%;
		gap: 1.6rem
	}
}
.p-mess-ceo-intro__title {
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-style: italic
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__title {
		font-style: normal
	}
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__excerpt {
		font-size: 1.6rem;
		list-style: 2.6rem
	}
}
.p-mess-ceo-intro__image {
	width: 50%
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__image {
		width: 100%
	}
}
.p-mess-ceo-intro__description {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2rem
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__description {
		gap: 1.6rem
	}
}
.p-mess-ceo-intro__description h3 {
	margin-bottom: 1.2rem
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__description h3 {
		margin-bottom: 0
	}
}
.p-mess-ceo-intro__signature {
	text-align: right;
	margin-top: 1.2rem
}
@media (max-width: 767px) {
	.p-mess-ceo-intro__signature {
		margin-top: 2.4rem
	}
}
.p-mess-ceo-intro__signature img {
	width: 17.2rem
}
.p-mess-ceo-video__youtube {
	display: block;
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-mess-ceo-video__youtube {
		margin-top: 4rem
	}
}
.p-mess-ceo-video__iframe {
	display: block;
	margin: 0 auto;
	aspect-ratio: 640/360;
	width: 64rem;
	max-width: 100%
}
@media (max-width: 767px) {
	.p-mess-ceo-video__iframe {
		aspect-ratio: 350/197
	}
}
.p-news-cat__content {
	display: flex;
	justify-content: space-between;
	gap: 4.8rem
}
@media (min-width: 768px) {
	.p-news-cat__content {
		align-items: center
	}
}
@media (max-width: 767px) {
	.p-news-cat__content {
		flex-direction: column;
		gap: 2.4rem;
		margin-left: -2rem;
		margin-right: -2rem;
		padding: .8rem 0
	}
}
.p-news-cat__list {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 4.8rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.p-news-cat__list {
		gap: 2.4rem
	}
}
@media (max-width: 767px) {
	.p-news-cat__list {
		width: auto;
		overflow: auto;
		flex-wrap: nowrap;
		gap: 1.6rem;
		padding: 0 2rem
	}
	.p-news-cat__list::-webkit-scrollbar {
		display: none
	}
}
.p-news-cat__filter {
	position: relative;
	z-index: 10;
	width: 16rem
}
@media (max-width: 767px) {
	.p-news-cat__filter {
		margin: 0 auto
	}
}
.p-news-cat__filter-active {
	position: relative;
	display: flex;
	width: 100%;
	height: 5.4rem;
	padding: 0 3rem 0 1.6rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 1.4rem;
	background: #DB0917;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
	cursor: pointer
}
@media (max-width: 767px) {
	.p-news-cat__filter-active {
		height: 4.6rem
	}
}
.p-news-cat__filter-active::before {
	position: absolute;
	content: "";
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.2rem;
	height: 2.2rem;
	background-image: url(../images/common/btn_arrow_mini.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .3s ease
}
.p-news-cat__filter-active.is-active::before {
	transform: translateY(-50%) rotate(180deg)
}
.p-news-cat__filter-option {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	border-radius: 1.4rem;
	border: 1px solid #DB0917;
	background: #FFF;
	padding: 0 1.6rem
}
.p-news-cat__filter-option li {
	width: 100%;
	padding: 1.2rem;
	border-bottom: .1rem solid #FA5A4B;
	color: #DB0917;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
	cursor: pointer;
	transition: all .3s ease
}
@media (max-width: 767px) {
	.p-news-cat__filter-option li {
		padding: .7rem
	}
}
.p-news-cat__filter-option li:hover {
	color: #F9BFC2
}
.p-news-cat__filter-option li:last-child {
	border-bottom: 0
}
.p-news-cat__filter-option li a {
	color: #DB0917
}
.p-news-content__list {
	margin-bottom: 8rem
}
.p-news-content__list>p {
	margin-top: 1.6rem
}
@media (max-width: 767px) {
	.p-news-content__list {
		margin-bottom: 4rem
	}
}
.p-news-content__item {
	padding: 1.6rem 0
}
.p-news-detail__pickup {
	border-bottom: 0;
	gap: 1.6rem 5.6rem;
	padding: 0
}
@media (max-width: 767px) {
	.p-news-detail__pickup {
		gap: 1.6rem
	}
}
.p-news-detail__pickup .c-tag:hover {
	background: transparent;
	color: #DB0917
}
.p-news-detail__pickup .c-news-item__title {
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: 700;
	flex: unset;
	width: 100%;
	max-width: 100%
}
@media (max-width: 767px) {
	.p-news-detail__pickup .c-news-item__title {
		font-size: 1.8rem;
		line-height: 3.2rem
	}
}
.p-payment-card {
	padding-top: 6.5rem;
	padding-bottom: 8rem
}
@media (max-width: 767px) {
	.p-payment-card {
		padding-bottom: 6.4rem
	}
}
@media (max-width: 767px) {
	.p-payment-card .c-container--lg {
		padding: 0
	}
}
.p-payment-card__header {
	margin-bottom: 5rem
}
@media (max-width: 767px) {
	.p-payment-card__header {
		margin-bottom: 4rem
	}
}
.p-payment-card__desc {
	padding-left: 2rem
}
@media (max-width: 767px) {
	.p-payment-card__desc {
		margin-bottom: 4rem
	}
}
.p-payment-card__grid {
	margin-top: 6.4rem;
	padding-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-payment-card__grid {
		display: none
	}
}
.p-payment-card__definition-list {
	padding-bottom: 2.4rem;
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-payment-card__definition-list {
		margin-top: 3.2rem;
		padding: 0;
		margin-bottom: 1.6rem
	}
}
.p-payment-card__definition-list .c-p--xs {
	line-height: 2.6rem !important
}
.p-payment-card__social {
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 0;
	margin: 4.8rem auto
}
@media (max-width: 767px) {
	.p-payment-card__social {
		margin: 3.2rem auto;
		padding: 1.2rem 1.1rem
	}
}
.p-payment-card__social img {
	width: auto
}
.p-payment-card__credit-card {
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3.2rem 0;
	margin: 0 auto
}
.p-payment-card__credit-card img {
	width: 69.7rem;
	max-width: 100%
}
@media (max-width: 767px) {
	.p-payment-card__credit-card img {
		max-width: 100%
	}
}
@media (max-width: 767px) {
	.p-payment-card__credit-card {
		padding: 1.6rem
	}
}
.p-payment-card__slip-card img {
	max-width: 60rem
}
@media (max-width: 767px) {
	.p-payment-card__slip-card img {
		max-width: 100%
	}
}
@media (max-width: 767px) {
	.p-payment-card .c-payment-card .c-container {
		padding: 0
	}
}
.p-payment-card__list {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-payment-card__list {
		margin-top: 0
	}
}
@media (max-width: 767px) {
	.p-payment-contents-contents {
		padding-top: 3.2rem
	}
}
.p-payment-contents-contents__title {
	margin-bottom: .8rem
}
.p-payment-contents-contents__icon {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 187px
}
@media (max-width: 767px) {
	.p-payment-contents-contents__icon {
		max-width: 104px;
		bottom: auto;
		top: 1.1rem
	}
}
.p-payment-contents__header {
	margin-bottom: 4.8rem;
	position: relative
}
@media (max-width: 767px) {
	.p-payment-contents__header {
		margin-bottom: 4rem
	}
}
.p-payment-contents__header-icon {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 187px
}
@media (max-width: 767px) {
	.p-payment-contents__header-icon {
		max-width: 10.4rem;
		right: 0rem;
		top: .8rem
	}
}
.p-payment-debit {
	padding: 6.4rem 0 8rem 0
}
@media (max-width: 767px) {
	.p-payment-debit {
		padding-bottom: 6.4rem
	}
}
@media (max-width: 767px) {
	.p-payment-debit .c-container--lg, .p-payment-debit .c-container {
		padding: 0
	}
}
.p-payment-debit__header {
	margin-bottom: 5rem
}
@media (max-width: 767px) {
	.p-payment-debit__header {
		margin-bottom: 4rem;
		padding: 0 2rem
	}
}
.p-payment-debit__grid {
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-payment-debit__grid {
		margin-bottom: 4rem;
		padding: 0 2rem
	}
}
.p-payment-debit__list {
	margin-bottom: 0.8rem
}
.p-payment-debit__list .c-list__item:last-child {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.p-payment-debit__list .c-list__item:last-child .c-list__desc {
		padding-bottom: 0
	}
}
.p-payment-debit__desc {
	padding-left: 2rem
}
.p-payment-debit__bottom {
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-payment-debit__bottom {
		display: none
	}
}
.p-payment-debit__featured-title {
	margin-bottom: 4.8rem
}
.p-payment-debit__featured-financial {
	padding-top: 2.4rem
}
@media (max-width: 767px) {
	.p-payment-debit__featured-financial {
		padding-top: 0
	}
}
.p-payment-debit__featured-financial ul li {
	display: block;
	border-bottom: 1px solid #FA5A4B;
	padding: 1.6rem 0.8rem;
	font-size: 1.6rem;
	line-height: 2.6rem
}
.p-payment-debit__featured-financial ul li:first-child {
	border-top: 1px solid #FA5A4B
}
@media (max-width: 767px) {
	.p-payment-debit__featured-financial ul li {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-payment-debit__featured-definition-list {
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-payment-debit__featured-definition-list {
		margin-bottom: 1.6rem
	}
}
.p-payment {
	margin-top: -6rem
}
@media (max-width: 767px) {
	.p-payment {
		margin-top: -4.8rem;
		padding-top: 6.4rem;
		padding-bottom: 6.4rem;
		position: relative;
		z-index: 1
	}
}
@media (max-width: 767px) {
	.p-payment .c-container--lg {
		padding: 0
	}
}
.p-payment-method {
	margin: 0 auto;
	padding: 0 0 6.4rem 0
}
@media (max-width: 767px) {
	.p-payment-method {
		padding: 0 0 4rem 0
	}
}
.p-payment-method__title {
	margin-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-payment-method__title {
		margin-bottom: 4rem
	}
}
.p-payment-method__desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-payment-method__desc {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
@media (max-width: 767px) {
	.p-payment-method__desc {
		margin-bottom: 1.6rem
	}
}
.p-payment-type {
	padding: 6.4rem 10rem;
	background: #FAF2F2
}
@media (max-width: 767px) {
	.p-payment-type {
		padding: 4.8rem 0
	}
}
@media (max-width: 767px) {
	.p-payment-type__header {
		padding: 0 2rem
	}
}
.p-payment-type__title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-payment-type__title {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
@media (max-width: 767px) {
	.p-payment-type__title {
		margin-bottom: 1.6rem
	}
}
.p-payment-type__desc {
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-payment-type__desc {
		margin-bottom: 3.2rem
	}
}
.p-payment-type__grid {
	display: flex;
	justify-content: center;
	gap: 0 4.8rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-payment-type__grid {
		gap: 0 2.4rem;
		padding-bottom: 2px
	}
}
@media (max-width: 767px) {
	.p-payment-type__grid {
		gap: 0;
		display: block;
		width: 100%
	}
}
.p-payment-type .slick-slider .slick-slide {
	padding: 0 8px
}
@media (max-width: 767px) {
	.p-payment-type .slick-slide {
		width: 16.6rem;
		pointer-events: auto;
		-webkit-user-select: auto;
		-moz-user-select: auto;
		user-select: auto;
		-webkit-user-drag: auto;
		padding: 0 8px
	}
}
.p-payment-type .slick-track {
	display: block
}
.p-payment-type .c-card-07 {
	display: flex !important
}
.p-payment-service__header {
	text-align: center;
	margin-bottom: 4.8rem;
	position: relative
}
@media (max-width: 767px) {
	.p-payment-service__header {
		margin-bottom: 4rem;
		text-align: left
	}
}
.p-payment-slip {
	margin-bottom: 0;
	padding-bottom: 1.6rem
}
@media (max-width: 767px) {
	.p-payment-slip {
		padding-bottom: 4.8rem
	}
}
@media (max-width: 767px) {
	.p-payment-slip .c-container--lg {
		padding: 0
	}
}
.p-payment-slip__header {
	margin-bottom: 5rem
}
@media (max-width: 767px) {
	.p-payment-slip__header {
		padding: 0 2rem
	}
}
.p-payment-slip__icon-grid {
	padding-top: 6.4rem;
	padding-bottom: 6.4rem
}
@media (max-width: 767px) {
	.p-payment-slip__icon-grid {
		display: none
	}
}
.p-payment-slip__note {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-payment-slip__note {
		margin-top: 3.2rem
	}
}
@media (max-width: 767px) {
	.p-payment-slip__list {
		margin-bottom: 3.2rem
	}
}
.p-recruit-env-activities {
	padding-bottom: 9rem
}
.p-recruit-env-activities:last-child {
	padding-bottom: 10rem
}
.p-recruit-env-activities__2col {
	margin-bottom: 6rem
}
@media (min-width: 1025px) {
	.p-recruit-env-activities__2col {
		display: flex;
		flex-wrap: wrap;
		gap: 5rem 6rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-activities__2col {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem 4rem
	}
}
@media (max-width: 767px) {
	.p-recruit-env-activities__2col {
		margin-bottom: 5rem
	}
	.p-recruit-env-activities__2col:not(.swiper-wrapper) {
		display: flex;
		flex-direction: column;
		gap: 5rem
	}
}
.p-recruit-env-activities__2col-item {
	line-height: 0
}
@media (min-width: 1025px) {
	.p-recruit-env-activities__2col-item {
		width: calc((100% - 6rem) / 2)
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-activities__2col-item {
		width: calc((100% - 4rem) / 2)
	}
}
.p-recruit-env-activities__2col-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 570/280;
	border-radius: 1.5rem;
	border: 2px solid #DB0917
}
@media (max-width: 767px) {
	.p-recruit-env-activities__2col-item img {
		aspect-ratio: 300/150
	}
}
@media (min-width: 1025px) {
	.p-recruit-env-activities__3col {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem 3rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-activities__3col {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem 2rem
	}
}
.p-recruit-env-activities__3col-item {
	line-height: 0
}
@media (min-width: 1025px) {
	.p-recruit-env-activities__3col-item {
		width: calc((100% - 6rem) / 3)
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-activities__3col-item {
		width: calc((100% - 4rem) / 3)
	}
}
.p-recruit-env-activities__3col-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 380/220;
	border-radius: 1.5rem;
	border: 2px solid #DB0917
}
@media (max-width: 767px) {
	.p-recruit-env-activities__3col-item img {
		aspect-ratio: 300/150
	}
}
.p-recruit-env-activities__3col-img-lg {
	aspect-ratio: 380/280 !important
}
@media (max-width: 767px) {
	.p-recruit-env-activities__3col-img-lg {
		aspect-ratio: 300/221
	}
}
@media (max-width: 767px) {
	.p-recruit-env-activities__slider {
		margin-right: -2rem;
		padding-right: 2rem
	}
}
.p-recruit-env-activities__slider .swiper-button-next {
	display: none
}
@media (max-width: 767px) {
	.p-recruit-env-activities__slider .swiper-button-next {
		display: block;
		width: 4.8rem;
		height: 4.8rem;
		right: 10%;
		outline: none
	}
	.p-recruit-env-activities__slider .swiper-button-next::after {
		display: none
	}
	.p-recruit-env-activities__slider .swiper-button-next::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../images/recruit/environtment/btn_arrow_sp.svg);
		background-size: 100%
	}
}
@media (min-width: 568px) and (max-width: 767px) {
	.p-recruit-env-activities__slider .swiper-button-next {
		right: 11.5%
	}
}
@media (max-width: 767px) {
	.p-recruit-env-activities__pani-2col {
		margin: 0;
		top: calc(50% - 5rem)
	}
}
.p-recruit-env-benefits {
	position: relative;
	background: #FFF;
	border-radius: 0 6.5rem 0 0;
	padding: 10.2rem 0 9rem
}
@media (max-width: 767px) {
	.p-recruit-env-benefits {
		padding: 6rem 0 7rem
	}
}
.p-recruit-env-benefits__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3.6rem 4.5rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-benefits__list {
		gap: 3.6rem 4rem
	}
}
@media (max-width: 767px) {
	.p-recruit-env-benefits__list {
		gap: 4rem
	}
}
.p-recruit-env-benefits__item {
	width: calc((100% - 9rem) / 3)
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-benefits__item {
		width: calc((100% - 8rem) / 3)
	}
}
@media (max-width: 767px) {
	.p-recruit-env-benefits__item {
		width: 100%
	}
}
.p-recruit-env-benefits__item-img {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	padding-right: 2rem;
	margin-bottom: 2rem;
	line-height: 0
}
@media (max-width: 767px) {
	.p-recruit-env-benefits__item-img {
		padding-right: 0
	}
}
.p-recruit-env-benefits__item-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 5.6rem 0px 0px 0px
}
.p-recruit-env-benefits__item-img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	z-index: 1;
	border-radius: 5.6rem 0px 0px 0px;
	background: #FFE2E2
}
@media (max-width: 767px) {
	.p-recruit-env-benefits__item-img::before {
		right: -2rem
	}
}
.p-recruit-env-benefits__item-excerpt {
	font-weight: 400;
	line-height: 3rem;
	color: #000
}
@media (min-width: 768px) {
	.p-recruit-env-benefits__item:nth-of-type(3n-1) {
		margin-top: 3rem
	}
	.p-recruit-env-benefits__item:nth-of-type(3n-2) {
		margin-top: 6rem
	}
}
.p-recruit-env-system {
	padding-bottom: 9.2rem
}
@media (max-width: 767px) {
	.p-recruit-env-system {
		padding-bottom: 9rem
	}
}
.p-recruit-env-system__content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3.7rem
}
@media (max-width: 767px) {
	.p-recruit-env-system__content {
		gap: 3.3rem
	}
}
.p-recruit-env-system__img {
	position: relative;
	width: 46.8333333333%;
	padding-top: 1.8rem;
	padding-right: 2.2rem;
	line-height: 0
}
@media (max-width: 767px) {
	.p-recruit-env-system__img {
		width: 100%;
		padding-right: 0;
		padding-top: 1.4rem
	}
}
.p-recruit-env-system__img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 5.6rem 0px 0px 0px
}
.p-recruit-env-system__img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 2.2rem);
	height: calc(100% - 1.8rem);
	z-index: 1;
	border-radius: 5.6rem 0px 0px 0px;
	background: #FFE2E2
}
@media (max-width: 767px) {
	.p-recruit-env-system__img::before {
		width: calc(100% - 2rem);
		height: calc(100% - 1.4rem);
		right: -2rem
	}
}
.p-recruit-env-system__description {
	flex: 1;
	padding-top: 4.8rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: normal
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruit-env-system__description {
		padding-top: 0
	}
}
@media (max-width: 767px) {
	.p-recruit-env-system__description {
		padding-top: 0
	}
}
@media (min-width: 768px) {
	.p-recruit-env-system__description p, .p-recruit-env-system__description ul, .p-recruit-env-system__description ol {
		margin-bottom: 2.2rem
	}
	.p-recruit-env-system__description p:last-child, .p-recruit-env-system__description ul:last-child, .p-recruit-env-system__description ol:last-child {
		margin-bottom: 0
	}
}
.p-recruit-env__title {
	margin-bottom: 1.4rem
}
@media (max-width: 767px) {
	.p-recruit-env__title {
		margin-bottom: 2rem
	}
}
.p-recruit-env__subtitle {
	color: #FA5A4B;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 2rem
}
.p-recruit-env__excerpt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: normal;
	color: #000;
	margin-bottom: 6rem
}
@media (max-width: 767px) {
	.p-recruit-env__excerpt {
		margin-bottom: 3rem
	}
}
.p-recruit-banner {
	position: absolute;
	display: block;
	right: 0;
	bottom: 5.6rem;
	z-index: 9999
}
@media (max-width: 767px) {
	.p-recruit-banner {
		width: 25rem;
		bottom: 3.6rem
	}
}
.p-recruit-content {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start
}
.p-recruit-content--center {
	justify-content: center;
	flex-direction: column
}
.p-recruit-content--center .p-recruit-content__title {
	text-align: center
}
.p-recruit-content--center .p-recruit-content__subtitle {
	text-align: center
}
.p-recruit-content--center .p-recruit-content__text {
	text-align: center
}
.p-recruit-content--center .p-recruit-content__top::after {
	left: 50%
}
.p-recruit-content--center .p-recruit-content__button {
	margin-left: auto;
	margin-right: auto
}
.p-recruit-content--white .p-recruit-content__title {
	color: #fff
}
.p-recruit-content--white .p-recruit-content__subtitle {
	color: #fff
}
.p-recruit-content--white .p-recruit-content__text {
	color: #fff
}
.p-recruit-content--white .p-recruit-content__top::after {
	background-color: #fff
}
@media (max-width: 767px) {
	.p-recruit-content__title {
		text-align: center
	}
}
.p-recruit-content__subtitle {
	margin-top: 1rem
}
@media (max-width: 767px) {
	.p-recruit-content__subtitle {
		text-align: center
	}
}
.p-recruit-content__button {
	width: -moz-max-content;
	width: max-content;
	height: 4rem;
	padding: 0 2.5rem;
	border-radius: 2rem;
	background: #FA5A4B;
	color: #FFF;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem
}
@media (max-width: 767px) {
	.p-recruit-content__button {
		margin-left: auto;
		margin-right: auto
	}
}
.p-recruit-content__button:after {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .8rem;
	background: url(../images/recruit/i-arrow-wo.svg) 50% 50% no-repeat;
	background-size: 99%
}
.p-recruit-content__top {
	width: 100%;
	position: relative;
	padding-bottom: 9.5rem
}
.p-recruit-content__top::after {
	content: "";
	display: block;
	width: 1px;
	height: 7.5rem;
	background-color: #FA5A4B;
	position: absolute;
	left: 2.7rem;
	bottom: 0
}
@media (max-width: 767px) {
	.p-recruit-content__top::after {
		left: 50%
	}
}
.p-recruit-content__bottom {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-items: flex-start;
	align-items: flex-start;
	margin-top: 2rem;
	margin-bottom: 1.5rem
}
.p-recruit-content__bottom--gap1 {
	gap: 3.1rem
}
@media (max-width: 767px) {
	.p-recruit-content__bottom--gap1 {
		gap: 2.4rem
	}
}
.p-recruit-content__bottom--gap2 {
	gap: 2rem
}
@media (max-width: 767px) {
	.p-recruit-content__bottom--gap2 {
		gap: 1.4rem
	}
}
.p-recruit-content__head {
	width: 100%;
	color: #000;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-indent: 1.5rem;
	margin-left: -1.5rem
}
@media (max-width: 767px) {
	.p-recruit-content__head {
		font-size: 2.4rem
	}
}
.p-recruit-content__text {
	width: 100%;
	color: #000;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal
}
@media (max-width: 767px) {
	.p-recruit-content__text {
		font-size: 1.8rem
	}
}
.p-recruit-environment {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 7rem
}
@media (max-width: 767px) {
	.p-recruit-environment {
		margin-top: 10rem
	}
}
.p-recruit-environment__inner {
	width: 100%;
	max-width: 127rem;
	padding: 0 2rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap
}
@media (max-width: 767px) {
	.p-recruit-environment__inner {
		padding: 0
	}
}
.p-recruit-environment__topbg {
	position: absolute;
	top: 13px;
	right: 0;
	width: 43.1rem;
	border-top-left-radius: 5.6rem;
	z-index: 2;
	max-width: 30%
}
@media (max-width: 767px) {
	.p-recruit-environment__topbg {
		display: none
	}
}
.p-recruit-environment__content {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
	align-items: flex-start
}
@media (max-width: 767px) {
	.p-recruit-environment__content {
		margin-top: 1.5rem;
		padding-bottom: 4.7rem
	}
}
.p-recruit-environment__image {
	border-top-right-radius: 5.6rem;
	width: calc(62% + 50vw - 50%);
	margin-left: calc(50% - 50vw);
	position: relative;
	line-height: 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 50rem
}
@media (max-width: 767px) {
	.p-recruit-environment__image {
		border-top-right-radius: 2.5rem;
		position: relative;
		order: 2;
		z-index: 9;
		bottom: 0;
		width: calc(100% - 3rem);
		height: auto;
		margin-top: -16.6rem;
		margin-left: 0;
		left: 0
	}
}
.p-recruit-environment__box {
	border-top-left-radius: 5.6rem;
	border-bottom-left-radius: 5.6rem;
	width: calc(62% + 50vw - 50%);
	margin-left: -24%;
	padding-left: calc(24% + 8rem);
	margin-right: calc(50% - 50vw);
	background-color: #DB0917;
	margin-top: 9rem;
	color: #FFF;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 50rem;
	gap: 1.4rem;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}
@media (max-width: 767px) {
	.p-recruit-environment__box {
		margin-top: 0;
		width: calc(100% - 3rem);
		margin-left: 3rem;
		margin-right: 0;
		border-top-left-radius: 2.5rem;
		border-bottom-left-radius: 2.5rem;
		padding: 5.3rem 4.7rem;
		justify-content: flex-start;
		height: auto;
		padding-bottom: 21.3rem
	}
}
.p-recruit-faq {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	background: url(../images/recruit/faq.png) 0 0 no-repeat;
	background-size: 100% auto;
	min-height: 99.8rem;
	padding-top: 8.8rem;
	aspect-ratio: 1440/998
}
@media (max-width: 1199.98px) {
	.p-recruit-faq {
		background: url(../images/recruit/faq_sp.png) 50% calc(100% - 14.5rem) no-repeat;
		background-size: auto;
		aspect-ratio: auto;
		min-height: auto;
		padding-bottom: 21.6rem
	}
}
.p-recruit-faq__inner {
	width: 100%
}
.p-recruit-faq__image {
	margin: auto;
	width: 32.2rem;
	display: block
}
@media (max-width: 767px) {
	.p-recruit-faq__image {
		width: 14.1rem
	}
}
.p-recruit-faq__content {
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-recruit-faq__content {
		margin-top: 1.9rem
	}
}
.p-recruit-info {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13.4rem
}
@media (max-width: 767px) {
	.p-recruit-info {
		padding-top: 8.6rem
	}
}
.p-recruit-info::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 49.5%;
	right: 0;
	top: 0;
	border-top-left-radius: 5.6rem;
	border-bottom-left-radius: 5.6rem;
	background: #FBE6E7
}
@media (max-width: 767px) {
	.p-recruit-info::before {
		width: 100%
	}
}
.p-recruit-info__inner {
	width: 100%;
	max-width: 124rem;
	padding: 0 2rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13.5rem
}
@media (max-width: 767px) {
	.p-recruit-info__inner {
		gap: 3.8rem;
		padding-right: 0
	}
}
.p-recruit-info__block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start
}
@media (max-width: 767px) {
	.p-recruit-info__block {
		justify-content: center;
		align-items: center;
		position: relative
	}
}
.p-recruit-info__image {
	width: calc(62.5% + 50vw - 50%);
	position: relative;
	line-height: 0;
	-o-object-fit: cover;
	object-fit: cover
}
@media (max-width: 991.98px) {
	.p-recruit-info__image {
		width: 100%;
		max-width: unset;
		order: 2
	}
}
.p-recruit-info__image--roundleft {
	border-top-left-radius: 5.6rem;
	margin-right: calc(50% - 50vw)
}
@media (max-width: 767px) {
	.p-recruit-info__image--roundleft {
		border-top-left-radius: 0;
		margin-left: 1rem;
		margin-right: 0rem
	}
}
.p-recruit-info__image--roundright {
	border-top-right-radius: 5.6rem;
	margin-left: calc(50% - 50vw);
	width: calc(60% + 50vw - 50%);
	margin-right: 6rem
}
@media (max-width: 767px) {
	.p-recruit-info__image--roundright {
		border-top-right-radius: 0;
		margin-left: 1rem;
		margin-right: 0rem;
		width: 100%
	}
}
.p-recruit-info__content {
	flex: 1;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-items: flex-start;
	z-index: 2;
	top: -1.3rem
}
@media (max-width: 767px) {
	.p-recruit-info__content {
		padding: 0 0 0 2rem;
		top: 0
	}
}
.p-recruit-info__bottom {
	gap: 2rem
}
@media (max-width: 767px) {
	.p-recruit-info__bottom {
		gap: 1.4rem;
		padding-right: 3rem
	}
}
.p-recruit-info__bottom .p-recruit-content__text {
	font-size: 2rem
}
.p-recruit-interview {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap
}
.p-recruit-interview__top {
	width: 100%;
	background: #FBE6E7;
	padding: 4.2rem 0 14.3rem
}
@media (max-width: 767px) {
	.p-recruit-interview__top {
		padding: 6.7rem 0 12.7rem
	}
}
.p-recruit-interview__bottom {
	margin-top: -8rem;
	z-index: 2;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap
}
@media (max-width: 767px) {
	.p-recruit-interview__bottom {
		margin-top: -7.6rem
	}
}
.p-recruit-interview__inner {
	width: 100%;
	max-width: 118rem;
	padding: 0 2rem;
	margin: auto
}
@media (max-width: 767px) {
	.p-recruit-interview__inner {
		padding: 0 3rem
	}
}
.p-recruit-interview__buttonlist {
	width: 100%;
	position: relative;
	display: flex;
	gap: 4rem;
	justify-content: space-between;
	margin-top: 3.5rem
}
@media (max-width: 767px) {
	.p-recruit-interview__buttonlist {
		flex-direction: column;
		margin-top: 2rem;
		gap: 2rem
	}
}
.p-recruit-interview__button {
	width: 50rem;
	height: 10rem;
	border-radius: 5rem;
	background: #fff;
	border: 1px solid #DB0917;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	color: #DB0917;
	font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
@media (max-width: 767px) {
	.p-recruit-interview__button {
		width: 100%;
		height: 7rem;
		font-size: 1.8rem;
		gap: 1.7rem
	}
}
.p-recruit-interview__button::after {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background: url(../images/recruit/i-arrow-red.svg) 50% 50% no-repeat;
	background-size: 99%
}
@media (max-width: 767px) {
	.p-recruit-interview__button::after {
		width: 1.2rem;
		height: 1.2rem
	}
}
.p-recruit-kv {
	width: 100%;
	height: 85rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	z-index: 2
}
@media (max-width: 767px) {
	.p-recruit-kv {
		height: auto
	}
}
.p-recruit-kv__bg {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: calc(100% + 5rem);
	border-bottom-left-radius: 5.6rem
}
@media (max-width: 767px) {
	.p-recruit-kv__bg {
		position: relative;
		width: calc(100% - 1.3rem);
		margin-left: auto;
		marign-right: 0;
		height: auto;
		margin-top: -2.3rem;
		z-index: 2;
		border-bottom-left-radius: 3rem
	}
}
.p-recruit-kv__inner {
	width: 100%;
	max-width: 133.2rem;
	padding: 10.7rem 2rem 0;
	display: flex;
	flex-wrap: wrap
}
@media (max-width: 767px) {
	.p-recruit-kv__inner {
		padding: 2.4rem 0 0
	}
}
.p-recruit-kv__slogan {
	position: relative;
	display: block;
	z-index: 2
}
@media (max-width: 767px) {
	.p-recruit-kv__slogan {
		width: calc(100% - 4rem);
		margin-left: 2rem;
		z-index: 3
	}
}
.p-recruit-kv__content {
	padding-left: 16.5rem;
	margin-top: 12.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 4.5rem;
	flex-direction: column
}
@media (max-width: 767px) {
	.p-recruit-kv__content {
		padding-top: 17.7rem;
		margin-top: -11rem;
		background: #DB0917;
		padding-left: 3.1rem;
		padding-right: 3.1rem;
		z-index: 1;
		gap: 2.2rem
	}
}
.p-recruit-kv__more {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FA5A4B;
	font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
	transform: rotate(90deg) translate(-46.5%, 219%)
}
@media (max-width: 767px) {
	.p-recruit-kv__more {
		display: none
	}
}
.p-recruit-kv__more::before {
	content: "";
	display: block;
	width: 20rem;
	height: .1rem;
	background-color: #FA5A4B
}
.p-recruit-kv__button {
	width: 24rem;
	height: 6.5rem;
	border: 1px solid #DB0917;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #DB0917;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	gap: 1.2rem
}
@media (max-width: 767px) {
	.p-recruit-kv__button {
		width: 100%;
		height: 7rem;
		background: #fff
	}
}
.p-recruit-kv__button::after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	background: url(../images/recruit/i-arrow-red.svg) 50% 50% no-repeat;
	background-size: 99%
}
.p-recruit-news {
	margin-top: -18rem;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding-left: 12rem
}
@media (max-width: 767px) {
	.p-recruit-news {
		margin-top: -4rem;
		padding-left: 0
	}
}
.p-recruit-news__wrap {
	width: 100%;
	position: relative;
	padding: 8.6rem 12rem 4rem 0;
	background: #fff;
	border-top-left-radius: 5.6rem;
	border-top-right-radius: 5.6rem;
	display: flex;
	justify-content: center
}
@media (max-width: 767px) {
	.p-recruit-news__wrap {
		border-top-left-radius: 4rem;
		border-top-right-radius: 4rem;
		padding: 8.8rem 0 6.4rem
	}
}
.p-recruit-news__taglist {
	position: absolute;
	top: 0;
	left: 6.4rem;
	display: flex;
	flex-wrap: wrap
}
@media (max-width: 767px) {
	.p-recruit-news__taglist {
		left: 0;
		width: 100%;
		padding: 0 4rem
	}
}
.p-recruit-news__tag {
	height: 4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal
}
.p-recruit-news__tag--red {
	width: 16rem;
	border-bottom-left-radius: 3rem;
	background: #FA5A4B;
	gap: 1rem
}
@media (max-width: 767px) {
	.p-recruit-news__tag--red {
		width: 50%;
		border-bottom-left-radius: 2rem
	}
}
.p-recruit-news__tag--red span:first-child {
	font-size: 1.6rem
}
.p-recruit-news__tag--gray {
	width: 14rem;
	border-bottom-right-radius: 3rem;
	background: #808080;
	gap: .5rem
}
@media (max-width: 767px) {
	.p-recruit-news__tag--gray {
		width: 50%;
		border-bottom-right-radius: 2rem
	}
}
.p-recruit-news__tag--gray::after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	background: url(../images/recruit/i-arrow-white.svg) 50% 50% no-repeat;
	background-size: 99%
}
.p-recruit-news__inner {
	width: 100%;
	max-width: 109.6rem;
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
@media (max-width: 767px) {
	.p-recruit-news__inner {
		padding: 0 2.9rem
	}
}
.p-recruit-news__list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 2.6rem
}
@media (max-width: 767px) {
	.p-recruit-news__list {
		gap: 3.8rem
	}
}
.p-recruit-news__item {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 2.8rem
}
@media (max-width: 767px) {
	.p-recruit-news__item {
		gap: 1.4rem
	}
}
.p-recruit-news__date {
	width: 9rem;
	height: 2.3rem;
	border: 1px solid #000;
	border-radius: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.1rem
}
.p-recruit-news__title {
	flex: 1;
	color: #DB0917;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.9rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-recruit-news__title {
		font-size: 1.8rem;
		width: 100%;
		flex: auto;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}
.p-recruit-slogan {
	width: 100%;
	height: 54rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	background: #DB0917
}
@media (max-width: 767px) {
	.p-recruit-slogan {
		height: auto
	}
}
.p-recruit-slogan__inner {
	width: 100%;
	max-width: 109.6rem;
	padding: 13.2rem 2rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem
}
@media (max-width: 767px) {
	.p-recruit-slogan__inner {
		padding: 6.5rem .8rem 10.3rem;
		gap: 1rem
	}
}
.p-recruit-slogan__head {
	width: 100%;
	color: #FFF;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 5.8rem;
	font-style: italic;
	font-weight: 700;
	line-height: normal
}
@media (max-width: 767px) {
	.p-recruit-slogan__head {
		font-size: 3rem;
		text-align: center
	}
}
.p-recruit-slogan__sub {
	color: #FFF;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%
}
@media (max-width: 767px) {
	.p-recruit-slogan__sub {
		font-size: 2rem;
		text-align: center
	}
}
.p-recruit-training {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.4rem
}
@media (max-width: 767px) {
	.p-recruit-training {
		margin-top: 10rem
	}
}
.p-recruit-training__inner {
	width: 100%;
	max-width: 127rem;
	padding: 0 2rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap
}
.p-recruit-training__content {
	margin-top: 2rem;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start
}
@media (max-width: 767px) {
	.p-recruit-training__content {
		margin-top: .9rem
	}
}
.p-recruit-training__image {
	width: 100vw;
	aspect-ratio: 1440/500;
	border-top-left-radius: 5.6rem;
	border-top-right-radius: 5.6rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw
}
@media (max-width: 767px) {
	.p-recruit-training__image {
		aspect-ratio: 390/369;
		border-top-left-radius: 2.5rem;
		border-top-right-radius: 2.5rem;
		margin: 0
	}
}
.p-recruit-training__box {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	border-bottom-left-radius: 5.6rem;
	border-bottom-right-radius: 5.6rem;
	color: #333;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 42rem;
	height: 28.3rem;
	padding-top: 9.7rem;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.8);
	gap: 1.6rem
}
@media (max-width: 767px) {
	.p-recruit-training__box {
		width: 30rem;
		height: 17.3rem;
		padding-top: 5rem;
		border-bottom-left-radius: 2.5rem;
		border-bottom-right-radius: 2.5rem
	}
}
.p-recruit-whatisnitto {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	background: url(../images/recruit/whatisnitto.png) 0 100% no-repeat;
	background-size: 100% auto;
	min-height: 102.3rem;
	padding-top: 8.8rem;
	aspect-ratio: 1440/1023
}
@media (max-width: 991.98px) {
	.p-recruit-whatisnitto {
		padding-top: 2rem;
		background: url(../images/recruit/whatisnitto_sp.png) 50% 127px no-repeat;
		background-size: auto;
		aspect-ratio: auto;
		min-height: auto;
		padding-bottom: 6.8rem
	}
}
.p-recruit-whatisnitto__inner {
	width: 100%;
	left: -1.4rem;
	position: relative
}
.p-recruit-whatisnitto__image {
	margin: auto;
	width: 26.1rem;
	display: block;
	position: relative
}
@media (max-width: 767px) {
	.p-recruit-whatisnitto__image {
		width: 14.4rem
	}
}
.p-recruit-whatisnitto__content {
	margin-top: 4.8rem
}
.p-halfway-job__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin-top: 8.5rem;
	margin-bottom: 10rem
}
@media (max-width: 767px) {
	.p-halfway-job__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 5rem;
		margin-top: 9.1rem;
		margin-bottom: 12rem
	}
}
.p-halfway-job__item {
	position: relative
}
@media (max-width: 767px) {
	.p-halfway-job__item:nth-child(2) .p-halfway-job__item-content {
		padding-top: 9.1rem
	}
}
@media (max-width: 767px) {
	.p-halfway-job__item:nth-child(2) .p-halfway-job__item-title {
		top: -1.5rem;
		border-radius: 4.3rem
	}
}
.p-halfway-job__item-title {
	font-weight: 700;
	font-size: 2.4rem;
	background-color: #DB0917;
	border-radius: 2.9rem;
	color: #fff;
	text-align: center;
	padding: 1.2rem;
	line-height: normal;
	position: absolute;
	left: 0;
	top: -2.9rem;
	width: 100%
}
@media (max-width: 767px) {
	.p-halfway-job__item-title {
		font-size: 2.2rem;
		padding: .9rem;
		top: -2.1rem
	}
}
.p-halfway-job__item-content {
	font-weight: 400;
	background-color: #FEF0F0;
	border-radius: 4rem;
	line-height: 3rem;
	padding: 6.3rem 2rem 2rem;
	height: 100%
}
@media (max-width: 767px) {
	.p-halfway-job__item-content {
		padding: 4.9rem 1rem 2rem;
		font-size: 1.6rem
	}
}
.p-halfway-job__box+.p-halfway-job__box {
	margin-top: 10rem
}
@media (max-width: 767px) {
	.p-halfway-job__box+.p-halfway-job__box {
		margin-top: 5rem
	}
}
.p-halfway-job__toggle {
	border-top: 1px solid #FA5A4B
}
.p-halfway-job__toggle .c-toggle__title {
	color: #DB0917;
	font-size: 2rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.p-halfway-job__toggle .c-toggle__title {
		line-height: 2.6rem
	}
}
.p-halfway-job__toggle .c-toggle__head {
	padding-left: 2.5rem
}
@media (max-width: 767px) {
	.p-halfway-job__toggle .c-toggle__head {
		padding-left: 0;
		padding-top: 2rem;
		padding-bottom: 2rem
	}
}
.p-halfway-job__toggle .c-toggle__head::before {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	background-size: 21px 21px;
	border: 1px solid #FA5A4B
}
.p-halfway-job__toggle .c-toggle__head.active::before {
	background-color: #FA5A4B;
	background-image: url(../images/common/ic-minus-white.svg)
}
.p-halfway-job__toggle .c-toggle__content {
	border-top: 1px solid #FA5A4B
}
.p-halfway-job__toggle .c-toggle__text {
	padding: 4.6rem 1.5rem 4.8rem 2.5rem
}
@media (max-width: 767px) {
	.p-halfway-job__toggle .c-toggle__text {
		padding: 2.4rem 0
	}
}
.p-halfway-job__subtitle {
	color: #FA5A4B;
	font-weight: 700;
	font-size: 1.8rem
}
.p-halfway-job__subtitle-black {
	color: #000
}
.p-halfway-job__subtitle+.p-halfway-job__desc {
	margin-top: 1.2rem
}
.p-halfway-job__desc {
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: 400
}
.p-halfway-job__desc a {
	font-weight: 700;
	color: #DB0917;
	text-decoration: underline
}
.p-halfway-job__space+.p-halfway-job__space {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-halfway-job__space+.p-halfway-job__space {
		margin-top: 2.8rem
	}
}
.p-halfway-job .p-recruit-content__button {
	min-height: 5.2rem;
	border-radius: 2.6rem;
	padding: 1.6rem 6.3rem;
	margin-top: 0;
	line-height: 100%;
	height: auto;
	font-weight: 700
}
@media (max-width: 767px) {
	.p-halfway-job .p-recruit-content__button {
		padding: 2.7rem 5.4rem 2.7rem 4rem;
		border-radius: 3.5rem;
		gap: 1.6rem
	}
}
.p-halfway-job .p-recruit-content__button::after {
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/common/ic-arrow-red.svg) 50% 50% no-repeat;
	margin-top: .4rem
}
.p-new-graduate-contact {
	background: #FDF3F3;
	padding-top: 6.4rem;
	padding-bottom: 3.9rem
}
@media (max-width: 767px) {
	.p-new-graduate-contact {
		padding-top: 8.6rem;
		padding-bottom: 5.8rem
	}
}
.p-new-graduate-contact__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.4rem
}
@media (max-width: 767px) {
	.p-new-graduate-contact__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 7.5rem
	}
}
.p-new-graduate-contact__item {
	background: #fff;
	position: relative;
	padding: 3.4rem 1rem 2.6rem;
	text-align: center
}
.p-new-graduate-contact__item-icon {
	width: 7.1rem;
	height: 7.1rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -2.4rem;
	left: 50%;
	transform: translateX(-50%);
	background: #fff
}
.p-new-graduate-contact__item-title, .p-new-graduate-contact__item-desc {
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	z-index: 1;
	line-height: normal
}
.p-new-graduate-contact__item-desc {
	margin-top: .5rem;
	padding-top: 1.2rem
}
.p-new-graduate-contact__item-desc::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 12.6rem;
	border-top: 1px dashed #000
}
.p-new-graduate-contact__item-desc a {
	color: #DB0917;
	font-size: 2rem
}
.p-new-graduate-interview__list {
	margin-top: 18.5rem
}
.p-new-graduate-interview__item {
	border: 1px solid #666666;
	padding: 9rem 2rem 1rem;
	position: relative;
	color: #000000
}
.p-new-graduate-interview__image {
	position: absolute;
	bottom: calc(100% - 55px);
	left: 50%;
	transform: translateX(-50%);
	width: -moz-max-content;
	width: max-content
}
.p-new-graduate-interview__image img {
	width: 23rem;
	height: 23rem;
	border-radius: 50%;
	display: block
}
.p-new-graduate-interview__desc {
	font-size: 2rem;
	line-height: normal;
	overflow: hidden;
	height: 6.1rem
}
.p-new-graduate-interview__link {
	margin-top: 1.5rem
}
.p-new-graduate-interview__link a {
	color: #DB0917;
	font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.2rem;
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.8rem;
	line-height: normal
}
.p-new-graduate-interview__link a::after {
	content: '';
	background-image: url(../images/recruit/new-graduate/ic-arrrow-red.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block
}
.p-new-graduate-interview__meta {
	border-top: 1px solid #666666;
	margin-top: .9rem;
	padding-top: 1.6rem;
	display: flex;
	align-items: flex-start;
	gap: 1.7rem
}
.p-new-graduate-interview__tag {
	background: #808080;
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	padding: 5px 13px 3px 9px;
	line-height: normal
}
.p-new-graduate-interview__infor {
	font-size: 1.2rem;
	line-height: normal
}
.p-new-graduate-interview__position {
	font-weight: 400
}
.p-new-graduate-interview .slick-slider {
	max-width: 109.2rem;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto
}
.p-new-graduate-interview .slick-slider .slick-track {
	display: block
}
.p-new-graduate-interview .slick-slider .slick-list {
	margin: 0 -18px
}
.p-new-graduate-interview .slick-slider .slick-slide {
	margin: 0 18px
}
@media (max-width: 767px) {
	.p-new-graduate-interview .slick-slider .slick-slide {
		padding: 0 5px
	}
}
.p-new-graduate-interview .slick-slider .slick-dots {
	position: static;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2.6rem
}
@media (max-width: 767px) {
	.p-new-graduate-interview .slick-slider .slick-dots {
		margin-top: 2.8rem
	}
}
.p-new-graduate-interview .slick-slider .slick-dots li {
	width: 12px;
	height: 12px;
	background: #000;
	margin: 0 11px
}
.p-new-graduate-interview .slick-slider .slick-dots li.slick-active {
	background: #DB0917
}
.p-new-graduate-interview .slick-slider .slick-dots li button {
	display: none
}
.p-new-graduate-recruitment__row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1.8rem;
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-new-graduate-recruitment__row {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		gap: 2rem
	}
}
.p-new-graduate-recruitment__item {
	background-color: #fff;
	border: 4px solid #C7C7C7;
	border-radius: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 28.3rem;
	min-height: 17.2rem
}
@media (max-width: 767px) {
	.p-new-graduate-recruitment__item {
		max-width: 30rem;
		min-height: 20.3rem;
		border-width: 2px
	}
}
.p-new-graduate-recruitment__item--bg-gray {
	background-color: #DADADA
}
@media (max-width: 767px) {
	.p-new-graduate-recruitment__item--bg-gray {
		min-height: 17.2rem
	}
}
.p-new-graduate-recruitment__item--img {
	border: 0;
	max-width: -moz-max-content;
	max-width: max-content
}
@media (max-width: 767px) {
	.p-new-graduate-recruitment__item--img {
		max-width: 100%
	}
	.p-new-graduate-recruitment__item--img img {
		width: 100%
	}
}
.p-new-graduate-recruitment__title {
	font-weight: 700;
	font-size: ren(14);
	line-height: 3rem
}
.p-new-graduate-working__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6.5rem;
	padding-top: 10rem
}
@media (max-width: 767px) {
	.p-new-graduate-working__list {
		padding-top: 4rem;
		grid-template-columns: repeat(1, 1fr)
	}
}
@media (min-width: 768px) {
	.p-new-graduate-working__item:nth-child(2) {
		transform: translateY(-30px)
	}
	.p-new-graduate-working__item:nth-child(3) {
		transform: translateY(-60px)
	}
}
.p-new-graduate-working__item-title {
	margin-top: 2rem;
	color: #FA5A4B;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 3rem
}
@media (max-width: 767px) {
	.p-new-graduate-working .c-card-01__image {
		padding-right: 0
	}
}
.p-new-graduate-working .c-card-01__image::before {
	top: -2rem;
	right: -2rem;
	background: #FFE2E2
}
.p-new-graduate-working .c-card-01__image img {
	aspect-ratio: 350 / 200
}
.p-new-graduate-section {
	padding-top: 10rem;
	padding-bottom: 10rem
}
@media (max-width: 767px) {
	.p-new-graduate-section {
		padding-top: 6rem
	}
}
.p-new-graduate-section~.p-new-graduate-section {
	padding-top: 0
}
.p-new-graduate__button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem
}
.p-new-graduate__button .p-recruit-content__button {
	margin-top: 0
}
.p-recruitment-about {
	padding: 2.2rem 0 0rem 0;
	background-color: #fff
}
@media (max-width: 767px) {
	.p-recruitment-about {
		padding: 1.2rem 0 0rem 0
	}
}
.p-recruitment-about__section {
	margin-bottom: 8.7rem
}
@media (max-width: 767px) {
	.p-recruitment-about__section {
		padding: 0;
		margin-bottom: 3rem
	}
}
.p-recruitment-about__section-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 100%;
	letter-spacing: 0%;
	color: #DB0917;
	padding-bottom: 6rem;
	position: relative
}
@media (max-width: 767px) {
	.p-recruitment-about__section-title {
		padding-bottom: 6.2rem;
		font-size: 2.4rem;
		line-height: 3.2rem;
		padding-right: 2rem
	}
}
.p-recruitment-about__section-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 1.2rem;
	left: 1.9rem;
	width: .1rem;
	height: 4rem;
	background-color: #DB0917
}
@media (max-width: 767px) {
	.p-recruitment-about__section-title::before {
		height: 3rem;
		bottom: 2.6rem
	}
}
.p-recruitment-about__section-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 0%
}
.p-recruitment-about__list {
	display: flex;
	flex-direction: column;
	gap: 0
}
.p-recruitment-about__list .p-recruitment-faq__item:first-child {
	padding-top: 0 !important
}
.p-recruitment-about__item {
	display: flex;
	flex-direction: column
}
.p-recruitment-about__item:first-child {
	padding-top: 0 !important
}
.p-recruitment-about__item:last-child .p-recruitment-faq__answer {
	border-bottom: none
}
@media (max-width: 767px) {
	.p-recruitment-about__item:last-child .p-recruitment-faq__answer {
		padding-bottom: 0
	}
}
@media (max-width: 767px) {
	.p-recruitment-about__item {
		margin-right: 0;
		padding: 2rem 0 0
	}
}
.p-recruitment-about__question {
	padding: 1.9rem 2rem 1.6rem 7.9rem;
	position: relative;
	background-color: #FFE2E2;
	border-radius: 3rem
}
@media (max-width: 767px) {
	.p-recruitment-about__question {
		padding: 1.1rem 2rem 1.1rem 5.4rem
	}
}
.p-recruitment-about__question::before {
	position: absolute;
	top: 1.8rem;
	left: 2.5rem;
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../images/common/ic-question.svg) 50% 50% no-repeat;
	background-size: 3.6rem;
	border-radius: 50%
}
@media (max-width: 767px) {
	.p-recruitment-about__question::before {
		top: 1rem;
		left: 1.5rem;
		width: 2.9rem;
		height: 2.9rem;
		background-size: 2.9rem
	}
}
.p-recruitment-about__question-title {
	color: #000;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}
@media (max-width: 767px) {
	.p-recruitment-about__question-title {
		font-size: 1.8rem;
		line-height: 2.6rem;
		padding-bottom: 0rem
	}
}
.p-recruitment-about__answer {
	position: relative;
	padding: 4.9rem 0rem 10rem 4.3rem
}
@media (max-width: 767px) {
	.p-recruitment-about__answer {
		padding: 2rem 0rem 6rem 0rem
	}
}
.p-recruitment-about__answer.pd-lg {
	padding-top: 5.9rem
}
.p-recruitment-about__answer.no-pdl {
	padding-left: 0
}
@media (max-width: 767px) {
	.p-recruitment-about__answer {
		padding-left: 3.6rem;
		margin-left: 0;
		padding-bottom: 2rem
	}
}
.p-recruitment-about__answer-content {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 100%;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-recruitment-about__answer-content {
		font-size: 1.6rem;
		line-height: 3rem;
		padding-top: 0
	}
}
.p-recruitment-about__answer-content p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 100%;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-recruitment-about__answer-content p {
		font-size: 1.6rem;
		line-height: 3rem;
		padding-top: 0
	}
}
.p-recruitment-faq {
	padding-top: 2rem;
	padding-bottom: 3.8rem
}
@media (max-width: 767px) {
	.p-recruitment-faq {
		padding-top: 1.2rem;
		padding-bottom: 5.8rem
	}
}
.p-recruitment-faq__container {
	max-width: 124rem;
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem
}
.p-recruitment-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0
}
.p-recruitment-faq__list .p-recruitment-faq__item:first-child {
	padding-top: 0 !important
}
.p-recruitment-faq__item {
	padding: 4rem 0 0;
	padding-right: 5.4rem;
	display: flex;
	flex-direction: column
}
.p-recruitment-faq__item:first-child {
	padding-top: 0 !important
}
.p-recruitment-faq__item:last-child .p-recruitment-faq__answer {
	border-bottom: none;
	padding-bottom: 0
}
@media (max-width: 767px) {
	.p-recruitment-faq__item:last-child .p-recruitment-faq__answer {
		padding-bottom: 0
	}
}
@media (max-width: 767px) {
	.p-recruitment-faq__item {
		margin-right: 0;
		padding: 2rem 0 0
	}
}
.p-recruitment-faq__question {
	padding-left: 5.7rem;
	position: relative;
	margin-bottom: 2.2rem;
	padding-top: .3rem
}
@media (max-width: 767px) {
	.p-recruitment-faq__question {
		padding-left: 3.8rem;
		margin-bottom: 1.3rem;
		padding-top: .3rem
	}
}
.p-recruitment-faq__question::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../images/common/ic-question.svg) 50% 50% no-repeat;
	background-size: 3.6rem;
	border-radius: 50%
}
@media (max-width: 767px) {
	.p-recruitment-faq__question::before {
		width: 2.9rem;
		height: 2.9rem;
		background-size: 2.9rem
	}
}
.p-recruitment-faq__question-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	color: #000
}
@media (max-width: 767px) {
	.p-recruitment-faq__question-title {
		font-size: 1.6rem;
		line-height: 2.3rem;
		padding-bottom: 0rem
	}
}
.p-recruitment-faq__answer {
	padding-left: 5.6rem;
	position: relative;
	margin-left: 5.9rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #DADADA
}
@media (max-width: 767px) {
	.p-recruitment-faq__answer {
		padding-left: 3.6rem;
		margin-left: 0;
		padding-bottom: 2rem
	}
}
.p-recruitment-faq__answer::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../images/common/ic-answer.svg) 50% 50% no-repeat;
	background-size: 3.6rem;
	border-radius: 50%
}
@media (max-width: 767px) {
	.p-recruitment-faq__answer::before {
		width: 2.9rem;
		height: 2.9rem;
		background-size: 2.9rem;
		top: .5rem
	}
}
.p-recruitment-faq__answer-content {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000;
	padding-top: .2rem
}
@media (max-width: 767px) {
	.p-recruitment-faq__answer-content {
		font-size: 1.6rem;
		line-height: 3rem;
		padding-top: 0
	}
}
.p-recruitment-faq__answer-content p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000;
	padding-top: .2rem
}
@media (max-width: 767px) {
	.p-recruitment-faq__answer-content p {
		font-size: 1.6rem;
		line-height: 3rem;
		padding-top: 0
	}
}
.p-recruitment-message {
	padding: 5.7rem 0 6rem 0;
	background-color: #fff
}
@media (max-width: 767px) {
	.p-recruitment-message {
		padding: 1.2rem 0 5.2rem 0
	}
}
@media (max-width: 767px) {
	.p-recruitment-message .c-container {
		padding: 0
	}
}
.p-recruitment-message__container {
	max-width: 124rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0 2rem
}
@media (max-width: 767px) {
	.p-recruitment-message__container {
		padding: 0
	}
}
.p-recruitment-message__featured {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 9rem
}
@media (max-width: 767px) {
	.p-recruitment-message__featured {
		flex-direction: column;
		gap: 0rem;
		padding-bottom: 0rem;
		margin-bottom: 7rem;
		position: relative;
		padding-left: 0rem;
		padding-right: 0rem
	}
}
.p-recruitment-message__featured-inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4.3rem 0;
	position: relative;
	z-index: 2
}
@media (max-width: 767px) {
	.p-recruitment-message__featured-inner {
		gap: 2rem 0;
		padding: 0 2rem
	}
}
.p-recruitment-message__featured-title {
	padding-top: 1.9rem
}
@media (max-width: 767px) {
	.p-recruitment-message__featured-title {
		padding-left: 0rem;
		padding-top: 0
	}
}
.p-recruitment-message__featured-author {
	padding-left: .6rem
}
@media (max-width: 767px) {
	.p-recruitment-message__featured-author {
		padding-left: 0
	}
}
.p-recruitment-message__featured-position {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 100%;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-recruitment-message__featured-position {
		font-size: 1.6rem
	}
}
.p-recruitment-message__featured-name {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 4.8rem;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-recruitment-message__featured-name {
		font-size: 2.4rem
	}
}
.p-recruitment-message__featured-image {
	width: 69.8rem;
	margin-left: -9.7rem;
	position: relative;
	z-index: 1
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-recruitment-message__featured-image {
		width: 50%
	}
}
@media (max-width: 767px) {
	.p-recruitment-message__featured-image {
		margin-top: -14rem;
		margin-left: 0rem;
		margin-right: 0rem;
		width: 100%
	}
}
.p-recruitment-message__featured-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.p-recruitment-message__section {
	margin-bottom: 10rem
}
@media (max-width: 767px) {
	.p-recruitment-message__section {
		padding: 0 2rem
	}
}
.p-recruitment-message__section-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 100%;
	letter-spacing: 0%;
	color: #DB0917;
	padding-bottom: 6rem;
	position: relative
}
@media (max-width: 767px) {
	.p-recruitment-message__section-title {
		padding-bottom: 6.2rem;
		font-size: 2.4rem;
		line-height: 3.2rem;
		padding-right: 2rem
	}
}
.p-recruitment-message__section-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 1.2rem;
	left: 1.9rem;
	width: .1rem;
	height: 4rem;
	background-color: #DB0917
}
@media (max-width: 767px) {
	.p-recruitment-message__section-title::before {
		height: 3rem;
		bottom: 2.6rem
	}
}
.p-recruitment-message__section-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 0%
}
.p-recruitment-message__section-image {
	max-width: 100%;
	margin-top: 4rem
}
@media (max-width: 767px) {
	.p-recruitment-message__section-image {
		margin-top: 2rem
	}
}
.p-recruitment-training__container {
	max-width: 124rem;
	margin: 0 auto;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem
}
@media (max-width: 767px) {
	.p-recruitment-training__container {
		padding-left: 0;
		padding-right: 0
	}
}
.p-recruitment-training__list {
	display: flex;
	flex-direction: column;
	gap: 0
}
.p-recruitment-training__item {
	padding: 4rem 0 0;
	margin-right: 6.2rem;
	display: flex;
	flex-direction: column
}
.p-recruitment-training__item:last-child .p-recruitment-faq__answer {
	border-bottom: none
}
@media (max-width: 767px) {
	.p-recruitment-training__item {
		margin-right: 0;
		padding: 2rem 0 0
	}
}
.p-recruitment-training__question {
	position: relative;
	background-color: #FFE2E2;
	border-radius: 3rem;
	padding: 1.9rem 2rem 1.6rem 7.9rem;
	margin-bottom: 4.9rem
}
@media (max-width: 767px) {
	.p-recruitment-training__question {
		padding-left: 4.6rem;
		margin-bottom: .8rem
	}
}
.p-recruitment-training__question::before {
	position: absolute;
	top: 1.8rem;
	left: 2.5rem;
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../images/common/ic-question.svg) 50% 50% no-repeat;
	background-size: 3.6rem;
	border-radius: 50%
}
@media (max-width: 767px) {
	.p-recruitment-training__question::before {
		width: 2.9rem;
		height: 2.9rem;
		background-size: 2.9rem
	}
}
.p-recruitment-training__question-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 3.5rem;
	color: #000
}
@media (max-width: 767px) {
	.p-recruitment-training__question-title {
		font-size: 1.6rem;
		line-height: 2.3rem;
		padding-bottom: .5rem
	}
}
.p-recruitment-training__answer {
	padding-left: 6.6rem;
	position: relative;
	margin-left: 5.9rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #DADADA
}
@media (max-width: 767px) {
	.p-recruitment-training__answer {
		padding-left: 4rem;
		margin-left: 0;
		padding-bottom: 2rem
	}
}
.p-recruitment-training__answer::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../images/common/ic-answer.svg) 50% 50% no-repeat;
	background-size: 3.6rem;
	border-radius: 50%
}
@media (max-width: 767px) {
	.p-recruitment-training__answer::before {
		width: 2.9rem;
		height: 2.9rem;
		background-size: 2.9rem
	}
}
.p-recruitment-training__answer-content {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000;
	padding-top: .2rem
}
@media (max-width: 767px) {
	.p-recruitment-training__answer-content {
		font-size: 1.6rem;
		line-height: 3rem;
		padding-top: 0
	}
}
.p-recruitment-training__answer-content p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000;
	padding-top: .2rem
}
@media (max-width: 767px) {
	.p-recruitment-training__answer-content p {
		font-size: 1.6rem;
		line-height: 3rem;
		padding-top: 0
	}
}
.p-regarding-gas {
	padding-bottom: 8rem
}
@media (max-width: 767px) {
	.p-regarding-gas {
		padding-bottom: 6.4rem
	}
}
@media (max-width: 767px) {
	.p-regarding-gas .c-container {
		padding: 0
	}
}
.p-regarding-gas__title {
	display: none;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 4.4rem;
	letter-spacing: 0%;
	margin-bottom: 4rem;
	color: #FA5A4B;
	padding: 0 2rem
}
@media (max-width: 767px) {
	.p-regarding-gas__title {
		display: block
	}
}
.p-regarding-gas__information {
	padding: 6.4rem 10rem;
	margin-bottom: 6.4rem;
	background-color: #FAF2F2
}
@media (max-width: 767px) {
	.p-regarding-gas__information {
		background-color: #FFFFFF;
		padding: 0rem 2rem 0rem 2rem;
		margin-bottom: 0
	}
}
.p-regarding-gas__information-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-regarding-gas__information-title {
		font-size: 1.6rem;
		line-height: 2.6rem;
		margin-bottom: 4rem
	}
}
.p-regarding-gas__information-desc {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%;
	margin-bottom: 2.4rem
}
@media (max-width: 767px) {
	.p-regarding-gas__information-desc {
		font-size: 1.4rem;
		line-height: 2.3rem;
		margin-bottom: 4rem
	}
}
.p-regarding-gas__information-list {
	display: flex;
	flex-direction: column
}
@media (max-width: 767px) {
	.p-regarding-gas__information-list {
		gap: .8rem 0
	}
}
.p-regarding-gas__information-list-item {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-regarding-gas__information-list-item {
		font-size: 1.6rem;
		line-height: 2.6rem;
		position: relative;
		padding-left: 2.8rem;
		margin-bottom: 0
	}
	.p-regarding-gas__information-list-item::before {
		content: "";
		display: block;
		position: absolute;
		top: 1.6rem;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		background-color: #FA5A4B;
		background-size: .9rem;
		transform: translateY(-50%)
	}
	.p-regarding-gas__information-list-item__note {
		color: #DB0917
	}
}
.p-regarding-gas__information-note {
	position: relative
}
.p-regarding-gas__information-note-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-regarding-gas__information-note-text {
		font-size: 1.6rem;
		line-height: 2.6rem;
		color: #DB0917;
		margin-bottom: 4rem
	}
}
.p-regarding-gas__information-note-image {
	position: absolute;
	top: -2.4rem;
	left: 30.8rem
}
@media (max-width: 767px) {
	.p-regarding-gas__information-note-image {
		display: none
	}
}
.p-regarding-gas__information-bottom {
	margin-top: 2.4rem
}
@media (max-width: 767px) {
	.p-regarding-gas__information-bottom {
		margin-top: 0;
		padding-left: 2.8rem;
		margin-bottom: 4rem
	}
}
.p-regarding-gas__information-bottom-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 100%;
	letter-spacing: 0%
}
@media (max-width: 767px) {
	.p-regarding-gas__information-bottom-text {
		font-size: 1.2rem;
		line-height: 1.8rem
	}
}
.p-regarding-gas__point {
	padding: 6.4rem 10rem;
	background-color: #FAF2F2
}
@media (max-width: 767px) {
	.p-regarding-gas__point {
		padding: 6.4rem 2rem;
		margin-bottom: 0
	}
}
.p-regarding-gas__point-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem
}
@media (max-width: 767px) {
	.p-regarding-gas__point-list {
		flex-direction: column
	}
}
.p-regarding-gas__point-item {
	width: calc((100% - 5rem)/2);
	background: #FFFFFF;
	border-radius: 1.5rem;
	padding: 2rem;
	height: 32.8rem
}
@media (max-width: 767px) {
	.p-regarding-gas__point-item {
		width: 100%;
		height: auto;
		padding: 2.5rem 2.6rem;
		border-radius: 0
	}
}
.p-search-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0;
	background: #fff;
	display: flex;
	align-items: center;
	margin: auto
}
.p-search-box__wrap {
	max-width: 132rem;
	margin: auto;
	padding: 2.7rem 2rem;
	background: #FAF2F2;
	width: 100%
}
@media (max-width: 767px) {
	.p-search-box__wrap {
		padding: 2rem
	}
}
.p-search-box__input {
	width: -moz-max-content;
	width: max-content
}
@media (max-width: 767px) {
	.p-search-box__input {
		width: 100%
	}
}
.p-search-box__inner {
	max-width: 112rem;
	position: relative;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 2.4rem
}
@media (max-width: 767px) {
	.p-search-box__inner {
		justify-content: center;
		gap: 1.6rem
	}
}
.p-search-box__result {
	color: #222;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3rem
}
@media (max-width: 767px) {
	.p-search-box__result {
		font-size: 1.2rem;
		line-height: 1.8rem
	}
}
.p-search-content {
	position: relative;
	display: block;
	padding: 4.8rem 2rem 8rem;
	background: #fff
}
@media (max-width: 767px) {
	.p-search-content {
		padding: 4rem 2rem 4rem
	}
}
.p-search-content__inner {
	max-width: 112rem;
	position: relative;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-search-content__inner {
		gap: 4rem
	}
}
.p-search-content__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem
}
@media (max-width: 767px) {
	.p-search-content__list {
		gap: 1.6rem;
		border-top: 1px solid #FA5A4B;
		padding-top: 1.6rem
	}
}
.p-search-content__item {
	width: 100%;
	border-bottom: 1px solid #FA5A4B;
	padding-bottom: 3.2rem
}
@media (max-width: 767px) {
	.p-search-content__item {
		width: 100%;
		padding-bottom: 1.6rem
	}
}
.p-search-content__title {
	width: 100%;
	color: #FA5A4B;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-search-content__title {
		font-size: 1.6rem;
		line-height: 2.6rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}
.p-search-content__description {
	width: 100%;
	margin-top: .8rem;
	color: #222;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-search-content__description {
		font-size: 1.4rem;
		line-height: 2.3rem
	}
}
.p-search-content__link {
	width: -moz-max-content;
	width: max-content;
	margin-top: .8rem;
	color: #FA5A4B;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8rem;
	display: inline-block
}
@media (max-width: 767px) {
	.p-search-content__link {
		font-size: 1.2rem;
		line-height: 2.3rem
	}
}
.p-search-kv {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: center;
	padding: 0 2rem;
	background: #fff
}
.p-search-kv__inner {
	max-width: 112rem;
	position: relative;
	width: 100%;
	padding-top: 8rem;
	padding-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-search-kv__inner {
		padding-top: 4.8rem;
		padding-bottom: 4rem
	}
}
.p-search-kv__title {
	color: #FA5A4B;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 5rem
}
@media (max-width: 767px) {
	.p-search-kv__title {
		padding-left: 0;
		margin-top: 1.6rem;
		font-size: 2.4rem;
		line-height: 4.4rem
	}
}
.p-search-page {
	padding-bottom: 6rem;
	background: #F5F5F5
}
@media (max-width: 767px) {
	.p-search-page {
		padding-bottom: 4rem
	}
}
.p-service-contents {
	border-radius: 60px
}
@media (max-width: 767px) {
	.p-service-contents {
		padding-top: 3.2rem !important;
		border-radius: 4.8rem 4.8rem 0 0
	}
}
.p-service-contents__header {
	margin-bottom: 4.8rem;
	position: relative;
	max-width: 77.3rem
}
@media (max-width: 767px) {
	.p-service-contents__header {
		margin-bottom: 4rem
	}
}
.p-service-contents__header-icon {
	position: absolute;
	top: 0;
	right: 2rem;
	max-width: 187px
}
@media (max-width: 767px) {
	.p-service-contents__header-icon {
		max-width: 10.4rem;
		right: 0rem;
		top: -8.2rem
	}
}
.p-service-contents__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-contents__grid {
		grid-template-columns: 1fr;
		gap: 0 3.2rem
	}
}
@media (max-width: 767px) {
	.p-service-contents__grid {
		grid-template-columns: 1fr;
		gap: 0 1.6rem
	}
}
.p-service-news {
	position: relative
}
.p-service-news__icon {
	display: none
}
@media (max-width: 767px) {
	.p-service-news__icon {
		display: block;
		width: 10.5rem;
		position: absolute;
		top: -7.6rem;
		right: -.2rem
	}
}
@media (max-width: 767px) {
	.p-service-service {
		padding-bottom: 32px !important
	}
}
.p-service-service__header {
	margin-bottom: 4.8rem;
	position: relative;
	display: flex;
	width: 100%
}
@media (max-width: 767px) {
	.p-service-service__header {
		margin-bottom: 4rem
	}
}
.p-service-service__header-icon {
	position: absolute;
	top: 0;
	right: 4.3rem;
	max-width: 187px
}
@media (min-width: 768px) and (max-width: 1200px) {
	.p-service-service__header-icon {
		right: 0
	}
}
@media (max-width: 767px) {
	.p-service-service__header-icon {
		display: none
	}
}
.p-service-top {
	margin: 6rem 0 0rem 0;
	position: relative;
	padding-bottom: 10.6rem;
	position: relative;
	z-index: 2
}
@media screen and (min-width: 1441px) {
	.p-service-top {
		padding-bottom: 12.6rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-top {
		padding: 0 2rem 10rem 2rem
	}
}
@media (max-width: 767px) {
	.p-service-top {
		margin: 2rem 0 0;
		padding: 0 2rem;
		padding-bottom: 2.6rem
	}
}
.p-service-top .swiper-container {
	position: relative;
	z-index: 200;
	padding: 0;
	margin: 0 auto;
	height: 44.8rem;
	overflow: visible;
	width: 100%;
	padding: 0
}
@media screen and (min-width: 1441px) {
	.p-service-top .swiper-container {
		height: 46.8rem
	}
	.p-service-top .swiper-container::before, .p-service-top .swiper-container::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: calc((100vw - 144rem) / 2 + 3rem);
		z-index: 3;
		pointer-events: none
	}
	.p-service-top .swiper-container::before {
		left: 0
	}
	.p-service-top .swiper-container::after {
		right: 0;
		transform: scaleX(-1)
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-top .swiper-container {
		height: auto;
		overflow-y: visible
	}
}
@media (max-width: 767px) {
	.p-service-top .swiper-container {
		margin: 0 0rem;
		max-width: 100%;
		height: 37.6rem !important;
		padding: 0;
		overflow-y: visible;
		overflow-x: hidden;
		position: relative
	}
}
.p-service-top .swiper-wrapper {
	display: flex;
	align-items: flex-start;
	position: relative
}
@media (max-width: 767px) {
	.p-service-top .swiper-wrapper {
		align-items: flex-start
	}
}
.p-service-top .swiper-slide {
	width: 90rem;
	height: 44.8rem;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	transition: all 0.5s ease;
	margin: 0;
	will-change: transform, opacity
}
@media screen and (min-width: 1441px) {
	.p-service-top .swiper-slide {
		width: 100rem;
		height: 44.8rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-top .swiper-slide {
		width: 100%;
		height: auto
	}
}
@media (max-width: 767px) {
	.p-service-top .swiper-slide {
		width: 100%;
		height: auto;
		transform: scale(1)
	}
}
.p-service-top .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@media (max-width: 767px) {
	.p-service-top .swiper-slide img {
		width: 100%;
		height: auto;
		max-height: 35rem
	}
}
.p-service-top .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 30;
	pointer-events: auto;
	width: 90rem;
	margin-right: 0
}
@media screen and (min-width: 1441px) {
	.p-service-top .swiper-slide.swiper-slide-active {
		width: 100rem;
		height: 44.8rem
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-top .swiper-slide.swiper-slide-active {
		width: 100%
	}
}
@media (max-width: 767px) {
	.p-service-top .swiper-slide.swiper-slide-active {
		transform: translateX(0) !important;
		width: 100% !important
	}
}
.p-service-top .swiper-slide.swiper-slide-active .p-service-top__image img {
	border: 2px solid #FA5A4B
}
.p-service-top .swiper-slide.swiper-slide-prev {
	z-index: 10;
	pointer-events: auto
}
@media (max-width: 767px) {
	.p-service-top .swiper-slide.swiper-slide-prev {
		transform: scale(1) translateX(0) !important
	}
}
.p-service-top .swiper-slide.swiper-slide-next {
	z-index: 10;
	pointer-events: auto
}
@media (max-width: 767px) {
	.p-service-top .swiper-slide.swiper-slide-next {
		transform: scale(1) translateX(0) !important
	}
}
.p-service-top .swiper-slide.swiper-slide-prev, .p-service-top .swiper-slide.swiper-slide-next {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none
}
.p-service-top .swiper-pagination {
	position: absolute;
	bottom: -4.6rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 0 1.2rem;
	z-index: 40
}
@media screen and (min-width: 1441px) {
	.p-service-top .swiper-pagination {
		bottom: -6.6rem
	}
}
@media (max-width: 767px) {
	.p-service-top .swiper-pagination {
		bottom: 0rem
	}
}
.p-service-top .swiper-pagination-bullet {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background-color: #DCDCDC;
	transition: all 0.3s ease;
	opacity: 1
}
.p-service-top .swiper-pagination-bullet-active {
	background-color: #FA5A4B
}
.p-service-top__item {
	display: flex;
	align-items: flex-start;
	gap: 0;
	width: 90rem;
	max-height: 44.8rem
}
.p-service-top__image {
	width: 100%;
	height: auto
}
@media (max-width: 767px) {
	.p-service-top__image {
		width: 100%
	}
	.p-service-top__image img {
		width: 100%
	}
}
.p-service-second-level-about {
	padding-bottom: 0
}
.p-service-second-level-about__box {
	margin-top: 4.8rem;
	display: flex;
	align-items: flex-start;
	gap: 7.8rem
}
@media (max-width: 767px) {
	.p-service-second-level-about__box {
		flex-direction: column-reverse;
		gap: 4rem;
		margin-top: 1.6rem
	}
}
.p-service-second-level-about__box-image {
	width: calc(400 / 1120 * 100%);
	position: relative;
	border-radius: 56px 0px 0px 0px;
	background: #FFF;
	margin-top: 3rem
}
@media (max-width: 767px) {
	.p-service-second-level-about__box-image {
		width: calc(100% - 6px);
		margin-top: 2.6rem;
		padding-right: 0
	}
	.p-service-second-level-about__box-image::before {
		right: -2.6rem
	}
}
.p-service-second-level-about__box-image img {
	border-radius: 0
}
.p-service-second-level-about__box-image.citygas::before {
	background: #238FC9
}
.p-service-second-level-about__box-image.elec-free::before {
	background: #FFBC00
}
.p-service-second-level-about__box-image.supermarket::before {
	background: #FFA228
}
.p-service-second-level-about__box-image.gas-equipment::before {
	background: #C25BCD
}
.p-service-second-level-about__box-image.hydrogen::before {
	background: #005BA5
}
.p-service-second-level-about__box-image.water::before {
	background: #13BDC9
}
.p-service-second-level-about__box-image.new-energy::before {
	background: #00D19D
}
.p-service-second-level-about__box-image.resum::before {
	background: #83D10D
}
.p-service-second-level-about__box-image img {
	display: block;
	aspect-ratio: 400 / 217
}
@media (max-width: 767px) {
	.p-service-second-level-about__box-image img {
		aspect-ratio: 344 / 187
	}
}
.p-service-second-level-about__box-text {
	flex: 1;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
	padding-bottom: .7rem
}
@media (max-width: 767px) {
	.p-service-second-level-about__box-text {
		font-size: 1.6rem;
		line-height: 2.6rem;
		padding-bottom: 0
	}
}
.p-service-second-level-banner {
	padding-bottom: 0;
	text-align: center
}
.p-service-second-level-campaign {
	background-color: #FFF7ED;
	margin-top: 8rem
}
@media (max-width: 767px) {
	.p-service-second-level-campaign {
		margin-top: 4.8rem
	}
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__news .c-news__list {
		border-top: 0
	}
}
.p-service-second-level-campaign__flyer {
	margin-top: 8rem;
	padding: 8rem 8.7rem;
	background-color: #fff;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__flyer {
		margin-top: 4.8rem;
		padding: 4.8rem 2rem;
		margin-left: -2rem;
		margin-right: -2rem
	}
}
.p-service-second-level-campaign__flyer .c-news__top {
	margin-top: 0
}
.p-service-second-level-campaign__list:not(.slick-slider) {
	display: flex;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__list:not(.slick-slider) {
		gap: 3.2rem;
		flex-direction: column
	}
}
.p-service-second-level-campaign__list.slick-slider .slick-list {
	margin: 0 -24px
}
.p-service-second-level-campaign__list.slick-slider .slick-track {
	display: block
}
.p-service-second-level-campaign__list.slick-slider .slick-slide {
	margin: 0 24px
}
.p-service-second-level-campaign__list.slick-slider .slick-arrow {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	border: 2px solid #EA6301;
	background: #fff;
	transform: none
}
.p-service-second-level-campaign__list.slick-slider .slick-arrow::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3rem;
	width: 2.3rem;
	height: 2.1rem;
	background-image: url(../images/common/ic-arrow-slider.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	filter: brightness(0) saturate(100%) invert(54%) sepia(95%) saturate(5136%) hue-rotate(13deg) brightness(104%) contrast(99%)
}
.p-service-second-level-campaign__list.slick-slider .slick-arrow.slick-prev {
	left: auto;
	right: calc(100% + 25px);
	transform: rotate(180deg)
}
.p-service-second-level-campaign__list.slick-slider .slick-arrow.slick-next {
	left: calc(100% + 25px);
	right: auto
}
.p-service-second-level-campaign__item-image {
	border: 2px solid #EA6301;
	border-radius: 1.5rem
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__item-image {
		aspect-ratio: 350 / 203;
		overflow: hidden
	}
}
.p-service-second-level-campaign__item-image img {
	display: block;
	width: 100%
}
.p-service-second-level-campaign__item-inner {
	display: block;
	opacity: 1 !important
}
.p-service-second-level-campaign__item-text {
	margin-top: 2.4rem
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__item-text {
		margin-top: 1.6rem
	}
}
.p-service-second-level-campaign__item-title {
	color: #EA6301;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__item-title {
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.p-service-second-level-campaign__item-date {
	color: #222;
	font-weight: 500;
	line-height: 2.4rem;
	margin-top: .8rem
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__item-date {
		font-size: 1.2rem;
		line-height: 1.8rem
	}
}
@media (max-width: 767px) {
	.p-service-second-level-campaign__buttons {
		gap: 3.2rem !important
	}
	.p-service-second-level-campaign__buttons .c-btn:nth-child(2) {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}
.p-service-second-level-campaign .c-news__list {
	border-top-color: #FFA228
}
.p-service-second-level-campaign .c-news-item-thumb {
	border-bottom-color: #FFA228
}
.p-service-second-level-campaign .c-news-item-thumb__date {
	color: #EA6301
}
@media (max-width: 767px) {
	.p-service-second-level-campaign .c-news__tag-list {
		margin-left: .4rem
	}
}
.p-service-second-level-campaign .c-title {
	color: #FFA228
}
.p-service-second-level-campaign .c-subtitle {
	color: #EA6301
}
@media (max-width: 767px) {
	.p-service-second-level-campaign .p-service-top__slider .slick-dots {
		bottom: -2.4rem
	}
}
@media (max-width: 767px) {
	.p-service-second-level-contents {
		padding-top: 3.2rem
	}
}
.p-service-second-level-contents .c-title {
	margin-bottom: .8rem
}
.p-service-second-level-kv {
	position: relative;
	padding-bottom: 0
}
.p-service-second-level-kv__bg {
	position: absolute;
	top: 3.6rem;
	left: 0;
	width: calc(50% + 4.1rem);
	height: 100%;
	z-index: -1
}
@media (max-width: 767px) {
	.p-service-second-level-kv__bg {
		top: 1rem;
		width: 100%;
		height: 33.1rem
	}
}
.p-service-second-level-kv__bg img {
	width: 100%;
	height: 100%
}
.p-service-second-level-kv__wrap {
	display: flex;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-service-second-level-kv__wrap {
		gap: 4rem;
		flex-direction: column
	}
}
.p-service-second-level-kv__text {
	width: calc(50% + 2rem)
}
@media (max-width: 767px) {
	.p-service-second-level-kv__text {
		width: 100%
	}
}
.p-service-second-level-kv__image {
	flex: 1;
	position: relative;
	height: 35.4rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-second-level-kv__image {
		height: 30rem
	}
}
@media (max-width: 767px) {
	.p-service-second-level-kv__image {
		flex: auto;
		width: 100%;
		height: auto
	}
}
.p-service-second-level-kv__img {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50vw - 6.8rem);
	max-width: 65.2rem;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-service-second-level-kv__img {
		width: calc(100% + 2rem);
		position: static;
		aspect-ratio: 370 / 205
	}
}
.p-service-second-level-kv__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5.6rem 0 0 0
}
.p-service-second-level-kv__desc {
	color: #222;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-service-second-level-kv__desc {
		font-size: 1.6rem;
		line-height: 2.6rem;
		margin-top: 1.6rem
	}
}
.p-service-second-level-news {
	margin-top: 8rem
}
@media (max-width: 767px) {
	.p-service-second-level-news {
		margin-top: 4.8rem
	}
}
.p-service-second-level-news__list {
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-service-second-level-news__list {
		margin-top: 4rem
	}
}
.p-service-second-level-news__button {
	margin-top: 4.8rem;
	display: flex;
	justify-content: center
}
@media (max-width: 767px) {
	.p-service-second-level-news__button {
		margin-top: 4rem
	}
}
@media (max-width: 767px) {
	.p-service-second-level-service {
		padding-top: 40px
	}
}
.p-service-second-level-service .c-list-service-orther {
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-service-second-level-service .c-list-service-orther {
		margin-top: 0
	}
}
.p-service-second-level-service .c-list-service-orther-title {
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: 700
}
.p-service-second-level-service .slick-slider .slick-slide {
	width: auto !important
}
.p-service-second-level-service .slick-slider .slick-track {
	display: block !important
}
.p-service-second-level-service .slick-slider .slick-arrow {
	top: 3.4rem !important;
	transform: none
}
.p-service-second-level-service .slick-slider .slick-arrow.slick-prev {
	transform: rotate(180deg) !important
}
.p-service-second-level-service .slick-slider .slick-list {
	margin: 0 -1.2rem
}
.p-service-second-level-service .slick-slider .slick-slide {
	padding: 0;
	margin: 0 1.2rem
}
.p-service-second-level-service .c-card-08 {
	padding: 0;
	display: flex !important
}
@media (max-width: 767px) {
	.p-service-second-level-service .c-card-08__image img {
		height: 11.5rem
	}
}
.p-service-second-level-support {
	padding-bottom: 0
}
@media (max-width: 767px) {
	.p-service-second-level-support {
		padding-top: 4rem
	}
	.p-service-second-level-support .c-container {
		padding-left: 0;
		padding-right: 0
	}
}
.p-service-second-level-support__subtitle {
	margin-bottom: 4.8rem;
	text-align: center
}
@media (max-width: 767px) {
	.p-service-second-level-support__subtitle {
		margin-bottom: 3.2rem
	}
}
.p-service-second-level-support__wrap {
	padding: 6.4rem 10rem;
	background: #FAF2F2
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-second-level-support__wrap {
		padding: 6.4rem
	}
}
.p-service-second-level-support__wrap.citygas {
	background: #EBF8FF
}
.p-service-second-level-support__wrap.elec-free {
	background: #FFF9E7
}
.p-service-second-level-support__wrap.supermarket {
	background: #FFF7ED
}
.p-service-second-level-support__wrap.gas-equipment {
	background: #FCEDFE
}
.p-service-second-level-support__wrap.hydrogen {
	background: #EEF5FB
}
.p-service-second-level-support__wrap.water {
	background: #EEFAFB
}
.p-service-second-level-support__wrap.new-energy {
	background: #ECFAF3
}
.p-service-second-level-support__wrap.resum {
	background: #EDFEE5
}
@media (max-width: 767px) {
	.p-service-second-level-support__wrap {
		padding: 3.2rem 2rem 4.8rem
	}
}
.p-service-second-level-support__button {
	width: 100%
}
.p-service-second-level-support__buttons {
	display: flex;
	justify-content: center;
	gap: 4.8rem;
	margin-bottom: 4.8rem
}
@media (max-width: 767px) {
	.p-service-second-level-support__buttons {
		flex-direction: column;
		align-items: center;
		gap: 1.6rem;
		margin-bottom: 3.2rem
	}
}
.p-service-second-level-support__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4.8rem
}
@media (min-width: 768px) and (max-width: 1023px) {
	.p-service-second-level-support__list {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media (max-width: 767px) {
	.p-service-second-level-support__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3.2rem 1.6rem
	}
}
.p-service-second-level-support__item-image {
	border-radius: 1.5rem;
	background: #fff;
	aspect-ratio: 1 / 1;
	overflow: hidden
}
.p-service-second-level-support__item-image img {
	width: 100%;
	height: 100%
}
.p-service-second-level-support__item-title {
	margin-top: 2.4rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	color: #DB0917;
	text-align: center
}
@media (max-width: 767px) {
	.p-service-second-level-support__item-title {
		margin-top: 1.6rem;
		font-size: 1.8rem;
		line-height: 2.7rem
	}
}
.p-service-second-level-support__item-title.citygas {
	color: #00649A
}
.p-service-second-level-support__item-title.elec-free {
	color: #BE8D01
}
.p-service-second-level-support__item-title.supermarket {
	color: #EA6301
}
.p-service-second-level-support__item-title.gas-equipment {
	color: #AA3BB6
}
.p-service-second-level-support__item-title.hydrogen {
	color: #103F65
}
@media (max-width: 767px) {
	.p-service-second-level-support__item-title.hydrogen {
		color: #005BA5
	}
}
.p-service-second-level-support__item-title.water {
	color: #009AA5
}
.p-service-second-level-support__item-title.new-energy {
	color: #00A37A
}
.p-service-second-level-support__item-title.resum {
	color: #31A301
}
.p-service-second-level-useful {
	padding-bottom: 0
}
.p-service-second-level-useful__slider {
	margin-top: 4.8rem;
	max-width: 84.8rem;
	margin-left: auto;
	margin-right: auto
}
@media (max-width: 767px) {
	.p-service-second-level-useful__slider {
		margin-top: 2.4rem
	}
}
.p-service-second-level-useful__slider.citygas .c-card-02 img {
	border-color: #00649A
}
.p-service-second-level-useful__slider.citygas .c-card-02__title {
	color: #00649A
}
.p-service-second-level-useful__slider.citygas .slick-arrow {
	border-color: #00649A
}
.p-service-second-level-useful__slider.citygas .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(19%) sepia(97%) saturate(2461%) hue-rotate(184deg) brightness(91%) contrast(103%)
}
.p-service-second-level-useful__slider.elec-free .c-card-02 img {
	border-color: #FFBC00
}
.p-service-second-level-useful__slider.elec-free .c-card-02__title {
	color: #B38400
}
.p-service-second-level-useful__slider.elec-free .slick-arrow {
	border-color: #B38400
}
.p-service-second-level-useful__slider.elec-free .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(39%) sepia(87%) saturate(1782%) hue-rotate(31deg) brightness(103%) contrast(101%)
}
.p-service-second-level-useful__slider.supermarket .c-card-02 img {
	border-color: #EA6301
}
.p-service-second-level-useful__slider.supermarket .c-card-02__title {
	color: #EA6301
}
.p-service-second-level-useful__slider.supermarket .slick-arrow {
	border-color: #EA6301
}
.p-service-second-level-useful__slider.supermarket .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(45%) sepia(79%) saturate(3793%) hue-rotate(8deg) brightness(99%) contrast(99%)
}
.p-service-second-level-useful__slider.gas-equipment .c-card-02 img {
	border-color: #AA3BB6
}
.p-service-second-level-useful__slider.gas-equipment .c-card-02__title {
	color: #AA3BB6
}
.p-service-second-level-useful__slider.gas-equipment .slick-arrow {
	border-color: #AA3BB6
}
.p-service-second-level-useful__slider.gas-equipment .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(26%) sepia(60%) saturate(2407%) hue-rotate(274deg) brightness(95%) contrast(85%)
}
.p-service-second-level-useful__slider.hydrogen .c-card-02 img {
	border-color: #103F65
}
@media (max-width: 767px) {
	.p-service-second-level-useful__slider.hydrogen .c-card-02 img {
		border-color: #005BA5
	}
}
.p-service-second-level-useful__slider.hydrogen .c-card-02__title {
	color: #103F65
}
@media (max-width: 767px) {
	.p-service-second-level-useful__slider.hydrogen .c-card-02__title {
		color: #005BA5
	}
}
.p-service-second-level-useful__slider.hydrogen .slick-arrow {
	border-color: #103F65
}
.p-service-second-level-useful__slider.hydrogen .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(17%) sepia(42%) saturate(2079%) hue-rotate(181deg) brightness(97%) contrast(92%)
}
@media (max-width: 767px) {
	.p-service-second-level-useful__slider.hydrogen .slick-arrow {
		border-color: #005BA5
	}
	.p-service-second-level-useful__slider.hydrogen .slick-arrow::before {
		filter: brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(1623%) hue-rotate(188deg) brightness(104%) contrast(103%)
	}
}
.p-service-second-level-useful__slider.water .c-card-02 img {
	border-color: #009AA5
}
.p-service-second-level-useful__slider.water .c-card-02__title {
	color: #009AA5
}
.p-service-second-level-useful__slider.water .slick-arrow {
	border-color: #009AA5
}
.p-service-second-level-useful__slider.water .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(1514%) hue-rotate(153deg) brightness(89%) contrast(101%)
}
.p-service-second-level-useful__slider.new-energy .c-card-02 img {
	border-color: #00D19D
}
.p-service-second-level-useful__slider.new-energy .c-card-02__title {
	color: #00A37A
}
.p-service-second-level-useful__slider.new-energy .slick-arrow {
	border-color: #00A37A
}
.p-service-second-level-useful__slider.new-energy .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(587%) hue-rotate(108deg) brightness(93%) contrast(101%)
}
.p-service-second-level-useful__slider.resum .c-card-02 img {
	border-color: #31A301
}
.p-service-second-level-useful__slider.resum .c-card-02__title {
	color: #31A301
}
.p-service-second-level-useful__slider.resum .slick-arrow {
	border-color: #31A301
}
.p-service-second-level-useful__slider.resum .slick-arrow::before {
	filter: brightness(0) saturate(100%) invert(49%) sepia(41%) saturate(2728%) hue-rotate(67deg) brightness(91%) contrast(102%)
}
@media (max-width: 767px) {
	.p-service-second-level-useful .c-subtitle--hydrogen-dark {
		color: #005BA5
	}
}
.p-service-second-level-useful .slick-arrow {
	border: 2px solid #DB0917;
	border-radius: 50%;
	background: #fff
}
.p-service-second-level-useful .slick-arrow::before {
	content: '';
	display: block;
	width: 2.3rem;
	height: 2.1rem;
	background-image: url(../images/common/ic-arrow-slider.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	opacity: 1
}
.p-service-second-level__header {
	text-align: center;
	margin-bottom: 4.8rem;
	position: relative
}
@media (max-width: 767px) {
	.p-service-second-level__header {
		margin-bottom: 4rem;
		text-align: left
	}
}
.p-service-second-level__header-icon {
	position: absolute;
	bottom: -.8rem;
	right: 0;
	max-width: 187px
}
@media (max-width: 767px) {
	.p-service-second-level__header-icon {
		max-width: 104px;
		bottom: auto;
		top: 1.1rem
	}
}
.p-service-second-level__buttons {
	display: flex;
	justify-content: center;
	gap: 12.8rem;
	margin-top: 4.8rem
}
@media (max-width: 767px) {
	.p-service-second-level__buttons {
		flex-direction: column;
		align-items: center;
		gap: 1.6rem;
		margin-top: 3.2rem
	}
}
.p-top-business {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	position: relative;
	border-radius: 6rem 6rem 0px 0px;
	background: #F5F5F5;
	padding-bottom: 6rem
}
@media (max-width: 767px) {
	.p-top-business {
		border-radius: 4.8rem 4.8rem 0px 0px;
		padding-bottom: 4rem
	}
}
.p-top-business__top {
	width: 100%;
	padding: 8rem 0px;
	display: block;
	position: relative;
	z-index: 2
}
@media (max-width: 767px) {
	.p-top-business__top {
		padding: 4.8rem 0px 5.6rem
	}
}
.p-top-business__top::before {
	content: "";
	display: block;
	position: absolute;
	aspect-ratio: 966/548;
	height: calc(100% + 6rem);
	left: 0;
	top: -2.2rem;
	background: url(../images/top/business_bg.png) 0 0 no-repeat;
	background-size: 99%;
	z-index: 1
}
@media (max-width: 767px) {
	.p-top-business__top::before {
		aspect-ratio: 780/535;
		background: url(../images/top/business_bg_sp.png) 0 0 no-repeat;
		background-size: 100%;
		top: -2.7rem;
		left: 0;
		height: auto;
		width: 100%
	}
}
.p-top-business__bottom {
	padding: 8rem 0px;
	background: #fff;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1
}
@media (max-width: 767px) {
	.p-top-business__bottom {
		border-radius: 4.8rem 4.8rem 0px 0px;
		padding: 4rem 0px 4.8rem
	}
}
.p-top-business__inner {
	z-index: 2;
	max-width: 136rem;
	position: relative;
	width: 100%;
	padding: 0 2rem;
	margin: auto
}
.p-top-business__taglist {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	justify-content: center
}
@media (max-width: 767px) {
	.p-top-business__taglist {
		justify-content: flex-start;
		padding: 0 2rem
	}
}
.p-top-business__content {
	width: 84.8rem;
	max-width: 100%;
	position: relative;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	pointer-events: none;
	margin: 4.8rem auto 0
}
@media (max-width: 767px) {
	.p-top-business__content {
		width: 100%;
		margin-top: 4rem auto 0
	}
}
.p-top-business__content.active {
	position: relative;
	visibility: visible;
	pointer-events: all
}
.p-top-business__slider {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4.8rem
}
.p-top-business__slider.slick-initialized {
	display: block;
	margin: 0 auto
}
@media (max-width: 767px) {
	.p-top-business__slider.slick-initialized {
		width: 100vw;
		margin-left: -2rem;
		margin-right: -2rem
	}
}
.p-top-business__slider .slick-track {
	display: flex;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-top-business__slider .slick-track {
		display: block
	}
}
.p-top-business__slider .slick-prev {
	left: calc(50% - 50vw + 3rem);
	top: 12.7rem
}
@media (max-width: 888px) {
	.p-top-business__slider .slick-prev {
		top: calc((100vw - 88px) * 0.155)
	}
}
@media (max-width: 767px) {
	.p-top-business__slider .slick-prev {
		top: calc(((61vw - 2rem) / 2) + 1rem);
		left: 1rem
	}
}
.p-top-business__slider .slick-next {
	right: calc(50% - 50vw + 3rem);
	top: 12.7rem
}
@media (max-width: 888px) {
	.p-top-business__slider .slick-next {
		top: calc((100vw - 88px) * 0.155)
	}
}
@media (max-width: 767px) {
	.p-top-business__slider .slick-next {
		top: calc(((61vw - 2rem) / 2) + 1rem);
		right: 1rem
	}
}
.p-top-business__item {
	position: relative;
	transition: none
}
.p-top-business__item:hover {
	transition: all 0.3s ease
}
.p-top-business__card {
	width: 40rem;
	max-width: calc((100vw - 8.8rem)/2);
	padding-right: 2.5rem;
	padding-top: 2.5rem
}
@media (max-width: 767px) {
	.p-top-business__card {
		width: 100%;
		max-width: 100%;
		padding-top: 2.5rem;
		padding-right: 0
	}
}
@media (max-width: 767px) {
	.p-top-business__card .c-card-01__image {
		padding-right: 0
	}
}
.p-top-business__card .c-card-01__image::before {
	top: -2.5rem;
	right: -2.5rem
}
.p-top-business__card img {
	aspect-ratio: 376/204
}
.p-top-business__button {
	margin: 6rem auto 0
}
@media (max-width: 767px) {
	.p-top-business__button {
		margin: 3.8rem auto 0
	}
}
.p-top-company__subtitle {
	max-width: 112rem;
	margin: 0 auto;
	width: 100%;
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-top-company__subtitle {
		margin-top: 1.6rem
	}
}
.p-top-company__list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-top-company__list {
		margin-top: 4rem
	}
}
.p-top-company__item {
	position: relative;
	display: block
}
@media (min-width: 1025px) {
	.p-top-company__item:nth-child(1) {
		margin-top: 12rem;
		max-width: calc((100% - 4.8rem) / 3)
	}
	.p-top-company__item:nth-child(2) {
		margin-top: 6rem;
		max-width: calc((100% - 4.8rem) / 3)
	}
	.p-top-company__item:nth-child(3) {
		max-width: calc((100% - 4.8rem) / 3)
	}
}
@media (max-width: 1024px) {
	.p-top-company__item {
		display: block
	}
}
@media (max-width: 767px) {
	.p-top-company__company {
		width: calc(100% + 2rem);
		margin-right: -2rem
	}
}
.p-top-company__wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	width: 100%
}
@media (max-width: 1024px) {
	.p-top-company__wrap {
		width: calc(100% + 4rem);
		margin-left: -2rem;
		margin-right: -2rem;
		display: block;
		position: relative
	}
	.p-top-company__wrap .slick-track {
		display: block
	}
	.p-top-company__wrap .slick-track>div {
		padding: 0 2rem
	}
	.p-top-company__wrap .slick-arrow {
		width: 6rem;
		height: 6rem;
		background: url(../images/common/slider_arrow.svg) 50% 50% no-repeat;
		background-size: 99%;
		right: calc(50% - 50vw + 3rem);
		z-index: 2;
		top: calc((((100vw - 88px) / 2) * 0.3825))
	}
	.p-top-company__wrap .slick-arrow::before, .p-top-company__wrap .slick-arrow::after {
		display: none
	}
}
@media (max-width: 1024px) and (max-width: 767px) {
	.p-top-company__wrap .slick-arrow {
		width: 4.8rem;
		height: 4.8rem;
		right: 1rem;
		top: calc((100vw - 7rem) / 2)
	}
}
@media (max-width: 1024px) {
	.p-top-company__wrap .slick-prev {
		left: calc(50% - 50vw + 3rem);
		transform: translateY(-50%) rotate(180deg)
	}
}
@media (max-width: 1024px) and (max-width: 767px) {
	.p-top-company__wrap .slick-prev {
		left: 1rem
	}
}
.p-top-energy__slider {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 3.8rem
}
@media (max-width: 767px) {
	.p-top-energy__slider {
		width: calc(100% + 4rem);
		margin-top: 4.8rem;
		left: -2rem
	}
	.p-top-energy__slider .slick-slide {
		padding: 0
	}
}
.p-top-energy__slider .slick-arrow {
	right: calc(50% - 50vw + 3rem)
}
@media (max-width: 767px) {
	.p-top-energy__slider .slick-arrow {
		right: 1rem
	}
}
.p-top-energy__slider .slick-prev {
	left: calc(50% - 50vw + 3rem)
}
@media (max-width: 767px) {
	.p-top-energy__slider .slick-prev {
		left: 1rem
	}
}
.p-top-energy__item {
	width: -moz-max-content;
	width: max-content;
	display: block;
	margin: auto;
	line-height: 0;
	height: 40rem
}
.p-top-energy__item img {
	height: 100%;
	width: -moz-max-content;
	width: max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: auto
}
.p-top-energy__button {
	margin: 4.8rem auto 0
}
.p-top-kv {
	width: 100%;
	position: relative;
	display: flex;
	line-height: 0
}
.p-top-kv picture, .p-top-kv img {
	width: 100%
}
.p-top-message {
	position: relative;
	display: block;
	padding: 8rem 0;
	width: 100%;
	overflow: hidden
}
@media (max-width: 767px) {
	.p-top-message {
		padding: 4.8rem 0
	}
}
.p-top-message__inner {
	max-width: 112rem;
	margin: 0 auto;
	width: 100%
}
.p-top-message__top {
	max-width: 136rem;
	margin: 0 auto;
	width: 100%;
	padding: 0 2rem
}
.p-top-message__top-image {
	position: absolute;
	z-index: -1;
	top: 8rem;
	right: 0;
	width: 70%;
	max-width: 96rem;
	text-align: center
}
@media (max-width: 767px) {
	.p-top-message__top-image {
		position: relative;
		order: 3;
		top: 0;
		margin-top: -10.8rem;
		width: calc(100% + 4rem);
		margin-left: -2rem;
		margin-right: -2rem
	}
}
.p-top-message__top-wrap {
	width: 53.6rem
}
@media (max-width: 767px) {
	.p-top-message__top-wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap
	}
}
.p-top-message__p {
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-top-message__p {
		margin-top: 1.6rem
	}
}
.p-top-message__topsubtitle {
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-top-message__topsubtitle {
		margin-top: 1.6rem
	}
}
.p-top-message__link-01 {
	margin: 4.8rem auto 0
}
@media (max-width: 767px) {
	.p-top-message__link-01 {
		margin: 2.8rem auto 0
	}
}
.p-top-message__link-02 {
	margin: 4.8rem auto 0
}
@media (max-width: 767px) {
	.p-top-message__link-02 {
		margin: 3.9rem auto 0
	}
}
.p-top-message__bottom {
	position: relative;
	margin: 8rem auto 0;
	padding: 0 2rem
}
@media (max-width: 767px) {
	.p-top-message__bottom {
		margin: 4.8rem auto 0
	}
}
.p-top-message__bottom-image {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 89rem;
	max-width: 80%;
	border-radius: 5.6rem 0px 0px 0px
}
@media (max-width: 767px) {
	.p-top-message__bottom-image {
		position: relative;
		order: 3;
		top: 0;
		max-width: -moz-max-content;
		max-width: max-content;
		width: calc(100% + 2rem);
		margin-right: -2rem;
		margin-top: 4rem
	}
}
.p-top-message__bottom-wrap {
	width: 53.6rem;
	padding-top: 8rem
}
@media (max-width: 767px) {
	.p-top-message__bottom-wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-top: 0
	}
}
.p-top-message__bottom-text {
	color: #222;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 5rem;
	letter-spacing: -.064rem;
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-top-message__bottom-text {
		font-size: 2.4rem;
		line-height: 4.4rem;
		margin-top: 1.6rem
	}
}
.p-top-safety__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem;
	margin: 4.8rem auto 0;
	justify-content: center
}
@media (min-width: 768px) and (max-width: 1200px) {
	.p-top-safety__list {
		gap: 2rem
	}
}
@media (max-width: 1024px) {
	.p-top-safety__list {
		display: block;
		margin: 4rem auto 0;
		width: 84.8rem;
		max-width: 100%
	}
	.p-top-safety__list .slick-prev {
		left: calc(50% - 50vw + 3rem);
		top: 11.6rem
	}
}
@media (max-width: 1024px) and (max-width: 888px) {
	.p-top-safety__list .slick-prev {
		top: calc((100vw - 88px) * 0.145)
	}
}
@media (max-width: 1024px) and (max-width: 767px) {
	.p-top-safety__list .slick-prev {
		top: calc((58vw - 2rem) / 2);
		left: 1rem
	}
}
@media (max-width: 1024px) {
	.p-top-safety__list .slick-next {
		right: calc(50% - 50vw + 3rem);
		top: 11.6rem
	}
}
@media (max-width: 1024px) and (max-width: 888px) {
	.p-top-safety__list .slick-next {
		top: calc((100vw - 88px) * 0.145)
	}
}
@media (max-width: 1024px) and (max-width: 767px) {
	.p-top-safety__list .slick-next {
		top: calc((58vw - 2rem) / 2);
		right: 1rem
	}
}
@media (max-width: 767px) {
	.p-top-safety__list {
		width: calc(100% + 4rem);
		max-width: 100vw;
		margin-right: -2rem;
		margin-left: -2rem
	}
}
.p-top-safety__list .slick-track {
	display: flex;
	gap: 4.8rem
}
@media (max-width: 767px) {
	.p-top-safety__list .slick-track {
		display: block
	}
}
.p-top-safety__item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: calc((100% - 9.6rem) / 3)
}
@media (max-width: 1024px) {
	.p-top-safety__item {
		width: 100%;
		max-width: 100%
	}
}
.p-top-safety__card {
	width: 40rem
}
@media (max-width: 1024px) {
	.p-top-safety__card {
		width: 40rem;
		max-width: calc((100vw - 8.8rem)/2)
	}
}
@media (max-width: 767px) {
	.p-top-safety__card {
		width: 100%;
		max-width: 100%
	}
}
.p-top__contentbox {
	max-width: 112rem;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.2rem
}
@media (max-width: 767px) {
	.p-top__contentbox {
		padding: 0;
		gap: 1.6rem;
		margin-top: 1.6rem
	}
}
.p-top__contentbox-title {
	flex: 1;
	padding-right: 3.2rem
}
@media (min-width: 768px) and (max-width: 1200px) {
	.p-top__contentbox-title {
		padding-right: 1rem
	}
}
@media (max-width: 767px) {
	.p-top__contentbox-title {
		padding-right: 0
	}
}
.p-top__contentbox-content {
	width: 58rem;
	max-width: 60%
}
@media (max-width: 767px) {
	.p-top__contentbox-content {
		width: 100%;
		max-width: 100%
	}
}
.p-top__contentbox-p {
	color: #222;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem
}
@media (max-width: 767px) {
	.p-top__contentbox-p {
		font-size: 1.6rem;
		line-height: 2.6rem
	}
}
.p-top__contentbox-taglist {
	width: 84%;
	max-width: calc(100% - 15.6rem);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: auto
}
@media (max-width: 767px) {
	.p-top__contentbox-taglist {
		width: 100vw;
		max-width: 100vw;
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 2.4rem
	}
}
.p-top__contentbox-list {
	display: flex;
	flex-direction: row;
	width: -moz-max-content;
	width: max-content;
	justify-content: flex-end;
	padding: .5rem 0;
	gap: 4.8rem;
	margin-left: auto;
	margin-right: 0
}
@media (max-width: 767px) {
	.p-top__contentbox-list {
		padding: 0;
		gap: 1.6rem
	}
}