@charset "utf-8";

/*--------------------------------------
　fixed_nav
---------------------------------------*/
.fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  z-index: 1;
}

.fixed_nav .fixed_nav_inner {
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(236,220,223,1.00);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem;
}

.fixed_nav .logo {
  width: 230px;
}

.fixed_nav .cate_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
    
  width: calc(100% - 250px);
  text-align: center;
}
.fixed_nav .cate_nav li {
  margin: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fixed_nav .cate_nav li a {
  display: block;
  font-weight: bold;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_nav {
    display: none!important;
  }
}





/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  width: 100%;
  min-width: 1100px;
	height: 660px;
	background: url("https://pre.mothers-career.com/wp/wp-content/uploads/back_image.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 auto 0;
  padding: 6rem 0 3rem;
  position: relative;
}

.mv_home .mv_inner {
  max-width: 1100px;
  margin: auto;
}

.mv_home .mv_block {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  align-items: center;
}

/* mv_left */
.mv_home .mv_ttl_area {
	background: #e3306d;
	box-shadow: 20px 20px rgba(254,190,177,0.40);
	padding: 4.5rem 13rem 5rem 4rem;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	position: relative;
}
.mv_home .mv_ttl_area::before,
.mv_home .mv_ttl_area::after {
	content: "";
	display: block;
	position: absolute;
}
.mv_home .mv_ttl_area::before {
	width: 100vw;
	height: 100%;
	background: #e3306d;
	top: 0;
	right: 90%;
}
.mv_home .mv_ttl_area::after {
	width: 100vw;
	height: 100%;
	background: rgba(254,223,215,0.85);
	top: 20px;
	right: 96%;
	z-index: -1;
}

.mv_home .mv_ttl_inner {
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
}

.mv_home .mv_ttl {
	color: #faf6ee;
	font-size: 2.6rem;
	line-height: 5rem;
	margin: 0 0 2rem;
	position: relative;
	z-index: 10;
}
.mv_home .mv_ttl .dots {
	background-image: radial-gradient(circle at center, #faf6ee 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4rem; /* 縦方向の位置調整 */
}

.mv_home .mv_ttl .large {
	font-size: 3.4rem;
	letter-spacing: 0.05em;
}
.mv_home .mv_ttl .txt01,
.mv_home .mv_ttl .txt02,
.mv_home .mv_ttl .txt03 {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	display: inline-block;
}
.mv_home .mv_ttl .txt01 {
	background: #faf6ee;
	text-align: center;
	position: relative;
	z-index: 30;
}
.mv_home .mv_ttl .txt02,
.mv_home .mv_ttl .txt03 {
	background: #e3306d;
	border: 1px solid #faf6ee;
	text-align: right;
	margin: 0 0 0 -0.8rem;
	padding: 0 0.5rem 0 0;
}
.mv_home .mv_ttl .txt02 {
	position: relative;
	z-index: 20;
}
.mv_home .mv_ttl .txt03 {
	margin: 0 0.3rem 0 -0.8rem;
	position: relative;
	z-index: 10;
}

.mv_home .mv_sub {
	width: 288.5px;
}

.mv_home .mv_txt {
	font-size: 1.8rem;
	line-height: 2em;
  margin: 5rem 0 0;
	padding: 0 0 0 4rem;
	box-sizing: border-box;
}


/* mv_right */
.mv_home .mv_right {
  width: 471px;
}
.mv_home .mv_img {
  width: 120%;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.mv_home {
    width: 100%;
    min-width: 100%;
    height: auto;
    /*background: url("img/sp_mv_bg.jpg") top center no-repeat;*/
    background-size: cover;
    margin: 0 auto 0;
    padding: 7rem 0 3rem;
    z-index: 0;
  }

  .mv_home .mv_inner {
    max-width: 100%;
  }

  .mv_home .mv_block {
    display: block;
  }
	
	/* sitename */
	.mv_home .sitename_wrap {
		text-align: right;
		line-height: 1.3em;
		padding: 0 2rem 2rem;
	}
	.mv_home .sitename,
  .mv_home .operation {
    font-size: 2.8vw;
  }
  .mv_home .sponsored {
    font-size: 2.2vw;
    margin: 0 0 0 8px;
  }
	
	/* mv_single */
	.mv_home .mv_single {
		font-size: 2rem;
		margin: 0 0 0.5rem;
		padding: 0 0 0 2rem;
	}
	.mv_home .mv_single .dots {
    background-image: radial-gradient(circle at center, #e3306d 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: 0.3rem; /* 縦方向の位置調整 */
  }
	

  /* mv_left */
  .mv_home .mv_ttl_area {
		width: 80%;
    box-shadow: 10px 10px rgba(254,190,177,0.40);
    padding: 2rem 0 3rem 2rem;
  }
  .mv_home .mv_ttl_area::before {
    width: 100%;
    height: 100%;
    background: #e3306d;
    top: 0;
    right: 90%;
  }
  .mv_home .mv_ttl_area::after {
    width: 100%;
    height: 100%;
    background: rgba(254,223,215,0.85);
    top: 20px;
    right: 96%;
    z-index: -1;
  }

  .mv_home .mv_ttl {
    font-size: 2.6rem;
    line-height: 5rem;
    margin: 0 0 0.8rem;
  }
  

  .mv_home .mv_ttl .large {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .mv_home .mv_ttl .txt01,
  .mv_home .mv_ttl .txt02,
  .mv_home .mv_ttl .txt03 {
    width: 35px;
    height: 35px;
		line-height: 1.7em;
  }
  .mv_home .mv_ttl .txt02,
  .mv_home .mv_ttl .txt03 {
    margin: 0 0 0 -0.5rem;
    padding: 0 0.5rem 0 0;
  }
  .mv_home .mv_ttl .txt03 {
    margin: 0 0.3rem 0 -0.8rem;
  }

  .mv_home .mv_sub {
    width: 80%;
  }

  .mv_home .mv_txt {
    font-size: 1.4rem;
		text-align: justify;
    line-height: 1.8em;
    margin: 2rem 0 0;
    padding: 0 2rem 0 2rem;
  }


  /* mv_right */
  .mv_home .mv_right {
    width: 100%;
		margin: -2rem 0 0 0;
		padding: 0 1rem;
  }
  .mv_home .mv_img {
    width: 95%;
		margin: 0 0 0 5%;
  }
}

/* SP ------------------------------*/
@media screen and (max-width: 350px) {
	.mv_home .mv_ttl_area {
		width: 85%;
		padding: 0.8rem 0 2rem 2rem;
  }
	.mv_home .mv_ttl .large {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
	.mv_home .mv_ttl .txt01,
  .mv_home .mv_ttl .txt02,
  .mv_home .mv_ttl .txt03 {
    width: 32px;
    height: 32px;
		line-height: 1.6em;
  }
	
	/* mv_right */
  .mv_home .mv_right {
		margin: -1rem 0 0 0;
		padding: 0 0.2rem;
  }
}





/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.sec .inner {
	max-width: 1100px;
	margin: auto;
	box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
	.sec .inner {
		max-width: 100%;
		padding: 0 1.5rem;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/
.ttl_box01.tc {
  text-align: center;
}
.ttl_box01 .ttl_h2 {
  font-size: 5.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
.ttl_box01 .ttl_h2 .large {
  font-size: 6.5rem;
}
.ttl_box01 .ttl_h2 .small {
  font-size: 2.4rem;
}

.sub-bold {
    background: #000;
    padding: 0 1rem;
    font-size: 3rem;
    color: #fff;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .ttl_box01.tc {
    text-align: left;
  }
  .ttl_box01 .ttl_h2 {
    font-size: 3rem;
  }
  .ttl_box01 .ttl_h2 .large {
    font-size: 3.5rem;
  }
  .ttl_box01 .ttl_h2 .small {
    font-size: 1.4rem;
  }
	.sub-bold {
    font-size: 2rem;
    line-height: 1.7;
}
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	line-height: 2;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
}
	
	
	
	
	
/*--------------------------------------
　toc_home
---------------------------------------*/	
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.toc_home .inner {
		padding: 0 1.5rem 0;
	}
}






/*--------------------------------------
　main_ttl
---------------------------------------*/
.sec .main_ttl {
	margin: 0 0 6rem;
	position: relative;
  z-index: 0;
}
.sec .main_ttl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e3306d;
	top: 50%;
	left: 0;
	z-index: -1;
}

.sec .main_ttl .main_ttl_inner {
	max-width: 1100px;
	margin: auto;
}
.sec .main_ttl .main_ttl_inner.t_right {
	text-align: right;
}

.sec .main_ttl .img_box {
	background: #fff;
	padding: 0 2.5rem;
	display: inline-block;
}
.sec01 .main_ttl .img_box {
	width: 283px;
}
.sec03 .main_ttl .img_box {
	width: 650px;
}
.sec05 .main_ttl .img_box {
	width: 209px;
}
.sec07 .main_ttl .img_box {
	width: 397px;
}
.sec08 .main_ttl .img_box {
	width: 270px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.sec .main_ttl {
    margin: 0 0 3rem;
  }

  .sec .main_ttl .main_ttl_inner {
    max-width: 100%;
		padding: 0 0 0 1.5rem;
  }
	.sec .main_ttl .main_ttl_inner.t_right {
    padding: 0 0 0 1.5rem;
    text-align: left;
  }

  .sec .main_ttl .img_box {
    padding: 0 1rem;
  }
  .sec01 .main_ttl .img_box {
    width: 45%;
  }
  .sec03 .main_ttl .img_box {
    width: 85%;
  }
	.sec05 .main_ttl .img_box {
    width: 35%;
  }
	.sec07 .main_ttl .img_box {
    width: 55%;
  }
	.sec08 .main_ttl .img_box {
    width: 45%;
  }
}





/*--------------------------------------
　top_txt
---------------------------------------*/
.sec .top_txt {
	margin: 3rem 0 5rem;
}
.sec .top_txt p {
	text-align: center;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.sec .top_txt p {
		font-size: 1.4rem;
    text-align: justify;
  }
}





/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
	margin: 0 0 12rem;
}

/*----- txt_area -----*/
.sec01 .txt_area {
	margin: 0 0 10rem;
}

/*----- rankig_parts -----*/
.sec01 .rankig_parts {
	margin: 0 0 6rem;
}

/*----- check_txt -----*/
.sec01 .note {
	background: #ffebf2;
	padding: 4rem 0;
	position: relative;
}
.sec01 .note::before {
	content: "";
	position: absolute;
	width: 62px;
	height: 66px;
	background: url("img/sec01_arrow.png") center center no-repeat;
  background-size: contain;
	top: 0;
	left: 0;
	right: 0;
	margin: -2rem auto 0;
	transform: translateY(-50%);
}
.sec01 .note p {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.8em;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec01 {
    margin: 0 0 10rem;
  }

  /*----- txt_area -----*/
  .sec01 .txt_area {
    margin: 0 0 10rem;
  }

  /*----- rankig_parts -----*/
  .sec01 .rankig_parts {
    margin: 0 0 5rem;
  }

  /*----- check_txt -----*/
  .sec01 .note {
    padding: 3rem 2rem;
  }
  .sec01 .note::before {
    width: 52px;
    height: 66px;
    margin: -1rem auto 0;
  }
  .sec01 .note p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}





/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 .case_parts .case_top_ttl .sub-bold {
    background: #faf6ee;
    color: #e3306d;
    font-size: 3rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 1.5rem;
  }
  .sec02 .pr_parts .pr_parts_inner {
    padding: 3rem 1.5rem 3rem 0;
  }
  .sec02 .case_parts .case_top_ttl .sub-bold {
    font-size: 2rem;
}
}


/*--------------------------------------
　sec05
---------------------------------------*/
#sec05 .ttl_box01 .ttl_h2 {
    padding-bottom: 7rem;
}




/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 .ttl_box01 {
	position: relative;
}
.sec06 .ttl_box01::before {
    content: "";
    position: absolute;
    width: 110rem;
    height: 60rem;
    bottom: -310px;
    background: url(img/int_illust.png) right top no-repeat;
    background-size: contain;
}
.sec06 .ttl_box01 .ttl_h2 .sub-bold {
    background: #faf6ee;
    color: #e3306d;
    font-size: 3rem;
}
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec06 .ttl_box01 .ttl_h2 .sub-bold {
      font-size: 2rem;
  }
}

/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 .ttl_box01 {
	position: relative;
}
.sec07 .ttl_box01::before {
	content: "";
	position: absolute;
	width: 123.5px;
	height: 155px;
	background: url("img/sec07_illust.png") right center no-repeat;
  background-size: contain;
  top: -3rem;
  right: 4rem;
}

/* main_txt_block */
.sec07 .atrc_parts .main_txt_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 8rem;
}
.sec07 .atrc_parts .main_txt_block:last-child {
	margin: 0 0 0;
}

.sec07 .atrc_parts .main_txt_block .left,
.sec07 .atrc_parts .main_txt_block .right {
	width: calc(50% - 3rem);
	border-bottom: 1px solid #f5bac4;
	border-left: 1px solid #f5bac4;
	padding: 0 0 3.5rem 4.5rem;
	position: relative;
}
.sec07 .atrc_parts .main_txt_block .left::before,
.sec07 .atrc_parts .main_txt_block .right::before {
	content: "";
  position: absolute;
  bottom: -23px;
  right: 50px;
	border-top: 23px solid #e96c80;
  border-left: 23px solid transparent;
  z-index: 2;
}

.sec07 .atrc_parts .main_txt_block .ttl_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1rem;
}
.sec07 .atrc_parts .main_txt_block .ttl {
	width: 65%;
	font-size: 1.9rem;
	line-height: 1.8em;
	padding: 3rem 0 0 0;
}
.sec07 .atrc_parts .main_txt_block .img_box {
	width: 23%;
}
.sec07 .atrc_parts .main_txt_block .img_box p {
	font-size: 1.4rem;
	text-align: center;
	margin: 1rem auto 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec07 .ttl_box01::before {
    width: 70px;
    height: 155px;
    top: 2rem;
    right: 0;
  }
	
	/* main_txt_block */
  .sec07 .atrc_parts .main_txt_block {
    display: block;
    margin: 0 0 5rem;
  }

  .sec07 .atrc_parts .main_txt_block .left,
  .sec07 .atrc_parts .main_txt_block .right {
    width: 100%;
    padding: 0 0 2.5rem 2.5rem;
  }
  .sec07 .atrc_parts .main_txt_block .left::before,
  .sec07 .atrc_parts .main_txt_block .right::before {
    bottom: -20px;
    border-top: 20px solid #e96c80;
    border-left: 20px solid transparent;
  }
	.sec07 .atrc_parts .main_txt_block .left {
		margin: 0 0 5rem;
	}

  .sec07 .atrc_parts .main_txt_block .ttl_box {
    margin: 0 0 1rem;
  }
  .sec07 .atrc_parts .main_txt_block .ttl {
    width: 67%;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .sec07 .atrc_parts .main_txt_block .img_box {
    width: 23%;
  }
  .sec07 .atrc_parts .main_txt_block .img_box p {
    font-size: 1rem;
    margin: 0.7rem auto 0;
  }
}

/* SP ------------------------------*/
@media screen and (max-width: 350px) {
	.sec07 .ttl_box01::before {
    width: 40px;
    height: 155px;
    top: -3rem;
    right: -0.5rem;
  }
}





/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  padding: 15rem 0 0;
}

.sec08 .ttl_box01 {
  padding: 0 0 0 24rem;
  position: relative;
}
.sec08 .ttl_box01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/sec08_illust01.png") left top no-repeat;
  background-size: contain;
  width: 190px;
  height: 150px;
}


.sec08_block01 {
  background: #fff;
  margin: 8rem 0 0;
  padding: 7rem 8rem 7rem;
  border: 1px solid #cccccc;
}

.sec08_block01 .box01 .flex {
  display: flex;
  justify-content: space-between;
}
.sec08_block01 .box01 .boxL {
  width: calc(100% - 350px);
}
.sec08_block01 .box01 .sub {
  font-size: 2rem;
}
.sec08_block01 .box01 .ttl01 {
  margin: 2rem 0 0;
  font-size: 2.8rem;
  line-height: 1.5;
}
.sec08_block01 .box01 .txt {
  margin: 2rem 0 0;
}
.sec08_block01 .box01 .boxR {
  width: 300px;
}

.sec08_block01 .box02 {
  margin: 5rem 0 0;
}
.sec08_block01 .box02 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec08_block01 .box02 .boxL {
  width: 154px;
  position: relative;
  left: 20px;
}
.sec08_block01 .box02 .boxL::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-40%,0);
  background: url("img/sec08_sbtxt.png") left top no-repeat;
  background-size: contain;
  width: 130px;
  height: 80px;
}
.sec08_block01 .box02 .imgBox {
  margin: -1rem 0 0;
}
.sec08_block01 .box02 .boxR {
  background: #faf6ee;
  width: calc(100% - 154px);
  padding: 3rem 5rem 3rem;
}
.sec08_block01 .box02 .director {
  font-size: 1.8rem;
}
.sec08_block01 .box02 .sub {
  background: #6bb9d4;
  margin: 0 2rem 0 0;
  padding: 5px 1rem;
  font-size: 1.7rem;
}
.sec08_block01 .box02 .large {
  font-size: 2.4rem;
}
.sec08_block01 .box02 .txt {
  margin: 2rem 0 0;
}

.sec08_com {
  background: #e96c80;
  max-width: 945px;
  margin: 6rem auto 0;
  padding: 4rem 6rem 5rem;
}
.sec08_com .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec08_com .boxL {
  width: 154px;
  margin: -6rem 0 0;
}
.sec08_com .name {
  margin: 1.5rem 0 0;
  font-size: 1.8rem;
  text-align: center;
}
.sec08_com .name .large {
  font-size: 2.4rem;
}
.sec08_com .boxR {
  width: calc(100% - 200px);
  padding: 0 0 0 6rem;
  border-left: 1px solid #fff;
}
.sec08_com .com_txt {
  padding: 1rem 0 1rem;
  font-size: 2.2rem;
  line-height: 1.8;
}


.sec08_block02 {
  background: #faf6ee;
  margin: 12rem 0 0;
  padding: 8rem 8rem 8rem;
  border-top: 1px solid #e3306d;
  position: relative;
}
.sec08_block02 .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3306d;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  width: 97px;
  height: 97px;
  margin: auto;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
}
.sec08_block02 .ttl01 {
  font-size: 2.8rem;
  text-align: center;
}
.sec08_block02 .box {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
}
.sec08_block02 .item {
  background: #fff;
  width: calc(50% - 2rem);
  padding: 4rem 3rem 4rem;
  border: 1px solid #ccc;
  position: relative;
}
.sec08_block02 .item::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border-top: 5px solid #e3306d;
	border-left: 5px solid #e3306d;
}
.sec08_block02 .ttl02 {
  padding: 0 9rem 5rem 3rem;
  font-size: 1.8rem;
  position: relative;
}
.sec08_block02 .ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("img/sec08_deco01.png") left top no-repeat;
  background-size: contain;
  width: 370px;
  height: 110px;
  margin: auto;
}
.sec08_block02 .imgBox {
  margin: 0;
}
.sec08_block02 .sec08_com {
  max-width: 100%;
  position: relative;
}
.sec08_block02 .sec08_com::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  background: url("img/sec08_illust02.png") left top no-repeat;
  background-size: contain;
  width: 210px;
  height: 110px;
}


.sec08_block03 {
  margin: 15rem 0 0;
}

.sec08_tab .tabArea {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
  padding: 0 8rem;
  position: relative;
}
.sec08_tab .tabArea li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
	background: #f1ece3;
	padding: 2rem 2rem;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sec08_tab .tabArea li span {
	background: #ffffff;
  margin: 0 1rem 0 0;
  padding: 0 1rem;
  font-weight: bold;
  border-radius: 4px;
}
.sec08_tab .tabArea li.active {
  background: #fff;
  height: 90px;
  color: #e3306d;
  border: 1px solid #e3306d;
  border-bottom: none;
}
.sec08_tab .tabArea li.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
}
.sec08_tab .tabArea li.active span {
  background: #e3306d;
  color: #fff;
}

.sec08_tab .tabArea.bottom {
  display: flex;
	justify-content: space-between;
  align-items: flex-start;
}
.sec08_tab .tabArea.bottom li.active {
  border: 1px solid #e3306d;
  border-top: none;
}
.sec08_tab .tabArea.bottom li.active::after {
  top: -1px;
  bottom: inherit;
}

.sec08_tab .tabContentsWrap {
  background: #fff;
  padding: 5rem 8rem 6rem;
  border: 1px solid #e3306d;
}

.sec08_tab .lead {
  margin: 0 0 0!important;
}

.sec08_tab .box {
  margin: 8rem 0 0;
}

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

.sec08_tab .boxL {
  width: 30%;
  margin: -3rem 0 0;
}

.sec08_tab .ttl01_wrap {
  width: 230px;
  position: relative;
}
.sec08_tab .eng_ttl {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}
.sec08_tab .box01 .eng_ttl {
  width: 230px;
  margin: auto;
}
.sec08_tab .ttl_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #faf6ee;
  width: 230px;
  height: 230px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.sec08_tab .ttl01 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.sec08_tab .ttl01 .large {
  font-size: 2.8rem;
}

.sec08_tab .boxR {
  width: 65%;
}

.sec08_tab .item_parts {
  margin: 0 0 0;
}
.sec08_tab .item_parts_area {
  margin: 0 0 0;
}
.sec08_tab .item_parts .item {
	width: calc(50% - 1rem);
  padding: 1rem 2rem 1rem 5px;
  position: relative;
}
.sec08_tab .item_parts .item.pr::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  background: url("img/icon_pr.png") left top no-repeat;
  background-size: contain;
  width: 46px;
  height: 20px;
}
.sec08_tab .item_parts .q_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem 0 0;
}
.sec08_tab .item_parts .icon {
  width: 60px;
}
.sec08_tab .item_parts .item_ttl {
  width: calc(100% - 75px);
  font-size: 1.8rem;
	line-height: 1.4;
  position: relative;
}
.sec08_tab .item_parts .acc_btn::after {
	width: 28px;
	height: 28px;
	margin-top: -14px;
}
.sec08_tab .item_parts .a_box {
  margin: 1rem 0 0;
  padding: 0 1.5rem 2rem;
}

.sec08_tab .editor_parts {
	margin: 6rem 0 0;
	padding: 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 6rem 0 0;
  }

  .sec08 .ttl_box01 {
    padding: 0 0 0 22%;
  }
  .sec08 .ttl_box01::before {
    background: url("img/sec08_illust01.png") left top no-repeat;
    background-size: contain;
    width: 25%;
    height: 0;
    padding-top: calc(25%*150/190);
  }


  .sec08_block01 {
    margin: 4rem 0 0;
    padding: 3rem 2rem 3rem;
  }

  .sec08_block01 .box01 .flex {
    display: block;
  }
  .sec08_block01 .box01 .boxL {
    width: 100%;
  }
  .sec08_block01 .box01 .sub {
    font-size: 1.4rem;
  }
  .sec08_block01 .box01 .ttl01 {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
  .sec08_block01 .box01 .txt {
    margin: 1.5rem 0 0;
  }
  .sec08_block01 .box01 .boxR {
    width: 100%;
  }
  .sec08_block01 .box01 .imgBox {
    margin: 2rem 0 0;
  }

  .sec08_block01 .box02 {
    background: #faf6ee;
    margin: 6rem 0 0;
    padding: 3rem 2rem 3rem;
  }
  .sec08_block01 .box02 .flex {
    display: block;
  }
  .sec08_block01 .box02 .boxL {
    width: 100%;
    left: inherit;
  }
  .sec08_block01 .box02 .boxL::before {
    display: none;
  }
  .sec08_block01 .box02 .imgBox {
    width: 35%;
    margin: 0 0 0;
  }
  .sec08_block01 .box02 .boxR {
    background: none;
    width: 100%;
    padding: 0 0 0;
  }
  .sec08_block01 .box02 .director_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec08_block01 .box02 .director {
    width: 60%;
    font-size: 1.3rem;
    position: relative;
  }
  .sec08_block01 .box02 .director::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translate(-50%,0);
    background: url("img/sec08_sbtxt.png") left top no-repeat;
    background-size: contain;
    width: 90%;
    height: 0;
    padding-top: calc(90%*80/130);
    margin: 0 0 1.5rem;
  }
  .sec08_block01 .box02 .sub {
    display: inline-block;
    margin: 0 0 8px 0;
    padding: 5px 5px;
    font-size: 1.3rem;
  }
  .sec08_block01 .box02 .large {
    font-size: 1.9rem;
  }
  .sec08_block01 .box02 .txt {
    margin: 1.5rem 0 0;
  }

  .sec08_com {
    max-width: 100%;
    margin: 5rem auto 0;
    padding: 2rem 2rem 3rem;
  }
  .sec08_com .flex {
    display: block;
  }
  .sec08_com .boxL {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 0;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #fff;
  }
  .sec08_com .image {
    width: 35%;
    margin: -4rem 0 0;
  }
  .sec08_com .name {
    width: 60%;
    margin: 0 0 0;
    padding: 2rem 0 0;
    font-size: 1.3rem;
    text-align: left;
  }
  .sec08_com .name .large {
    font-size: 1.7rem;
  }
  .sec08_com .boxR {
    width: 100%;
    padding: 0 0 0 0;
    border-left: none;
  }
  .sec08_com .com_txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0;
    font-size: 1.5rem;
  }


  .sec08_block02 {
    width: calc(100% + 3rem);
    margin: 6rem 0 0 -1.5rem;
    padding: 5rem 2rem 6rem;
  }
  .sec08_block02 .sub {
    top: -36px;
    width: 75px;
    height: 75px;
    font-size: 1.5rem;
  }
  .sec08_block02 .ttl01 {
    font-size: 2rem;
  }
  .sec08_block02 .box {
    display: block;
    margin: 4rem 0 0;
  }
  .sec08_block02 .item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 2rem 2rem 3rem;
  }
  .sec08_block02 .item:last-child {
    margin: 0 0 0;
  }
  .sec08_block02 .item::before {
    top: -3px;
    left: -3px;
    width: 60px;
    height: 60px;
    border-top: 3px solid #e3306d;
    border-left: 3px solid #e3306d;
  }
  .sec08_block02 .ttl02 {
    padding: 0 6rem 4rem 0;
    font-size: 1.5rem;
  }
  .sec08_block02 .ttl02::after {
    background: url("img/sec08_deco01.png") left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: calc(100%*110/370);
  }
  .sec08_block02 .imgBox {
    margin: 1.5rem 0 0;
  }
  .sec08_block02 .sec08_com::after {
    bottom: -30px;
    right: -20px;
    background: url("img/sec08_illust02.png") left top no-repeat;
    background-size: contain;
    width: 35%;
    height: 0;
    padding-top: calc(35%*110/210);
  }


  .sec08_block03 {
    margin: 5rem 0 0;
  }

  .sec08_tab .tabArea {
    padding: 0 0;
  }
  .sec08_tab .tabArea li {
    width: 50%;
    height: 40px;
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
    font-size: 3vw;
    line-height: 1.3;
  }
  .sec08_tab .tabArea li span {
    margin: 0 5px 0 0;
    padding: 0 5px;
    border-radius: 2px;
  }
  .sec08_tab .tabArea li.active {
    height: 50px;
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .sec08_tab .tabContentsWrap {
    padding: 3rem 2rem 3rem;
  }

  .sec08_tab .box {
    margin: 3rem 0 0;
  }

  .sec08_tab .flex {
    display: block;
  }

  .sec08_tab .boxL {
    width: 100%;
    margin: 0 0 0;
  }

  .sec08_tab .ttl01_wrap {
    width: 170px;
    margin: auto;
  }
  .sec08_tab .eng_ttl {
    top: 20px;
  }
  .sec08_tab .box01 .eng_ttl {
    width: 100%;
    margin: auto;
  }
  .sec08_tab .ttl_box {
    width: 170px;
    height: 170px;
  }
  .sec08_tab .ttl01 {
    font-size: 2rem;
  }
  .sec08_tab .ttl01 .large {
    font-size: 2.4rem;
  }

  .sec08_tab .boxR {
    width: 100%;
  }

  .sec08_tab .item_parts {
    margin: -3rem 0 0;
  }
  .sec08_tab .item_parts .item {
    width: 100%;
    padding: 1rem 1rem 1rem 5px;
  }
  .sec08_tab .item_parts .item.pr::before {
    top: -8px;
    left: 15px;
    width: 37px;
    height: 16px;
  }
  .sec08_tab .item_parts .q_box {
    padding: 0 3rem 0 0;
  }
  .sec08_tab .item_parts .icon {
    width: 40px;
  }
  .sec08_tab .item_parts .item_ttl {
    width: calc(100% - 55px);
    font-size: 1.5rem;
  }
  .sec08_tab .item_parts .acc_btn::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .sec08_tab .item_parts .a_box {
    padding: 0 1.5rem 1.5rem;
  }

  .sec08_tab .editor_parts {
    margin: 4rem 0 0;
  }
}





/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  padding: 12rem 0 25rem;
}

.sec09 .eng_ttl {
  width: 390px;
  margin: 0 0 0 auto;
}

.sec09_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5rem 8rem 5rem;
  border: 1px solid #ccc;
  position: relative;
}
.sec09_block::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	border-top: 5px solid #e3306d;
	border-left: 5px solid #e3306d;
}

.sec09_block .boxL {
  width: 160px;
}

.sec09_block .boxR {
  width: calc(100% - 210px);
}

.sec09_block .m_ttl {
  font-size: 2rem;
}

.sec09_block .txt {
  margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec09 {
    padding: 6rem 0 12rem;
  }

  .sec09 .eng_ttl {
    width: 60%;
  }

  .sec09_block {
    display: block;
    padding: 3rem 2rem 3rem;
  }
  .sec09_block::before {
    top: -3px;
    left: -3px;
    width: 45px;
    height: 45px;
    border-top: 3px solid #e3306d;
    border-left: 3px solid #e3306d;
  }

  .sec09_block .boxL {
    width: 100%;
  }

  .sec09_block .logo {
    width: 50%;
    margin: 2rem 0 0;
  }

  .sec09_block .boxR {
    width: 100%;
  }

  .sec09_block .m_ttl {
    font-size: 1.7rem;
  }

  .sec09_block .txt {
    margin: 1.5rem 0 0;
  }
}





/*--------------------------------------
knowledge_parts 追加パーツ
---------------------------------------*/
.knowledge_parts{
	width: 1100px;
	min-width: 1100px;
	margin: auto;
}

.knowledge_parts .ttl_area {
	display: inline-block;
	background: #e96c80;
	color: #fff;
	font-size: 2.4rem;
	position: relative;
	padding: 2rem 4rem 2rem 15rem;
}
.knowledge_parts .ttl_area .img_box{
	position: absolute;
	top: -30px;
	left: 2rem;
	width: 110px;
}
.knowledge_parts .ttl_area::before {
	content: "";
	position: absolute;
	display: block;
	background: #e96c80;
	transform: skewX(150deg);/*傾斜をつける*/
	top: 0;
	right: -30px;
	height: 100%;
	width: 60px;
}
.knowledge_parts .wrap{
	border: 2px solid #e96c80;
	box-sizing: border-box;
	margin-top: 6rem;
	position: relative;
}
.knowledge_parts .wrap .knowledge_area{
	display: flex;
	justify-content: space-between;
	padding: 5rem 8rem 5rem 2rem;
}
.knowledge_parts .wrap .knowledge_area .img_box{
	width: 50%;
}
.knowledge_parts .wrap .knowledge_area .txt_box{
	width: 75%;
}
.knowledge_parts .wrap .knowledge_area .txt_box .txt_area {
	background: #faf6ee;
	padding: 2rem 3rem;
	margin-top: 3rem;
}
.knowledge_parts .wrap .knowledge_area .txt_box .txt_area p{
	font-weight: bold;
}
/* main_txt_block */
.knowledge_parts  .main_txt_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 8rem;
	padding:5rem 8rem 0;
}

.knowledge_parts  .main_txt_block .left,
.knowledge_parts  .main_txt_block .right {
	width: calc(50% - 3rem);
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 0 3.5rem 4.5rem;
	position: relative;
}
.knowledge_parts  .main_txt_block .left::before,
.knowledge_parts  .main_txt_block .right::before {
	content: "";
  position: absolute;
  bottom: -25px;
  right: 50px;
	border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  z-index: 2;
}
.knowledge_parts  .main_txt_block .left::after,
.knowledge_parts  .main_txt_block .right::after {
	content: "";
  position: absolute;
  bottom: -27px;
  right: 49px;
	border-top: 27px solid #ccc;
  border-left: 27px solid transparent;
  z-index: 1;
}

.knowledge_parts  .main_txt_block .ttl_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1rem;
}
.knowledge_parts  .main_txt_block .ttl {
	width: 65%;
	font-size: 1.9rem;
	line-height: 1.8em;
}
.knowledge_parts  .main_txt_block .img_box {
	width: 23%;
}
.knowledge_parts  .main_txt_block .img_box p {
	font-size: 1.4rem;
	text-align: center;
	margin: 1rem auto 0;
}
.knowledge_parts .dag_area {
	padding:0 8rem 5rem;
}
.knowledge_parts .dag_area .dag_inner{
	background: #faf6ee;
	position: relative;
	padding: 4rem 6rem 4rem 320px;
}
.knowledge_parts .dag_area .img_box{
	position: absolute;
	width: 300px;
	top: -2rem;
	left: -2rem;
}
.knowledge_parts .dag_area .ttl{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.knowledge_parts #box1{
	display: none;
	}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
.knowledge_parts{
    width: 100%;
    min-width: 100%;
	padding: 0 1rem;
  }

.knowledge_parts .ttl_area {
	font-size: 1.6rem;
	padding: 1.4rem ;
	width: 94%;
}
.knowledge_parts .ttl_area .img_box{
	position: absolute;
	top: -30px;
	left: 2rem;
	width: 100%;
}
.knowledge_parts .ttl_area::before {
	content: "";
	position: absolute;
	display: block;
	background: #e96c80;
	transform: skewX(160deg);/*傾斜をつける*/
	top: 0;
	right: -10px;
	height: 100%;
	width: 30px;
}
.knowledge_parts .wrap{
	border: 2px solid #e96c80;
	box-sizing: border-box;
	margin-top: 8rem;
	padding-bottom: 2rem;
}
.knowledge_parts .wrap .knowledge_area{
	display: block;
	padding:1.4rem 2rem;
	box-sizing: border-box;
}
.knowledge_parts .wrap .knowledge_area .img_box{
	width: 80%;
	margin: 0 auto 1.4rem;
}
.knowledge_parts .wrap .knowledge_area .txt_box{
	width: 100%;
}
.knowledge_parts .wrap .knowledge_area .txt_box .txt_area {
	background: #faf6ee;
	padding: 1.4rem;
	margin-top: 2rem;
}
.knowledge_parts .wrap .knowledge_area .txt_box .txt_area p{
	font-weight: bold;
}
  /* main_txt_block */
.knowledge_parts .main_txt_block {
    display: block;
    margin:5rem 0 0 ;
	padding:0 2rem;
  }

.knowledge_parts .main_txt_block .left,
.knowledge_parts .main_txt_block .right {
    width: 100%;
    padding: 0 0 2.5rem 2.5rem;
  }
.knowledge_parts .main_txt_block .left::before,
.knowledge_parts .main_txt_block .right::before {
    bottom: -20px;
    right: 50px;
    border-top: 20px solid #fff;
    border-left: 18px solid transparent;
  }
.knowledge_parts .main_txt_block .left::after,
.knowledge_parts .main_txt_block .right::after {
    bottom: -22px;
    right: 49px;
    border-top: 22px solid #ccc;
    border-left: 20px solid transparent;
  }
.knowledge_parts .main_txt_block .left {
		margin: 0 0 5rem;
	}

.knowledge_parts .main_txt_block .ttl_box {
    margin: 0 0 1rem;
  }
.knowledge_parts .main_txt_block .ttl {
    width: 67%;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
.knowledge_parts .main_txt_block .img_box {
    width: 23%;
  }
.knowledge_parts .main_txt_block .img_box p {
    font-size: 1rem;
    margin: 0.7rem auto 0;
  }
.knowledge_parts .dag_area {
	padding:100px 2rem 0;
}
.knowledge_parts .dag_area .dag_inner{
	background: #faf6ee;
	position: relative;
	padding:110px 2rem 2rem 2rem;
}
.knowledge_parts .dag_area .img_box{
	position: absolute;
	width: 250px;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.knowledge_parts .dag_area .ttl{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
}
@media screen and (max-width: 640px){
.knowledge_parts .wrap .wrap_inner {
  height: 300px;
  overflow: hidden;
}
.show_more,
.show_more2 {
  position: absolute;
	display: inline-block;
  bottom: -20px;
  left: 0px;
	right: 0;
	margin: auto;
  width: 120px;
  line-height: 40px;
  text-align: center;
	border: 1px solid #111;
	background: #fff;
  cursor: pointer;
  transition: bottom 0.2s;
	border-radius: 100px;
	font-weight: bold;
	
}
}
/*--------------------------------------
why_parts 追加パーツ
---------------------------------------*/
.why_parts_bg{
	background: url("img/why_bg.png") center no-repeat;
    background-size: cover;
	padding: 30rem 0 10rem 0;
	margin: 14rem 0!important;
}
.why_parts{
	width: 1100px;
	min-width: 1100px;
	margin: auto;
	background: #fff;
	position: relative;
	padding: 17rem 8rem 8rem;
}
.why_parts .why_ttl {
	font-size: 5.2rem;
	text-align: center;
	display: inline-block;
	background: url("img/why_ttl.png") center no-repeat;
    background-size: cover;
    width: 766px;
    height: 415px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
    top: -25rem;
    padding-top: 9rem;
}
.why_parts .wrap {
	background: #faf6ee;
	padding: 4rem 4rem;
	margin-bottom: 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.why_parts .wrap_01:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_no01.png") center no-repeat;
    background-size: cover;
	left: -20px;
	top: -20px;
	width: 70px;
	height: 70px;
}

.why_parts .wrap_03:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_no03.png") center no-repeat;
    background-size: cover;
	left: -20px;
	top: -20px;
	width: 70px;
	height: 70px;
}
.why_parts .wrap:nth-child(odd){
	flex-direction:row-reverse;
}
.why_parts .wrap .img_box{
	width: 30%;
	position: relative;
}
.why_parts .wrap .txt_box{
	width: 65%;
}
.why_parts .wrap_01 .img_box:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_kirakira.png") center no-repeat;
    background-size: cover;
	right: -20px;
	top: -30px;
	width: 40px;
	height: 50px;

}
.why_parts .wrap_02 .img_box:before{
	content: "";
	position: absolute;
	display: block;
	/*background: url("img/why_fukidashi01.png") center no-repeat;*/
    background-size: cover;
	right: -20px;
	top: -30px;
	width: 161px;
	height: 74px;
}
.why_parts .wrap_03 .img_box:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_kirakira.png") center no-repeat;
    background-size: cover;
	right: -20px;
	top: -30px;
	width: 40px;
	height: 50px;
}
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
.why_parts_bg{
	background: url("img/why_bg.png") center no-repeat;
    background-size: cover;
	padding: 10rem 0 5rem 0;
	margin: 6rem 0!important;
	box-sizing: border-box;
	
}
.why_parts{
	width: 100%;
	min-width: 100%;
	padding: 10rem 2rem 2rem;
	box-sizing: border-box;
}
.why_parts .why_ttl {
	font-size: 2.7rem;
	text-align: center;
	display: inline-block;
	background: url("img/why_ttl.png") center no-repeat;
    background-size: cover;
	width: 350px;
	height: 165px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -8rem;
	padding-top: 3rem;
	line-height: 1.3;
}
.why_parts .wrap {
	background: #faf6ee;
	padding: 2rem 2rem 4rem 2rem;
	margin-bottom: 4rem;
	display: block;
	position: relative;
}
.why_parts .wrap_01:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_no01.png") center no-repeat;
    background-size: cover;
	left: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
}
.why_parts .wrap_02:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_no02.png") center no-repeat;
    background-size: cover;
	left: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
}
	.why_parts .wrap_03:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_no03.png") center no-repeat;
    background-size: cover;
	left: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
}
.why_parts .wrap .img_box{
	width: 80%;
	margin: 0 auto 2rem;
}
.why_parts .wrap .txt_box{
	width: 100%;
}
.why_parts .wrap_01 .img_box:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_kirakira.png") center no-repeat;
    background-size: cover;
	right: -20px;
	top: -30px;
	width: 40px;
	height: 50px;

}
.why_parts .wrap_02 .img_box:before{
	content: "";
	position: absolute;
	display: block;
	/*background: url("img/why_fukidashi01.png") center no-repeat;*/
    background-size: cover;
	right: -40px;
	top: -30px;
	width: 161px;
	height: 74px;
}
.why_parts .wrap_03 .img_box:before{
	content: "";
	position: absolute;
	display: block;
	background: url("img/why_kirakira.png") center no-repeat;
    background-size: cover;
	right: -20px;
	top: -30px;
	width: 40px;
	height: 50px;
}
}
/*--------------------------------------
int_parts 追加パーツ
---------------------------------------*/
.int_parts_bg{
	background: url("img/int_bg.jpg") center no-repeat;
  background-size: cover;
	padding: 10rem 0 10rem 0;
	margin: 14rem 0!important;
}
.int_parts_bg .main_ttl::before {
	display: none;
}

.int_parts_bg .main_ttl .img_box {
	background: none;
	width: 350px;
  position: relative;
  z-index: 0;
}
.int_parts_bg .main_ttl .img_box::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	background: #fff;
	top: 50%;
  right: 100%;
	z-index: -1;
}
.int_parts_bg .main_ttl .img_box::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 100%;
	z-index: -1;
}

.int_parts{
	width: 1100px;
	min-width: 1100px;
	margin: auto;
	padding:8rem;
}
.int_parts .wrap {
	background: #fff;
	padding: 4rem 24rem 3rem 5rem ;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 6rem;
	box-shadow: 20px 20px 0px -5px #ffbeca;
}

.int_parts .wrap:nth-child(even) {
	padding: 4rem 5rem 3rem 24rem ;
}
.int_parts .wrap .img_box{
	position: absolute;
	width: 260px;
	top: -2rem;
	right: -8rem;
}
.int_parts .wrap:nth-child(even) .img_box{
	left: -8rem;
	right: inherit;
}
.int_parts .wrap h3{
	font-size: 2.6rem;
	border-bottom: 1px solid #797979;
	padding-bottom: 2rem;
}
.int_parts .wrap .name{
	font-size: 2rem;
	font-weight: bold;
	padding:1.4rem 0 2rem;
}
.int_parts .wrap .name span{
	font-size: 1.4rem;
}
.int_parts .btn-more a {
	display: block;
	max-width: 200px;
	margin: 0 0 0  auto ;
	padding: 2.0rem 6rem 2.0rem 5rem;
	box-sizing: border-box;
	color: #3d2f2f;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
	border: 1px solid #3d2f2f;
}
.int_parts .btn-more a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 6px;
    background: url("img/arrow_03.png") center center no-repeat;
    background-size: contain;
    top: 50%;
    right: 1rem;
    margin-top: -3px;
  }
.int_parts .int_point {
	background: #e35068;
	color: #fff;
	padding: 4rem 9rem 2rem;
	border: 2px solid #fff;
	position: relative;
}
.int_parts .int_point .ttl01 {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
	line-height: 1.5;
}
.int_parts .int_point .img_box {
	position: absolute;
	width: 165px;
	top: 2rem;
	left: 3rem;
}
	/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.int_parts_bg{
	background: url("img/int_bg.jpg") center no-repeat;
    background-size: cover;
	padding: 5rem 0 5rem 0;
	margin: 8rem 0!important;
}
.int_parts_bg .main_ttl {
	position: relative;
	display: inline-block;
}
.int_parts_bg .main_ttl::before {
	content: "";
	position: absolute;
	display: block;
	width: 100vw!important;
	height: 1px;
	background: #fff!important;
	top: 50%;
	left: 100%!important;
	z-index: 1!important;
}
.int_parts_bg .main_ttl .main_ttl_inner {
	max-width: 100%;
	margin: auto;
}
.int_parts_bg .main_ttl .img_box {
	background: none!important;
	padding: 0 1.5rem;
}
.int_parts_bg .main_ttl .img_box {
	width: 200px;
}
.int_parts{
	width: 100%;
	min-width:100%;
	margin: auto;
	padding:4rem 0;
}
.int_parts .wrap {
	background: #fff;
	padding: 2rem ;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 6rem;
	box-shadow: 10px 10px 0px -5px #ffbeca;
}

.int_parts .wrap:nth-child(even) {
	padding: 2rem ;
}
.int_parts .wrap .img_box{
	position: relative;
	width: 200px;
	top: inherit;
	right:  inherit;
	margin: 0 auto 2rem;
}
.int_parts .wrap:nth-child(even) .img_box{
	top: inherit;
	right:  inherit;
	left: inherit;
}
.int_parts .wrap h3{
	font-size: 1.8rem;
	border-bottom: 1px solid #797979;
	padding-bottom: 1.4rem;
}
.int_parts .wrap .name{
	font-size: 1.6rem;
	font-weight: bold;
	padding:1rem 0 2rem;
}
.int_parts .wrap .name span{
	font-size: 1.2rem;
}
.int_parts .btn-more a {
	display: block;
	max-width: 200px;
	margin: 0 0 0  auto ;
	padding: 2.0rem 6rem 2.0rem 5rem;
	box-sizing: border-box;
	color: #3d2f2f;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
	border: 1px solid #3d2f2f;
}
.int_parts .btn-more a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 6px;
    background: url("img/arrow_03.png") center center no-repeat;
    background-size: contain;
    top: 50%;
    right: 1rem;
    margin-top: -3px;
  }
.int_parts .int_point {
	padding:6rem 2rem 2rem;
	border: 2px solid #fff;
	position: relative;
}
.int_parts .int_point .ttl01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.4rem;
	line-height: 1.5;
}
.int_parts .int_point .img_box {
	position: absolute;
	width: 100px;
	top: -1rem;
	left: 1rem;
}
}

