html {
  font-size: 0.66667vw;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33333vw;
  }
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}

header {
  background-color: #fff;
}

.com-btn {
  width: 32.4rem;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #123086;
  background: transparent;
  border-radius: 4rem;
  border: 1px solid #123086;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3rem auto 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .com-btn {
    width: 59rem;
    height: 13rem;
    border-radius: 7rem;
    font-size: 3.2rem;
    margin: 7rem auto 0;
  }
}

.com-btn:hover {
  background: #123086;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .com-btn:hover {
    background: transparent;
    color: #123086;
    opacity: .7;
  }
}

.com-btn .blank {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 2rem;
}

@media screen and (max-width: 750px) {
  .com-btn .blank {
    width: 2.4rem;
    height: 2.4rem;
    right: 4rem;
  }
}

.kv {
  width: 100%;
  background-image: url(../img/company/kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 40rem;
  margin: 7rem auto 0;
}

@media screen and (max-width: 750px) {
  .kv {
    background-image: url(../img/company/kv_sp.png);
    height: 48rem;
    margin: 12rem auto 0;
  }
}

.greeting {
  width: 100%;
  padding: 0;
}

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

.greeting .wrap {
  width: 103rem;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .greeting .wrap {
    width: 67rem;
  }
}

.greeting_block {
  width: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem auto 0;
}

@media screen and (max-width: 750px) {
  .greeting_block {
    width: 67rem;
    margin: 6rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.greeting_block span {
  font-weight: bold;
}

.greeting_block .txt {
  font-size: 1.6rem;
  line-height: 2em;
  color: #333333;
  width: 64rem;
}

@media screen and (max-width: 750px) {
  .greeting_block .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.2rem;
    line-height: 2em;
    width: 67rem;
    margin: 5rem auto 0;
  }
}

.greeting_block .img {
  width: 30rem;
}

@media screen and (max-width: 750px) {
  .greeting_block .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 67rem;
  }
}

@media screen and (max-width: 750px) {
  .greeting_block .img.sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.greeting_block .img p {
  font-size: 1.6rem;
  color: #333333;
  text-align: right;
  margin: 2rem 0 1.5rem 0;
}

@media screen and (max-width: 750px) {
  .greeting_block .img p {
    font-size: 3.2rem;
    margin: 5rem 0 4.5rem 0;
  }
}

.greeting_block .img .name {
  width: 22.9rem;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 750px) {
  .greeting_block .img .name {
    width: 40rem;
  }
}

.outline {
  width: 100%;
  padding: 11rem 0 0 0;
}

@media screen and (max-width: 750px) {
  .outline {
    padding: 18rem 0 0 0;
  }
}

.outline .wrap {
  width: 103rem;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .outline .wrap {
    width: 67rem;
  }
}

.outline_block {
  margin: 6rem auto 0;
}

@media screen and (max-width: 750px) {
  .outline_block {
    width: 67rem;
  }
}

.outline dl {
  width: 100rem;
  margin: auto;
  padding: 2rem 0;
  border-top: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .outline dl {
    width: 67rem;
    padding: 4.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.outline dl.base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.outline dl.bor-bt {
  border-bottom: 1px solid #DCDCDC;
}

.outline dt {
  width: 23.7rem;
  float: left;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: bold;
  padding-left: 3rem;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .outline dt {
    width: 67rem;
    font-size: 3.2rem;
    line-height: 1.2em;
    padding-left: 0;
  }
}

.outline dd {
  width: 75rem;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: normal;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .outline dd {
    width: 67rem;
    font-size: 3.2rem;
    line-height: 1.7em;
    margin: 2rem 0 0 0;
  }
}

.outline dd a {
  color: #123086;
  text-decoration: underline;
  position: relative;
}

.outline dd a::after {
  content: '';
  background-image: url(../img/common/blank_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 13.5rem;
}

@media screen and (max-width: 850px) {
  .outline dd a::after {
    left: 16.5rem;
  }
}

@media screen and (max-width: 750px) {
  .outline dd a::after {
    width: 2rem;
    height: 2rem;
    top: 1.8rem;
    left: 27.5rem;
  }
}

.outline_images {
  width: 142rem;
  margin: 10rem auto 0;
}

@media screen and (max-width: 750px) {
  .outline_images {
    width: 100%;
    margin: 7rem auto 0;
  }
}

.organization {
  width: 100%;
  padding: 12rem 0 0 0;
}

@media screen and (max-width: 750px) {
  .organization {
    padding: 18rem 0 0 0;
  }
}

.organization .wrap {
  width: 103rem;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .organization .wrap {
    width: 67rem;
  }
}

.organization_chart {
  width: 100rem;
  margin: 6rem auto 0;
}

@media screen and (max-width: 750px) {
  .organization_chart {
    width: 100%;
    margin: 6.5rem auto 0;
  }
}

.history {
  width: 100%;
  padding: 12rem 0 0 0;
}

@media screen and (max-width: 750px) {
  .history {
    padding: 18rem 0 0 0;
  }
}

.history .wrap {
  width: 103rem;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .history .wrap {
    width: 67rem;
  }
}

.history_block {
  margin: 4rem 0 0 3rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .history_block {
    margin: 2rem 0 0 1.5rem;
  }
}

.history_block::after {
  content: '';
  border: 1px solid #123086;
  height: 104rem;
  position: absolute;
  top: 3rem;
}

@media screen and (max-width: 750px) {
  .history_block::after {
    height: 364rem;
    top: 7rem;
  }
}

.history dl {
  width: 100rem;
  margin: auto;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}

@media screen and (max-width: 750px) {
  .history dl {
    width: 67rem;
    padding: 3rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history dl::before {
  content: '';
  border: 1px solid #123086;
  border-radius: 4rem;
  background: #123086;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2.8rem;
  left: -0.75rem;
}

@media screen and (max-width: 750px) {
  .history dl::before {
    width: 3.1rem;
    height: 3.1rem;
    top: 3.8rem;
    left: -1.6rem;
  }
}

.history dt {
  width: 12rem;
  float: left;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #123086;
  padding-left: 4rem;
}

@media screen and (max-width: 750px) {
  .history dt {
    width: 15rem;
    font-size: 4rem;
    line-height: 1.2em;
  }
}

.history .dd1 {
  width: 7rem;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: normal;
  color: #123086;
}

@media screen and (max-width: 750px) {
  .history .dd1 {
    width: 11rem;
    font-size: 3.2rem;
    line-height: 1.2em;
    padding-left: 4rem;
    margin: 2rem 0 0 0;
  }
}

.history .dd2 {
  width: 56rem;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .history .dd2 {
    width: 61rem;
    font-size: 3.2rem;
    line-height: 1.7em;
    padding-left: 4rem;
    margin: 1rem 0 0 0;
  }
}

.access {
  width: 100%;
  padding: 14rem 0 0 0;
}

@media screen and (max-width: 750px) {
  .access {
    padding: 26rem 0 0 0;
  }
}

.access .wrap {
  width: 103rem;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .access .wrap {
    width: 67rem;
  }
}

.access_block {
  margin: 5rem auto 0;
}

@media screen and (max-width: 750px) {
  .access_block {
    margin: 7rem auto 0;
  }
}

.access dl {
  width: 100rem;
  margin: auto;
  padding: 2rem 0;
  border-top: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .access dl {
    width: 67rem;
    padding: 4.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access dl.base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.access dl.bor-bt {
  border-bottom: 1px solid #DCDCDC;
}

.access dt {
  width: 42rem;
  float: left;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: normal;
  padding-left: 3rem;
}

@media screen and (max-width: 750px) {
  .access dt {
    width: 67rem;
    font-size: 3.2rem;
    line-height: 1.7;
    padding-left: 0;
  }
}

.access dt span {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .access dt span {
    display: inline-block;
    margin-bottom: 1rem;
  }
}

.access dd {
  width: 46rem;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: normal;
  padding-left: 3rem;
}

@media screen and (max-width: 750px) {
  .access dd {
    width: 67rem;
    font-size: 3.2rem;
    line-height: 1.7em;
    padding-left: 0;
  }
  .access dd.mt {
    margin-top: 2rem;
  }
}

.access dd span {
  margin-left: -1rem;
}

.map {
  width: 100%;
  padding: 8.3rem 0 21rem 0;
}

@media screen and (max-width: 750px) {
  .map {
    padding: 10rem 0 22rem 0;
  }
}

.map_area {
  height: 59.5rem;
  overflow: hidden;
  position: relative;
}

.map_area iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=company.css.map */