@charset "UTF-8";

span.fllpc_over{
  display: none;
}
@media all and (min-width: 1200px) {
  span.fllpc_over{
    display: inline;
    background:none!important;
  }
}
/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 769px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(images/topImage.jpg) center 30%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}

#contents .midashi{
  margin-bottom: 3rem;
}
#contents .midashi h2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto 4rem;
}
#contents .midashi h2::after{
  content: url(images/dot.svg);
  width: 100px;
  display: inline-block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .midashi h2 .small{
  font-size: 32px;
}
#contents .midashi h2 .big{
  font-size: 42px;
  position: relative;
}
#contents .midashi .text span{
  font-size: 16px;
  text-align: center;
  display: block;
}

/* ----------------------------------------------
points
------------------------------------------------*/
#contents .points{
  background: #000;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
#contents .points .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#contents .points .bg,#contents .points .bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
  background-color: rgba(51,51,51,0.6);
  z-index: -1;
}
#contents .points .bg2{
  width: 90vw;
  background-color: rgba(51,51,51,0.8);
  z-index: -1;
}
#contents .points .inner{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #fff 0%, #e6e6e6 25%,#f8f8f8 40%,#858585 75%,#ededed 100%);
}
#contents .points .inner.reverce{
  flex-direction: row-reverse;
}
#contents .points .inner .textarea{
  width: 50%;
  padding: 1rem;
}
#contents .points .inner .textarea h2{
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
#contents .points .inner .textarea h2 .sub{
  font-size: 22px;
  padding: 0 .5rem;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  color: #fff;
}
#contents .points .inner .textarea h2 .title{
  display: block;
  padding-left: 1rem;
}
#contents .points .inner .textarea h2 .title .underboder{
  font-size: 28px;
  position: relative;
  display: inline-block;
}
#contents .points .inner .textarea h2 .title .underboder:not(.lastboder)::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .points .inner .textarea h2 .title .underboder.lastboder::after{
  content: url(images/h2_under.svg);
  width: calc(100% + 1rem);
  position: absolute;
  bottom: -15px;
  left: 0;
}
#contents .points .inner .textarea .text{
  padding: 1rem;
}
#contents .points .inner .text2{
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
}
#contents .points .inner figure{
  width: 50%;
}
#contents .points .floatarea{
  width: 100%;
}

#contents .points .inner.float{
  display: block;
}
#contents .points .inner.float .textarea{
  width: auto;
}
#contents .points .inner.float .textarea::after{
  content: "";
  display: inline-block;
  clear: both;
}
#contents .points .inner.float .textarea figure{
  float: left;
  margin: 0 1rem 1rem 0;
}


#contents .points .inner.column{
  flex-direction: column-reverse;
  width: 48%;
  justify-content: flex-end;
}
/* #contents .points .inner.sec03 .textarea h2 .title .underboder:nth-of-type(2){
  margin-left: 7em;
} */
/* #contents .points .inner.sec04 .textarea h2 .title .underboder{
  margin-left: 3rem;
  border-bottom: none;
  background: url(images/h2_under.svg) bottom /100% no-repeat;
  padding: 0 1rem 0.5rem 0;
} */
#contents .points .inner.column .textarea{
  width: 100%;
}
#contents .points .inner.column figure{
  width: 100%;
}

@media all and (min-width: 769px) and (max-width: 1300px) {
  #contents .points .inner .textarea h2 .title .underboder:nth-of-type(2),#contents .points .inner.sec03 .textarea h2 .title .underboder:nth-of-type(2){
    margin-left: 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
  #contents .points .inner{
    flex-direction: column-reverse;
  }
  #contents .points .inner.reverce{
    flex-direction: column-reverse;
  }
  #contents .points .inner .textarea{
    width: 100%;
    padding: 1rem;
  }
  #contents .points .inner .textarea h2 .title{
    text-align: center;
  }
  #contents .points .inner figure{
    width: 80%;
    margin: 0 auto 1rem;
  }
  #contents .points .inner.float .textarea figure{
    float: none;
    margin: 0 auto 1rem;
  }
  
  
  #contents .points .inner.column{
    width: 100%;
  }

}

}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 769px) {
  /* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(images/topImage.jpg) center 30%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}

#contents .midashi{
  margin-bottom: 3rem;
}
#contents .midashi h2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto 4rem;
}
#contents .midashi h2::after{
  content: url(images/dot.svg);
  width: 100px;
  display: inline-block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .midashi h2 .small{
  font-size: 32px;
}
#contents .midashi h2 .big{
  font-size: 42px;
  position: relative;
}
#contents .midashi .text span{
  font-size: 16px;
  text-align: center;
  display: block;
}

/* ----------------------------------------------
points
------------------------------------------------*/
#contents .points{
  background: #000;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
#contents .points .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#contents .points .bg,#contents .points .bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
  background-color: rgba(51,51,51,0.6);
  z-index: -1;
}
#contents .points .bg2{
  width: 90vw;
  background-color: rgba(51,51,51,0.8);
  z-index: -1;
}
#contents .points .inner{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #fff 0%, #e6e6e6 25%,#f8f8f8 40%,#858585 75%,#ededed 100%);
}
#contents .points .inner.reverce{
  flex-direction: column-reverse;
}
#contents .points .inner .textarea{
  width: 100%;
  padding: 1rem;
}
#contents .points .inner .textarea h2{
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
#contents .points .inner .textarea h2 .sub{
  font-size: 22px;
  padding: 0 .5rem;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  color: #fff;
}
#contents .points .inner .textarea h2 .title{
  display: block;
  padding-left: 1rem;
  text-align: center;
}
#contents .points .inner .textarea h2 .title .underboder{
  font-size: 28px;
  position: relative;
  display: inline-block;
}
#contents .points .inner .textarea h2 .title .underboder:not(.lastboder)::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .points .inner .textarea h2 .title .underboder.lastboder::after{
  content: url(images/h2_under.svg);
  width: calc(100% + 1rem);
  position: absolute;
  bottom: -15px;
  left: 0;
}
#contents .points .inner .textarea .text{
  padding: 1rem;
}
#contents .points .inner .text2{
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
}
#contents .points .inner figure{
  width: 80%;
  margin: 0 auto 1rem;
}
#contents .points .floatarea{
  width: 100%;
}

#contents .points .inner.float{
  display: block;
}
#contents .points .inner.float .textarea{
  width: auto;
}
#contents .points .inner.float .textarea::after{
  content: "";
  display: inline-block;
  clear: both;
}
#contents .points .inner.float .textarea figure{
  float: none;
  margin: 0 auto 1rem;
}


#contents .points .inner.column{
  flex-direction: column-reverse;
  width: 100%;
  justify-content: flex-end;
}
#contents .points .inner.column .textarea{
  width: 100%;
}
#contents .points .inner.column figure{
  width: 100%;
}
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(images/topImage.jpg) center 30%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}

#contents .midashi{
  margin-bottom: 3rem;
}
#contents .midashi h2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto 4rem;
}
#contents .midashi h2::after{
  content: url(images/dot.svg);
  width: 100px;
  display: inline-block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .midashi h2 .small{
  font-size: 18px;
}
#contents .midashi h2 .big{
  font-size: 24px;
  position: relative;
}
#contents .midashi .text span{
  font-size: 16px;
  text-align: center;
  display: block;
}

/* ----------------------------------------------
points
------------------------------------------------*/
#contents .points{
  background: #000;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
#contents .points .wrapper{
}
#contents .points .bg,#contents .points .bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
  background-color: rgba(51,51,51,0.6);
  z-index: -1;
}
#contents .points .bg2{
  width: 90vw;
  background-color: rgba(51,51,51,0.8);
  z-index: -1;
}
#contents .points .inner{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #fff 0%, #e6e6e6 25%,#f8f8f8 40%,#858585 75%,#ededed 100%);
}
#contents .points .inner .textarea{
  width: 100%;
  padding: 1rem;
  order: 2;
}
#contents .points .inner .textarea h2{
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
#contents .points .inner .textarea h2 .sub{
  font-size: 18px;
  padding: 0 .5rem;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  color: #fff;
  margin-bottom: 1rem;
  display: inline-block;
}
#contents .points .inner .textarea h2 .title{
  display: block;
  padding-left: 1rem;
}
#contents .points .inner .textarea h2 .title .underboder{
  font-size: 20px;
  position: relative;
  display: inline-block;
}
#contents .points .inner .textarea h2 .title .underboder:not(.lastboder)::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .points .inner .textarea h2 .title .underboder.lastboder::after{
  content: url(images/h2_under.svg);
  width: calc(100% + 1rem);
  position: absolute;
  bottom: -15px;
  left: 0;
}
#contents .points .inner .textarea .text{
  padding: 1rem;
}
#contents .points .inner .text2{
  width: 100%;
  padding: 0rem 1rem 1rem 2rem;
  order: 3;
}
#contents .points .inner figure{
  width: 100%;
  order: 1;
}
#contents .points .inner.float .textarea figure{
  margin: 0 auto 1rem;
}
#contents .points .floatarea{
  width: 100%;
}

#contents .points .inner.sec04 .textarea h2 .title .underboder{
  border-bottom: none;
  /* background: url(images/h2_under.svg) bottom /100% no-repeat; */
  /* padding: 0 1rem 0.5rem 0; */
}
#contents .points .inner.column .textarea{
  width: 100%;
}
#contents .points .inner.column figure{
  width: 100%;
}
}
