/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * about.scss
 */
#about {
  /* #header */
  /* PC
  --------------------------------------------------*/
  /* layout */
  /* #outlineArea */
  /* #messageArea */
  /* #suzuArea */
  /* #projectArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#about .gNav > ul > li.about a,
#about .gNav > ul > li.about .label {
  border-bottom-color: #ffe73f;
}
#about .section .body {
  max-width: 880px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
}
#about .section .body p + p {
  margin-top: 1.7em;
}
#about .section .body.more .moreBtn {
  display: none;
}
#about #outlineArea .body {
  box-sizing: border-box;
  display: table;
  width: 100%;
}
#about #outlineArea .body .image {
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align: top;
}
#about #outlineArea .body .image .img {
  padding: 0 7%;
}
#about #outlineArea .body .image .img img {
  max-width: 100%;
  height: auto;
}
#about #outlineArea .body .text {
  display: table-cell;
  padding-left: 40px;
  vertical-align: top;
}
#about #outlineArea .body .text .outline {
  font-size: 20px;
  line-height: 1.7;
}
#about #outlineArea .body .text .outline > dt {
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
}
#about #outlineArea .body .text .outline > dt:first-child {
  margin-top: 0;
}
#about #outlineArea .body .text .outline > dd .organizer {
  zoom: 1;
  margin: 30px -30px 0 0;
}
#about #outlineArea .body .text .outline > dd .organizer:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#about #outlineArea .body .text .outline > dd .organizer dl {
  float: left;
  margin-right: 30px;
  padding-top: 20px;
}
#about #outlineArea .body .text .outline > dd .organizer dl:nth-child(3) {
  clear: left;
}
#about #outlineArea .body .text .outline > dd .organizer dl dt {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}
#about #outlineArea .body .text .outline > dd .organizer dl dd {
  font-size: 17px;
}
#about #outlineArea .body .text .outline > dd .organizer dl dd span {
  display: block;
  font-size: 12px;
}
#about #outlineArea .body .text .passport {
  margin-top: 50px;
  line-height: 1.7;
}
#about #outlineArea .body .text .passport dt {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}
#about #outlineArea .body .text .passport dd {
  font-size: 17px;
}
#about #outlineArea .body .text .passport dd .price {
  margin-top: 10px;
}
#about #messageArea .title01 span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
#about #suzuArea .slideBlock01 {
  margin-bottom: 40px;
}
#about #projectArea .image {
  margin-bottom: 60px;
  text-align: center;
}
#about #projectArea .image img {
  max-width: 100%;
  height: auto;
}
#about #projectArea .btn01 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #about {
    /* layout */
    /* #outlineArea */
    /* #messageArea */
    /* #suzuArea */
    /* #projectArea */
  }
  #about .section .body {
    font-size: 15px;
    line-height: 1.67;
  }
  #about .section .body p + p {
    margin-top: 1.67em;
  }
  #about .section .body.more .moreInner {
    overflow: hidden;
    position: relative;
    height: 325px;
  }
  #about .section .body.more .moreInner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, #f5f5f5));
    background: -moz-linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
    background: -webkit-linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
    background: linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
  }
  #about .section .body.more .moreBtn {
    display: block;
    overflow: hidden;
    text-indent: -5260px;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
  }
  #about .section .body.more .moreBtn:before, #about .section .body.more .moreBtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -20px;
    border: #ffe73f solid 2px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: auto 24px;
    -o-background-size: auto 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #about .section .body.more .moreBtn:before {
    background-color: #ffffff;
    background-image: url(../imgs/arw-01_2.svg);
  }
  #about .section .body.more .moreBtn:after {
    background-color: #ffe73f;
    background-image: url(../imgs/arw-01_2_white.svg);
    opacity: 0;
  }
  .noTouch #about .section .body.more .moreBtn:hover:before {
    opacity: 0;
  }
  .noTouch #about .section .body.more .moreBtn:hover:after {
    opacity: 1;
  }
  #about .section .body.more.opened .moreInner {
    height: auto;
  }
  #about .section .body.more.opened .moreInner:after {
    display: none;
  }
  #about .section .body.more.opened .moreBtn {
    display: none;
  }
  #about #outlineArea .body {
    display: block;
    width: auto;
  }
  #about #outlineArea .body .image {
    display: block;
    width: auto;
  }
  #about #outlineArea .body .image .img {
    padding: 0;
  }
  #about #outlineArea .body .image .img img {
    width: 141px;
  }
  #about #outlineArea .body .text {
    display: block;
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
  }
  #about #outlineArea .body .text .outline {
    font-size: 17px;
  }
  #about #outlineArea .body .text .outline > dt {
    font-size: 14px;
  }
  #about #outlineArea .body .text .outline > dd .organizer {
    zoom: 1;
    margin: 30px 0 0;
  }
  #about #outlineArea .body .text .outline > dd .organizer:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #about #outlineArea .body .text .outline > dd .organizer dl {
    float: none;
    margin-top: 15px;
    margin-right: 0;
    padding-top: 0;
  }
  #about #outlineArea .body .text .outline > dd .organizer dl:first-child {
    margin-top: 0;
  }
  #about #outlineArea .body .text .outline > dd .organizer dl dt {
    font-size: 12px;
    font-weight: bold;
  }
  #about #outlineArea .body .text .outline > dd .organizer dl dd {
    font-size: 16px;
  }
  #about #outlineArea .body .text .outline > dd .organizer dl dd span {
    font-size: 9px;
  }
  #about #outlineArea .body .text .passport {
    margin-top: 30px;
  }
  #about #outlineArea .body .text .passport dt {
    margin-bottom: 0;
    font-size: 14px;
  }
  #about #outlineArea .body .text .passport dd {
    font-size: 16px;
  }
  #about #outlineArea .body .text .passport dd .price {
    margin-top: 5px;
  }
  #about #messageArea .title01 span {
    margin-top: 5px;
    font-size: 13px;
  }
  #about #suzuArea .slideBlock01 {
    margin-bottom: 20px;
  }
  #about #projectArea .image {
    margin-bottom: 30px;
  }
  #about #projectArea .image img {
    width: 195px;
  }
  #about #projectArea .btn01 {
    margin-top: 30px;
  }
}
