
/*7つのポイント
---------------------------------------------------------*/
.home-point-area {
  width:100%;
  background:#f1ede3;
  background-size:cover;
  padding:6% 8% 6%;
  margin-top: -100px;
}

.home-point-inner {
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
#point{
  
}
#point .title{
  background:#f4c337;
  position: relative;
  margin-bottom: 140px;
  padding-top:50px;
}
#point .title::before{
  display:block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top:100%;
  width: 100%;
  height: 100px;
  background:url(../images/top/point_bg@2x.png) no-repeat center top;
  background-size:100% 100%;
}
#point .title .w1340{
  position:relative;
}
#point .title dl{
  position: relative;
  text-align: center;
  color:#ffffff;
  font-weight: bold;}

#point .title dt{
  max-width:600px;
  width:55%;
  margin: 0 auto 20px auto;
}
#point .title dd{
  width:57%;
  margin: 0 auto;
}
#point .title .abs_img li{
  position:absolute;
  bottom:0;
  max-width: 211px;
  width: 17%;
}
#point .title .abs_img li:nth-child(1){
  left:7%;
}
#point .title .abs_img li:nth-child(2){
  right:7%;
}



#point .point_list{
  padding-bottom: 50px;
  list-style: none;
}
#point .point_list > li{
  float:left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 33px;
}
#point .point_list > li.point1{
  width: 100%;
  margin-right: 0;
}
#point .point_list > li.point4,
#point .point_list > li.point7{
  margin-right: 0;
}


#point .point_list .img_box {
  margin-bottom: 12px;
}

.txt_box h3{

}


#point .point_list > li .point_index{

  padding-left:0px;
  background-position:left center;
  background-repeat: no-repeat;
  background-size:55px 62px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:19px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 8px;
}

#point .point_list > li p {
  font-size:15px;
  color:rgba(0,0,0,0.7);
}
/*#point .point_list > li.point1 .point_index{background-image:url(/_images/ai/num-01.svg)}
#point .point_list > li.point2 .point_index{background-image:url(/_images/ai/num-02.svg)}
#point .point_list > li.point3 .point_index{background-image:url(/_images/ai/num-03.svg)}
#point .point_list > li.point4 .point_index{background-image:url(/_images/ai/num-04.svg)}
#point .point_list > li.point5 .point_index{background-image:url(/_images/ai/num-05.svg)}
#point .point_list > li.point6 .point_index{background-image:url(/_images/ai/num-06.svg)}
#point .point_list > li.point7 .point_index{background-image:url(/_images/ai/num-07.svg)}
*/
#point .point_list > li.point1{
  margin-bottom:50px;
}

#point .point_list > li.point1 .flt_box .col_l{
  width:54%;
  max-width: 750px;
  float: left;
  padding-top:33px;
  position: relative;
}
#point .point_list > li.point1 .flt_box .col_r{
  width:43%;
  float: right;
  padding-top:33px;
}
#point .point_list > li.point1 .flt_box .col_l .abs_icon{
  position:absolute;
  left: 31%;
  top: 0;
  max-width: 181px;
  width: 25%;
}
#point .point_list > li.point1 .icon_list{
  margin-top:25px;
}

#point .point_list > li.point1 .icon_list li{
  float:left;
}
#point .point_list > li.point1 .icon_list li:nth-child(1){
  padding-right: 5%;
}
#point .point_list > li.point1 .icon_list li p{
  color:#6ac4ca;
  font-size:17px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 3px 0;
  padding-left: 75px;
  background-size:60px 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
#point .point_list > li.point1 .icon_list li:nth-child(1) p{background-image:url(../images/top/point1_mark1.svg)}
#point .point_list > li.point1 .icon_list li:nth-child(2) p{background-image:url(../images/top/point1_mark2.svg)}
#point .point_list > li.point1 .point_index{
  margin-bottom:20px;
}

#point .icon_list {
  padding:0;
  list-style:none;
}

/* PC調整1
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1450px) {
#point .title dd .pc_only{
  display: none;
}
#point .point_list > li .point_index{

  padding-left:0px;
  background-size:55px 62px;
/*  font-size:2.1vw; */
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 8px;}
  
#point .point_list > li.point1 .icon_list li p{
  color:#6ac4ca;
/*  font-size:1.2vw; */
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3px 0;
  padding-left: 75px;
  background-size:60px 60px;
  background-position: left center;
  background-repeat: no-repeat;
} 
}

/* PC調整2
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#point .point_list > li{
  width: 31.333%;
  margin-right: 3%;}
  
#point .point_list > li.point1 .icon_list li p{
  font-size:1.1vw;
  letter-spacing: 0.1em;
  line-height: 2em;
  padding-left: 65px;
  background-size:50px 50px;
}   
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#point .title{
  margin-bottom: 90px;
  padding-top:40px;
}
#point .title::before{
  height: 50px;
}
#point .title dt{
  margin: 0 auto 15px auto;
}
#point .title dd{
  width:57%;
  margin: 0 auto;
}
#point .title .abs_img li{
  width: 19%;
}
#point .title .abs_img li:nth-child(1){
  left:2%;
}
#point .title .abs_img li:nth-child(2){
  right:2%;
}
#point .point_list{
  padding-bottom: 20px;
}
#point .point_list > li{
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 30px;
}
  #point .point_list > li.point4{
    margin-right:3%;
  } 
  #point .point_list > li.point3,
  #point .point_list > li.point5{
    margin-right: 0;
  } 
  

#point .point_list > li .point_index{
  padding-left:55px;
  background-size:50px 56px;
  font-size:18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#point .point_list > li.point1{
  margin-bottom:30px;
}

#point .point_list > li.point1 .flt_box .col_l{
  width:48.5%;
  padding-top:0;
}
#point .point_list > li.point1 .flt_box .col_r{
  width:48.5%;
  padding-top:0;
}
#point .point_list > li.point1 .flt_box .col_l .abs_icon{
  width: 38%;
  top: 85%;
  left: 5%;
}
#point .point_list > li.point1 .icon_list{
  margin-top:15px;
}
#point .point_list > li.point1 .icon_list li p{
  font-size:1.5vw;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding-left: 45px;
  background-size:37px 37px;
}
#point .point_list > li.point1 .point_index{
  margin-bottom:10px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .home-point-area {
      margin-top: -55px;
    }
#point .title{
  margin-bottom: calc(50px + 8%);
  padding-top:7%;
}
#point .title::before{
  height: 50px;
}
#point .title dt{
  width:90%;
  margin: 0 auto 5% auto;
}
#point .title dd{
  width:100%;
  text-align: left
}
#point .title .abs_img{
  width:70%;
  margin:6% auto 0 auto;
  overflow: hidden;
}
#point .title .abs_img li{
  position: static;
  width: 49%;
  float: left;
}
#point .title .abs_img li:nth-child(2){
  float: right;
}
#point .point_list{
  padding-bottom: 3%;
  padding-left: 0;
}
#point .point_list > li{
  float:none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10%;
}
#point .point_list > li .point_index{
 /* padding-left:12%;*/
  background-size:10% auto;
/*  font-size:5.2vw; */
  font-size:18px;
  margin-bottom: 2%;
  margin-top: 1%;
}
#point .point_list > li .img_box{
    width:100%;
    margin: 0 auto;
    margin-bottom: 10px;
  } 
#point .point_list > li.point1{
  margin-bottom:7%;
}

#point .point_list > li.point1 .flt_box .col_l{
  width:100%;
  float: none;
  padding-top:0;
  margin-bottom: 5%;
}
#point .point_list > li.point1 .flt_box .col_r{
  width:100%;
  float: none;
  padding-top:0;
}
#point .point_list > li.point1 .flt_box .col_l .abs_icon{
  left: 2%;
  top: 53%;
  width: 30%;
}
#point .point_list > li.point1 .icon_list{
  margin-top:5%;
}
#point .point_list > li.point1 .icon_list li{
  float:none;
}
#point .point_list > li.point1 .icon_list li:nth-child(1){
  padding-right: 0;
  padding-bottom: 3%;
}
#point .point_list > li.point1 .icon_list li p{
  color:#6ac4ca;
  font-size:4vw;
  padding-left: 18%;
  background-size:14% auto;
} 
#point .point_list > li.point1 .point_index{
  margin-bottom:3%;
}

}



/*背景
---------------------------------------------------------*/

.blur1-bg {
  background: #FFF url(/_images/bg/blur-01-assets/blur-01.jpg);
  padding: 5% 0 8%;
  background-size: cover;
}



/*トピックス
---------------------------------------------------------*/

.topics-service-area{
  background: #FFF url(/_images/bg/news-bg.png);
  padding: 5% 0 3%;
}


#topics .news{

  width:100%;
}
#topics .blog{
  width:100%;
}
#topics .topics_title{
  padding-bottom:24px;
  position: relative;
  margin-bottom: 8px;
  background-size:50% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  border-bottom: 3px solid #eee;
}

#topics .topics_title dl{
  padding-left:5px;
 
}



#topics .topics_title dt{
  font-size:27px;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom:10px;
}
/* IE対応 */
_:-ms-lang(x)::-ms-backdrop,#topics .topics_title dt{
  margin-bottom: 15px;
}
#topics .news .topics_title dt{color: #6db478;}
#topics .blog .topics_title dt{color: #6db478;}

#topics .trivia .topics_title dt{color: #c1d699;}

#topics .topics_title dd{
  font-size:14px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
#topics .topics_title .link{
  position:absolute;
  right: 0;
  top:10px;
}
#topics .topics_title .link a{
  color: #444;
  background-size:20px 10px;
  padding: 10px;
  font-size: 15px;
}


#topics .topics_list {
  margin: 0;
  padding: 0;
}
#topics .topics_list dl{
   margin-bottom: 0;
}

#topics .topics_list > li{
  padding:20px 12px;
  border-bottom:1px solid #ccc;
}
/* IE対応 */
_:-ms-lang(x)::-ms-backdrop,#topics .topics_list > li{
  padding:45px 25px 35px 25px;
}
#topics .topics_list > li dt,
#topics .topics_list > li dd{
  display:inline;
}
#topics .topics_list > li dt{
  font-size:14px;
  padding-right: 0.7em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #999;
}
#topics .topics_list > li dd{
  font-size:15px;
  letter-spacing: 0.1em;
}


#topics .topics_list > li dd a{
  color: #333;
}




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

  .topics-service-area {
      padding: 60px 0 40px;
    }


#topics .topics_title{
  padding-bottom:12px;
  position: relative;
  margin-bottom: 8px;
  background-size:50% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  border-bottom: 3px solid #eee;
}

#topics .topics_title dt{
  font-size:20px;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin-bottom:7px;
}
#topics .topics_title dd {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1em;
}
#topics .topics_title .link a{
  background-size:20px 10px;
  padding: 10px;
  font-size: 13px;
}
#topics .topics_list > li{
  padding:12px 4px;
  border-bottom:1px solid #ccc;
  line-height: 1.5;
  font-size: 15px;
}
#topics .topics_list > li dt{
  font-size:13px;
  padding-right: 0.5em;
  letter-spacing: 0;
  font-weight: normal;
  color: #999;
}
#topics .topics_list > li dd{
  font-size:14px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

#topics .topics_list > li dt,
#topics .topics_list > li dd{
  display:block;
}

}
















.point-bg {
  background: #F4F9EF;
}




.home-concept-area {
  background:#FCF6E4;
  /* display: flex; */
  padding:5% 2%;


  /* text-shadow:0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),
    0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6); */

}



.home-concept-area  {
  position: relative;
}
.home-concept-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../_images/psd/feature-assets/reason-bg1.png), url(../_images/psd/feature-assets/reason-bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 300px 1250px, 300px 1250px;
  text-align: center;
}
.home-concept-area::after {
  content: "";  /* å½± */
  position: absolute;
  z-index: 1;
  z-index: 0;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  opacity: 0.2;
}


.home-concept-area-inner{
z-index: 10;
position: relative;
}

.home-concept-area-inner p,
.home-concept-title{
  }

.home-concept-title {
  font-size:26px;
  margin-bottom:20px;
  letter-spacing: .1rem;
  line-height: 1.8;
  font-weight: bold;
}



.home-concept-area-inner p{
  font-size:16px;
  max-width:800px;
  line-height: 1.9;
  margin: auto;
  margin-bottom: 30px;
}

.home-concept-area-inner2{
  z-index: 999;
}


.youtube-video {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: auto;

}

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

  

 .home-concept-area::before,
  .home-concept-area::after {

display: none;

  }


}


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



.home-concept-area {

  padding:30px 10px;

  background-size: 120%;
  display: flex;


  text-shadow:0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),
    0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6),0 0 0 rgba(255,255,255,0.6);

}

  .home-concept-area::before,
  .home-concept-area::after {

display: none;

  }


.home-concept-title {
  font-size:19px;
}

.home-concept-area-inner p{
  font-size:15px;
}

}















.home-service-area {
  background: #F6F3F4 url(/_images/bg/clinic-blur_2.jpg);
 background-size: cover;
  padding: 4% 6%;
}


.home-service-title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 6px;
  padding: 3px;
  color: #554D36;
}
.home-service-title i {
  color: #ccc;
}

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

.home-service-area {
  padding: 8% 2% 7%;
}

.home-service-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  padding: 3px;
  color: #554D36;
  letter-spacing: 0;
}

}










.side-image,
.side-image2 {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}



.side-image-text {

    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
    padding: 5% 6%;
}



.side-image-text p{
    font-size: 15px;
    line-height: 1.9;
}



@media only screen and (max-width: 567px) {
.side-image-text {

    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
    padding: 0;
  }

}


.dr-title {

    font-size: 13px;
}


.dr-name {
    font-size: 30px;
    margin-bottom: 23px;
    font-weight: bold;
    letter-spacing: .2rem;
}


.dr-name span {
    font-size: 16px;
    color: #ccc;
    margin-left: 16px;
    letter-spacing: 0rem;
    font-weight: normal;
    
}




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



.side-image {
    position: relative;
    height: 250px;
}
.dr-name {
    font-size: 24px;
    margin-bottom: 20px;
}
.dr-name span {
    font-size: 12px;
    color: #ccc;
    margin-left: 16px;
}

}





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

}


.slide-wrap {
  position: relative;
}



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


.slide-text {
position: absolute;
left: 10%;
bottom: 22%;
z-index: 100;
width: 100%;

}

.slide-text img {
  width: 650px;

}


.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: 20%;
z-index: 100;
width: 100%;

}

.slide-text img {
  width: 80%;

}
}









.home-sns-area {
  background:#B3D768;
  padding:8% 0;


}





.side-text {
  padding: 0 11%;
position: relative;
}

.deco-txt-01 {
  position: absolute;
  top: -120px;
  right: 20px;
  font-size: 12rem;
  line-height: 1;
  color: rgba(255,255,255,1);
  font-family: 'Arial', sans-serif;
  -webkit-text-stroke: 1px #f4f4f4;
  font-weight: bold;
}

.home-h3 {
  color: #9AC62C;
  font-size: 1.75rem;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

.home-h3 span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  margin-bottom: 4px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.module-s {
  padding: 2.5% 0;
  clear: both;
}

.side-text p {
  position: relative;
}


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

.home-sns-area {

    padding: 8% 0;


  }





  .side-text {
    padding: 0 2%;
    position: relative;
  }

  .deco-txt-01 {
    position: absolute;
    top: -15px;
    font-size: 8rem;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    font-family: 'Arial', sans-serif;
    -webkit-text-stroke: 1px #f4f4f4;
    font-weight: bold;
  }

  .home-h3 {
    color: #9AC62C;
    font-size: 1.3rem;
    margin-bottom: 8px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
  }

  .home-h3 span {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.6rem;
    margin-bottom: 4px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }

  .module-s {
    padding: 2.5% 0;
    clear: both;
  }

  .side-text p {
    position: relative;
  }

}








/*MESSAGE
---------------------------------------------------------*/
.message {
  background: #f6f3f4;
  position: relative;

}

.message::before,
.message::after {
  content: "";
  /* 上下の白 */
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80px;
  left: 0;
  background: #fff;
}

.message::before {
  top: 0;
}

.message::after {
  bottom: 0;
}
.w1340 {
  width: 94%;
  padding: 0 3%;
  max-width: 1340px;
  margin: 0 auto;
  text-align: left;
}
.message .w1340 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  min-height: 720px;
}

.message .txt {
  width: 54%;
  padding: 20px 0 100px;
}

.message .img_name {
  width: 43%;
  max-width: 570px;
  position: relative;
}

.message .txt dl {
  margin-top: 111px;
}

.message .txt dt {
  margin-bottom: 1.0em;
}

.message .img_name .img1 {
  position: relative;
  z-index: 0;
}

.message .img_name .name_box {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: -5%;
  width: 70%;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.8);
}

.message .img_name .name_box::before {
  content: "";
  /* 高さ */
  display: block;
  padding-top: 100%;
}

.message .img_name .img2 {
  position: absolute;
  z-index: 0;
  width: 80%;
  max-width: 380px;
  bottom: 0;
  right: 0;
  transform: translateX(20%);
}

.message .img_name .name_box dl {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.message .img_name .name_box dt {
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-bottom: .5em;
}

.message .img_name .name_box dd {
  font-size: 160%;
  letter-spacing: .2em;
  line-height: 1.2em;
}

.message .img_name .name_box dd.ft_europa_b {
  margin-top: .5em;
  color: #8dc21f;
  font-size: 100%;
  letter-spacing: .2em;
  line-height: 1.2em;
}

.message .img_name .name_box dd.com_btn1 {
  margin-top: 1.0em;
  font-size: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .message {
    margin-bottom: 8%;
  }

  .message::before,
  .message::after {
    height: 5%;
    /* 上下の白 */
  }

  .message .w1340 {
    min-height: 0;
  }

  .message .txt {
    padding-bottom: 10%;
  }

  .message .txt dl {
    margin-top: 6%;
  }

  .message .txt dt {
    margin-bottom: 1.0em;
  }

  .message .txt dt br {
    display: none;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .message {
    margin-bottom: 14%;
  }

  .message::before,
  .message::after {
    height: 2.5em;
  }

  .message .w1340 {
    display: block;
    min-height: 0;
  }

  .message .txt {
    width: 100%;
    padding: 0;
    margin-bottom: 8%;
  }

  .message .img_name {
    width: 100%;
    max-width: 100%;
  }

  .message .txt dl {
    margin-top: 12%;
  }

  .message .txt dt {
    margin-bottom: .5em;
  }

  .message .txt dt br {
    display: none;
  }

  .message .img_name .img1 {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }

  .message .img_name .name_box {
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    max-width: 100%;
  }

  .message .img_name .name_box::before {
    display: none;
    /* 高さ */
  }

  .message .img_name .img2 {
    position: relative;
    width: 60%;
    bottom: auto;
    right: auto;
    transform: none;
    margin-top: 10%;
    margin-left: auto;
    margin-right: 0;
  }

  .message .img_name .name_box dl {
    position: static;
    transform: none;
    padding: 8% 0;
  }

  .message .img_name .name_box dd {
    font-size: 140%;
  }

  .message .img_name .name_box dd.ft_europa_b {
    font-size: 70%;
  }
}








/*7Ã£ÂÂ¤Ã£ÂÂ®Ã§â€°Â¹Ã¥Â¾Â´
---------------------------------------------------------*/



.feature-number {
  font-size:7rem;
  font-weight: 700;
  font-style: normal;
  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);
  opacity: .7;
  
}


.welcome {
  /* padding-top: 30px; */
  padding-bottom: 10px;
}

.welcome .top_title {
  margin-bottom: 90px;
}

/* Ã¥â€¦Â±Ã©â‚¬Å¡ */
.welcome h4 {
  font-size: 190%;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4em;
}

.welcome h4 .blue,
.welcome h4 .txt_l {
  font-size: 120%;
letter-spacing: 2px;
  line-height: 1.2em;
  color: #8DC21F;
}

.welcome .txt {
  font-size: 105%;
  letter-spacing: normal;
  line-height: 1.8em;
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;}

.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: 5%;
  bottom: calc(100% - 4em);
}

.welcome .box_list .txt_box .no_bottom {
  right: 5%;
  top: 100%;
}

.welcome .box_list .txt_box h4 {
  font-weight: bold;
  letter-spacing:1px;
  margin-bottom: .4em;
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;}

.welcome .box_list .abs_img {
  position: absolute;
}

/* Ã¥Â°Å½Ã¥â€¦Â¥Ã£Æ’Â»Ã§â€°Â¹Ã¥Â¾Â´1-2 */
.feature1_2 {
  padding-top: 30px;
}


.feature1_2 .lead {
  width: 30%;
  float: left;
  padding-top: 40px;
  text-align: center;
}

.feature1_2 .box_list {
  width: 90%;
  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: 550px;
  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: 70px auto 50px;
}

.feature3_4 .box_list li {
  width: 48%;
  max-width: 580px;
  float: left;
}

.feature3_4 .box_list li:last-child {
  float: right;
  margin-right: 3%;
}

.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: 10px;
}

.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: 17%;
  top: 22%;
}

.feature5_6 .box06 h4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 10em;
  right: 12%;
  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;
  width: 90%;
  margin: auto;
}

.feature7 h4 {
  margin-bottom: 30px;
}

/*.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;
}

.feature7 .feature7_img {
  width: 70%;
  margin: auto;
}

.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: 700;
    font-style: normal;
    right: 5%;
    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: 2.1vw;
    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: 8%;
    bottom: calc(100% - 2em);
  }

  .welcome .box_list .txt_box .no_bottom {
    right: 6%;
    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: 2%;
  }

  /*.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: 3rem;

    display: block;
    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: 125%;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.2em;
    text-align: left;
  }

  .welcome h4 .blue,
  .welcome h4 .txt_l {
    font-size: 100%;
    line-height: 1.4em;
    letter-spacing: 0px;
  }

  .welcome .txt {
    font-size: 15px;
    line-height: 1.7em;
  }

  .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: -6em;
  }

  .feature1_2 .box02 .img_box {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -4em;
  }

  .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: -6em;
  }

  .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: 6%;
  }

  .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: -7em;
  }

  .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%; */
    left: 5%;
    /* top: 25%; */
    top: 27%;
  }

  .feature5_6 .box06 h4 {
    position: static;
    max-width: 95%;
    top: 10%;
    /* margin: 5% 0 5% 5%; */
    margin: 0;
    text-align: left;
    margin-top: -71px;
  }

  .feature5_6 .box06 .flt_box {
    position: relative;
    z-index: 0;
  }

  .feature5_6 .box06 .col_l .txt {
    /* margin-top: 1.0em; */
    margin-top: .5em;
    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: 2%;
  }

  /*.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;
  }

  .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;
  }

  .feature7 .feature7_img {
    width: 100%;
    margin: auto;
  }
}