

#index{
  overflow: hidden;
}


/*-----------------------------------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:0px;
  left: 0px;
  z-index: 1002;
}

.contact_header.sp{
  position: fixed;
  top:0px;
  left:0px;
  z-index: 999;
}
.main_hero{
  background: #ccc;
}
.main_box{
  width: 100vw;
  height: 100vh;
  top:0;
  left: 0;
}
.news{
  max-width: 1136px;
  width: 100%;
  height: 144px;
  background-color: #FFF;
  border-radius: 10px;
  padding:10px 45px 10px;
  box-sizing: border-box;
}
.news .news_in {
  padding-left: 30px;
  width: 88%;
}
.news_text_title{
  width: 12%;
}
.news_title{
  padding: 15px 0;

}
.news .news_in a{
	display: block;
	padding: 7px 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: 500;
}
.news p.news_text{
	text-align: left;
  font-weight: 500;
}
.mov_btn{
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}
.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;
}
.slider .slick-dots{
   margin-top: 20px;
   text-align: center;
}
.slider .slick-dots li{
  background-color: #FFF;
  border: 1px solid #E13512;
  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: #E13512;
  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 #E13512;
  display: inline-block;
  margin:0 10px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0.6;
  transition: .3s;
}
.center .slick-dots li:hover{
  opacity: 1;
}
.center .slick-dots li.slick-active{
  background-color: #E13512;
  border: 1px solid #D9AE00;
  opacity: 1;
}
.center .slick-dots li button{
    opacity: 0;
    cursor: pointer !important;
}
.slick-next{
  position: absolute;
  top:255px;
  right: 50%;
  margin-right: -600px;
  background: url(../img/index/r_a.png) no-repeat center;
  background-size: contain;
  width: 71px;
  height: 71px;
}
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:255px;
  left: 50%;
  margin-left: -600px;
  background: url(../img/index/l_a.png) no-repeat center;
  background-size: contain;
  width: 71px;
  height: 71px;
  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: 1340px){
.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;
}


}
@media screen and (max-width: 1024px) {
  #trailer .w100s{
    text-align: center !important;
  }
  .copy p{
    text-align: center !important;
  }
  #service_t .text_align_s_left{
    text-align: center !important;
  }
  @media screen and (max-width: 640px) {
    #service_t .text_align_s_left{
      text-align: left !important;
    }
    .copy p{
      text-align: left !important;
    }
#trailer .w100s{
    text-align:left !important;
  }
}
  .news{
    padding: 10px 20px 20px;
    height: auto;
  }
  .news_title {
    padding: 0;
    margin: 0;
}
.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: 10px;
    margin: 0;
    margin-top: -40px;
    width: 40px;
    height: 40px;
      background: url(../img/common/r.png) no-repeat center;
      background-size: contain;
  }

  .slick-prev{
    top:50%;
    left: 10px;
    margin: 0;
    margin-top: -40px;
    width: 40px;
    height: 40px;
      background: url(../img/common/l.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{
    padding:0 20px;
    width: calc(100vw - 40px);
    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: 15px 0px 16px;
	border-bottom: 1px solid #DFDFDF;
	line-height: 1.85;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table th {
	width: 20%;
	font-weight: bold !important;
	font-weight: 700;
}


@media screen and (max-width: 1024px) {
  .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;
}
@media screen and (max-width: 1024px) {
  .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;
  }
}

#about{
  /*background: url(../img/index/bg1.png) no-repeat center;
  background-size: auto 100%;*/
  padding-bottom: 40px;
}
#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;
}
#movie{
  background: url(../img/index/bg3.png) no-repeat top;
  background-size: auto 774px;
}
#movie .copy_img{
  margin-top: -50px;
  margin-left: -250px;
  margin-right: 80px;
}
#contact{
  background: url(../img/index/bg4.png) no-repeat top;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  #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: 640px) {
  #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;
   }
   #movie{
     background: url(../img/index/bg3sp_.jpg) no-repeat top #F6F3E4;
     background-size:100% auto;
   }
   #movie .copy_img{
     margin-top:90px;
     margin-left: 0px;
     margin-right: 0px;
     text-align: left;
   }
   @media screen and (max-width: 640px) {
     #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{
  width: 100%;
  box-sizing: border-box;
  padding:0 30px;
  /*background: url(../img/common/hero_bg.png) no-repeat bottom;
  background-size:auto 606px;*/
}
.hero_image .hero_image_in{

  margin: auto;
  padding-bottom: 30px;
  text-align: center;
}
.hero_image .hero_image_in::after{
  content: "";
  background: #ccc;
  width: 100%;
  height: 705px;
  position: absolute;
  top:0;
  z-index: -1;
  left: 0;
}
.image_h{
  width: inherit;
  margin: auto;
  position: relative;
  width: fit-content;
}
.hero_title{
  position: absolute;
  left: -28px;
  height: 126px;
  padding:0 60px;
  box-sizing: border-box;
  border-radius: 0px 40px;
  background: #fff;
  top:50%;
  margin-top: -64px;
}
.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 #cccccc;
  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: 1024px) {

  .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{
    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_image .hero_image_in::after{
    height: calc(100% - 57px);
  }
  .hero_title{
    position: absolute;
    left: -10px;
    height: 61px;
    padding:0 20px;
    border-radius: 0px 20px;
    top:50%;
    margin-top: -30px;
  }
  .hero_title p.pop_text{
    margin-top: 10px;
    line-height: 1.1;
  }
}


.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;
  padding: 0 16px;
}
.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;

}

.tag a{
  display: inline-block;
  padding:8px;
  line-height: 1;
  font-size: 1.4rem;
  border: 1px solid #E13512;
  color:#E13512 !important;
	background-color:  #FFFFFF;
  font-weight: bold;
}
.title{
  margin-top: 0px;
font-size: 4.7rem;
font-weight: 500;

}
.price{
  margin-top: 0px;
font-size: 2rem;
font-weight: bold;
color: #ec1b20
}
.mail{
margin-top: 20px;
padding-bottom: 10px;
}
.d_title{
  margin-top: 2em;
  margin-bottom: 1em;
font-size: 1.8rem;
/*font-family: 'Mochiy Pop P One', sans-serif;*/
font-weight: 500;
border-bottom: 1px solid #000;
}
.d_text{

  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .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%;
}
  .tag a{
    display: inline-block;
    padding:8px;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #E13512;
    color:#E13512 !important;
  	background-color:  #FFFFFF;
    font-weight: bold;
  }
  .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: 1024px) {


  #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: #E13512;
}
.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: 1024px) {
  .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: #E13512;
  }
  .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;
}
.wpcf7-form dl {
	margin-bottom: 20px;
}
.wpcf7-form dt {
	padding-top: 10px;
	text-align: left;
	font-size: 2.1rem;
	font-weight: 700;
	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;
	background-color: #990073;
}
.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: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #FFF;
	-webkit-appearance: none;
  border-radius: 10px;
	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: 1.8rem;
	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:18px; 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: #FFF;
    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: 1.2rem;
    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: 1024px) {
  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);
	}
}



/* ----------------------------------------------------------------------
 追加固定ページ
---------------------------------------------------------------------- */
.introduction{
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text_introduction{
  text-align: left;

}


.concept_container, .service_container{
  display: flex;
  flex-direction: column;

  & .concept_box, .service_box{
    display: flex;
    margin-top: 80px;

    & figure{
      display: flex;
      align-items: center;
      margin: 0;
       & img{
        aspect-ratio: 16 / 9;
       }
    }
    & .link{
      margin-top: 20px;
      padding-bottom: 10px;
      display: flex;
      justify-content: center;
    }
    & .map{
      display: flex;
      align-items: center;
      margin: 0;
    }
    & table{
      font-size: 1.5rem;
    }
  
  }
  & .concept_box:nth-child(odd){
    flex-direction: row;
  }
  & .concept_box:nth-child(even){
    flex-direction: row-reverse;
  }
}




@media screen and (max-width: 1024px) {

}