@charset "UTF-8";

/*@include mq {}
@include mq(mobileSmall) {}
@include mq(maxCustom,0) {}
@include mq(landscape) {}
@include mq(tablet) {}
@include mq(desktop) {}
@include mq(desktopLarge) {}
@include mq(minCustom,0) {}*/
/*法人*/
/*about*/
.corp_about .message {
  line-height: 2.2rem;
}

.corp_about dd img {
  width: 160px;
  margin-left: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .corp_about .message {
    line-height: 3.8rem;
    font-size: 1.7rem;
  }
}

.overwidth {
  margin-bottom: 20px;
}

.overwidth .philosophy_a {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  padding: 40px 0 20px;
  background-color: #f6f5fa;
  background-image: url("../img/common/bg_lefttop.png"), url("../img/common/bg_rightbottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 100% 100%;
  background-size: 150px auto, 150px auto;
}

.overwidth .philosophy_a .rinen_flex {
  width: 80%;
  margin: 0 auto;
}

.overwidth .philosophy_a .rinen_flex .zu3 {
  width: 300px;
  margin: 0 auto;
}

.overwidth .philosophy_a .rinen_flex .zu3 img {
  margin-top: 10px;
}

.overwidth .philosophy_a .rinen_flex .comment {
  margin-top: 30px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .overwidth .philosophy_a {
    padding: 60px 0 40px;
    background-size: 300px auto, 300px auto;
  }

  .overwidth .philosophy_a .rinen_flex {
    width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .overwidth .philosophy_a .rinen_flex .zu3 {
    margin-bottom: 20px;
    width: 450px;
    margin: 0 auto;
  }

  .overwidth .philosophy_a .rinen_flex .comment {
    margin-top: 100px;
    margin-left: 30px;
    text-align: left;
    line-height: 2.5;
    font-size: 1.8rem;
  }
}

.corp-greeting-more {
  padding: 20px 0;
}

.corp-greeting-more .detail {
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
}

.corp-greeting-more .detail dt {
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.corp-greeting-more .detail dd {
  font-size: 1.2rem;
}

.corp-greeting-more .detail dd>p:not(:last-child) {
  margin-bottom: 1em;
}

.corp-greeting-more .sign {
  text-align: right;
}

.corp-greeting-more .sign .ib {
  vertical-align: middle;
}

.corp-greeting-more .sign .ph {
  max-width: 148px;
  width: 23%;
  margin-left: 10px;
}

.corp-greeting-more .btns {
  width: 90%;
  margin: 20px auto 0;
}

@media screen and (min-width: 960px) {
  .corp-greeting-more {
    padding: 20px 0;
    background-size: 512px auto;
  }

  .corp-greeting-more .greeting-inner {
    max-width: 1070px;
    margin: 0 auto;
  }

  .corp-greeting-more .title-wp {
    margin-bottom: 45px;
    background-image: url("../img/top/greeting_line-pc.png");
    background-position: 50% 100%;
  }

  .corp-greeting-more .title-wp .title-inner {
    max-width: 1070px;
    margin: 0 auto;
  }

  .corp-greeting-more .title-wp .title {
    padding: 0 0 40px 0;
  }

  .corp-greeting-more .title-wp .title span {
    margin-bottom: 20px;
  }

  .corp-greeting-more .photo {
    float: right;
    width: 23%;
    max-width: 246px;
  }

  .corp-greeting-more .detail {
    float: left;
    width: 66%;
  }

  .corp-greeting-more .detail dt {
    font-size: 2.6rem;
  }

  .corp-greeting-more .detail dd {
    font-size: 1.5rem;
  }

  .corp-greeting-more .sign {
    text-align: left;
  }

  .corp-greeting-more .btns {
    margin-top: 50px;
  }
}
