
/** discuss-section **/

.discuss-section{
  position: relative;
  padding: 142px 0px 196px 0px;
}

.discuss-section .content-box{
  position: relative;
  display: block;
}

.discuss-section .content-box h1{
  display: block;
  font-size: 140px;
  line-height: 130px;
  font-weight: 500;
  margin-bottom: 97px;
}

.discuss-section .content-box h1 span{
  font-family: var(--text-font);
  font-weight: 700;
  font-style: italic;
}

.discuss-section .content-box .link-box{
  position: relative;
  display: inline-block;
  background: var(--secondary-color);
  border-radius: 80px;
  padding: 28px 160px 29px 60px;
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.discuss-section .content-box .link-box h2{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 100px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 400;
}

.discuss-section .content-box .link-box h2 span{
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.discuss-section .content-box .link-box a{
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 15px;
  width: 126px;
  height: 126px;
  line-height: 132px;
  text-align: center;
  border-radius: 50%;
  background: #FFDD2D;
  font-size: 30px;
  color: var(--title-color);
}

.discuss-section .content-box .link-box a:hover{
  color: #fff;
}

.discuss-section:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-50.png);
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
  z-index: 1;
}

.discuss-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.discuss-section .dark-pattern{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.discuss-section .pattern-2{
  position: absolute;
  left: 123px;
  top: 232px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}

.discuss-section .pattern-2-light{
  position: absolute;
  left: 123px;
  top: 232px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  opacity: 0;
}

.discuss-section .pattern-3{
  position: absolute;
  right: 56px;
  bottom: 99px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
}

.discuss-section .pattern-3-light{
  position: absolute;
  right: 56px;
  bottom: 99px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  opacity: 0;
}

.discuss-section.alternat-2 .dark-pattern{
  height: calc(100% + 140px);
}
























