main {
  overflow: hidden;
}

section {
  padding: 1.6rem 4%;
}
@media screen and (max-width: 750px) {
  section {
    padding: 2rem 4%;
  }
}
section .inner-wrap {
  max-width: 90rem;
  margin: 0 auto;
}

h1 {
  position: relative;
  color: #00369b;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 3rem;
  padding-bottom: 0.2em;
}
h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.2rem;
  background: #00369b;
}

.info-section {
  background: #ebeef2;
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .info-section {
    padding-top: 4rem;
  }
}
.info-section .inner-wrap {
  background: #fff;
  padding: 4rem 2.4rem 2.4rem;
}
.info-section .inner-wrap h2 {
  color: #00369b;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.4rem;
}
.info-section .inner-wrap table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .info-section .inner-wrap table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.info-section .inner-wrap table th, .info-section .inner-wrap table td {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #fff;
}
.info-section .inner-wrap table th {
  width: 20%;
  background: #cbdaf5;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .info-section .inner-wrap table th {
    width: 100%;
  }
}
.info-section .inner-wrap table td {
  width: 80%;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  .info-section .inner-wrap table td {
    width: 100%;
  }
}

.flex-wrap > section:nth-of-type(even) .direction {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .flex-wrap > section:nth-of-type(even) .direction {
    flex-direction: column;
  }
}
.flex-wrap .direction {
  display: flex;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .flex-wrap .direction {
    flex-direction: column;
  }
}
.flex-wrap .direction > div {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .flex-wrap .direction > div {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .flex-wrap .direction .image-wrap {
    height: 25rem;
  }
}
.flex-wrap .direction .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-wrap .direction .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem 2rem;
}
.flex-wrap .direction .text-wrap h2 {
  color: #00369b;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.desc-section {
  background: #ebeef2;
}
.desc-section .inner-wrap .text-wrap .desc-list {
  font-size: 1.3rem;
  font-weight: 500;
}
.desc-section .inner-wrap .text-wrap .desc-list p {
  margin-bottom: 0.5em;
}
.desc-section .inner-wrap .text-wrap .box {
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #333;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
}

.quali-section {
  background: #ebeef2;
}
.quali-section .inner-wrap .text-wrap .list-wrap {
  width: 100%;
}
.quali-section .inner-wrap .text-wrap .list-wrap .list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/*.quali-section .inner-wrap .text-wrap .list-wrap .list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -53%);
  width: 90%;
  height: 100%;
  border-bottom: 1px dashed #ccc;
}*/
.quali-section .inner-wrap .text-wrap .list-wrap .list-item p {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  background: #fff;
}
.quali-section .inner-wrap .text-wrap .list-wrap .list-item p:first-of-type {
  font-weight: 600;
  padding-right: 0.5em;
}
/*.quali-section .inner-wrap .text-wrap .list-wrap .list-item p:last-of-type {
  padding-left: 0.5em;
}*/

.history-image {
  background: #ebeef2;
  padding: 3rem 0;
}

.history-section {
  background: #ebeef2;
  padding-bottom: 4rem;
}
.history-section .inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 4rem 2rem;
}
.history-section .inner-wrap h2 {
  color: #00369b;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.history-section .inner-wrap .history-wrap {
  padding-left: 3rem;
}
.history-section .inner-wrap .history-wrap .history-item {
  position: relative;
}
.history-section .inner-wrap .history-wrap .history-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -2.5rem;
  top: 0.1rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999rem;
  background: #00369b;
}
.history-section .inner-wrap .history-wrap .history-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: -1.7rem;
  top: 0.2rem;
  height: 100%;
  width: 0.2rem;
  background: #e3e3e3;
}
.history-section .inner-wrap .history-wrap .history-item .history-head {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
.history-section .inner-wrap .history-wrap .history-item .history-body {
  font-size: 1.3rem;
  padding: 1.8rem 0 2.5rem 1.8rem;
}

.gmap-section {
  padding: 0;
}
.gmap-section .address-wrap {
  display: flex;
  padding: 3rem 4rem;
}
@media screen and (max-width: 750px) {
  .gmap-section .address-wrap {
    flex-direction: column;
  }
}
.gmap-section .address-wrap .address-item {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .gmap-section .address-wrap .address-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.gmap-section .address-wrap .address-item h3 {
  position: relative;
  color: #00369b;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.gmap-section .address-wrap .address-item h3::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 1.5em;
  background: #00369b;
}
.gmap-section .address-wrap .address-item .phone {
  font-size: 1.3rem;
}
.gmap-section .address-wrap .address-item a {
  position: relative;
  display: block;
  color: #00369b;
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 1rem;
}
.gmap-section .address-wrap .address-item a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background-image: url(../../images/company/ico_map.svg);
  background-repeat: no-repeat;
}

.historyback-section img {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .historyback-section {
    padding: 0;
  }
}

/*# sourceMappingURL=company.css.map */
