.inner {
  max-width: 1100px;
}

.imgtitle__logo {
  width: auto;
  height: auto;
  line-height: 1.45;
}

.title {
  padding-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
.title:after {
  display: none;
}

.subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 58px;
  position: relative;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.25;
  }
}
.subtitle:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #969faa;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.localnav {
  background: #fff;
  border-bottom: 1px solid #d7dee2;
}
@media (max-width: 767px) {
  .localnav {
    margin-bottom: 40px;
  }
}
.localnav__inner {
  width: calc(100% - 24px * 2);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .localnav__inner {
    width: 100%;
  }
}
.localnav__list {
  width: 20%;
}
@media (min-width: 768px) {
  .localnav__list {
    margin-top: 36px;
  }
}
@media (max-width: 991px) {
  .localnav__list {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .localnav__list {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .localnav__list:not(:last-child) {
    border-bottom: 1px solid #d7dee2;
  }
}
@media (max-width: 767px) {
  .localnav__list.-current {
    border-color: #333;
  }
}
@media (max-width: 767px) {
  .localnav__list.-w100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .localnav__list.-w100:first-child {
    border-top: 1px solid #d7dee2;
  }
}
@media (max-width: 767px) {
  .localnav__list:nth-child(2n+1):not(.-w100) {
    border-right: 1px solid #d7dee2;
  }
}
@media (max-width: 767px) {
  .localnav__list:nth-child(2n+1):not(.-w100).-current {
    border-color: #333;
  }
}
.localnav__link {
  color: #545f6d;
  padding-right: 38px;
  padding-bottom: 14px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .localnav__link {
    padding: 16px 30px 16px 16px;
    line-height: 1.75;
    display: block;
  }
}
.localnav__link:hover {
  opacity: 0.7;
}
.localnav__link:before {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 14px;
  left: auto;
}
@media (max-width: 767px) {
  .localnav__link:before {
    right: 15px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .localnav__link.-current {
    color: #fff;
    background: #333;
  }
}
@media (max-width: 767px) {
  .localnav__link.-current:before {
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .localnav__link.-current:after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: #114fa6;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
  }
}

.text {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}
.text:not(:last-child) {
  margin-bottom: 20px;
}
.text__bold, .text__emphasis {
  font-weight: 700;
}
.text__emphasis {
  color: #114fa6;
}
.text__tel {
  color: #333;
}
@media (min-width: 768px) {
  .text__tel {
    pointer-events: none;
  }
}
.text__blank {
  border-bottom: 1px solid #333;
}
.text__blank:after {
  content: "";
  width: 14px;
  height: 10px;
  margin-left: 6px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-box-shadow: inset 0 0 0 1px #114fa6, 2px 2px 0px -1px #114fa6;
          box-shadow: inset 0 0 0 1px #114fa6, 2px 2px 0px -1px #114fa6;
  box-shadow: inset 0 0 0 1px #114fa6, 2px 2px 0px -1px #114fa6;
  display: inline-block;
}

.concept {
  margin-top: 54px;
  padding: 60px 0;
  background: #f5f8fa;
}
@media (max-width: 767px) {
  .concept {
    margin-top: 20px;
    padding: 30px 10px;
  }
}
.concept__inner {
  width: calc(100% - 24px * 2);
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .concept__inner {
    width: calc(100% - 30px);
  }
}
.concept__img {
  width: 330px;
  height: 308px;
}
@media (min-width: 768px) {
  .concept__img {
    margin-right: 70px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .concept__img {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .concept__img {
    width: 240px;
    height: 224px;
  }
}
@media (max-width: 767px) {
  .concept__img {
    width: 220px;
    height: 205px;
    margin: 0 auto;
  }
}
.concept__detail {
  width: calc(100% - 400px);
}
@media (max-width: 991px) {
  .concept__detail {
    width: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .concept__detail {
    width: 100%;
    margin-top: 30px;
  }
}
.concept__list:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .concept__list:not(:last-child) {
    margin-bottom: 22px;
  }
}
.concept__title {
  font-size: 20px;
  color: #333;
  margin-bottom: 16px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1e1e8;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .concept__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .concept__title {
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.concept__text--lightblue, .concept__text--blue, .concept__text--orange {
  padding-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .concept__text--lightblue, .concept__text--blue, .concept__text--orange {
    padding-left: 20px;
  }
}
.concept__text--lightblue:before, .concept__text--blue:before, .concept__text--orange:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto 0;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .concept__text--lightblue:before, .concept__text--blue:before, .concept__text--orange:before {
    width: 14px;
    height: 14px;
  }
}
.concept__text--lightblue:before {
  background: #5bd1d7;
}
.concept__text--blue:before {
  background: #0d3f67;
}
.concept__text--orange:before {
  background: #ff7701;
}

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #cfd8dd;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .history {
    font-size: 16px;
  }
}
.history__head, .history__contents {
  padding: 14px 20px;
  border-top: 1px solid #cfd8dd;
}
@media (max-width: 767px) {
  .history__head, .history__contents {
    padding: 14px;
  }
}
.history__head {
  font-weight: 700;
  text-align: center;
  width: 120px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .history__head {
    width: 68px;
  }
}
.history__contents {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .history__contents {
    width: calc(100% - 68px);
  }
}

@media (min-width: 768px) {
  .access {
    font-size: 16px;
  }
}
.access:not(:last-child) {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .access:not(:last-child) {
    margin-bottom: 40px;
  }
}
.access__list {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .access__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.access__head, .access__contents {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .access__head, .access__contents {
    padding: 15px;
  }
}
.access__head {
  background: #fafafa;
}
@media (min-width: 768px) {
  .access__head {
    width: 280px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .access__head {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .access__contents {
    width: calc(100% - 280px);
  }
}
@media (min-width: 992px) {
  .access__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .access__contents {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .access__contents {
    padding-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .access__detail {
    width: calc(100% - 260px);
  }
}
.access__text {
  display: inline-block;
  vertical-align: top;
}
.access__text:not(:last-child) {
  margin-right: 1em;
}
.access__attention {
  font-size: 14px;
  text-indent: -0.8em;
  margin-top: 24px;
  padding-left: 0.8em;
}
@media (max-width: 767px) {
  .access__attention {
    font-size: 12px;
  }
}
.access__attention.-num {
  text-indent: -1.2em;
  margin-top: 0;
  padding-left: 1.2em;
}
.access__img {
  width: auto;
}
@media (min-width: 992px) {
  .access__img {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .access__img {
    max-width: 240px;
    margin: 26px auto 0;
  }
}

.traffic {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .traffic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.traffic__head {
  margin-bottom: 5px;
  position: relative;
}
.traffic__head:before {
  content: "\f238";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .traffic__method {
    width: 41px;
  }
}
@media (max-width: 767px) {
  .traffic__method {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .traffic__contents {
    width: calc(100% - 41px);
  }
}
@media (max-width: 767px) {
  .traffic__contents:not(:last-child) {
    margin-bottom: 10px;
  }
}

.event {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .event {
    margin-top: 60px;
  }
}
.event__btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 42px;
  max-width: 240px;
  width: 100%;
  background: #114fa6;
  border: 1px solid #114fa6;
  border-radius: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .event__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .event__btn {
    font-size: 16px;
    max-width: 220px;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event__btn:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .event__btn:hover {
    color: #114fa6;
    background: #fff;
    border-color: #114fa6;
  }
}
@media (min-width: 768px) {
  .event__btn:hover .arrow:after {
    border-color: #114fa6;
  }
}
@media (max-width: 767px) {
  .event__btn {
    margin: 0 auto;
  }
}
.event__btn .arrow {
  width: 82%;
  margin: 0 auto;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event__btn .arrow:after {
  border-color: #fff;
}