#up_main{
  padding: 120px 0 120px;
  position: relative;
}
#up_main .l_txt {
  filter: url(#dilate);
  font-size: calc(100 / 1400 * 100vw);
  font-weight: 700;
  text-shadow: calc(1 / 1400 * 100vw) calc(1 / 1400 * 100vw) 0 #000, calc(-1 / 1400 * 100vw) calc(1 / 1400 * 100vw) 0 #000, calc(-1 / 1400 * 100vw) calc(-1 / 1400 * 100vw) 0 #000, calc(1 / 1400 * 100vw) calc(-1 / 1400 * 100vw) 0 #000;
  line-height: 1;
  margin-bottom: calc(30 / 1400 * 100vw);
  text-align: center;
}
#up_main .page_ttl{
  font-size: calc(20 / 1400 * 100vw);
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
  #up_main{
    padding: 80px 0;
  }
  #up_main .l_txt{
    font-size: 5.0rem;
    text-shadow: calc(2 / 1400 * 100vw) calc(2 / 1400 * 100vw) 0 #000, calc(-2 / 1400 * 100vw) calc(2 / 1400 * 100vw) 0 #000, calc(-2 / 1400 * 100vw) calc(-2 / 1400 * 100vw) 0 #000, calc(2 / 1400 * 100vw) calc(-2 / 1400 * 100vw) 0 #000;
  }
  #up_main .page_ttl{
    font-size: 1.8rem;
  }
}



.page-id-11 #pdca {
  padding: calc(00 / 1400 * 100vw) 0 0;
  position: relative;
}
.page-id-11 #pdca .pdca_w{
  align-items: center;
}
.page-id-11 #pdca .pdca_w .txtarea{}
.page-id-11 #pdca .pdca_w .txtarea .z_ttl{
  font-size: calc(28 / 1400 * 100vw);
  margin-bottom: calc(40 / 1400 * 100vw);
}
.page-id-11 #pdca .pdca_w .txtarea .z_ttl span{
  padding:10px 5px;
  display: inline-block;
  line-height: 1;
}
.page-id-11 #pdca .pdca_w .txtarea .txt_i_img{
  margin-bottom: calc(40 / 1400 * 100vw);
}
.page-id-11 #pdca .imgarea{
  width: 40%;
  padding: 0 calc(60 / 1400 * 100vw);
  text-align: center;
  flex-shrink: 0;
  position: relative;
  top: calc(40 / 1400 * 100vw);
}
.page-id-11 #pdca .imgarea img{
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page-id-11 #pdca{
    padding: 60px 0 60px;
  }
  .page-id-11 #pdca .pdca_w{
    flex-direction: column-reverse;
  }
  .page-id-11 #pdca .pdca_w .txtarea{
    width: 100%;
    margin-bottom: 30px;
  }
  .page-id-11 #pdca .pdca_w .txtarea .z_ttl{
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .page-id-11 #pdca .pdca_w .txtarea .txt_i_img{
    padding: 0 10%;
    margin-bottom: 30px;
  }
  .page-id-11 #pdca .imgarea{
    width: 100%;
    padding: 0 14%;
    position: static;
    box-sizing: border-box;
  }
}

.page-id-11 #features{
  padding: calc(120 / 1400 * 100vw) 0 calc(0 / 1400 * 100vw);
  position: relative;
  overflow: hidden;
}
.page-id-11 #features .features_w{
  justify-content: space-between;
}
.page-id-11 #features .features_i{
  width: 48%;
  position: relative;
  border-radius: 20px;
  padding: calc(80 / 1400 * 100vw) calc(40 / 1400 * 100vw) calc(220 / 1400 * 100vw);
  box-sizing: border-box;
  margin-bottom: calc(80 / 1400 * 100vw);
}
.page-id-11 #features .features_i .num {
  position: absolute;
  width: calc(110 / 1400* 100vw);
  top: calc(-40 / 1400* 100vw);
  left: 50%;
  transform: translate(-50%, 0px);
}
.page-id-11 #features .features_i .sub_ttl_w{
  margin-bottom: calc(30 / 1400 * 100vw);
}
.page-id-11 #features .features_i .sub_ttl_w .sub_ttl{
  font-size: calc(40 / 1400 * 100vw);
  text-align: center;
  line-height: 1;
}
.page-id-11 #features .features_i .txt{
  text-align: center;
}
.page-id-11 #features .features_i .imgarea{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
.page-id-11 #features .features_i .imgarea img{
  width: calc(215 / 1400 * 100vw);
}
.page-id-11 #features .features_i:nth-of-type(4) .imgarea img{
  width: calc(180 / 1400 * 100vw);
}
@media screen and (max-width: 750px) {
  .page-id-11 #features{
    padding: 80px 0 60px;
  }
  .page-id-11 #features .features_i{
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 60px 20px 0;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .page-id-11 #features .features_i:nth-last-of-type(1){
    margin-bottom: 0;
  }
  .page-id-11 #features .features_i .num {
    position: absolute;
    width: 80px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .page-id-11 #features .features_i .sub_ttl_w{
    margin-bottom: 30px;
  }
  .page-id-11 #features .features_i .sub_ttl_w .sub_ttl{
    font-size: 3.0rem;
  }
  .page-id-11 #features .features_i .txt{
    text-align: center;
  }
  .page-id-11 #features .features_i .imgarea{
    position: static;
    margin-top: 30px;
  }
  .page-id-11 #features .features_i .imgarea img{
    width: 180px;
  }
  .page-id-11 #features .features_i:nth-of-type(4) .imgarea img{
    width: 140px;
  }
}

.page-id-11 #mvv{
  padding: calc(80 / 1400 * 100vw) 0 calc(80 / 1400 * 100vw);
  position: relative;
  overflow: hidden;
  background: #343d4b;
}
.page-id-11 #mvv .sec_ttl_w{
  margin-bottom: calc(40 / 1400* 100vw);
}
.page-id-11 #mvv .sec_ttl_w .s_txt{
  position: static;
  text-align: center;
  transform: none;
  font-size: calc(60 / 1400* 100vw);
}
.page-id-11 #mvv .sec_ttl{
  line-height: 1.5;
  font-size: calc(20 / 1400* 100vw);
}
.page-id-11 #mvv .misson_w{
}
.page-id-11 #mvv .misson_w .misson_i{
	margin-bottom: calc(40 / 1400* 100vw);
  text-align: center;
  max-width:calc(500 / 1400* 100vw);
  margin-left: auto;
  margin-right: auto;
}
.page-id-11 #mvv .misson_w .misson_i .sub_ttl{
	margin-bottom: calc(20 / 1400* 100vw);
	align-items: center;
  justify-content: center;
}
.page-id-11 #mvv .misson_w .misson_i .sub_ttl .num{
	font-size: calc(40 / 1400* 100vw);
	font-weight: 800;
	margin-right: 10px;
	line-height: 1;
}
.page-id-11 #mvv .misson_w .misson_i .sub_ttl h3{
	font-size: calc(28 / 1400* 100vw);
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
}
.page-id-11 #mvv .misson_w .misson_i .txt{
	letter-spacing: 4px;
    line-height: 2.2;
}
@media screen and (max-width: 750px) {
	.page-vision_mission #vision{
		padding-bottom: 0;
	}
	.page-vision_mission #vision .imgarea{
		width: 100%;
    	position: relative;
	}
	.page-vision_mission #misson{
		padding-bottom: 60px;
	}
	.page-vision_mission #misson .misson_w{
		padding: 0;
	}
	.page-vision_mission #misson .misson_w .misson_i .sub_ttl{
		align-items: flex-start;
	}
	.page-vision_mission #misson .misson_w .misson_i .sub_ttl .num {
		font-size: 3.6rem;
		font-weight: 800;
		margin-right: 10px;
		line-height: 1;
		margin-left: 5px;
	}
	.page-vision_mission #misson .misson_w .misson_i .sub_ttl h3{
		font-size: 2.4rem;
		letter-spacing: 2px;
		line-height: 1.5;
	}
  .page-id-11 #mvv{
    padding: 40px 0;
  }
  .page-id-11 #mvv .sec_ttl_w{
    margin-bottom: 30px;
  }
  .page-id-11 #mvv .sec_ttl_w .s_txt{
    font-size: 4.0rem;
  }
  .page-id-11 #mvv .sec_ttl {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .page-id-11 #mvv .misson_w .misson_i{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-id-11 #mvv .misson_w .misson_i .sub_ttl{
    margin-bottom:20px;
    flex-wrap: wrap;
  }
  .page-id-11 #mvv .misson_w .misson_i .sub_ttl h3{
    font-size: 2.0rem;
  }
  .page-id-11 #mvv .misson_w .misson_i .sub_ttl .num {
    font-size: 2.6rem;
    font-weight: 800;
    margin-right: 0;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.page-id-11 #company {
  padding: calc(120 / 1400 * 100vw) 0 calc(80 / 1400 * 100vw);
  position: relative;
  overflow: hidden;
}
.page-id-11 #company .sec_ttl_w .s_txt{
  opacity: 0.2;
}
.table_w{

}
.table_w .company_info_item{
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #d2d2d2;
	border-left: 4px solid #e84989;
}
.table_w .company_info_item:nth-last-of-type(1){
	margin-bottom: 0;
}
.table_w .company_info_item dt{
	width: 20%;
	border-right: 1px solid #d2d2d2;
	flex-shrink: 0;
}
.table_w .company_info_item dd{
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .page-id-11 #company {
      padding: 80px 0 60px;
  }
	.table_w .company_info_item dt {
		width: 100%;
		border-right: 0px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
		padding-bottom: 10px;
	}
	.table_w .company_info_item dd {
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
	}
}

.page-id-13{}
.page-id-13 .service_list{
  padding: calc(80 / 1400 * 100vw) 0 calc(80 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i{
  border-radius: 20px;
  margin-bottom: calc(30 / 1400 * 100vw);
  padding:calc(50 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i.wbtn {
  padding: calc(50 / 1400 * 100vw) calc(50 / 1400 * 100vw) calc(80 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i .imgarea{
  text-align: center;
  height: calc(90 / 1400 * 100vw);
  margin-right: calc(30 / 1400 * 100vw);
  flex-shrink: 0;
  width: calc(150 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i .imgarea img{
  width: calc(90 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i.wbtn .txtarea {
  margin-bottom: calc(40 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w{
  align-items: center;
  margin-bottom: calc(25 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w .num{
}
.page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w .num img{
  width: calc(70 / 1400 * 100vw);
}
.page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w .sub_ttl{
  font-size:calc(24 / 1400 * 100vw);
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .page-id-13 .service_list{
    padding: 60px 0 60px;
  }
  .page-id-13 .service_list .service_list_i,.page-id-13 .service_list .service_list_i.wbtn{
    width: 100%;
    padding: 30px 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .page-id-13 .service_list .service_list_i:nth-last-of-type(1){
    margin-bottom: 0;
  }
  .page-id-13 .service_list .service_list_i .imgarea{
    height: 70px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-id-13 .service_list .service_list_i .imgarea img {
      width: 70px;
  }
  .page-id-13 .service_list .service_list_i .txtarea{
    margin-bottom: 20px;
  }
  .page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w{
    margin-bottom: 20px;
    justify-content: center;
  }
  .page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w .num img {
    width: 70px;
  }
  .page-id-13 .service_list .service_list_i .txtarea .sub_ttl_w .sub_ttl {
      font-size: 2.2rem;
  }
  .page-id-13 .service_list .service_list_i .link_btn_02_w{
    position: static;
  }
  
}

.post-type-archive-works .result_list {
  padding: calc(80 / 1400 * 100vw) 0 calc(80 / 1400 * 100vw);
}
.post-type-archive-works .result_list .no_txt{
  text-align: center;
  font-size: calc(22 / 1400 * 100vw);
}
@media screen and (max-width: 750px) {
  .post-type-archive-works .result_list {
    padding: 60px 0 60px;
  }
}

#contact{
  padding: 80px 0;
}
.form_w{
	padding: 40px;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.form_w .caution{
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.form_w table{
	width: 100%;
}
.form_w table th,
.form_w table td{
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
}
.form_w table th{
	width: 25%;
	font-weight: normal;
}
.form_w table th span{
	color: #cc4338;
	display: inline-block;
	margin-left: 10px;
}
.form_w table td input[type=text],
.form_w table td input[type=tel],
.form_w table td input[type=email],
.form_w table td input[type=number],
.form_w table td select{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
	font-size: 1.6rem;
	padding: 5px;
	box-sizing: border-box;
}
.form_w table td textarea{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.form_w .submit_area{
	text-align: center;
	margin-top: 30px;
}
.form_w .submit_area input[type=submit]{
	background: #e84989;
    width: 345px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
	border: 0px;
	border-radius: 10px;
}

.contact_u_txt_area{
	margin-top: 50px;
	text-align: center;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}
.contact_u_txt_area .caption{
	font-size: 1.4rem;
	margin-top: 10px;
}

.form_w .term_w{
	margin-top: 30px;
}
.form_w .term_w h3{
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: 600;
}
.form_w .term_w .term_txt_w{
	height: 250px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	overflow: scroll;
}
.form_w .term_w .term_txt_w_02{
	padding: 20px;
	border: 1px solid #e8e8e8;
	overflow: scroll;
}
.form_w .term_w .term_txt_w_02 a{
	text-decoration: underline;
}
.form_w .term_w .term_txt_w p{
	margin-bottom: 10px;
}

.form_w .simu_w{
	justify-content: space-between;
	margin-bottom: 20px;
}
.form_w .simu_w .simu_i{
	width: 48%;
	background: #f5f0ec;
	padding: 30px;
	box-sizing: border-box;
}
.form_w .simu_w .simu_i h3{
	font-weight: 600;
	color: #451d01;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.form_w .simu_w .simu_i h3 span{
	border-bottom: 1px solid #451d01;
}
.form_w .simu_w .simu_i .s_input{
	width: 88%;
}
.form_w .simu_w .simu_i .y.s_txt{
	margin-left: 10px;
}
.form_w .email_w{
	background: #fafafa;
	padding: 30px;
}
.form_w .email_w .email_txt{
	text-align: center;
	margin-bottom: 20px;
}
.form_w .email_w table{
	margin-bottom: 20px;
}
.form_w .email_w .caution{
	font-size: 1.2rem;
}
input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  margin-right: 0px;
  margin-top: 5px;
  background: #fff;
  border-radius: 100px;
}
input[type="radio"]:checked:before {
  	position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100px;
    width: 6px;
    height: 12px;
    width: 14px;
    height: 14px;
    background: #e84989;
    content: '';
}
input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #c3c3c3;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
	background: #fff;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #ed1b24;
	border-bottom: 2px solid #ed1b24;
	content: '';
}
.wpcf7-list-item {
	display: inline-block;
	margin-right: 20px;
	margin-left: 0;
}
.wpcf7-list-item:nth-last-of-type(1){
	margin-right: 0;
}
.form_w .service_term{
	overflow: auto;
    padding: 20px;
    background: #fff;
	max-height: 200px;
	margin: 15px 0;
	border: 1px solid #b4b4b4;
}
.wpcf7-spinner {
	display: none !important;
}
@media screen and (max-width: 750px) {
	#contact {
		padding: 80px 0;
	}

	#contact h2.s_ttl{
		font-size: 2.0rem;
		line-height: 1.5;
	}
	#contact h2.s_ttl::after {
		width: 40px;
		height: 1px;
		background: #14a83a;
		content: "";
		display: block;
		margin: 20px auto 30px;
	}
	#contact .contact_lis{
		justify-content:space-between;
	}
	#contact .contact_lis li{
		width: 100%;
		background: #f1fff4;
		border: 1px solid #14a83a;
		font-size: 1.4rem;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 100px;
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	#contact .contact_lis li .icon{
		flex-shrink: 0;
	}
	#contact .contact_lis li .txt{
		width: 100%;
		text-align: center;
		display: inline-block;
		letter-spacing: 1px;
		line-height: 1;
	}
	.form_w{
		padding: 25px;
	}
	.contact_form_p #contact_form{
		padding-bottom: 70px;
	}
	.form_w table th,
	.form_w table td{
		width: 100%;
		display: block;
	}
	.form_w .submit_area input[type=submit]{
		width: 100%;
		box-sizing: border-box;
	}
	.form_w table td input[type=text],
	.form_w table td input[type=tel],
	.form_w table td input[type=email],
	.form_w table td input[type=number],
	.form_w table td select{
		font-size: 1.4rem;
	}
	.form_w table td textarea{
		font-size: 1.4rem;
	}
}

.cta{
  padding: calc(80 / 1400 * 100vw) 0 calc(80 / 1400 * 100vw);
}
.cta .cta_w{
	background: #444444;
	padding: calc(60 / 1400* 100vw) calc(70 / 1400* 100vw);
	border-radius: 30px;
	justify-content: space-between;
	align-items: center;
}
.cta .cta_w .cta_ttl{
	font-size: calc(50 / 1400* 100vw);
	font-weight: 600;
}
.cta .cta_w > .txt{
	font-size: calc(17 / 1400* 100vw);
	font-weight: 600;
  flex-shrink: 0;
}
.cta .btn_w a{
	display: block;
	padding: calc(20 / 1400 * 100vw) calc(20 / 1400 * 100vw);
	width: calc(250 / 1400 * 100vw);
	box-sizing: border-box;
	position: relative;
}
.cta .btn_w a > .flex{
	align-items: center;
}
.cta .btn_w a .icon{
	margin-right: calc(10 / 1400 * 100vw);
}
.cta .btn_w a .icon{
	flex-shrink: 0;
}
.cta .btn_w a .icon img{
	width: calc(36 / 1400 * 100vw);
}
.cta .btn_w a .txt {
	width: 100%;
	text-align: center;
}
.cta .btn_w a:after{
	content: "";
    width: calc(8 / 1400 * 100vw);
    height: calc(8 / 1400 * 100vw);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: calc(32 / 1400 * 100vw);
}
@media screen and (max-width: 750px) {
	.cta{
		padding: 30px 0;
	}
	.cta .cta_w{
		padding: 30px 20px;
	}
	.cta .cta_w .cta_ttl{
		width: 100%;
		text-align: center;
		font-size: 3.8rem;
	}
	.cta .cta_w > .txt{
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 20px;
    flex-shrink: unset;
	}
	.cta .cta_w .btn_w{
		width: 100%;
	}
	.cta .cta_w .btn_i{
		width: 100%;
		padding: 15px;
		display: block;
		font-size: 1.6rem;
	}
  .cta .btn_w a{
    width: 100%;
    padding:15px;
    font-size: 1.6rem;
  }
  .cta .btn_w a .icon img {
      width: 40px;
  }
  .cta .btn_w a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: 44%;
  }
}