@charset "UTF-8";
/* CSS Document */
.overflow{
  overflow: hidden;
}
.line1,.line3{
  min-width: 300px;
  height: 5px;
  background-color: #000;
}
.line2,.line4{
  min-width: 300px;
  height: 3px;
  background-color: #000;
  margin-top: 3px;
}
@media(max-width:800px){
  .line3,.line4{
    display: none;
  }
  .line1,.line2{
    max-width: 100%;
    min-width: auto;
  }

  }
.section-about {
  max-width: 1040px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
.section-about_h2,.section-works_h2{
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto 80px;
}
/**/
.section-about_h2 img,.section-works_h2 img{
  max-width: 50%;
  margin-top: 20px;
}
.section-about_h2{
  align-items: center;
}
.section-about_h2_2,.section-works_h2_2{
  display: flex;
}

.section-about h2,.section-works h2{
  font-size: 4.8rem;
  color:#880b3d;
  font-weight: 700;
   font-family: 'Playfair Display', serif;
}
.section-about h2 span,.section-works h2 span{
  font-size: 7.2rem;
}
.section-about h4,.section-works h4{
  padding: 10px 40px 0 40px;
  font-size: 3.0rem;
  font-weight: 600;
   font-family: 'Playfair Display', serif;
}
.section-about h3{
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 80px;
  margin-top: 80px;
}
.section-about p{
  font-size: 1.8rem;
}
.section-about-flex{
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
 
.section-about_box2{
  width: 250px;
  border-left: 1px solid #000;
  padding: 0 20px 0 90px;
}
.section-about_box2 img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 60px;
}
.section-about_box2 h5{
  font-size: 2.4rem;
  margin-bottom: 80px;
  font-weight: 400;
}
.section-about_box2 h5 span{
  font-size: 1.8rem;
}
.section-about_box2 p{
  margin-bottom: 30px;
  text-align: left;
}
.section-about_box2 p span{
   color:  #880b3d;
  font-size: 2.4rem;
}
.section-about .section-about_box2 .section-about_more{
  width: 100px;
  height: auto;
  border-radius: initial;
  margin:-10px 0 0 10px;
}
.section-about_more-box{
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.section-about_box2 a{
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
  position: absolute;
  left: 35%;
  top: -5px;
}
.section-about_box3 img{
  width: 290px;
  margin-bottom: 40px;
}
.section-about_box3 p{
  text-align: left;
  font-size: 1.8rem;
  width: 850px;
  margin: 0 auto;
}
.section-about_box3 h3{
  margin-bottom: 40px;
}
.section-about .section-about-flex .section-about_midasi,.section-about .section-about-flex .section-about_midasi2{
  display: none;
}
@media(max-width:800px){
  .section-about_h2,.section-works_h2{
  justify-content: space-around;
  max-width: 100%;
  margin: 0 auto 60px;
    padding: 0 10px;
}
  .section-about_h2_2,.section-works_h2_2{
  display: block;
}
  .section-about_h2 img,.section-works_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: 0;
  font-size: 2.0rem;
}
  .section-about-flex{
    display: block;
  }
  .section-about h3{
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 60px;
}
 
.section-about_box3 img{
  width: 160px;
  margin-bottom: 40px;
  }
  .section-about .section-about-flex .section-about_midasi{
  display: block;
    width: 160px;
  margin:0 auto 40px;
    height: auto;
}
  .section-about_midasi2{
    display: block;
    width: 230px;
  margin:0 auto 40px;
    height: auto;
  }
  
  .section-about_box2{
  max-width: 100%;
    width: auto;
  border-left:none;
  padding: 0 10px;
    margin: 0 auto;
}
  .section-about_box2 img{
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}
  .section-about_box2 h5{
  font-size: 2.0rem;
  margin-bottom: 40px;
  font-weight: 400;
}
.section-about_box2 h5 span{
  font-size: 1.6rem;
}
  .section-about_box2 p{
    font-size: 1.6rem;
    padding: 0 10px;
}
  .section-about_box2 p span{
  font-size: 2.0rem;
}
  .section-about_box1 ul img{
  margin-bottom: 20px;
}
  .section-about_box1 ul li {
  width: 327px;
  margin-bottom: 40px;
}
  .section-about_box1 ul li:last-child{
    margin-bottom: 0;
  }
  .section-about_box1 ul li p{
  font-size: 1.6rem;
    padding: 0 10px;
}
  .section-about_box3 p{
  font-size: 1.6rem;
    width: auto;
  max-width: 100%;
  padding: 0 10px; 
}
  .section-about_box2 a{
  font-size: 1.4rem;
}
  .section-about .section-about_box2 .section-about_more{
  width: 80px;
}
}
.section-works{
  margin-bottom: 200px;
}
.section-works_h2{
  margin-bottom: 20px;
  align-items: center;
}

.section-works ul{
  max-width: 1040px;
  margin: 0 auto;
}
.section-works_box{
  text-align: left;
  margin: 0 auto;
  margin-top: 80px;
  width: 380px;
  position: relative;
}
.section-works ul li{
  margin-top: 60px;
  display: flex;
  list-style: none;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.section-works ul li:last-child{
  border-bottom: none;
}
.section-works ul li h3{
  font-size: 2.4rem;
  font-weight: 700;
}
.section-works ul li h5{
  font-weight: 400;
}
.section-works ul  img{
  width: 450px;
  height: 290px;
  object-fit: contain;
}
.section-works ul li a{
  text-decoration: none;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  left: 100px;
  top: 160px;
}
@media(max-width:800px){
  .section-works ul{
  max-width: 100%;
  padding: 0 20px;
}
  .section-works_box{
  margin-top: 40px;
  width:100%;
  padding: 0 10px;
    text-align: center;
}
  .section-works_h2{
    flex-direction: row-reverse;
  }
.section-works h2{
  font-size: 2.6rem;
}
.section-works h2 span{
  font-size: 3.6rem;
}
  .section-works h4{
  padding: 10px 0 0 0;
  font-size: 2.0rem;
  }
  .section-works ul li{
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
  .section-works ul li h3{
  font-size: 1.8rem;
}
  .section-works ul li h5{
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .section-works ul  img{
  width: 240px;
  height: 175px;
}
  .section-works ul li a{
  font-size: 1.4rem;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  position: initial;
    margin: 20px auto;
}
  .section-works{
  margin-bottom: 120px;
}
}
section.section-works{
  padding-top: 30px;
}
section.section-about{
  padding-top: 30px;
}
.hobby{
  max-width: 700px;
  margin: 0 auto;
}
.hobby ul{
  padding: 0 20px;
}
.line7{
  width: 150px;
  height: 2px;
  background-color: #000;
}
.line8{
  width: 150px;
  height: 2px;
  background-color: #000;
}
.section-hobby_box2{
   display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}
.section-hobby_box2_img{
  width: 250px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.hobby h4{
  font-weight: 400;
  font-size: 2.8rem;
}
.section-hobby_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.hobby ul li {
  padding-bottom: 40px;
  list-style: none;
}
.hobby ul li h3{
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.hobby p{
  text-align: left;
  width: 290px;
  padding: 0 20px;
}
@media(max-width:800px){
  .hobby{
  max-width: 100%;
  margin: 0 auto 60px;
}
.hobby ul li {
  margin:0 auto 40px;
}
  .hobbyul li:last-child{
    margin-bottom: 0;
  }
.hobby ul li h3{
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.hobby p{
  font-size: 1.6rem;
  padding: 0 10px;
}
  .section-hobby_box2{
   display: inherit;
}
  .line7{
  width: 75px;
    height: 1px;
}
.line8{
  width: 75px;
  height: 1px;
}
  .hobby h4{
    font-size: 2.0rem;
  }
}