@charset "UTF-8";
/* CSS Document */
/* ---------- main ---------- */
.main{
  background-image: url("../image/top.png");
  background-size: cover;
}
.main-top {
  align-items: flex-end;
  height: auto;
  position: relative;
  margin-top: 60px;
}
.main-ps {
  display: flex;
  padding-top: 60px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  width: 90%;
}
.main-pc {
  display: none;
}
.column-white {
  background-color: #fff;
  width: 16%;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
.column-text {
  background-color: #fff;
  width: 73%;
  padding: 10px 20px;
  text-align: left;
  margin-top: 15px;
}
.column-text h2 {
  font-family: toppan-bunkyu-gothic-pr6n,sans-serif;
  font-weight: 900;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: inline-block;
}
.column-text p{
  font-size: 1.4rem;
  display: inline-block;
  line-height: 2rem;
}
@media(min-width:769px){
  .main {
    position: relative;
    max-width: 1360px;
    margin: 100px auto 0;
  }
  .main-ps {
    display: none;
  }
  .main-pc {
    display: flex;
    padding-top: 245px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    width: 80%;
  }
  .column-white {
    width: 40%;
    height: 200px;
  }
  .column-text {
    width: 40%;
    margin-top: 35px;
  }
  .column-text h2 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 20px;
  }
  .column-text p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
}

/* ---------- about ----------*/
.about {
  position: relative;
  margin-top: 60px;
  text-align: left;
}
.about-back {
  padding-top: 60px;
  overflow: hidden;
  height: 60px;
  margin-bottom: -60px;
}
.about-back h1 {
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.about-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.about-left-line {
  display: none;
}
.about-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.about-text h3 {
  font-size: 1.8rem;
  display: inline-block;
}
.about-right-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: #2c2c2c;
}
.about-text h2 {
  font-family: Impact;
  font-size: 5rem;
  padding-left: 20px;
  padding-bottom: 20px;
}
.about-text a {
  color: #2c2c2c;
}
.about-text p {
  font-size: 1.6rem;
  margin: 0 12%;
  padding-top: 20px;
  letter-spacing: -0.18rem;
}
@media(min-width:769px){
  .about {
    margin-top: 100px;
  }
  .about-back {
    padding: 90px 40px 0;
    height: 130px;
    margin-bottom: -120px;
  }
  .about-back h1 {
    font-size: 25rem;
  }
  .about-text h2 {
    font-size: 10rem;
    padding-left: 100px;
    margin-bottom: 40px;
  }
  .about-left-line {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .about-second-title {
    padding-left: 14%;
  }
  .about-text h3 {
    font-size: 2.4rem;
  }
  .about-right-line {
    width: 70%;
    height: 4px;
  }
  .about-text p {
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 4rem;
    margin-left: 100px;
    margin-right: 0;
    padding-top: 40px;
  }
}
/* ---------- team-member ----------*/
.team {
  background-image: url("../image/team.jpg");
  background-size: cover;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
  background-position: center;
  position: relative;
  margin-top: 120px;
  padding-bottom: 20px;
}
.team-back {
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
  height: 60px;
  margin-bottom: -140px;
  position: absolute;
  top: -13%;
  white-space: nowrap;
}
.team-back h1 {
  width: 100%;
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.team-text {
  position: relative;
}
.team-text a {
  color: #2c2c2c;
}
.team-text h2 {
  font-family: Impact;
  font-size: 5rem;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 20px;
}
.team-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.team-left-line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: black;
}
.team-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.team-text h3 {
  font-size: 1.8rem;
  text-align: right;
  position: relative;
  padding-right: 40px;
}
.team-right-line {
  display: none;
}
.team-text-back {
  background-color: #fff;
  width: 100%;
  height: 45%;
  bottom: 0;
  position: absolute;
}
@media(min-width:769px){
  .team {
    margin-top: 240px;
    padding-bottom: 60px;
  }
  .team-back {
    padding-top: 80px;
    height: 120px;
    margin-bottom: -120px;
  }
  .team-back h1 {
    font-size: 25rem;
  }
  .team-text h2 {
    font-size: 10rem;
    margin-bottom: 40px;
    padding-right: 100px;
  }
  .team-left-line {
    width: 65%;
    height: 4px;
  }
  .team-second-title {
    padding-right: 14%;
  }
  .team-right-line {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 13%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .team-text h3 {
    font-size: 2.4rem;
  } 
}
/* ----- スライダー ----- */
.slider {
  width:80%;
  margin:40px auto 0;
  z-index: 10;
}
.slider img {
  width:40vw;
  height:40vw;
  object-fit: cover;
}
.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 0.5;/*透過50%*/
}
.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}
/* ----- 矢印の設定 ----- */
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #806d61;/*矢印の色*/
  border-right: 2px solid #806d61;/*矢印の色*/
  height: 8px;
  width: 8px;
}
.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
.slider-text {
  padding: 0 10px 20px;
  margin: 0 auto;
}
.slider-text h4 {
  font-family: Impact;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 5px;
}
.slider-text h5 {
  font-family: Impact;
  font-size: 2rem;
  text-align: left;
  line-height: 1rem;
}
@media(min-width:769px){
  .slider {
    width: 78%;
  }
  .slider img {
    width: 20vw;
    height: 20vw;
  }
}
/* ----- btn1 ----- */
.btn1 {
  margin: 30px 20px 0 0;
  text-align: right;
}
.btn1 a {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
  font-family: Impact;
  color: #2c2c2c;
  font-size: 3rem;
  font-weight: 700;
  transition: 0.5s;
}
.btn1 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to bottom right, #EE7828, #FFA45B 80%);
  border-radius: 50vh;
  transition: 0.5s;
}
.btn1 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.5s;
}
.btn1 a:hover {
  text-decoration: underline;
}
.btn1 a:hover::before {
  background-color: #333;
}
.btn1 a:hover::after {
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}
@media(min-width:769px){
  .btn1 {
    margin-top: 60px;
  }
  .btn1 a {
    font-size: 4.8rem;
    padding: 0 60px 0 0;
  }
  .btn1 a::before {
    right: 40px;
    width: 100px;
    height: 100px;
  }
  .btn1 span {
    position: relative;
    right: 85px;
  }
  .btn1 a::after {
    right: 80px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

/* ---------- works ---------- */
.works {
  position: relative;
  margin-top: 60px;
}
.works-back {
  padding-top: 60px;
  text-align: left;
  overflow: hidden;
  height: 60px;
  margin-bottom: -60px;
}
.works-back h1 {
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.works-text {
  text-align: left;
}
.works-text a {
  color: #2c2c2c;
}
.works-text h2 {
  font-family: Impact;
  font-size: 5rem;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.works-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.works-left-line {
  display: none;
}
.works-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.works-right-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55%;
  height: 2px;
  background-color: black;
}
.works-text h3 {
  font-size: 1.8rem;
  text-align: left;
  position: relative;
}
.works-text h4 {
  font-family: Impact;
  font-size: 3rem;
  text-align: left;
  margin: 20px 20px 10px;
}
.works-text h5 {
  font-size: 2.4rem;
  margin: 0 40px 20px;
}
.works-youtube {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
.works-youtube iframe {
  border-radius: 20px;
  max-height: 600px;
  height: 50VW;
  width: 80%;
}
.youtube-background {
  background-color: #EE7828;
  width: 86%;
  height: 60%;
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: -1;
}
@media(min-width:769px){
  .works-back {
    padding: 160px 40px 0;
    height: 130px;
    margin-bottom: -120px;
  }
  .works-back h1 {
    font-size: 25rem;
  }
  .works-text h2 {
    font-size: 10rem;
    padding-left: 100px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .works-left-line {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .works-second-title {
    padding-left: 14%;
  }
  .works-right-line {
    width: 70%;
    height: 4px;
  }
  .works-text h3 {
    font-size: 2.4rem;
  }
  .works-text h4 {
    font-size: 4.8rem;
    margin: 40px 100px 20px;
  }
  .works-text h5 {
    font-size: 3.6rem;
    margin: 0 140px 60px;
  }
  .works-youtube iframe {
    height: 40vw;
    width: 70%;
  }
  .youtube-background {
    width: 76%;
  }
}
/* ----- スライダー1 -----*/
.slider1 {
  position: absolute;
  z-index: 1;
  margin-top: 60px;
}
.slider1 img {
  width:110%;/*スライダー内の画像を横幅100%に*/
  height:auto;
  filter: drop-shadow(1px 3px 5px rgba(0,0,0,0.2));
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider1 .slick-slide {
  margin:0 20px;/*スライド左右の余白調整*/
}
.slider1-background {
  background-color: #EE7828;
  width: 86%;
  height: 10vw;
  margin-top: -5%;
  margin-bottom: 20px;
  margin-left: 14%;
}
@media(min-width:769px){
  .slider1 {
    margin: 160px 100px 0;
  }
  .slider1 img {
    width: 100%;
  }
  .slider1-background {
    margin-bottom: 100px;
  }
}
/* ----- btn2 ----- */
.btn2 {
  margin: 0 0 60px 20px;
  text-align: left;
}
.btn2 a {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
  font-family: Impact;
  color: #2c2c2c;
  font-size: 3rem;
  font-weight: 700;
  transition: 0.3s;
}
.btn2 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to bottom left, #EE7828, #FFA45B 80%);
  border-radius: 50vh;
  transition: 0.3s;
}
.btn2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: 0.3s;
}
.btn2 a:hover {
  text-decoration: underline;
}
.btn2 a:hover::before {
  background-color: #333;
}
.btn2 a:hover::after {
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}
@media(min-width:769px){
  .btn2 {
    margin: 0 0 60px 100px;
  }
  .btn2 a {
    font-size: 4.8rem;
  }
  .btn2 a::before {
    right: -55px;
    width: 100px;
    height: 100px;
  }
  .btn2 a::after {
    right: -10px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

/* ---------- price ----------*/
.price {
  background-image: url("../image/price.jpg");
  background-size: cover;
  background-blend-mode: lighten;
  background-position: center;
  position: relative;
  margin-top: 120px;
  padding-bottom: 20px;
}
.price-back {
  width: 100%;
  padding-top: 60px;
  text-align: right;
  overflow: hidden;
  height: 70px;
  margin-bottom: -60px;
  position: absolute;
  top: -6%;
}
.price-back h1 {
  width: 100%;
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.price-text {
  text-align: right;
}
.price-text a {
  color: #2c2c2c;
}
.price-text h2 {
  font-family: Impact;
  font-size: 5rem;
  padding-right: 20px;
  padding-bottom: 20px;
}
.price-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.price-left-line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 75%;
  height: 2px;
  background-color: black;
}
.price-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.price-right-line {
  display: none;
}
.price-text h3 {
  font-size: 1.8rem;
  position: relative;
  text-align: right;
  padding-right: 40px;
}
.price-text p {
  font-size: 1.4rem;
  text-align: left;
  padding: 40px 60px;
  color: #fff;
}
.price-box {
  display: flex;
  flex-direction: column;
}
@media(min-width:769px){
  .price {
    margin-top: 200px;
    padding-bottom: 80px;
  }
  .price-back {
    padding-top: 100px;
    height: 120px;
    margin-bottom: -120px;
    top: -15%;
  }
  .price-back h1 {
    font-size: 25rem;
  }
  .price-text h2 {
    font-size: 10rem;
    margin-bottom: 40px;
    padding-right: 100px;
  }
  .price-left-line {
    width: 75%;
    height: 4px;
  }
  .price-second-title {
    padding-right: 14%;
  }
  .price-right-line {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 13%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .price-text h3 {
    font-size: 2.4rem;
  } 
  .price-text p {
    margin-left: 100px;
    padding: 40px 0 100px;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .price-box {
    flex-direction: row;
    justify-content: center;
    gap: 4%;
  }
}
/* -- price-flexbox1 -- */
.price-flexbox1 {
  display: inline-block;
  width: 68%;
  background-color: #fff;
  border: 2px solid #806d61;
  box-shadow: 5px 5px 0 #EE7828;
  margin: 0 auto 40px;
  padding: 20px 10px 40px;
  position: relative;
}
.price-flexbox1-title {
  font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  font-size: 3.6rem;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 1em;
  transform: translateX(-20%);
  white-space: nowrap;
}
.price-flexbox1 h4 {
  font-family: Impact;
  font-size: 2.4rem;
  width: 72%;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
  margin: 0 auto;
}
.price-flexbox1 ul {
  padding-top: 20px;
  display: inline-block;
  margin-left: 24px;
}
.price-flexbox1 ul li {
  font-size: 1.6rem;
  text-align: left;
}
/* -- price-flexbox2 -- */
.price-flexbox2 {
  display: inline-block;
  width: 68%;
  background-color: #fff;
  border: 2px solid #806d61;
  box-shadow: 5px 5px 0 #EE7828;
  margin: 0 auto 40px;
  padding: 20px 10px 20px;
  position: relative;
}
.price-flexbox2-title {
  font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  font-size: 3.6rem;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 1em;
  transform: translateX(-20%);
  white-space: nowrap;
}
.price-flexbox2 h4 {
  font-family: Impact;
  font-size: 2.4rem;
  width: 72%;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
  margin: 0 auto;
}
.price-flexbox2 ul {
  padding-top: 20px;
  display: inline-block;
  margin-left: 24px;
}
.price-flexbox2 ul li {
  font-size: 1.6rem;
  text-align: left;
}
/* -- price-flexbox3 -- */
.price-flexbox3 {
  display: inline-block;
  width: 68%;
  background-color: #fff;
  border: 2px solid #806d61;
  box-shadow: 5px 5px 0 #EE7828;
  margin: 0 auto 40px;
  padding: 20px 10px 20px;
  position: relative;
}
.price-flexbox3-title {
  font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  font-size: 3.6rem;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 1em;
  transform: translateX(-20%);
  white-space: nowrap;
}
.price-flexbox3 h4 {
  font-family: Impact;
  font-size: 2.4rem;
  width: 72%;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
  margin: 0 auto;
}
.price-flexbox3 ul {
  padding-top: 20px;
  display: inline-block;
  margin-left: 24px;
}
.price-flexbox3 ul li {
  font-size: 1.6rem;
  text-align: left;
}
@media(min-width:769px){
  .price-flexbox1 {
    width: 350px;
    padding: 40px 0;
    margin: 0;
  }
  .price-flexbox2 {
    width: 350px;
    padding: 40px 0 20px;
    max-width: 350px;
    margin: 0;
  }
  .price-flexbox3 {
    width: 350px;
    padding: 40px 0 20px 24px;
    max-width: 350px;
    margin: 0;
  }
  .price-flexbox1-title,.price-flexbox2-title,.price-flexbox3-title {
    font-size: 6rem;
  }
  .price-flexbox1 h4,.price-flexbox2 h4,.price-flexbox3 h4 {
    font-size: 3.6rem;
  }
  .price-flexbox1 ul {
    margin-top: 40px;
  }
  .price-flexbox1 ul li {
    font-size: clamp(1.6rem, calc(0.6549rem + 1.939vw),2.4rem);
    line-height: 4rem;
  }
  .price-flexbox2 ul {
    margin-top: 40px;
  }
  .price-flexbox2 ul li {
    line-height: 3rem;
  }
  .price-flexbox3 ul {
    margin-top: 40px;
  }
  .price-flexbox3 ul li {
    line-height: 3rem;
  }
}
/* ---------- news ---------- */
.news {
  position: relative;
  margin-top: 60px;
}
.news-back {
  padding-top: 60px;
  text-align: left;
  overflow: hidden;
  height: 60px;
  margin-bottom: -60px;
}
.news-back h1 {
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.news-text {
  text-align: left;
}
.news-text h2 {
  font-family: Impact;
  font-size: 5rem;
  padding-left: 20px;
  padding-bottom: 20px;
}
.news-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.news-left-line {
  display: none;
}
.news-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.news-right-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 2px;
  background-color: black;
}
.news-text h3 {
  font-size: 1.8rem;
  position: relative;
}
/* ニュース記事 */
.news-ac {
  width: 73%;
  margin: 20px auto;
}
.news-ac-parent {
  height: auto;
  text-align: left;
  cursor: pointer;
  transition: .3s;
  border-bottom: 1px solid #DDD5D2;
  padding: 10px 0;
}
.news-ac-child {
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  padding: 1em 0 1em 1em;
  text-align: left;
  border-bottom: 1px solid #DDD5D2;
  background-color: #FAFAFA;
}
.news-ac-child a {
  text-decoration: none;
  color: #2c2c2c;
}

@media(min-width:769px){
  .news {
    margin-top: 120px;
  }
  .news-back {
    padding: 90px 40px 0;
    height: 130px;
    margin-bottom: -120px;
  }
  .news-back h1 {
    font-size: 25rem;
    margin-bottom: 40px;
  }
  .news-text h2 {
    font-size: 10rem;
    padding-left: 100px;
    margin-bottom: 40px;
  }
  .news-left-line {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .news-second-title {
    padding-left: 14%;
  }
  .news-right-line {
    width: 78%;
    height: 4px;
  }
  .news-text h3 {
    font-size: 2.4rem;
  }
  /* ニュース記事 */
  .news-ac {
    margin: 40px auto;
  }
  .news-ac-parent {
    padding: 2em 0;
    border-bottom: 3px solid #DDD5D2;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .news-ac-child {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/* ----- btn3 ----- */
.btn3 {
  margin: 40px auto 20px;
}
.btn3 a {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
  font-family: Impact;
  color: #2c2c2c;
  font-size: 3rem;
  font-weight: 700;
  transition: 0.3s;
}
.btn3 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to bottom right, #EE7828, #FFA45B 80%);
  border-radius: 50vh;
  transition: 0.3s;
}
.btn3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
.btn3 a:hover {
  text-decoration: underline;
}
.btn3 a:hover::before {
  background-color: #333;
}
.btn3 a:hover::after {
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}
@media(min-width:769px){
  .btn3 {
    margin: 80px auto 60px;
  }
  .btn3 a {
    font-size: 4.8rem;
  }
  .btn3 a::before {
    right: -55px;
    width: 100px;
    height: 100px;
  }
  .btn3 a::after {
    right: -10px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}
/* ----- contact -----*/
.contact {
  background:radial-gradient(#dedede, #2c2c2c);
  position: relative;
  width: 80%;
  margin: 40px auto;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  transition: box-shadow 0.3s ease;
}
.contact:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.contact-text {
  text-align: right;
}
.contact-text h2 {
  font-family: Impact;
  color: #fff;
  font-size: 5rem;
  padding: 30px 20px 20px 0px;
}
.contact-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.contact-left-line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30%;
  height: 2px;
  background-color: #fff;
}
.contact-second-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.contact-title img {
  width: 50px;
  padding-right: 8%;
}
.contact-right-line {
  display: none;
}
.contact-text h3 {
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  padding-right: 10px;
}

@media(min-width:769px){
  .contact {
    width: 70%;
    margin: 100px auto;
    padding-bottom: 40px;
    border-radius: 20px;
  }
  .contact-text h2 {
    font-size: 10rem;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
  }
  .contact-left-line {
    width: 50%;
    height: 4px;
  }
  .contact-second-title {
    padding-right: 20px;
  }
  .contact-text h3 {
    font-size: 2.4rem;
    padding-right: 20px;
  } 
  .contact-title img {
    width: 100px;
    padding-right: 14%;
  }
  .contact-right-line {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 4px;
    background-color: #fff;
  }
}