@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  width: 100%;
}

#wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

img {
  margin: 0 auto;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ==========================================================
 mv
========================================================== */

.mv {
  position: relative;
}
.mv .mv-img img {
  width: 100%;
  max-width: 100%;
}

/* ==========================================================
 section01
========================================================== */

.section01 {
  background-color: #fff;
  text-align: center;
}
.section01 h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  background: url(../images/drop.png) no-repeat center center;
  background-size: 3%;
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: lighten;
  color: #0768b7;
  letter-spacing: 0.25em;
  margin: 0;
  padding: 20px 0;
}
.section01 .company-info {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-inline: auto;
  max-width: 600px;
  font-size: 16px;
}
.section01 .company-info dt {
  border-top: 1px dotted #ddd;
  padding: 30px 15px;
  text-align: left;
  font-weight: bold;
}
.section01 .company-info dt:last-of-type {
  border-bottom: 1px dotted #ddd;
}
.section01 .company-info dd {
  border-top: 1px dotted #ddd;
  margin-inline-start: 0;
  padding: 30px 15px;
  text-align: left;
}
.section01 .company-info dd:last-of-type {
  border-bottom: 1px dotted #ddd;
}
.section01 .officer-info {
  display: grid;
  grid-template-columns: 250px 1fr;
  margin: 0;
  margin-inline: auto;
  max-width: 400px;
}
.section01 .officer-info dt {
  border: none;
  padding: 0 0 15px;
  font-weight: normal;
}
.section01 .officer-info dd {
  border: none;
  padding: 0 0 15px;
}
.section01 .officer-info dt:last-of-type {
  border: none;
}
.section01 .officer-info dd:last-of-type {
  border: none;
}
.section01 .company-info dd a{color: #0168B7;}
.section01 .cojp-link {
  margin: 50px auto 100px;
}
.section01 .cojp-link img {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .section01 {
    padding: 0 1em;
  }
  .section01 h2 {
    font-size: 1.5em;
    background-size: 20%;
    padding: 25px;
  }
  .section01 .company-info {
    display: inline-block;
    font-size: 4.63vw;
  }
  .section01 .company-info dt {
    padding: 20px 5px;
  }
  .section01 .company-info dd {
    border: none;
    padding: 0px 15px 30px;
  }
  .section01 .company-info dt:last-of-type {
    border-bottom: none;
  }
  .section01 .officer-info {
    grid-template-columns: 70% 1fr;
    max-width: 100%;
    font-size: 4.63vw;
  }
  .section01 .officer-info dt {
    padding: 0 0 15px;
  }
  .section01 .officer-info dd {
    padding: 0 0 15px;
  }
  .section01 .cojp-link {
    margin: 6em auto 3em;
  }
  .section01 .cojp-link img {
    max-width: 90%;
  }
}
