.main_visual {
  background: url("img/mv.jpg") no-repeat right top;
}

.section_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section_box:first-of-type {
  margin-top: 100px;
}

.img {
  border-radius: 15px;
}

.flexs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/*
.flexs:nth-of-type(2) {
  align-items: flex-start;
}
*/
.flexs_right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.access_box {
  width: 46%;
}

.office_title {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color_navy);
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0 0 15px 40px;
  margin: 20px 0;
}

.office_title.noborder {
  border-bottom: none;
}

.office_title::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 5px 5px 5px 5px;
  background-color: var(--color_red);
  position: absolute;
  left: 0;
  top: 20%;
}

.office_txt {
  font-size: 120%;
  line-height: 1.5;
  margin-bottom: 15px;
}

.office_txt.line_2 {
  min-height: 4.5em;
}

.office_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.office_tel dt {
  background-color: var(--color_navy);
  width: 4em;
  font-size: 90%;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.office_tel dd {
  width: 70%;
  font-size: 110%;
  padding: 0 10px;
}

.office_img {
  width: 67%;
}

.office_address {
  width: 30%;
}

.googlemap_box.flexs_right .googlemaps:nth-child(1) {
  margin-top: 15px;
}

.googlemaps {
  min-width: 220px;
}

.googlemaps {
  display: inline-block;
  border: 2px solid var(--color_navy);
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 60px 10px 30px;
  text-decoration: none;
  background-image: url("/assets/img/icon_window.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 20px top 50%;
}

.googlemaps a span {
  margin-left: 15px;
}

.contract_box {
  width: 83%;
  margin: 0 auto;
  align-items: center;
}

.contract_box:first-of-type {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contract_title {
  font-size: 160%;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color_navy);
  width: 50%;
}

.contract_address {
  width: 50%;
}

.contract_box .office_txt {
  margin-bottom: 5px;
}

.contract_box .office_tel dt {
  width: 12.5%;
}

.transportation_box {
  background-color: #E9EEF4;
  padding: 130px 0;
}

.transportation_inner {
  background: url("img/map.png") no-repeat center top;
  background-size: contain;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  min-height: 1000px;
  margin: 0 auto;
}

.transportation_inner .inner {
  padding: 60px 0;
}

.transportation_area {
  padding: 0 40px;
  line-height: 2.2;
  text-align: justify;
}

@media print, screen and (max-width: 1070px) {
  .main_visual {
    background: url("img/mv_sp.jpg") no-repeat center 50%;
    background-size: cover;
  }

  .img {
    margin-top: 50px;
  }

  .flexs {
    display: block;
  }

  .section_box {
    width: auto;
    max-width: none;
    margin: 0 15px 0;
    padding: 0;
  }

  .section_box:first-of-type {
    margin-top: 0;
  }

  .contract, .section_box:last-of-type {
    margin-bottom: 50px;
  }

  .access_box {
    width: 100%;
  }

  .office_img, .office_address {
    width: 100%;
  }

  .office_title {
    font-size: 150%;
    padding: 0 0 15px 30px;
    margin: 20px 0 15px;
  }

  .office_title.noborder {
    margin: 50px 0 5px;
    border-bottom: none;
  }

  .office_title::after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-radius: 5px 5px 5px 5px;
    background-color: var(--color_red);
    position: absolute;
    left: 0;
    top: 20%;
  }

  .office_txt.line_2 {
    min-height: auto;
  }

  .office_tel {
    width: 100%;
  }

  .office_tel dt {
    width: 16%;
  }

  .office_tel dd {
    width: 80%;
    font-size: 120%;
    padding: 0 10px;
  }

  .googlemap_box .googlemaps {
    min-width: none;
    width: 55%;
    float: right;
    margin-top: 15px;
  }

  .googlemaps {
    padding: 10px 51px 10px 18px;
  }

  .googlemaps a span {
    margin-right: 20px;
  }

  .contract_box {
    width: 100%;
  }

  .contract_box.flexs {
    display: block;
  }

  .contract_title {
    font-size: 130%;
    width: 100%;
    margin-bottom: 20px;
  }

  .contract_box .office_tel dt {
    width: 16%;
  }

  .contract_address {
    width: 100%;
  }

  .transportation_box {
    background-color: #E9EEF4;
    padding: 50px 0;
  }

  .transportation_inner {
    background: url("img/map.png") no-repeat center bottom 12px;
    background-size: contain;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    min-height: 650px;
    border-radius: 0;
  }

  .transportation_inner .inner {
    padding: 10px 0 30px;
  }

  .transportation_area {
    padding: 0 30px;
  }
}