@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
.shippori {
	font-family: "Shippori Mincho", serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
table, input, textarea, select, option {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
input, textarea, button, select, a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	width: 100%;
	height: auto;
	color: #2d3037;
	line-height: 1.75;
	font-weight: 400;
	min-width: 320px;
	letter-spacing: 0.04em;
}
p {
	margin: 0;
}
.l-content {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.fade {
	opacity: 0;
	transition-duration: 0.5s;
	transform: translate(0, -1em);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

/*====================================
header
====================================*/

.l-hdr {
	text-align: center;
	padding: 12px 0;
}
@media (min-width: 768px) {
	.l-hdr {
		padding: 15px 0;
	}
}
.l-hdr img {
	width: auto;
}
.l-hdr.type1 img {
	max-height: 30px;
}
@media (min-width: 768px) {
	.l-hdr.type1 img {
	max-height: 40px;
	}
}
.l-hdr.type2 {
	padding: 15px 0;
}
.l-hdr.type2 img {
	max-height: 40px;
}
@media (min-width: 768px) {
	.l-hdr.type2 img {
	max-height: 80px;
	}
}


/*====================================
footer
====================================*/

.l-ftr {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 157px;
}
.l-ftr .copyright {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #292c2e;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.l-ftr {
		margin-top: 80px;
	}
}


/*====================================
btn
====================================*/

a {
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
.btn-area {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.c-btn01 {
	width: 80%;
	max-width: 560px;
}
.c-btn01 a {
	align-items: center;
	background: #e2dccf;
	color: #1d1f22;
	box-shadow: 0px 0px 10px 0px rgba(42, 40, 47, 0.1);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 900;
	height: 60px;
	justify-content: center;
	align-content: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	transition: 0.3s;
}
.c-btn01 a::before {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #030303;
}
.c-btn01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 15px;
    height: 1px;
    background-color: #e2dccf;
}
.c-btn01.ver2 a {
	background: #15181b;
	color: #fff;
}
.c-btn01.ver2 a::before {
	background-color: #fff;
}
.c-btn01.ver2 a::after {
	background-color: #15181b;
}
@media screen and (max-width: 767px) {
	.btn-area {
		flex-direction: column;
		gap: 10px;
	}
	.c-btn01 {
		width: 77%;
		margin: 0 auto;
		max-width: 100%;
	}
	.c-btn01 a {
		font-size: 14px;
		height: 50px;
	}
	.c-btn01 a::before {
		width: 15px;
	}
}
.c-cta1 {
	width: 100%;
	height: 115px;
	position: fixed;
	z-index: 99;
	background: #f5f5f5;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.c-cta1 {
		flex-direction: column;
		gap: 8px;
		height: 90px;
	}
}


/*====================================
title
====================================*/

.c-title01 {
	width: 100%;
	height: auto;
	text-align: center;
}
.c-title01 h2 {
	font-size: 56px;
	font-weight: 900;
	position: relative;
	display: block;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 0;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.c-title01 h2 {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) and (max-width: 374px) {
	.c-title01 h2 {
		font-size: 30px;
	}
}
.c-title01 h2 strong {
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	margin: 10px 0px;
	display: block;
}
@media screen and (max-width: 767px) {
	.c-title01 h2 strong {
		font-size: 22px;
	}
}

/*====================================
mainvisual
====================================*/

.mainvisual {
	width: 100%;
	height: auto;
	text-align: center;
	background: linear-gradient(to bottom, transparent 60%, #ccc7bb 100%);
}
.mainvisual .img {
	background: url("../images/common/kv_bg_pc.png") center/cover no-repeat;
	margin: 0;
	position: relative;
}
.mainvisual .kv-inner {
	display: flex;
    justify-content: stretch;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.mainvisual .kv-left {
	position: relative;
    flex: 1 1 60%;
}
.mainvisual .kv-right {
	flex: 1 1 40%;
    color: #fff;
    position: relative;
}
.mainvisual .kv-text {
	position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
	font-weight: 500;
}
.mainvisual .kv-title {
	font-size: 32px;
	margin: -15px auto 10px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.mainvisual .kv-title span {
	font-size: 51px;
}
.mainvisual .kv-cardtype {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.mainvisual .kv-cardtype::before,
.mainvisual .kv-cardtype::after {
	content: "";
	width: 88px;
	height: 2px;
	background-color: #e2dccf;
}
.mainvisual .kv-card {
	position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-20px);
    width: 77%;
	max-width: 309px;
}
.mainvisual .kv-content {
	margin-top: 237px;
	margin-bottom: 30px;
	max-width: 272px;
    margin-left: auto;
}
.mainvisual .kv-brand {
	font-size: 22px;
}
.mainvisual .kv-brand span {
	font-size: 36px;
}
.mainvisual .kv-price {
	font-size: 16px;
}
.mainvisual .kv-price span {
	font-size: 22px;
}
.mainvisual .kv-scroll {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 10px;
	height: auto;
}
.mainvisual .kv-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 60px;
	height: auto;
}
.mainvisual .btn-area {
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}
.mainvisual .c-btn01 {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mainvisual .kv-logo {
		width: 40px;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.mainvisual .img {
		background: #575258;
	}
	.mainvisual .kv-inner {
		flex-direction: column;
		padding: 0;
	}
	.mainvisual .kv-left {
		position: relative;
		flex: auto;
	}
	.mainvisual .kv-bg {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
	}
	.mainvisual .kv-text {
		position: absolute;
		transform: none;
		top: 20px;
		left: 0;
		right: 0;
	}
	.mainvisual .kv-subtitle img {
		width: 26%;
		margin: 0 auto;
		display: block;
	}
	.mainvisual .kv-title {
		font-size: 16px;
		margin: 6px auto 8px;
	}
	.mainvisual .kv-title span {
		font-size: 24px;
	}
	.mainvisual .kv-cardtype {
		font-size: 11px;
		gap: 5px;
	}
	.mainvisual .kv-cardtype::before, .mainvisual .kv-cardtype::after {
		width: 44px;
		height: 1px;
		opacity: 0.5;
	}
	.mainvisual .kv-right {
		flex: auto;
	}
	.mainvisual .kv-card {
		width: 72%;
		margin: -10px auto 0;
		position: static;
		transform: none;
	}
	.mainvisual .kv-content {
		margin: -24vw auto 64px;
		max-width: 100%;
	}
	.mainvisual .kv-brand {
		font-size: 15px;
		line-height: 1.3;
	}
	.mainvisual .kv-brand span {
		font-size: 29px;
	}
	.mainvisual .kv-price {
		font-size: 11px;
	}
	.mainvisual .kv-price span {
		font-size: 15px;
	}
	.mainvisual .c-btn01 {
		width: 77%;
	}
}


/*====================================
campaign
====================================*/

.index-banner {
	position: relative;
	background: #ccc7bb;
	padding: 50px 20px;
	text-align: center;
}
.index-banner .banner-img {
	width: 100%;
	max-width: 470px;
	height: auto;
	margin: 20px auto 0;
}
.index-banner .c-title01 {
	position: relative;
}
.c-title01 .title-img {
	position: absolute;
	display: inline-block;
	bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.index-banner .c-title01 img {
	bottom: 18px;
}
.index-banner .c-title01 img {
	max-width: 475px;
}
.index-banner .c-title01 h2 {
	font-size: 26px;
	margin-top: 30px;
	font-weight: 700;
	display: block;
}
@media screen and (max-width: 767px) {
	.index-banner {
		clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
		margin-top: -50px;
		padding: 80px 15px;
	}
	.index-banner .c-title01 img {
		width: 80%;
		bottom: 6px;
	}
	.index-banner .c-title01 h2 {
		font-size: 16px;
		margin-top: 16px;
	}
	.index-banner .banner-img {
		width: 95%;
	}
}

/*====================================
merit
====================================*/

.index-merit {
	width: 100%;
	height: auto;
	display: block;
	padding: 35px 0 0;
}
.subtitle {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.index-merit .service-btn {
	margin-top: 24px;
}
.index-merit .merit-area-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.index-merit .bg01 {
	color: #fff;
	position: relative;
    z-index: 1;
	padding: 130px 20px 140px;
	margin-top: -10px;
}
.index-merit .bg01::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #575258;
    transform: skewY(-7deg);
    z-index: -1; 
}
.index-merit .merit01.bg01 {
	padding-top: 150px;
	margin-top: 30px;
}
.index-merit .merit-area .merit-title-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.index-merit .merit-area .subtitle {
	font-size: 20px;
	font-weight: 700;
	margin-top: 4px;
}
.index-merit .merit-contents {
	display: flex;
	gap: 40px;
	max-width: 804px;
	margin: 60px auto 80px;
}
.index-merit .merit-item {
	width: 50%;
}
.index-merit h3 {
	color: #d4c99e;
	font-size: 28px;
	text-align: center;
	margin: 14px auto 10px;
}
.index-merit h3 span {
	font-size: 16px;
	display: block;
	margin-top: -10px;
}
.index-merit .merit-text-area .note {
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
.index-merit .merit-sub-text {
	text-align: center;
}
.index-merit .bg02 {
	position: relative;
    z-index: 1;
	padding: 130px 20px 60px;
	color: #fff;
	margin-top: -10px;
}
.index-merit .bg02::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #292c2e;
    transform: skewY(-7deg);
    z-index: -1; 
}
.index-merit .merit03 {
	padding-bottom: 50px;
}

.index-merit .merit-text-area .lines {
	line-height: 1.4;
	margin: 20px auto 16px;
}
.link {
	color: #249fd8;
	font-weight: 500;
	text-decoration: underline;
}
.link::after {
	content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(../images/common/icon_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 2px;
}
.index-merit .usj-text {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 20px;
}
.index-merit .usj-text img {
	width: 160px;
}
.index-merit .merit04 {
	padding-bottom: 100px;
}
.index-merit .merit04 .merit-contents {
	justify-content: center;
	margin: 60px auto 30px;
}
.index-merit .merit04 .merit-item {
	width: auto;
}
.index-merit .merit04 .merit-sub-text {
	text-align: left;
	max-width: 804px;
	margin: 0 auto;
}

.accordion {
	width: 100%;
	max-width: 804px;
	margin: 80px auto 0;
}
.accordion-toggle {
	display: flex;
	align-items: center;
	width: 432px;
	height: 80px;
	padding: 15px 20px;
	color: #fff;
	background: #292c2e;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	border: 1px solid #fff;
	position: relative;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	transition: all 0.3s ease;
}
.accordion-title {
	flex-grow: 1;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-toggle:hover {
	background-color: #383a3d;
}
.accordion-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
}
.accordion-icon::before,
.accordion-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 2px;
	background-color: #a8a8a9;
	transform-origin: center;
	transition: transform 0.2s ease-in-out;
}
.accordion-icon::before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-toggle.is-opened .accordion-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-content {
	display: none;
	margin-top: 26px;
	background-color: #383a3d;
}
.accordion-content-inner {
	padding: 30px 40px;
}
.accordion-content-inner ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.accordion-content-inner li {
	position: relative;
	padding-left: 34px;
	font-size: 20px;
	line-height: 2.1;
}
.accordion-content-inner li::before {
	content: '';
	background-image: url(../images/common/icon_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 30px;
}
@media screen and (max-width: 767px) {
	.index-merit {
		padding: 25px 0 0;
	}
	.index-merit h2 {
		font-size: 30px;
	}
	.subtitle {
		font-size: 17px;
	}
	.index-merit .c-title01 .title-img {
		width: 40%;
		bottom: 12px;
	}
	.index-merit .service-btn {
		width: 80%;
		margin: 12px auto 0;
	}
	.index-merit .bg01 {
		padding: 80px 15px 70px;
	}
	.index-merit .merit01.bg01 {
		margin-top: 30px;
		padding: 50px 15px 60px;
	}
	.index-merit .merit-area .subtitle {
		font-size: 13px;
	}
	.index-merit .merit-area .merit-title-img {
		width: 35%;
		right: 0;
		top: -40%;
		left: auto;
	}
	.index-merit .merit-contents {
		flex-direction: column;
		width: 87%;
		justify-content: center;
		gap: 36px;
		margin: 25px auto 40px;
	}
	.index-merit .merit-item {
		width: 100%;
		font-size: 12px;
	}
	.index-merit h3 {
		font-size: 17px;
		margin: 6px auto 5px;
	}
	.index-merit .merit-text-area .note {
		font-size: 11px;
		margin-top: 5px;
	}
	.index-merit .merit-sub-text {
		font-size: 12px;
		text-align: left;
		width: 87%;
		margin: 0 auto;
	}
	.index-merit .bg02 {
		padding: 60px 15px 30px;
	}
	.index-merit .merit03 {
		padding: 60px 15px 30px;
	}
	.index-merit .merit-text-area .lines {
		margin: 6px auto 5px;
	}
	.index-merit .usj-text {
		margin-top: 15px;
		gap: 12px;
		align-items: flex-start;
		font-size: 10px;
	}
	.index-merit .usj-text img {
		width: 40%;
	}
	.index-merit .merit04 {
		padding: 60px 15px 50px;
	}
	.index-merit .merit04 .merit-contents {
		margin: 30px auto 30px;
		flex-direction: row;
		gap: 22px;
	}
	.accordion {
		margin: 25px auto 0;
	}
	.merit-accordion {
		width: 75%;
		font-size: 12px;
		height: 40px;
		padding: 0px 15px;
	}
	.accordion-title {
		padding: 0;
	}
	.accordion-icon {
		width: 16px;
		height: 16px;
	}
	.accordion-icon::before, .accordion-icon::after {
		width: 16px;
		height: 1px;
	}
	.accordion-content-inner {
		padding: 30px 20px;
	}
	.accordion-content {
		margin: 10px -15px;
	}
	.accordion-content-inner li {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 12px;
		padding-left: 22px;
	}
	.accordion-content-inner li::before {
		width: 15px;
		height: 20px;
		top: 3px;
		transform: none;
	}
}


/*====================================
service
====================================*/
.index-service {
    position: relative;
    z-index: 1;
    padding: 90px 20px 90px;
    margin-top: -10px;
}
.index-service::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #575258;
    transform: skewY(-7deg);
    z-index: -1;
}
.index-service .service-img {
	text-align: center;
}
.index-service .service-wrapper {
	max-width: 950px;
	margin: 0 auto;
	color: #ffffff;
}
.index-service .service-title {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	margin-top: 40px;
}
.index-service .service-text1 {
	font-size: 40px;
	margin: -30px auto -5px;
}
.index-service .service-text1 .large-text {
	font-size: 72px;
}
.index-service .service-text1 .small-text {
	font-size: 28px;
}
.gold {
	color: #d4c99e;
}
.index-service .service-text2 {
	font-size: 18px;
	font-weight: 500;
}
.index-service .accordion-toggle .accordion-title {
	margin-left: 6%;
}
.index-service .service-acc3 .accordion-title .small-text {
	font-size: 20px;
}
.index-service .accordion {
	margin: 50px auto 80px;
	max-width: 950px;
}
.index-service .accordion-toggle {
	width: 100%;
	height: 108px;
	border: none;
}
.index-service .accordion-toggle:hover {
	opacity: 0.7;
}
.index-service .service-acc1 .accordion-toggle {
	background: #292c2e url(../images/common/service_img02_pc.png) no-repeat left center;}
.index-service .service-acc2 .accordion-toggle {
	background: #292c2e url(../images/common/service_img03_pc.png) no-repeat left center;}
.index-service .service-acc3 .accordion-toggle {
	background: #292c2e url(../images/common/service_img04_pc.png) no-repeat left center;}

.index-service .accordion-title {
	font-size: 28px;
	font-weight: 700;
}
.index-service .accordion-title .large-text {
	font-size: 36px;
	font-weight: 900;
}
.index-service .accordion-icon {
	right: 30px;
	width: 32px;
	height: 32px;
}
.index-service .accordion-icon::before,.index-service .accordion-icon::after {
	width: 32px;
}
.index-service .accordion-content {
	margin-top: 0;
	background-color: #575258;
}
.index-service .accordion-content-inner {
	padding: 20px 25px;
}
.index-service .accordion-content-inner li {
	padding-left: 0;
	line-height: 1.6;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 40px;
}
.index-service .accordion-content-inner li:last-child {
	margin-bottom: 0;
}
.index-service .accordion-content-inner li::before {
	content: none;
}
.index-service .accordion-content-inner li .note {
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.index-service .caution {
	font-weight: 500;
}
.index-service .caution .caution-title {
	font-size: 18px;
	font-weight: 900;
}
.index-service .caution ul {
	padding: 0;
	margin: 0 auto;
}
.index-service .caution ul li {
	display: flex;
}
@media screen and (max-width: 767px) {
	.index-service {
		padding: 30px 0;
	}
	.index-service .service-title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.index-service .service-text1 {
		font-size: 27px;
		margin: -6px auto 14px;
		line-height: 1.2;
	}
	.index-service .service-text1 .large-text {
		font-size: 56px;
	}
	.index-service .service-text1 .middle-text {
		font-size: 20px;
	}
	.index-service .service-text1 .small-text {
		font-size: 15px;
	}
	.index-service .service-text2 {
		font-size: 12px;
	}
	.index-service .service-acc3 .accordion-title .small-text {
		font-size: 15px;
	}
	.index-service .accordion {
		margin: 15px auto;
		width: 90%;
	}
	.index-service .service-acc1 .accordion-toggle {
		background: #292c2e url(../images/common/service_img02_sp.png) no-repeat left center;
		background-size: contain;
	}
	.index-service .service-acc2 .accordion-toggle {
		background: #292c2e url(../images/common/service_img03_sp.png) no-repeat left center;
		background-size: contain;
	}
	.index-service .service-acc3 .accordion-toggle {
		background: #292c2e url(../images/common/service_img04_sp.png) no-repeat left center;
		background-size: contain;
	}
	.index-service .accordion-toggle {
		height: 80px;
		display: block;
		text-align: center;
		padding: 0;
	}
	.index-service .accordion-title {
		font-size: 15px;
		text-align: left;
		display: inline-block;
		margin-left: 80px;
		line-height: 1.3;
	}
	.index-service .accordion-title .large-text {
		font-size: 20px;
	}
	.index-service .accordion-icon {
		width: 16px;
		height: 16px;
		right: 7px;
	}
	.index-service .accordion-icon::before, .index-service .accordion-icon::after {
		width: 16px;
	}
	.index-service .accordion-content {
		margin: 0 auto;
	}
	.index-service .accordion-content-inner {
		padding: 20px 0px 35px;
	}
	.index-service .accordion-content-inner li {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.index-service .accordion-content-inner li .note {
		font-size: 12px;
	}
	.index-service .caution {
		width: 90%;
		margin: 0 auto;
	}
	.index-service .caution .caution-title {
		font-size: 12px;
	}
	.index-service .caution ul {
		font-size: 12px;
	}

}

/*====================================
promise
====================================*/

.index-promise {
	width: 100%;
	height: auto;
	display: block;
	padding: 120px 0 100px;
}
.index-promise .c-title01 .title-img {
	bottom: 30px;
}
.index-promise .subtitle {
	font-size: 20px;
	margin-top: 10px;
}
.index-promise .block {
	max-width: 804px;
	margin: 80px auto 0;
	padding: 0 20px;
}
.index-promise h3 {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 18px;
	position: relative;
}
.index-promise h3 img {
	position: absolute;
	top: -40px;
    left: -70px;
}
.index-promise h3 .title-text {
	font-size: 28px;
	font-weight: 700;
}
.index-promise h3 .title-line {
	flex-grow: 1;
	height: 2px;
	background-color: #e5e1d8;
}
.index-promise .item-list {
	display: flex;
	justify-content: space-between;
}
.index-promise .item {
	width: 19%;
}
.index-promise .item .img {
	text-align: center;
}
.index-promise .item .txt {
	font-size: 14px;
	font-weight: 500;
}
.index-promise .item h4 {
	margin: 15px auto 10px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.index-promise .p-spacing {
	letter-spacing: -0.02em;
}
.index-promise .box.ver2 {
	margin-top: 90px;
}
.index-promise .box.ver2 .txt .p-spacing {
	letter-spacing: 0;
}
.index-promise .box.ver2 .txt h4.p-spacing {
	letter-spacing: -0.05em;
}
.index-promise .box .item .note {
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 500;
}
@media screen and (max-width: 970px) {
	.index-promise h3 img {
		left: 0;
		top: -50px;
	}
}
@media screen and (max-width: 767px) {
	.index-promise {
		padding: 50px 0 70px;
	}
	.index-promise .c-title01 .title-img {
		width: 75%;
		bottom: 60px;
	}
	.index-promise .subtitle {
		font-size: 17px;
	}
	.index-promise .block {
		margin: 60px auto 0;
		padding: 0;
		width: 90%;
	}
	.index-promise h3 img {
		width: 27%;
		top: -24px;
		left: 30px;
	}
	.index-promise h3 {
		justify-content: center;
		margin-bottom: 10px;
	}
	.index-promise h3 .title-text {
		font-size: 16px;
		text-align: center;
	}
	.index-promise h3 .title-line {
		display: none;
	}
	.index-promise .item-list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 10px;
	}
	.index-promise .item {
		width: 48%;
	}
	.index-promise .item .img {
		width: 55%;
		margin: 0 auto;
	}
	.index-promise .item .txt {
		font-size: 12px;
		width: 86%;
		margin: 0 auto;
	}
	.index-promise .item h4 {
		font-size: 14px;
		margin: 10px auto 6px;
	}
	.index-promise .box .item .note {
		font-size: 10px;
	}
	.index-promise .ver2 h3 img {
		width: 40%;
	}
	.index-promise .box.ver2 {
		margin-top: 70px;
	}

}

/*====================================
beneffits
====================================*/

.index-beneffits {
	position: relative;
    z-index: 1;
    padding: 130px 20px 60px;
    margin-top: -10px;
}
.index-beneffits::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #575258;
    transform: skewY(-7deg);
    z-index: -1;
}
.index-beneffits .c-title01 h2 {
	color: #fff;
}
.index-beneffits .c-title01 .title-img {
	bottom: 40px;
}
.index-beneffits .block {
	display: flex;
	padding: 60px 0px 100px;
	max-width: 804px;
	margin: 0 auto;
	gap: 20px;
}
.index-beneffits .block .box {
	width: 50%;
	padding: 30px 20px 40px;
	background: #fff;
	box-sizing: border-box;
}
.index-beneffits .block .box h3 {
	font-size: 24px;
	position: relative;
	padding-left: 16px;
	margin: 0 auto 20px;
}
.index-beneffits .block .box h3::before {
	content: "";
	width: 8px;
	height: 37px;
	background: #d4c99e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-beneffits .block .box .image {
	width: 100%;
	max-width: 346px;
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
}
.index-beneffits .block .box .image span {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 14px;
	font-weight: 700;
}
.index-beneffits .block .box p {
	margin-top: 20px;
	font-weight: 500;
}
.index-beneffits .block .box p span {
	font-size: 14px;
	display: block;
	line-height: 1.5;
	margin-top: 6px;
}
@media screen and (max-width: 767px) {
	.index-beneffits {
		padding: 60px 0px 50px;
	}
	.index-beneffits .c-title01 .title-img {
		width: 82%;
		bottom: 52px;
	}
	.index-beneffits .block {
		padding: 30px 0;
		width: 90%;
		flex-direction: column;
	}
	.index-beneffits .block .box {
		width: 100%;
		padding: 20px;
	}
	.index-beneffits .block .box h3 {
		font-size: 16px;
		padding-left: 10px;
	}
	.index-beneffits .block .box h3::before {
		width: 4px;
		height: 19px;
	}
	.index-beneffits .block .box p {
		font-size: 12px;
		margin-top: 10px;
	}
	.index-beneffits .block .box p span {
		font-size: 15px;
	}
	.index-beneffits .block .box .image {
		width: 70%;
	}
	.index-beneffits .block .box .image span {
		font-size: 10px;
		bottom: -2px;
	}
	.index-beneffits .block .box p span {
		font-size: 11px;
	}
}

/*====================================
flow
====================================*/

.index-flow {
	position: relative;
    z-index: 1;
    padding: 130px 20px 90px;
    margin-top: -10px;
}
.index-flow::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292c2e;
    transform: skewY(-7deg);
    z-index: -1;
}
.index-flow .c-title01 h2 {
	color: #fff;
}
.index-flow .c-title01 .title-img {
	bottom: 40px;
}
.index-flow .c-title01 span {
	color: #f6f2e7;
}
.index-flow .c-tab01 {
	margin: 45px auto 0;
	max-width: 950px;
}

.c-tab01__list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.c-tab01__list li a {
	background: #bec4c8;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	padding: 13px 0;
}
.c-tab01__list li a span {
	font-size: 26px;
}
.c-tab01__list li.is-active a {
	background: #fff;
}
.c-tab01__list li a:hover {
	opacity: 1;
}
.c-tab01__contents {
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
}
.c-tab01__box {
	display: none;
	max-width: 804px;
	margin: 0 auto;
	padding: 40px 20px;
}
.c-tab01__box.is-active {
	display: block;
}
.index-flow .c-tab01 h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto 50px;
}
.index-flow .step-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	gap: 20px;
}
.index-flow .step-number {
	position: relative;
	flex-shrink: 0;
	width: 72px;
	background: #fff;
	z-index: 1;
}
.index-flow .step-number::before {
	content: '';
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: #e0e0e0;
    height: calc(100% + -10px);
    z-index: -1;
}
.index-flow .step-item:last-child .step-number::before {
	display: none;
}
.index-flow .step-content {
	text-align: left;
	margin-top: 12px;
}
.index-flow .step-content h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto;
}
.index-flow .step-content p {
	line-height: 1.7;
	margin-top: 10px;
	font-weight: 500;
}
.index-flow .m-notebox {
	border-top: 2px solid #bec4c8;
	margin-top: 40px;
	padding-top: 22px;
	text-align: left;
	font-size: 12px;
	font-weight: 500;
}
.index-flow .m-notebox h5 {
	font-weight: 700;
	font-size: 12px;
	margin: 0 auto;
}
.index-flow .m-notebox .note {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.index-flow {
		padding: 60px 0 50px;
	}
	.index-flow .c-title01 h2 {
		font-size: 28px;
	}
	.index-flow .c-title01 .title-img {
		width: 54%;
		bottom: 16px;
	}
	.index-flow .c-tab01 {
		width: 90%;
		margin: 20px auto 0;
	}
	.c-tab01__list {
		gap: 8px;
	}
	.c-tab01__list li a {
		font-size: 12px;
		padding: 5px 0;
	}
	.c-tab01__list li a span {
		font-size: 14px;
	}
	.c-tab01__box {
		padding: 20px;
	}
	.index-flow .c-tab01 h3 {
		font-size: 14px;
		margin: 0 auto 15px;
	}
	.index-flow .step-list {
		padding: 0;
	}
	.index-flow .step-item {
		gap: 10px;
		margin-bottom: 12px;
	}
	.index-flow .step-number {
		width: 32px;
	}
	.index-flow .step-number img {
		height: 26px;
	}
	.index-flow .step-number::before {
		top: 30px;
		width: 1px;
	}
	.index-flow .step-content {
		margin-top: 6px;
	}
	.index-flow .step-content h4 {
		font-size: 13px;
		font-weight: 700;
	}
	.index-flow .step-content p {
		font-size: 10px;
		margin-top: 0;
	}
	.index-flow .m-notebox {
		font-size: 10px;
		padding-top: 24px;
		margin-top: 12px;
		border-top: 1px solid #bec4c8;
	}
	.index-flow .m-notebox h5 {
		font-size: 10px;
	}
}

/*====================================
information
====================================*/
.index-information {
	width: 100%;
	height: auto;
	display: block;
	padding: 120px 0 100px;
}
.index-information {
	bottom: 40px;
}
.index-information .img-card1 {
	text-align: center;
	margin-top: 40px;
}
.index-information .block {
	max-width: 804px;
	margin: 0 auto;
	padding: 0 20px;
}
.index-information .cards {
	margin-top: 70px;
	margin-bottom: 30px;
}
.index-information .cards img {
	max-width: 539px;
}
.index-information .cards.type1 .card1 {
	text-align: center;
}

.index-information .title1 {
	text-align: center;
	margin: 55px 0px 35px;
}
.index-information .title1 h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 auto;
}
.index-information .slider2 {
	width: 100%;
	height: auto;
}
.index-information .slider2.type1 .item1{
	margin: 0 auto !important;
}
	.index-information .slider2 .item1 {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
		padding: 60px 0px 20px;
		box-shadow: 0px 0px 10px 0px rgba(42, 40, 47, 0.1);
		max-width: 560px;
		margin: 40px auto 50px;
	}
	.index-information .slider2 .item1 .title {
		position: absolute;
		left: -15px;
		top: 10px;
	}
	.index-information .slider2 .item1 .title img {
		width: auto;
		height: 50px;
	}
	.index-information .slider2 .item1 h3 {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.index-information .slider2 .item1 .card1 {
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.index-information .slider2.v1 .item1 .card1 img {
		width: 80%;
		margin: 0 auto;
	}
	.index-information .slider2 .item1 .text1 {
		background: #b3ad9d;
		color: #fff;
		font-weight: 700;
		border-radius: 15px;
		padding: 0px 18px 1px;
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.index-information .slider2 .item1 .note {
		font-size: 12px;
		text-align: center;
		font-weight: 500;
	}
	.index-information .slider2.ver2 .item1 .card1 {
		max-width: 270px;
	}
	.index-information .slider2.ver2 .item1:nth-child(2) .card1 {
		max-width: 270px;
	}

@media screen and (max-width: 767px) {
	.index-information {
		padding: 50px 0 70px;
	}
	.index-information .block {
		padding: 0;
	}
	.index-information .slider2.type1 .item1{
		width: 100% !important;
		max-width: 100% !important;
	}
	.index-information .slider2.type1 .slick-track{
		width: 100% !important;
	}
	.index-information .slider2.type1 .slick-list{
		width: 100% !important;
	}
	.index-information .slider2.type1 .slick-dots{
		display: none;
	}
	.index-information .slider2 .slick-list {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.index-information .slider2 .item1 {
		width: 100%;
		height: auto;
		position: relative;
		background: #fff;
		text-align: center;
		padding: 25px 0;
		width: 90%;
		margin: 35px auto 30px;
	}
	.index-information .slider2 .item1 .title {
		position: absolute;
		left: -10px;
		top: 5px;
	}
	.index-information .slider2 .item1 .title img {
		width: auto;
		height: 65px;
	}
	.index-information .slider2 .item1 h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.index-information .slider2 .item1 .card1 {
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		padding: 0px 20px;
		z-index: 1;
	}
	.index-information .slider2 .item1 .card1 {
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto 10px;
		position: relative;
		box-sizing: border-box;
		padding: 0px 20px;
		z-index: 1;
	}
	.index-information .slider2 .item1 + p {
		font-size: 18px;
		margin-top: 30px;
		font-weight: bold;
		line-height: 1.9;
	}
	.index-information .slider2 .item1 p.text1 {
		font-size: 13px;
		width: 100%;
		text-align: center;
		padding: 3px 16px;
		box-sizing: border-box;
		margin-bottom: 5px;
		display: inline;
		letter-spacing: -0.02em;
	}
	.index-information .slider2.ver2 .item1 {
		padding: 25px 5px 30px;
	}
	.index-information .slider2.ver2 .item1 .card1 {
		max-width: 270px;
		padding: 0px 45px;
	}
	.index-information .slider2.ver2 .item1:nth-child(2) .card1 {
		max-width: 270px;
	}
	.index-information .slider2 .next-arrow.slick-disabled, .index-information .slider2 .prev-arrow.slick-disabled {
		cursor: unset;
	}
	.index-information .slider2 .next-arrow.slick-disabled::after, .index-information .slider2 .prev-arrow.slick-disabled::after {
		opacity: 0.5;
	}
	.index-information .slider2 .prev-arrow {
		right: auto;
		left: 18px;
	}
	.index-information .slider2 .prev-arrow::after {
		transform: rotate(180deg);
	}
	.index-information .slider2 .slick-dots {
		bottom: 2px;
		z-index: 11;
	}
	.index-information .slider2 .slick-dots li {
		margin: 0px 2px;
	}
	.index-information .slider2 .slick-dots li {
		width: 15px;
		height: 15px;
	}
	.index-information .slider2 .slick-dots li button {
		width: 15px;
		height: 15px;
		padding: 2px;
	}
	.index-information .slider2 .slick-dots li button::before {
		content: "●";
		color: #d5d5d5;
		opacity: 1;
		font-size: 12px;
		position: absolute;
		z-index: 9;
	}
	.index-information .slider2 .slick-dots li.slick-active button::before {
		content: "●";
		color: #2d3037;
		opacity: 1;
		font-size: 12px;
	}
	.index-information .slider2 .item1 .title img {
		height: 30px;
	}
	.index-information .slider2 .item1 h3 {
		font-size: 16px;
	}
}
.index-information .slider2.ver2 .card1 + p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.9;
}
.index-information .slider2.ver2 .item1 .note {
	padding: 0 10px;
}
@media (min-width: 769px) {
	.index-information .slider2.ver2 .item1 {
		padding-bottom: 40px;
	}
}
.about-supihatsu {
	text-align: center;
	margin-top: 74px;
}
.about-supihatsu h3 {
	font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
}
.about-supihatsu ul {
	margin: 30px auto 50px;
	padding: 0;
}
.about-supihatsu ul li {
	display: flex;
	position: relative;
	background: #f5f5f5;
	margin: 0 auto 25px;
	padding: 20px;
	max-width: 508px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
}
.about-supihatsu ul li span {
	position: absolute;
	top: -20px;
	left: -50px;
}
.about-supihatsu ul li .supihatsu-txt1 img {
	width: 100px;
}
.about-supihatsu ul li .supihatsu-txt2 img {
	width: 115px;
}
.about-supihatsu ul li .supihatsu-txt3 img {
	width: 107px;
}
.about-supihatsu ul li .check_icon {
	width: 20px;
}
@media screen and (max-width: 767px) {
	.index-information .c-title01 .title-img {
		width: 96%;
	}
	.index-information .cards {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.index-information .cards.type1 .card1 img {
		width: 84vw;
	}
	.index-information .title1 {
		margin: 15px 0px 0px;
	}
	.index-information .title1 h3 {
		font-size: 17px;
		font-weight: 900;
	}
	.about-supihatsu {
		margin: 44px auto 0;
		width: 90%;
	}
	.about-supihatsu h3 {
		font-size: 17px;
		font-weight: 900;
	}
	.about-supihatsu ul {
		margin: 24px auto 33px;
	}
	.about-supihatsu ul li {
		height: 62px;
		padding: 0 20px;
		margin: 0 auto 20px;
		font-size: 14px;
		line-height: 1.57;
		justify-content: flex-start;
	}
	.about-supihatsu ul li span {
		top: -10px;
		left: -35px;
	}
	.about-supihatsu ul li .supihatsu-txt1 img {
		width: 50%;
	}
	.about-supihatsu ul li .supihatsu-txt2 img {
		width: 50%;
	}
	.about-supihatsu ul li .supihatsu-txt3 img {
		width: 50%;
	}
	
}


/*====================================
about
====================================*/

.index-about {
    position: relative;
    z-index: 1;
    padding: 130px 20px 100px;
    margin-top: -10px;
}
.index-about::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    transform: skewY(-7deg);
    z-index: -1;
}
.index-about .c-title01 h2 {
	font-size: 26px;
	font-weight: 700;
}
.index-about .c-title01 .title-img {
	bottom: 15px;
}
.index-about .block .card1 .c-btn01 {
	margin-top: 25px;
}
.index-about .card-info {
	display: flex;
	justify-content: space-between;
	max-width: 804px;
	margin: 50px auto 0;
}
.index-about .card-info-list {
	width: 48%;
	margin: 0;
}
.index-about .card-info-list > dt {
	padding: 10px 0;
	text-align: center;
	background: #E9E9E9;
	font-weight: 500;
	border: 1px solid #EDEDED;
	font-size: 14px;
}
.index-about .card-info-list > dd {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #EDEDED;
	margin: 0;
	padding: 20px 14px;
}
.index-about .note {
	width: 804px;
	margin: 25px auto 0;
	font-size: 12px;
	margin-top: 40px;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.index-about {
        padding: 60px 0px 50px;
	}
	.index-about .c-title01 h2 {
		font-size: 28px;
		font-weight: 900;
	}
	.index-about .c-title01 .title-img {
		width: 58%;
	}
	.index-about .card-info {
		margin: 30px auto 0;
		flex-direction: column;
		width: 90%;
	}
	.index-about .card-info-list {
		width: 100%;
	}
	.index-about .card-info-list > dt {
		padding: 6px 0;
	}
	.index-about .card-info-list > dd {
		padding: 15px 10px;
	}
	.index-about .note {
		width: 90%;
		font-size: 10px;
	}
}


/*====================================
Q&A
====================================*/

.index-faq {
	padding: 110px 0 0;
}
.index-faq .faq {
	max-width: 950px;
	margin: 40px auto 0;
	padding: 0 20px;
}
.index-faq .faq dt {
	background: #292c2e;
	color: #fff;
	margin-bottom: 25px;
	padding: 18px 60px 18px 20px;
}
.index-faq .faq dt.js-acc2-opener {
	cursor: pointer;
	position: relative;
	display: flex;
	gap: 10px;
}
.index-faq .faq dt.js-acc2-opener::before, .index-faq .faq dt.js-acc2-opener::after {
	background: #a8a8a9;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 32px;
	top: 50%;
	right: 30px;
}
.index-faq .faq dt.js-acc2-opener::after {
	transform: translateY(-52%) rotate(90deg);
}
.index-faq .faq dt.js-acc2-opener.is-opened::after {
	transform: translateY(-50%);
}
.index-faq .js-acc2-content {
	max-width: 804px;
	margin: 0 auto;
}
.index-faq .faq .faq-q-txt {
	font-size: 18px;
	font-weight: 700;
}
.index-faq .faq .faq-a-txt {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.index-faq {
		padding: 50px 0 0;
	}
	.index-faq .c-title01 .title-img {
		width: 34%;
	}
	.index-faq .faq {
		margin: 25px auto 0;
		padding: 0;
		width: 90%;
	}
	.index-faq .faq dt.js-acc2-opener {
		gap: 3px;
		padding: 10px 40px 10px 10px;
		margin-bottom: 15px;
	}
	.index-faq .faq .faq-q-txt {
		font-size: 14px;
		width: 91%;
	}
	.index-faq .faq-q {
		width: 9%;
		margin-top: 5px;
	}
	.index-faq .faq dt.js-acc2-opener::before, .index-faq .faq dt.js-acc2-opener::after {
		width: 16px;
		right: 12px;
	}
	.index-faq .faq .faq-a-txt {
		font-size: 11px;
		margin-bottom: 30px;
		padding: 0 10px;
	}
}

/*====================================
notice
====================================*/
.index-notice {
	padding: 140px 20px 40px;
	max-width: 950px;
	margin: 0 auto;
}
.index-notice .c-title01 h2 {
	font-size: 26px;
	font-weight: 700;
}
.index-notice .c-title01 .title-img {
	bottom: 10px;
}
.index-notice .note {
	margin: 40px auto;
}
.index-notice .note dl {
	font-size: 14px;
	font-weight: 700;
	margin: 20px auto 0;
}
.index-notice .note dd {
	margin: 0;
	display: table;
}
.index-notice .c-card1 {
	border: 4px solid #b3ad9d;
	text-align: center;
}
.index-notice .c-card1 h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	background: #b3ad9d;
	padding: 10px;
	margin: 0;
}
.index-notice .c-card1 .content {
	padding: 24px 10px;
}
.index-notice .c-card1 h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #292c2e;
	border-radius: 15px;
	padding: 1px 27px;
	display: inline-block;
}
.index-notice .c-card1 .detail {
	font-size: 14px;
	font-weight: 700;
}
.index-notice .c-card1 .detail a {
	display: block;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.3;
}
.index-notice .note span {
	min-width: 1em;
	display: table-cell;
	padding-right: 2px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.index-notice {
		padding: 60px 0px 40px;
		margin: 0 auto;
		width: 90%;
	}
	.index-notice .c-title01 h2 {
		font-size: 23px;
	}
	.index-notice .c-title01 .title-img {
		width: 70%;
	}
	.index-notice .note {
		margin: 30px auto;
	}
	.index-notice .note dl {
		font-size: 10px;
		margin: 15px auto 0;
	}
	.index-notice .c-card1 {
		border: 2px solid #b3ad9d;
	}
	.index-notice .c-card1 h3 {
		font-size: 16px;
		padding: 0px 0 2px;
	}
	.index-notice .c-card1 .content {
		padding: 15px 10px;
	}
	.index-notice .c-card1 h4 {
		font-size: 13px;
		padding: 1px 15px;
	}
	.index-notice .c-card1 .detail {
		font-size: 10px;
	}
	.index-notice .c-card1 .detail a {
		font-size: 31px;
	}
}

/* 20260210add */
.returnTop{
	position:fixed;
	bottom:115px !important;
	right:0;
	z-index:9999;
}
@media screen and (max-width: 767px){
	.returnTop{
		width:35px;
		bottom:90px !important;
	}
}