@charset "UTF-8";
/* ==========================================================================
 company
============================================================================*/
.p-company__box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 100px;
  background: #fff;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 899px) {
    .p-company__box1 {
      padding: 30px 20px; } }
.p-company__sec4 {
  background: #fff;
  position: relative; }
  .p-company__sec4::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -395px;
    height: 400px;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 2; }
  .p-company__sec4 > .l-section__basic {
    position: relative;
    z-index: 10;
    max-width: 940px;
    margin: 0 auto; }
  .p-company__sec4 .-map {
    margin-top: 140px; }
    @media screen and (max-width: 899px) {
      .p-company__sec4 .-map {
        margin-top: 30px; }
        .p-company__sec4 .-map iframe {
          height: 250px; } }
.p-company__sec5 {
  background: #fff; }

/* =================================== IE ======================================== */
_:-ms-lang(x)::-ms-backdrop, .c-headline--3 > span > span {
  line-height: 0.85em; }

/* =================================== eddge ======================================== */
@supports (-ms-ime-align: auto) {
  .c-headline--3 > span > span {
    line-height: 0.85em; }

  /* Edge のみ適用される */ }
