@font-face {
	font-family: "游ゴシック体";
	src: local("Yu Gothic Bold");
	font-weight: 600;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: 600;
}
body {
	color: #1a1a19;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
body * {
	box-sizing: border-box;
}
.font-meiryo {
    font-family: メイリオ, Meiryo, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, "ＭＳ Ｐゴシック", Roboto, "Droid Sans", sans-serif;
    font-size: 20px;
}
.fnt-over {
	font-weight: 600;
	font-family: "Overpass", sans-serif;
}
.wrap {
	margin: auto;
	max-width: 1300px;
	position: relative;
}
.center {
	text-align: center;
}
.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
.flex-x {
	display: flex;
	justify-content: center;
}
.flex-y {
	display: flex;
	align-items: center;
}
.flex-z {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-t {
	display: flex;
	justify-content: space-between;
}
.flex-s {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mt-50 {
	margin-top: 50px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}

.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.ml-35 {
	margin-left: 35px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.ml-45 {
	margin-left: 45px !important;
}
.ml-50 {
	margin-left: 50px !important;
}

.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-35 {
	margin-right: 35px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mr-45 {
	margin-right: 45px !important;
}
.mr-50 {
	margin-right: 50px !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}
.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}
.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}
.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}
.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}
.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pt-50 {
	padding-top: 50px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-45 {
	padding-bottom: 45px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}

.pl-0 {
	padding-left: 0 !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pl-35 {
	padding-left: 35px !important;
}
.pl-40 {
	padding-left: 40px !important;
}
.pl-45 {
	padding-left: 45px !important;
}
.pl-50 {
	padding-left: 50px !important;
}

.pr-0 {
	padding-right: 0 !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-25 {
	padding-right: 25px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pr-35 {
	padding-right: 35px !important;
}
.pr-40 {
	padding-right: 40px !important;
}
.pr-45 {
	padding-right: 45px !important;
}
.pr-50 {
	padding-right: 50px !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}
.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

#top {
	clear: both;
	width: 100%;
}
.content {
	min-height: 100%;
	max-width: 1366px;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.sidebar.collapse {
	margin-left: 83px;
}
.inside {
	background: #fff;
	position: relative;
	z-index: 2;
	height: 125px;
	width: 1366px;
	margin: 0 auto;
	box-sizing: border-box;
}
.group-section {
	max-width: 1023px;
	position: relative;
	margin-top: 2rem;
	width: calc(100% - 343px);
}
body {
	width: 100%;
	position: relative;
}
header {
	background: #fff;
	position: relative;
	/* position: fixed; */
	/* transition: transform 0.5s ease; */
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	/* animation: smoothStay 1s forwards; */
}
@keyframes smoothStay {
	0% {
		transform: translateY(99px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	width: 100%;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header .group-header {
	position: relative;
	max-width: 1200px;
	display: flex;
	margin: auto;
}
header .brand-area .brand {
	margin-top: 30px;
}
header .brand-area .text.font-noto {
	font-size: 0.8rem;
	margin-top: 8px;
	font-weight: 300;
	letter-spacing: -1px;
}
header .line {
	margin-top: 4rem;
	margin-left: 5rem;
}
header .center-y {
	display: flex;
	align-items: center;
}
header .label.center-y {
	margin-left: 2rem;
	text-decoration: none;
	font-size: 1.13rem;
}
header .inside a {
	text-decoration: none;
}
header .navi-site {
	position: absolute;
	right: 0;
	top: 15px;
}
header .breadcrumbs.center-y {
	justify-content: flex-end;
	margin-bottom: 15px;
}
header .right-between2 .breadcrumbs a ~ a {
	margin-left: 1rem;
}
header .nav:before {
	content: "";
	background: #1975f2;
	margin-bottom: -31px;
	padding-bottom: 2px;
	height: 2px;
	position: absolute;
	bottom: 0;
	transition: left 0.5s ease, right 0.5s ease;
	z-index: 3;
}
header .detail.active {
	transform: translateY(-40px);
}
header .detail-row.active {
	pointer-events: visible;
	opacity: 1;
	position: static;
	transform: translateY(0);
	transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
	z-index: 500;
}
header .detail {
	margin: 0 auto;
	/* width: 100%; */
	width: 1070px;
	background: transparent;
	position: absolute;
	top: 100%;
	left: 0;
	height: auto !important;
	right: 0;
	z-index: 1;
	/* transform: translateY(-101%); */
	transform: translateY(-170%);
	transition: height 0.5s ease, transform 0.5s ease;
	overflow: hidden;
	z-index: 2;
}
header .detail-column a {
	margin: 0.5rem 2rem;
	width: 13rem;
}
header .detail-column a {
	margin: 0.5rem 1.9rem;
	width: 18%;
}
header .detail > .wrap {
	padding: 5px 3.5rem 10px;
	margin-top: 40px;
	background-color: #fff;
}
header .btn-slide {
	display: inline-block;
	padding: 0.5rem 0;
	border-bottom: 1px solid #121212;
	position: relative;
}
header .detail-row {
	margin: 2rem 0 3rem;
}
.detail-title {
	margin: 0 2rem;
	color: #1975f2;
	font-weight: 500;
	font-size: 1.13rem;
}
header .nav img {
	cursor: pointer;
	margin-left: 1.05rem;
	transition: transform 0.5s ease;
}
header .nav ~ .nav {
	margin-left: 2rem;
}
header .nav.active:before {
	left: 0;
	right: 0;
}
header .breadcrumbs a ~ a {
	margin-left: 2.125rem;
}
header .breadcrumbs img {
	margin-right: 0.375rem;
}
header .nav {
	position: relative;
}
header .nav ~ .nav {
	margin-left: 2rem;
}
header .nav a {
	text-decoration: none;
	color: #1a1a19;
	font-size: 1.13rem;
}
header .nav img {
	cursor: pointer;
	margin-left: 1.05rem;
	transition: transform 0.5s ease;
}
header .nav.active img {
	transform: rotate(180deg);
}
header .navi-site .breadcrumbs .right-sec1,
header .navi-site .breadcrumbs .right-sec2 {
	color: #1a1a19;
	font-weight: 400;
	font-size: 0.88rem;
	position: relative;
}
header .navi-site .breadcrumbs span:hover {
	color: #1975f2;
}
header .navi-site .breadcrumbs span.navi-email {
	position: relative;
}
header .navi-site .breadcrumbs .right-sec1 {
	margin-right: 3rem;
}
header .navi-site .navi-link-ai {
	border: 1px solid #1975f2;
	padding: 5px 15px 5px 15px;
	border-radius: 8px;
}
header .right-between2 .navi-link-ai.center-y {
	color: #1975f2;
	font-size: 1.5rem;
	min-width: 400px;
    padding: 10px 0 10px 3em;
}
header .right-between2 .navi-link-ai.center-y:hover {
	color: #ffffff;
	background-color: #1975f2;
}
header .right-between2 .navi-link-ai.center-y span:hover {
	color: #ffffff;
	background-color: #1975f2;
}
header .navi-site .navi-link {
	border: 1px solid #1975f2;
	padding: 8.6px 10px 8.6px 37px;
	border-radius: 50px;
}
header .right-between2 .navi-link.center-y {
	color: #1975f2;
	font-size: 0.88rem;
	min-width: 120px;
}
header .right-between2 .navi-link.center-y:hover {
	color: #ffffff;
	background-color: #1975f2;
}
header .right-between2 .navi-link.center-y span:hover {
	color: #ffffff;
	background-color: #1975f2;
}
header .navi-site .breadcrumbs .right-sec1 .navi-mes {
	padding-left: 26px;
}
header .navi-site .breadcrumbs .right-sec2 .navi-email {
	padding-left: 26px;
}
header .navi-site .navi-mes::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-mes.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
header .navi-site .navi-email::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-email.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: 0;
	bottom: 0;
}
header .navi-site .navi-email:hover::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-email-hover.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: 0;
	bottom: 0;
}
header .navi-site .navi-mes:hover::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-mes-hover.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
header .navi-site .navi-link1,
header .navi-site .navi-link2,
header .navi-site .navi-link3 {
	position: relative;
}
header .navi-site .navi-link3 .badget {
	background: #1975f2;
	width: 20px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	height: 18px;
	margin-left: 5px;
}
header .navi-site .navi-link3:hover .badget {
	background: #fff;
	width: 20px;
	color: #1975f2;
	text-align: center;
	border-radius: 10px;
	height: 18px;
	margin-left: 5px;
}
header .detail-column a.btn-slide {
	font-size: 0.88rem;
	font-weight: 300;
}
header .navi-site .navi-link3 .badget:hover {
	color: #1975f2;
}
header .navi-site .navi-link1::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-time.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
}
header .navi-site .navi-link1:hover:before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-time-hover.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
}
header .navi-site .navi-link2::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-like.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 15px;
	bottom: 0;
}
header .navi-site .navi-link2:hover:before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-like-hover.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 15px;
	bottom: 0;
}
header .navi-site .navi-link3::before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-cart.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 15px;
	bottom: 0;
}
header .navi-site .navi-link3:hover:before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-cart-hover.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 15px;
	bottom: 0;
}
header .navi-site .navi-link5::before {
    content: "";
    margin: auto;
    background: url(/images/icon/chatbot_icon.png);
    background-size: cover;
    width: 52px;
    height: 52px;
    top: 0px;
    left: 5px;
    bottom: 0px;
    position: absolute;
}
header .navi-site .navi-link5:hover:before {
    content: "";
    margin: auto;
    background: url(/images/icon/chatbot_icon_hover.png);
    background-size: cover;
    width: 48px;
    height: 48px;
    top: 0px;
    left: 5px;
    bottom: 0px;
    position: absolute;
}

.sidebar #leftmenuinner {
	width: 260px;
}
.sidebar #leftmenuinner .menu-sec1 {
	padding: 2rem;
	border: 1px solid #dedede;
	margin: 4.5rem 0 2rem;
}
.sidebar #leftmenuinner .menu-sec2,
.sidebar #leftmenuinner .menu-sec3 {
	padding: 2rem;
	border: 1px solid #dedede;
	margin: 2rem 0;
}
.sidebar #leftmenuinner .menu-sec3 .detail-main.clearfix {
	margin-top: 2rem;
}
.sidebar #leftmenuinner .menu-sec2 select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
	width: 100%;
	height: 48px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	background: url(/images/svg/arrow-down.svg) no-repeat center;
	background-position-x: 94%;
	background-position-y: 14px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	padding: 10px;
	position: relative;
	margin: 1rem 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.88rem;
}
.sidebar #leftmenuinner .menu-sec3 .detail-main.clearfix span {
	font-size: 0.9rem;
	margin-top: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.sidebar #leftmenuinner .menu-sec3 .detail-main.clearfix span:hover {
	color: #1975f2;
}
header .detail-column .btn-slide span:hover {
	color: #1975f2;
}
.sidebar input[type="text"] {
	width: 100%;
	height: 40px;
	border-radius: 50px;
	position: relative;
	padding: 10px 50px 10px 10px;
	background: #f2f2f2;
	border: white;
	margin: 20px 0;
	font-size: 0.88rem;
	font-family: "Noto Sans JP", sans-serif;
}
.sidebar .input-search {
	position: relative;
}
.sidebar button.btn.btn-search.fa.fa-search {
	border: none;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
}
.sidebar #leftmenuinner .menu-sec2 button {
	width: 100%;
	height: 42px;
	background: #1975f2;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	position: relative;
	margin-top: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.sidebar #leftmenuinner .menu-sec2 button:hover {
	background: #ffffff;
	color: #1975f2;
	border: 1px solid #1975f2;
}
.sidebar #leftmenuinner .menu-sec2 button:before {
	content: "";
	margin: auto;
	background: url(/images/svg/sec2-search.svg) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
}
.sidebar #leftmenuinner .menu-sec2 button:hover::before {
	content: "";
	margin: auto;
	background: url(/images/svg/sec2-search2.svg) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
}
.sidebar #leftmenuinner .left.fw-500 {
	color: #1975f2;
	font-size: 1.13rem;
}
.footer .footer-content {
	width: 100%;
	min-width: 1366px;
	margin: 0 auto;
}
.footer .footer-content {
	width: 100%;
	min-width: 1366px;
	margin: 0 auto;
}
.footer .input-footer {
	background: #edf4fe;
	padding: 3rem;
	border-bottom: 2px solid #1975f2;
}
.footer .input-footer .group-input {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.footer .input-footer .group-input button {
	background: #1975f2;
	color: #fff;
	max-width: 280px;
	width: 100%;
	position: relative;
	height: 60px;
	border-radius: 30px;
	margin: 0 15px;
	border: unset;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.footer .input-footer .group-input button:hover {
	background: #fff;
	color: #1975f2;
	border: 1px solid #1975f2;
}
.footer .input-footer .group-input span {
	padding-left: 25px;
}
.footer .input-footer .group-input .btn-chat span::before {
	content: "";
	margin: auto;
	background: url(/images/svg/btn-chat.svg) no-repeat;
	width: 25px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 70px;
	bottom: 0;
}
.footer .input-footer .group-input .btn-email span::before {
	content: "";
	margin: auto;
	background: url(/images/svg/btn-email.svg) no-repeat;
	width: 25px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 77px;
	bottom: 0;
}
.footer .input-footer .group-input .btn-chat:hover span:before {
	content: "";
	margin: auto;
	background: url(/images/svg/btn-chat-hover2.svg) no-repeat;
	width: 25px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 70px;
	bottom: 0;
}
.footer .input-footer .group-input .btn-email:hover span:before {
	content: "";
	margin: auto;
	background: url(/images/svg/btn-email-hover2.svg) no-repeat;
	width: 25px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 77px;
	bottom: 0;
}
.footer .input-footer .group-input .btn-email img {
	margin-top: -3px;
}
.footer .back-top {
	/* max-width: 1200px; */
	/* width: 1200px; */
	display: flex;
	justify-content: flex-end;
	margin: -25px auto;
	position: fixed;
	bottom: 60px;
	right: 50px;
	opacity: 0.6;
}
.footer .back-top:hover {
	opacity: 1;
}
.footer .site-footer {
	/* max-width: 1200px; */
	padding: 3rem 0;
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	display: flex;
}
.footer .site-footer .list-area {
	width: 50%;
}
.footer .site-footer .list-area ul.list-ft {
	display: flex;
	justify-content: space-between;
}
.footer .site-footer .list-area ul.list-ft li:hover {
	color: #1975f2;
	text-decoration: none;
}
.footer .site-footer .list-area ul.list-ft li a:hover {
	text-decoration: none;
}
