@charset "utf-8";

.l-header a,
.l-headerBottom a {
	color: #000;
}

.l-header > .container {
	position: relative;
	max-width: 1170px;
	margin-left: 15px;
	margin-right: 15px;
}

.l-header .menuBtn {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	font-size: 18px;
	text-align: right;
}

.l-header .menuBtn__link {
	cursor: pointer;
	transition: 0.15s;
}

.l-header .menuBtn__link:hover {
	color: #a83f3f
}

.l-header .menuBtn__checkbox {
	display: none;
}

.l-header .menuBtn__checkbox:checked~.menuBtn__unshown {
	display: block;
}

.l-header .menuBtn__checkbox:checked~.menuBtn__content {
	transform: translateX(0%);
	box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}

.l-header .menuBtn__unshown {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation: fade 0.3s;
}

.l-header .menuBtn__content {
	position: fixed;
	top: 0;
	right: -20px;
	bottom: 0;
	background: #f8f6f2;
	width: calc(71% + 20px);
	max-width: calc(100vw - 45px);
	height: 100%;
	z-index: 9999999;
	transition: 0.3s;
	transform: translateX(110%);
	text-align: center;
	border-top: 5px solid #2eb0c7;
}

.l-header .menuBtn__scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	padding: 0 15px 15px 15px;
}

.l-header .menuBtn__contentInner {
	text-align: left;
	font-size: 1.2rem;
}



.menuBtn__content {
	border-top: 5px solid #2eb0c7;
	background: #f8f6f2;
	max-width: calc(100vw - 45px);
	width: calc(71% + 20px);
	right: -20px;
}

.menuBtn__close {
	position: absolute;
	display: block;
	background: url(/column/part/wp-content/uploads/assets/ui/close_btn_sp01_01.png) no-repeat #f8f6f2 center;
	background-size: 65%;
	width: 50px;
	height: 58px;
	padding: 5px;
	transition: 1s all;
	margin: 0;
	top: 0;
	left: -40px;
	border: none;
}

.menuBtn__navi {
	margin: 0 -15px 40px -15px;
	padding: 20px 15px;
	background: transparent;
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.menuBtn__navi li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: inherit;
}

.menuBtn__navi li:first-of-type {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 20px 0;
	margin-top: 60px;
	margin-bottom: 20px;
	color: #1c8a9e
}

.menuBtn__navi li:nth-of-type(4) {
	margin-bottom: 20px
}

.menuBtn__navi li:nth-of-type(2):after,
.menuBtn__navi li:nth-of-type(3):after,
.menuBtn__navi li:nth-of-type(4):after {
	content: "";
	position: absolute;
	background-image: url(/column/part/wp-content/uploads/assets/svg/light_angle-right_blue.svg);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 36px;
	top: calc((100% - 36px) / 2);
	right: 0
}

.menuBtn__navi li:nth-of-type(2) a,
.menuBtn__navi li:nth-of-type(3) a,
.menuBtn__navi li:nth-of-type(4) a {
	padding: 0 5px
}

.menuBtn__navi li:nth-of-type(n+5) {
	border: none;
	color: #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 62px;
	height: 62px
}

.menuBtn__navi li:nth-of-type(5) {
	border-top: 1px solid #000
}

.menuBtn__scroll {
	overflow: initial
}

.l-header .menuBtn__close:hover {
	color: #a83f3f
}

.l-header .menuBtn__close i {
	margin-right: 10px;
	font-size: 1.5rem;
	vertical-align: middle
}

.l-header .menuBtn__naviList {
	margin-top: 10px;
	list-style: none;
	display: flex;
	justify-content: center;
	overflow: auto
}

.l-header .menuBtn__naviItem {
	margin: 0 2.5px
}

.l-header .menuBtn__naviLink {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	transition: 0.15s;
	color: #fff
}

@media (max-width:768px) {
	.menuBtn__scroll {
		overflow-y: scroll
	}
}

@charset "utf-8";

/* Global Styles */

/*
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
*/

body {
	padding: 0 !important;
	/* line-height: 1.6; */
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

a:hover {
	opacity: 0.8;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
}

.pc-only {
	display: none;
}

.u-none-pc {
	display: block;
}

/* Header Styles */
.l-header {
	width: 100%;
	background: #fff;
	border-top: 5px solid #2eb0c7;
	padding: 15px 0 20px 0;
	display: none;
}

.l-header__txt {
	display: none;
	position: absolute;
	right: 15px;
}

.l-header .banner--title {
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #e5a221;
	border-radius: 14px;
}

.l-header .banner--title p {
	margin-top: 0;
}

.l-header .banner--phoneNumber {
	margin-right: 10px;
	float: left;
}

.l-header .banner--phoneNumber img {
	width: 139px;
}

.l-header .banner--businessHours {
	position: relative;
	margin-left: 25px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.005em;
	float: right;
}

.l-header .banner--businessHours:before {
	content: "";
	position: absolute;
	background: url(./assets/header_icon_freeDial.png);
	width: 18px;
	height: 14px;
	left: -21px;
	bottom: 3px;
}

.l-header .banner--businessHours p {
	margin-top: 5px;
}

.l-header .banner--businessHours span {
	color: #dd5943;
	margin-left: 5px;
}

.siteTitle {
	margin-bottom: 0;
	font-size: 20px;
}

.siteTitle__logo {
	height: 28px;
}

/* SP Navigation */
.grobalNav-forSp__list {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 10px);
	margin: 0 5px;
}

.grobalNav-forSp__list li {
	list-style: none;
	background: #2db0c7;
	flex-basis: 48%;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 3px 3px #ccc;
}

.grobalNav-forSp__list li:before {
	display: none;
}

.grobalNav-forSp__list li:after {
	content: "";
	position: absolute;
	background-image: url(./assets/svg/light_angle-right_white.svg);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	top: calc((100% - 24px) / 2);
	filter: drop-shadow(1px 1px 1px #999);
	right: 5px;
}

.grobalNav-forSp__list li a {
	padding: 10px 20px 10px 50px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	display: block;
	line-height: 1.3;
	font-size: 14px;
	text-align: center;
}

.grobalNav-forSp__list li a p {
	text-align: left;
	display: inline-block;
}

.grobalNav-forSp__list .navigation__list {
	background: #3ac4c2;
}

.grobalNav-forSp__list .navigation__list:before {
	display: none;
}

/* PC Navigation */
.navigation__field {
	display: none;
}

.navigation__field .navigation__list {
	list-style: none;
	box-sizing: border-box;
	position: relative;
	flex-basis: auto;
	padding: 5px;
	font-size: .875em;
}

.navigation__field .navigation__list.cta {
	box-sizing: border-box;
	position: relative;
	background: #3ac4c2;
	flex-basis: auto;
	border-radius: 12px;
	box-shadow: 0px 1px 1px #ccc;
	padding: 5px 20px 5px 5px;
	margin-top: -5px;
}

.navigation__field .navigation__list.cta:after {
	content: "";
	position: absolute;
	background-image: url(./assets/svg/light_angle-right_white.svg);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	top: calc((100% - 24px) / 2);
	filter: drop-shadow(1px 1px 1px #999);
	right: 0;
}

.navigation__field .navigation__list.cta:hover {
	background: #ebb638;
}

.navigation__field .navigation__list.cta:hover a {
	opacity: 1;
}

.navigation__field .navigation__list.cta a,
.navigation__field .navigation__list.cta a:active,
.navigation__field .navigation__list.cta a:visited {
	display: block;
	margin: 0;
	line-height: 1.3em;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	padding: 5px 2px 5px 10px;
	font-size: 1rem;
	font-weight: 500;
}

.columnNavi {
	position: relative;
	max-width: 1170px;
	margin: 0;
}

/* Menu Button */
.menuBtn__link {
	display: block;
	background-image: url(./assets/svg/bars_blue.svg);
	background-size: 27px 27px;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	margin-top: 2px;
}

.menuBtn__content {
	border-top: 5px solid #2eb0c7;
	background: #f8f6f2;
	max-width: calc(100vw - 45px);
	width: calc(71% + 20px);
	right: -20px;
}

.menuBtn__close {
	position: absolute;
	display: block;
	background: url(./assets/ui/close_btn_sp01_01.png) no-repeat #f8f6f2 center;
	background-size: 65%;
	width: 50px;
	height: 58px;
	padding: 5px;
	transition: 1s all;
	margin: 0;
	top: 0;
	left: -40px;
	border: none;
}

.menuBtn__navi li {
	list-style: none;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	width: 70%;
	border: 2px solid #1c8a9e;
	margin: 0 auto 10px;
	color: #1c8a9e;
	text-align: left;
	padding: 0;
	border-radius: 10px;
	line-height: 52px;
	height: 54px;
	color: #1c8a9e;
}

.menuBtn__navi li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.menuBtn__navi li:first-of-type {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 20px 0;
	margin-top: 60px;
	margin-bottom: 20px;
}

.menuBtn__navi li:nth-of-type(4) {
	margin-bottom: 20px;
}

.menuBtn__navi li:nth-of-type(2):after,
.menuBtn__navi li:nth-of-type(3):after,
.menuBtn__navi li:nth-of-type(4):after {
	content: "";
	position: absolute;
	background-image: url(./assets/svg/light_angle-right_blue.svg);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 36px;
	top: calc((100% - 36px) / 2);
	right: 0;
}

.menuBtn__navi li:nth-of-type(2) a,
.menuBtn__navi li:nth-of-type(3) a,
.menuBtn__navi li:nth-of-type(4) a {
	padding: 0 5px;
}

.menuBtn__navi li:nth-of-type(n+5) {
	border: none;
	color: #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 62px;
	height: 62px;
}

.menuBtn__navi li:nth-of-type(5) {
	border-top: 1px solid #000;
}

.menuBtn__scroll {
	overflow: initial;
}


/* Site Header */
.site-header {
	background: #fff;
	top: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-top: 3px solid #2fb0c7;
	z-index: 10;
	display: none;
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

.site-header__inner {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 14px 14px 17px 14px;
}

.site-header__logo,
.site-header__menu {
	display: flex;
	align-items: center;
}

.site-header__logo-link {
	font-size: 0;
	width: 130px;
}

.site-header__logo-link svg {
	width: 100%;
	height: auto;
}

.site-header__message {
	color: #7bbdc9;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 4px;
	display: none;
}

.site-header__join-us-and-tel {
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	display: none;
}

.site-header__join-us {
	display: inline-block;
	margin-bottom: 17px;
	padding: 7px 21px;
	background-color: #2fb0c7;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border-radius: 0 0 5px 5px;
	line-height: 1;
}

.site-header__join-us-image {
	margin-right: 5px;
}

.site-header__tel {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 6px;
	align-self: flex-end;
}

.site-header__tel-number {
	display: flex;
	align-items: flex-start;
}

.site-header__tel-number-free {
	font-size: 0;
	width: 42px;
	margin-right: 1px;
}

.site-header__tel-number-free svg {
	width: 100%;
	height: auto;
}

.site-header__tel-number-image {
	font-size: 0;
	width: 266px;
}

.site-header__tel-number-image svg {
	width: 100%;
	height: auto;
}

.site-header__tel-reception {
	font-weight: bold;
	font-size: 13px;
}

.site-header__tel-reception-ok {
	margin-left: 7px;
	color: #dd5943;
}

.site-global-navigation {
	background-color: #29a9c1;
	border-bottom: 3px solid #b3dbe3;
	font-size: 15px;
	position: relative;
	display: none;
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.site-global-navigation__inner {
	width: 100%;
}

.site-global-navigation__menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.site-global-navigation__menu-item {
	position: relative;
	margin: 0 14px;
}

.site-global-navigation__menu-item--area {
	position: static;
}

.site-global-navigation__menu-item--area:hover .global-navigation-area {
	display: block;
}

.site-global-navigation__menu-item-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.site-global-navigation__menu-item-link:hover {
	opacity: 0.8;
}

.site-global-navigation__dropdown-menu:hover>.site-global-navigation__dropdown-menu--item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 3em;
	left: 50%;
	transform: translateX(-50%);
}

.site-global-navigation__dropdown-menu--item {
	display: none;
	z-index: 10;
	background-color: #f6f2f0;
}

.site-global-navigation__dropdown-menu--item a {
	padding: 11px 30px;
	text-align: center;
	color: #198ca1;
	font-weight: bold;
	display: block;
	white-space: nowrap;
}

.site-global-navigation__dropdown-menu--item a::after {
	content: '';
	display: none;
	width: 100%;
	margin: 0 auto;
	border-bottom: 4px solid #f9da70;
	border-radius: 2px;
}

.site-global-navigation__dropdown-menu--item a:hover::after {
	display: block;
}

.global-navigation-area {
	display: none;
	justify-content: space-between;
	z-index: 10;
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f6f2f0;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
}

.global-navigation-area--show {
	display: block;
}

.global-navigation-area__body {
	display: flex;
	padding: 0 14px;
}

.global-navigation-area__box {
	display: inline-block;
	width: 100%;
	margin: 0 7px;
	padding-bottom: 14px;
}

.global-navigation-area__region-name {
	position: relative;
	padding: 14px 7px;
	border-bottom: 2px solid;
	margin-bottom: 21px;
	color: #198ca1;
	font-size: 15px;
	font-weight: bold;
}

.global-navigation-area__contents {
	display: flex;
	padding: 12px 7px;
	font-size: 14px;
}

.global-navigation-area__link-item {
	text-align: center;
	color: #198ca1;
	text-decoration: underline;
}

/* --- Media Queries --- */

@media screen and (-ms-high-contrast:none) {
	.t-hiragino {
		font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

@media (max-width:320px) {
	.grobalNav-forSp__list li a {
		padding: 10px 20px 10px 10px;
	}
}

@media (min-width:321px) {
	.grobalNav-forSp__list li:before {
		content: "";
		position: absolute;
		display: block;
		top: 13px;
		left: 20px;
		width: 30px;
		height: 30px;
		background-image: url(./assets/svg/lightbulb_white.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.grobalNav-forSp__list .navigation__list:before {
		content: "";
		position: absolute;
		display: block;
		top: 10px;
		left: 0;
		width: 50px;
		height: 40px;
		background-image: url(./assets/kaeru03.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media (max-width:768px) {
	.l-header {
		display: block;
	}
	.menuBtn__scroll {
		overflow-y: scroll;
	}
}

@media screen and (min-width:768px) {
	.site-header {
		position: relative;
		box-shadow: none;
		border-top: 5px solid #2fb0c7;
		display: block;
	}
	.site-header__inner {
		padding: 0 14px;
	}
	.site-header__sign {
		padding: 7px 0;
	}
	.site-header__logo-link {
		width: 195px;
	}
	.site-header__message {
		display: block;
	}
	.site-header__join-us-and-tel {
		display: flex;
	}
	.site-global-navigation {
		display: block;
	}
}

@media (min-width:769px) {
	.pc-only {
		display: inherit;
	}
	.l-header__txt {
		display: block;
	}
	.u-none-pc {
		display: none;
	}
	.grobalNav-forSp__list {
		display: none;
	}
	.grobalNav-forSp__list .navigation__list {
		flex-basis: auto;
		border-radius: 12px;
		box-shadow: 0px 1px 1px #ccc;
		padding: 5px;
	}
	.grobalNav-forSp__list .navigation__list:before {
		display: none;
	}
	.navigation__field {
		display: flex;
		justify-content: space-between;
		margin: 10px 30px;
	}
	.l-header {
		padding: 15px 0 20px 0;
	}
	.siteTitle {
		margin-bottom: 0;
	}
	.siteTitle__logo {
		height: 28px;
	}
	.columnNavi {
		margin: 0 auto;
	}
}

@media only screen and (min-width:769px) {
	.container-header {
		display: flex;
	}
}

@media (min-width:992px) {
	.l-header .container-header {
		align-items: inherit;
		min-height: inherit;
	}
	.siteTitle {
		font-size: 20px;
	}
}

@media screen and (min-width:1000px) {
	.site-header__inner {
		width: 1000px;
		margin: auto;
	}
	.site-global-navigation__inner {
		width: 1000px;
		margin: auto;
	}
}

.site-footer {
	margin-top: 28px;
	padding: 0;
	background-color: #faf5f3;
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

.site-footer__inner {
	width: 100%;
	margin: 0 auto;
}

.site-footer__logo-and-contact {
	padding: 14px 28px;
}

.site-footer__contacts {
	flex: 1;
}

.site-footer__tel {
	display: flex;
	gap: 0 5px;
	margin-bottom: 7px;
}

.site-footer__tel-icon {
	font-size: 0;
	width: 34px;
}

.site-footer__tel-icon svg {
	width: 100%;
	height: auto;
}

.site-footer__tel-number {
	font-size: 0;
	width: 228px;
}

.site-footer__tel-number svg {
	width: 100%;
	height: auto;
}

.site-footer__contact-tel {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-footer__contact-tel-title {
	display: flex;
	align-items: baseline;
	margin-top: 42px;
	margin-bottom: 21px;
	font-weight: bold;
	font-size: 15px;
}

.site-footer__contact-tel-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0 14px;
	margin: 0 7px;
}

.site-footer__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 0;
}

.site-footer__logo.pc-view {
	display: none;
}

.site-footer__logo.sp-view {
	display: flex;
}

.site-footer__logo-link {
	font-size: 0;
	width: 195px;
}

.site-footer__logo-link svg {
	width: 100%;
	height: auto;
}

.site-footer__reception {
	font-size: .875rem;
	font-weight: bold;
}

.site-footer__reception-ok {
	margin-left: 7px;
	color: #dd5943;
}

.site-footer__service {
	padding: 0 0 40px;
	background-color: #f1f1f1;
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

.site-footer__service-inner {
	width: 100%;
}

.site-footer__service-links-navigation {
	display: block;
	margin-bottom: 50px;
}

.site-footer__service-category-title-container {
	display: flex;
	border-bottom: 1px solid #dcdcdc;
}

.site-footer__service-category-title {
	width: calc(100% - 60px);
	padding: 18px 7px 18px 26px;
	color: #a1a0a0;
	font-size: 17px;
	position: relative;
}

.site-footer__service-category-title::before {
	content: "";
	width: 7px;
	height: calc(100% - 2.6em);
	background-color: #a1a0a0;
	position: absolute;
	top: 50%;
	left: 0.8em;
	transform: translateY(-50%);
}

.site-footer__service-sub-category-item {
	height: 60px;
	border-bottom: 1px solid #dcdcdc;
	list-style-type: none;
}

.site-footer__service-sub-category-link {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 calc(7px + 60px) 0 31px;
	color: #9e9e9e;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: underline;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEzLjEyNSIgdmlld0JveD0iMCAwIDggMTMuMTI1Ij48cGF0aCBkPSJNMTAwMy4wNDQsMTI1OC4xMjNhMS4xLDEuMSwwLDAsMCwuNzg3LS4zMzNsNi4xLTYuMjI5LTYuMS02LjIzMWExLjEsMS4xLDAsMCwwLTEuNTY5LS4wMDUsMS4xMzYsMS4xMzYsMCwwLDAtLjAwNSwxLjU5MWw0LjU1LDQuNjQ1LTQuNTUsNC4xMzYsMS4xMzYsMCwwLDAsLjAwNSwxLjU5MUExLjEsMS4xLDAsMCwwLDEwMDMuMDQ0LDEyNTguMTIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDEuOTM0IC0xMjQ0Ljk5OCkiIGZpbGw9IiMxYzhhOWUiLz48L3N2Zz4=") no-repeat right 25px center;
}

.site-footer__company {
	width: 78.4%;
	margin: 0 auto;
	display: block;
}

.site-footer__company-info {
	display: block;
	margin: 0 auto 34px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.site-footer__company-info-logo {
	width: 68.02721088%;
	max-width: 230px;
	margin: 0 auto 36px;
	font-size: 0;
}

.site-footer__company-info-logo-link {
	display: block;
}

.site-footer__company-info-name {
	text-align: center;
	margin-bottom: 1em;
}

.site-footer__company-info-link {
	color: #000;
	text-decoration: underline;
}

.site-footer__company-info-address {
	color: #808080;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

.site-footer__company-info-address .sp-view {
	display: block;
}

.site-footer__company-public-info {
	width: 91.03401361%;
	display: flex;
	margin: 0 auto;
}

.site-footer__company-public-image {
	width: 47px;
	min-width: 47px;
	margin-right: 26px;
	font-size: 0;
}

.site-footer__company-public-text {
	color: #808080;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3333333333;
}

.site-footer__terms-and-copyright {
	padding: 25px 7px calc(25px + 126px);
	background: #045f70;
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

.site-footer__terms-and-copyright-inner {
	width: 100%;
}

.site-footer__terms {
	margin-bottom: 0.5em;
}

.site-footer__terms-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}

.site-footer__terms-item {
	display: block;
	padding-right: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	position: relative;
	list-style-type: none;
}

.site-footer__terms-item::before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.site-footer__terms-item:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.site-footer__terms-item:last-of-type::before {
	display: none;
}

.site-footer__terms-link {
	display: block;
	color: #fff;
	font-size: 13px;
}

.site-footer__copyrights {
	color: #a3dfeb;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}

/* --- Media Query for 767px and under --- */
@media screen and (max-width:767px) {

	.site-footer__service-category-inner {
		position: relative;
		overflow: hidden;
	}

	.site-footer__service-sub-category-open-trigger {
		width: 60px;
		min-width: 60px;
		background-color: #fff;
		position: relative;
		cursor: pointer;
	}

	.site-footer__service-sub-category-open-trigger::before,
	.site-footer__service-sub-category-open-trigger::after {
		display: block;
		content: "";
		background-color: #7a7474;
		position: absolute;
		width: 18px;
		height: 3px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.site-footer__service-sub-category-open-trigger::before {
		width: 3px;
		height: 18px;
		top: 50%;
		left: 50%;
	}

	.site-footer__service-sub-category-container {
		display: none;
	}

	input#footer-sub-category-torigger {
		position: absolute;
		left: -1000px;
	}

	input#footer-sub-category-torigger:checked + .site-footer__service-sub-category-container {
		display: block;
	}

}

/* --- Media Query for 768px and up --- */
@media screen and (min-width:768px) {
	
	.site-footer {
		padding: 0 28px;
	}
	.site-footer__logo-and-contact {
		padding: 14px 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #c4c4c4;
	}
	.site-footer__tel {
		margin-bottom: 0;
	}
	.site-footer__contact-tel {
		margin: 35px 0;
		flex-direction: row;
	}
	.site-footer__contact-tel-title {
		width: 10em;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
	}
	.site-footer__contact-tel-details {
		flex-direction: row;
		align-items: flex-end;
		flex-wrap: wrap;
		flex: 1;
	}
	.site-footer__logo {
		flex-basis: 30%;
		justify-content: flex-start;
	}
	.site-footer__logo.pc-view {
		display: flex;
	}
	.site-footer__logo.sp-view {
		display: none;
	}
	.site-footer__service {
		padding: 0 28px 55px;
	}
	.site-footer__service-inner {
		max-width: 1000px;
		margin: auto;
	}
	.site-footer__service-links-navigation {
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.site-footer__service-category-title-container {
		border-top: none;
		border-bottom: none;
	}
	.site-footer__service-category-title {
		width: auto;
		margin: 35px 0 21px;
		padding: 0 0 0 7px;
		border-left: 8px solid #a1a0a0;
		font-size: 14px;
	}
	.site-footer__service-category-title::before {
		display: none;
	}
	.site-footer__service-sub-category-list {
		font-size: .875rem;
		display: flex;
		flex-wrap: wrap;
		gap: 1em;
	}
	.site-footer__service-sub-category-item {
		height: auto;
		padding-right: 1em;
		border-right: 1px solid #a1a0a0;
		border-bottom: none;
	}
	.site-footer__service-sub-category-item:last-of-type {
		padding-right: 0;
		border-right: none;
	}
	.site-footer__service-sub-category-link {
		display: block;
		padding: 0;
		background: none;
		font-size: 0.85em;
	}
	.site-footer__company {
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-footer__company-info {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.site-footer__company-info-logo {
		width: 186px;
		max-width: none;
		margin: 0 42px 0 0;
	}
	.site-footer__company-info-name {
		font-size: .875rem;
		text-align: left;
		margin-bottom: 10px;
	}
	.site-footer__company-info-address {
		text-align: left;
	}
	.site-footer__company-info-address .sp-view {
		display: none;
	}
	.site-footer__company-public-info {
		width: 280px;
		margin: 0;
	}
	.site-footer__company-public-image {
		width: 52px;
		min-width: 52px;
	}
	.site-footer__company-public-text {
		line-height: 1.5;
	}
	.site-footer__terms-and-copyright {
		padding: 25px 7px calc(25px + 88px);
	}
	.site-footer__terms-and-copyright-inner {
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
	}
	.site-footer__terms {
		margin-bottom: 0;
	}
	.site-footer__terms-list {
		justify-content: flex-start;
	}
	.site-footer__terms-item {
		padding-right: 1.5em;
		margin-right: 1.5em;
		margin-bottom: 0;
	}
	.site-footer__copyrights {
		font-size: 11px;
	}

	input#footer-sub-category-torigger {
		display: none;
	}
}

@media screen and (min-width:1000px) {
	.site-footer__inner {
		width: 1000px;
	}
}