body,
html {
  height: 100%;
}

a {
  text-decoration: none;
}

.btn_link {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #33B093;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  display: block;
}
.btn_link:hover {
  opacity: 0.7;
}

.btn_link-blue {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #164d40;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_link-blue:hover {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .btn_link-blue {
    width: 100%;
    font-size: 12px;
  }
}
.mode-sp .btn_link-blue {
  width: 100%;
  font-size: 12px;
}

.btn_link-green {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #3CB1A1;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_link-green:hover {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .btn_link-green {
    width: 100%;
    font-size: 12px;
  }
}
.mode-sp .btn_link-green {
  width: 100%;
  font-size: 12px;
}

.btn_link-white {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: white;
  border: 2px solid #33B093;
  border-radius: 50px;
  color: #33B093;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  display: block;
}
.btn_link-white:hover {
  opacity: 0.7;
}

.btn_link02 {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: rgba(51, 176, 147, 0.3);
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
}
@media screen and (max-width: 667px) {
  .btn_link02 {
    padding: 10px 0;
    font-size: 12px;
  }
}
.mode-sp .btn_link02 {
  padding: 10px 0;
  font-size: 12px;
}
.btn_link02:hover {
  background: #33b093;
}
.btn_link02.active {
  background: #33b093;
}

.btn_anc {
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: white url(../img/icon_arrow.png) center right 10px/9px no-repeat;
  border-radius: 50px;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.btn_anc:hover {
  background: #33B093 url(../img/icon_arrow-white.png) center right 10px/9px no-repeat;
  color: white;
}

.btns-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btns-col02 li {
  width: calc((100% - 10px) / 2);
}
.btns-col02 li:not(:last-of-type) {
  margin-right: 10px;
}
.btns-col02 a {
  width: 100%;
}

.btns-col03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .btns-col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .btns-col03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btns-col03 li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 667px) {
  .btns-col03 li {
    width: 100%;
  }
}
.mode-sp .btns-col03 li {
  width: 100%;
}
.btns-col03 li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 667px) {
  .btns-col03 li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mode-sp .btns-col03 li:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 10px;
}

.btns-col04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns-col04 li {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 667px) {
  .btns-col04 li {
    width: calc((100% - 10px) / 2);
  }
}
.mode-sp .btns-col04 li {
  width: calc((100% - 10px) / 2);
}
.btns-col04 li:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
@media screen and (max-width: 667px) {
  .btns-col04 li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}
.mode-sp .btns-col04 li:not(:nth-of-type(4n)) {
  margin-right: 0;
}
@media screen and (max-width: 667px) {
  .btns-col04 li:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.mode-sp .btns-col04 li:nth-of-type(odd) {
  margin-right: 10px;
}
.btns-col04 li:nth-of-type(n + 5) {
  margin-top: 10px;
}
@media screen and (max-width: 667px) {
  .btns-col04 li:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
.mode-sp .btns-col04 li:nth-of-type(n + 5) {
  margin-top: 0;
}
@media screen and (max-width: 667px) {
  .btns-col04 li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.mode-sp .btns-col04 li:nth-of-type(n + 3) {
  margin-top: 10px;
}

.heading01 {
  color: #28bb99;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading02 {
  color: #7A7A7A;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.layout-row--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .layout-row--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mode-sp .layout-row--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table.noborder .row {
  border: none;
}
.table .row {
  border-bottom: solid 1px #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
}
.table .row p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #363636;
}
.table .head {
  width: 130px;
  min-width: 130px;
}
@media screen and (max-width: 667px) {
  .table .head {
    width: 110px;
    min-width: 110px;
  }
}
.mode-sp .table .head {
  width: 110px;
  min-width: 110px;
}
.table .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.table02 .title {
  font-size: 24px;
  font-weight: 700;
  color: #33B093;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.table02 .btn_map {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #33B093;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.table02 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 60px 0;
}
.table02 .row:not(:last-of-type) {
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 667px) {
  .table02 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .table02 .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table02 .head {
  width: 400px;
}
@media screen and (max-width: 667px) {
  .table02 .head {
    width: 100%;
  }
}
.mode-sp .table02 .head {
  width: 100%;
}
.table02 .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 667px) {
  .table02 .body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.mode-sp .table02 .body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.accordions li {
  cursor: pointer;
}
.accordions li:not(:last-of-type) {
  margin-bottom: 10px;
}
.accordions .accordion_title {
  width: 100%;
  background: #F6F6F6;
  border-radius: 50px;
  font-size: 17px;
  color: #191919;
  padding: 15px 30px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .accordions .accordion_title {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.mode-sp .accordions .accordion_title {
  font-size: 12px;
  padding: 10px 20px;
}
.accordions .accordion_title:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #989898;
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
}
.accordions .accordion_title:after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #989898;
  position: absolute;
  top: calc(50% - 8px);
  right: 37px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accordions .accordion_title.open:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordions .accordion_title span {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
}
.accordions .accordion_title span.blue {
  border: solid 1px #269AFF;
  color: #269AFF;
}
.accordions .accordion_title span.red {
  border: solid 1px #FF4D4D;
  color: #FF4D4D;
}
.accordions .accordion_body {
  display: none;
  padding: 40px 30px;
}
@media screen and (max-width: 667px) {
  .accordions .accordion_body {
    padding: 0 20px;
  }
}
.mode-sp .accordions .accordion_body {
  padding: 0 20px;
}

.modal {
  background: white;
  color: #363636;
  display: inline-block;
  left: 50%;
  max-width: 640px;
  padding: 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.modal .modal_text {
  margin-bottom: 1.5em;
}
.modal .modal_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.modal .modal_btns a {
  margin-top: 0.5em;
}/*# sourceMappingURL=common.css.map */