/**------------------------------------
* import */
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
.aboutArea {
  margin: 0 auto 120px !important;
}
@media screen and (max-width: 1100px) {
  .aboutArea {
    margin-bottom: 100px !important;
  }
}
.aboutArea .aboutList {
  position: relative;
  width: 100%;
}
.aboutArea .aboutList dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #052A39;
  margin-bottom: 24px;
}
.aboutArea .aboutList dd {
  margin: 0 0 35px 0;
  padding: 0;
  font-weight: 500;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}
.aboutArea .aboutList dd .photo {
  width: 100%;
  margin: 36px auto 0;
  text-align: center;
}
.aboutArea .aboutList dd span {
  position: relative;
  display: inline-block;
}
.aboutArea .aboutList dd span.charge {
  text-indent: 3.5em;
  position: relative;
}
.aboutArea .aboutList dd span.addTitle:before {
  content: '担当：';
  display: block;
  position: absolute;
  left: -3.5em;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .aboutArea .aboutList dt {
    font-size: 20px;
    line-height: 29px;
  }
  .aboutArea .aboutList dd {
    margin: 0 0 32px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .aboutArea .aboutList dd .photo > img {
    width: 100%;
  }
}
.aboutArea .linkList {
  width: 100%;
  height: 120px;
  margin: 32px 0 60px;
}
@media screen and (max-width: 1100px) {
  .aboutArea .linkList {
    width: calc(100vw - 40px);
    height: auto;
    margin: 16px auto 40px;
  }
}
.aboutArea .linkList .linkListItem {
  float: left;
  display: list-item;
  list-style: none;
  width: 300px;
  height: 120px;
  border-radius: 4px;
  margin-right: 20px;
  background-color: #F2F2F2;
}
.aboutArea .linkList .linkListItem h2 {
  position: relative;
  margin: 35px 0 0 35px;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  line-height: 50px;
}
.aboutArea .linkList .linkListItem h2:before {
  display: none;
}
.aboutArea .linkList .linkListItem a {
  text-decoration: none;
  color: #1A2A33;
}
.aboutArea .linkList .linkListItem:last-of-type {
  margin-right: 0;
}
.aboutArea .linkList .linkListItem:last-of-type h2 {
  margin: 35px 0 0 23px;
}
@media screen and (max-width: 1100px) {
  .aboutArea .linkList .linkListItem {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .aboutArea .linkList .linkListItem h2 {
    margin: 28px auto 0;
    font-size: 18px;
    text-align: center;
  }
  .aboutArea .linkList .linkListItem h2:before {
    display: none;
  }
  .aboutArea .linkList .linkListItem:last-of-type h2 {
    margin: 28px auto 0;
  }
}
.aboutArea .mapArea {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
}
.aboutArea .mapArea iframe {
  display: block;
  width: 940px;
  height: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .aboutArea .mapArea {
    margin: 40px auto 0;
  }
  .aboutArea .mapArea iframe {
    width: 100%;
    height: 240px;
    margin: 0 auto;
  }
}
