@charset "UTF-8";
/* --------------------------------------------------
main
-------------------------------------------------- */

.wrapper {
  background: url(../img/main_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

#main02 {
  width: 100%;
  height: 338px;
  text-align: center;
}

#main02 h2 {
  padding: 100px 0 0 0;
}

#main02 h2 span {
  display: block;
  text-shadow:
    0 0 0.4px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 7px #fff,
    0 0 10px #fff;
}

#main02 h2.logo-fukuoka .icon-company {
  font-size: 70px;
  color: #004d23;
  padding: 40px 0 0 0;
  transition: 0.3s;
}
#main02 h2.logo-fukuoka .icon-enlightenment {
  padding: 40px 0 0 0;
  /* transition: 0.3s; */
  background: url(../../img/common/ico_enlightenment.png) no-repeat center
    bottom / 70px;
  height: 70px;
  display: block;
}
#main02 h2.logo-fukuoka .title {
  font-size: 39px;
  font-weight: bold;
  color: #004d23;
  padding: 30px 0;
  letter-spacing: 1px;
}

/* --------------------------------------------------
contents
-------------------------------------------------- */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.row {
  display: flex;
  justify-content: space-between;
}
.row > div {
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #main02 {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #main02 h2 {
    padding: 40px 0 0 0;
  }
  #main02 h2 span {
    display: block;
    text-shadow:
      0 0 0.4px #fff,
      0 0 3px #fff,
      0 0 7px #fff;
  }
  #main02 h2.logo-fukuoka .icon-fukuoka_o {
    font-size: 50px;
    color: #004d23;
    padding: 40px 0 0 0;
    transition: 0.3s;
  }

  #main02 h2.logo-fukuoka .title {
    font-size: 30px;
    font-weight: bold;
    color: #004d23;
    padding: 10px 0;
    letter-spacing: 1px;
  }
  .row {
    flex-wrap: wrap;
  }
  .row > div {
    width: 100%;
    margin-bottom: 60px;
  }
}
