@charset "UTF-8";
/* CSS Document */

/*----- abouto-fv-pc -----*/
.about-fv-section{
  background-image: url("../img/about/about_fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 380px;
  position: relative;
}
.about-fv-section h2{
  position: absolute;
  z-index: 999;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.0rem;
  color:#fff;
}

/*----- abouto-fv-sp -----*/
@media(max-width:650px){
  .about-fv-section{
  background-image: url("../img/about/about_fv_sp@2x.jpg");
  height: 200px;
  background-position: center 50px;
  }
  .about-fv-section h2{
    font-size:2.0rem;
    position: relative;
    text-align: center;
    top:65%;
  }
}

/*------------------------*/
/*----- greeting-pc -----*/
.greeting-section{
  background-image: url("../img/about/about_makoto_pc@2x.jpg");
  background-repeat: no-repeat;
  background-position:right 100px;
  background-size:contain;
}
.greeting-content{
  padding-bottom:100px;
}
.greeting-text{
  padding-right: 400px
}
.greeting-text p{
  padding-bottom:30px;
}

/*----- greeting-sp -----*/
@media(max-width:950px){
  .greeting-section{
    background-image: none; 
  }
  .greeting-content{
  padding-bottom:0;
  }
  .greeting-img-box{
    background-image: url("../img/about/about_makoto-tb@3x.jpg");
    max-width:950px; 
    height:500px; 
    background-size:cover;
    background-position:center;
  }
  .greeting-text{
  padding-right: 0;
  }
}
@media(max-width:650px){
  .greeting-img-box{
    width:100%; 
    height:300px; 
    background-size:cover;
    background-position:right;
  }
}

/*----- worry-pc -----*/
.worry-content{
  background-color: #f6f3ee;
}
.worry-ul{
  display: flex;
  justify-content: center;
  padding-bottom:30px;
  flex-flow: wrap;
  gap:20px;
}
.hukidashi-1{
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin: 30px 0 15px 0;
  padding: 25px 0;
  width: 300px;
  height: 100px;
  color: #1f1d1c;
  line-height: 1.5;
  background: #fff;
  box-shadow: 4px 4px 0px #e8e5e0;
}
.hukidashi-2{
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin: 30px 0 15px 0;
  padding: 15px 15px;
  width: 300px;
  height: 100px;
  color: #1f1d1c;
  line-height: 1.5;
  background: #fff;
  box-shadow: 4px 4px 0px #e8e5e0;
}
.hukidashi-1 h3,.hukidashi-2 h3{
  text-align: center;
  letter-spacing: -1px;
}
.hukidashi-1::before ,.hukidashi-2::before{
  content: "";
  position: absolute;
  left: 138px;
  bottom: -15px;
  border-top: 13px solid #e8e5e0;
  border-right: 17px solid transparent;
  border-left: 12px solid transparent;
}
.hukidashi-1::after, .hukidashi-2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 125px;
  bottom: -15px;
  border-top: 16px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.worry-img-box-1{
  width:100px;
  margin-top: 15px;
  margin-inline: auto;
}
.worry-img-box-2{
  width:150px;
  margin-top: 15px;
  margin-inline: auto;
}
.worry-img-box-3{
  width:200px;
  margin-top: 40px;
  margin-inline: auto;
}
.yazirushi{
  content: url("../img/about/about_arrow@2x.png");
  background-repeat: no-repeat;
  width:70px;
  margin: 30px auto;
}
.resolution h3{
  font-size:3.0rem;
  color:#4782af;
  text-align: center;
  margin-bottom:60px;
}
.resolution-flex{
  display: flex;
  justify-content: center;
  gap:30px;
}
.resolution-text{
  width: 550px;
}
.resolution-text p{
  padding-bottom:30px;
}
.resolution-img-box{
  max-width: 336px;
}
.resolution-botton{
  text-align: center;
  padding-bottom: 100px;
  margin-top:60px;
}
.resolution-botton a{
  font-size: 2.0rem;
  display: inline-block;
  color: #fff;
  background-color: #4782af;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgb(117 114 109 / 20%);
  padding: 20px 100px;
  position: relative;
  transition: .4s;
}
.resolution-botton a:hover{
  background-color: #66a8d0;
}
.resolution-botton a::after{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f144";
  position: absolute;
  right: 7%;
}

/*----- worry-sp -----*/
@media(max-width:530px){
  .midashi-sp{
    line-height: 1.2;
  }
  .midashi-sp::before{
    height: 65px;
  }
  .worry-img-box-3 {
    margin-top: 10px;
  }
}
@media(max-width:850px){
  .yazirushi{
    width:50px;
}
  .resolution h3{
    font-size:2.4rem;
    line-height: 1.2;
    margin-bottom:40px;
}
  .resolution-flex{
    flex-wrap: wrap;
    gap:0;
  }
  .resolution-img-box{
    max-width: 200px;
  }
  .resolution-botton{
    text-align: center;
    padding-bottom: 80px;
    margin-top:40px;
  }
  .resolution-botton a{
    font-size: 1.6rem;
    padding: 20px 80px;
  }
}

/*----------------------*/
/*----- tuyomi-pc -----*/
.tuyomi-list li{
  display: flex;
  justify-content: space-between;
  margin-bottom:60px;
  gap:20px;
}
.tuyomi-list li:last-child{
  margin-bottom:100px;
}
.tuyomi-text{
  max-width: 580px;
}
.tuyomi-number{
  display: block;
}
.tuyomi-text h3{
  font-size:2.4rem;
  line-height: 1.3;
}
.tuyomi1::before{
  display: block;
  content:"強み1";
  background-color:#75726d;
  color:#fff;
  font-size:1.6rem;
  border-radius: 5px;
  width:80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom:15px;
}
.tuyomi2::before{
  display: block;
  content:"強み2";
  background-color:#75726d;
  color:#fff;
  font-size:1.6rem;
  border-radius: 5px;
  width:80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom:15px;
}
.tuyomi3::before{
  display: block;
  content:"強み3";
  background-color:#75726d;
  color:#fff;
  font-size:1.6rem;
  border-radius: 5px;
  width:80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom:15px;
}
.tuyomi-text h3::after{
  content: "";
  display:block;
  width:580px;
  height: 3px;
  background-color: #75726d;
  margin-top:15px;
  margin-bottom:15px;
}
.tuyomi-img-box{
  width:400px;
}

/*----- tuyomi-sp -----*/
@media(max-width:950px){
  .tuyomi-list li{
    display: flex;
    justify-content: center;
    margin-bottom:60px;
    gap:20px;
    flex-wrap: wrap;
  }
  .tuyomi-list li:last-child {
    margin-bottom: 80px;
}
  .tuyomi-text{
    max-width: none;
  }
  .tuyomi-text h3 {
    font-size: 2.0rem;
  }
  .tuyomi-text h3::after{
    width:auto;
  }
  .tuyomi-img-box{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
  }
}

/*--------------------------------*/
/*----- description-section-pc -----*/
.description-section dl{
  font-size:2.0rem;
  padding-bottom:80px;
}
.description-flex{
  display: flex;
  justify-content: space-between;
}
.description-img-box{
  width: 450px;
  height: 290px;
}
.description-section dt{
  font-weight: 500;
  padding-bottom:20px;
}
.description-section dd{
  padding-bottom:20px; 
}
.dd-insta-icon{
  margin-left:30px;
  position:relative;
}
.dd-insta-icon::before{
  content: "";
  background: url("../img/others/Instagram_icon_black.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 20px;
  left: -32px;
  height: 20px;
}

/*----- description-section-sp -----*/
@media(max-width:950px){
  .description-section dl{
    font-size:1.6rem;
    text-align: left;
    letter-spacing: -1px;
  }
  .description-img-box {
    max-width: 379px;
    height: 290px;
  }
}
@media(max-width:700px){
  .description-flex{
    display: block;
  }
  .description-img-box {
    max-width: 335px;
    height: 180px;
    margin:0 auto 60px;
  }
  .description-section dl{
    padding-bottom: 0;
  }
}