/* =================================================================================
//
// STYLE
//
//================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Raleway:wght@300;400;500&display=swap");
.hero {
  height: 700px;
  background-image: url("../img/hero_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  z-index: 10;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.hero__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  position: relative;
}
.hero__inner > h1 {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.hero__photo {
  border-radius: 50%;
  position: absolute;
  border: solid 1px #BCE3EC;
}
.hero__photo img {
  border-radius: 50%;
  border: solid 10px #fff;
}
.hero__photo__01 img, .hero__photo__02 img, .hero__photo__03 img, .hero__photo__04 img, .hero__photo__05 img {
  width: 100%;
  height: auto;
}
.hero__photo__01 {
  width: 380px;
  height: 380px;
  top: 200px;
  left: 20px;
  animation: pon 1s 1, fuwafuwa 3s infinite 1s;
}
.hero__photo__02 {
  width: 300px;
  height: 300px;
  top: 40px;
  right: 70px;
  animation: pon 3s 1, fuwafuwa2 4s infinite 1s;
}
.hero__photo__03 {
  width: 220px;
  height: 220px;
  top: 385px;
  right: 220px;
  animation: pon 5s 1, fuwafuwa3 3.5s infinite 1s;
}
.hero__photo__04 {
  width: 270px;
  height: 270px;
  top: 280px;
  right: -150px;
  animation: pon 5s 1, fuwafuwa3 3.5s infinite 1s;
}
.hero__photo__05 {
  width: 330px;
  height: 330px;
  top: 110px;
  left: -100px;
  animation: pon 1s 1, fuwafuwa 3s infinite 1s;
}
.hero__img {
  position: absolute;
  z-index: 10;
}
.hero__img__01 {
  top: 150px;
  left: 80px;
}
.hero__img__02 {
  top: 65px;
  right: 310px;
}
.hero__img__03 {
  top: 490px;
  right: 200px;
}
.hero__img__hukidashi {
  top: 290px;
  right: -30px;
}

.information {
  background-color: #f6f6f4;
  margin-bottom: 50px;
  padding-top: 90px;
  padding-bottom: 110px;
}
.information__inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.information h2 {
  width: 320px;
  height: 70px;
  text-align: center;
  padding-top: 48px;
  padding-right: 8px;
  background-image: url("../img/info_heading.png");
  background-repeat: no-repeat;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  top: -120px;
  z-index: 30;
}
.information__card {
  display: flex;
}
.information__card .card {
  width: calc((100% - 160px) / 5);
  align-self: stretch;
  background-color: #fff;
  border: solid 1px #DFDEDB;
  border-radius: 15px;
  padding-top: 50px;
  position: relative;
  margin-left: 40px;
}
.information__card .card:first-child {
  margin-left: 0;
}
.information__card .card__cat {
  width: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  position: absolute;
  top: 18px;
  left: 15px;
}
.information__card .card__cat.info {
  background-color: #CFA5DD;
}
.information__card .card__cat.product {
  background-color: #80D0E4;
}
.information__card .card__date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 20px;
  right: 15px;
}
.information__card .card__photo {
  text-align: center;
  margin-bottom: 15px;
}
.information__card .card__photo img {
  width: calc(100% - 30px);
  height: auto;
  border-radius: 10px;
}
.information__card .card__lead {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 15px 30px;
}

.top-cat {
  padding-top: 150px;
  padding-bottom: 200px;
}
.top-cat__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.top-cat__desc {
  position: absolute;
  right: 0;
  top: -230px;
}
.top-cat__list {
  margin-bottom: 90px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-cat__list > li {
  width: calc((100% - 120px) / 3);
  margin-right: 40px;
  margin-top: 40px;
}
.top-cat__list > li:nth-of-type(3n) {
  margin-right: 0;
}
.top-cat__list > li:nth-of-type(-n + 3) {
  margin-top: 0;
}
.top-cat__list > li > a {
  width: 100%;
  height: 120px;
  display: block;
  color: #000;
  border-top: solid 1px #DFDEDB;
  border-right: solid 1px #DFDEDB;
  border-left: solid 1px #DFDEDB;
  border-bottom: solid 3px #DFDEDB;
  border-radius: 15px;
  text-decoration: none;
  padding: 0 20px 0;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top-cat__list > li > a .photo {
  width: 60px;
  height: 60px;
  background-color: #f6f6f4;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.top-cat__list > li > a .catname {
  font-size: 16px;
  font-size: 1.6rem;
}
.top-cat__contact {
  text-align: center;
}
.top-cat__contact > a {
  width: 100%;
  max-width: 450px;
  line-height: 65px;
}

.message {
  display: flex;
  padding-top: 140px;
  padding-bottom: 200px;
  background-image: url("../img/message_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.messageL {
  width: 50%;
  padding-right: 40px;
  position: relative;
}
.messageL__inner {
  max-width: 500px;
  float: right;
  padding-left: 40px;
}
.messageL__bg {
  width: 30%;
  aspect-ratio: 1/2;
  background-color: #e0f3f8;
  border-radius: 0 30px 30px 0;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: -1;
}
.messageL .heading {
  margin-bottom: 50px;
  position: relative;
  left: -40px;
}
.messageL .msg {
  font-size: 18px;
  font-size: 1.8rem;
  color: #233D5B;
  line-height: 2.5;
  margin-bottom: 60px;
}
.messageL .btn a {
  width: 100%;
  max-width: 330px;
}
.messageR {
  flex: 1;
  padding-left: 150px;
  position: relative;
  top: -70px;
}
.messageR > div {
  height: 500px;
  background-color: #f6f6f4;
  border-radius: 30px 0 0 0;
}
.messageR__photo {
  position: absolute;
  top: 80px;
  left: 50px;
}
.messageR__photo img {
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .hero__photo__01 {
    width: 330px;
    height: 330px;
  }
  .hero__photo__02 {
    right: 20px;
  }
  .hero__photo__03 {
    right: 120px;
  }
  .hero__img__02 {
    right: 250px;
  }
  .hero__img__03 {
    right: 100px;
  }
  .hero__img__hukidashi {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero__photo__01 {
    width: 230px;
    height: 230px;
  }
  .hero__photo__02 {
    width: 230px;
    height: 230px;
    right: 20px;
  }
  .hero__photo__03 {
    width: 180px;
    height: 180px;
    right: 50px;
  }
  .hero__img__02 {
    right: 200px;
  }
  .hero__img__03 {
    right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .hero {
    height: auto;
    background-position: top left;
  }
  .hero__inner {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .hero__inner h1 {
    width: 80%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__inner h1 img {
    width: 100%;
    height: auto;
  }
  .hero__photogr {
    display: none;
  }
  .hero__img__01 {
    width: 70px;
    height: 85px;
    left: 20px;
  }
  .hero__img__01 img {
    width: 100%;
    height: auto;
  }
  .hero__img__02 {
    display: none;
  }
  .hero__img__03 {
    width: 70px;
    height: 60px;
    top: auto;
    right: 20px;
    bottom: 60px;
  }
  .hero__img__03 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .information {
    padding-top: 60px;
  }
  .information__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .information h2 {
    padding-top: 30px;
    top: -90px;
  }
  .information__card .card {
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
  }
  .information__card .card:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .information {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .information h2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
  }
  .information__card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .information__card .card {
    width: calc((100% - 40px) / 3);
  }
  .information__card .card:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .information {
    margin-bottom: 0px;
  }
  .information__card .card {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .information__card .card:nth-of-type(3n) {
    margin-left: 0;
  }
  .information__card .card:nth-of-type(1), .information__card .card:nth-of-type(2) {
    margin-top: 0;
  }
  .information__card .card:nth-of-type(4) {
    display: block;
  }
  .information__card .card__date {
    padding-left: 10px;
    padding-right: 10px;
  }
  .information__card .card__lead {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .top-cat {
    padding-bottom: 100px;
  }
  .top-cat__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-cat__list > li > a .catname {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 840px) {
  .top-cat {
    padding-top: 50px;
  }
  .top-cat__desc {
    width: 150px;
    height: 150px;
    right: 50px;
    top: -130px;
  }
  .top-cat__desc img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-cat__list > li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 20px;
  }
  .top-cat__list > li:nth-of-type(3n) {
    margin-right: 20px;
  }
  .top-cat__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .top-cat__list > li:nth-of-type(-n + 3) {
    margin-top: 20px;
  }
  .top-cat__list > li > a .catname {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cat {
    padding-top: 70px;
  }
  .top-cat .p-hg--en {
    margin-bottom: 20px;
  }
  .top-cat__desc {
    display: none;
  }
  .top-cat__list {
    margin-bottom: 40px;
  }
  .top-cat__list > li > a {
    height: auto;
    display: block;
    padding: 10px;
  }
  .top-cat__list > li > a .photo {
    margin-left: auto;
    margin-right: auto;
  }
  .top-cat__list > li > a .catname {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .messageL__inner {
    float: none;
  }
  .messageL__bg {
    bottom: -100px;
  }
  .messageR__photo img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .message {
    display: block;
    padding-top: 50px;
  }
  .messageL {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .messageL__inner {
    max-width: 100%;
    float: none;
  }
  .messageL__bg {
    display: none;
  }
  .messageL .heading {
    width: 30%;
    min-width: 230px;
    margin-bottom: 30px;
    left: -30px;
  }
  .messageL .heading img {
    width: 100%;
    height: auto;
  }
  .messageL .msg {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .messageR {
    width: 100%;
    top: 0;
  }
  .messageR > div {
    height: 300px;
  }
  .messageR__photo {
    position: relative;
    text-align: center;
    left: -75px;
    top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .message {
    padding-bottom: 0;
  }
  .messageL {
    padding-right: 15px;
  }
  .messageL__inner {
    padding-left: 15px;
  }
  .messageL .msg {
    line-height: 2;
  }
  .messageR {
    padding-left: 0;
  }
  .messageR > div {
    height: auto;
    background-color: #fff;
  }
  .messageR__photo {
    left: 0px;
    top: 0;
  }
  .messageR__photo img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
}
