#index{
	overflow: hidden;
  }
  .year{
	min-height: 300px;
	cursor: pointer;
  }
  .year ul{
	display: none;
  }
  
  .year:hover ul{
	display: block;
  }
  /*-----------------------------------main
  */
  
  .logo_header{
	position: fixed;
	top:50%;
	right: 0;
	transform: translate(0%,-50%);
	z-index: 1002;
  
  }
  
  .limg{
	position: absolute;
	bottom: -390px;
	left: 0;
	z-index: 0;
  }
  
  .contact_header.pc{
	position: fixed;
	top:13.25px;
	left: 40px;
	z-index: 1002;
  }
  
  .contact_header.sp{
	position: fixed;
	top:6px;
	left:20px;
	z-index: 999;
  }
  .main_hero{
  
  }
  .main_box{
	width: 100vw;
	height: 100vh;
	bottom:0;
	left: 0;
  }
  .next_news{
	width: 100%;
  }
  .m_text{
	font-size: 20px;
	font-family: 'Noto Serif JP';
	line-height: 1.3;
  }
  .s_text{
	font-size: 12px;
	line-height: 1.6;
  }
  .next_news{
	background: #F5F5F5;
	padding: 44px 0;
  }
  .next_news li{
	padding: 0 10px;
  }
  .next_news li a{
	display: flex;
	width: 540px;
	height: 172px;
	border:1px #DFDFDF solid;
	border-radius: 10px;
	align-items: center;
	position: relative;
	background: #FFF;
	overflow: hidden;
  }
  .next_news li a div{
	width: 50%;
/* 	padding:0px 30px; */
	padding:0px 24px;
	background-size:cover;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	height: 100%;
  }
  .next_news li a div.text_nex{
	height: auto;
  }
  .next_news li a div p{
	width: 100%;
  
	padding: 3px 0;
  }
  .next_news li a span{
	position: relative;
	text-align: right;
	font-size: 12px;
	display: block;
  }
  .next_news li a span::after{
	content: url(../img/top/ra.svg);
	padding-left: 8px;
  
  }
  .next_news li a b{
	display: inline;
  }
  .news{
	width: 100%;
	background-color: #FFF;
	padding-top:60px;
	padding-bottom:40px;
	box-sizing: border-box;
  
  }
  .news .news_in {
	padding-left: 30px;
	width: 85%;
  }
  .news_next{
	display: flex;
    justify-content: flex-end;
/*     padding-top: 20px; */
  }
  .news.dotted{
	background-position: bottom;
  }
  .news_text_title{
	width: 15%;
	text-align: left;
	font-family: Roboto;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 24px;
  text-align: left;
  color: #4c3e36;
  
  }
  .news_title{
  font-family: "roboto";
  font-style: normal;
	  font-weight: normal;
  }
  .news .news_in a{
	  display: block;
	  padding: 3px 0;
	  text-align: left;
  }
  .news p{
	  display: inline-block;
	  font-size: 14px;
  }
  .news p.day{
	  /*width: 100px;*/
	  text-align: left;
	  vertical-align: top;
	font-weight: normal;
	font-family: "roboto";
	  padding-right: 1em;
  }
  .news p.news_text{
	  text-align: left;
  font-weight: normal;
  }
  .news p.news_text .news_label{
	  font-size: 0.8em;
	  padding: 0.5em;
	  border-radius: 10px;
	  
	  
	  &.label_post{
		  background-color: #FFF1D8;
	  }
	  &.label_column{
		  background-color: #FFE9C1;
	  }
	  &.label_example{
		  background-color: #FFF9E2;
	  }
  }
 label_post
  .mov_btn{
	position: absolute;
	right: 30px;
	bottom: 0px;
  }
  .title_btn{
	position: absolute;
	left: 50%;
	margin-left: -660px;
	top:110px;
	z-index: 100;
  }
  .slider{
	margin: auto;
  }
  .slider{
	position: relative;
  }
  .slick-slide .img_box a:hover{
	opacity: 1 !important;
  }
  .slick-num{
	position: absolute;
	right: 50px;
	bottom: 35px;
	color: #FFF;
	font-size: 16px;
  }
  .slick-num span{
	font-family: "roboto";
  
  }
  .center .slick-slide{
	width: 100vw;
  }
  .slider .slick-dots{
	 margin-top: 20px;
	 text-align: center;
  }
  .slider .slick-dots li{
	background-color: #FFF;
	border: 1px solid #4C3E36;
	display: inline-block;
	margin:0 10px;
	width: 9px;
	height: 9px;
	overflow: hidden;
	border-radius: 6px;
	opacity: 0.6;
	transition: .3s;
  }
  .slider .slick-dots li:hover{
	opacity: 1;
  }
  .slider .slick-dots li.slick-active{
	background-color: #4C3E36;
	border: 1px solid #D9AE00;
	opacity: 1;
  }
  .slider .slick-dots li button{
	  opacity: 0;
	  cursor: pointer !important;
  }
  .sl_text{
	width: 908px;
	margin:30px auto;
	text-align: left;
  }
  .center{
	position: relative;
  
  }
  .center .slick-dots{
	 margin-top: 20px;
	 text-align: center;
  }
  .center .slick-dots li{
	background-color: #FFF;
	border: 1px solid #4C3E36;
	display: inline-block;
	margin:0 10px;
	width: 9px;
	height: 9px;
	overflow: hidden;
	border-radius: 6px;
	opacity: 0.6;
	transition: .3s;
	height: 740px;
  }
  .center .slick-dots li:hover{
	opacity: 1;
  }
  .center .slick-dots li.slick-active{
	background-color: #4C3E36;
	border: 1px solid #D9AE00;
	opacity: 1;
  }
  .center .slick-dots li button{
	  opacity: 0;
	  cursor: pointer !important;
  }
  .center .img_box{
	background-size: cover;
	height: 740px;
	background-position: center;
  }
  .center .s_t{
	top:438px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1280px;
	padding: 0 40px;
	margin:0 auto;
	box-sizing: border-box;
	position: absolute;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
  
  }
  .center .s_t .t1{
	font-family: "roboto";
  font-size: 45px;
  letter-spacing: 0.6em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  font-weight: 300;
  
  }
  
  .center .s_t .t2{
	margin-top: 5px;
	font-family: 'Noto Serif JP';
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.33em;
  line-height: 33px;
  text-align: left;
  color: #fff;
  }
  .slick-next{
	position: absolute;
	top:50%;
	margin-top: -42px;
	right: 40px;
  
	background: url(../img/top/rn.png) no-repeat center;
	background-size: contain;
	width: 84px;
	height: 84px;
  }
  button.slick-prev,
  button.slick-next{
	transition: .3s;
	color: rgba(0,0,0,0);
	border: none;
	opacity: 1;
  }
  
  button.slick-prev:hover,
  button.slick-next:hover{
	opacity: 0.8;
	cursor: pointer !important;
  }
  
  .slick-prev{
	position: absolute;
	top:50%;
	margin-top: -42px;
	left:40px;
	background: url(../img/top/ln.png) no-repeat center;
	background-size: contain;
	width: 84px;
	height: 84px;
	z-index: 100;
  }
  .slider .slick-next,
  .slider .slick-prev{
	top:195px;
	margin: 0;
  }
  .slider .slick-next{
	left:auto;
	right:75px;
  }
  .slider .slick-prev{
	right: auto;
	left: 75px;
  }
  @media screen and (max-width: 768px){
	.center .s_t{
	  top:238px;
	}
	.center .s_t .t1{
	  font-family: "roboto";
	font-size: 28px;
	letter-spacing: 0.6em;
	line-height: 40px;
	text-align: left;
	color: #fff;
	font-weight: 300;
  
	}
  
	.center .s_t .t2{
	  font-family: 'Noto Serif JP';
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.33em;
	line-height: 23px;
	text-align: left;
	color: #fff;
	}
	.center .img_box{
	  background-size: cover;
	  height: 430px;
	  background-position: center;
	}
  
  
  .title_btn{
	position: absolute;
	left: 20px;;
	margin-left:2px;
	top: 75px;
	z-index: 100;
  }
  .slider .slick-next,
  .slider .slick-prev{
	top:calc(((100% * 0.484) / 2) - 12px);
  
	margin: 0;
  }
  .slider .slick-next{
	left:auto;
	right:-15px;
  }
  .slider .slick-prev{
	right: auto;
	left: -15px;
  }
  
  .m_text{
	font-size: 20px;
	font-family: 'Noto Serif JP';
	line-height: 1.3;
	padding-right: 10px !important;
	box-sizing: border-box;
  }
  .s_text{
	font-size: 12px;
	line-height: 1.6;
  }
  .next_news{
	background: #F5F5F5;
	padding: 44px 0;
  }
  .next_news li{
	padding: 0 10px;
	  max-width: 90vw;
  }
  
  .next_news li a{
	display: block;
	width: 96%;
	/*height: 277px;*/
/* 	height: 320px; */
	height: 278px;
	border:1px #DFDFDF solid;
	border-radius: 10px;
	align-items: center;
	position: relative;
	background: #FFF;
	overflow: hidden;
	  margin:auto;
  }
  .next_news li a div{
	width: calc(100vw - 40px);
	padding:0px 20px;
	box-sizing: border-box;
	background-size:cover;
	display: flex;
	flex-wrap: wrap;
	height: 150px;
  }
  
  .next_news li a div.text_nex{
	height: auto;
	display: flex;
	padding-top: 20px;
	width: 100%;
	box-sizing: border-box;
  }
  .next_news li a div p{
	width: auto;
  
	padding:0;
  }
  .next_news li a span{
	position: absolute;
	bottom:10px;
	right: 10px;
	font-size: 12px;
	display: block;
  }
  .next_news li a span::after{
	content: url(../img/top/ra.svg);
	padding-left: 8px;
  
  }
  .next_news li a b{
	display: inline;
  }
  .news{
	width: 100%;
	background-color: #FFF;
	padding-top:40px;
	padding-bottom:40px;
	box-sizing: border-box;
  
  }
  .news .news_in {
	padding-left: 30px;
	width: 85%;
  
  }
  
	#trailer .w100s{
	  text-align: center !important;
	}
	.copy p{
	  text-align: center !important;
	}
  
  
  .news .news_in{
	padding: 0;
	width: 100%;
	margin-top: 5px;
  }
  .news .news_in>a{
	display: flex;
	grid-gap: 20px;
	padding: 3px 0;
  }
  .news p{
	font-size: 1.2rem;
  }
	.main_news{
	  padding: 0 20px;
	}
	.title_btn {
	  position: absolute;
	  left: 20px;;
	  margin-left:2px;
	  top: 75px;
	  z-index: 100;
	  width: 56.3vw;
  }
	.center{
	  width: 100%;
	}
	.slick-next{
	  top:50%;
	  right: -5px;
	  margin: 0;
	  margin-top: -20px;
	  width: 60px;
	  height: 60px;
		background: url(../img/top/rn.png) no-repeat center;
		background-size: contain;
	}
  
	.slick-prev{
	  top:50%;
	  left:-5px;
	  margin: 0;
	  margin-top: -20px;
	  width: 60px;
	  height: 60px;
		background: url(../img/top/ln.png) no-repeat center;
		background-size: contain;
	}
	.center .slick-dots li{
	  display: inline-block;
	  margin:0 5px;
	  width: 7px;
	  height: 7px;
	  overflow: hidden;
	  border-radius: 6px;
	  opacity: 0.6;
	  transition: .3s;
	}
	.img_box{
	  width: 100%;
	  margin: 0 auto;
	}
	.sl_text{
	  width: 100%;
	  padding:0 0px;
	  box-sizing: border-box;
	  font-size: 1.2rem;
	}
	.img_box2{
	  padding:0px;
	  margin: 0 auto;
	  max-width: 413px;
	}
	.img_box2 img{
	  max-width: 100% !important;
	}
  
  }
  
  
  
  .lline{
	background: url(../img/line.jpg) repeat-y;
	background-size:12px auto;
	width: 100%;
	font-size:2.4rem;
	padding-left: 25px;
	font-weight: 600;
	  line-height: 0.8;
	  padding-bottom: 2px;
  }
  p.news{
	  display: inline-block;
	  color: #FFF;
	  background: #BABABA;
	  padding: 0px 25px 6px;
	  border-radius: 3px;
	  margin-right: 20px;
	  font-size: 14px;
  
  }
  .tableBox {
	  width: 100%;
	  margin: 0 auto;
  }
  table {
	  width: 100%;
	  border-collapse: collapse;
  }
  table th,
  table td {
	  padding: 21px 0px 22px;
	background-image: linear-gradient(to right, #000 1px, transparent 1px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	  line-height: 1.85;
	  font-weight: 300;
	  vertical-align: top;
	  text-align: left;
	  box-sizing: border-box;
	font-size: 14px;
  }
  
  table td:first-of-type{
	font-weight: 400;
	width: 150px;
  }
  table th {
	  width: 20%;
	  /*font-weight: bold !important;*/
	  font-weight: 700;
  }
  .c_box{
	flex:1;
  }
  .c_item{
	text-align: left;
	background-image: linear-gradient(to right, #000 1px, transparent 1px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	padding-top: 25px;
	display: flex;
  }
  .c_u{
	align-items: baseline;
  }
  
  .c_u p{
	font-size: 13px;
  }
  .c_item .c_text{
	flex:1;
  }
  .img_box3{
	padding-right: 50px;
	width: 150px;
  }
  .sidebar{
	padding-left: 40px;
	box-sizing: border-box;
	width: 281px;
  }
  .sidebar_{
	padding-top: 35px;
	text-align: left;
  }
  .sidebar_ .font_17{
	padding-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 15px;
	margin-top: 30px;
  }
  .cate a{
	display: block;
	font-size: 14px;
	margin-top: 5px;
  }
  .item_k{
	padding-top: 10px;
	display: flex;
	font-size: 13px;
	padding-bottom: 18px;
	background-image: linear-gradient(to right, #000 1px, transparent 1px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	background-position: bottom;
  }
  .item_k div{
	display: flex;
	align-items: center;
  
  }
  .item_k div p{
	width: 45px;
	height: 45px;
	border: 1px solid #DFDFDF;
	background-size:cover;
	background-position: center;
  }
  .item_k>p{
	flex:1;
	font-size: 13px;
	padding-left: 10px;
  }
  .tag a{
	display:inline-block;
	font-size: 14px;
	padding: 6px 10px;
	background-color: #F1F1F1;
  }
  .year a{
	font-size: 14px;
	display: block;
  }
  .year ul{
	padding-left: 10px;
  }
  .pic-container {
	  display: grid;
	  place-items: center;
	  width: 100vw;
	  height: 100vh;
	  box-sizing: border-box;
	  padding: 0 2rem;
	  background-color: #fefefe;
  }
  
  
  
  .search-box {
	  width: 100%;
	  margin-top: 40px;
  }
  
  .search-box input[type="text"] {
	  flex-grow: 1;
	  padding: 10px 8px 9px;
	  border: 1px solid #4C3E36;
	  margin-right: -4px;
	  box-sizing: border-box;
	  width: calc(100% - 45px);
  }
  
  .search-box button {
	  cursor: pointer;
	  padding: 10px 12px 9.5px;
	  border: none;
	  background-color: #4C3E36;
	  color: #fff;
	  font-size: 18px;
  }
  
  .search-box input:focus {
	  outline: 0;
	  border: 1px solid #4ab6f6;
  }
  
  .search-box button:hover {
	  color: #4ab6f6;
  }
  @media screen and (max-width: 768px) {
	.mov_btn {
		position: absolute;
		right: 0px;
		bottom: -145px;
		z-index: 100;
	}
  }
  
  .title_box{
	font-size: 4.9rem;
	font-family: 'Roboto',	'Noto Sans JP','sans';
	font-weight: bold;
  }
  .title_box span{
	display: block;
	  font-size: 1.2rem;
	  margin: 0 auto;
	  font-weight: normal;
  }
  .text_h2{
	line-height: 1.85;
	  font-size: 1.8rem;
	  text-align: center;
	  margin: 0 auto;
	font-weight: normal;
  }
  .article h2{
	font-family: 	'Noto Serif JP','sans';
	font-weight: 400;
  }
  .article p{
	font-size: 14px;
  }
  .article .c_u{
	margin-top: 20px;
	padding-top: 0px;
	margin-bottom: 40px;
	background-image: linear-gradient(to right, #000 1px, transparent 1px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	background-position: top;
  }
  .article .c_u a{
	font-size: 13px;
	text-decoration: underline;
	color: #1A1A1A;
  }
  @media screen and (max-width: 768px) {
	.title_box{
	  font-size: 2.7rem;
	  font-family: 'Roboto',	'Noto Sans JP','sans';
	}
	.title_box span{
	  display: block;
		font-size: 1.2rem;
		margin: 0 auto;
		font-weight: normal;
	}
  }
  
  #index #ABOUT{
	background: url(/wp-content/uploads/2025/08/web-top-concept-1.png) no-repeat top 420px left 59%;background-size: auto 400px;
	padding-bottom: 340px;
	z-index: 10;
		position: relative;
  }
  #detail #ABOUT .img_box{
	position: absolute;
	bottom: -217px;
	right: 270px;
	width: 402px
  }
  #detail #ABOUT{
	padding-bottom: 30px;
  
  }
  
  #detail #FLOW .text_hline::after{
	margin:40px auto 0 !important;
  }
  
  .t1{
	font-family: Roboto;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #1a1a1a;
  }
  .t2{
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 24px;
	color: #1a1a1a;
	padding-top: 20px;
  }
  .concept .t2.text_hline::after{
	margin: 40px 0 0;
  
  }
  
  .t3{
	font-family: "Noto Serif JP";
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 48px;
	color: #1a1a1a;
	padding-top: 40px;
  }
  .t4{
	padding-top: 50px;
	font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px
  color: #000;
  }
  #ABOUT .t4{
	padding-left: 65px;
  }
  #FEATURES .t4{
	padding-top: 40px;
  }
  #CONTACT .t3{
	padding-top: 5px;
	margin-right: -70px;
  }
  #CONTACT .t4{
	padding-top: 0px;
  }
  #FEATURES{
	padding-top: 330px;
	margin-top: -360px;
	z-index: 0;
	background: url(../img/top/bg1.jpg) no-repeat top 0 center;
	background-size: auto 2121px;
	position: inherit;
  }
  .d_bg1{
	padding-top: 170px;
  /*   padding-top: 300px; */
	margin-top: -260px;
	z-index: 0;
	background: url(../img/top/bg1.jpg) no-repeat top 0 center;
	background-size: auto 2121px;
	  position: inherit;
  }
  .d_bg3{
	padding-top: 300px;
	margin-top: -260px;
	z-index: 0;
	background: url(../img/top/bg1.jpg) no-repeat top 0 center;
	background-size: auto 2121px;
	  position: inherit;
  }
  .d_bg2{
	padding-top: 180px;
/* 	padding-top: 230px; */
	margin-top: -160px;
	z-index: 0;
	background: url(../img/about/bg.svg) no-repeat top 0 center;
	background-size: auto 2674px;
	  position: inherit;
  }
  
  
  #SERVICE h2 {
	font-family: "Noto Serif JP";
	font-weight: normal;
	font-size: 33px;
	letter-spacing: 0.08em;
	line-height: 39px;
	text-align: left;
	color: #1a1a1a;
  
  }
  
  
  #detail .t1{
	  font-family: Roboto;
	  font-weight: normal;
	  font-size: 32px;
	  letter-spacing: 0.22em;
	  line-height: 42px;
	  color: #1a1a1a;
	}
  #detail .t2{
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 24px;
	color: #1a1a1a;
	padding-top: 20px;
  }
  #detail .text_hline::after{
	margin: 40px 0 0 !important;
  }
  
  #detail .text_hline_c::after{
	margin: 40px auto 0 !important;
  }
  
  #detail .t3{
	font-family: "Noto Serif JP";
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 48px;
	color: #1a1a1a;
  }
  .footer_padding{
	  padding-top:15px;
  }
  #detail .t4{
	  
	padding-top: 40px;
	font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 25px;
  color: #000;
  }
  .w_text{
	padding: 0 90px;
	display: flex;
	  align-items: center;
	  flex-wrap: wrap;
  }
  #trailer{
	background: url(../img/index/bg2.png) no-repeat top;
	background-size: auto 1358px;
  }
  #trailer .copy_img{
	margin-top: -50px;
	margin-left: -250px;
	margin-right: 80px;
  }
  .d_tab{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	padding-top: 15px;
  }
  .d_tab li{
	width: 185px;
	height: 67px;
	border-radius: 10px 10px 0px 0px;
	background: #FFF;
	font-size: 15px;
	margin: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  .d_tab li:nth-child(2){
	background: #FFF1D8;
  }
  .d_tab li:nth-child(3){
	  background: #FFE9C1;
  }
  .d_tab li:nth-child(4){
	  background: #FFE0A5;
  }
  .flow ul{
	margin:90px auto 0;
	width: fit-content;
	background: url(../img/flow/ua.png) no-repeat;
	background-position: 60px 240px;
	background-size:146px;
  }
  .flow ul li{
	display: flex;
	width: 980px;
	margin-bottom: 50px;
  }
  .flow .ul_div1{
	width: 264px;
	border-radius: 180px;
	border: 10px solid #F5F5F5;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 40px;
  
  }
  .ul_div2{
	width: 673px;
  }
  .ul_div2 .ul_div3{
	font-size: 17px;
	font-weight: 400;
	background: #F5F5F5;
	border-radius: 30px;
	display: flex;
    align-items: center;
  }
  .ul_div2 .ul_div3 p{
	background:#F5DEB3;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 30px;
	display: inline-block;
	width: 1px;
	height: 1px;
	line-height: 0;
	text-indent: -0.5rem;
	color: #FFF;
	font-weight: 500;
	font-family: "roboto";
	font-size: 23px;
	margin-right: 15px;
  }
  .ul_div2 .ul_div4{
	padding-top: 30px;
	padding-left: 77px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
  }
  .pankuzu{
	width: 100%;
	text-align: center;
	background: #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
	padding: 5px 0;
  }
  .pankuzu ol{
  }
  .pankuzu ol {
	display: flex;
  }
  .pankuzu ol li{
	margin-right: 8px;
  }
  .pankuzu ol li span,
  .pankuzu ol li a{
	font-size: 13px;
	vertical-align: middle;
	display: flex;
	align-items: center;
  }
  .pankuzu ol li a::after{
	content: ">";
	color: #BABABA;
	padding-left: 10px;
  }
  /* #consultant>section{
	padding: 0 40px;
	box-sizing: border-box;
  } */
  .box_text_01{
	position: relative;
	padding-top: 160px;
	width: 100%;
	text-align: center;
  }
  .box_text_01 .bg{
	padding-top: 73px;
	border-radius: 60px;
	height: 634px;
	box-sizing: border-box;
	  width: 94%;
	background-size: cover;
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
	  margin-left: 3%;
  }
  .box_text_01 .bg .t1{
    font-size: 35px !important;
	text-shadow : 0px 0px 20px rgba(0,0,0,0.4);
  }
  .box_text_03 .bg{
	  height: 750px;
	  height: 100%;
	  max-height: 750px;
  }
  .w_bg{
	margin-top: 150px;
	margin: auto;
	padding: 50px 60px 60px;
	text-align: left;
	background-color: #FFF;
	border-radius: 12px;
	z-index: 10;
	position: relative;
	max-width: 780px;
  }
  
  .w_bg .t4{
	padding-top: 15px !important;
  }
  .t5{
	font-weight: 400;
	font-size: 24px;
  }
  #detail #VOICE .text_hline::after {
	margin: 40px auto 0 !important;
  }
  .img_box2{
	margin-top: -100px;
	text-align: right;
	padding-right: 50px;
	box-sizing: border-box;
  }
  .voice {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }
  .voice li{
	margin-top: 20px;
	display: flex;
	text-align: left;
  }
  .voice li:nth-child(odd){
	padding-right: 154px;
  }
  .voice li:nth-child(even){
	padding-left: 154px;
	flex-direction: row-reverse;
  }
  .voice li .text_t{
	width: 638px;
	height: 165px;
  }



  
  .voice li:nth-child(odd) .text_t{
  padding:26px 32px 0 48px;
  box-sizing: border-box;
  background: url(../img/consultant/fuki1.svg) no-repeat top left;
  }
  
  .voice li:nth-child(even) .text_t{
  padding:26px 48px 0 32px;
  box-sizing: border-box;
  background: url(/wp-content/uploads/2025/08/吹き出し.png) no-repeat top right;
  }

 .voice li:nth-child(odd) .text_t1{
  background: url(/wp-content/uploads/2025/08/グループ-1631.png) no-repeat top left;
  }
  
  .voice li:nth-child(even) .text_t1{
  background: url(/wp-content/uploads/2025/08/グループ-1786.png) no-repeat top right;
  }
  #CONTACT{
	padding-top: 180px;
	margin-top: -200px;
	background: url(../img/top/bg2.svg) no-repeat top;
	background-size:auto 788px;
  }
  
  @media screen and (max-width: 768px) {
	#SERVICE .w1:nth-child(even) .w_text{
	  padding-right: 80px;
	}
	#SERVICE .w1:nth-child(odd) .w_text{
	  padding-left: 80px;
	}
	.w_text{
	  padding: 0px;
	  display: flex;
	}
  }
@media screen and (max-width:1226px){
		#detail #ABOUT .img_box{
	  position: static;
	  width: 396px;
	  margin-top: 50px;
	  margin-bottom: -200px;
	}
    .img_box {
        width: 100%;
        margin: 0 auto;
    }
}
  @media screen and (max-width: 768px) {
	.flow{
/* 	  padding: 0 20px; */
	  padding: 0 10px;
	  box-sizing: border-box;
	}
  
	.flow ul{
	  margin:90px auto 0;
	  width: fit-content;
	  background: url(../img/top/ua2.png) no-repeat;
	  background-position:2px 60px;
	  background-size:69px 981px;
	  width: 100%;
  
	}
	.flow ul li{
	  display: flex;
	  width: 100%;
	  margin-bottom: 50px;
	}
	.flow .ul_div1{
	  width: 100px;
/* 	  width: 71px; */
	  border-radius: 180px;
	  border: 5px solid #F5F5F5;
	  box-sizing: border-box;
	  overflow: hidden;
	  margin-right: 10px;
	  height: fit-content;
	  margin-top:-5px;
	}
	.ul_div2{
	  flex: 1;
	  width: 100%;
	}
	.ul_div2 .ul_div3{
	  font-size: 14px;
	  font-weight: 400;
	  line-height: 22px;
	  background: #F5F5F5;
	  border-radius: 10px;
	  padding-right: 10px;
	  /*padding-top: 10px;
	  padding-bottom: 10px;*/
	}
	/*.ul_div2 .ul_div3 p{
	  background:#F5DEB3;
	  padding:32px 13px;
	  box-sizing: border-box;
	  border-radius: 10px 0 0 10px;
	  display: inline-block;
	  width: 1px;
	  height: 100%;
	  line-height: 0;
	  text-indent: -0.5rem;
	  color: #FFF;
	  font-weight: 500;
	  font-family: "roboto";
	  font-size: 16px;
	  margin-top: -10px;
	  margin-right: 15px;
	  float: left;
	}*/
	.ul_div2 .ul_div3 p{
		padding: 32px 13px;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
	}
	
	.ul_div2 .ul_div4{
	  padding-top: 20px;
	  padding-left: 0px;
	  padding-right: 0px;
	  font-size: 13px;
	  line-height: 2;
	  font-weight: 300;
	}
  .box_text_01 {
	  padding-top: 0px;
	}
	.box_text_01 .bg{
	  padding-top: 0px;
	  border-radius: 60px;
	  height: 333px;
	  box-sizing: border-box;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-size: cover;
	  background-position: center;
	  position: inherit;
	  left: 0;
	  top:0;
	  z-index: 0;
		margin-left: 0;
	}
	#consultant>section{
	  padding:0 20px;
	}
  .t5{
	font-size: 20px;
  }
	.box_text_01 .bg .t1{
  
	  font-size: 20px !important;
	}
	.w_bg{
	  margin-top: 150px;
	  margin: auto;
	  padding: 20px 20px 20px;
	  text-align: left;
	  background: none !important;
	  border-radius: 12px;
	  z-index: 10;
	  position: relative;
	  max-width: 982px;
	}
	.w_bg.margin_bottom_180{
	  margin-bottom: 20px !important;
	}
  
  
	.voice {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	}
	.voice li{
	  margin-top: 20px;
	  display: flex;
	  text-align: left;
	}
	.voice li:nth-child(odd){
	  padding-right: 0px;
	  width: 100%;
	}
	.voice li:nth-child(even){
	  padding-left: 0px;
	  width: 100%;
	  flex-direction: row-reverse;
	}
	.voice li .text_t{
	  width: 100%;
	  height: auto;
	  position: relative;
	}
  
	.voice li:nth-child(odd) .text_t{
	padding:16px 12px 18px 38px;
	box-sizing: border-box;
	background: url(../img/consultant/fuki1.svg) no-repeat top -28px left;
  
	}
  
	.voice li:nth-child(even) .text_t{
	padding:16px 38px 18px 20px;
	box-sizing: border-box;
	background: url(../img/consultant/fuki2.svg) no-repeat top -28px right;
  
	}
	.voice li .text_t::after{
	  content: "";
	  background-color:#000;
	  border-radius: 7px;
	  z-index: -1;
	  left: 0;
	  top:0;
	  width: calc(100% - 20px);
	  height: 100%;
	  position: absolute;
	}
	.voice li:nth-child(even) .text_t::after{
	  background-color:#FFF9E3;
  
	}
	.voice li:nth-child(odd) .text_t::after{
	  background-color:#FFF6E6;
	  left: auto;
	  right: 0;
	}
	.voice li img{
	  width: 70px;
	  height: auto;
	}
	.voice li .text_t .font_15{
	  font-size: 13px !important;
	  padding-bottom: 10px !important;
	}
  .voice li .text_t .font_14{
	font-size: 12px !important;
  }
  
	.d_tab{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-color: #F5F5F5;
	  padding-top: 15px;
	  flex-wrap: wrap;
	  gap:8px;
	  padding: 14px 12px 14px;
	}
	.d_tab li{
	  width:calc(50% - 10px);
	  height: 50px;
	  border-radius: 10px;
	  background: #fff;
	  font-size: 12px;
	  margin: 0px;
  
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
  
	}
  
  
	  .t1{
	  font-family: Roboto;
	  font-weight: normal;
	  font-size: 22px;
	  letter-spacing: 0.22em;
	  line-height: 42px;
	  color: #1a1a1a;
	}
	.t2{
	  font-family: "Noto Sans JP";
	  font-weight: normal;
	  font-size: 12px;
	  letter-spacing: 0.02em;
	  line-height: 24px;
	  color: #1a1a1a;
	  padding-top: 0px;
	}
	.text_hline::after{
	  margin: 20px 0 0;
	  width: 30px !important;
  
	}
	  #FEATURES .t2.text_hline::after{
  margin: 20px auto !important;
  }
	.concept{
	  padding-top: 36px !important;
	}
  
	.t3{
	  font-family: "Noto Serif JP";
	  font-weight: normal;
	  font-size: 20px;
	  letter-spacing: 0.08em;
	  line-height: 30px;
	  color: #1a1a1a;
	  padding-top: 20px;
	}
	.t4{
	  padding-top: 20px;
	  font-family: "Noto Sans JP";
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 28px
	color: #000;
	}
	#detail #ABOUT .img_box{
	  position: static;
	  width: 288px;
	  margin-top: 50px;
	  margin-bottom: -200px;
	}
	#ABOUT .t4{
	  padding-left: 20px;
	  padding-right: 20px;
	}
	#FEATURES .t4{
	  padding-top: 0px;
	}
	#FEATURES .flex_wrap_s_1 .item{
/* 	  padding: 0 20px; */
	  margin-bottom: 28px;
	}
  
	#CONTACT .t3{
	  padding-top: 0px;
	  margin-right: -30px;
	}
	#CONTACT .t4{
	  padding-top: 0px;
	}
	.btn_over_text{
	  height: auto;
		border-radius: 100px;
	}
	.btn_over_text .text {
	  padding: 28px 40px 20px;
	}
	.btn_over_text .text span.t1{
	  font-size: 16px;
		min-height:auto;
	}
	.btn_over_text .text span.t2{
	  font-size: 12px;
	}
	#FEATURES {
	  padding-top: 500px;
	  margin-top: -500px;
	  z-index: 0;
	  background: url(../img/top/bg1.jpg) no-repeat top 0 left 45%;
	  background-size: auto 3367px;
	}
	.d_bg1{
	  padding-top: 185px;
	  margin-top: -160px;
	  z-index: 0;
	  background: url(../img/top/bg1.jpg) no-repeat top 0 center;
	  background-size: auto 2121px;
		position: inherit;
	}
	.d_bg2{
	  padding-top: 230px;
	  margin-top: -160px;
	  z-index: 0;
	  background: url(../img/about/bg.svg) no-repeat top 0 center;
	  background-size: auto 2674px;
		position: inherit;
	}
  
/* 	#index #ABOUT{
	  background: none;
	  padding-bottom: 0px;
		margin-bottom: 70px;
	} */
	#detail #ABOUT{
/* 	  padding-bottom: 50px !important; */
	}
	#detail #ABOUT .flex_box{
	  display: block;
	}
	#detail #ABOUT .flex_box.margin_top_60{
	  margin-top: 30px !important;
	}
	#detail #ABOUT .flex_box.margin_top_60 img{
	  width: 180px;
	  margin-bottom: 30px;
	}
	#detail #ABOUT .flex_box.margin_top_60 .padding_left_40{
	  padding: 0 !important;
	}
	#detail #ABOUT .flex_box.margin_top_60 .font_14{
	  font-size: 13px !important;
	}
	#detail #ABOUT .flex_box.margin_top_60 .font_18{
	  font-size: 14px !important;
	}
	#detail #ABOUT .wrapper{
	  padding: 40px 0px !important;
	}
	#detail #ABOUT>.wrapper{
	  padding: 40px 20px !important;
	}
  
	 #SERVICE .t4.padding_bottom_60{
	   padding-bottom: 30px !important;
	 }
	 #SERVICE .t1.text_hline_c.padding_top_90{
	   padding-top: 10px !important;
	 }
	 #SERVICE .padding_bottom_40{
	   padding-bottom: 10px !important;
	 }
	 .concept.padding_top_180{
	   padding-top: 80px !important;
	 }
	 #detail .t3.padding_top_80{
	   padding-top:20px !important;
	 }
	 #SERVICE .t4.padding_left_60{
	   padding:20px 0 0!important;
	 }
	 #SERVICE .img_box2{
	margin-top: 30px !important;
	text-align: center;
	padding-right: 0 !important;
  }
  #SERVICE .img_box2 img{
	width: 288px;
	padding-bottom: 20px;
  }
  #SERVICE .text_align_s_center{
	padding: 20px 0 0!important;
	font-size: 13px;
	text-align: left !important;
  }
  #SERVICE .concept.text_box.padding_top_80{
	padding-top: 60px !important;
  margin-top: 60px !important;
  }
  #SERVICE .text_align_left.padding_center_80.padding_top_50{
  padding:28px 0 0 !important;
  font-size: 13px;
	  flex: 1;
  }
  #SERVICE .padding_top_40{
	width: 59px !important;
	padding-right: 20px;
  
  }
  #SERVICE .text_align_center.d_bg2 .t4{
	padding:28px 20px 40px !important;
	box-sizing: border-box;
  }
  #detail iframe{
	padding-bottom: 100px;
  }
	 table td:first-of-type{
	   width:78px;
	 }
	#SERVICE h2 {
	  font-family: "Noto Serif JP";
	  font-weight: normal;
	  font-size: 18px;
	  letter-spacing: 0.08em;
	  line-height: 30px;
	  text-align: left;
	  color: #1a1a1a;
	}
	#SERVICE .w1 .w_text{
	  padding: 0 !important;
	}
	#SERVICE .w1>.margin_auto>.w100s:nth-child(even){
	  display: flex;
  flex-direction: column-reverse;
	}
	#SERVICE .margin_top_s_20.w100s{
	  padding:0 20px;
	  box-sizing: border-box;
  
	}
	#SERVICE .margin_top_s_20.w100s>.w100s>img{
	  padding-bottom: 30px;
	}
	#SERVICE .margin_top_s_20.w100s{
	  margin-bottom: 30px;
	}
  
  #SERVICE .spimg{
	height: 33px;
	width: auto;
  }
	#detail .t1{
	  font-family: Roboto;
	  font-weight: normal;
	  font-size: 18px;
	  letter-spacing: 0.22em;
	  line-height: 42px;
	  color: #1a1a1a;
	}
	#detail .t2{
	  font-family: "Noto Sans JP";
	  font-weight: normal;
	  font-size: 17px;
	  letter-spacing: 0.02em;
	  line-height: 24px;
	  color: #1a1a1a;
	  padding-top: 20px;
	}
	  #detail.contact .t1{
		font-size: 20px;
	  }
	  #detail.contact .t2{
		font-size: 13px;
	  }
  
	#detail #CONTACT .t2{
	  font-family: "Noto Sans JP";
	  font-weight: normal;
	  font-size: 12px;
	  letter-spacing: 0.02em;
	  line-height: 24px;
	  color: #1a1a1a;
	  padding-top: 0px;
	}
	#detail .text_hline::after{
	  margin: 28px 0 0 !important;
	}
  #detail .text_hline_c{
	line-height: 1 !important;
  }
	#detail .text_hline_c::after{
	  margin: 28px auto 0 !important;
	}
  
	#detail .text_hline_c::after{
	  width: 30px;
	}
  
	#detail .t3{
	  font-family: "Noto Serif JP";
	  font-weight: normal;
	  font-size: 20px;
	  letter-spacing: 0.08em;
	  line-height: 30px;
	  color: #1a1a1a;
	  padding-top: 20px;
	}
	#detail .t1 img{
	  height: 26px;
	  width: auto;
	  vertical-align: sub;
	  padding-right: 10px !important;
	}
	#detail #CONTACT .t3{
	  width: 100%;
	  margin-right: 0;
	  padding-bottom: 20px;
	  padding-top: 0;
	}
	#detail .t4{
	  padding-top: 20px;
	  font-family: "Noto Sans JP";
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 25px;
		/* 	color: #000; */
	}
  #BLOG .concept{
	padding: 0;
  }
  #BLOG .concept>.flex_box{
	display: block;
  }
  #BLOG .padding_top_180{
	padding-top: 30px !important;
  }
  #BLOG .font_30{
	font-size: 18px !important;
  }
  .img_box3{
	width: 84px;
	padding-right: 20px;
  }
  .article p{
	font-size: 13px;
  }
  .c_box{
	margin-top: 10px !important;
	padding:0 0 20px !important;
  }
  .c_box .font_18.font_400{
	font-size: 14px !important;
	line-height: 24px;
	margin-bottom: 10px;
  }
  .sidebar{
	padding: 0 !important;
	width: 100%;
  }
  .sidebar_{
	padding: 0 !important;
  }
	#about{
	  background: url(../img/index/bg2sp.png) no-repeat top;
	  background-size: 110px auto;
	  background-position:20px 0px;
	}
	#trailer{
	  background: url(../img/index/bg3sp.jpg) no-repeat top #F6F3E4;
	  background-size:100% auto;
	}
	#trailer .copy_img{
	  margin-top:60px;
	  margin-left: 0px;
	  margin-right: 0px;
	  text-align: left;
	}
	@media screen and (max-width: 768px) {
	#trailer .copy_img{
	  margin-top:0px;
	  margin-left: 0px;
	  margin-right: 0px;
	  text-align: left;
	}
  }
	#trailer .copy_img img{
	  width: 143px;
	}
	#lineup .copy_img img{
	  width: 170px;
	}
	.main_20{
	padding: 0 20px;
	box-sizing: border-box;
	 }
  
  
  
  
  
	 @media screen and (max-width: 768px) {
	   #movie .copy_img{
		 margin-top:0px;
		 margin-left: 0px;
		 margin-right: 0px;
		 text-align: left;
	   }
   }
	 #movie .copy_img img{
	   width: 200px;
	 }
	  #movie .w100s{
		text-align: center;
	  }
	 .w100s iframe{
	   width: 100% !important;
	   max-width: 413px;
	 }
  }
  
  /*-----------------------------------å…±é€š
  */
  .hero_image{
	  margin-top: 90px;
	  width: 100%;
	position: relative;
	/*   height: 370px; */
	 height: 150px;
	  background-color: #000;
	}
  .hero_image::after{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	background: url(../img/common/hero1.jpg) no-repeat bottom;
	background-size:cover;
	width: 100%;
	height: 100%;
	z-index: 0;
  }
  .hero_image .hero_image_in{
	position: relative;
	width: 100%;
	height: 100%;
  
  }
  .flow_s .hero_image::after{
	background: url(../img/flow/bg.jpg) no-repeat bottom;
	background-size:cover;
  }
  .about .hero_image::after{
	background: url(../img/about/bg.jpg) no-repeat bottom;
	background-size:cover;
  }
  .image_h{
	width: inherit;
	margin: auto;
	position: relative;
	width: fit-content;
  }
  .hero_title{
	position: absolute;
	left: 0px;
	height: 126px;
	  padding: 0 80px;
	box-sizing: border-box;
	font-family: Roboto;
	font-weight: 300;
	font-size: 45px;
	letter-spacing: 0.25em;
	line-height: 24px;
	text-align: left;
	color: #fff;
	  text-shadow: 2px 2px 2px #aeaeae;
  
	top:50%;
	margin-top: -64px;
	z-index: 100;
  }
  .hero_title p.pop_text{
	margin-top: 17px;
	line-height: 1.3;
  
  }
  .bg_01{
	padding-top: 210px;
	background: url(../img/common/bg_01.png) no-repeat top #F6F3E4;
	background-size:auto 1359px;
  }
  .bg_02{
	padding-top: 210px;
	background: url(../img/common/bg_02.png) no-repeat top;
	background-size:auto 1359px;
  }
  
  .bg_03{
	padding-top: 180px;
	background: url(../img/common/bg_03.png) no-repeat top #FFF;
	background-size:auto 1359px;
  }
  @media screen and (max-width: 768px) {
  
	.hero_image{
	  width: 100%;
	  box-sizing: border-box;
	  padding:0 30px;
	  background: none;
	  background-size:auto 606px;
	}
  
	.bg_01{
	  padding-top: 40px;
	}
	.bg_02{
	  padding-top: 40px;
	}
	.bg_03{
	  padding-top: 120px;
	}
	.bg_01{
	  background: url(../img/common/bg_01.png) no-repeat 50% -70px #F6F3E4;
	  background-size:auto 1359px;
	}
	.bg_02{
	  background: url(../img/common/bg_02.png) no-repeat 50% -100px;
	  background-size:auto 1359px;
	}
	.bg_03{
	  background: url(../img/common/bg_03.png) no-repeat 50% -30px s#FFF;
	  background-size:auto 1359px;
  
	}
	.hero_image{
	  height: 280px;
	  padding:0 20px;
	}
	.hero_image .hero_image_in{
	  background: url(../img/common/hero_bg2.png) no-repeat bottom;
	  background-size:auto 243px;
	  padding-bottom: 60px;
	}
  
	.hero_title{
	  position: absolute;
	  left: -10px;
	  height: 61px;
	  padding:0 10px;
	  border-radius: 0px 20px;
	  top:50%;
	  margin-top: -10px;
	  letter-spacing: 0.25em;
  
	}
	.hero_title .font_s_20{
	  font-size: 28px !important;
	  line-height: 1.5;
	}
	.hero_title .font_s_12{
	  font-size: 17px !important;
	  line-height: 1.5;
	}
  
  }
  
  
  .text_box{
	letter-spacing: 0.115em;
  }
  .text_h2{
	line-height: 1.85;
	  font-size: 1.8rem;
	  text-align: center;
	  margin: 0 auto;
  }
  .img_box{
	text-align: center;
	width: 100%;
  }
  
  .text_name{
	margin-top: 25px;
	font-size: 2rem;
	font-weight: bold;
  }
  .text_name span{
	display: block;
	font-weight: normal;
	font-size: 1.3rem;
  }
  
  
  /*detail*/
  
  .textBox{
  padding: 70px 65px;
  box-sizing: border-box;
  width: calc(100% - 730px);
  text-align: left;
  }
  .phoList{
	margin-top: 10px;
	margin-left: 8px;
	justify-content:flex-start;
	grid-gap: 8px;
  
  }
  
  .title{
	margin-top: 0px;
  font-size: 4.7rem;
  font-weight: 500;
  
  }
  .price{
	margin-top: 0px;
  font-size: 2rem;
  font-weight: bold;
  }
  .mail{
  margin-top: 20px;
  padding-bottom: 10px;
  }
  .d_title{
	margin-top: 30px;
  font-size: 1.8rem;
  font-family: 'Mochiy Pop P One', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #000;
  }
  .d_text{
	margin-top: 30px;
  font-size: 1.5rem;
  }
  .d_tab_b{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
  }
  .d_tab_b li{
	width: 180px;
	height:65px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #1A1A1A;
  
	font-size: 16px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  .flow_s .d_tab li{
	width: 480px;
  }
  .d_tab_b li a{
  /* font-weight: normal; */
  font-size: 14px;
  letter-spacing: 0.08em;
  /* line-height: 23px; */
  text-align: center;
  color: #000;
  }
  .d_tab_b.dotted{
	margin: auto;
	padding-top: 40px;
	width: 928px;
	background-position:top;
	padding-bottom: 200px;
  }
  @media screen and (max-width: 768px) {
  
  
  #detail #CONTACT{
	padding-top: 180px;
  margin-top: -300px;
  }
  
  
  
  
  .voice.padding_bottom_140{
	padding-bottom: 40px !important;
  }
  
	.d_tab_b{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding-top: 15px;
	  flex-wrap: wrap;
	  gap:10px;
	}
	.d_tab_b li{
	  width: calc(50% - 20px);
  
	  height: 50px;
	  border-radius: 10px;
	  background: #fff;
	  border: 1px solid #1A1A1A;
  
	  font-size: 12px;
	  margin: 0px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	}
	.flow_s .d_tab li{
	  width: calc(50% - 20px);
	  height: 50px;
	}
	.d_tab_b li a{
	  font-size: 12px;
	}
	.d_tab_b.dotted{
	  margin: auto;
	  padding-top: 20px;
	  width: 100%;
	  background-position:top;
	  padding-bottom: 200px;
	}
  
  
  
  
  
	.textBox{
	padding: 35px 25px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	}
	.phoList{
	  margin-top: 9px;
	  margin-left: 9px;
	  justify-content:flex-start;
	  flex-wrap: wrap;
	  grid-gap: 8px;
	}
	.phoList li{
	  width:calc(20% - 8px);
	}
  .phoList li img{
	width: 100%;
  }
  
	.title{
	  margin-top: 0px;
	font-size: 3.4rem;
	font-weight: 500;
  
	}
	.price{
	  margin-top: 0px;
	font-size: 1.6rem;
	font-weight: bold;
	}
	.mail{
	margin-top: 20px;
	padding-bottom: 10px;
	}
	.mail a{
	  width: 100%;
	}
	.d_title{
	  margin-top: 30px;
	font-size: 1.5rem;
	font-family: 'Mochiy Pop P One', sans-serif;
	font-weight: 500;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	}
	.d_text{
	  margin-top: 10px;
	font-size: 1.2rem;
	}
  
  }
  .a_list{
	margin:110px auto 0;
	max-width: 908px;
  }
  .a_list .img_box{
	padding: 0;
	width: 146px;
	margin-right: 20px;
  }
  .a_list .text_box{
	width:calc(100% - 146px);
	letter-spacing: 0;
  }
  .a_list .a_item{
	position: relative;
	margin: 0;
	padding: 23px 30px;
  
	max-width: 908px;
	background-color: #FFF;
	border-radius: 10px;
	font-size: 2.1rem;
	text-align: left;
	margin-bottom: 20px;
  }
  .a_list .a_item a{
	cursor: pointer;
  }
  .a_box{
	padding-bottom: 20px;
	border-bottom: 1px dotted #616161;
	margin-bottom: 20px;
  }
  .a_box .text_box .title{
	font-size: 2.1rem;
	font-family: 'Mochiy Pop P One', sans-serif;
	font-weight: 500;
  
  }
  .a_box .text_box .text{
	font-size: 1.7rem;
  }
  .a_box .text_box .next{
	font-size: 1.6rem;
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
  }
  
  .br_box .cate{
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  }
  .br_box .day{
  font-size: 1.6rem;
  }
  
  #article .a_list .a_item{
	cursor: auto;
  }
  #article .a_box .text_box .title{
	font-size: 2.6rem;
	line-height: 1.6;
  }
  #article .a_list .a_item{
	padding: 35px 30px;
  }
  #article .a_list .text_box{
	width: 100%;
  }
  #article .art_text{
	font-size: 1.7rem;
	line-height: 1.8;
  
  }
  @media screen and (max-width: 768px) {
  
  
	#article .a_box .text_box .title{
	  font-size: 1.8rem;
	  line-height: 1.6;
	}
  
	#article .a_list .a_item{
	  padding: 25px 25px;
	}
  
	#article .art_text{
	  font-size: 1.2rem;
	  line-height: 1.8;
  
	}
  
  
	.a_list{
	  margin:0px auto 0;
	  max-width: 908px;
	}
	.a_list .a_item{
	  position: relative;
	  margin: 0;
	  padding: 23px 30px;
	  cursor: pointer;
	  max-width: 908px;
	  background-color: #FFF;
	  border-radius: 10px;
	  font-size: 2.1rem;
	  text-align: left;
	  margin-bottom: 20px;
	}
	.a_list .img_box {
	  width: 80px;
	}
	.a_list .img_box img{
	  width: 80px;
	}
	.a_list .text_box {
	  width: calc(100% - 80px);
	  letter-spacing: 0;
  }
	.a_box{
	  padding-bottom: 20px;
	  border-bottom: 1px dotted #616161;
	  margin-bottom: 20px;
	}
	.a_box .text_box .title{
	  font-size: 1.4rem;
	  font-family: 'Mochiy Pop P One', sans-serif;
	  font-weight: 500;
	  letter-spacing: 0;
	  line-height: 1.4;
  
	}
	.a_box .text_box .text{
	  margin-top: 10px;
	  font-size: 1.4rem;
	  line-height: 1.4;
	}
	.a_box .text_box .next{
	  font-size: 1.2rem;
	  text-align: right;
	  text-decoration: underline;
	  font-weight: bold;
	  letter-spacing: 0;
	  margin-top: 10px;
	}
  
	.br_box .cate{
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
	}
	.br_box .day{
	font-size: 1.1rem;
	}
  }
  .qa-list{
	margin:110px auto 0;
	max-width: 908px;
  }
  .qa-list dl {
	  position: relative;
	  margin: 0;
	  padding: 28px 30px;
	  cursor: pointer;
	  max-width: 908px;
	  background-color: #FFF;
	  border-radius: 10px;
	  font-size: 2.1rem;
  
	  text-align: left;
	  margin-bottom: 20px;
  }
  .qa-list dl:first-child {
  }
  .qa-list dl::before {
	  position: absolute;
	  top: 45px;
	  right: 35px;
	  display: block;
	  width: 7px;
	  height: 7px;
	  margin: auto;
	  content: '';
	  transform: rotate(0deg);
	  width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid black;
  }
  .qa-list .open::before {
	  transform: rotate(180deg);
  }
  .qa-list dl dt {
	  position: relative;
	  margin: 0;
	  padding: 0 50px 0 60px;
	  font-weight: bold;
	  font-size: 20px;
	  line-height: 2;
	  font-family: 'Mochiy Pop P One', sans-serif;
	  font-weight: 500;
  }
  .qa-list dl dt::before {
	  font-size: 22px;
	  line-height: 1;
	  position: absolute;
	  top: 3px;
	  left: 0;
	  display: block;
	  content: 'Q';
	  font-size: 3.1rem;
	  font-family: 'Mochiy Pop P One', sans-serif;
	  color: #4C3E36;
  }
  .qa-list dl dd::before {
	  font-size: 31px;
	  line-height: 1;
	  position: absolute;
	  top: 3px;
	  left: 2px;
	  display: block;
	  content: 'A';
	  font-weight: bold;
	  color: #000;
  }
  .qa-list dl dd {
	  position: relative;
	  display: none;
	  height: auto;
	  margin: 20px 0 0;
	  padding: 0 50px 0 60px;
  }
  .qa-list dl dd p {
	  margin: 30px 0 0;
	  font-size: 1.6rem;
  }
  .qa-list dl dd p:first-child{
	  margin-top: 0;
  }
  @media screen and (max-width: 768px) {
	.qa-list dl::before {
		position: absolute;
		top: 28px;
		right: 25px;
	  }
	  .qa-list dl dd::before {
		  font-size: 20px;
		  line-height: 1;
		  position: absolute;
		  top: 3px;
		  left: 2px;
		  display: block;
		  content: 'A';
		}
	.qa-list dl {
		position: relative;
			margin-bottom: 10px;
		padding: 15px 15px;
	  }
	.qa-list dl dt {
		font-size: 14px;
		padding: 0 25px 0 35px;
	}
	.qa-list dl dd {
	padding: 0 25px 0 35px;
	}
	.qa-list dl dt::before {
		font-size: 20px;
		color: #4C3E36;
	}
	.qa-list dl dd::before {
		font-size: 20px;
	  }
	.qa-list dl dd p {
		margin: 30px 0 0;
		font-size: 1.2rem;
	}
  }
  
  
  
  /*------------------------------------------------------------
	  mailForm
  ------------------------------------------------------------*/
  .page-id-429 #page_header,
  .page-id-429 #bread_crumb{
	display: none;
  }
  
  .wpcf7-form .dtStyle02_{
	  font-size: 1.6rem;
	  font-weight: 700;
  padding-bottom: 16px;
  display: inline-block;
  
  }
  .scroll-box{
	  font-size: 1.4rem;
	  line-height: 1.8;
	  padding:30px 28px 0 !important;
	  box-sizing: border-box;
  }
  .dd_center{
	  padding: 30px 0;
	  padding-left: 0 !important;
	  display: inline-block;
  }
  .dt_center .wpcf7-list-item-label{
	  display: inline-block;
	  transform: translateY(3px);
	  margin-left: 10px;
  }
  .dt_center{
	  display: flex;
	  align-items: center;
		  height: 90px;
  }
  .form_div{
	border: 1px solid #D9D9D9;
	  box-sizing: border-box;
	  background-color: #FFF;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 4px;
  }
  .wpcf7-form dl {
	  margin-bottom: 20px;
  }
  .wpcf7-form dt {
	  padding-top: 10px;
	  text-align: left;
	  font-size: 1.4rem;
	  letter-spacing: 0em;
	line-height: 1;
  }
  .wpcf7-form dt .font_12{
	  font-weight: 400;
		  vertical-align: top;
  }
  .wpcf7-form dt:first-of-type {
	  padding-top: 0px;
  }
  .wpcf7-form dt span{
	padding-left: 5px;
	display: inline-block;
  }
  .wpcf7-form .dtStyle01 {
	  margin-bottom: 26px;
	  width: auto;
	  float: none;
	  padding-top: 0;
  }
  .wpcf7-form dd {
		margin-top: 12px;
	  margin-bottom: 37px;
	  word-break: break-all;
  }
  .wpcf7-form dd:last-of-type {
	  margin-bottom: 0;
  }
  .wpcf7-form .ddStyle01 {
	  margin-bottom: 53px;
	  padding-left: 0;
  }
  .wpcf7-form .ddStyle02 {
	  margin-bottom: 17px;
	  text-align: left;
  }
  .wpcf7-form dd .radioList {
	  margin-top: -18px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  font-family: 'Noto Sans JP', sans-serif;
  }
  .wpcf7-form dd .radioList li {
	  margin-top: 18px;
	  width: 160px;
  }
  .wpcf7-form dd .radioList li:nth-of-type(3n - 2) {
	  width: 178px;
  }
  .wpcf7-form dd .radioList li input {
	  display: none;
  }
  .wpcf7-form dd .radioList li input + span {
	  padding-left: 40px;
	  display: block;
	  font-weight: 700;
	  letter-spacing: 0.06em;
	  background: url(../../img/common/icon07.png) no-repeat left center / 30px auto;
  }
  .wpcf7-form dd .radioList li input:checked + span {
	  background-image: url(../../img/common/icon09.png);
  }
  .wpcf7-form dd .radioUl {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
  .wpcf7-form dd .radioUl li {
	  width: 340px;
  }
  .wpcf7-form dd .radioUl li input {
	  display: none;
  }
  .wpcf7-form dd .radioUl label {
	  display: block;
  }
  .wpcf7-form dd .radioUl li input + span {
	  padding-left: 50px;
	  display: block;
	  font-size: 2.2rem;
	  font-weight: 600;
	  line-height: 1.27;
	  letter-spacing: 0.06em;
	  background: url(../../img/common/icon08.png) no-repeat left top 2px / 30px auto;
  }
  .wpcf7-form dd .radioUl li input:checked + span {
	  background-image: url(../../img/common/icon09.png);
  }
  .wpcf7-form dd .radioUl li input + span small {
	  margin-bottom: 12px;
	  padding: 9px;
	  display: block;
	  color: #fff;
	  font-size: 1.2rem;
	  line-height: 1;
	  letter-spacing: 0.12em;
	  text-align: center;
  }
  .wpcf7-form input[type="radio"]{
  
  }
  .wpcf7-list-item{
	  margin:0 1em 10px 0 !important;
  }
  
  .radio-554 .wpcf7-list-item.last{
	  padding:0 0 35px 0 !important;
  }
  
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
	  padding: 5px 15px;
	  width: 100%;
	  height: 60px;
	  font-size: 1.6rem;
	  letter-spacing: 0.06em;
	  border: 1px solid #D9D9D9;
	  box-sizing: border-box;
	  background-color: #FFF;
	  -webkit-appearance: none;
	border-radius: 5px;
	  appearance: none;
  }
  .wpcf7-form textarea {
	  height: 140px;
	  resize: vertical;
  }
  .wpcf7-form dd p {
	  margin-top: 5px;
	  color: #990073;
	  font-size: 1.4rem;
	  font-weight: 500;
	  letter-spacing: 0.06em;
	  font-family: 'Noto Sans JP', sans-serif;
  }
  .wpcf7-form .submitList {
	  display: flex;
	  justify-content: center;
  }
  .wpcf7-form .submitList li {
	  width: 240px;
  }
  .wpcf7-form .submitList li input {
	  height: 81px;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 1.35;
	  letter-spacing: 0.12em;
	  text-align: center;
	  border-radius: 10px;
	  border: 1px solid #990073;
	  background-color: #990073;
	  font-family: 'Noto Sans JP', sans-serif;
	  cursor: pointer;
	  transition: .4s;
  }
  /* ----------------------------------------------------------------------
   Contactform - お問い合わせフォーム
  ---------------------------------------------------------------------- */
  .wpcf7-not-valid-tip{
	  font-size: 1.2rem;
  }
  .wpcf7 p { margin-bottom:1em; font-size:16px; }
  
  .wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
  .wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:14px; line-height:1.2; color:#000}
  .wpcf7 .wpcf7-list-item { display:block; }
  .wpcf7 textarea { height:300px; }
  .wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }
  
  .scroll-box,
  .wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:6px; -moz-border-radius:6px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:6px; }
  .wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
  .wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }
  .wpcf7 .wpcf7-previous + br { display: none; }
  .wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1.7rem; }
  .wpcf7 .te{
	  position: relative;
  }
  .wpcf7 .te::after{
	  position: absolute;
	  left: 420px;
	  top:25px;
	  content:"";
	  border-right: #1A1A1A 2px solid;
	  border-bottom: #1A1A1A 2px solid;
	  transform: rotate(45deg);
	  width: 6px;
	  height: 6px;
  }
  .wpcf7 select{ width:auto; width:454px; padding:14px; border:1px solid #ccc;
  
  
	  padding: 5px 15px;
	  height: 60px;
	  font-size: 1.6rem;
	  letter-spacing: 0.06em;
	  border: none;
	  border-radius: 0;
	  box-sizing: border-box;
	  background-color: #FFF;
	  -webkit-appearance: none;
	  border: 1px solid #D9D9D9;
	  border-radius: 5px;
	  appearance: none; }
  
  @media all and (min-width: 1079px) {
	  .wpcf7-form .submitList li input:hover {
		  color: #990073;
		  background-color: #fff;
	  }
  
  }
  @media all and (max-width: 1160px) {
	  footer {
	  background: #1A1A1A;
	  color: #000;
	  font-size: 1.2rem;
	  padding: 20px 0 70px;
	  text-align: center;
  }
	.radio-554 .wpcf7-list-item.last{
		padding:0 0 10px 0 !important;
	}
  
	  .wpcf7-form .dtStyle02_{
		  font-size: 1.1rem;
		  font-weight: 700;
		  font-family: 'Noto Sans JP', sans-serif;
	  padding-bottom: 16px;
	  display: inline-block;
  
	  }
	  .scroll-box{
		  font-size: 1.2rem;
		  line-height: 1.8;
		  padding:20px 14px 0;
		  box-sizing: border-box;
	  }
	  .dd_center{
		  padding: 0px 0;
		  padding-left: 0 !important;
		  display: inline-block;
	  }
	  .dt_center .wpcf7-list-item-label{
		  display: inline-block;
		  transform: translateY(5px);
		  margin-left: 10px;
	  }
	  .dt_center{
		  margin-top: 30px;
		  display: flex;
		  align-items: center;
			  height: 20px;
	  }
	  .link_button input{
		  width: 100% !important;
	  }
	  .wpcf7 .te::after{
		  left: auto;
		  right: 25px;
	  }
	  .wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:13px; line-height:1.2; color:#000}
	  .wpcf7-form dl {
		  margin-bottom: 29px;
	  }
	  .wpcf7-form input[type="radio"]{
		  height: 30px;
	  }
	  .wpcf7-form dt {
		  margin-bottom: 14px;
		  padding: 0 0 6px;
		  width: auto;
		  float: none;
		  font-size: 1.4rem;
		  text-align: center;
		  border-bottom: 1px solid #707070;
	  }
	  .wpcf7-form dt:first-of-type {
		  padding-top: 20px;
	  }
  
	  .wpcf7-form .dtStyle01 {
		  margin-bottom: 22px;
		  width: auto;
		  float: none;
		  padding-top: 0;
	  }
	  .wpcf7-form .dtStyle02 {
		  margin-bottom: 5px;
		  padding-bottom: 0;
		  text-align: left;
		  font-size: 1.1rem;
		  border-bottom: none;
	  }
	  .wpcf7-form dd {
		  margin-bottom: 25px;
		  padding-left: 0;
	  }
	  .wpcf7-form dd:last-of-type {
		  margin-bottom: 0;
	  }
	  .wpcf7-form .ddStyle01 {
		  margin-bottom: 38px;
		  padding-left: 0;
	  }
	  .wpcf7-form .ddStyle02 {
		  margin-bottom: 17px;
	  }
	  .wpcf7-form dd .radioList {
		  margin-top: -18px;
	  }
	  .wpcf7-form dd .radioList li {
		  margin-top: 18px;
		  width: calc((100% - 10px) / 2);
	  }
	  .wpcf7-form dd .radioList li:nth-of-type(3n - 2) {
		  width: calc((100% - 10px) / 2);
	  }
	  .wpcf7-form dd .radioList li input + span {
		  padding-left: 30px;
		  font-size: 1.3rem;
		  background-size: 25px auto;
		  background-image: url(../../img/common/icon08.png);
	  }
	  .wpcf7-form dd .radioUl {
		  display: block;
	  }
	  .wpcf7-form dd .radioUl li {
		  margin-bottom: 14px;
		  width: auto;
	  }
	  .wpcf7-form dd .radioUl li:last-of-type {
		  margin-bottom: 0;
	  }
	  .wpcf7-form dd .radioUl li input + span {
		  padding-left: 30px;
		  font-size: 1.1rem;
		  background-size: 25px auto;
		  background-position:  left top;
	  }
	  .wpcf7-form dd .radioUl li input + span small {
		  margin-bottom: 6px;
		  padding: 4px 5px 6px;
		  font-size: 0.9rem;
	  }
	  .wpcf7-form input[type="email"],
	  .wpcf7-form input[type="tel"],
	  .wpcf7-form input[type="text"],
	  .wpcf7-form input[type="submit"],
	  .wpcf7-form textarea {
		  padding: 5px 8px;
		  font-size: 14px;
	  height: 50px;
	  border-radius: 8px;
	  }
	  .wpcf7-form textarea {
		  height: 200px;
	  }
	  .wpcf7-form dd p {
		  margin-top: 2px;
		  font-size: 0.9rem;
		  color: #990073;
	  }
	  .wpcf7-form .submitList {
		  margin-top: 50px;
		  display: flex;
		  justify-content: center;
	  }
	  .wpcf7-form .submitList li {
		  width: 156px;
	  }
	  .wpcf7-form .submitList li input {
		  height: 53px;
		  font-size: 1.2rem;
		  border-radius: 5px;
	  }
	.post_content p.font_22 {
	  font-size: 16px !important;
	}
	.post_content p.font_22.font_s_14 {
	  font-size: 14px !important;
	}
	.post_content p.font_22 br{
	  display: none;
	}
	.post_content p.font_22.font_s_14 br{
	display: block;
  }
  .post_content p.font_22.font_s_14{
	font-weight: 500;
	line-height: 2 !important;
	}
  
	.simg1 .wp-image-45{
	  width: 70%;
	}
	.post_content p.padding_bottom_100{
	  padding-bottom: 40px !important;
	}
	.design1_content2 .item:first-of-type .content{
	  border-top: none;
	}
	.design1_content2 .image,
	.design1_content1 .content_inner,
  .design1_content2 .content_inner,
  .design1_content2 .item .content
  {
	text-align: left;
	border-left: none !important;
	  border-right: none !important;
	}
	.post_content h6{
	  margin-bottom: 0;
	  padding-bottom: 0;
	}
	.design1_content2 .image { width: 100%;height: 70vw; float:none; position:relative;border: 1px solid #b3b3b3;box-sizing: border-box;}
	.cb_catch.rich_font_type4.padding_bottom_40{
	  padding-bottom: 0 !important;
  
	}
	.font_22.margin_top_0.font_s_16{
	  line-height: 1.8;
  
	}
	 .sdgimg{
	  width: 137px;
	 }
  
  }
  .share-type2 ul.type2 li.default.twitter_button a:hover{
  
	background-color: #0CB43C !important;
	border-color: #0CB43C !important;
  }
  
  /*CONTACTフォーム */
  .wpcf7-radio label {
	  position      : relative;
	  display       : inline-block;
	  width         : 18px;
	  height        : 18px;
	  border        : 1px solid #666;
	  border-radius : 100%;
	  cursor        : pointer;
  }
  .wpcf7-radio label span{
	padding-left: 30px;
	white-space: nowrap;
  
  }
  .wpcf7-radio label:before {
	  content          : '';
	  display          : block;
	  width            : 6px;
	  height           : 6px;
	  border-radius    : 100%;
	  position         : absolute;
	  top              : 6px;
	  left             : 6px;
	  z-index          : 1;
	  background-color : #DE3047;
  }
  .wpcf7 input[type=radio]{
	border: none !important;
	width: 0;
	  max-width: 0;
  }
  
  .wpcf7-radio label input[type="radio"] {
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  margin     : 0px;
	  position   : absolute;
	  z-index    : 2;
	  top        : 2px;
	  left       : -17px;
	  width      : 17px;
	  height     : 10px;
	  display    : block;
	  box-shadow : 18px 0px #FFF;
	border-radius: 20px;
  }
  .wpcf7-radio label input[type="radio"]:checked {
	  box-shadow : none;
  }
  .wpcf7-radio label input[type="radio"]:focus {
	  box-shadow : 20px 0px #FFF;
	  opacity    : 0.2;
  }
  @media all and (max-width: 1160px) {
	.wpcf7-list-item {
	  margin: 0 1em 10px 0 !important;
  }
  .wpcf7-radio label:before {
	  content          : '';
	  display          : block;
	  width            : 6px;
	  height           : 6px;
	  border-radius    : 100%;
	  position         : absolute;
	  top              : 6px;
	  left             : 6px;
	  z-index          : 1;
	  background-color : #DE3047;
  }
  .wpcf7-radio label input[type="radio"] {
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  margin     : 0px;
	  position   : absolute;
	  z-index    : 2;
	  top        : 0px;
	  left       : -17px;
	  width      : 17px;
	  height     : 8px;
	  display    : block;
	  box-shadow : 18px 0px #FFF;
	border-radius: 20px;
  }
  .wpcf7-radio label input[type="radio"]:focus {
	  box-shadow : 18px 0px #FFF;
	  opacity    : 0.2;
  }
  .wpcf7-form input[type="radio"] {
	  height: 16px;
  }
  #company .link_button {
	  text-align: center;
	  padding: 0px 0 30px;
  }
  
  .wpcf7-form .dtStyle02{
	font-size: 1.5rem;
	padding-top: 8px;
	padding-bottom: 5px;
  }
  .wpcf7 textarea {
	  height: 180px !important;
  }
  .wpcf7-radio label span{
	  white-space:normal;
	  word-break: keep-all;
	  width: 200px;
	  display: block;
  }
  }
  
  
  dl.dl_w{
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: stretch;
	  width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	width: 910px;
	margin: auto;
	background: #FFF;
	padding: 30px 60px;
	font-size: 1.8rem;
  
  }
  dl.dl_w dt{
	  padding: 5px;
	  width: 150px;
	  border-bottom: 1px dotted #888888;
	box-sizing: border-box;
	  padding: 25px 0px;
	  font-weight: bold;
	  text-align: left;
  }
  dl.dl_w dd{
	  background: #fff;
	  padding: 5px;
	  width: calc(100% - 150px);
	  border-bottom: 1px dotted #888888;
	  box-sizing: border-box;
	  padding: 25px 0px;
	  text-align: left;
  }
  dl.dl_w dt:last-of-type,
  dl.dl_w dd:last-of-type{
	border-bottom: none;
  }
  @media only screen and (max-width: 768px) {
	.form_div{
	  border: none;
		box-sizing: border-box;
		background-color: #FFF;
	  padding: 0px;
	  box-sizing: border-box;
	  border-radius: 4px;
	}
	dl.dl_w{
	  padding: 20px 25px;
	  width: 100%;
	  font-size: 1.2rem;
	}
	  dl.dl_w dt{
	  padding: 15px 0px;
		  border-right: none;
	  width: 72px;
	  }
	  dl.dl_w dd{
  padding: 15px 0px;
  width: calc(100% - 72px);
	  }
  }
  
  .pic_center {
	  text-align: center;
  }
  
  .pic_center_02 {
	  margin-top: 20px;
	  text-align: center;
  }
  
  .box_text_02 {
	  padding-bottom: 55px;
  }
  

/*追加css内容*/


#index.top #CONTACT{
	margin-top:-100px;
}


.faq_title::after {
    content: "";
    display: block;
    margin: 40px auto 0;
    width: 40px;
    height: 1px;
    background-color: #2A2A2A;
}

.faq_title {
    font-family: Roboto;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.22em;
    line-height: 42px;
    color: #1a1a1a;
	text-align:center;
}
.margin-290 {
    margin-top: -290px !important;
}
.margin_top_55 {
    margin-top: 55px !important;
}
.margin_top0{
	margin-top:0px !important;
}
.access_left{
	  max-width: 620px;
    text-align: left;
    margin: auto;
}

.flow_bold{
	font-weight:400;
	text-decoration:underline;
}
.t2_1{
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.03em;
	line-height: 24px;
	color: #1a1a1a;
	padding-top: 20px;
  }
.top-height{
	height:380px !important;
	border-radius: 60px !important;
}
.wrapper_origin{
	padding:0 40px !important;
}

.header_weight{
	font-weight:300
}
.header_strong{
	color:#8fc09c !important;
	font-weight:400
}
.contact-t2{
	font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #1a1a1a;
}
.accordion-content p{
	font-size:1.4rem;
}
.img-radius{
	border-radius:55px;
}
.line-flow{
	top:auto;
	margin-top:20px;
	margin-bottom:10px;
	max-width:315px;
}

.bgc-t02_new{
	padding:3px 16px;
	font-size:13px;
	border:2px solid #ECECEC;
	max-width:375px;
	margin:auto;
	margin-top:30px;
}
.bgc-t{
	background-color: #F5F5F5;
	font-size: 14px;
	padding: 20px;
	border: 4px solid #ECECEC;
	margin-bottom: 50px;
	letter-spacing: 0;
}

.survice_more02::after{
	content: url(../img/top/ra.svg);
	color: #000;
	padding-left: 10px;
}

.survice_more02{
	font-size: 14px;
	margin-right:5px;
}

.flex_wrap_3_mod{
	gap:16px 16px;
	justify-content: space-between;
}

.margin_15{
	margin:15px auto !important;
}

.text_hlinew_mod::after{
	content: "";
	display: block;
	margin: 15px auto;
	width: 40px;
	height: 1px;
	background-color: #FFF;
}
.flex_wrap_3_mod .item{
	width: calc(33.3% - 15px);
}



details {
	font-size: 14px;
 margin-top: 10px;
}

.bgc-t_01{
	background-color: #fdf6d650;
/* 	font-size: 14px; */
	padding: 20px;
/* 	border: 4px solid #ECECEC; */
	letter-spacing: 0;
/* 	margin-left:30px;
	margin-right:30px; */
	padding-left:30px;
	padding-top:20px;
	margin-top:20px;
/* 	padding-bottom:20px; */
}
.bgc-t_02{
	background-color: #fff6e650;
/* 	font-size: 14px; */
	padding: 20px;
/* 	border: 4px solid #ECECEC; */
	letter-spacing: 0;
/* 	margin-left:30px;
	margin-right:30px; */
	padding-left:30px;
	padding-top:20px;
	margin-top:20px;
/* 	padding-bottom:20px; */
}
.flow .ul_div1{
	height: 264px;
}
@media screen and (max-width: 768px){
	.bgc-t_02{
	background-color: #ffffff78;
/* 	font-size: 14px; */
	padding: 20px;
/* 	border: 4px solid #ECECEC; */
	letter-spacing: 0;
/* 	margin-left:30px;
	margin-right:30px; */
	padding-left:30px;
	padding-top:20px;
	margin-top:20px;
/* 	padding-bottom:20px; */
}
	.br-sp{
	display: none;
}
	.margin-top10{
		margin-top:6px;
	}
}

@media screen and (max-width: 768px) {
.line-flow{
max-width: 100%;
}
}

/* Ray記載 */
.font_45 {
	line-height:1.45;
}
.text_align_right {
	padding-bottom:20px;
	padding-top:1px;
}

.bgc-t02{
	background-color: #F5F5F5;
	font-size: 14px;
	padding: 20px;
	border: 4px solid #ECECEC;
	margin-bottom: 50px;
	letter-spacing: 0;
	max-width:400px;
	margin:auto;
	margin-top:30px;
}
@media screen and (max-width: 768px) {
	.bgc-t_01, .bgc-t_02{
		padding-left: 14px;
		padding-right: 14px;
	}
}

/* flow矢印 */
.flow ul {
    background: none !important;

    & li {
        position: relative;

        & img {
            position: relative;
        }

        &::before {
            content: "";
            position: absolute;
            width: 264px;
            height: calc(100% + 50px);
            top: 50px;
            clip-path: polygon(40% 0, 60% 0, 60% 100%, 40% 100%);
            background-color: #f5f5f5;

        }
		&:nth-last-child(2) {
            &::before {
                content: "";
            position: absolute;
            width: 264px;
            height: calc(100% - 30px);
            top: 50px;
            clip-path: polygon(40% 0, 60% 0, 60% 100%, 40% 100%);
            background-color: #f5f5f5;
            }
        }

        &:last-child {
            &::before {
                height: 50px;
                top: -50px;
                clip-path: polygon(20% 0, 80% 0, 50% 100%);
            }
        }
    }

}
@media screen and (max-width: 768px) {
    .flow ul {
        & li {
            &::before {
/*                 width: 71px; */
                width: 100px;
            }
        }
    }
}
/* faqアコーディオン */
.cat_button{
	display: flex;
  flex-wrap: wrap;
	justify-content: space-around;
	& li{
		width: 23%;
		text-align: center;
		padding-top: 2em;
		padding-bottom: 2em;
		background: #FFF6E6;
		border-radius: 10px;
		margin-bottom: 1rem;
		& a{
			display: block;
			width: 100%;
			height: 100%;
			font-size: 1.5rem;
		}
	}
}
.faq_cat{
	font-size: 18px;
	font-weight:400;
}
.accordion_faq {
    margin: 0 auto 60px;

    & .accordion-check {
        display: none;
    }
    & .accordion-box{
            background: #F5F5F5;
        display: block;
        position: relative;
        
            & .accordion-label {
            position: relative;
                padding: 10px;
        font-size: 1.4rem;
                letter-spacing: 0;
font-weight: 400;
        &::marker{
            content: none;
        }
                &:after {
                    display: flex;
                align-items: center;
        background: #FFF6E6;
        box-sizing: border-box;
        content: '\f067';
        font-family: "Font Awesome 6 Free";
        color: gray;
        font-weight: 700;
        height: 100%;
        padding: 10px 20px;
        position: absolute;
        right: 0;
        top: 0px;

    }
}    
    }
     & .accordion-box[open]{
         & .accordion-label {

             &:after {
        content: '\f068';
    }
    }
    & .accordion-content {
        /*border: 1px solid #cecece;*/
display: block;
            background-color: #FFF;
        padding: 0 10px;
            margin-bottom: 1.5rem;
    }
}
}   


@media screen and (max-width: 768px) {
	.cat_button{
	& li{
		width: 48%;
	}
}
}
/* キャンセルポリシー */
.cancelpolicy{
	& summary{
		text-align: left;
	}
	& p{
		text-align: left;
		font-family: "Noto Sans JP";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.08em;
	}
	& .table_box{
		overflow-x: auto;
    display: block;
	}
	& .table-wrapper {
    overflow-x: auto;   /* 横スクロール有効化 */
    -webkit-overflow-scrolling: touch; /* スマホでスムーズスクロール */
	}
	& .cancel-table1{
		width: 100%;
		display: flex;
    justify-content: center;
 		margin-bottom: 2rem;
		& tbody{
			width: 100%;
		}
		& tr{
			width: 100%;
			display: flex;
			margin-top: -1px;
			&:first-of-type{
				border-top: 1px solid #c6c6c6;
			}
		}
		& th{
			display: flex;
			flex-direction: column;
      justify-content: center;
			width: 30%;
			background-image: none;
			font-size: 13px;
			font-weight: 300;
			background: rgba(0, 0, 0, 0.03); border: 1px solid #c6c6c6;
			padding: 0.5em 2em;
			border-collapse: collapse;
		}
		& td{
			display: flex;
			flex-direction: column;
      justify-content: center;
			background-image: none;
			font-size: 13px;
			font-weight: 300;
			color: inherit; fill: inherit; border: 1px solid #c6c6c6; 
			padding: 0.5em 2em;
			white-space: nowrap;
			border-collapse: collapse;
			margin-left: -1px;
			&:first-of-type{
				font-weight: 300;
				width: 70%;
			}
		}
	}
	& .cancel-table2{
		width: 100%;
 		margin-bottom: 2rem;
		& thead{
			width: 100%;
			& th{
			width: 30%;
			background-image: none;
			font-size: 13px;
			font-weight: 300;
			background: rgba(0, 0, 0, 0.03); border: 1px solid #c6c6c6;
			padding: 0.5em 2em;
			white-space: nowrap;
			border-collapse: collapse;
			&:first-of-type{
				width: 40%;
			}
		}
		}
		& tbody{
			width: 100%;
			& th{
			width: 40%;
			background-image: none;
			font-size: 13px;
			font-weight: 300;
			background: rgba(0, 0, 0, 0.03); border: 1px solid #c6c6c6;
			padding: 0.5em 2em;
			white-space: nowrap;
			border-collapse: collapse;
		}
		}
		& tr{
			width: 100%;
			margin-top: -1px;
		}
		& td{
			width: 30%;
			vertical-align: middle;
			background-image: none;
			font-size: 13px;
			font-weight: 300;
			color: inherit; fill: inherit; border: 1px solid #c6c6c6; 
			padding: 0.5em 2em;
			white-space: nowrap;
			border-collapse: collapse;
			margin-left: -1px;

		}
	}
	& ul{
		list-style: disc;
		text-align: left;
		padding-left: 1.5em;
	}
}
@media screen and (max-width: 768px) {
	.cancelpolicy{
		& .cancel-table1{
			& thead{
				width: 100%;
			}
			& tbody{
				width: 100%;
			}
		}
		& .cancel-table2{
			& thead{
				width: 100%;
			}
			& tbody{
				width: 100%;
			}
		}
	}
.pic_left{
	text-align:left;
}
}


/* top features */
.flex_wrap_2_mod {
	display:flex;
	gap: 19px 16px;
	justify-content: space-between;
	& .item{
		width: calc(33.3% - 15px);
	}
	& .btn_over_text{
  border-radius: 90px;
		height: 430px;
		& .text span.t1{
			display: flex;
    align-items: center;
    justify-content: center;
		}
}
}

@media screen and (max-width: 768px) {
	.flex_wrap_2_mod {
		display:flex;
		& .item{
		width: 100%;
	}
	& .btn_over_text{
  border-radius: 60px;
		height: auto;
}
}
}

.t_justify {
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.btn_1w.full_btn, .btn_1ww.full_btn{
		width: 100%;
		max-width: 317px;
	}
}

/* Company map */
.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 480px;
	margin-bottom: 200px;
}

.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px){
  .map{
    padding-top: 100%;
  }
}
.service_pickup{
	margin-right:10px;
	display: flex;
	background: #f5c8a0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 3.5em;
	height: 3.5em;
	line-height: 1;
	font-size: 13px;
	color: #FFF;
	font-weight: 500;
}
@media screen and (max-width: 1255px){
	#index #ABOUT{
		background: none;
		padding-bottom: 0px;
		margin-bottom: 70px;
	}
}
@media all and (min-width: 1255px) {
	section .sp-top {
		display: none !important;
	}
}