/* ---------------------
  共通
--------------------- */
.align_right {
  text-align: right;
}


/* ---------------------
  story01
--------------------- */
.story01 {
  margin-top: 16rem;
  position: relative;
}

.story01 .story01_heading {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sub_mv .container {
    height: auto;
  }

  .story01 {
    margin-top: 4.5rem;
  }

  .story01 .story01_heading {
    font-size: 3.5rem;
  }
}

/* ---------------------
  story02
--------------------- */
.story02 {
  margin-top: 10rem;
  position: relative;
}

.story02 .story02_content {
  background-color: #fff;
  padding: 8rem;
}

.story02 .story02_content .flex {
  align-items: center;
  background-color: #e7e7e5;
  display: flex;
  padding-left: 5rem;
}

.story02 .story02_content .flex .img {
  margin-right: 11.5rem;
  width: 39rem;
}

.story02 .story02_content .flex .text .name {
  font-size: 4.8rem;
  letter-spacing: .05em;
}

.story02 .story02_content .flex .text .position {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(26/16);
  margin-top: 1.8rem;
}

.story02 .story02_content .desc_wrap {
  margin-top: 5rem;
}

.story02 .story02_content .desc_wrap .desc {
  margin-top: 5rem;
}

.story02 .story02_content .desc_wrap .desc p {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(29/16);
}

.story02 .story02_content .desc_wrap .desc p + p {
  margin-top: 2rem;
}

.story02 .story02_content .desc_wrap .desc .align_right {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .story02 {
    margin-top: 5rem;
  }

  .story02 .story02_content {
    padding: 2rem;
  }

  .story02 .story02_content .flex {
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
    padding-left: 0;
  }

  .story02 .story02_content .flex .img {
    margin-right: 0;
    width: auto;
  }

  .story02 .story02_content .flex .text {
    margin-top: 2rem;
  }

  .story02 .story02_content .flex .text .name {
    font-size: 3rem;
  }

  .story02 .story02_content .flex .text .position {
    margin-top: 1rem;
    text-align: center;
  }

  .story02 .story02_content .desc_wrap {
    margin-top: 3rem;
  }

  .story02 .story02_content .desc_wrap .story02_heading {
    margin: 0 auto;
    width: 80%;
  }

  .story02 .story02_content .desc_wrap .desc {
    margin-top: 2rem;
  }

  .story02 .story02_content .desc_wrap .desc p {
    font-size: 1.3rem;
  }

  .story02 .story02_content .desc_wrap .desc p + p {
    margin-top: 1rem;
  }

  .story02 .story02_content .desc_wrap .desc .align_right {
    margin-top: 3rem;
  }
}

/* ---------------------
  story03
--------------------- */
.story03 {
  margin-top: 11rem;
}

.story03 {
  margin-top: 10rem;
}

.story03 .story03_content {
  background-color: #fff;
  padding: 8rem;
}

.story03 .story03_content .flex {
  align-items: center;
  background-color: #e7e7e5;
  display: flex;
  padding-left: 5rem;
}

.story03 .story03_content .flex .img {
  margin-right: 11.5rem;
  width: 39rem;
}

.story03 .story03_content .flex .text .name {
  font-size: 4.8rem;
  letter-spacing: .05em;
}

.story03 .story03_content .flex .text .position {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(26/16);
  margin-top: 1.8rem;
}

.story03 .story03_content .desc_wrap {
  margin-top: 5rem;
}

.story03 .story03_content .desc_wrap .desc {
  margin-top: 5rem;
}

.story03 .story03_content .desc_wrap .desc .float {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.story03 .story03_content .desc_wrap .desc .float .float_right {
  width: 45rem;
  flex-shrink: 0;
}

.story03 .story03_content .desc_wrap .desc .float .float_left {
  width: calc(100% - 49rem);

}

.story03 .story03_content .desc_wrap .desc p {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(29/16);
}

.story03 .story03_content .desc_wrap .desc p + p {
  margin-top: 2rem;
}

.story03 .story03_content .desc_wrap .desc .align_right {
  margin-top: 4rem;
}

.story03 .story03_content .desc_wrap .desc .float_right .align_right {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: calc(21/14);
  margin-top: .5rem;
}

@media screen and (max-width: 768px) {
  .story03 {
    margin-top: 5rem;
  }

  .story03 .story03_content {
    padding: 2rem;
  }

  .story03 .story03_content .flex {
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
    padding-left: 0;
  }

  .story03 .story03_content .flex .img {
    margin-right: 0;
    width: auto;
  }

  .story03 .story03_content .flex .text {
    margin-top: 2rem;
  }

  .story03 .story03_content .flex .text .name {
    font-size: 3rem;
  }

  .story03 .story03_content .flex .text .position {
    margin-top: 1rem;
    text-align: center;
  }

  .story03 .story03_content .desc_wrap {
    margin-top: 4rem;
  }

  .story03 .story03_content .desc_wrap .story03_heading {
    margin: 0 auto;
    width: 70%;
  }

  .story03 .story03_content .desc_wrap .desc {
    margin-top: 4rem;
  }

  .story03 .story03_content .desc_wrap .desc .float {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  
  .story03 .story03_content .desc_wrap .desc .float .float_right {
    width: auto;
  }
  
  .story03 .story03_content .desc_wrap .desc .float .float_left {
    width: auto;
  }

  .story03 .story03_content .desc_wrap .desc p {
    font-size: 1.3rem;
  }

  .story03 .story03_content .desc_wrap .desc p + p {
    margin-top: 1rem;
  }

  .story03 .story03_content .desc_wrap .desc .align_right {
    margin-top: 3rem;
  }

  .story03 .story03_content .desc_wrap .desc .float_right .align_right {
    font-size: 1.3rem;
  }
}

/* ---------------------
  story04
--------------------- */
.story04 {
  padding-bottom: 17.5rem;
  position: relative;
}

.story04::after {
  background-image: url(../img/story/story04_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3.6rem;
  content: '';
  display: block;
  height: 20.7rem;
  left: -15rem;
  position: absolute;
  width: 83.3rem;
}

.story04 .story04_pc {
  margin: 0 auto;
  width: 99rem;
}

.story04 .story04_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .story04 {
    padding-bottom: 8rem;
  }

  .story04::after {
		bottom: -7.3rem;
		content: '';
		display: block;
		height: 20.7rem;
		left: 1.5rem;
		position: absolute;
		width: 22.5rem;
  }

  .story04 .story04_pc {
    display: none;
  }

  .story04 .story04_sp {
    display: block;
  }

  .story04 .story04_sp .story04_sp01 {
    display: table;
    margin: 0 auto;
  }

  .story04 .story04_sp .story04_sp01 .story04_sp_head {
    color: #6d4f9d;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
  }

	.story04_sp01 ul li {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: calc(24/16);
		padding-left: 1.5rem;
		position: relative;
	}

	.story04_sp01 ul {
		margin-top: 1.2rem;
	}

	.story04_sp01 ul li::before {
		display: block;
		position: absolute;
		content: "";
		width: .5rem;
		height: .5rem;
		border-radius: 50%;
		background-color: #6D4F9D;
		top: .8rem;
		left: .5rem;
	}

	.story04_sp02 {
		display: flex;
		justify-content: space-between;
	}

	.story04 .story04_sp02 .item:first-of-type .story04_sp_head {
    color: #007EC1;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
		line-height: calc(23/16);
  }
	.story04 .story04_sp02 .item:last-of-type .story04_sp_head {
    color: #89037B;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
		line-height: calc(23/16);
  }


	.story04_sp02 ul li {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: calc(24/16);
		padding-left: 1.5rem;
		position: relative;
	}

	.story04_sp02 ul li + li {
		margin-top: .5rem;
	}

	.story04_sp02 ul {
		margin-top: 1.2rem;
	}

	.story04_sp02 .item:first-of-type ul li::before {
		display: block;
		position: absolute;
		content: "";
		width: .5rem;
		height: .5rem;
		border-radius: 50%;
		background-color: #007EC1;
		top: .8rem;
		left: .5rem;
	}
	.story04_sp02 .item:last-of-type ul li::before {
		display: block;
		position: absolute;
		content: "";
		width: .5rem;
		height: .5rem;
		border-radius: 50%;
		background-color: #89037B;
		top: .8rem;
		left: .5rem;
	}

}
