﻿@charset "utf-8";


img {
  max-width: 100%;
}

#page_know .bg_pink {
  background-color: rgba(229, 34, 26, 0.1);
}


#page_know .independent {
  margin-bottom: 80px;
}

#page_know .independent h2 {
  margin-bottom: 90px;
}

#page_know .independent .about {
  margin-bottom: 50px;
}

#page_know .independent .about p {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3;
}


#page_know .independent .about p .float_text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#page_know .independent .about p .item {
  display: inline-block;
  position: relative;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}


#page_know .independent .about p .item .icon_wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#page_know .independent .about p .item .icon_wrap.icon1 {
  max-width: 80px;
  width: 60%;
}

#page_know .independent .about p .item .icon_wrap.icon2 {
  max-width: 106px;
  width: 80%;
}


#page_know .independent .about p .item .icon_wrap.icon3 {
  max-width: 67px;
  width: 50%;
}

#page_know .independent .about p .item .icon_wrap img {
  width: 100%;
}


#page_know .independent .about p .item .item_text {
  color: #e5221a;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #e5221a;

}


#page_know .independent .about p .big_text {
  display: block;
  font-size: 56px;
  padding-top: 10px;
  line-height: 1.6;
}

#page_know .independent .description {
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}


#page_know .work {
  margin-bottom: 20px;
}

#page_know .work h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 60px;
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

#page_know .work ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

#page_know .work ul li h4 {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  padding-right: 20px;
}


#page_know .work ul li h4 span {
  display: block;
}

#page_know .work ul li h4 span.icon_wrap {
  width: 140px;
  text-align: center;
}

#page_know .work ul li h4 span.title_text {
  font-size: 26px;
  font-weight: bold;
}

#page_know .work ul li p {
  width: calc(50% + 20px);
  padding-left: 16px;
  border-left: 4px solid #e5221a
}

#page_know .example h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 60px;
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}


#page_know .example ul li {
  margin-bottom: 90px;
  text-align: center;
}

#page_know .example ul li h4 {
  font-size: 50px;
  font-weight: 200;
  border-bottom: 10px solid #e5221a;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

#page_know .example ul li p {
  margin-bottom: 50px;
}

#page_know .example ul li p.first_text {
  margin-bottom: 30px;
}

#page_know .example ul li .img_wrap {

}

#page_know .overseas {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}

#page_know .overseas .text {
  width: 66%;
}

#page_know .overseas .text h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}


#page_know .overseas .img_wrap {
  width: 27%;
}

#page_know .entry {
  text-align: center;
  margin-bottom: 100px;
}

#page_know .entry h3 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 200;
}


#page_know .entry p.btn_more a {
  padding-top: 23px;
  padding-left: 0;
  padding-bottom: 24px;
  width: 100%;
  max-width: 640px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  border-radius: 40px;
}


#page_know .entry p.btn_more a::before {
  border-radius: 40px;
}

#page_know .entry p.btn_more a:hover::after {
  transform: skewX(45deg) translateX(-2%) translateY(-50%);
}

#page_know .entry p.btn_more a span {
  display: block;
  padding-right: 0;
}

#page_know .entry p.btn_more a span::after {
  right: 30px;
}


@media screen and (max-width:1000px) {

  #page_know .independent .about p .float_text {
    position: static;
    display: inline;
  }

  #page_know .independent .about p {
    font-size: 4.5vw;
  }

  #page_know .independent .about p .item {
    padding-top: 15%;
    padding-left: 2%;
    padding-right: 2%;
  }

  #page_know .independent .about p .item .icon_wrap {
    top: 18%;
  }

  #page_know .independent .about p .big_text {
    font-size: 5.5vw;
  }

  #page_know .work ul li {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  #page_know .work ul li h4 {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  #page_know .work ul li h4 span.icon_wrap {
    width: 130px;
  }

  #page_know .work ul li p {
    width: auto;
  }
  
  
  #page_know .overseas {
    display: block;
  }
  
  
  #page_know .overseas .text{
    width: auto;
  }  
  #page_know .overseas .text .sentence{
    display: flex;
    justify-content: space-between;
  }
  
  #page_know .overseas .text .sentence .img_wrap{
    order: 2;
    width: 30%;
  }
  
  #page_know .overseas .text .sentence p{
    width: 68%;
  }

}


@media screen and (max-width:850px) {
  
  #page_know .example ul li h4{
    font-size: 6vw;
  }
  
  #page_know .entry h3{
    font-size: 4.2vw;
  }
  
}


@media screen and (max-width:700px) {
  
  #page_know .overseas .text h3{
    font-size: 6vw;
  }
  
}

@media screen and (max-width:600px) {
  
  #page_know .overseas .text .sentence{
    display: block;
  }
  
  #page_know .overseas .text .sentence::after{
    content: "";
    display: block;
    clear: both;
  }
  
  #page_know .overseas .text .sentence .img_wrap{
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 48%;
  }
  
  #page_know .overseas .text .sentence p{
    width: auto;
  }
  
}



@media screen and (max-width:500px) {

  #page_know .independent {
    margin-bottom: 60px;
  }

  #page_know .independent h2 {
    margin-bottom: 60px;
  }

  #page_know .independent .about {
    margin-bottom: 40px;
  }

  #page_know .independent .about p {
    font-size: 5.5vw;
  }

  #page_know .independent .about p .item {
    padding-top: 24%;
    font-size: 8vw;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #page_know .independent .about p .big_text {
    font-size: 8.5vw;
  }

  #page_know .work h3{
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  #page_know .work ul li{
    margin-bottom: 60px;
  }

  #page_know .work ul li h4 span.icon_wrap {
    width: 24%;
    margin-right: 20px;
  }
  
  #page_know .work ul li h4 span.icon_wrap img{
    width: 100%;
  }

  #page_know .work ul li h4 span.title_text {
    font-size: 18px;
  }

  #page_know .overseas{
    margin-bottom: 60px;
  }

  #page_know .example h3{
    font-size: 20px;
  }
  
  #page_know .example ul li h4{
    border-width: 5px;
  }

  #page_know .example ul li p{
    text-align: left;
  }
  
  #page_know .entry{
    margin-bottom: 80px;
  }
  
  #page_know .entry h3{
    font-size: 5vw;
  }

  #page_know .entry p.btn_more a{
    font-size: 4.2vw;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3;
  }


}
