h1 {
  color: #b69e91;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}
h4 {
  color: #009942;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3rem;
}
p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem
}
section {
  margin: 50px auto;
  /* padding: 40px 0; */
}
.mv {
  width: calc(100% - 40px);
  height: 430px;
  position: relative;
  margin: 20px auto;
  max-width: 1300px;
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv_img_area  {
  height: 100%;
  position: absolute;
  right: 0;
  max-height: 430px;
}
.mv_img_area img {
  opacity: 0.7;
  max-height: 430px;
}
.mv_txt_area {
  position: absolute;
  left: 0;
  max-width: 730px;
  top: 50%;
  transform: translateY(-50%);
}
.mv_txt_area p span {
  font-size: 3.5rem;
  position: relative;
  top: -52px;
}
.mv_txt_area p {
  font-size: 3rem;
  writing-mode: vertical-rl;
  text-shadow: 2px 2px 5px #00000070;
  font-family: "Zen Old Mincho", serif;
}
.inner_area {
  max-width: 91%;
  width: 1000px;
  margin: auto;
}
.top_title {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}
.top_title h2 {
  font-size: 2.5rem;
  background: #009942;
  color: #ffe954;
  padding: 15px 25px;
  box-shadow: 2px 2px 5px 0 #00000042;
  display: flex;
  gap: 15px;
  align-items: baseline;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
}
.top_title h2:after {
   content: "\f058";
  font-family: FontAwesome;
 }
.top_area p {
  text-align: center;
  font-size: 1.2rem;
  text-decoration: underline;
}
.right_txt.small {
  text-align: right;
  max-width: 98%;
  font-size: 0.7rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 30px auto;
  gap: 10px;
}
.clm {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 15px;
}
.clm .img_area {
  display: flex;
  justify-content: center;
}
.clm .img_area img {
  width: 100%;
  max-width: 130px;
}
.clm .txt_area {
  text-align: center;
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0 #665c0047;
  background: #fff6a2;
  font-weight: 500;
}
.clm .txt_area p {
  font-size: 0.9rem;
  padding: 10px 2px;
  line-height: 1.2rem;
}
.center.txt_area p {
  font-size: 1.1rem;
  text-align: center;
}
.center.txt_area p span {
  color: #ff0000;
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px dashed;
}
.contact_area {
  background: #eeeeee;
  padding: 15px;
}
.contact_area .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact_area .grid .clm {
  border-radius: 10px 10px 0 0;
  background: #fff;
  border-radius: 7px;
  text-align: center;
}
.contact_area .grid .clm.phone_area a {
  /* color: #009942; */
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.contact_area .grid .clm.phone_area p {
  font-size: 0.8rem;
}
.contact_area .grid .clm.phone_area a:before {
  content: "\f095";
  font-family: FontAwesome;
}
.contact_area .grid .clm h5 {
  background: #009942;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 7px 7px 0 0;
}
.contact_area .grid .clm.mail_area a,
.contact_area .grid .clm.line_area a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* color: #fff; */
  border: #000 1px solid;
  margin: auto;
  padding: 10px 15px;
}
.contact_area .grid .clm.mail_area a:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5rem;
}
.contact_area .grid .clm.line_area a:before {
  content: "\f3c0";
  font-family: 'FontAwesome';
  font-size: 1.5rem;
}
.flow ol {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin: 30px auto;
}
.flow li {
  border: 1px solid #ddd;
  padding: 45px;
  position: relative;
}
.flow li .top_area {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -45px;
  left: 40px;
  background: #fff;
  padding: 10px 20px;
}
.flow li .top_area p {
  display: flex;
  flex-direction: column;
  line-height: normal;
  font-size: 0.7rem;
  font-weight: 400;
  align-items: center;
  width: 50px;
  height: 50px;
  justify-content: space-between;
  background: #009948;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.flow li .top_area p span {
  font-size: 1.5rem;
}
.flow li .top_area h6 {
  font-size: 1.3rem;
}
.flow li .main_area {
  display: flex;
  gap: 20px;
}
.flow li .main_area .txt_area {
  width: 100%;
}
.flow li .main_area .img_area {
  width: 30%;
}
.flow li .main_area .img_area img {
  width: 100%;
  max-width: 300px;
}

/* フェードアニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


.ifPc {
  display: block;
}

.ifSp {
  display: none;
}
@media (max-width: 1000px) {
  .mv {
    display: flex;
    flex-direction: column;
    position: unset;
    height: auto;
    gap: 20px;
  }
  .mv_img_area {
    position: unset;
  }
  .mv_txt_area {
    position: unset;
    transform: none;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .ifPc {
    display: none;
  }
  .ifSp {
    display: block;
  }
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .clm .txt_area p {
    font-size: 0.8rem;
  }
  .contact_area .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .flow li .top_area {
    top: -38px;
    left: 10px;
  }
  .flow li .main_area .img_area {
    width: 100%;
  }
  .flow li .top_area p {
    width: 30px;
    height: 30px;
    font-size: 0.6rem;
  }
  .flow li .top_area p span {
    font-size: 1.1rem;
  }
  .flow li .top_area h6 {
    font-size: 1.1rem;
  }
  .top_title {
    flex-direction: column;
  }
  .top_title h2 {
    margin: auto;
    width: auto;
  }
  .flow li {
    padding: 45px 20px 20px;
  }
  .flow li .main_area {
    flex-direction: column;
  }
  .center.txt_area p {
    font-size: 1rem;
    text-align: left;
  }
}