/* Add here all your CSS customizations */


/* PC
------------------------------------------*/
@media only screen and (min-width: 768px) {
  .tb_only {
    display: none !important;
  }

  .sp_only {
    display: none !important;
  }

  .sp_tb {
    display: none !important;
  }
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }

  .tb_only {
    display: inherit !important;
  }

  .sp_only {
    display: none !important;
  }

  .tb_pc {
    display: inherit !important;
  }

  .sp_tb {
    display: inherit !important;
  }

  /*body{background:#ccc;}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .tb_only {
    display: none !important;
  }

  .sp_only {
    display: inherit !important;
  }

  .tb_pc {
    display: none !important;
  }

  .sp_tb {
    display: inherit !important;
  }
}


.slick01 {
  margin: 0;
  padding: 0;
  margin-top: 0px;
}


.slide-wrap {
  position: relative;
}



.slide-img {
  position: relative;
  display: block;

}
.slide-img img{
  max-width: 100%;
}

.slide-text {
  position: absolute;
  left: 5%;
  bottom: 120px;
  z-index: 100;
  width: 100%;

}

.slide-text img {
  width: 700px;

}


.home-slide-pc-wrap {
  background: #f4f4f4;
}

.home-slide-pc-wrap .carousel {
  max-width: 1800px;
  margin: 0 auto;
}



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

  .slick01 {
    margin: 0;
    padding: 0;
    margin-top: 0;
  }



  .slide-text {
    position: absolute;
    left: 5%;
    bottom: 40px;
    z-index: 100;
    width: 100%;

  }

  .slide-text img {
    width: 80%;

  }
}

/*home*/

.scroll-to-top {
  display: none !important;
}


p {
    color: #333;
    line-height: 2;
    margin: 0 0 20px;
    font-size: 16px;
}


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

p {
    line-height: 1.8;
    margin: 0 0 16px;
    font-size: 15px;
}


}


.outline{
  text-shadow:0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1),0 0 3px rgba(0,0,0,0.1) !important;
}

.blue {
  color: #4E9EF8;
}







.img_bg_box {
  min-height: 260px;
  height: 331px;
}


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



.img_bg_box {
min-height: 220px;
  height: 220px;
}

  }





.sec-sm {
  padding:3.5% 0 3.5%;
}
.sec-md {
  padding:6% 0;
}




.fluid-box{
  width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 5% 0;
}




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

.sec-sm {
  padding:30px 0;
}
.sec-md {
  padding:40px 0;
}

.fluid-box{
    padding: 30px 0;
}
}



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

  .header-logo img{
    width: 200px !important;
  }

  #header .header-logo {
    margin: 0 0;
}
}



.menu-inner .close-btn {
  display: none;
  color: #000;
}

.menu-inner.active .close-btn {
  display: block;
}


.menu-inner .menu-btn {
  display: block;
  color: #000;
}

.menu-inner.active .menu-btn {
  display: none;
}

/*menu*/
.menu{
    position: absolute;
    top: 68px;
    right:40px;
    width: 36px;
    z-index: 99999;
    color: #000;
    font-size: 36px;
}

/*gnav*/
.gnav{
    background: rgba(255,255,255,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
    top:0;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu {
  padding: 0;
}
.gnav__menu__item{
    /*margin: 40px 0;*/
    list-style: none;
   
}
.gnav__menu__item a{
  display: block;
  color: #222;
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
  text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #111;
}

@media (max-width: 568px) {

  .gnav__menu__item{
    /*margin: 25px 0;*/
    list-style: none;
   
}

.gnav__menu__item a{
  color: #222;
    font-size: 1.2em;
    font-weight: bold;
    padding:10px;
  text-decoration: none;
    transition: .5s;
}

}

/**/


.header-container {
	padding-right: 80px;
    padding-left: 80px;
}


#header {
    position: relative;
    z-index: 1030;
    padding:0px 0px;
}






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

.header-container {
  padding-right: 10px;
    padding-left: 10px;

}

#header {
    position: fixed;
    z-index: 1030;
    padding:10px 10px;
    width: 100%;
    background: #fff;
}


.menu{
    position: fixed;
    top: 16px;
    right:20px;
    width: 26px;
    z-index: 99999;
    color: #000;
    font-size: 26px;
}









}








/*モバイル、PC切り替え*/
.mobi-only {
  display: none 
}

.pc-only {
   display: block;
}

@media only screen and (max-width: 967px) {
.mobi-only {
      display: block;
}

.pc-only {
  display: none ;
}
}












#footer-area {
  padding: 6% 0
}




.fixContactBox {
  width: 260px;
  padding: 20px;
  background: white;
  border-top: solid 5px #ffa353;
  position: fixed;
  z-index: 999999;
  right: 0px;
  top: 40%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .fixContactBox {
      display: none !important; } }
  .fixContactBox .closeBtn {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 22px;
    color: #888;
    cursor: pointer; }
  .fixContactBox .title {
    padding-bottom: 8px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  .fixContactBox .telText {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 18px;
    font-size: 28px;
    text-align: center;
    position: relative;
    color: #444;
    font-family: 'Open Sans', sans-serif; }
    .fixContactBox .telText::before {
      position: absolute;
      font-size: 18px;
      top: 1px;
      left: 5px;
font-weight: 900;
color: #ffa353;
content: "\f095";
font-family: "Font Awesome 5 Free";

       }
    .fixContactBox .telText a {
      color: #454545;
      font-weight: bold; }
      .fixContactBox .telText a:hover {
        text-decoration: none; }

        .addrText {
          font-size: 14px;
          line-height: 1.5;
        }

        .hourText {
          font-size: 14px;
          line-height: 1.5;
          text-align: right;
        }
.hourText span {
          font-size: 14px;
          line-height: 1.5;
          color: #7dbdcb;
          font-weight: bold;
        }

  .fixContactBox .timeDl {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px; }
    .fixContactBox .timeDl dt {
      width: 30%;
      display: inline-block;
      color: #555;
      vertical-align: top; }
    .fixContactBox .timeDl dd {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      text-align: right;
      margin-bottom: 0px; }
    .fixContactBox .timeDl .smallText {
      display: block;
      font-size: 12px; }
  .fixContactBox .uketukeTitle {
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ccc;
    color: #555;
     }
  .fixContactBox__btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 14px; }
    .fixContactBox__btn a {
      padding: 7px 10px;
      color: white;
      background: #ffa353;
      border: solid 1px #ffa353;
      display: block;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      .fixContactBox__btn a:hover {
        color: #ffa353;
        text-decoration: none;
        border: solid 1px #ffa353;
        background: white; }


html .btn-link {
    color: #FFF !important;
}




/*è¨ºç™‚æ™‚é–“*/

.hours-area-wrap {
    position: absolute;
    width: 500px;
    margin: -190px -5px 0 auto;
    bottom: 200px;
    right: -5px;
}

@media (max-width: 991px) {
  .hours-area-wrap {
    position: relative;
    margin-top: 0;
    background: #f4f4f4;
    width:100%;
  }
}



.hours-area {
  position: relative;
  right: 0;
  background: #fff;
   color: #3D302A;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 5px 10px 20px rgba(0,0,0,0.10);
}

.hours-memo {
font-size: 13px;
line-height: 1.5;
}

.hours-table {

   
    font-size: 15px;

    border: none;
  border-bottom: 1px solid #3D302A;
  width: 100%;
  margin-bottom: 8px;
}

.hours-table th {
  text-align: center;
  font-weight: normal;
}

.hours-table table thead th {

  padding: 5px;
  text-align: center;
}

.

.hours-table table tbody tr {
  /*background:#eee9d8;*/
  text-align: center;

}

.hours-table .table-line {
  border-top: 1px solid #3D302A;
}

.hours-table td {
  padding: 8px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}

.hours-table .info-color {
  color: #fcae68;
}

.hours-table p {
  margin: 15px 0;
}


@media screen and (max-width: 600px){
  .hours-table {
font-size: 14px;
}
.hours-table td {
  padding: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}
.hours-memo {
font-size: 13px;
}
 }
/**/


.tel-text {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
  align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆ */
  text-decoration: none;
}

@media screen and (max-width: 600px){
.tel-text {

 -webkit-justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
 justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆ */
}
 }

.tel-text i {
  font-size: 20px;
  margin-right: 8px;
}











.side-contact-btn {
  position: fixed;
  bottom:60px;
  right:0;
  margin:auto;
  font-size: 14px;
  font-weight:bold;
  z-index: 10;
  line-height: 1;

}
.side-contact-btn li {
  width: 94px;
  height:94px;
  display:block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}
.side-contact-btn li a {
  width: 100%;
  height:100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

.side-contact-btn {
display: none !important;
}

}



/* 繧ｿ繧､繝医Ν */
.feature-wrap {
    overflow: visible;
    height: auto;
}

.feature-title {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    
font-style: normal;
margin-bottom: 12px;
}

@media (max-width: 640px) {
.feature-title {
    font-size: 1.2rem;
}
}

.feature-header {
    position: relative;
    height: 100%;
    /*margin-bottom: 24px;*/
}



































/*7つの特徴
---------------------------------------------------------*/
.feature-number {
   
    font-size: 6rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.9);
}

.welcome {
  padding-top: 30px;
  padding-bottom: 50px;
}
.welcome .top_title {
  margin-bottom: 90px;
}

/* 共通 */
.welcome h4 {
  font-size: 230%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2em;
}
.welcome h4 .blue,
.welcome h4 .txt_l {
  font-size: 140%;
  letter-spacing: normal;
  line-height: 1.2em;
}

.welcome .txt {
  font-size: 105%;
  letter-spacing: normal;
  line-height: 1.8em;
}

.welcome .box_list {
  list-style: none;
  margin:0;
  padding:0;
}

.welcome .box_list .img_box {
  position: relative;
  z-index: 0;
}
.welcome .box_list .txt_box {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.welcome .box_list .txt_box .no {
  position: absolute;
}
.welcome .box_list .txt_box .no_top {
  right: 7%;
  bottom: calc(100% - 4em);
}
.welcome .box_list .txt_box .no_bottom {
  right: 7%;
  top: 100%;
}
.welcome .box_list .txt_box h4 {
  margin-bottom: .4em;
}
.welcome .box_list .abs_img {
  position: absolute;
}

/* 導入・特徴1-2 */
.feature1_2 .lead {
  width: 30%;
  float: left;
  padding-top: 40px;
  text-align: center;
}
.feature1_2 .box_list {
  width: 65%;
  float: right;
}

.feature1_2 .lead p {
  margin-top: 1.0em;
  font-size: 110%;
  letter-spacing: normal;
  line-height: 1.8em;
}

.feature1_2 .box_list li {
  width: 48%;
  max-width: 436px;
  float: left;
}
.feature1_2 .box_list li:last-child {
  float: right;
}

.feature1_2 .box01 .txt_box {
  margin-top: -90px;
}

.feature1_2 .box02 .img_box {
  margin-top: -40px;
}
.feature1_2 .box02 .img_box .abs_img {
  left: 7%;
  bottom: 38%;
  width: 50%;
  max-width: 180px;
}

/* 特徴3-4 */
.feature3_4 .box_list {
  width: 100%;
  max-width: 1320px;
  margin: 80px auto 100px;
}
.feature3_4 .box_list li {
  width: 48%;
  max-width: 610px;
  float: left;
}
.feature3_4 .box_list li:last-child {
  float: right;
}

.feature3_4 .box03 .txt_box {
  margin-top: -90px;
}
.feature3_4 .box03 .img_box .abs_img {
  top: 6%;
  left: 40%;
  width: 36%;
  max-width: 192px;
}

.feature3_4 .box04 .img_box {
  margin-top: -110px;
}
.feature3_4 .box04 .txt_box .abs_img {
  top: -10px;
  right: 3%;
}

/* 特徴5-6 */
.feature5_6 .box_list {
  margin-bottom: 100px;
}
.feature5_6 .box_list li {
  width: 44%;
  max-width: 610px;
  float: left;
}
.feature5_6 .box_list li:last-child {
  width: 52%;
  max-width: 750px;
  float: right;
}

.feature5_6 .box05 .txt_box {
  margin-top: -70px;
}
.feature5_6 .box05 .txt_box .no {
  bottom: calc(100% - 2em);
}
.feature5_6 .box05 .txt_box .txt {
  max-width: 520px;
  position: relative;
  z-index: 1;
}
.feature5_6 .box05 .txt_box .abs_img {
  right: 3%;
  bottom: -40px;
  width: 22%;
  max-width: 126px;
  z-index: 0;
}

.feature5_6 .box06 {
  position: relative;
}
.feature5_6 .box06 .no {
  position: absolute;
  z-index: 1;
  width: 15%;
  max-width: 70px;
  right: 9%;
  top: 30%;
}
.feature5_6 .box06 h4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 10em;
  right: 0;
  top: 30px;
  text-align: right;
}
.feature5_6 .box06 .flt_box {
  position: relative;
  z-index: 0;
}
.feature5_6 .box06 .col_l p {
  width: 100%;
  max-width:550px;
}
.feature5_6 .box06 .col_l .txt {
  margin-top: 1.5em;
}
.feature5_6 .box06 .col_r {
  position: absolute;
  width: 42%;
  max-width: 300px;
  right: 0;
  top: 160px;
}

/* 特徴7 */
.feature7 {
  text-align: center;
}
.feature7 h4 {
  margin-bottom: 50px;
}
/*.feature7 h4 span.no_7 {
  position: relative;
  padding-left: 90px;
}
.feature7 h4 span.no_7::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 90px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/top/no7.svg) no-repeat center center;
  background-size: 90px 90px;
}*/

.feature7 ul {
  width: 100%;
  max-width: 1050px;
  margin: 40px auto 80px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.feature7 li {
  width: 32%;
  max-width: 315px;
  position: relative;
}
.feature7 li p {
  position: relative;
  z-index: 0;
}
.feature7 li dt {
  position: absolute;
  z-index: 1;
  right: 6%;
  bottom: 6%;
  text-align: right;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2em;
}
.feature7 li dt span {
  display: block;
  color: #fff;
  font-size: 280%;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.0em;
  padding-bottom: .2em;
}
.feature7 li dd {
  position: absolute;
  z-index: 1;
  left: 6%;
  bottom: 6%;
  width: 50%;
  max-width: 130px;
}

.welcome .txt_last {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2.2em;
}

/* 微調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
/* 共通 */
.feature-number {
   
    font-size: 4.3rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
}


.welcome h4 {
  font-size: 3.0vw;
  line-height: 1.4em;
}

.welcome .box_list .no {
  width: 60px;
}

.welcome .box_list .txt_box {
  padding-left: 1.0em;
}
.welcome .box_list .txt_box .no_top {
  right: 3%;
  bottom: calc(100% - 2em);
}
.welcome .box_list .txt_box .no_bottom {
  right: 3%;
  top:  calc(100% + 1em);
}

/* 導入・特徴1-2 */
.feature1_2 .lead p br {
  display: none;
}

.feature1_2 .box02 .img_box .abs_img {
  left: 4%;
  bottom: 30%;
}
.feature1_2 .box02 .txt_box .txt {
  max-width: 100%;
}

/* 特徴3-4 */
.feature3_4 .box04 .txt_box .abs_img {
  top: 105%;
  right: auto;
  left: 2%;
}

/* 特徴5-6 */
.feature5_6 .box05 h4 .sp_tb {
  display: block !important;
}

.feature5_6 .box06 .no {
  top: 30%;
}

/* 特徴7 */
.feature7 h4 {
  margin-bottom: 3%;
}
/*.feature7 h4 span.no_7 {
  padding-left: 60px;
}
.feature7 h4 span.no_7::before {
  width: 50px;
  height: 80px;
  background-size: 50px 80px;
}*/
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .feature-number {
   
    font-size: 3.3rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
}


.welcome {
  padding-top: 8%;
  padding-bottom: 14%;
}
.welcome .top_title {
  margin-bottom: 2%;
}

/* 共通 */

.welcome h4 .pink,
.welcome h4 .txt_l {
  line-height: 1.4em;
}

.welcome .box_list .txt_box {
  padding-left: 1.0em;
}

.welcome .box_list .txt_box .no_top {
  right: 3%;
  bottom: 100%;
}
.welcome .box_list .txt_box .no_bottom {
  right: 3%;
  top:  100%;
}

/* 導入・特徴1-2 */
.feature1_2 .lead {
  width: 100%;
  float: none;
  padding-top: 0;
  margin-bottom: 3%;
}
.feature1_2 .box_list {
  width: 100%;
  float: none;
}

.feature1_2 .lead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  width: 80%;
  margin: 0 auto 5%;
}
.feature1_2 .lead h3 {
  width: 43%;
}
.feature1_2 .lead p {
  width: 52%;
  text-align: left;
}

.feature1_2 .box01 .txt_box {
  margin-top: -30%;
}

.feature1_2 .box02 .img_box {
  margin-top: -40%;
}
.feature1_2 .box02 .img_box .abs_img {
  bottom: 10%;
  width: 40%;
}

/* 特徴3-4 */
.feature3_4 .box_list {
  margin: 6% auto;
}

.feature3_4 .box03 .txt_box {
  margin-top: -10%;
}
.feature3_4 .box03 .img_box .abs_img {
  top: -5%;
  right: 3%;
  width: 36%;
}

.feature3_4 .box04 .img_box {
  margin-top: -5%;
}
.feature3_4 .box04 .txt_box .abs_img {
  top: 110%;
  right: auto;
  left: 3%;
  width: 30%;
}

/* 特徴5-6 */
.feature5_6 .box_list {
  margin-bottom: 6%;
}

.feature5_6 .box05 .txt_box {
  margin-top: -10%;
}
.feature5_6 .box05 .txt_box .abs_img {
  display: none;
}

.feature5_6 .box06 .no {
  left: auto;
  right: 6%;
  top: 40%;
}
.feature5_6 .box06 h4 {
  top: 3%;
  width: 10em;
}
.feature5_6 .box06 .col_l .txt {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1.0em;
}
.feature5_6 .box06 .col_r {
  top: 10%;
}

/* 特徴7 */
.feature7 h4 {
  margin-bottom: 4%;
}
/*.feature7 h4 span.no_7 {
  padding-left: 2.5em;
}
.feature7 h4 span.no_7::before {
  width: 2em;
  height: 3em;
  background-size: 2em 3em;
}
*/
.feature7 ul {
  font-size: 1.4vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .feature-number {
   
    font-size: 3.3rem;
    font-weight: 400;
    font-style: italic;

    line-height: 1;
    letter-spacing: 0;
    text-stroke: 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.welcome {
  padding-top: 5%;
  padding-bottom: 5%;
}
.welcome .top_title {
  margin-bottom: 6%;
}

/* 共通 */
.welcome h4 {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2em;
}
.welcome h4 .blue,
.welcome h4 .txt_l {
  font-size: 120%;
  line-height: 1.4em;
}

.welcome .txt {
  font-size: 100%;
  line-height: 1.8em;
}

.welcome .box_list .txt_box {
  padding: 0 1.0em;
  text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.9);

}
.welcome .box_list .txt_box .no {
  width: 15%;
  max-width: 70px;
}
.welcome .box_list .txt_box .no_top {
  left: 3%;
  bottom: 100%;
}
.welcome .box_list .txt_box .no_bottom {
  left: 3%;
  top:  100%;
}

/* 導入・特徴1-2 */
.feature1_2 .lead {
  width: 100%;
  float: none;
  padding-top: 0;
}
.feature1_2 .box_list {
  width: 100%;
  float: none;
}

.feature1_2 .lead {
  margin-bottom: 8%;
}
.feature1_2 .lead h3 {
  width: 64%;
  margin: 0 auto;
}
.feature1_2 .lead p {
  letter-spacing: .1em;
  font-size: 15px;
}
.feature1_2 .lead p br {
  display: none;
}

.feature1_2 .box_list li {
  width: 100%;
  max-width: 100%;
  float: none;
}
.feature1_2 .box_list li:last-child {
  margin-top: 10%;
  float: none;
}

.feature1_2 .box01 .img_box {
  width: 90%;
}
.feature1_2 .box01 .txt_box {
  margin-top: -8em;
}

.feature1_2 .box02 .img_box {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -5em;
}
.feature1_2 .box02 .txt_box .txt {
  max-width: 100%;
}
.feature1_2 .box02 .img_box .abs_img {
  left: 3%;
  bottom: 30%;
}

/* 特徴3-4 */
.feature3_4 .box_list {
  margin: 14% auto;
}
.feature3_4 .box_list li {
  width: 100%;
  max-width: 100%;
  float: none;
}
.feature3_4 .box_list li:last-child {
  margin-top: 10%;
  float: none;
}

.feature3_4 .box03 .txt_box {
  margin-top: -4em;
}
.feature3_4 .box03 .img_box {
  width: 90%;
}
.feature3_4 .box03 .img_box .abs_img {
  top: -5%;
  right: 3%;
}

.feature3_4 .box04 .img_box {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -3em;
}
.feature3_4 .box04 .txt_box .abs_img {
  top: 110%;
  right: auto;
  left: 3%;
  width: 30%;
}

/* 特徴5-6 */
.feature5_6 .box_list {
  margin-bottom: 14%;
}
.feature5_6 .box_list li {
  width: 100%;
  max-width: 100%;
  float: none;
}
.feature5_6 .box_list li:last-child {
  margin-top: 10%;
  width: 100%;
  max-width: 100%;
  float: none;
}

.feature5_6 .box05 .img_box {
  width: 90%;
}
.feature5_6 .box05 .txt_box {
  margin-top: -4em;
}
.feature5_6 .box05 .txt_box .txt {
  max-width: 100%;
}
.feature5_6 .box05 .txt_box .abs_img {
  display: none;
}

.feature5_6 .box06 .no {
  left: auto;
  right: 6%;
  top: 25%;
}
.feature5_6 .box06 h4 {
  position: static;
  max-width: 95%;
  top: 10%;
  margin:5% 0 5% 5%;
}
.feature5_6 .box06 .flt_box {
  position: relative;
  z-index: 0;
}
.feature5_6 .box06 .col_l .txt {
  margin-top: 1.0em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1.0em;
}
.feature5_6 .box06 .col_r {
  top: 5%;
}

/* 特徴7 */
.feature7 h4 {
  margin-bottom: 6%;
}
/*.feature7 h4 span.no_7 {
  padding-left: 2.0em;
}
.feature7 h4 span.no_7::before {
  width: 2.2em;
  height: 2.8em;
  background-size: 2.2em 2.8em;
}*/
.feature7 .txt {
  text-align: left;
  padding: 0 1.0em;
}

.feature7 ul {
  margin: 6% 0;
  width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  font-size: 3.0vw;
}
.feature7 li {
  width: 48%;
  max-width: 315px;
  margin: 0 auto 1.0em;
}
.feature7 li dt {
  right: 4%;
}
.feature7 li dd {
  left: -2%;
  top: -6%;
  bottom: auto;
  width: 70%;
}

.welcome .txt_last {
  letter-spacing: .05em;
  line-height: 1.8em;
  text-align: left;
}
}

