/* Scss Document */
/* Scss Document */
/* line 28, ../sass/_defines.scss */
a.a__blk, a.a__img-blk {
  display: block; }

/* line 31, ../sass/_defines.scss */
a.a__img-blk {
  background-color: rgba(255, 255, 255, 0);
  height: 100%; }
  /* line 36, ../sass/_defines.scss */
  a.a__img-blk:hover {
    background-color: rgba(255, 255, 255, 0.2); }

/* line 5, ../sass/greeting.scss */
.main__content__section--greeting-top {
  zoom: 1;
  background-image: -webkit-gradient(linear, to right, to left, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, #eeeeee), color-stop(90%, #eeeeee), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #eeeeee 10%, #eeeeee 90%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #eeeeee 10%, #eeeeee 90%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #eeeeee 10%, #eeeeee 90%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #eeeeee 10%, #eeeeee 90%, rgba(255, 255, 255, 0)); }
  /* line 11, ../sass/_defines.scss */
  .main__content__section--greeting-top:before, .main__content__section--greeting-top:after {
    content: " ";
    display: block;
    overflow: hidden; }
  /* line 16, ../sass/_defines.scss */
  .main__content__section--greeting-top:after {
    clear: both; }
  /* line 10, ../sass/greeting.scss */
  .main__content__section--greeting-top .__portrait {
    float: left;
    margin-right: 20px;
    height: 220px; }
  /* line 16, ../sass/greeting.scss */
  .main__content__section--greeting-top .__catch {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 21px;
    font-weight: bold;
    padding: 42px 0;
    color: #001732;
    line-height: 1.6; }
  /* line 25, ../sass/greeting.scss */
  .main__content__section--greeting-top .__CEO {
    line-height: 2.0; }
  /* line 29, ../sass/greeting.scss */
  .main__content__section--greeting-top > * {
    /*Android標準ブラウザのバグ対策*/
    background: rgba(255, 255, 255, 0.01); }

/* line 34, ../sass/greeting.scss */
.main__content__section--greeting {
  line-height: 2.0; }
  /* line 37, ../sass/greeting.scss */
  .main__content__section--greeting p {
    margin: 32.5px; }
  /* line 41, ../sass/greeting.scss */
  .main__content__section--greeting > * {
    /*Android標準ブラウザのバグ対策*/
    background: rgba(255, 255, 255, 0.01); }
