.about_fv_pc {
  background-image: url(../img/about/aboutus_fv01.webp);
  height: 400px;
  background-repeat: no-repeat;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 700px) {
  .about_fv_pc {
    display: none;
  }
}
@media (max-width: 700px) {
  .about_fv_sp {
    background-image: url(../img/about/aboutus_fv02.webp);
    height: 200px;
    background-repeat: no-repeat;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  position: relative;
  }
}

.about_fv_pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .about_fv_sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

h1 {
  font-size: 15rem;
  color: #EC59BA;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap
}
@media (max-width: 900px) {
  h1 {
    font-size: 10rem;
    bottom: 75%;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 5rem;
    bottom: 85%;
    transform: translate(-50%, 50%);
  }
}


.green01 {
  font-family: 'Arvo', serif;
  font-weight: bold;
  color: #EC59BA;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.green01::before,
.green01::after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #EC59BA;
}
.green01::before {
  margin-right: 20px;
  margin-top: 15px;
}
.green01::after {
  margin-left: 20px;
  margin-top: 15px;
}

.green {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #159900;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.green::before,
.green::after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #159900;
}
.green::before {
  margin-right: 20px;
  margin-top: 15px;
}
.green::after {
  margin-left: 20px;
  margin-top: 15px;
}


.green_p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: normal;
}

.green_p_a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #383838;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

.purple {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #581B74;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.purple::before,
.purple::after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #581B74;
}
.purple::before {
  margin-right: 20px;
  margin-top: 10px;
}
.purple::after {
  margin-left: 20px;
  margin-top: 10px;
}

h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #581B74;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #581B74;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.purple_flame ul {
  display: flex;
  justify-content: space-between;
  width: 15%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .purple_flame ul {
    font-size: 1.6rem;
    width: 45%;
  }
}

ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  color: #383838;
  font-weight: normal;
  padding-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  ul li {
    font-size: 1.6rem;
  }
}

p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  color: #383838;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 700px) {
  p {
font-size: 1.3rem;  
}
}

.main {
  padding-bottom: 100px;
}


.main_p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  color: #383838;
  font-weight: normal;
  text-align: center;
  padding: 0 20px 30px 20px;
}
@media (max-width: 700px) {
  .main_p {
font-size: 1.6rem;
  }
}



.green_flame {
  background-color: #BDBDBD;
  padding-bottom: 100px;
}

.green_p {
  padding-top: 50px;
  padding-bottom: 50px;
}


.purple_flame {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .purple_flame {
    max-width: 375px;
    padding: 0 20px;
  }
}

.food01 {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .food01 {
    display: block;
    text-align: center;
  }
}

.food img {
  height: 300px;
  width: 300px;
}
@media (max-width: 1200px) {
  .food img {
    padding-bottom: 30px;
  }
}

.food_p {
  text-align: end;
  padding-top: 30px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .food_p {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.sns_logo_about {
  display: flex;
  justify-content: space-around;
  width: 30%;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 100px;
}

img {
  height: 50px;
  width: 50px;
}
@media (max-width: 700px) {
  img {
    margin: 0 30px;
  }
}

.access {
  background-color: #383838;
}

.access_comment {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding-bottom: 50px;
}

.sns_logo_02 {
  width: 20%;
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}
@media (max-width: 700px) {
.sns_logo_02 {
  width: 50%;
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}
}