@media screen and (max-width: 767px) {
  #pageHeader .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #pageHeader .sp {
    display: none;
  }
}

#greeting .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#greeting .flex .right {
  margin-bottom: 25px;
}
#greeting .en {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.3rem;
}
#greeting .sign {
  margin-top: 25px;
}
#greeting .sign p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#greeting .sign img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #greeting .flex .right {
    width: 40vw;
    margin: 0 auto 40px auto;
  }
  #greeting .en {
    margin-top: 30px;
    line-height: 1.7;
    font-size: 1.3rem;
  }
  #greeting .sign {
    margin-top: 40px;
    width: 50vw;
  }
  #greeting .sign p {
    font-size: 1.6rem;
  }
  #greeting .sign img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  #greeting .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #greeting .flex .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 85px;
    line-height: 1.7em;
  }
  #greeting .flex .right {
    width: 50vw;
    max-width: 435px;
    margin: 0;
  }
  #greeting .en {
    margin-top: 40px;
    line-height: 1.7em;
    font-size: 1.3rem;
  }
  #greeting .sign {
    width: auto;
  }
}
#outline {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  #outline {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1080px) {
  #outline {
    margin-top: -100px;
  }
}
#outline .bnr {
  margin-top: 30px;
}
@media screen and (max-width: 1079px) {
  #outline .bnr {
    text-align: right;
  }
}
#outline .bnr a {
  display: block;
  position: relative;
}
#outline .bnr a .text {
  color: #000;
  margin-top: 3px;
  display: block;
  text-align: right;
  font-size: 1.2rem;
}
#outline .bnr a .btn_style02 {
  pointer-events: none;
  color: #FFF;
  border-color: #FFF;
  display: none;
}
@media screen and (max-width: 1079px) {
  #outline .bnr a .btn_style02 {
    color: #000;
    border-color: #000;
    display: inline-block;
    max-width: 150px;
    font-size: 1.2rem;
    border-width: 1px;
    text-align: left;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1080px) {
  #outline .bnr a .text {
    font-size: 2.7rem;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 40px;
    display: inline-block;
  }
  #outline .bnr a .btn_style02 {
    display: inline-block;
    max-width: 210px;
    font-size: 1.6rem;
    position: absolute;
    bottom: 25px;
    right: 40px;
    border-width: 1px;
    padding-bottom: 5px;
  }
  #outline .bnr a .btn_style02:after {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #outline .bnr {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1080px) {
  #outline .bnr {
    margin-top: 90px;
  }
}

.tbl_outline {
  width: 100%;
  border-top: 1px solid #E6E6E6;
}
.tbl_outline > dl {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 0;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl_outline > dl > dt {
  display: table-cell;
  width: 90px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding: 15px 0;
}
.tbl_outline > dl > dd {
  display: table-cell;
  line-height: 1.5em;
  padding: 15px 0;
}
.tbl_outline > dl.border_none {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: -20px;
}
.tbl_outline a {
  text-decoration: underline;
  color: #34383B;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.tbl_outline a:hover {
  color: #23A06F;
}
.tbl_outline .list {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.tbl_outline .list li + li {
  margin-top: 0.4em;
}
.tbl_outline .dl_position dd + dt {
  margin-top: 0.8em;
}

@media screen and (min-width: 768px) {
  .tbl_outline > dl > dt {
    width: 140px;
  }
  .tbl_outline .list li + li {
    margin-top: 0.3em;
  }
  .tbl_outline .dl_position dd + dt {
    margin-top: 0.5em;
  }
  .tbl_outline .dl_position br {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .tbl_outline {
    font-size: 1.4rem;
  }
  .tbl_outline > dl > dt {
    font-size: 1.6rem;
    width: 180px;
  }
  .tbl_outline .list li + li {
    margin-top: 0.55em;
  }
  .tbl_outline .dl_position {
    overflow: hidden;
    margin-bottom: -0.55em;
  }
  .tbl_outline .dl_position dd + dt {
    margin-top: 0em;
  }
  .tbl_outline .dl_position dt {
    float: left;
  }
  .tbl_outline .dl_position dd {
    padding-left: 480px;
    margin-bottom: 0.55em;
  }
  .tbl_outline .dl_position br {
    display: none;
  }
}
#history {
  background-color: #F2F3F5;
}

.tbl_history {
  width: 100%;
}
.tbl_history tr:first-child th, .tbl_history tr:first-child td {
  padding-top: 0;
}
.tbl_history th, .tbl_history td {
  padding: 8px 0;
  line-height: 2;
}
.tbl_history th {
  width: 90px;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1080px) {
  .tbl_history th {
    width: 110px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .tbl_history td {
    font-size: 1.6rem;
  }
}

.chart {
  margin-top: 30px;
}
.chart p {
  font-size: 1.2rem;
  text-align: right;
  color: #000;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .chart {
    margin-top: 40px;
  }
  .chart p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1080px) {
  .chart {
    margin-top: 45px;
  }
}

#office {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  #office {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1080px) {
  #office {
    margin-top: -100px;
  }
}

.office_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 25px 0px;
}
.office_list .box .b_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.office_list .box .b_head .pref {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.6;
}
.office_list .box .b_head .maplink {
  display: inline-block;
  line-height: 1;
  margin-left: 25px;
  border: 1px solid #282828;
  padding: 0.2em 0.5em;
  color: #282828;
  font-size: 1.1rem;
}
.office_list .box .b_body {
  line-height: 1.6;
}
.office_list .box .b_body .name {
  color: #282828;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.office_list .box .b_body p {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}
.office_list .box .b_body p br:nth-of-type(2) {
  display: none;
}
.office_list .box .b_body .number {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.office_list .box .b_body .number a {
  color: #000;
  text-decoration: underline;
}
.office_list .box .b_body .number li + li {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .office_list {
    width: 100%;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .office_list {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px 20px;
  }
  .office_list .box .b_head .pref {
    font-size: 4.4rem;
    letter-spacing: 0.05em;
  }
  .office_list .box .b_head .maplink {
    padding: 0.25em 0.5em 0.2em 0.5em;
    margin-left: 20px;
    -webkit-transition: all 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .office_list .box .b_head .maplink:hover {
    background-color: #23A06F;
    color: #FFF;
    border-color: #23A06F;
  }
  .office_list .box .b_body .name {
    font-size: 1.6rem;
  }
  .office_list .box .b_body p {
    line-height: 1.7;
    letter-spacing: 0.07em;
    font-size: 1.4rem;
  }
  .office_list .box .b_body p .none {
    display: none;
  }
  .office_list .box .b_body p br:nth-of-type(2) {
    display: block;
  }
  .office_list .box .b_body .number {
    font-size: 1.4rem;
    margin-top: 3px;
  }
  .office_list .box .b_body .number a {
    text-decoration: none;
  }
  .office_list .box .b_body .number a.tellink {
    pointer-events: none;
  }
}
/*# sourceMappingURL=corporate.css.map */