@charset "UTF-8";

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #333;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.spacer {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
	margin: 2.5em 0;
}
.min {
	font-size: 11px;
	font-weight: bold !important;
	margin-left: 0 !important;
}
@media (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.spacer {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
	margin: 2.5em 0 60em;
}
}
	
@media (max-width: 768px) {
	html{
		overflow-x:hidden !important;
	}
}
@media (min-width: 768px) {
  body{
	  background: url("../images/body-bg.png") no-repeat top center;
	  background-attachment: fixed;
	  
  }
}

a:hover, a:focus {
	color: #333;
	opacity: 0.7;
}
ul{
	list-style: none;
	padding-left: 0;
}
.container{
	--bs-gutter-x: 40px;
}
.wh {
	color: #fff !important;
}
@media (min-width: 1400px) {
  .container{
	  max-width: 1180px;
  }
}

.shadow{
	box-shadow: 0 5px 20px rgba(0,0,0,.15) !important;
}
.ttl-icon{
	width: 80px;
	margin: 50px auto;
	text-align: center;
}
.ttl{
	font-size: 26px;
	text-align: center;
	color: #333;
	font-weight: 700;
}

@media (min-width: 768px) {
	.ttl{
		font-size: 36px;
	}
}

.text-nowrap{
	white-space: normal;
}

@media (min-width: 1200px) {
	.text-nowrap{
		white-space: nowrap;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
	position: relative;
	padding: 20px 0 0;
	height: 65px;
}

@media (min-width: 768px) {
	header{
		padding-bottom: 35px;
		height: inherit;
	}
}

@media (min-width: 1200px) {
	header{
		padding-bottom: 50px;
	}
	header .container{
		align-items: center;
		padding: 0;
		margin-top: 1em;
		border-radius: 10px;
	}	
}

header .logo{
	width: 45%;
	max-width: 302px;
	margin: initial;
}
header .logo img{
	width: 100%;
	height: auto;
}
header .btn-outer{
	position: absolute;
	top: 0;
	right: 0;
}
header .btn{
	width: 88px;
	height: 65px;
	font-size: 8px;
	border-radius: 0;
	text-align: center;
	white-space: nowrap;
	padding: 5px 0 0;
	border: none;
}
header .btn a{
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 40px;
}
header .btn a::before{
	content: "";
	display: block;
	position: relative;
	top: 5px;
	left: 0;
	margin: 0 auto;
}
.btn.bg-red{
	background: #eb322d;
}
.bg-red a::before{
	width: 19px;
	height: 21px;
	background: url(../images/i-katsuyou.png) no-repeat;
	background-size: auto;
	background-size: cover;
}
.btn.bg-navy{
	background: #000;
}
.bg-navy a::before {
	width: 23px;
	height: 22px;
	background: url(../images/i-anai.png) no-repeat;
	background-size: auto;
	background-size: cover;
}

@media (min-width: 768px) {
	header .btn-outer{
		position: static;
	}
	header .btn{
		width: 160px;
		height: 40px;
		font-size: 12px;
		border-radius: 5px;
		padding: 0;
		margin-left: 10px;
	}
	header .btn a::before{
		display: inline-block;
		position: relative;
		margin: 0 5px 0 0;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .copyright{
	font-size: 12px;
	font-style: normal;
	color: #717171;
	text-align: center;
	padding: 20px 0;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
main{
	color: #333;
}
main img{
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# Main Image
--------------------------------------------------------------*/
.main-image-bg{
	background-image: url("../images/main-image-bg-sm.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: relative;
	padding: 30px 20px;
	max-height: 500px;
	min-height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 1em;
	/*overflow: hidden;*/
}
/*.main-image-bg::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	pointer-events: none;
}*/


@media (min-width: 768px) {
	.main-image-bg{
		background-image: url("../images/main-image-bg-md.jpg");
	max-height: 760px;
	}
.main-image .inner-square{
	background: #fff;
	width: calc(100vw - 40px);
	max-width: 400px;
	margin: 80px auto 50px;
	padding: 10px;
}	
}

.main-image .inner-square{
	background: #fff;
  width: calc(100vw - 40px);
  max-width: 45%;
  margin: 15px auto 50px;
  padding: 6px;
  z-index: 10;
  border-radius: 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.main-image .inner-square-line{
	/*border: #00257A 1px solid;*/
	padding: 15px 15px 10px;
	box-sizing: border-box;
}
.main-ttl{
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 768px) {
.main-ttl{
	font-size: 20px;
}
.main-image .inner-square span {
  font-size: 26px !important;
}
}
.main-image .inner-square span{
	color: #eb322d;
	font-size: 30px;
}

.main-image .inner-square b{
	font-size: 36px;
	color: #eb322d;
}
.main-ttl.catchcopy{
	color: #333;
	white-space: nowrap;
	line-height: 1.4;
	margin-bottom: 0;
}
.main-logo{
	width: 55%;
	margin: 10px auto;
}
.main-text{
	font-weight: 700;
}
.main-image .inner-square.shadow{
	position: relative;
	top: 10px;
	border: 5px solid #eb322d;
	z-index: 10;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease-out 0.5s forwards;
}
.main-image .inner-square.shadow .main-ttl{
	margin-bottom: 20px;
	line-height: 1.3;
}
.main-image .inner-square.shadow .icon{
	border-bottom: #00257A 1px solid;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 130px;
	min-height: 150px;
}
.main-image .inner-square.shadow .icon1{
	background-image: url("../images/main-image-icon1.svg");
}
.main-image .inner-square.shadow .icon2{
	background-image: url("../images/main-image-icon2.svg");
}
.main-image .inner-square.shadow .icon3{
	background-image: url("../images/main-image-icon3.svg");
}
.main-image .inner-square.shadow .icon4{
	background-image: url("../images/main-image-icon4.svg");
	border-bottom: none;
	margin-bottom: 0;
}
.main-image .inner-square-line.row{
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .main-image .inner-square {
    max-width: 65% !important;
  }
  .main-image .inner-square.shadow {
    width: 100%;
    height: auto;
    max-width: 1040px !important;
    top: -40px;
    z-index: 10;
  }
}
@media (min-width: 768px) {
	.main-ttl.catchcopy{
		font-size: 36px;
		white-space: normal;
	}
	.main-text{
		text-align: center;
		margin:2em 0 1.5em;
	}
	.main-image .inner-square{
		max-width: 45%;
	}
	.main-image .inner-square.shadow{
		width: 100%;
		height: auto;
		max-width: 1040px;
		top: -40px;
		z-index: 10;
	}
	.main-image .inner-square.shadow .icon{
		margin-bottom: 0;
	}
	.main-image .inner-square.shadow .icon2,
	.main-image .inner-square.shadow .icon4{
		border-left: #00257A 1px solid;
	}
	.main-image .inner-square.shadow .icon3,
	.main-image .inner-square.shadow .icon4{
		border-bottom: none;
		padding-top: 20px;
	}
	
	.cta-buttons{
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.btn-primary,
	.btn-secondary{
		width: 100%;
		max-width: 100%;
		min-width: auto;
		box-sizing: border-box;
	}
}

@media (min-width: 992px) {
	.main-image .inner-square{
		margin: 10px auto 35px;
	}
	.main-logo{
		width: 75%;
		max-width: 302px;
		margin: 20px auto;
	}
	.main-ttl.catchcopy{
		font-size: 40px;
	}
	.main-image .inner-square.shadow{
		top: 0;
	}
	.main-image .inner-square.shadow .icon p{
		width: 80%;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.main-image .inner-square.shadow .inner-square-line{
		padding: 20px;
	}
	.main-logo{
		margin: 40px auto;
	}
	.main-image .inner-square.shadow .icon3,
	.main-image .inner-square.shadow .icon4{
		padding-top: 20px;
  }
}


@media (min-width: 768px) {
	.main-image-bg{
		background-image: url("../images/main-image-bg-md.jpg");
		padding: 40px 20px;
		max-height: 780px;
		background-size: cover;
	}
}

.hero-content{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 3em auto 20px;
	animation: fadeInUp 0.8s ease-out;
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	width: 90%;
	max-width: 500px;
	min-width: 300px;
}

.hero-badge{
	display: inline-block;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50px;
	padding: 6px 20px;
	margin-bottom: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.badge-text{
	font-size: 14px;
	font-weight: 700;
	color: #00257A;
	letter-spacing: 0.05em;
}

.main-ttl.catchcopy{
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
	text-shadow: none;
}

.highlight-red{
	color: #eb322d;
	font-size: 42px;
	display: inline-block;
	position: relative;
}

.highlight-red::after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 8px;
	background: rgba(235, 50, 45, 0.3);
	z-index: -1;
}

.main-logo{
	width: 60%;
	max-width: 240px;
	margin: 12px auto;
	opacity: 0.95;
}

.main-text{
	margin-top: 20px;
}

.lead-text{
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-shadow: none;
}

.number-highlight{
	color: #FFD700;
	font-size: 20px;
	font-weight: 900;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.cta-buttons{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
	align-items: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.btn-primary,
.btn-secondary{
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	min-width: 220px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.btn-primary{
	background: #eb322d;
	color: #fff;
}

.btn-primary:hover{
	background: #000;
	box-shadow: 0 6px 20px rgba(50, 50, 45, 0.4);
	opacity: 1;
	color: #fff;
}

.btn-secondary{
	background: #000;
	color: #fff;
}

.btn-secondary:hover{
	background: #f0f0f0;
	box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
	color: #000;
	opacity: 1;
}

.features-grid{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin-top: 15px;
}

.feature-card{
	background: rgba(255, 255, 255, 0.98);
	border-radius: 10px;
	padding: 20px 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	border: 3px solid transparent;
	position: relative;
	overflow: hidden;
}



.feature-card:hover{
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
	border-color: #eb322d;
}

.feature-description{
	position: relative;
}

.feature-description::after{

}

.feature-card.feature-1 .feature-description::after{
	background-image: url("../images/main-image-icon1.svg");
}

.feature-card.feature-2 .feature-description::after{
	background-image: url("../images/main-image-icon2.svg");
}

.feature-card.feature-3 .feature-description::after{
	background-image: url("../images/main-image-icon3.svg");
}

.feature-card.feature-4 .feature-description::after{
	background-image: url("../images/main-image-icon4.svg");
}

.feature-content{
	text-align: center;
}

.feature-title{
	font-size: 18px;
	font-weight: 700;
	color: #00257A;
	margin-bottom: 10px;
	line-height: 1.3;
}

.number-red{
	color: #eb322d;
	font-size: 24px;
	font-weight: 900;
}

.highlight-text{
	color: #eb322d;
	font-weight: 700;
	font-size: 30px;
}

.feature-description{
	font-size: 13px;
	color: #333;
	line-height: 1.6;
	margin: 0;
	position: relative;
}
@keyframes fadeInUp{
	from{
		opacity: 0;
		transform: translateY(30px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

/* スクロールアニメーション */
.scroll-fade-in{
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-fade-in.is-visible{
	opacity: 1;
	transform: translateY(0);
}

/* 各セクションに少しずつ遅延を追加 */
.case-area.scroll-fade-in{
	transition-delay: 0s;
}

.merit-area.scroll-fade-in{
	transition-delay: 0.1s;
}

.cost-area.scroll-fade-in{
	transition-delay: 0.2s;
}

.voc-area.scroll-fade-in{
	transition-delay: 0.1s;
}

.data-area.scroll-fade-in{
	transition-delay: 0.2s;
}

.message-area.scroll-fade-in{
	transition-delay: 0.1s;
}

.service-area.scroll-fade-in{
	transition-delay: 0.2s;
}

.faq-area.scroll-fade-in{
	transition-delay: 0.1s;
}

.flow-area.scroll-fade-in{
	transition-delay: 0.2s;
}

.contact-area.scroll-fade-in{
	transition-delay: 0.1s;
}

@media (min-width: 768px) {
	.main-image-bg{
		padding: 40px 20px;
	}
	
	.hero-content{
		margin-bottom: 20px;
		padding: 40px 30px;
		width: 60%;
		max-width: 500px;
		min-width: 350px;
	}
	
	.badge-text{
		font-size: 15px;
	}
	
	.main-ttl.catchcopy{
		font-size: 36px;
		margin-bottom: 12px;
	}
	
	.highlight-red{
		font-size: 48px;
	}
	
	.highlight-red::after{
		height: 8px;
	}
	
	.main-logo{
		max-width: 280px;
		margin: 12px auto;
	}
	
	.lead-text{
		font-size: 15px;
		line-height: 1.6;
	}
	
	.number-highlight{
		font-size: 22px;
	}
	
	.cta-buttons{
		flex-direction: row;
		justify-content: center;
		gap: 15px;
		margin-top: 15px;
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.btn-primary,
	.btn-secondary{
		min-width: 180px;
		max-width: calc(50% - 7.5px);
		flex: 1;
		padding: 14px 28px;
		font-size: 15px;
		box-sizing: border-box;
	}
	
	.features-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin-top: 15px;
	}
	
	.feature-card{
		padding: 20px 18px;
	}
	
	.feature-description::after{
		width: 70px;
		height: 70px;
		margin-top: 12px;
		margin-bottom: 0;
	}
	
	.feature-title{
		font-size: 19px;
		margin-bottom: 10px;
	}
	
	.number-red{
		font-size: 26px;
	}
	
	.feature-description{
		font-size: 13px;
		line-height: 1.6;
	}
}

@media (min-width: 992px) {
	.main-image-bg{
		padding: 28px 20px;
	}
	
	.hero-content{
		margin-bottom: 18px;
		padding: 50px 40px;
		width: 50%;
		max-width: 550px;
		min-width: 400px;
	}
	
	.main-ttl.catchcopy{
		font-size: 40px;
		margin-bottom: 12px;
	}
	
	.highlight-red{
		font-size: 52px;
	}
	
	.main-logo{
		max-width: 300px;
		margin: 12px auto;
	}
	
	.lead-text{
		font-size: 16px;
		line-height: 1.6;
	}
	
	.number-highlight{
		font-size: 24px;
	}
	
	.cta-buttons{
		margin-top: 15px;
	}
	
	.features-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		margin-top: 15px;
	}
	
	.feature-card{
		padding: 22px 20px;
	}
	
	.feature-description::after{
		width: 75px;
		height: 75px;
		margin-top: 12px;
		margin-bottom: 0;
	}
	
	.feature-title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.number-red{
		font-size: 36px;
	}
	
	.feature-description{
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.main-image-bg{
		padding: 50px 20px;
		max-height: 780px;
	}
	
	.hero-content{
		margin-bottom: 10px;
		padding: 30px 50px;
		width: 45%;
		max-width: 400px;
		min-width: 450px;
	}
	
	.main-ttl.catchcopy{
		font-size: 42px;
		margin-bottom: 12px;
	}
		.main-ttl.catchcopy span{
		font-size: 42px;
	
	}
	.highlight-red{
		font-size: 56px;
	}
	
	.main-logo{
		max-width: 320px;
		margin: 12px auto;
	}
	
	.lead-text{
		font-size: 17px;
		line-height: 1.6;
	}
	
	.cta-buttons{
		margin-top: 15px;
	}
	
	.features-grid{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		gap: 20px;
	}
	
	.feature-card{
		padding: 24px 22px;
	}
}

/*--------------------------------------------------------------
# Case Area
--------------------------------------------------------------*/
.case-area{
	margin-bottom: 50px;
	margin-top: 8em;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.case-area{
	margin-bottom: 50px;
	margin-top: 12em;
}
}
@media (max-width: 768px) {
	.main-image .inner-square{
		max-width: 96%;
		margin-top: 73px;
    margin-bottom: -52px;
	}
	
.case-area{
	margin-bottom: 50px;
	margin-top: 50em;
}
}
.case-area .notes{
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}
.case-items a{
	display: block;
	text-decoration: none;
	color:#333;
	border: 2px #eb322d solid;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
}
.case-image img{
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	position: relative;
	z-index: 1;
}
.case-body{
	padding: 20px 20px 30px;
}
.case-name{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.case-body h3{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.case-for-dtl{
	color: #eb322d;
	font-weight: 700;
	text-align: right;
	padding-right: 30px;
	position: relative;
}
.case-for-dtl::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/icon-arrow.svg") no-repeat bottom right / 100% auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.case-area .notes{
		text-align: center;
		margin-bottom: 50px;
	}
	.case-items > div{
		display: flex;
	}
	.case-items a{
		display: flex;
		flex-direction: column;
	}
	.case-body{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	.case-name{
		margin-top: 12px;
		height: 60px;
	}
	.case-for-dtl{
		margin-top: auto;
	}
}

/* モーダル内のレイアウト */
.popup-content{
	width: 80%;
	max-width: 700px;
	margin: 30px auto;
	background:#fff;
	padding: 50px 20px;
	border-radius: 50px;
	position:relative;
}
.popup-image img{
	display: block;
	width: 60%;
	margin: 0 auto;
	height: auto;
}
.popup-content h3{
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.popup-content h4{
	font-size: 16px;
	font-weight: 700;
}
.popup-content p{
	font-size: 12px;
}
.popup-content p:last-child{
	margin-bottom: 0;
}
.popup-body h4{
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.popup-content{
		width: 100%;
		padding: 40px 30px;
	}
	.popup-content h3{
		margin-top: 0;
	}
	.popup-image img{
		width: 100%;
	}
}

@media (min-width: 992px) {
	.popup-content h3{
		font-size: 26px;
	}
	.popup-content h4{
		font-size: 18px;
	}
	.popup-content p{
		font-size: 16px;
	}
}

.mfp-close{
	position: absolute;
	top: 10px;
	right: 10px;
	transform: rotate(-45deg);
	opacity: 1;
	font-size: 0;
}
.mfp-close::before,
.mfp-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content: '';
	background-color: #fff;
}
.mfp-close::before{
	width: 2px;
	height: 100%;
}
.mfp-close::after{
	width: 100%;
	height: 2px;
}

.mfp-close:active{
	top: 10px;
}

/*--------------------------------------------------------------
# Merit Area
--------------------------------------------------------------*/
.merit-area{
	background: rgba(240, 240, 240);
	overflow: hidden;
	padding-bottom: 50px;
}
.merit-area .ttl-icon{
	margin-bottom: 30px;
}
.merit-area .sub-ttl{
	text-align: center;
}
.merit-area .sub-ttl p{
	display: inline-block;
	color: #333;
	font-size: 26px;
	font-weight: 700;
	
}
.merit-dtl{
	position: relative;
	margin-top: 100px;
}
.merit-icon{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.merit-icon img{
	display: block;
	width: 160px;
	margin: 0 auto;
}
.merit-dtl-body{
	background: #fff;
	overflow: hidden;
	padding: 80px 20px 20px;
}
.merit-dtl-ttl{
	color: #333;
	font-size: 26px;
	font-weight: 700;
}
.merit-dtl-ttl span{
	color: #eb322d;
}

@media (min-width: 768px) {
	.merit-area .ttl{
		margin-bottom: 50px;
	}
	.merit-dtl.col-md-12 .merit-icon{
		left: 25%;
	}
	.merit-dtl.col-md-12 .shadow{
		display: flex;
	}
	.merit-dtl.col-md-12 .shadow > div{
		width: 50%;
	}
	.merit-dtl:nth-child(3){
		padding-top: 50px;
	}
	.merit-dtl:nth-child(3) .merit-icon{
		top: 50px;
	}
	.merit-dtl-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (min-width: 992px) {
	.merit-dtl-body{
		padding: 80px 50px 50px;
	}
	.merit-dtl-ttl{
		margin-bottom: 30px;
	}
	.merit-dtl:nth-child(2) .shadow{
		margin-right: 15px;
	}
	.merit-dtl:nth-child(3) .shadow{
		margin-left: 15px;
	}
	.merit-dtl:nth-child(3){
		padding-top: 70px;
	}
	.merit-dtl:nth-child(3) .merit-icon{
		top: 70px;
	}
}

/*--------------------------------------------------------------
# Cost Area
--------------------------------------------------------------*/
.cost-area{
	margin-bottom: 50px;
}
.cost-area > .container{
	position: relative;
	padding-top: 230px;
}
.cost-img1,
.cost-img2{
	width: 100%;
	position: absolute;
	left: 54%;
	transform: translateX(-50%);
}
.cost-img1{
	top: 30px;
}
.cost-img1 img{
	display: block;
	width: 200px;
	margin: 0 auto;
}
.cost-img2{
	bottom: 30px;
}
.cost-img2 img{
	display: block;
	width: 240px;
	margin: 0 auto;
}
.cost-line{
	border: #eb322d 5px solid;
	background: #fff;
	border-radius: 50px;
	padding: 80px 20px 300px;
}
.cost-area h2{
	font-weight: 900;
}
.cost-lists-outer{
	display: flex;
}
.cost-lists li{
	font-size: 14px;
	padding-top: 20px;
	border-bottom: #333333 1px solid;
	height: 120px;
}
.cost-lists .heading{
	font-weight: 700;
	height: 60px;
}
.cost-lists.lists1 li,
.cost-lists.lists2 li{
	font-weight: 700;	
}
.cost-lists.lists2 li{
	color: #eb322d;
	padding: 20px;
}
.cost-lists.lists2 li span{
	font-weight: 400;
}
.cost-lists.lists2 .heading{
	color: #333;
}
.cost-text{
	font-size: 26px;
	font-weight: 900;
	line-height: 1.8;
	text-align: justify;
}
.cost-text span{
	color: #eb322d;
}
.cost-text span.marker{
	color: #333;
	background-color: #FFFAA0;
}
@media (max-width: 768px) {
.cost-area .container{
	overflow-x: hidden !important;
}
.cost-lists li{
	font-size: 16px;
	height: 120px;
}
.cost-lists.lists1{
	width: 80%;
}
.cost-lists.lists2{
	width: 100%;
}
.cost-lists .heading {
  font-weight: 700;
  height: 80px !important;
}
	.cost-lists li{
		font-size: 16px;
		height: 158px;
	}
}
@media (min-width: 768px) {

	.cost-line{
		padding: 100px 50px 300px;
	}
	.cost-text{
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.cost-area{
		margin-bottom: 100px;
	}
	.cost-img1{
		top: 140px;
	}
	.cost-img1 img{
		margin-left: 0;
	}
	.cost-img2 img{
		margin-right: 80px;
	}
	.cost-area h2{
		margin-left: 160px;
		text-align: center;
		margin-bottom: 50px;
	}
	.cost-line{
		padding: 50px 50px 120px;
	}
	.cost-lists.lists1 li{
		text-align: center;
	}
	.cost-lists.lists2 li span{
		margin-left: 1em;
	}
	.cost-text{
		text-align: center;
		margin-right: 260px;
	}
}

@media (min-width: 1200px) {
	.cost-area h2,
	.cost-text{
		font-size: 36px;
	}
	.cost-img1 img{
		margin-left: 80px;
	}
	.cost-area h2{
		margin-left: 220px;
	}
	.cost-line{
		padding: 50px 50px 80px;
	}
	.cost-lists li{
		height: inherit;
	}
	.cost-lists .heading{
		text-align: center;
	}
	.cost-lists.lists1,
	.cost-lists.lists3{
		margin-top: 50px;
	}
	.cost-lists.lists1 li{
		padding: 20px 40px 20px 0;
	}
	.cost-lists.lists2{
		border: #eb322d 5px solid;
		border-radius: 50px;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.cost-lists.lists2 .heading{
		text-align: left;
	}
	.cost-lists.lists2 li{
		font-size: 26px;
		border-bottom: none;
		padding: 13.5px 0;
	}
	.cost-lists.lists2 li span{
		font-size: 16px;
	}
	.cost-lists.lists3 li{
		padding: 20px 0 20px 40px;
	}
	.cost-text{
			margin-top: 50px;
	}
}

@media (min-width: 1400px) {
	.cost-lists li{
		white-space: nowrap;
	}
	.cost-lists.lists1 li{
		padding: 20px 20px 20px 0;
	}
	.cost-lists.lists2{
		padding: 40px;
	}
	.cost-lists.lists3 li{
		padding: 20px 0 20px 20px;
	}
}

/*--------------------------------------------------------------
# Voc Area
--------------------------------------------------------------*/
.voc-area h2.ttl{
	margin-bottom: 50px;
}
.voc-dtl .shadow{
	background: #fff;
	padding: 30px 20px 20px;
	margin-bottom: 50px;
}
.voc-dtl-text{
	margin-bottom: 20px;
}
.voc-dtl-text .round-box{
	background: #eb322d;
	color: #fff;
	height: 40px;
	border-radius: 30px;
	padding: 5px 20px;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
}
.voc-dtl-text .amount{
	color: #eb322d;
	font-size: 18px;
}
.voc-dtl-text .amount .large-text{
	font-size: 36px;
	font-weight: 900;
}
.voc-dtl-image{
	margin-bottom: 20px;
}
.voc-dtl-ttl{
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.voc-dtl{
		display: flex;/* 高さを揃えるための入れ子 */
	}
	.voc-dtl .shadow{
		display: flex;
		flex-direction: column;
	}
	.voc-dtl-body{
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.voc-dtl .shadow{
		padding: 50px;
		margin-bottom: 100px;
	}
	.voc-dtl:nth-child(odd) .shadow{
		margin-right: 15px;
	}
	.voc-dtl:nth-child(even) .shadow{
		margin-left: 15px;
	}
	.voc-dtl-text .round-box{
		height: 60px;
		padding: 10px 25px;
		margin-top: 30px;
		font-size: 26px;
	}
	.voc-dtl-text .amount{
		font-size: 26px;
	}
	.voc-dtl-text .amount .large-text{
		font-size: 72px;
		font-weight: 700;
	}
}

@media (min-width: 1200px) {
	.voc-dtl-ttl {
		white-space: nowrap;
	}
}

/*--------------------------------------------------------------
# Data Area
--------------------------------------------------------------*/
.data-area{
	background:rgba(240, 240, 240);
	overflow: hidden;
	padding-bottom: 50px;
}
.data-area .notes{
	text-align: center;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Data Area
--------------------------------------------------------------*/
.message-area{
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.message-area{
		background: url("../images/message-bg.jpg") no-repeat top center / cover;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.message-area > .container{
		background: rgba(255, 255, 255, .85);
		padding: 50px 20px;
	}
}

@media (min-width: 992px) {
	.message-area > .container{
		padding: 80px 50px 100px;
	}
}

@media (min-width: 1200px) {
	.message-area{
		padding-top: 200px;
	}
}

.message-area h2{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.message-area p{
	font-size: 18px;
	font-weight: 700;
	text-align: justify;
}
.message-line{
	border: #707070 5px solid;
	border-radius: 20px;
	background: #fff;
	padding: 50px 20px 20px;
	margin-top: 120px;
	position: relative;
}
.message-line p{
	color: #eb322d;
}
.message-img{
	width: 100%;
	position: absolute;
	top: -120px;
	z-index: 2;
}
.message-img img{
	display: block;
	width: 165px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.message-area h2{
		font-size: 36px;
		font-weight: 900;
		text-align: center;
	}
	.message-area p{
		text-align: center;
	}
	.message-line{
		margin-top: 30px;
		margin-left: 120px;
	}
	.message-line p{
		text-align: left;
	}
	.message-img{
		top: 80px;
		left: -120px;
	}
	.message-img img{
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.message-area h2,
	.message-area p{
		margin-bottom: 50px;
	}
	.message-img{
		top: 0;
		left: -248px;
	}
	.message-img img{
		width: 324px;	
	}
	.message-line{
		padding: 50px;
		margin-left: 190px;
	}
	.message-line p{
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.message-area h2{
		font-size: 52px;
	}
	.message-area p{
		font-size: 26px;
	}
	.message-img{
		top: 58px;
	}
}

/*--------------------------------------------------------------
# Faq Area
--------------------------------------------------------------*/
.service-area{
	background: #F9F0D2;
	overflow: hidden;
}
.service-area h2.ttl{
	text-align: left;
	margin-bottom: 50px;
}
.service-dtl a{
	display: block;
	text-decoration: none;
	color: #333;
	position: relative;
}
.service-dtl a::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/icon-arrow.svg") no-repeat bottom right / 100% auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.service-dtl a{
	width: 100%;
}
.service-dtl .shadow{
	width: 100%;
	background: #fff;
	padding: 30px 20px 10px;
	border-radius: 20px;
	margin-bottom: 30px;
	display: flex;
}
.service-dtl-icon{
	margin-right: 20px;
	max-width: 60px;
}
.service-dtl-ttl{
	color: #333;
	font-weight: 900;
}

@media (min-width: 768px) {
	.service-area h2.ttl{
		text-align: center;
	}
	.service-dtl,
	.service-dtl a{
		display: flex;/* 高さを揃えるための入れ子 */
	}
	.service-dtl .shadow{
		padding: 50px 20px 20px;
		flex-direction: column;
	}
	.service-dtl-icon{
		margin: 0 auto 30px;
	}
	.service-dtl-icon img{
		width: 60px;
		height: auto;
}
	.service-dtl-body{
		flex-grow: 1;
		text-align: center;
	}
	.service-dtl a::after{
		bottom: 50px;
	}
}

/*--------------------------------------------------------------
# Join Area
--------------------------------------------------------------*/
.join-area .ttl{
	text-align: left;
	margin-top: 50px;
	margin-bottom: 30px;
}
.join-area > p{
	margin-bottom: 30px;
}
.join-list{
	background: #fff;
	border: 3px #707070 solid;
	border-radius: 50px;
	padding: 20px 20px 20px 80px;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
}
.join-list::before{
	content: "";
	background: url("../images/icon-check.svg") no-repeat top left / 100% auto;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 20px;
	left: 40px;
}
.join-img{
	display: none;
}

@media (min-width: 768px) {
	.join-area .ttl,
	.join-area > p{
		margin-bottom: 50px;
	}
	.join-lists{
		margin-bottom: 50px;
	}
	.join-img img{
		max-width: 330px;
	}
}

@media (min-width: 992px) {
	.join-list{
		padding: 25px 40px 25px 120px;
		margin-bottom: 30px;
	}
	.join-list::before{
		width: 50px;
		height: 42px;
		top: 16px;
		left: 50px;
	}
	.join-list:nth-child(2)::before{
		top: 15px;
	}
	.join-img{
		display: block;
	}
}

/*--------------------------------------------------------------
# Fee Area
--------------------------------------------------------------*/
.fee-area{
	background: #fff;
	padding: 0 20px 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.fee-img{
	position: relative;
	top: -30px;
}
.fee-img img{
	display: block;
	max-width: 200px;
	margin: 0 auto;
}


@media (min-width: 768px) {
	.fee-area{
		padding: 0 50px 50px;
	}
}

@media (min-width: 992px) {
	.fee-area{
		background: none;
		padding: 0;
	}
	.fee-img{
		display: none;
	}
	.fee-box{
		background: #fff;
		padding: 0 50px 50px;
		overflow: hidden;
	}
}

.fee-area .ttl{
	margin-top: 50px;
	text-align: left;
}
.fee-area > h3.ttl{
	margin-top: 30px;
	text-align: center;
}
.fee-box dl dt{
	font-weight: 400;
}
.fee-box dl dt .ttl{
	font-weight: 700;
	white-space: nowrap;
}
.fee-box h4.ttl{
	color: inherit;
	margin-top: 30px;
	text-align: center;
}
.fee-box h5{
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
}

@media (min-width: 768px) {
	.fee-area .ttl{
		text-align: center;
	}
	.fee-area > h3.ttl{
		margin-bottom: 50px;
	}
	.fee-area p.ttl,
	.fee-box h4.ttl{
		font-size: 26px;
	}
	.fee-area .notes{
		text-align: center;
	}
	.fee-box .calculation{
		padding: 50px 50px 20px;
	}
}

.fee-box .calculation{
	background: #F8F0EF;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
	padding: 30px 20px 0;
	margin-bottom: 50px;
}
.fee-box .calculation dl{
	border-bottom: 1px #707070 solid;
	display: flex;
	align-items: center;
}
.fee-box .calculation dl:last-child{
	border-bottom: none;
}
.fee-box .calculation dl dt{
	padding-bottom: 30px;
}
.fee-box .calculation dl dd{
	white-space: nowrap;
	padding-bottom: 15px;
}
.fee-box input{
	width: 200px;
	padding: 5px;
	margin-right: 5px;
}
.membership-fee{
	font-weight: 700;	
}
.membership-fee em{
	font-style:normal;
}
#membershipfee,
#b_membershipfee{
	display: inherit;
}
.fee-diagram{
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.fee-box .calculation{
		padding: 50px 50px 0;
	}
	.fee-box input{
		width: 270px;
	}
	.fee-box .calculation dl dt{
		font-weight: 700;
	}
	.fee-box .calculation dl dt,
	.fee-box .calculation dl dd{
		padding-bottom: 20px;
	}
	.fee-diagram{
		margin-bottom: 100px;
	}
	.fee-diagram img{
		display: block;
		max-width: 655px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.fee-box .calculation{
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	.membership-fee{
		padding-right: 80px;
	}
}

.fee-table{
	margin-bottom: 30px;
}
.fee-table table{
	width: 100%;
}
.fee-table table thead{
	border-bottom: 1px #707070 solid;
}
.fee-table table thead th,
.fee-table table thead td{
	width: 50%;
	font-size: 12px;
	padding: 5px;
	font-weight: 700;
	vertical-align: top;
}
.fee-table table tbody th,
.fee-table table tbody td{
	font-size: 10px;
	padding: 15px 5px;
	border-bottom: 1px #707070 solid;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}
.fee-table table th{
	background: #F8F0EF;
}
.fee-area .attention{
	color: #d02a25;
	margin-bottom: 30px;
}
.fee-area .attention a{
	color: #00257A;
	text-decoration: none;
}
.fee-area .attention a::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url("../images/arrow.svg") no-repeat top right / 100% auto;
	margin-left: 10px;
}

@media (min-width: 768px) {
	.fee-table table thead th,
	.fee-table table thead td,
	.fee-table table tbody th,
	.fee-table table tbody td{
		font-size: 16px;
		padding: 15px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.attention a{
		display: block;
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
# Faq Area
--------------------------------------------------------------*/
.faq-area{
	margin-bottom: 50px;
}
.faq-area .ttl{
	margin-bottom: 50px;
}
.faq-area h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.accordion{
	--bs-accordion-active-color: #333;
	--bs-accordion-active-bg: transparent;
	border-bottom: 1px solid #1B224C;
	margin-bottom: 50px;
}
.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed){
	box-shadow: inset 0 1px 0 #1B224C;	
}
.accordion-button{
	padding: 20px 0;
	background-color: transparent;
}
.accordion-button:focus{
	border-color: transparent;
}
.accordion-item{
	border: none;
	background-color: transparent;
}
.accordion-item:first-of-type .accordion-button{
	border-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0;
}
.accordion-body{
	background: #D3E7F7;
	padding: 20px;
	margin-bottom: 25px;
}
.accordion-body p:last-child{
	margin-bottom: 0;
}
.accordion-body a{
	color: inherit;
}

@media (min-width: 768px) {
	.accordion-body{
		padding: 20px 50px;
	}
}

@media (min-width: 992px) {
	.accordion-body{
		margin-left: 50px;
		margin-right: 50px;
	}
}

/*--------------------------------------------------------------
# Flow Area
--------------------------------------------------------------*/
.flow-area{
	margin-top: 50px;
	margin-bottom: 50px;
}
.flow-line{
	background: #fff;
	border: 3px #eb322d solid;
	border-radius: 50px;
	padding: 50px 20px 30px;
}
.flow-line .ttl{
	text-align: left;
	margin-bottom: 30px;
}
.flow-line .notes{
	font-weight: 700;	
}
.flow-ttl{
	margin-bottom: 20px;
}
.flow-ttl .step{
	background: #eb322d;
	color: #fff;
	padding: 5px 10px;
	font-weight: 700;
}
.flow-ttl .number{
	font-size: 36px;
	font-weight: 900;
	color: #333;
	margin-left: 15px;
	position: relative;
	bottom: -5px;
}
.flow-line h3{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.flow-area{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.flow-line{
		padding: 50px 50px 30px;
	}
}

@media (min-width: 992px) {
	.flow-area{
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.flow-line{
		padding: 80px;
	}
	.flow-ttl,
	.flow-line h3{
		display: inline-block;
	}
	.flow-line .ttl,
	.flow-line .notes{
		text-align: center;
	}
	.flow-line .notes{
		margin-left: 0;
		font-size: 26px;
		margin-bottom: 50px;
	}
	.flow-ttl .number{
		font-size: 72px;
	}
	.flow-line h3{
		margin-left: 30px;
		font-size: 26px;
	}
	.flow-line p{
		margin-left: 220px;
	}
}

@media (min-width: 1200px) {
	.flow-line{
		padding: 80px 160px 50px;
	}
}

/*--------------------------------------------------------------
# Contact Area
--------------------------------------------------------------*/
.contact-area{
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact-outer{
	background: url("../images/contact-bg.jpg") no-repeat top center / cover;
	border-radius: 50px;
	padding: 50px 20px 30px;
	text-align: center;
}
.contact-outer h2{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	border-bottom: 3px #fff solid;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.contact-text{
	color: #fff;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-box{
	background: #fff;
	color: #333;
	border-radius: 20px;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.contact-box.d-flex{
	flex-direction: column;
}
.contact-box > div{
	margin: 30px 0;
}
.contact-box hr{
	background-color: #333;
	border: none;
	width: 88px;
	height: 3px;
	opacity: 1;
	margin: 0 auto;
}
.contact-box a{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	position: relative;
}
.contact-box a::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/icon-arrow.svg") no-repeat bottom right / 100% auto;
	position: absolute;
	right: -30px;
}
.contact-tel a::before{
	content: "";
	width: 40px;
	height: 40px;
	background: url("../images/icon-tel.svg") no-repeat bottom left / 100% auto;
	position: absolute;
	left: -50px;
	bottom: 0;
}
.contact-tel p{
	margin: 10px 0 0;
}
.contact-mail a::before{
	content: "";
	width: 35px;
	height: 25px;
	background: url("../images/icon-mail.svg") no-repeat bottom left / 100% auto;
	position: absolute;
	left: -45px;
}
.contact-doc a::before{
	content: "";
	width: 40px;
	height: 42px;
	background: url("../images/icon-doc.svg") no-repeat bottom left / 100% auto;
	position: absolute;
	left: -50px;
	bottom: -10px;
}

@media (min-width: 768px) {
	.contact-area{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.contact-outer{
		padding: 80px 50px 50px;
	}
	.contact-outer .contact-text{
		text-align: center;
	}
	.contact-box a{
		font-size: 26px;
	}
	.contact-box a::after{
		bottom: 5px;
	}
	.contact-tel a::before{
		bottom: -5px;
	}
	.contact-mail a::before{
		bottom: 5px;
	}
	.contact-doc a::before{
		bottom: -5px;
	}
}

@media (min-width: 992px) {
	.contact-outer h2,
	.contact-text{
		margin-bottom: 50px;
	}
	.contact-box .contact-tel a::after{
		right: -35px;
		bottom: 12.5px;
	}
	.contact-tel a{
		font-size: 36px;
	}
	.contact-tel a::before{
		bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.contact-box.d-flex{
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0 100px;
		gap: 80px;
	}
	.contact-tel p{
		margin: 0;
	}
	.contact-mail,
	.contact-doc{
		border-left: 3px #00257A solid;
		padding-left: 80px;
	}
	.contact-box hr{
		display: none;
	}
}

/*--------------------------------------------------------------
# Top Button
--------------------------------------------------------------*/
.top-button{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: #eb322d;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
}

.top-button.is-visible{
	opacity: 1;
	visibility: visible;
}

.top-button:hover{
	background: #d02a25;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(235, 50, 45, 0.4);
}

.top-button:active{
	transform: translateY(-1px);
}

.top-button svg{
	width: 24px;
	height: 24px;
}

@media (min-width: 768px) {
	.top-button{
		width: 60px;
		height: 60px;
		bottom: 40px;
		right: 40px;
	}
	
	.top-button svg{
		width: 28px;
		height: 28px;
	}
}

