/* ==============================
    my.scss
================================= */
/* button gradation style */
/* ==============================
		company.scss
================================= */
/* about */
.section-philosophy {
  margin-bottom: 120px;
}

.philosophy__inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1620px) {
  .philosophy__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .philosophy-about {
    margin-bottom: 24vw;
  }

  .philosophy__inner {
    max-width: 810px;
    padding: 0 8vw 0;
  }
}
.philosophy__text {
  text-align: center;
  line-height: 2.2;
}

/* Message */
.section-message {
  background-color: #e5e9f0;
  position: relative;
  overflow: hidden;
}

.message__inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 1620px) {
  .message__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .message__inner {
    max-width: 810px;
    padding: 16vw 8vw 16vw;
  }
}
.message__contents p {
  margin-bottom: 30px;
}

.message__lead.application__title {
  font-size: 20px;
}

.president__name {
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}
.president__name .s {
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .message__lead.application__title {
    font-size: 18px;
  }
}
.message__big-text .en {
  color: #f5f6f9;
}

/* Overview */
.section-overview {
  position: relative;
  overflow: hidden;
}

.overview__inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 1620px) {
  .overview__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .overview__inner {
    max-width: 810px;
    padding: 16vw 8vw 16vw;
  }
}
.overview__big-text .en {
  color: #e5e9f0;
}

/* History */
.section-history {
  position: relative;
  overflow: hidden;
  background-color: #e5e9f0;
}

.history__inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 1620px) {
  .history__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .history__inner {
    max-width: 810px;
    padding: 16vw 8vw 16vw;
  }
}
.history__contents {
  background-color: #fff;
  padding: 65px;
  position: relative;
}

.history__table {
  width: 100%;
  position: relative;
  z-index: 10;
}
.history__table th, .history__table td {
  vertical-align: top;
  padding-bottom: 50px;
}
.history__table th {
  color: #1e59a8;
  background-image: url(../img/common/icon_circle.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 30px;
  white-space: nowrap;
}
.history__table td {
  padding-left: 20px;
  font-weight: 300;
  color: #566374;
  font-size: 14px;
}

.history__line {
  position: absolute;
  top: 73px;
  left: 72px;
  z-index: 9;
  width: 1px;
  height: 1px;
  background-color: #1e59a8;
}

@media screen and (max-width: 480px) {
  .history__contents {
    padding: 30px 20px;
  }

  .history__table th {
    white-space: nowrap;
  }

  .history__line {
    top: 45px;
    left: 27px;
  }
}
.history__big-text .en {
  color: #f5f6f9;
}

/* Map */
.section-map {
  position: relative;
  overflow: hidden;
}

.map__inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 1620px) {
  .map__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .map__inner {
    max-width: 810px;
    padding: 16vw 8vw 16vw;
  }
}
.google-map {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin-bottom: 15px;
}
.google-map iframe {
  width: 100%;
}

.map__link {
  text-align: right;
  margin-bottom: 25px;
}
.map__link a {
  color: #1e59a8;
  font-size: 14px;
  position: relative;
  padding-left: 16px;
}
.map__link a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url(../img/common/icon_pin.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.map__link a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e59a8;
}
.map__link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 810px) {
  .google-map {
    width: 100%;
    height: 400px;
  }
}
.map__big-text .en {
  color: #e5e9f0;
}
/*# sourceMappingURL=maps/company.css.map */