@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　realvoice
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

body#realvoice main{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
.cont-ttl {
    background: none;
}
.cont-ttl .caption{
	color: #000;
}
._col2{
	display: flex;
	justify-content: space-between;	
}
main{
	line-height: 1.6;
}
main .inner{
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.page-caption {
    margin-top: 100px;
    padding: 27px 0;
    background: #fff;
    color: #333;
    font-size: 1.3rem;
}

.note{
	font-size: 14px;
}


@media screen and (max-width: 768px) {
	.page-caption {
			margin-top: 0;
			font-size: 1.1rem;
	}
	.note{
			font-size: 1.1rem;
	}

}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* cont-ttl
-----------------------------------------------------------------*/

.cont-ttl{
	margin: 0 0 125px;
}
.cont-ttl ._ttl{
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}
.cont-ttl ._ttl img{
	width: 100%;
}

.cont-ttl ._lead{
	margin-top: 15px;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.cont-ttl{
		margin: 0 0 65px;
	}
	.cont-ttl ._ttl{
		width: 100%;
	}
}



/* seccont
-----------------------------------------------------------------*/

.seccont h2{
	color: #326a98;
	font-size: 34px;
	text-align: center;
}
.seccont h2 ._wave{
	position: relative;
	display: block;
}
.seccont h2 ._wave::after{
	content: "";
	position: absolute;
	background: url(../img/line_ttl_wave.svg) no-repeat left bottom;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
	width: 330px;
	height: 6px;
}
.seccont h2 strong{
	font-weight: 600;
}

p._lead{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}

@media screen and (max-width: 1100px) {
	.seccont h2{
		font-size: 30px;
	}
	p._lead{
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.seccont h2{
		font-size: 21px;
	}
	p._lead{
		font-size: 15px;
		text-align: justify;
	}
	.seccont h2 ._wave::after{
		background: url(../img/line_ttl_wave.svg) no-repeat center bottom;
		width: 80%;
	}
}



/* sec-best
-----------------------------------------------------------------*/

.sec-best{
	position: relative;
	background: #326A98;
	background: linear-gradient(90deg, rgba(50, 106, 152, 0.45) 0%, rgba(79, 172, 181, 0.45) 100%);
	padding: 30px 0 120px;
}
.sec-best::before{
	content: "";
	background: url(../img/line_stripe.svg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
.sec-best::after{
	content: "";
	background: url(../img/line_stripe.svg) no-repeat center top / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
.sec-best h2{
	padding: 20px 20px 40px;
	margin: 0 auto 45px;
	background: #D1D0CF;
	background: linear-gradient(90deg, rgba(209, 208, 207, 1) 0%, rgba(242, 242, 243, 1) 30%, rgba(219, 219, 218, 1) 100%);
	border-radius: 0 0 25px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5%;
	font-weight: 500;
}

.sec-best .best-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 58px;
	grid-row-gap: 42px;
	align-items: stretch;
	margin-bottom: 60px;
}

.sec-best .best-box li figure{
	position: relative;
}
.sec-best .best-box li figure figcaption{
	position: absolute;
	right: 12px;
	top: 15px;
	font-size: 14px;
	text-align: right;
}
.sec-best .best-box li figure figcaption._white{
	color: #fff;
}
.sec-best .best-box li ._txt{
	position: relative;
	background: #326A98;
	background: linear-gradient(270deg, rgba(50, 106, 152, 1) 0%, rgba(79, 172, 181, 1) 100%);
	padding: 0 40px 40px;
}

.sec-best .best-box li ._txt p{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: justify;
	margin-top: 30px;
}
.sec-best .best-box li:nth-child(n+2) {
  display: flex;
  flex-direction: column;
}
.sec-best .best-box li:nth-child(n+2) ._txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sec-best .best-box li:nth-child(n+2) ._txt > div {
  flex: 1;
  display: flex;
  flex-direction: column;
	margin-top: -100px;
}

.sec-best .best-box li:first-child{
	position: relative;
	display: flex;
	justify-content: flex-end;
	grid-area: 1 / 1 / 2 / 3;
}
.sec-best .best-box li:first-child ._txt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: calc(50% - 29px);
}
.sec-best .best-box li:first-child ._txt h3{
	margin: -120px 0 0;
}
.sec-best .best-box li:nth-child(2){ grid-area: 2 / 1 / 3 / 2; }
.sec-best .best-box li:nth-child(3){ grid-area: 2 / 2 / 3 / 3; }
.sec-best .best-box li:nth-child(4){ grid-area: 3 / 1 / 4 / 2; }
.sec-best .best-box li:last-child{ grid-area: 3 / 2 / 4 / 3; }
.sec-best .best-box li:nth-child(2) ._txt,
.sec-best .best-box li:nth-child(5) ._txt{
	padding: 0 30px 40px;
}

.sec-best .oshi {
	display: grid;
	grid-template-columns: .35fr .65fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 44px;
	grid-row-gap: 20px;
}

.sec-best .oshi .ttl { grid-area: 1 / 1 / 2 / 2; }
.sec-best .oshi ._comment:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.sec-best .oshi ._comment:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }


@media screen and (max-width: 1100px) {
	.sec-best::before,
	.sec-best::after{
		height: 15px;
	}
	.sec-best{
		padding-top: 15px;
	}

	.sec-best h2{
		gap: 2%;
	}
	.sec-best h2 ._lead{
		width: 15%;
	}
	.sec-best h2 ._rank{
		width: 25%;
	}
	.sec-best .best-box{
		grid-column-gap: 22px;
    grid-row-gap: 22px;
	}
	.sec-best .best-box li ._txt{
		padding: 0 20px 30px;
	}
	.sec-best .best-box li:nth-child(2) ._txt,
	.sec-best .best-box li:nth-child(5) ._txt{
		padding: 0 12px 30px;
	}
	.sec-best .best-box li:nth-child(2) ._txt p,
	.sec-best .best-box li:nth-child(5) ._txt p{
		padding: 0 8px;
	}
}

@media screen and (max-width: 768px) {
	.sec-best{
		padding: 15px 0 90px;
	}
	.sec-best .best-box {
    display: block;
	}
	.sec-best h2{
		position: relative;
		flex-direction: column;
		gap: 30px;
		margin-bottom: 140px;
	}
	.sec-best h2 ._lead{
		position: absolute;
		max-width: 93px;
		width: 100%;
		left: -5px;
		top: 50%;
		z-index: 4;
	}
	.sec-best h2 ._rank {
		max-width: 118px;
	}
	.seccont h2 ._wave {
    font-weight: 600;
	}
	.seccont h2 ._wave strong{
    font-weight: 700;
	}
	.sec-best .best-box{
		margin-bottom: 50px;
	}
	.sec-best .best-box li:nth-child(n+2){
		margin-top: 25px;
	}
	.sec-best .best-box li:first-child{
		flex-direction: column-reverse;
	}
	.sec-best .best-box li:first-child ._txt {
		position: static;
		width: 100%;
	}
	.sec-best .best-box li figure figcaption{
		right: 5px;
    top: 5px;
		font-size: 10px;
	}

	.sec-best .best-box li h3{
		text-align: center;
	}
	.sec-best .best-box li ._txt p {
    font-size: 14px;
		margin-top: 15px;
	}
	.sec-best .best-box li:nth-child(n+2) ._txt > div{
		margin-top: -60px;
	}
	.sec-best .best-box li:nth-child(n+2) h3{
		width: 80%;
		margin: 0 auto;
	}
	.sec-best .best-box li:first-child ._txt h3 {
    margin: -120px auto 0;
    max-width: 230px;
	}
	.sec-best .best-box li:nth-child(2) ._txt h3 {
    max-width: 230px;
	}
	.sec-best .best-box li:nth-child(3) ._txt h3 {
    max-width: 220px;
	}
	.sec-best .best-box li:nth-child(4) ._txt h3 {
    max-width: 215px;
	}
	.sec-best .best-box li:last-child ._txt h3 {
    max-width: 228px;
	}
	
	.sec-best .oshi {
		display: flex;
		flex-direction: column;
	}
	.sec-best .oshi .ttl{
		max-width: 180px;
    margin: 0 auto;
	}
}




/* sec-merit
-----------------------------------------------------------------*/

.sec-merit{
	position: relative;
	background: #326A98;
	background: linear-gradient(90deg, rgba(50, 106, 152, 1) 0%, rgba(79, 172, 181, 1) 100%);
}

.sec-merit .wrap{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255,255,255,0.1) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,0.1) calc(100% - 1px));
  background-size: 15px 25px;
  background-repeat: repeat;
  background-position: left top;
	padding: 96px 20px 125px;
}

.sec-merit h2.merit{
	position: relative;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}
.sec-merit h2 ._txt{
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
.sec-merit h2 span strong{
	color: #204772;
	font-weight: 600;
	font-size: 120%;
}
.sec-merit ._lead{
	text-align: center;
	color: #fff;
	margin: 60px 0;
}
.sec-merit .graphic{
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 10px));
	grid-template-rows: repeat(6, auto);
	grid-gap: 20px;
	margin-bottom: 60px;
}
.sec-merit .graphic li{
	background: #fff;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.sec-merit li p{
	color: #326a98;
	font-size: 20px;
	text-align: justify;
}
.sec-merit .graphic ._col2{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
}
.sec-merit .graphic li:first-child{
	grid-area: 1 / 1 / 5 / 2;
}
.sec-merit .graphic li:nth-child(2){
	grid-area: 5 / 1 / 7 / 2;
}
.sec-merit .graphic li:nth-child(3){
	grid-area: 1 / 2 / 3 / 3;
}
.sec-merit .graphic li:nth-child(4){
	grid-area: 3 / 2 / 5 / 3;
	background: url(../img/ico_merit_zeh.png) no-repeat right 5px bottom 5px #fff;
	background-size: 140px auto;
}
.sec-merit .graphic li:nth-child(4)._col2 h3{
	width: 250px;
}
.sec-merit .graphic li:nth-child(4)._col2 p{
	width: calc(100% - 250px);
}
.sec-merit .graphic li:last-child{
	grid-area: 5 / 2 / 7 / 3;
}
.sec-merit .graphic li:last-child ._col2 .icon{
	width: 206px;
}
.sec-merit .graphic li:last-child ._col2 p{
	width: calc(100% - 206px);
}

.sec-merit .subsec-design{
	padding: 30px 40px 50px;
	border-radius: 25px;
	background: linear-gradient(90deg, rgba(209, 208, 207, 1) 0%, rgba(242, 242, 243, 1) 30%, rgba(219, 219, 218, 1) 100%);
}

.sec-merit .subsec-design h2{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5%;
	font-weight: 600;
	margin-bottom: 40px;
}
.sec-merit .subsec-design ._col2{
	flex-wrap: wrap;
	gap: 40px 25px;
}
.sec-merit .subsec-design ._col2 li{
	width: calc(50% - 13px);
}
.sec-merit .subsec-design ._col2 li figure{
	position: relative;
	margin-bottom: 20px;
}
.sec-merit .subsec-design ._col2 li figure figcaption{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	padding: 8px 20px;
	text-align: center;
	color: #326A98;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	min-width: 240px;
}

@media screen and (max-width: 1100px) {
	.sec-merit h2.merit{
		font-size: 42px;
	}
	.sec-merit .graphic ._col2{
		flex-direction: column;
	}
	.sec-merit .graphic li{
		padding: 30px 20px;
	}
	.sec-merit .graphic li:first-child {
    grid-area: 1 / 1 / 5 / 2;
	}

	.sec-merit .graphic li:nth-child(2) {
    grid-area: 5 / 1 / 7 / 2;
	}
	.sec-merit .graphic li:nth-child(4)._col2 h3{
		max-width: 180px;
		width: 100%;
	}
	.sec-merit .graphic li:nth-child(4)._col2 p{
		width: 100%;
	}
	.sec-merit .graphic li:last-child ._col2 p{
		width: 100%;
	}
	.sec-merit .subsec-design ._col2 li figure figcaption{
		min-width: 110px;
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.sec-merit .wrap{
		padding: 72px 0;
	}
	.sec-merit h2.merit{
		font-size: 32px;
		display: flex;
		flex-direction: column-reverse;
	}
	.sec-merit h2.merit img{
		max-width: 170px;
		margin: auto;
	}
	.sec-merit h2 ._txt{
		position: static;
		transform: translate(0);
		margin-top: -15px;
	}
	.sec-merit ._lead {
    margin: 28px 0;
		text-align: justify;
	}
	.sec-merit .graphic{
		display: block;
		margin-bottom: 35px;
	}
	.sec-merit .graphic li:nth-child(n+2){
		margin-top: 18px;
	}
	.sec-merit .graphic li:nth-child(2) h3{
		max-width: 224px;
	}
	.sec-merit .graphic li:nth-child(3){
		display: grid;
    justify-content: center;
    justify-items: center;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-row-gap: 15px;
	}
	.sec-merit .graphic li:nth-child(3) h3{
		max-width: 230px;
		grid-area: 1 / 1 / 2 / 2;
	}
	.sec-merit .graphic li:nth-child(3) p:nth-child(2) { grid-area: 3 / 1 / 4 / 2; }
	.sec-merit .graphic li:nth-child(3) p:last-child { grid-area: 2 / 1 / 3 / 2; }

	.sec-merit li p {
    font-size: 14px;
	}
	
	.sec-merit .graphic ._col2 {
		flex-direction: row;
	}
	.sec-merit .graphic li:nth-child(4) {
		background-size: 70px auto;
	}
	.sec-merit .graphic li:nth-child(4)._col2 h3 {
		max-width: 125px;
	}
	.sec-merit .graphic li:last-child{
		display: grid;
		grid-template-columns: 0.8fr .2fr;
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	.sec-merit .graphic li:last-child ._col2{
		display: none!important;
	}
	.sec-merit .graphic li:last-child h3 { grid-area: 1 / 1 / 2 / 2; }
	.sec-merit .graphic li:last-child p { grid-area: 2 / 1 / 3 / 2; }
	.sec-merit .graphic li:last-child .icon { 
		grid-area: 1 / 2 / 3 / 3;
		max-width: 65px;
	}

	.sec-merit .subsec-design{
		padding: 35px 20px;
	}
	.sec-merit .subsec-design h2{
		position: relative;
	}
	.sec-merit .subsec-design h2 span:first-child{
		position: absolute;
		max-width: 93px;
		width: 100%;
		left: -35px;
		top: 50%;
		z-index: 4;
	}
	.sec-merit .subsec-design ._col2{
		flex-direction: column;
		gap: 25px;
	}
	.sec-merit .subsec-design ._col2 li {
    width: 100%;
	}
	.sec-merit .subsec-design ._col2 li figure {
    margin-bottom: 10px;
	}
	.sec-merit .subsec-design ._col2 li figure figcaption {
		font-size: 17px;
	}
}



/* sec-kind
-----------------------------------------------------------------*/

.sec-kind{
	background: linear-gradient(90deg, rgba(209, 208, 207, 1) 0%, rgba(242, 242, 243, 1) 30%, rgba(219, 219, 218, 1) 100%);
	padding: 0 0 128px;
}
.sec-kind .ttl{
	max-width: 950px;
	position: relative;
	border-left: 4px solid #326a98;
	border-right: 4px solid #326a98;
	border-radius: 1px;
	padding: 120px 20px 15px;
	margin: 0 auto 70px;
}
.sec-kind .ttl ._l{
	position: absolute;
	width: 100px;
	left: -8px;
	bottom: 20px;
}
.sec-kind .ttl ._r{
	position: absolute;
	width: 60px;
	right: -2px;
	bottom: 30px;
}
.sec-kind .ttl ._lead{
	margin-top: 45px;
	color: #323333;
}

.sec-kind ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 24px;
	grid-row-gap: 17px;
	align-items: stretch;
}

.sec-kind ul li:first-child{ 
	grid-area: 1 / 1 / 2 / 2; 
	display: flex;
}

.sec-kind ul li:nth-child(2){ grid-area: 1 / 2 / 2 / 3; }
.sec-kind ul li:nth-child(3){ grid-area: 1 / 3 / 2 / 4; }
.sec-kind ul li:nth-child(4){
	grid-area: 2 / 1 / 3 / 2;
	display: flex;
	align-items: center;
}
.sec-kind ul li:nth-child(5){
	grid-area: 2 / 2 / 3 / 4;
	display: flex;
    align-items: center;
}
.sec-kind ul li:last-child{ grid-area: 3 / 1 / 4 / 4; }

.sec-kind ul li ._graph{
	background: #fff;
	padding: 30px 26px 26px;
}
.sec-kind ul li ._graph p{
	font-size: 18px;
	color: #326a98;
	margin-top: 40px;
}

.sec-kind ul li:nth-child(5) ._graph{
	width: calc(33% - 12px);
}
.sec-kind ul li:nth-child(5) ._frame{
	position: relative;
  display: inline-block;
  margin-left: 28px;
  padding: 40px 20px;
  background-color: #d6ecee;
}

.sec-kind ul li:nth-child(5) ._frame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 32.5px 86px 32.5px 0;
  border-color: transparent #d6ecee transparent transparent;
  translate: -100% -50%;
	z-index: 4;
}

.sec-kind ul li:last-child ._graph._col2{
	padding: 30px 26px 26px 0;
	justify-content: flex-start;
	align-items: flex-end;
}
.sec-kind ul li:last-child ._txt{
	width: 36%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 40px;
}
.sec-kind ul li:last-child ._txt p{
	width: 100%;
}
.sec-kind ul li:last-child ._txt img{
	max-width: 234px;
}


@media screen and (max-width: 1100px) {
	.sec-kind .ttl{
		padding: 120px 80px 15px;
	}
	.sec-kind .ttl ._l{
		width: 80px;
	}
	.sec-kind .ttl ._r{
		width: 45px;
	}
	.sec-kind ul li:nth-child(5) ._frame::after{
		top: 26%;
	}
	.sec-kind ul li:last-child ._graph._col2{
		align-items: flex-start;
		flex-direction: column;
		padding: 30px 26px;
		gap: 30px;
	}
	.sec-kind ul li:last-child ._graph._col2 > p{
		max-width: 70%;
		margin: auto;
	}
	.sec-kind ul li:last-child ._txt{
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.sec-kind ul li:last-child ._txt p{
    width: auto;
	}

}

@media screen and (max-width: 768px) {
	.sec-kind{
		padding: 0 0 64px;
	}
	.sec-kind .ttl {
    border-width: 2px;
    border-radius: 0;
    padding: 60px 20px 15px;
    margin: 0 auto 35px;
	}
	.sec-kind .ttl ._l{
		width: 40px;
		top: 20px;
		bottom: auto;
		left: -3px;
	}
	.sec-kind .ttl ._r{
		width: 28px;
		top: 50px;
		bottom: auto;
	}
	.sec-kind h2{
		max-width: 90%;
		margin: 0 auto;
	}
	.sec-kind .ttl ._lead {
    margin-top: 25px;
	}

	.sec-kind ul {
		display: grid;
		grid-template-columns: repeat(2, calc(50% - 2px));
		grid-template-rows: repeat(4, auto);
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}

	.sec-kind ul li:first-child { grid-area: 1 / 1 / 2 / 2; }
	.sec-kind ul li{
		display: flex;
		align-items: stretch;
	}

.sec-kind ul li:nth-child(2){ grid-area: 1 / 2 / 2 / 3; }
.sec-kind ul li:nth-child(3){ grid-area: 2 / 1 / 3 / 2; }
.sec-kind ul li:nth-child(4){ 
	grid-area: 2 / 2 / 3 / 3; 
	flex-direction: column;
}
.sec-kind ul li:nth-child(4) ._graph {
    width: auto;
}
.sec-kind ul li:nth-child(5){
	grid-area: 3 / 1 / 4 / 3;
}
.sec-kind ul li:nth-child(5) ._frame {
    width: 100%;
    margin: 2px 0 0 0;
		padding: 20px;
}
.sec-kind ul li:nth-child(5) ._frame::after {
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 21px 28px 21px;
  border-color: transparent transparent #d6ecee;
  translate: -50% -100%;
}

.sec-kind ul li:last-child { grid-area: 4 / 1 / 5 / 3; }
.sec-kind ul li:last-child ._graph._col2 > p {
		max-width: 100%;
		margin: auto;
}
.sec-kind ul li:last-child ._graph._col2{
	gap: 20px;
}
.sec-kind ul li:last-child ._txt {
	width: 100%;
	flex-direction: row-reverse;
	gap: 20px;
}
.sec-kind ul li ._graph p {
	font-size: 13px;
	text-align: justify;
	margin-top: 20px;
}
.sec-kind ul li:last-child ._txt img {
	max-width: 100px;
}

}




/* sec-area
-----------------------------------------------------------------*/

.sec-area{
	position: relative;
	padding: 104px 0 120px;
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 223, 214, 1) 100%);
}
.sec-area::before{
	content: "";
	background: url(../img/line_stripe.svg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
.sec-area .ttl h2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
		margin-bottom: 4px;
}
.sec-area .ttl ._lead{
	color: #326a98;
}

.sec-area .shop-box{
	display: flex;
	gap: 30px;
	margin-top: 60px;
}

.sec-area .shop-box h3 ._wave{
	position: relative;
	display: inline-block;
	color: #326a98;
	font-size: 24px;
}
.sec-area .shop-box h3 ._wave::after{
	content: "";
	position: absolute;
	background: url(../img/line_ttl_wave.svg) no-repeat left bottom;
	bottom: -4px;
	left: 0;
	width: 330px;
	height: 6px;
}
.sec-area .shop-box h3 strong{
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	color: #326a98;
	position: relative;
	padding: 0 10px;
	margin-top: 15px;
	z-index: 2;
}
.sec-area .shop-box h3 strong::after{
	content: "";
	position: absolute;
	background: linear-gradient(transparent 70%, #e9e9e9 70%);
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: -1;
}

.sec-area .shop-box figure{
	margin: 10px 0 15px;
}
.sec-area .shop-box p{
	font-size: 14px;
}
.sec-area ._map{
	margin: 5px auto 0;
  width: 100%;
  max-width: 1400px;
	display: flex;
	justify-content: center;
}
/* .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  writing-mode: lr;
} */


@media screen and (max-width: 1100px) {
	.sec-area .shop-box{
		display: flex;
		gap: 20px;
	}

}

@media screen and (max-width: 768px) {
	.sec-area{
		padding: 52px 0 60px;
	}
	.sec-area::before,
	.sec-area::after{
		height: 15px;
	}
	.sec-area .ttl h2 span:first-child{
		display: none;
	}
	.sec-area .ttl ._lead{
		background: url(../img/ttl_area_ill.png) no-repeat left bottom 15px;
		background-size: 62px;
		padding: 0 0 0 80px;
	}
	.sec-area .shop-box {
		flex-direction: column;
		margin-top: 30px;
	}
	.sec-area .shop-box h3 ._wave{
		font-size: 17px;
	}
	.sec-area .shop-box h3 ._wave::after {
		background-size: cover;
		width: 100%;
	}
	.sec-area .shop-box h3 strong{
		font-size: 18px;
	}
	.sec-area .shop-box figure{
		margin: 5px 0;
	}
	.sec-area .shop-box p{
		font-size: 1.1rem;
	}


	.sec-area ._map{
		flex-direction: column;
		align-items: center;
		overflow: hidden;
		margin-top: 30px;
		padding-left: 20px;
	}
	.sec-area ._map p{
		position: relative;
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	  white-space: nowrap;
		padding-bottom: 22px;
		width: 100%;
	}
	.sec-area ._map p::-webkit-scrollbar {
		display: none;
	}
	.sec-area ._map p::-webkit-scrollbar-track,
	.simplebar-track{
		background-color: #fff;
		height: 4px !important;
	}
	.simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}
	.sec-area ._map p::-webkit-scrollbar-thumb,
	.simplebar-scrollbar {
		background-color: #326a98;
	}
	.simplebar-scrollbar::before {
		background: #fff;
		border-radius: 0;
		height: 4px !important;
		margin-left: 2px;
		margin-top: 3px;
	}
	.simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}

	.sec-area ._map img{
		max-width: none;
		width: 160%;
		height: auto;
	}
	.sec-area ._map .map-txt{
		margin-top: 15px;
		font-size: 13px;
		color: #326a98;
		text-align: center;
	}
}



/* sec-qa
-----------------------------------------------------------------*/

.sec-qa{
	position: relative;
	background: #326A98;
	background: linear-gradient(90deg, rgba(50, 106, 152, 0.2) 0%, rgba(79, 172, 181, 0.2) 100%);
	padding: 150px 0 130px;
}
.sec-qa::before{
	content: "";
	background: url(../img/line_stripe.svg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
.sec-qa h2{
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-qa ._lead{
	margin-bottom: 50px;
}
.sec-qa ._box:not(:last-child){
	padding-bottom: 46px;
	margin-bottom: 46px;
	background: url(../img/line_dot.svg) no-repeat center bottom;
}
.sec-qa ._comment{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.sec-qa ._comment:nth-child(even){
	flex-direction: row;
	margin-top: 16px;
}
.sec-qa ._comment._short{
	margin-top: -20px;
}
.sec-qa ._comment dt {
	width: 122px;
}
.sec-qa ._comment dd {
	max-width: 760px;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  color: #323333;
}
.sec-qa ._comment dd::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent transparent #fff;
  translate: 100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: left;
}
.sec-qa ._comment:nth-child(even) dd {
  margin-left: 16px;
	margin-right: 0;
}
.sec-qa ._comment:nth-child(even) dd::after {
  top: 20px;
  left: 0;
  border-width: 0 16px 16px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}
.sec-qa ._comment dd span{
	color: #326a98;
	font-weight: 600;
}


@media screen and (max-width: 1100px) {
	.sec-qa ._comment._short {
			margin-top: 20px;
	}
	.sec-qa ._comment dd{
		max-width: 100%;
		width: calc(100% - 122px);
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sec-qa {
		padding: 75px 0 65px;
	}
	.sec-qa::before{
		height: 15px;
	}
	.sec-qa h2 {
    margin-bottom: 25px;
	}
	.sec-qa ._lead {
    margin-bottom: 35px;
	}
	.sec-qa ._box:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
	}
	.sec-qa ._comment dt{
		width: 60px;
	}
	.sec-qa ._comment dd {
		max-width: 100%;
		width: calc(100% - 60px);
		font-size: 14px;
	}
}