@charset "UTF-8";
/* CSS Document */
.section-about {
  max-width: 1040px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
.section-about_h2{
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto 80px;
}
/**/
.section-about_h2 img{
  max-width: 50%;
  margin-top: 20px;
}
.section-about_h2{
  align-items: center;
}
.section-about_h2_2{
  display: flex;
}

.section-about h2{
  font-size: 4.8rem;
  color:#880b3d;
  font-weight: 700;
   font-family: 'Playfair Display', serif;
}
.section-about h2 span{
  font-size: 7.2rem;
}
.section-about h4{
  padding: 10px 40px 0 40px;
  font-size: 3.0rem;
  font-weight: 600;
   font-family: 'Playfair Display', serif;
}
@media(max-width:800px){
  .section-about{
    width: 100%;
    padding: 0;
  margin-bottom: 60px;
  }
  .section-about_h2{
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto 60px;
    padding: 0 20px;
}
  .section-about_h2_2{
  display: block;
}
  .section-about_h2 img{
  max-width: 70%;
    margin-top: -30px;
}
  .section-about h2{
  font-size: 2.4rem;
}
.section-about h2 span{
  font-size: 3.6rem;
}
  .section-about h4 {
  padding: 10px 0 0 0;
  font-size: 2.0rem;
}
}
.mind{
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.mind ul {
  position: relative;
  padding: 0 20px;
}
.mind h2,.strong h2,.skill h2{
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 80px;
}
.mind-triangle{
  width: 0;
  height: 0;
  border-top: 100px solid #000;
  border-right: 100px solid transparent;
  position: absolute;
}
.mind h4{
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Playfair Display';
  font-weight: 400;
  left: 25px;
}
.mind h4 span{
  font-size: 3.0rem;
}
.section-mind_box{
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  
}
.mind ul li {
  list-style: none;
  margin-bottom: 60px;
}
.mind h3{
  
  font-size: 2.4rem;
}
.mind p{
  width: 590px;
  text-align: left;
  margin: 50px 0;
}
@media(max-width:800px){
  .mind{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
    padding: 0 20px;
}
.mind h2,.strong h2,.skill h2{
  font-size: 2.4rem;
  margin-bottom: 60px;
}
.section-mind_box{
  display: block;
  padding-top: 50px;
}
.mind h3{
  font-size: 2.0rem;
  margin-top: 7 0px;
}
.mind p{
  width: 100%;
  text-align: left;
  margin: 50px 0;
  padding: 0 10px;
  font-size: 1.6rem;
}
}



.strong{
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.strong ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
.strong ul li {
  width: 280px;
  list-style: none;
}
.strong ul li h3{
  font-size: 2.4rem;
  padding: 35px;
}
.wrap{
  position: relative;
}
.circle{
  background-color: #000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 24px auto;
}
.section-strong_box  h4{
  color: #fff;
  position: absolute;
  font-size: 3.0rem;
  font-family: 'Playfair Display';
  font-weight: 400;
  top: 45px;
  left: 25px;
}

.section-strong_box{
  
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  align-items: center;
}
.strong p{
  margin-top: 40px;
  text-align: left;
}
@media(max-width:800px){
  .strong{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.strong ul li h3{
  font-size: 2.0rem;
  padding: 35px;
}
.strong ul li {
 margin:0 auto 60px;
}
  .strong p{
  font-size: 1.6rem;
}
}
.skill{
  max-width: 1040px;
  margin: 0 auto 120px;
}
.skill ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.skill ul img{
  width: 128px;
  height: 128px;
  margin-bottom: 60px;
}
.skill ul li {
  width: 360px;
  list-style: none;
  margin-bottom: 80px;
}
.skill ul li p{
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
}
