@charset "utf-8";

.contact-section {
  background-color: #f9f8fb;
}


/*============================
#management
============================*/

#management dl {
  padding: 20px 45px 20px 130px;
  width: 100%;
  height: 110px;
  background-color: #edf8ff;
  border-radius: 55px;
  position: relative;
}

#management dl::before {
  display: block;
  content: '';
  position: absolute;
  background: url(../images/01.png)no-repeat center center;
  background-size: 100%;
  width: 90px;
  height: 90px;
  top: 10px;
  left: 10px;
}

#management dl:nth-of-type(2) {
  background-color: #f3fff3;
}

#management dl:nth-of-type(2)::before {
  background-image: url(../images/02.png)
}

#management dl:nth-of-type(3) {
  background-color: #fffdee;
}

#management dl:nth-of-type(3)::before {
  background-image: url(../images/03.png)
}

#management dl:nth-of-type(n+2) {
  margin-top: 20px;
}

#management dl dt {
  width: 280px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  border-right: 1px solid #fff;
}

#management dl dd {
  width: 550px;
  line-height: 24px;
}

#management p {
  margin-top: 30px;
  padding: 40px 60px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {

  #management dl {
    padding: 20px 20px 20px 90px;
    height: auto;
    border-radius: 5px;
  }

  #management dl::before {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 15px;
  }

  #management dl:nth-of-type(n+2) {
    margin-top: 15px;
  }

  #management dl dt {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    border-right: none;
    margin-bottom: 10px;
  }

  #management dl dd {
    width: 100%;
    line-height: 24px;
    font-size: 15px;
  }

  #management p {
    margin-top: 15px;
    padding: 20px 7%;
  }
}


/*============================
#message
============================*/

#message {
  padding-top: 0;
  position: relative;
}

#message::before {
  display: block;
  content: '';
  position: absolute;
  width: 440px;
  height: 377px;
  left: 130px;
  bottom: 180px;
  background: url(../images/top_img_logo.png)no-repeat center center;
  background-size: 100%;
  z-index: -1;
}

#message .flex {
  align-items: flex-start;
}

#message .text {
  margin-left: auto;
  width: 680px;
  text-align: left;
}

#message p:nth-of-type(2) {
  margin-top: 40px;
}

#message p.name {
  text-align: right;
  font-size: 20px;
  font-family: "Zen Antique", serif;
}

#message p.name span {
  font-size: 18px;
  display: block;
}

@media only screen and (max-width: 768px) {

  #message .text {
    width: 100%;
  }

  #message p:nth-of-type(2) {
    margin-top: 20px;
  }

  #message p.name {
    font-size: 18px;
  }

  #message p.name span {
    font-size: 16px;
  }
}


/*============================
#company
============================*/

#company {
  background-color: #f9f8fb;
  position: relative;
  z-index: 1;
}

#company::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../../images/common/circle.png)no-repeat center center;
  background-size: 100%;
  width: 700px;
  height: 700px;
  bottom: -200px;
  left: -180px;
  z-index: -1;
  animation: rotateAnimation 10s linear infinite;
}

#company .flex {
  align-items: flex-start;
}

#company .info {
  border-collapse: separate;
  background-color: #fff;
  padding: 50px 60px;
  width: 805px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {

  #company::before {
    width: 350px;
    height: 350px;
    bottom: -140px;
    left: -100px;
  }

  #company .info {
    padding: 20px 7%;
    width: 100%;
  }
}
