@charset "UTF-8";

#outpoleP {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}

#outpoleP .mv_ttl__wrap {
	position: relative;
  /* position:static; */
}
/* #outpoleP .mv_ttl__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 100%;
  height: 60px;
  /* border-top-left-radius: 120px; *
	border-top-left-radius:0;
  overflow: hidden;
  z-index: 1;
} */
#outpoleP .mv_ttl {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 35px;
  text-align: center;
  z-index: 3;
}
#outpoleP .mv_ttl figure,
#outpoleP .mv_ttl img {
  width: auto!important;
  height: 100%!important;
}


#All_Wrap {
}
.contents {
  width: calc(100% - 60px);
  font-feature-settings: "palt";
  color: #231815;
  overflow: hidden;
}
.contents figure {
  position: relative;
  height: fit-content;
}


/* outpole / 共通 */
.contents .Txt_note {
  font-size: 10px !important;
  letter-spacing: 0;
  padding-top: 6px;
}


.main_copy {
	text-align: center;
  font-size: 16px;
	font-weight: 700;;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding-bottom: 40px;
}

.in-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}

.con_box {}
.con_box h3 {
  font-size: clamp(14px,1.5vw,18px);
  letter-spacing: 0.08em;
  line-height: 1.6;
	font-weight: bold;
  font-feature-settings: "palt";
}

.con_box h4 {
  font-size: clamp(17px,1.5vw,19px);
  color: #538f8c;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.con_box h4 + p, .con_box span + h4{
  padding-top: 0.7em;
}
.con_box figure + h4{
  padding-top: 0.7em;
}

.con_box h4 span a {
  color: #c48f0e;
}

.con_box p {
  font-size: 14px !important;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  line-height: 1.8;
}

.con_box p.item_copy {
	font-size: clamp(15px, 1.4vw, 19px) !important;
	letter-spacing: 0.05em;
	line-height: 2.79315789;
	font-weight: 700; 
}

.con_box p + figure {
  padding-top: 0.8em;
}
.con_box p + ul {
  padding-top: 0.8em;
}
.con_box p + p{
padding-top: 0.8em;
}
.con_box p.Txt_note {
  font-size: 11px !important;
  padding-top: 0.7em;
}

.inner_box + .inner_box {
	margin-top:30px;
}


.column2 ul.flex {
  gap:40px 2%;
}
.column2 ul li {
  width: calc((100% - 2%) / 2);
}
li.w100 {
  width: 100%;
  max-width: 100%;
}

.column3 {
  margin-bottom: 60px;
}
.column3 ul.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.column3 ul li {
  width: calc((100% - 4%) / 3);
  max-width: 324px;
}
.column3 ul li:nth-child(n+4) {
  margin-top: 60px;
}
.column3 ul li h4 {
  letter-spacing: 0.05em;
  padding-top: 20px;
}

.column4 {}
.column4 ul.flex {
  flex-wrap: wrap;
  gap: 40px 2%;
}
.column4 ul li {
  width: 23.5%;
}
.column4 ul li.w50 {
  width: 49%;
}
.column4 ul li h4 {
  letter-spacing: 0.05em;
}

.con_box .note_Txt {
    font-size: 11px !important;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: justify;
    color: #333;
    margin: 0 auto;
    /* text-indent: -1em; */
    padding: 10px 0 20px 0em;
}



/* outpole / 個別 */
.outpole_Area {
  /* border:1px solid #c00; */
}
.outpole_Area sup {
  vertical-align: super;
  font-size: 10px;
}
.outpole_Area .con_box {
  margin-bottom: 60px;
}
.outpole_Area .con_box:last-child {
  margin-bottom: 0;
}
.outpole_Area .outpole_main {
  text-align: center;
}

.dtype_3ldk .flex {
	display: flex;
	justify-content: space-between;
}
.dtype_3ldk .flex > div {
	width:48.5%;
	/* border:1px solid #000; */
}

.ttl_sideLine {
	display: flex;
  align-items:flex-end;
	margin-bottom: 30px;
}
.ttl_sideLine:before,
.ttl_sideLine:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.ttl_sideLine:before {
    margin-right: 1rem;
}

.ttl_sideLiner:after {
    margin-left: 1rem;
}
.ttl_sideLine img {
	max-width: 120px;
	width:90%;
}

.ttl_grad {
	background: linear-gradient(90deg, rgba(180, 50, 141, 1) 0%,rgba(38, 147, 212, 1) 30%,rgba(38, 147, 212, 1) 100%);
	padding: 7px 20px 6px;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin-bottom: 15px;
}
.con_box .ttl_grad h4 {
	padding-left: 3em;
	color:#FFF;
}

.con_box .ttl_grad h4::before {
	content:"";
	position: absolute;
	left:10px;
	top:0;
	width: 50px;
	height: 38px;
	background-image: url('../img/ttl_grad_icn.png');
	background-size:cover;
}



.ttl_grad02 {
	background: linear-gradient(90deg, rgba(180, 50, 141, 1) 0%,rgba(38, 147, 212, 1) 30%,rgba(38, 147, 212, 1) 100%);
	padding: 7px 20px 6px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.con_box .ttl_grad02 h4 {
	padding-left: 3em;
	color:#FFF;
}

.con_box .ttl_grad02 h4::before {
	content:"";
	position: absolute;
	left:32%;
	top:0;
	width: 50px;
	height: 38px;
	background-image: url('../img/ttl_grad_icn.png');
	background-size:cover;
}

.dtype_3ldk_img01_wrap {
	position: relative;
	margin-top: 20px;
}
.dtype_3ldk_img01 {
	border:1px solid #231815;
}
.dtype_3ldk_img01_wrap .fuki {
	position: absolute;
	top:40%;
	left:-99px;
	max-width: 100px;
	width:90%;
	z-index:3;
}
.hanrei {
	max-width: 650px;
	width:90%;
	margin-top: 30px;
}

.design {

}
.design .design_ttl01 {
	font-size: clamp(14px,1.5vw,18px);
	border:2px solid #a80d78;
	border-radius: 10px;
	padding: 5px 0;
	text-align: center;

	color:#a80d78;
	margin-bottom: 20px;
}
.design .design_ttl02 {
	font-size: clamp(14px,1.5vw,18px);
	border:2px solid #b5b5b6;
	border-radius: 10px;
	padding: 5px 0;
	text-align: center;

	color:#231815;
	margin-bottom: 20px;
}

.method_Area {
	background:#f7f5f3;
	padding: 50px 0;
	margin: 50px auto;
}
.method_Area ul {
	align-items: center;
}
.con_box h4.ttl_btmLine {
	color:#231815;
	font-weight: 700;
}
.con_box h4.ttl_btmLine span {
	background:linear-gradient(transparent 60%, #fef14f 60%);
}
.line_Dot {
	border-bottom: 2px dotted #231815;
	padding: 5px 0;
	margin-bottom: 10px;
}

.outpole_Area .con_box.mrgB30 {
    margin-bottom: 30px;
}
.outpole_Area .con_box.mrgB50 {
    margin-bottom: 50px;
}





/*=========================================================================================================
調整
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {


}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /*=== 共通 ===*/
  .contents {
    width: 100%;
  }




  /*=== 個別 ===*/






}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
  /*=== 共通 ===*/
  .contents {
    width: 100%;
  }

	#outpoleP .mv_ttl {
  height: 25px;
}

  /* アウトポール / 共通 */
  .contents .Txt_note {
    padding-top: 5px;
    padding-bottom: 0;
  }
.main_copy {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 20px;
  }

  .con_box h4 {
    line-height: 1.4;
  }
  .con_box h4 span {
    padding-left: 0px;
  }
  .con_box p {
    letter-spacing: 0;
  }
  .con_box p.item_copy {
    line-height: 2;
	}


  .column2 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 ul li {
    width: 100%;
    max-width: 100%;
  }

  .column3 {
    margin-bottom: 40px;
  }
  .column3 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column3 ul li {
    width: 100%;
    max-width: 100%;
  }
  .column3 ul:not(:last-of-type) li:last-child,
  .column3 ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .column3.set01 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .column3 ul li:nth-child(n+4) {
    margin-top: 0;
  }


  .column4 {}
  .column4 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column4 ul li {
    width: 48.5%;
    max-width: 100%;
  }
  .column4 ul li.w50 {
    width: 100%;
  }

  /* outpole / 個別 */
  .outpole_Area .con_box {
		margin-bottom: 30px;
	}

	.dtype_3ldk .flex {
		flex-direction: column;
		margin-top: 20px;
	}
	.dtype_3ldk .flex > div {
		width:100%;
	}

	.dtype_3ldk .flex > div.txt {
		margin-top:30px;
	}

	.ttl_sideLine {
		display: flex;
		align-items:flex-end;
		margin-bottom: 20px;
	}
	.ttl_sideLine:before,
	.ttl_sideLine:after {
			content: "";
			height: 1px;
			flex-grow: 1;
			background-color: #666;
	}

	.ttl_sideLine:before {
			margin-right: 1rem;
	}

	.ttl_sideLiner:after {
			margin-left: 1rem;
	}
	.ttl_sideLine img {
		max-width: 140px;
		width:90%;
	}

	.ttl_grad02 {
		text-align: left;
	}

	.con_box .ttl_grad02 h4::before {
		content:"";
		position: absolute;
		left:10px;
	}

	.dtype_3ldk_img01_wrap {
		position: relative;
		margin-top: 20px;
		padding-top: 30px;
	}
	.dtype_3ldk_img01 {
		border:1px solid #231815;
	}
	.dtype_3ldk_img01_wrap .fuki {
		position: absolute;
		top:-23px;
		left:40px;
		max-width: 54px;
		width:90%;
		z-index:3;
	}
	.hanrei {
		max-width: 100%;
		width:94%;
		margin: 10px auto 0;
	}

	.method_Area {
		padding: 30px 0;
		margin: 50px auto;
	}
	.method_Area ul {
		width:94%;
		margin: 0 auto;
	}
	.con_box h4.ttl_btmLine {
		color:#231815;
		font-weight: 700;
	}
	.con_box h4.ttl_btmLine span {
		background:linear-gradient(transparent 60%, #fef14f 60%);
	}
	.line_Dot {
		border-bottom: 2px dotted #231815;
		padding: 5px 0;
		margin-bottom: 20px;
	}

	.method_txt {
		max-width: 100%;
		width:80%;
		margin: 0 auto;
	}

	.outpole_Area .con_box.mrgB30 {
			margin-bottom: 10px;
	}
	.outpole_Area .con_box.mrgB50 {
    margin-bottom: 30px;
}




}

/*=========================================================================================================
sp 調整
=========================================================================================================*/
@media screen and (max-width: 360px) {



}
