/* ----------------------------------------
* about.php
---------------------------------------- */
#page-about #about-bg {
  height: auto;
  min-height: calc(100vh - 99px);
  box-sizing: border-box;
  background: url(./../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-about #about-bg p {
  font-size: 15px;
}
#profile {
  padding-top: 50px;
}
#profile .outline {
  overflow: hidden;
  max-width: 1480px;
  margin: 0 auto;
  font-size: 14px;
}
#profile h2 {
  margin-bottom: 60px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.6;
}
#profile h2:after {
  content: "";
  width: 35px;
  height: 2px;
  display: block;
  margin: 12px auto 25px;
  background: #33bad2;
}
#profile h2 img {
  display: block;
  width: 115px;
  height: auto;
  margin: 0 auto;
}
#profile h2 span {
  font-size: 12px;
  font-weight: normal;
}
#profile h2 span:before {
  content: "/";
  padding: 0 5px;
}
#profile .outline dl {
  float: left;
  width: 50%;
  padding: 0 20px 30px;
}
#profile .outline dl dt, #profile .outline dl dd {
  padding: 19px 0;
}
#profile .outline dl dt {
  float: left;
  width: 165px;
}
#profile .outline dl dd {
  padding-left: 165px;
  border-bottom: 1px solid #ccc;
}
#profile .outline dl dd.bdr-top {
  border-top: 1px solid #ccc;
}
#profile .outline dl dd h3 {
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
#profile .outline dl dd h3, #profile .outline dl dd ul {
  padding-left: 1.2em;
}
#profile .outline dl dd h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  color: #33bad2;
  background: transparent;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5px;
  content: '◆';
  letter-spacing: 0;
}
#profile .outline dl dd h3 span {
  font-weight: normal;
}
#profile .outline dl dd p {
  margin: 0;
}
#profile .outline dl dd ul {
  margin-bottom: 15px;
}
#profile .outline dl dd ul li {
  position: relative;
  padding-left: .8em;
  line-height: 2;
}
#profile .outline dl dd ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  background: transparent;
  font-size: 5px;
  content: '-';
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
}
#profile .bg_ttl {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 330px;
}
#career {
  overflow: hidden;
  max-width: 1480px;
  margin: 0 auto;
  font-size: 14px;
  padding: 50px 0 0;
}
#career .wrap-txt .pro-name {
  font-weight: 400;
  margin-bottom: 0;
}
#career .wrap-txt .pro-name dd {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 5px 0;
}
#career .wrap-txt .list-sns {
  margin-bottom: 30px;
}
#career .wrap-txt .list-sns li {
  display: inline-block;
  margin-right: 5px;
}
#career .wrap-txt .list-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
#career .wrap-txt .list-sns li:nth-child(1) a {
  background-color: rgba(54, 88, 153, .5);
}
#career .wrap-txt .list-sns li:nth-child(1) a:hover {
  background-color: rgba(54, 88, 153, 1);
}
#career .wrap-txt .list-sns li a i {
  margin: 0 auto;
  line-height: 30px;
}
#career .wrap-txt .pro-hobby {
  margin-top: 30px;
  margin-bottom: 20px;
}
#career .wrap-txt .pro-hobby dt, #career .wrap-txt .pro-career dt {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 2px;
}
@media screen and (max-width: 1400px) {
  #profile {
    padding-bottom: 70px;
  }
  #profile .outline {
    max-width: 95%;
    margin: 0 auto;
  }
  #page-about #about-bg p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #profile h2 {
    font-size: 24px;
  }
  #profile h2 span {
    font-size: 11px;
  }
  #profile h2 img {
    width: 90px;
  }
  #profile .outline dl {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 50px;
  }
  #profile .outline dl dt {
    width: 32%;
  }
  #profile .outline dl dd {
    padding-left: 32%;
  }
  #profile .outline dl dd.feature {
    border: none;
  }
  #profile .bg_ttl {
    height: 250px;
    background-attachment: scroll !important;
  }
  #career .wrap-career {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #career .wrap-img {
    margin-bottom: 30px;
    max-width: 500px;
  }
  #career .wrap-txt .pro-name dd {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  #profile {
    padding-top: 40px;
  }
  #page-about #about-bg p {
    font-size: 14px;
  }
  #profile h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #profile .outline dl dt, #profile .outline dl dd {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
  }
  #career .wrap-txt .pro-name dt {
    font-size: 13px;
  }
  #career .wrap-txt .pro-name dd {
    font-size: 20px;
  }
  #career .wrap-txt p, #career .wrap-txt .pro-career dd, #career .wrap-txt .pro-hobby dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #page-about #about-bg p {
    text-align: center;
  }
  #page-about #about-bg p br {
    display: block;
  }
  #profile .outline dl dd p {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  #page-about #about-bg p, #career p {
    font-size: 13px;
    text-align: left;
  }
  #page-about #about-bg p br {
    display: none;
  }
  #profile .outline dl {
    width: 100%;
    padding: 0 20px 50px;
  }
  #career .wrap-career {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #profile .outline dl dt {
    float: none;
    width: inherit;
    padding-bottom: 0;
    font-weight: bold;
  }
  #profile .outline dl dd {
    padding-top: 10px;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
  #profile .outline dl dd.bdr-top {
    border-top: none;
  }
  #profile .outline dl dd.feature {
    border-bottom: 1px solid #ccc;
  }
  #profile .outline dl dd ul {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1201px) {
  #career .wrap-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #career .wrap-img {
    width: 40%;
  }
  #career .wrap-txt {
    width: 52%;
    margin-right: 8%;
  }
}