@charset "UTF-8";

.solution .inner.reason {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.solution .inner.reason .sp {display: none;}

.reason .box {
	margin-top: 6rem;
}
.reason .box .item {
	background: rgba(243, 156, 88, 0.3);
	border-radius: 1.6rem;
	padding: 1.6rem;
	display: flex;
  justify-content: space-between;
}
.reason .box .item:nth-child(n+2) {
	margin-top: 4rem;
}
.reason .box .before,
.reason .box .after {
	position: relative;
	border-radius: 1.6rem;
	padding: 1.5rem 1.5rem 2rem;
	background: #fff;
}
.reason .box .before.padding_bottom01,
.reason .box .after.padding_bottom01 {
	padding-bottom: 1.5rem;
}
.reason .box .before {
	width: 35%;
	z-index: 1;
}
.reason .box .item .before::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -5rem;
  transform: translateY(-50%);
	width: 8rem;
	height: 1.6rem;
	background:url(/tanomu/assets/images/pc/arw_sec03_pc.svg) no-repeat center center/contain;
}
.reason .box .before_title {
	background: #3D4458;
	display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 2.8rem;
	border-radius: 100vh;
}
.reason .box .before_text {
	color: #3D4458;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 1rem;
}
.reason .box .before_image {
	width: 14rem;
	margin: 1rem auto 0;
}
.reason .box .before_image.translate_x01 {
  transform: translateX(-1.5rem);
}
.reason .box .after {
/*	width: 73.45rem;*/
	width: 40.5rem;
	display: grid;
/*	-ms-grid-rows: 4.6rem 2.5rem 3.5rem 3rem auto;
	grid-template-rows: 4.6rem 2.5rem 3.5rem 3rem auto;
	-ms-grid-columns: 33rem auto;
	grid-template-columns: 33rem auto;*/
	grid-template-rows: 2.8rem 1.2rem 3rem 1.2rem auto;
	grid-template-columns: 15rem auto;
}
.reason .box .after > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.reason .box .after > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.reason .box .after > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.reason .box .after > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.reason .box .after > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.reason .box .after > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}
.reason .box .after > *:nth-child(7) {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
}
.reason .box .after > *:nth-child(8) {
	-ms-grid-row: 4;
	-ms-grid-column: 2;
}
.reason .box .after > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.reason .box .after > *:nth-child(10) {
	-ms-grid-row: 5;
	-ms-grid-column: 2;
}
.reason .box .after_title {
	background: #EC663D;
	display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 2.8rem;
	border-radius: 100vh;
	grid-row: 1/2;
	grid-column: 1/3;
}
.reason .box .after_text {
	width: 100%;
	color: #EC663D;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.03em;
	grid-row: 3/4;
	grid-column: 1/3;
}
.reason .box .after_balloon {
/*	width: 36.8rem;*/
	width: 22.8rem;
	grid-row: 5/6;
	grid-column: 2/3;
	display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reason .box .after_balloon p {
	position: relative;
	font-size: 1rem;
	line-height: 1.6;
/*	width: 35.5rem;
  padding: 1.6rem 2.3rem;
	border: 0.3rem solid #EC663D;*/
	width: 28.5rem;
	padding: 0.8rem 1.2rem;
	border: 0.2rem solid #EC663D;
	border-radius: 0.8rem;
  text-align: left;
}
.reason .box .after_balloon p.margin_top01 {
/*	margin-top: 3.4rem;*/
	margin-top: 2.6rem;
}
.reason .box .after_balloon p::before {
	content: "";
	position: absolute;
	top: 50%;
/*	left: -2.1rem;
	width: 2.1rem;*/
	left: -1.4rem;
	width: 1.6rem;
	height: 1.3rem;
	background:url(/asp/manga-tanomu/assets/img/img_sec03_pc.png) no-repeat center center/contain;
}
.reason .box .after_image {
	text-align: right;
	grid-row: 5/6;
	grid-column: 1/2;
}
.reason .box .after_image img {
/*	width: 30rem;*/
	width: 15rem;
}

@media screen and (max-width: 1100px) {
  .solution .inner.reason {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .reason .box {
    margin-top: 4rem;
  }
  .reason .box .item {
  	padding: 1.4rem;
  }
  .reason .box .item:nth-child(n+2) {
  	margin-top: 4rem;
  }
  .reason .box .before,
  .reason .box .after {
  	position: relative;
  	border-radius: 1.6rem;
  	padding: 1.5rem 1.5rem 2rem;
  	background: #fff;
  }
  .reason .box .before.padding_bottom01,
  .reason .box .after.padding_bottom01 {
  	padding-bottom: 1.5rem;
  }
  .reason .box .before {
  	width: 30%;
  	z-index: 1;
  }
  .reason .box .item .before::before {
  	right: -3.5rem;
    transform: translateY(-50%);
  	width: 6rem;
  	height: 1.6rem;
  }
  .reason .box .before_title {
  	width: 100%;
  }
  .reason .box .before_text {
  	font-size: 1rem;
  }
  .reason .box .before_image.translate_x01 {
    transform: translateX(-0.2rem);
  }
  .reason .box .after {
  	width: 67%;
  }

  .reason .box .after_title {
  	width: 100%;
  }
  .reason .box .after_text {
  	width: 100%;
  }
  .reason .box .after_balloon {
  	width: 20rem;
  }
  .reason .box .after_balloon p {
  	position: relative;
  	font-size: 1rem;
  	line-height: 1.6;
  	width: 28.5rem;
  	padding: 0.8rem 1.2rem;
  	border: 0.2rem solid #EC663D;
  	border-radius: 0.8rem;
    text-align: left;
  }
  .reason .box .after_balloon p.margin_top01 {
  	margin-top: 2.6rem;
  }
  .reason .box .after_balloon p::before {
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: -1.4rem;
  	width: 1.6rem;
  	height: 1.3rem;
  	background:url(/asp/manga-tanomu/assets/img/img_sec03_pc.png) no-repeat center center/contain;
  }
  .reason .box .after_image {
  	text-align: right;
  	grid-row: 5/6;
  	grid-column: 1/2;
  }
  .reason .box .after_image img {
  	width: 15rem;
  }
}

@media screen and (max-width: 768px) {
	.reason .box {
		padding: 12.6rem 0 10rem;
		width: 100%;
		margin-top: -8rem;
	}
	.reason .box .item {
    display: flex;
    flex-flow: column;
		border-radius: 2.4rem;
		padding: 2rem;
	}
	.reason .box .item:nth-child(n+2) {
		margin-top: 10rem;
	}
	.reason .box .before,
  .reason .box .after {
		border-radius: 2.4rem;
	}
	.reason .box .before.padding_bottom01,
  .reason .box .after.padding_bottom01 {
		padding-bottom: 3rem;
	}
	.reason .box .before {
		width: 100%;
		padding: 2rem;
	}
  
	.reason .box .before::before {
    content: ""; 
    position: absolute;
    background:url(/tanomu/assets/images/pc/arw_sec03_pc.svg) no-repeat center center/contain;
    top: 103%!important;
    left: 50%!important;
    transform: translate(-50%) rotate(90deg)!important;
    width: 6rem!important;
    height: 1.6rem!important;
	}
	.reason .box .before_title {
		font-size: 2rem;
		height: 4rem;
	}
	.reason .box .before_text {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-top: 1.2rem;
	}
	.reason .box .before_image {
		width: 80%;
	}
	.reason .box .before_image.translate_x01 {
    transform: none;
		padding: 2rem 0 0;
	}
	.reason .box .before_image.margin_top_sp_01 {
		margin-top: 4rem;
	}
	.reason .box .after {
    display: block;
		width: 100%;
		padding: 2rem;
		margin-top: 4rem;
	}
	.reason .box .after_title {
		font-size: 2rem;
		height: 4rem;
	}
	.reason .box .after_text {
		font-size: 2.8rem;
		margin-top: 1.2rem;
	}
	.reason .box .after_balloon {
		width: 100%;
		display: block;
		margin-top: 3rem;
	}
	.reason .box .after_balloon p {
		font-size: 1.4rem;
		line-height: 1.6;
		width: 100%;
		padding: 1.4rem;
		border: 0.4rem solid #EC663D;
		border-radius: 1.2rem;
	}
	.reason .box .after_balloon p.margin_top01 {
		margin-top: 0;
	}
	.reason .box .after_balloon p::before {
    top: 99%;
    left: 50%;
    transform: translate(-50%) rotate(-90deg);
    width: 3rem;
    height: 2.4rem;
    background:url(/asp/manga-tanomu/assets/img/img_sec03_pc.png) no-repeat center center/contain;
	}
	.reason .box .after_image {
		text-align: center;
		margin-top: 5rem;
	}
	.reason .box .after_image.translate_x_sp01 {
    transform: translateX(2.5rem);
		padding: 1rem 0;
	}
	.reason .box .after_image.padding_sp_01 {
		padding: 1rem 0;
	}
	.reason .box .after_image img {
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
  .solution .inner.reason {
    width: 92%;
    margin: 0 auto;
  }
	.reason .box {
		padding: 0 0 3rem;
    margin-top: 3rem;
	}
	.reason .box .item {
    display: flex;
    flex-flow: column;
		border-radius: 1.2rem;
    padding: 1.2rem;
	}
	.reason .box .item:nth-child(n+2) {
		margin-top: 4rem;
	}
	.reason .box .before,
  .reason .box .after {
		border-radius: 1.2rem;
	}
	.reason .box .before.padding_bottom01,
  .reason .box .after.padding_bottom01 {
		padding-bottom: 3rem;
	}
	.reason .box .before {
		width: 100%;
		padding:1.2rem;
	}
  
	.reason .box .before::before {
    content: ""; 
    position: absolute;
    background:url(/tanomu/assets/images/pc/arw_sec03_pc.svg) no-repeat center center/contain;
    top: 103%!important;
    left: 50%!important;
    transform: translate(-50%) rotate(90deg)!important;
    width: 4.2rem!important;
    height: 1.6rem!important;
	}
	.reason .box .before_title {
		font-size: 2rem;
		height: 4rem;
	}
	.reason .box .before_text {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-top: 1.2rem;
	}
	.reason .box .before_image {
		width: 80%;
	}
	.reason .box .before_image.translate_x01 {
    transform: none;
		padding: 2rem 0 0;
	}
	.reason .box .before_image.margin_top_sp_01 {
		margin-top: 4rem;
	}
	.reason .box .after {
    display: block;
		width: 100%;
		padding: 1.2rem;
		margin-top: 3rem;
	}
	.reason .box .after_title {
		font-size: 1.6rem;
		height: 3.2rem;
	}
	.reason .box .after_text {
		font-size: 2.2rem;
		margin-top: 1.2rem;
	}
	.reason .box .after_balloon {
		width: 100%;
		display: block;
		margin-top: 2rem;
	}
	.reason .box .after_balloon p {
		font-size: 1.4rem;
		line-height: 1.6;
		width: 100%;
		padding: 1rem;
		border: 0.32rem solid #EC663D;
		border-radius: 1.2rem;
	}
	.reason .box .after_balloon p.margin_top01 {
		margin-top: 0;
	}
	.reason .box .after_balloon p::before {
    top: 99%;
    left: 50%;
    transform: translate(-50%) rotate(-90deg);
    width: 2.6rem;
    height: 2rem;
		background:url(/asp/manga-tanomu/assets/img/img_sec03_pc.png) no-repeat center center/contain;
	}
	.reason .box .after_image {
		text-align: center;
		margin-top: 5rem;
	}
	.reason .box .after_image.translate_x_sp01 {
    transform: translateX(2.5rem);
		padding: 1rem 0;
	}
	.reason .box .after_image.padding_sp_01 {
		padding: 1rem 0;
	}
	.reason .box .after_image img {
		width: 80%;
	}
}