@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
.aboutTitle {
  margin-bottom: 0;
}

.aboutContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px;
}
@media print, screen and (max-width: 767px) {
  .aboutContent {
    display: block;
    margin: 40px 20px 60px;
  }
}

.aboutLeftBlock {
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .aboutLeftBlock {
    width: auto;
  }
}

.aboutLogo img {
  width: 413px;
}
@media print, screen and (max-width: 767px) {
  .aboutLogo img {
    width: 300px;
  }
}

.aboutText {
  line-height: 2;
  margin: 40px 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  .aboutText {
    font-size: 14px;
    margin: 20px 0 40px;
  }
}

.aboutImg {
  border-left: 1px solid #010101;
  width: 50%;
  padding: 40px 40px 40px 80px;
}
.aboutImg img {
  width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutImg {
    padding: 20px 20px 20px 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .aboutImg {
    border: none;
    width: auto;
    padding: 0;
  }
}

.aboutService {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #010101;
  padding: 120px 0 0;
  margin: 0 40px;
}
@media print, screen and (max-width: 767px) {
  .aboutService {
    display: block;
    padding: 60px 0 0;
    margin: 0 20px;
  }
}

.aboutService_title {
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  width: 33.3333%;
  width: 33.3333333333%;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutService_title {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .aboutService_title {
    font-size: 24px;
    width: auto;
    margin: 0 0 20px;
  }
}

.aboutService_text {
  line-height: 2;
  width: 66.6666%;
  width: 66.6666666667%;
}
@media print, screen and (max-width: 767px) {
  .aboutService_text {
    width: auto;
  }
}