/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#thoughts {
  font-size: 13px;
  font-weight: 500;
  color: #231815;
  overflow: clip;
  background: #fff;
  position: relative;
}

#thoughts * {
  box-sizing: border-box;
}

#thoughts a {
  transition: opacity .3s;
}

#thoughts a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#thoughts a:hover {
  text-decoration: none;
}

#thoughts a:focus-visible {
  outline: none;
}

#thoughts img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#thoughts .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#thoughts .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#thoughts .pc-br {
  display: none;
}

#thoughts .sp-br {
  display: inline;
}

#thoughts .font-ad{
  font-family: adventures-unlimited, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#thoughts .inline-block{
  display: inline-block;
}

#thoughts .font-mont{
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#thoughts .txt-gradient{
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#thoughts .txt-orange{
  color: #FB6420;
}

#thoughts .txt{
  margin-bottom: 1.8em;
  font-size: 14px;
  line-height: 1.8;
}

#thoughts .txt:last-of-type{
  margin-bottom: 0;
}

#thoughts .inner {
  width: calc(100% - 25px);
  max-width: 1300px;
  margin: 0 auto;
}

#thoughts .content-main{
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  background: url("../images/thoughts/content_main_sp.jpg")no-repeat center center / cover;
  z-index: 1;
}

#thoughts .content-main .ja{
  position: relative;
  display: block;
  padding-left: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

#thoughts .content-main .ja::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

#thoughts .content-main .en{
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  padding: 0 40px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
  clip-path: polygon(158px 0%, 100% 0%, 100% 100%, 0% 100%);
  line-height: 1;
}

#thoughts .content-main .en img{
  width: 123px;
}

#thoughts .thoughts-content-wrapper{
  position: relative;
  padding: 60px 0 40px;
  z-index: 0;
}

#thoughts .thoughts-content-wrapper::before{
  position: fixed;
  content: "";
  width: calc(80vh * 158 / 140);
  height: 80vh;
  top: 0;
  right: 0;
  background-color: #F6F6F6;
  clip-path: polygon(0 0,100% 0%, 100% 100%);
  z-index: -1;
}

#thoughts .thoughts-content-wrapper::after{
  position: fixed;
  content: "";
  width: calc(40vh * 158 / 140);
  height: 40vh;
  bottom: 0;
  right: 0;
  background-color: #F6F6F6;
  clip-path: polygon(100% 0,100% 100%, 0 100%);
  z-index: -1;
  mix-blend-mode: multiply;
}

#thoughts .img-block img{
  margin-bottom: 40px;
  border-radius: 10px;
}

#thoughts .txt-block{
  counter-reset: listnum;
}

#thoughts .txt-item{
  margin-bottom: 40px;
  padding: 58px 25px 30px;
  background-color: rgba(255,255,255,.7);
  border-radius: 10px;
}

#thoughts .txt-item .content-ttl{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  z-index: 0;
}

#thoughts .txt-item .content-ttl::before{
  counter-increment: listnum;
  content: counter(listnum,decimal-leading-zero);
  position: absolute;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  top: -26px;
  z-index: -1;
}
::-webkit-full-page-media, :future, :root #thoughts .txt-item .content-ttl::before{
  top: -32px;
}

#thoughts .txt-item .content-ttl::after{
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
}

#thoughts .bottom-img{
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  
  #thoughts{
    position: relative;
    z-index: 0;
  }
  
  #thoughts::before{
    position: fixed;
    content: "";
    width: calc(75vh * 158 / 140);
    height: 75vh;
    background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
    z-index: -1;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  
  #thoughts .sp-br {
    display: none;
  }
  
  #thoughts .pc-br {
    display: inline;
  }
  
  #thoughts .txt{
    font-size: 16px;
  }
  
  #thoughts .content-main{
    height: 280px;
    background: url("../images/thoughts/content_main_pc.jpg")no-repeat center center / cover;
    z-index: 1;
  }

  #thoughts .content-main .ja{
    padding-left: max(60px,calc(50vw - 600px + 60px));
    font-size: 46px;
  }

  #thoughts .content-main .ja::before{
    width: max(40px,calc(50vw - 600px + 40px));
    height: 2px;
    top: calc(50% - 1px);
  }

  #thoughts .content-main .en{
    width: max(650px,calc(50vw - 310px)); 
    padding: 0 120px;
    left: auto;
    right: 0;
    clip-path: polygon(325px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  
  #thoughts .content-main .en img{
    width: 367px;
  }
  
  #thoughts .thoughts-content-wrapper{
    padding: 0 0 150px;
  }

  #xthoughts .thoughts-content-wrapper::before,
  #xthoughts .thoughts-content-wrapper::after{
    position: fixed;
    width: calc(100vw / 1920 * 1100);
  }

  #xthoughts .thoughts-content-wrapper::before{
    clip-path: polygon(0 0, 100% 0, 100% 80%);
  }

  #xthoughts .thoughts-content-wrapper::after{
    clip-path: polygon(100% 60%, 100% 100%, 50% 100%);
  }

  #thoughts .thoughts-content-wrapper .inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateX(clamp(-50px, calc(1400px - 100vw),0px));
  }
  
  #thoughts .img-block{
    position: sticky;
    top: 0;
    left: 0;
    width: calc(50% + 30px);
    max-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  #thoughts .txt-block{
    width: 50%;
  }
  
  #thoughts .img-block img{
    margin-bottom: 0;
    border-radius: 20px;
  }

  #thoughts .txt-block{
    width: calc(50% + 90px);
    margin-left: -140px;
    z-index: 1;
  }

  #thoughts .txt-item{
    margin-bottom: 80px;
    padding: 100px 60px 60px 50px;
    border-radius: 20px;
  }

  #thoughts .txt-item .content-ttl{
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 1.8;
  }

  #thoughts .txt-item .content-ttl::before{
    font-size: 60px;
    top: -54px;
  }
  
  ::-webkit-full-page-media, :future, :root #thoughts .txt-item .content-ttl::before{
    top: -60px;
  }

  #thoughts .txt-item .content-ttl::after{
    width: 50px;
    height: 2px;
  }

  #thoughts .bottom-img{
    max-width: 500px;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1201px){
}
