@charset "UTF-8";

body {
  overflow-x: hidden;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  font-size: 14px;
  color: #333;
  background-color: #EEEEEE;
  padding: 20px 0;
}

.breadcrumb a {
  text-decoration: none;
  color: #333;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #333;
}

.heading {
  width: 436px;
  max-width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background-color: #06C755;
  padding: 14px 0;
  margin: 80px auto 40px;
}

.heading_sub {
  width: fit-content;
  font-size: 30px;
  font-weight: bold;
  line-height: 108px;
  color: #fff;
  background-color: #F17085;
  padding: 0 150px;
  margin: 0 auto 55px;
  position: relative;
}

.heading_sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 0 54px 45px;
  border-color: transparent transparent transparent #ffffff;
}

.heading_sub::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 45px 54px 0;
  border-color: transparent #ffffff transparent transparent;
}

.heading_text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #22AB37;
  margin-bottom: 20px;
}

.heading_info {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.list {
  background-color: #F8F8F8;
  padding: 41px 43px;
}

.list .row {
  display: flex;
}

.list .head {
  width: 120px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-right: 36px;
  margin-top: 14px;
}

.list .body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.list .item {
  display: inline-block;
  font-size: 20px;
  text-decoration: underline;
  color: #22AB37;
  margin: 15px 40px 15px 0;
}

.list .item:hover {
  text-decoration: none;
}

.heading_area {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}

.heading_prefecture {
  font-size: 20px;
  text-align: center;
  background-color: #EAF6EA;
}

.list_office {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  border: solid #C9C7C7;
  border-width: 1px 0 0 1px;
}

.office {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  font-size: 20px;
  /*border: 1px solid #C9C7C7;*/
  padding: 20px 25px;
  border: solid #C9C7C7;
  border-width: 0 1px 1px 0;
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .breadcrumb {
    font-size: 10px;
    padding: 10px 0;
  }

  .heading {
    margin-top: 60px;
    font-size: 22px;
    width: 100%;
    max-width: 436px;
  }

  .heading_sub {
    width: 100%;
    line-height: 45px;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 25px;
    font-size: 24px;
  }

  .heading_sub::before {
    border-width: 32px 0 32px 25px;
  }

  .heading_sub::after {
    border-width: 32px 25px 32px 0;
  }

  .heading_text {
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  .heading_info {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .list {
    padding: 9px 15px;
  }

  .list .head {
    width: 72px;
    font-size: 12px;
    margin-right: 0;
    margin-top: 7px;
  }

  .list .item_wrapper {
    width: calc(100% / 3);
    line-height: 1;
    text-align: center;
  }

  .list .item {
    display: inline-block;
    font-size: 12px;
    margin: 9px 0;
  }

  .heading_area {
    font-size: 16px;
    margin: 18px 0;
  }

  .heading_prefecture {
    /*width: calc(100% + 50px);
    margin-left: -25px;
    line-height: 1.5;*/
    font-size: 16px;
    width: 100%;
    margin-left: 0;
    /*padding: 0 10px;*/
    box-sizing: border-box;
  }

  .list_office {
    margin: 10px 0;
  }

  .office {
    width: 100%;
    font-size: 16px;
  }

  .office:not(:first-of-type) {
    border-top: none;
  }

}

@media (max-width: 768px) {
  .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .inner {
    padding: 0 12px;
    box-sizing: border-box;
  }
}

@media (max-width: 390px) {
  .inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.fp_movie {
  text-align: center;
  margin: 40px 0;
}