.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: #fff !important;
  min-width: auto;
  max-width: 100%;
  background: #007c7a;
  border: 1px solid #007c7a;
  width: 280px;
  border-radius: 0;
  padding: 1.5rem 2.4rem;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  background: white;
  color: #333333 !important;
  border: 1px solid #333333;
}
.btnstyle a:hover {
  opacity: .7;
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btnstyle a:after {
  width: 15px;
  height: 4px;
  border-top: 0;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
}
.btnstyle a:hover {
  background: #333333;
  color: white !important;
  opacity: 1;
}
.btnstyle a:hover:after {
  border-color: white;
}
.btnstyle.cicrle a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 500;
}
.btnstyle.cicrle a:after {
  width: 45px;
  margin: 0 auto;
  position: unset;
}
@media only screen and (min-width: 768px) {
  .btnstyle__right a {
    margin-right: 0;
  }
  .btnstyle__left a {
    margin-left: 0;
  }
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #545454;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h3 {
  color: #333333;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  position: relative;
  padding-left: 19px;
}
.mce-content-body h3:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  background: #007c7a;
  width: 5px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h4 {
  color: #333333;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0 0 .3em;
  display: table;
  border-bottom: 1px solid #007c7a;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h5 {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 22px;
}
.mce-content-body h5:before {
  display: none;
}
.mce-content-body h5:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 11px;
  bottom: auto;
  width: 8px;
  height: 2px;
  background: #007c7a;
}
@media screen and (max-width: 767px) {
  .mce-content-body h5:after {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}

.text-large {
  color: #007c7a;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: #f2f2f2;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f2f2f2;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f2f2f2;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f2f2f2;
}

.box_border {
  background: #fff;
  border: 1px solid #202020;
}

.box_border .box_bg {
  background: #f2f2f2;
}

.section_bg .box_border .box_bg {
  background: #f2f2f2;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .box_bg.col_2, .box_bg.col_3,
  .box_border.col_2,
  .box_border.col_3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
    margin-bottom: 30px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
    padding: 24px 16px;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix:not(:last-child) {
  margin-bottom: 50px;
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #333333;
  border-radius: 0;
  padding: .5em 1em .5em 3.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 24px;
  border: 1px solid #333333;
  border-radius: 5px;
  color: #333333 !important;
  display: block;
  width: 100%;
  padding: 15px 35px 15px 10px;
  border: 1px solid #333333;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  left: auto;
  right: 15px;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
}
.link_anchor a:hover {
  background: #333333;
  color: #fff !important;
}
.link_anchor a:hover::after {
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  .link_anchor {
    display: grid;
    gap: 10px;
    grid-auto-rows: 1fr;
  }
  .link_anchor li {
    display: table;
  }
  .link_anchor li a {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px;
  }
  .link_anchor.link_col_2 {
    grid-template-columns: repeat(2, minmax(48%, 1fr));
    grid-template-areas: "1 1";
    grid-auto-columns: 48%;
  }
  .link_anchor.link_col_3 {
    grid-template-columns: repeat(3, minmax(32%, 1fr));
    grid-template-areas: "1 1 1";
    grid-auto-columns: 32%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #007c7a;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #007c7a;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #007c7a;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #007c7a;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }

  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Comfortaa", cursive;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #333333;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #007c7a;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #007c7a;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}

.flow-block {
  border: 1px solid #202020;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #545454;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #007c7a;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #007c7a;
  background: #007c7a;
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
  font-weight: 500;
}
table.table_address tbody tr th:first-child {
  border-top: 1px solid #007c7a;
  color: #007c7a;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #007c7a;
}
table.table_address tbody tr th, table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}
table.table_address tbody tr th:first-child, table.table_address tbody tr td:first-child {
  color: #007c7a;
  border-bottom: 1px solid #007c7a;
  border-top: 1px solid #007c7a;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: #fff;
  padding: 1.2rem .2rem;
  text-align: center;
  border: none;
}
table.table_timetable thead th {
  background: #545454;
  color: #fff;
  font-weight: 500;
}
table.table_timetable thead th:first-child {
  width: 30%;
  border-top-left-radius: 10px;
}
table.table_timetable thead th:last-child {
  border-top-right-radius: 10px;
}
table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}
table.table_timetable tbody th {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
table.table_fee:last-child {
  margin-bottom: 0;
}
table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #545454;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 500;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
table.table_fee.table_center th, table.table_fee.table_center td {
  text-align: center !important;
}
table.table_fee.td_right tbody td {
  text-align: right !important;
}
table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 tbody th {
  background: #f2f2f2;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee2 tbody td:last-child {
  text-align: left;
}
table.table_fee_bg tbody tr th {
  background: #f2f2f2;
}
table.table_fee_bg2 tbody tr th {
  background: rgba(84, 84, 84, 0.05);
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #333333 !important;
}

.consul2 {
  color: #007c7a !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #202020;
  color: #fff;
  overflow: hidden;
  border-top: 2px solid #007c7a;
}
.footer h2 {
  font-size: clamp(30px, 4vw, 40px);
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: white;
  margin-bottom: 1em;
}
.footer .text-large {
  color: white;
  font-weight: normal;
  margin-bottom: 1em;
}
.footer table.address {
  margin-bottom: 30px;
}
.footer table.address th, .footer table.address td {
  padding: 8px 0 15px;
  line-height: 1.4;
  color: white;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer table.address th a, .footer table.address td a {
  color: white !important;
}
.footer table.address th {
  width: 90px;
  text-align: left;
  padding-right: 8px;
}
.footer table.address tbody tr:not(:first-child) th, .footer table.address tbody tr:not(:first-child) td {
  padding-top: 15px;
}
.footer .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
.footer .list-btn .btnstyle {
  margin: 0;
}
.footer .list-btn .btnstyle a {
  width: 80px;
  height: 80px;
  letter-spacing: normal;
  background: #545454;
  color: white !important;
}
.footer .list-btn .btnstyle a:after {
  border-color: white;
}
.footer .list-btn .btnstyle a:hover {
  background: white;
  color: #333333 !important;
}
.footer .list-btn .btnstyle a:hover:after {
  border-color: #333333;
}
.footer .table_timetable tbody th, .footer .table_timetable tbody td {
  color: #333333;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 15vw;
  }
  .footer .list-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .row .col_2:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0 70px;
  }
  .footer h2 {
    margin-bottom: 1em;
  }
  .footer .list-btn {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .footer {
    padding: 120px 0 100px;
  }
  .footer h2 {
    margin-bottom: 45px;
  }
}

.copyright {
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .copyright {
    margin-top: 50px;
  }
}

.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.sec_tab .tab_btn_wrap li {
  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;
  padding: 0 0;
  color: #007c7a;
  position: relative;
}
.sec_tab .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: .8;
}
.sec_tab .tab_btn_wrap li.active {
  color: #fff;
}
.sec_tab .btnstyle a {
  height: 60px;
  padding: 0 20px 0 10px;
  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;
  border-radius: 10px;
  font-weight: 500;
  background: #007c7a;
  color: white !important;
  border-color: #007c7a;
}
.sec_tab .btnstyle a:after {
  border-color: white;
}
.sec_tab .btnstyle a:hover {
  background: transparent;
  color: #007c7a !important;
}
.sec_tab .btnstyle a:hover:after {
  border-color: #007c7a;
}
.sec_tab .tab_item_wrap {
  border-radius: 20px;
  background: #f2f2f2;
  padding: 1em;
}
.sec_tab .tab_item_wrap .row {
  gap: 10px;
}
.sec_tab .tab_item_wrap .row .col_4 {
  width: calc((100% - 10px) / 2);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .sec_tab .tab_btn_wrap li {
    width: calc((100% - 30px) / 3);
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 570px) {
  .sec_tab .tab_item_wrap .btnstyle a {
    font-size: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .sec_tab .tab_btn_wrap li {
    padding-bottom: 30px;
  }
  .sec_tab .tab_item_wrap {
    padding: 40px 5%;
  }
  .sec_tab .tab_item_wrap .row {
    gap: 20px;
  }
  .sec_tab .tab_item_wrap .row .col_4 {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1240px) {
  .sec_tab .tab_btn_wrap {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 22px;
  }
  .sec_tab .tab_item_wrap {
    padding: 55px 60px;
    border-radius: 50px;
  }
  .sec_tab .tab_item_wrap .row .col_4 {
    width: calc((100% - 60px) / 4);
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(320px * 12);
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
            transform: translateX(calc(-320px * 6));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
            transform: translateX(calc(-320px * 6));
  }
}
.comfor {
  font-family: "Comfortaa", cursive;
}

.home h2.type1 {
  font-size: clamp(30px, 5vw, 50px);
  position: relative;
  padding: 0 0 .8em;
  margin: 0 0 1em;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
}
.home h2.type1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #007c7a;
}
.home h2.type1 .sub {
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 18px);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.home h2.type2 {
  font-size: clamp(24px, 3vw, 32px);
}
.home h2.type2 .en {
  font-size: 16px;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  color: #007c7a;
  display: block;
}
.home h3 {
  font-weight: normal;
}
.home h3.type1 {
  font-size: clamp(20px, 3vw, 32px);
  padding: 0;
  margin-top: 0;
}
.home h3.type1:after {
  content: none;
}
.home h3.type2 {
  font-size: clamp(20px, 2.8vw, 28px);
  padding: 0;
  text-align: center;
  margin: .5em 0 1em;
}
.home h3.type2 .sub {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #007c7a;
  margin-top: 5px;
}
.home h3.type2:after {
  content: none;
}
.home .sec_bg {
  background: #f2f2f2;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .home h2.type1 {
    margin: 0 0 .7em;
  }
}
@media only screen and (min-width: 768px) {
  .home h2.type2 {
    text-align: left;
  }
  .home .top-txt {
    line-height: calc(40 / 16);
  }
  .home .sec_bg {
    padding: 100px 0;
  }
}
@media (min-width: 1240px) {
  .home .sec_bg {
    padding: 120px 0;
  }
}

.sec_1 .row .col_2 h2 {
  font-size: clamp(30px, 4vw, 40px);
}
.sec_1 .row .col_2 dl dt {
  padding: 0 0;
}
.sec_1 .row .col_2 dl dd {
  padding: 0 0 .7em;
  margin: 0 0 .7em;
}
.sec_1 .row .col_2 dl dd a {
  color: #333333;
  text-decoration: none;
}
.sec_1 .row .col_2 dl dd a:hover {
  color: #007c7a;
}
@media (max-width: 767px) {
  .sec_1 {
    padding: 50px 0;
  }
  .sec_1 .row .col_2.box-news {
    margin-bottom: 40px;
  }
  .sec_1 .row .col_2 dl dd {
    border-bottom: 1px solid;
  }
}
@media (min-width: 768px) {
  .sec_1 {
    padding: 100px 0;
  }
}
@media (min-width: 1240px) {
  .sec_1 {
    padding: 120px 0;
  }
  .sec_1 .row .col_2 dl dt {
    width: 106px;
    clear: both;
    float: left;
  }
  .sec_1 .row .col_2 dl dt + dd {
    padding-left: 106px;
  }
  .sec_1 .row .col_2 dl dd a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.sec_2 .box-img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_2 .box-img {
    margin-bottom: 50px;
  }
}

.sec_3 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .sec_3 .row .box-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec_3 {
    padding: 100px 0;
  }
  .sec_3 .row .box-1 {
    width: 38%;
  }
  .sec_3 .row .box-2 {
    width: 42%;
    padding: 50px 20px;
  }
  .sec_3 .row .box-3 {
    width: 20%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1240px) {
  .sec_3 {
    padding: 120px 0;
  }
  .sec_3 .row .box-2 {
    padding: 50px 35px 120px 50px;
  }
}

.sec_4 .tab_wrap .tab_btn_wrap .tab_btn {
  position: relative;
}
.sec_4 .tab_wrap .tab_btn_wrap .tab_btn:before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}
.sec_4 .tab_wrap .tab_btn_wrap .tab_btn.active:before {
  border-bottom: 25px solid #f2f2f2;
}
@media (max-width: 767px) {
  .sec_4 {
    margin-bottom: 50px;
  }
  .sec_4 .tab_wrap .tab_btn_wrap {
    margin-bottom: 30px;
  }
  .sec_4 .tab_wrap .tab_btn_wrap .tab_btn {
    padding-bottom: 18px;
  }
  .sec_4 .tab_wrap .tab_btn_wrap .tab_btn:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0;
  }
  .sec_4 .tab_wrap .tab_btn_wrap .tab_btn.active {
    opacity: 1;
  }
  .sec_4 .tab_wrap .tab_btn_wrap .tab_btn.active:before {
    border-bottom: 25px solid #007c7a;
    z-index: -1;
  }
  .sec_4 .tab_wrap .tab_btn_wrap .tab_btn.active img {
    position: relative;
    background: white;
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .sec_4 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1240px) {
  .sec_4 {
    margin-bottom: 120px;
  }
}

.sec_5 .line-2 .icon {
  background: white;
  border-radius: 50%;
  display: table;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 34px 10px 0;
  width: 160px;
  height: 160px;
  top: -64px;
}
.sec_5 .line-2 .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: url("../img/top/icon_bg.png") no-repeat center center;
}
.sec_5 .line-2 .icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  background: white;
}
.sec_5 .line-2 .icon img {
  position: relative;
  z-index: 1;
}
.sec_5 .line-2 .col_2 {
  position: relative;
  background: white;
  border: 1px solid #333333;
  padding: 40px 1em 1em;
}
.sec_5 .line-2 .col_2 .text-large {
  font-size: clamp(18px, 2vw, 20px);
  display: table;
  margin: 0 auto 2.4rem;
}
.sec_5 .line-2 .col_2 .list {
  display: table;
  margin: 0 auto 2.4rem;
}
.sec_5 .line-2 .col_2 .list li {
  position: relative;
  padding-left: 25px;
}
.sec_5 .line-2 .col_2 .list li:not(:last-child) {
  margin-bottom: .3em;
}
.sec_5 .line-2 .col_2 .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 11px;
  background: url("../img/common/icon_check.png") no-repeat center center;
}
@media (max-width: 767px) {
  .sec_5 .line-1 {
    margin-bottom: 110px;
  }
  .sec_5 .line-1 .box-img {
    margin-bottom: 30px;
  }
  .sec_5 .line-2 .col_2 {
    border-radius: 20px;
  }
  .sec_5 .line-2 .col_2 .icon {
    padding-top: 25px;
  }
  .sec_5 .line-2 .col_2.gas {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .sec_5 .line-1 {
    margin-bottom: 100px;
  }
  .sec_5 .line-1 .box-img {
    width: 39%;
    padding-left: 10px;
  }
  .sec_5 .line-1 .box-text {
    width: 61%;
    padding-right: 10px;
  }
  .sec_5 .line-2 .col_2 {
    border-radius: 30px;
    padding: 50px 20px 30px;
  }
}
@media (min-width: 1240px) {
  .sec_5 .line-1 {
    margin-bottom: 120px;
  }
  .sec_5 .line-1 .box-text {
    padding-right: 90px;
  }
  .sec_5 .line-2 .col_2 {
    border-radius: 40px;
    padding: 50px 10px;
  }
}

.sec_6 {
  padding: 50px 0;
}
.sec_6 .row .col_3 h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  padding: 0;
  margin: .5em 0;
  font-weight: normal;
}
.sec_6 .row .col_3 h3:after {
  content: none;
}
.sec_6 .pay {
  border-top: solid 1px #cccccc;
  padding-top: 2.4rem;
}
@media (max-width: 767px) {
  .sec_6 .row .col_3:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec_6 {
    padding: 100px 0;
  }
  .sec_6 .row {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }
  .sec_6 .row .col_3 {
    width: calc((100% - 40px) / 3);
    margin: 0;
  }
  .sec_6 .row .col_3 h3 {
    height: 70px;
    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;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .sec_6 .row .col_3 h3 br {
    display: none;
  }
}

@media (min-width: 1240px) {
  .sec_6 {
    padding: 120px 0;
  }
  .sec_6 .row {
    -webkit-column-gap: 60px;
            column-gap: 60px;
    row-gap: 75px;
  }
  .sec_6 .row .col_3 {
    width: calc((100% - 120px) / 3);
  }
}

.sec_7 .box-btn a {
  font-weight: 500;
  font-size: 18px;
  padding: 2rem .2rem;
}
@media (min-width: 768px) {
  .sec_7 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec_7 .row .box-tt {
    padding-right: 20px;
    border-right: 1px solid #333333;
  }
  .sec_7 .row .box-tt h2 {
    padding: 0;
    margin: 0;
  }
  .sec_7 .row .box-tt h2:after {
    content: none;
  }
  .sec_7 .row .box-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .sec_7 .row .box-tt {
    padding-right: 60px;
  }
  .sec_7 .row .box-btn {
    padding-left: 60px;
  }
  .sec_7 .row .box-btn a {
    width: 380px;
    font-size: 20px;
  }
}
