@charset "UTF-8";

.greeting-title1 {
  font-size: 1em;
  line-height: 1;
  text-align: center;
  width: 7.75em;
  margin: 0 auto 1.785714em;
}

.greeting-content {
  margin: 0;
}

.greeting-content dt {
  font-size: 1.285714em;
  font-weight: normal;
  color: #ea5404;
  line-height: 1.38;
  margin: 0 0 0.75em;
}

.greeting-content dd {
  margin: 0;
}

.greeting-content p:last-child {
  margin-bottom: 0;
}

.greeting-content .author {
  text-align: right;
  font-size: 0.857143em;
}

.greeting-content .author strong {
  font-weight: bold;
  font-size: 1.5em;
}

@media only screen and (min-width: 768px) {
  .greeting {
    padding: 0 0 0 18.75em;
    position: relative;
  }

  .greeting-title1 {
    width: 10.6875em;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .greeting-content dt {
    font-size: 1.25em;
    margin-bottom: 1.25em;
  }

  .greeting-content p:not(.author) {
    line-height: 2;
    padding-right: 5.625em;
  }

  .greeting-content .author {
    font-size: 1em;
    margin-top: 3em;
  }

  .greeting-content .author strong {
    font-size: 1.375em;
  }

  .sec-block1.extra-pb {
    padding-top: 1.25em;
  }
}

.history1 {
  margin: 0 auto;
  padding: 0 11.074286em 0 0;
}

.history1 dt {
  background-color: #e1c337;
  text-align: center;
  color: #fff;
  margin: 0 0 0.5em;
  padding: 0.571429em;
}

.history1 dd {
  margin: 0;
  position: relative;
}

.history1 dd + dt {
  margin-top: 1.5em;
}

.history1 .iso-logo {
  width: 6.6875em;
  position: absolute;
  right: -11em;
  bottom: 0;
}

.bento2 {
  display: block;
  width: 19.857143em;
  height: 17.714286em;
  background: url(../images/common/bento_illust.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -1em;
  right: -10em;
}

@media only screen and (min-width: 768px) {
  .history1 {
    width: 83.333333%;
    padding-right: 18.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history1 dt {
    margin-bottom: 1.25em;
    width: 10.625em;
    padding: 0.75em 0;
  }

  .history1 dd + dt {
    margin-top: 0;
  }

  .history1 dd {
    margin-bottom: 1.25em;
    width: calc(100% - 12.5em);
    padding: 0.75em 0;
  }

  .history1 dt:nth-last-of-type(1),
  .history1 dd:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .history1 .iso-logo {
    width: 6.6875em;
    position: absolute;
    right: 7em;
    bottom: auto;
    top: 0;
  }

  .bento2 {
    width: 27.875em;
    height: 24.0625em;
    top: -9em;
    right: -2em;
  }
}

.access1 {
  margin: 0 auto 3.25em;
}

.access1 > dl {
  position: relative;
  margin: 0 0 4.714286em;
  background-color: #fff;
  border: 0.571429em solid #ede6d4;
  border-radius: 0.285714em;
  padding: 2.5em 1em 1.15em;
}

.access1 > dl:last-child {
  margin-bottom: 0;
}

.access1 > dl:first-child {
  margin-top: 4.214286em;
}

.access1 > dl::after {
  content: '';
  display: block;
  width: 5.642857em;
  height: 5.892857em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -3.214286em;
}

.access1 > dl:nth-child(1)::after {
  background-image: url(../images/company/access_car.png);
}

.access1 > dl:nth-child(2)::after {
  background-image: url(../images/company/access_train.png);
}

.access1 > dl dt {
  text-align: center;
  font-size: 1.142857em;
  font-weight: normal;
  margin: 0 0 1em;
}

.access1 > dl dt span {
  display: inline-block;
  padding-bottom: 0.25em;
  background: url(../images/common/line_bg2.png) repeat-x center bottom;
  background-size: 0.1875em auto;
}

.access1 > dl dd {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .access1 {
    margin-top: 5em;
    margin-bottom: 6.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .access1 > dl {
    position: relative;
    margin: 0;
    border-width: 0.5em;
    border-radius: 0.5em;
    padding: 3.5em 1.25em 1.25em;
    width: 28.75em;
  }

  .access1 > dl:first-child {
    margin-top: 0;
  }

  .access1 > dl::after {
    width: 6.875em;
    height: 7.125em;
    top: -3.75em;
  }

  .access1 > dl dt {
    font-size: 1.25em;
  }
  
  .access1 > dl dt span {
    background-size: 0.15em auto;
  }
}
