@charset "UTF-8";

/*****************************
pagesec-messege
*****************************/
.pagesec-messege{
  padding: 13rem 0;
}
.pagesec-messege::before{
  content: "";
  background: url(../../images/page/iso/messege_bg.webp) no-repeat center / cover;
  filter: blur(3px);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec-messege p{
  font-size: 2.2rem;
  font-weight: 500;
  text-shadow: 2px 2px #fff;
}
.pagesec-messege p:first-of-type{
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1180px) {
  .pagesec-messege{
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-messege p{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-messege {
    padding: 7rem 0;
  }
  .pagesec-messege p{
    font-size: 1.8rem;
  }
  .pagesec-messege p:first-of-type {
    margin-bottom: 2rem;
  }
  .pagesec-messege p br{
    display: none;
  }
}

/*****************************
pagesec-iso
*****************************/
.iso {
  gap: 5rem;
}
.iso > div {
  background: #fafafa;
  box-shadow: 4px 4px 4px #ccc;
  padding: 2rem 2rem 3rem;
}
.iso > div > dt{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.iso > div > dt span{
  display: block;
  font-family: "M PLUS 2", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
}
.iso > div > dd{
  gap: 2rem;
}
.iso .fimgbox{
  width: 250px;
}
.iso .ftxtbox{
  flex-direction: column;
  gap: 2rem;
  width: calc(100% - 300px);
}
.iso .ftxtbox dt{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.iso .ftxtbox ol{
  list-style: decimal;
  margin-left: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .iso .fimgbox{
    width: 200px;
  }
  .iso .ftxtbox{
    width: calc(100% - 230px);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .iso > div > dt,
  .iso .ftxtbox dt{
    font-size: 1.8rem;
  }
  .iso > div > dt span{
    font-size: 3rem;
  }
  .iso .fimgbox{
    margin: 0 auto;
  }
  .iso .ftxtbox{
    width: 100%;
  }
}