@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #28325b;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: flex;
  align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #514429;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 48px;
  font-weight: 600;
  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: 600;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.mce-content-body h2 {
  color: #514429;
  font-size: 38px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 63px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
    .mce-content-body h2.small {
    font-size: 23px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 53px;
  height: 53px;
}
.mce-content-body h3 {
  color: #514429;
  display: block;
  text-align: left;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #28325b;
  position: relative;
  padding-left: 35px;
}
.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
  background: url("../img/common/h3.png") no-repeat center/contain;
  width: 21px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
  .mce-content-body h3:after {
    top: 4px;
  }
}
.mce-content-body h3.aside_title {
  color: #514429;
  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: #81b31e;
  font-size: 26px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
  padding-left: 18px;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
    .mce-content-body h4.small {
    font-size: 18px;
  }
}
.mce-content-body h4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: auto;
  width: 4px;
  height: 26px;
  background: #8ec320;
}
@media screen and (max-width: 767px) {
  .mce-content-body h4:after {
    top: 0px;
  }
}
.mce-content-body h5 {
  color: #514429;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
}
.mce-content-body h5:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}
.mce-content-body h5 {
  display: table;
  background: #e4e4e4;
  padding: 6px 10px;
  border-radius: 0px;
}
.mce-content-body .section_bg h5, .mce-content-body .box_bg h5 {
  background: #fff;
}
.mce-content-body .section_bg .box_bg h5, .mce-content-body .section_bg .box_border h5, .mce-content-body .box_bg .box_bg h5, .mce-content-body .box_bg .box_border h5 {
  background: #e4e4e4;
}
.mce-content-body .section_bg .box_bg .box_bg h5, .mce-content-body .section_bg .box_border .box_bg h5, .mce-content-body .box_bg .box_bg .box_bg h5, .mce-content-body .box_bg .box_border .box_bg h5 {
  background: #fff;
}

.text-large {
  color: #28325b;
  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: 85.5px;
  padding-bottom: 85.5px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 57.375px;
    padding-bottom: 57.375px;
  }
}
.section h3:first-child {
  margin-bottom: 27px;
}
.section hr {
  margin-bottom: 112.5px;
  margin-top: 112.5px;
  max-width: 1200px;
}

.section_bg {
  background: #f4f4f4;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #ebeef8;
}
.section_bg .box_bg .box_bg h4{
  color:#28325b;
}
.section_bg .box_bg .box_bg h4::after{
  background:#28325b;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #ebeef8;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #ebeef8;
}

.box_border {
  background: #fff;
  border: 5px solid #dad5d1;
}

.box_border .box_bg {
  background: #ebeef8;
}

.section_bg .box_border .box_bg {
  background: #ebeef8;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 56.25px;
  border-radius: 0px;
  padding: 56.25px 38.25px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 56.25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 27px 18px;
    margin-bottom: 45px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 27px;
}
.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: 27px 18px;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@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: 27px 18px;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.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 {
  margin-bottom: 56.25px;
}
@media screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 45px;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  box-shadow: 0 5px 10px #ccc;
  background: #8ec320;
  color: #514429;
  border-radius: 0;
  padding: 0.5em 1em 0.5em 3.5em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff !important;
  display: block;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #8ec320;
}
.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: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_anchor a:hover {
  background: #fff;
  color: #8ec320 !important;
}
.link_anchor a:hover::after {
  border-color: #8ec320;
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .link_anchor li:nth-child(n+3) {
    margin-top: 2%;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .link_anchor.link_col_3 li:nth-child(n+3) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n+4) {
    margin-top: 2%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 27px;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 13.5px;
  padding-left: 22.5px;
  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: 27px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #28325b;
  height: 9px;
  left: 0;
  top: 9px;
  width: 9px;
}

.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: 11.25px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #28325b;
  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 #28325b;
  top: 11.25px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 31.5px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #28325b;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 14.76px;
  height: 22.5px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6.75px;
  width: 22.5px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    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: flex;
    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 #ccc;
  padding-bottom: 31.5px;
  margin-bottom: 31.5px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6.75px 0px 6.75px 67.5px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 22.5px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 29.25px;
  font-weight: 400;
  height: 45px;
  left: 0;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}
.box_faq .question {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #28325b;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 22.5px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 13.5px;
  right: 0;
  background: #28325b;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  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: #8ec320;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .box_faq .question {
    font-size: 18px;
  }
  .box_faq {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box_faq .answer{
    padding-top:0px;
  }
}
.flow-box {
  margin-bottom: 56.25px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 45px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #ebeef8;
  background: #fff;
  border-radius: 0px;
  margin-top: 92.25px;
  padding: 56.25px 38.25px;
  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: 56.25px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 27px 18px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 36px solid transparent;
  border-top-color: #b9bfd6;
  left: 50%;
  margin-left: -36px;
  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: #28325b;
}
.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: none;
  display: flex;
  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: #28325b;
  background: #28325b;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 0;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  table {
 font-size:16px;   
  }
}
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;
}
table.table_address tbody tr th:first-child {
  border-top: 1px solid #8ec320;
  color: #8ec320;
  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 #8ec320;
}
table.table_address tbody tr th, table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.6;
}
table.table_address tbody tr th:first-child, table.table_address tbody tr td:first-child {
  color: #8ec320;
  border-bottom: 1px solid #8ec320;
  border-top: 1px solid #8ec320;
}
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;
  border-bottom: 1px solid #929292;
  padding: 20px 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #929292;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 32%;
}
table.table_timetable tbody th {
  text-align: center;
  padding: 25px 0.2rem;
}
@media only screen and (max-width: 767px) {
  table.table_timetable th, table.table_timetable td {
    padding: 7px 0.2rem;
  }
  table.table_timetable tbody th {
    padding: 10px 0.2rem;
  }
}
@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 #ccc;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #dcdcdc;
  color: #514429;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
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 #ccc;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 tbody th {
  background: #f4f4f4;
  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: #f4f4f4;
}
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: #28325b !important;
}

.consul2 {
  color: #8ec320 !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: url("../img/common/footer_bg.jpg") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #28325b;
}
.footer .sec_logo {
  margin: 0 0 30px;
  text-align: center;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th,
.footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 0;
}
.footer .sitemap a {
  text-decoration: none;
  color: #514429;
  position: relative;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .footer .sitemap {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}

.copyright {
  background: #dad5d1;
  color: #514429;
  margin-top: 70px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    margin-top: 30px;
    padding: 10px 0 17%;
  }
}

@media only screen and (min-width: 768px) {
  body.home .header {
    position: absolute;
    top: 0;
    background: transparent;
  }
  body.home .header .header_inner {
    width: 100%;
    padding-top: 10px;
  }
  body.home .header .header_info img {
    display: none;
  }
  body.home .header .header_info img.home {
    display: inline;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  body.home .header .header_logo {
    width: 28vw;
  }
  body.home .header .header_info {
    max-width: 30vw;
  }
}

@media only screen and (min-width: 768px) {
  .header .header_info {
    margin-right: 20px;
  }
}

.global_nav {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media only screen and (min-width: 768px) {
  .global_nav {
    box-shadow: 0 10px 20px #ccc;
  }
  .global_nav .menu-item.nav04 > .sub-menu {
    width: 300px;
  }
}

p.map {
  padding-left: 60px;
  background: url("../img/common/icon_address.png") no-repeat top 4px left;
  background-size: 39px auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  p.map {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

p.access {
  padding-left: 60px;
  background: url("../img/common/icon_train.png") no-repeat top 10px left;
  background-size: 39px auto;
  margin-bottom: 40px;
}
p.access .bold {
  font-size: 24px;
}
p.access a {
  display: table;
  margin-top: 10px;
  position: relative;
  color: #28325b;
  text-decoration: none;
  padding-bottom: 5px;
}
p.access a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #28325b;
}
p.access a:hover::after {
  display: none;
}

.tel_box {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #28325b;
  align-items: center;
}
.tel_box p:first-child {
  font-size: 20px;
  line-height: 1.4;
}
.tel_box p:last-child {
  padding-left: 35px;
  background: url("../img/common/icon_tel02.png") no-repeat center left;
  background-size: 24px auto;
  font-size: 43px;
}
.tel_box p:last-child a {
  color: #28325b;
}
.tel_box p:first-child {
  min-height: 60px;
  display: flex;
  align-items: center;
  border-right: 1px solid #28325b;
  padding-right: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .tel_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tel_box br {
    display: none;
  }
  .tel_box p:first-child {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .tel_box p:last-child {
    border-top: 1px solid #28325b;
  }
}
@media only screen and (max-width: 767px) {
  .tel_box p:last-child {
    font-size: 34px;
  }
}

.footer .bnr_box01 li + li {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
.footer .cont02 {
  display: flex;
  justify-content: space-between;
}
.footer .cont02 .col:first-child {
  width: calc(100% - 320px - 90px);
}
.footer .cont02 .col:last-child {
  width: 320px;
}
}

.footer .cont02 ul {
  margin-bottom: 40px;
}
.footer .cont02 li a {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 5px 10px #ccc;
}
.footer .cont02 li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.footer .cont02 li + li {
  margin-top: 20px;
}
.footer .cont02 li.official a {
  background-color: #f39700;
}
.footer .cont02 li.insta a {
  background: url("../img/common/insta_bg.jpg") no-repeat center/cover;
}
.footer .cont02 li.fb a {
  background-color: #0866ff;
}
@media screen and (max-width: 1000px) {
  .table_timetable {
    font-size: 16px;
  }
  .table_timetable + p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .footer .cont01 .col_2:first-child {
    width: calc(100% - 320px - 40px) !important;
    margin-right: 40px;
  }
  .footer .cont01 .col_2:last-child {
    width: 320px !important;
  }
  .footer .cont02 .col:first-child {
    width: calc(100% - 320px - 40px);
  }
  .footer .cont02 .col:last-child {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .tel_box {
    margin-bottom: 20px;
  }
  .footer .bnr_box01 {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
  .footer .bnr_box01 > li:nth-child(2),
  .footer .bnr_box01 > li:nth-child(3) {
    width: calc((100% - 20px) / 2);
  }
  .footer .cont02 {
    display: block;
  }
  .footer .cont02 .col:last-child {
    width: 100%;
  }
  .footer .googlemap{
    margin-bottom:30px;
  }
}

.mainimaeg {
  margin-bottom: 0;
}

p {
  letter-spacing: 0.1em;
}

.home section {
  padding: 100px 0;
}
.home section h2,
.home section h3 {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-weight: normal;
  letter-spacing: 0;
}
.home section h2::before, .home section h2::after,
.home section h3::before,
.home section h3::after {
  display: none;
}
.home section h2 {
  margin-bottom: 40px;
  font-size: 48px;
}
.home section h3 {
  margin-bottom: 20px;
  font-size: 38px;
}
@media only screen and (min-width: 768px) {
  .home section .btnstyle a {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .home section {
    padding: 40px 0;
  }
  .home section h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .home section h3 {
    font-size: 20px;
  }
}

.home .sec01 {
  background: url("../img/top/sec01_bg.png") no-repeat left bottom/cover;
}
@media only screen and (min-width: 768px) {
  .home .sec01 {
    padding-bottom: 170px;
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec01 {
    padding-bottom: 60px;
  }
}

.home .sec02 {
  padding-bottom: 70px;
}
.home .sec02 .cont_box {
  position: relative;
}
.home .sec02 .cont_box h3 {
  color: #8ec320;
}
.home .sec02 .cont_box h3 .small {
  font-size: 28px;
}
.home .sec02 .cont01 {
  background: url("../img/top/sec02_bg01.jpg") no-repeat center top/cover;
}
.home .sec02 .cont02 {
  background: url("../img/top/sec02_bg02.jpg") no-repeat center top/cover;
}
.home .sec02 .cont03 {
  background: url("../img/top/sec02_bg03.jpg") no-repeat center top/cover;
}
.home .sec02 .cont04 {
  background: url("../img/top/sec02_bg04.jpg") no-repeat center top/cover;
}
.home .sec02 .cont05 {
  background: url("../img/top/sec02_bg03.jpg") no-repeat left top/cover;
}
.home .sec02 .cont06 {
  background: url("../img/top/sec02_bg04.jpg") no-repeat center top/cover;
}
.home .sec02 .cont07 {
  background: url("../img/top/sec02_bg05.jpg") no-repeat center top/cover;
}
.home .sec02 .cont01 h3 + p {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #28325b;
  font-size: 28px;
  letter-spacing: 0;
}
.home .sec02 .cont02 h3 {
  font-size: 38px;
}
.home .sec02 .cont02 h3 .small {
  font-size: 28px;
}
.home .sec02 .cont02 h3 .line {
  background: linear-gradient(180deg, transparent 50%, #fff 50%);
}
.home .sec02 .cont02 .text {
  position: relative;
}
.home .sec02 .cont02 .text .btnstyle {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home .sec02 .cont_box .text {
    width: 610px;
    padding-top: 160px;
    padding-bottom: 70px;
  }
  .home .sec02 .cont_box .img {
    position: absolute;
    width: 45.5vw;
    right: 0;
  }
  .home .sec02 .cont_box.reverse .text {
    margin-left: auto;
  }
  .home .sec02 .cont_box.reverse .img {
    right: auto;
    left: 0;
  }
  .home .sec02 .cont01 {
    margin-bottom:150px;
  }
  .home .sec02 .cont02{
    margin-bottom:100px;
  }
  .home .sec02 .cont02 .container {
    position: relative;
    padding-left: 100px;
  }
  .home .sec02 .cont02 .container .img {
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 1;
  }
  .home .sec02 .cont02 .text {
    padding: 60px 80px 50px 0;
    background: url("../img/top/sec02_text_bg.jpg") no-repeat center/cover;
  }
  .home .sec02 .cont02 .text .wrap {
    margin-left: auto;
    width: 640px;
  }
  .home .sec02 .cont04 {
    margin-top: 70px;
  }
  .home .sec02 .cont05 {
    margin-top: 70px;
  }
  .home .sec02 .cont06 {
    margin-top: 70px;
  }
  .home .sec02 .cont07 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .home .sec02 .cont_box .img {
    width: 550px;
  }
  .home .sec02 .cont_box .text {
    padding-top: 400px;
    padding-right: 0;
    width: 86%;
  }
  .home .sec02 .cont02 .img {
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home .sec02 .cont02 .container {
    padding: 0;
  }
  .home .sec02 .cont02 .text {
    padding: 200px 0 60px;
  }
  .home .sec02 .cont02 .text .wrap {
    margin: auto;
    width: auto;
    max-width: 90%;
  }
  .home .sec02 .cont02 .btnstyle {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec02 {
    padding-bottom: 0px;
  }
  .home .sec02 .cont_box h3 {
    font-size: 24px;
  }
  .home .sec02 .cont_box h3 .small {
    font-size: 18px;
  }
  .home .sec02 .cont_box .text {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .home .sec02 .cont01 h3 + p {
    font-size: 22px;
  }
  .home .sec02 .cont02 {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 30px;
    background: url("../img/top/sp_sec02_text_bg.jpg") no-repeat center/cover;
  }
  .home .sec02 .cont02 .img {
    width: 100px;
    position: relative;
    top: -50px;
    margin: auto;
    margin-bottom: -70px;
  }
  .home .sec02 .cont02 .text .btnstyle {
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home .sec02 .cont02 .text .btnstyle a {
    width: 280px;
  }
  .home .sec02 .cont02 h3 {
    font-size: 24px;
  }
  .home .sec02 .cont02 h3 .small {
    font-size: 20px;
  }
  .home .sec02 .cont04 {
    margin-top: 30px;
  }
  .home .sec02 .cont04 .text {
    margin-top: 10px;
  }
  .home .sec02 .cont05 {
    margin-top: 30px;
  }
  .home .sec02 .cont05 h3 {
    font-size: 23px;
  }
  .home .sec02 .cont06 {
    margin-top: 30px;
  }
  .home .sec02 .cont07 {
    margin-top: 30px;
  }
}

.home .sec03 {
  background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
  color: #fff;
}
.home .sec03 h2 {
  color: #fff;
  margin-bottom: 20px;
}
.home .sec03 h2 + p {
  text-align: center;
  margin-bottom: 40px;
}
.home .sec03 li a {
  position: relative;
  color: #fff !important;
  text-decoration: none;
  font-size: clamp(18px, 2.4vw, 24px);
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  line-height: 1.4;
}
.home .sec03 li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.home .sec03 li.tel a {
  border: 1px solid #fff;
}
.home .sec03 li.tel a .wrap {
  padding-left: 30px;
  background: url("../img/common/icon_tel.png") no-repeat center left;
  background-size: 20px;
}
.home .sec03 li.tel a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.home .sec03 li.web a {
  background-color: #929292;
}
.home .sec03 li.web a .wrap {
  padding-left: 40px;
  background: url("../img/common/icon_web.png") no-repeat center left;
  background-size: 30px;
}
.home .sec03 li.web a:hover {
  background-color: #bcbcbc;
}
.home .sec03 li.line a {
  background-color: #8ec320;
}
.home .sec03 li.line a .wrap {
  padding-left: 45px;
  background: url("../img/common/icon_line.png") no-repeat center left;
  background-size: 35px;
}
.home .sec03 li.line a:hover {
  background-color: rgb(167, 221, 60);
}
@media only screen and (min-width: 768px) {
  .home .sec03 .info_box {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .home .sec03 .info_box li {
    width: calc((100% - 48px) / 3);
  }
  .home .sec03 .info_box li.tel a::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec03 {
    background: url("../img/top/sp_sec03_bg.jpg") no-repeat center/cover;
  }
  .home .sec03 li + li {
    margin-top: 20px;
  }
}

.sec03 + .sec02 {
  padding-top: 0;
}

.home .sec04 {
  background: url("../img/top/sec04_bg.jpg") no-repeat center/cover;
}
.home .sec04 h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 40px;
}
.home .sec04 h2 .small {
  font-size: 26px;
}
.home .sec04 h2 .large {
  font-size: 50px;
  color: #28325b;
}
.home .sec04 .container {
  position: relative;
  background: url("../img/top/sec04_text_bg.jpg") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .home .sec04 .container > .img {
    position: absolute;
    top: -30px;
    right: 70px;
  }
  .home .sec04 .text {
    padding-left: 80px;
    width: 640px;
  }
  .home .sec04 .text .img {
    position: relative;
    top: -30px;
    width: 288px;
    margin-bottom: -20px;
  }
  .home .sec04 .text .btnstyle {
    position: relative;
    bottom: -40px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .home .sec04 h2 .small {
    line-height: 1.4;
    display: inline-block;
  }
  .home .sec04 .container > .img {
    max-width: 42vw;
    right: 30px;
  }
  .home .sec04 .text {
    padding: 0 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec04 {
    padding-top: 60px;
  }
  .home .sec04 .container {
    background: url("../img/top/sp_sec04_text_bg.jpg") no-repeat center/cover;
  }
  .home .sec04 h2 {
    font-size: 24px;
  }
  .home .sec04 h2 .small {
    font-size: 20px;
    display: inline-block;
  }
  .home .sec04 h2 .large {
    font-size: 28px;
  }
  .home .sec04 .container > .img {
    position: absolute;
    max-width: 40vw;
    top: 8vw;
    right: 0;
  }
  .home .sec04 .text {
    padding: 0 20px;
  }
  .home .sec04 .text .img {
    position: relative;
    top: -40px;
    margin-bottom: -20px;
    max-width: 50vw;
  }
  .home .sec04 .text .btnstyle {
    position: relative;
    bottom: -20px;
    margin-top: -20px;
  }
}

.home .sec05 {
  padding: 50px 0 100px;
}
.home .sec05 h2 {
  margin-bottom: 20px;
}
.home .sec05 h3 {
  text-align: center;
  font-size: 30px;
  color: #6ca000;
  position: relative;
}
.home .sec05 h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  width: 2000px;
  height: 2px;
  border-bottom: 1px solid #6ca000;
  z-index: -1;
}
.home .sec05 h3 .wrap {
  background: #fff;
  padding: 0 20px;
}
.home .sec05 .bg {
  padding: 80px 0;
  background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
}
.home .sec05 li {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  padding-left: 40px;
}
.home .sec05 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: url("../img/common/check01.png") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .home .sec05 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 0;
  }
  .home .sec05 li {
    width: 32%;
    margin-right: 2%;
  }
  .home .sec05 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .home .sec05 li {
    font-size: 22px;
    width: 48%;
    margin-right: 2%;
  }
  .home .sec05 li:nth-child(3n) {
    margin-right: 2%;
  }
  .home .sec05 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec05 {
    padding: 30px 0;
  }
  .home .sec05 h2 {
    margin-bottom: 0;
  }
  .home .sec05 h3 {
    font-size: 20px;
  }
  .home .sec05 h3 .wrap {
    padding: 0 10px;
  }
  .home .sec05 .bg {
    padding: 30px 0;
  }
  .home .sec05 li {
    font-size: 18px;
  }
  .home .sec05 li::before {
    top: 0;
  }
  .home .sec05 li + li {
    margin-top: 20px;
  }
}

.home .sec06 {
  padding-top: 250px;
  background: url("../img/top/sec06_bg.jpg") no-repeat center/cover;
}
.home .sec06 .text {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.home .sec06 h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home .sec06 {
    background-position: top 150px center;
    position: relative;
  }
  .home .sec06 .text {
    width: 800px;
    max-width: 100%;
    padding: 60px;
    margin-left: auto;
  }
  .home .sec06 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec06 {
    padding-top: 30px;
  }
  .home .sec06 .text {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    z-index: 1;
    padding: 30px 20px;
  }
  .home .sec06 .img {
    max-width: 90vw;
  }
}
.home .sec07{
  background:url("../img/top/sec07_bg.jpg")no-repeat center;
}
.home .sec07 .link_box {
  background: url("../img/top/sec07_img01.jpg") no-repeat center/cover;
  color: #fff;
  box-shadow: 0 5px 10px #ccc;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.home .sec07 .link_box .text {
  margin-bottom: 0;
  text-align: center;
  font-size: 50px;
}
.home .sec07 .link_box .text .small {
  font-size: 40px;
}
.home .sec07 .link_box .bottom {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 20px;
  padding-right: 30px;
  text-align: right;
  font-size: 34px;
  border-bottom: 1px solid #fff;
}
.home .sec07 .link_box .bottom .small {
  font-size: 24px;
}
.home .sec07 .link_box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-right: 160px solid #8ec320;
  border-top: 170px solid transparent;
  opacity: 0.5;
}
.home .sec07 .link_box a {
  z-index: 2;
}
.home .sec07 h3 {
  line-height: 1.2;
  font-size: clamp(22px, 2.6vw, 26px);
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid #514429;
  border-bottom: 1px solid #514429;
}
@media only screen and (min-width: 768px) {
  .home .sec07 .link_box {
    margin-bottom: 100px;
  }
  .home .sec07 .col_3 {
    position: relative;
    padding-bottom: 60px;
  }
  .home .sec07 .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 240px;
  }
  .home .sec07 .btnstyle a {
    padding: 15px 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec07 .link_box {
    background: url("../img/top/sp_sec07_img01.jpg") no-repeat center/cover;
    height: 150px;
    padding-bottom: 20px;
  }
  .home .sec07 .link_box .text {
    font-size: 28px;
  }
  .home .sec07 .link_box .text .small {
    font-size: 20px;
  }
  .home .sec07 .link_box .bottom {
    font-size: 22px;
    bottom: 10px;
    padding-right: 10px;
  }
  .home .sec07 .link_box .bottom .small {
    font-size: 18px;
  }
  .home .sec07 .link_box::after {
    border-right: 70px solid #8ec320;
    border-top: 70px solid transparent;
  }
  .home .sec07 h3 {
    height: 80px;
  }
  .home .sec07 .col_3 {
    margin-top: 40px;
  }
}

.home .sec08 {
  padding: 130px 0;
  background: url("../img/top/sec08_bg02.jpg") no-repeat top center, url("../img/top/sec08_bg02.jpg") no-repeat bottom center, url("../img/top/sec08_bg01.jpg") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .home .sec08 .row {
    align-items: center;
  }
  .home .sec08 h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec08 {
    padding: 40px 0;
    background-size: contain, contain, cover;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: 3840px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1920px);
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 5px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 30px;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 20px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 5px;
    z-index: 1;
  }
  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    transition: 0.2s;
  }
  .header.header_scrolled {
    box-shadow: 0 0 10px #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu > li {
    border-top: 1px solid #fff;
    border-bottom: none !important;
  }
  .sub-menu_wrap {
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .global_nav {
    padding-bottom: 80px;
  }
}
/*Gナビ アイコン画像をホバー時白くする*/
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .copyright {
    padding-bottom: 90px;
  }
}

.side_bnr {
  z-index: 5;
}

.header {
  z-index: 6;
}

.sitemap_box .menu a br {
  display: none;
}

/*メインイメージ　ドットあり*/
.mainimage {
  /*ドットが数字あり*/
  /*メインイメージ下の余白*/
}

.color01 {
  color: #28325b;
}

.color02 {
  color: #514429;
}

table a {
  color: #333;
}
table a:hover {
  text-decoration: none;
}

.link_box {
  position: relative;
  transition: 0.2s;
}
.link_box:hover {
  opacity: 0.7;
}
.link_box p:last-child {
  margin: 0;
}
.link_box p:last-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.link_box .link {
  display: none;
}

.arrow_box .col_2 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .arrow_box .col_2 .arrow_box .col_2:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-45px - 2.5%);
    margin: 0 auto;
    border: 30px solid transparent;
    border-left: 15px solid #a11a53;
  }
}
@media only screen and (max-width: 767px) {
  .arrow_box .col_2 .arrow_box .col_2:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(-45px - 2.5%);
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    border: 30px solid transparent;
    border-top: 15px solid #a11a53;
  }
}

/*白ボタン*/
.btnstyle.invert a {
  background: #fff;
  color: #28325b !important;
  border: #28325b 2px solid;
}
.btnstyle.invert a::after {
  border-left: 6px solid #28325b;
}

@media only screen and (min-width: 768px) {
  .btn_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .btn_box .btnstyle {
    width: 320px;
    height: 100%;
    margin-bottom: 0;
  }
  .btn_box .btnstyle:nth-child(2n) {
    margin-right: 0;
  }
  .btn_box .btnstyle a {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_box.sp_col_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .btn_box.sp_col_2 .btnstyle {
    width: calc((100% - 10px) / 2);
    height: 100%;
    margin-bottom: 0;
  }
  .btn_box.sp_col_2 .btnstyle a {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .btnstyle__left a,
  .btnstyle__right a {
    margin-left: auto;
    margin-right: auto;
  }
}
.btnstyle.blank a::after {
  border: none;
  background: none;
  content: "\e89e";
  bottom: auto;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.bnr {
  margin-top: 30px;
  text-align: center;
  transition: 0.2s;
}
.bnr:hover {
  opacity: 0.8;
}

.table_timetable th,
.table_timetable td {
  letter-spacing: 0;
}
.table_timetable thead th {
  border: none;
}

@media only screen and (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .news dd:not(:last-child) {
    margin-bottom: 15px;
  }
}

.tb {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .tb {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .let0 {
    letter-spacing: 0 !important;
  }
}

/*下層*/
@media only screen and (min-width: 768px) {
  body:not(.home) .row.img_right{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
body:not(.home) .row.img_right .img{
  width:32%;
}
body:not(.home) .row.img_right .text{
  width:64%;
}
}
.page-name-introduction .js-scrollable table{
  min-width:500px;
}
@media only screen and (max-width: 767px) {
.page-name-about_implant .t01 thead th:first-child{
  width:36%;
}
}
.page-name-feature table.t01 th{
  width:10em;
}
@media only screen and (max-width: 767px) {
  .page-name-feature table.t01 th{
  width:7em;
    padding:10px;
}
}
@media only screen and (max-width: 1232px) {
 .page-name-price .t01,
  .page-name-price .t02{
    font-size:16px;
  }
}
.page-name-price .t01 thead th{
  width:25%;
}
.page-name-price .t01 tbody th{
  background:#f4f4f4;
}
.page-name-price .t01 tbody td{
  text-align:center!important;
}
.page-name-price .t02 thead th{
    padding:15px 0;
}
.page-name-price .t02 tbody th{
  background:#f4f4f4;
}
.page-name-price .t02 tbody td{
  text-align:center!important;
}