@charset "UTF-8";
.tel-pop{
	position: relative;
	display: inline-block;
	margin-top: 15px;
}
.tel-pop .txt{
	position: absolute;
	font-size: 16px;
	right: 10px;
    bottom: calc(100% - 5px);
    letter-spacing: 0.3em;
	color: #2d2d2d;
}
.tel-pop .txt .t:not(:last-child){
	margin-right: clamp(30px, 7vw, 70px);
}
.section h3:first-child {
  margin-bottom: 24px;
}

.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #dbe7f0;
}

.section_bg>.box_bg {
  background: #fff;
}

.section_bg>.box_bg .box_bg {
  background: #fafafa;
}

.section_bg>.box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fafafa;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #fafafa;
}

.box_border {
  background: #fff;
  border: 1px solid #313131;
}

.box_border .box_bg {
  background: #fafafa;
}

.section_bg .box_border .box_bg {
  background: #fafafa;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}

@media (max-width: 767px) {

  .box_bg,
  .box_border {
    border-radius: 20px;
  }
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}

.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%;
}

.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 (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%;
  }

  .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: 40px;
}

@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: 1px solid #63a0d8;
  border-radius: 0px;
  padding: min(30px, 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: min(20px, 2.4vw);
  -moz-column-gap: min(20px, 2.4vw);
  column-gap: min(20px, 2.4vw);
  row-gap: min(14px, 2vw);
}

.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;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #313131 !important;
  display: inline;
  padding: 0.25em 0;
  padding-left: 2.1em;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.link_anchor a:before {
  display: none;
}

.link_anchor a:hover {
  background: none;
  color: #63a0d8 !important;
  opacity: 1;
  text-decoration: underline;
}

.link_anchor a::before {
  display: block;
  background: url("../img/common/anc_arrow.svg") no-repeat center/contain;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }

  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}

.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}

.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}

.ul_circle li:last-child,
.ul_dot 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_dot li::before,
.ul_dot 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 li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}

.ul_circle+p,
.ul_dot+p,
.ul_triangle+p,
.ul_check+p,
.ol_circle+p {
  margin-bottom: 24px;
}

.ul_circle li {
  padding-left: 20px;
}

.ul_circle li::before {
  border-radius: 50%;
  border: 3px solid #313131;
  height: 12px;
  left: 0;
  top: calc(16px * 1.45 / 2 - 16px / 4);
  width: 12px;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #63a0d8;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 3);
}

.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);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #63a0d8;
  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 #63a0d8;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.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: #4177a8;
  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 (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  line-height: 1.6;
}

table.table_address,
table.table_timetable,
table.table {
  margin-bottom: 1em;
}

table.table_address:last-child,
table.table_timetable:last-child,
table.table:last-child {
  margin-bottom: 0;
}

table.table_address {
  background: none;
}

table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  color: #4177a8;
  border-top: 1px solid #4177a8;
  border-bottom: 1px solid #4177a8;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }

  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}

table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: transparent;
  border-bottom: 1px solid #313131;
  padding: 16px 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  border-bottom: 1px solid #313131;
  background: transparent;
  color: #313131;
  padding: 16px 0.2rem;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }

  table.table_timetable thead th:last-child {
    width: 4em;
  }
}

table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}

table.table thead th,
table.table thead td {
  background: #63a0d8;
  color: #fff;
  font-weight: bold;
}

table.table tbody th {
  background: #f0f8ff;
}

table.table tbody td {
  background: #fff;
}

@media (min-width: 768px) {

  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}

table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}

table.th_left tbody th {
  text-align: left;
}

table.td_left tbody td {
  text-align: left;
}

table.td_right tbody td {
  text-align: right;
}

table.td_last_right tbody td:last-child {
  text-align: right;
}

table.table_default tbody tr th:first-child {
  width: 32%;
}

@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}

table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}

table.table_fee tbody th {
  text-align: left;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

table.table_fixed {
  table-layout: fixed;
}

@media (max-width: 767px) {

  table.table_sp_stack,
  table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }

  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td,
  table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }

  table.table_sp_stack th,
  table.table_sp_stack_noborder th {
    border-bottom: none;
  }

  table.table_sp_stack td,
  table.table_sp_stack_noborder td {
    border-bottom: none;
  }

  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }

  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #63a0d8 !important;
}

.consul2 {
  color: #838383 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }

  .js-scrollable table.table_fixed {
    width: 100%;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable_pc table.table_fixed {
  width: 100%;
}

@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #bbb;
  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: "游明朝", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 500;
  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: 600;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #4177a8;
  background: #c1ccd5;
}

.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: 20px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #4177a8;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
  -ms-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: #4177a8;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }

  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #313131;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}

.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #63a0d8;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}

@media (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: #63a0d8;
}

.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}

@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px;
    /* .flow-block .title の font-size */
  }
}

.flow-block .title::after,
.flow-block .title::before {
  display: none;
}

.flow-block .title .num {
  --flow-num-font-percent: 0.83;
  /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc(var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6));
  /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #63a0d8;
  background: #63a0d8;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
  -ms-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));

}

@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }

  .flow-block .title .num {
    padding-top: 2px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #aaa;
}

.footer .sec_logo {
  margin: 0 0 30px;
  text-align: center;
}

.footer .tel {
  margin-bottom: 10px;
  text-align: center;
}

.footer .tel .subtext {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.footer .tel a {
  line-height: 1;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-left: 26px;
  background: url("../img/common/icon_tel.png") no-repeat center left;
  background-size: 17.5px;
  font-size: clamp(32px, 12vw, 60px);;
}

.footer .table_timetable {
  margin-top: 10px;
}

.footer .googlemap {
  margin: 15px 0 25px;
}

.footer .row3 {
  border-top: 2px solid #bdbdbd;
  padding-top: 30px;
}

.footer .row3 li {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 80px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.footer .row3 .list01 {
  background: url("../img/common/footer_icon01.png") no-repeat center left;
}

.footer .row3 .list02 {
  background: url("../img/common/footer_icon02.png") no-repeat center left;
}

.footer .row3 .list03 {
  background: url("../img/common/footer_icon03.png") no-repeat center left;
}

.footer .row3 .list04 {
  background: url("../img/common/footer_icon04.png") no-repeat center left;
}

.footer .row4 {
  margin-bottom: 0;
}

.footer .bg {
  padding: 40px 0 0;
  margin-top: 40px;
  background: url("../img/common/footer_bg.jpg") no-repeat center/cover;
}

@media (max-width: 767px) {
  .footer .sec_logo img {
    width: 300px;
  }

  .footer .tel {
    margin: 0 auto 20px;
    text-align: center;
  }

  .footer .tel+p {
    text-align: center;
  }

  .footer .tel+p img {
    width: 70vw;
  }

  .footer .row3 {
    margin-bottom: 30px;
  }

  .footer .row3 li {
    padding-left: 50px !important;
    background-size: 40px !important;
    font-size: 15px;
    height: 50px;
  }

  .footer .row3 .list01 {
    background: url("../img/common/sp_footer_icon01.png") no-repeat center left;
  }

  .footer .row3 .list02 {
    background: url("../img/common/sp_footer_icon02.png") no-repeat center left;
  }

  .footer .row3 .list03 {
    background: url("../img/common/sp_footer_icon03.png") no-repeat center left;
  }

  .footer .row3 .list04 {
    background: url("../img/common/sp_footer_icon04.png") no-repeat center left;
  }

  .footer .row4 li {
    text-align: center;
  }

  .footer .row4 li img {
    width: 285px;
  }

  .footer .row4 li+li {
    margin-top: 10px;
  }

  .footer .right {
    margin-top: 40px;
  }

  .footer .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .list_box .sec_list {
    width: calc((100% - 10px) / 2);
  }
}

@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }

  .footer .sec_logo {
    margin: 0 0 50px;
  }

  .footer .googlemap {
    height: 260px;
    padding-top: initial;
  }

  .footer .btnstyle a {
    width: 260px;
  }

  .footer .row3 {
    margin-bottom: 70px;
  }

  .footer .row4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 30px;
  }

  .footer .row4 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .footer .row4 a:hover {
    opacity: 0.7;
  }

  .footer .bg {
    margin-top: 100px;
    padding: 100px 0 0;
  }
}

.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}

.footer .row1 {
  margin-bottom: 30px;
}

.footer .row2 {
  margin-bottom: 30px;
}

.footer .sec_title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
  color: #fff;
}

.footer .sec_list {
  margin: 0;
}

.footer .sec_list li {
  margin-top: 0;
}

.footer .sec_list li:not(:first-child) {
  margin-top: 15px;
}

.footer .sec_list li a {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
  display: block;
}

.footer .sec_list li a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

.footer .sec_list li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer .row2 {
    gap: 0 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .row2 .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .row2 .left {
    width: 400px;
  }

  .footer .row2 .left .sec_list:first-child {
    width: 40%;
    margin-right: 2%;
  }

  .footer .row2 .left .sec_list:last-child {
    width: 58%;
  }

  .footer .row2 .right {
    width: 520px;
  }

  .footer .row2 .right .sec_list:first-child {
    width: 50%;
    margin-right: 2%;
  }

  .footer .row2 .right .sec_list:last-child {
    width: 48%;
  }

  .footer .row2 .sec_title {
    font-size: 24px;
  }
}

.copyright {
  background: transparent;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #3e3c35;
}

@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.list_list dd a {
  color: #313131;
  text-decoration: none;
}

.list_list dd a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }

  .list_list dd {
    padding: 0 0 0.5em;
  }
}

@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }

  .list_list dd {
    padding-left: 120px;
  }
}

.sec_news .sec_title {
  text-align: center;
}

.sec_news .btnstyle a {
  width: 130px;
  padding: 0.5em 0em;
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}

@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }

  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }

  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-1920px);
      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 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;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .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;
  }

  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}

.sec_top {
  padding: 50px 0;
  margin: 0;
}

.sec_top h2,
.sec_top h3,
.sec_top h4 {
  padding: 0;
  margin: 0;
  border: none;
  color: #313131;
  font-weight: normal;
}

.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after,
.sec_top h4:before,
.sec_top h4:after {
  display: none;
}

.sec_top h2 {
  font-size: 26px;
  color: #534c4b;
}

.sec_top h2 .subtext {
  display: block;
  font-size: 18px;
}

@media (min-width: 768px) {
  .sec_top {
    padding: 70px 0;
  }

  .sec_top h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .sec_top h2 .subtext {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1240px) {
  .sec_top {
    padding: 100px 0;
  }
}

.sec_news {
  background: url("../img/top/news_bg.jpg") no-repeat center/cover;
}

.sec_news h2 {
  font-size: clamp(20px, 1.92vw, 24px);
  text-align: left;
  margin-bottom: 20px;
}

.sec_news dl {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  padding: 20px 0;
  margin-bottom: 0;
}

.sec_news dl dt,
.sec_news dl dd {
  float: none;
  padding: 10px 0;
}

.sec_news dl dt {
  color: #a8a6a1;
}

.sec_news .container {
  position: relative;
}

.sec_news .head {
  position: relative;
}

.sec_news .btnstyle {
  position: absolute;
  top: 0;
  right: 0;
}

.sec_news .btnstyle a {
  background: transparent;
  border: none;
  text-align: left;
  padding-right: 70px;
}

.sec_news .btnstyle a::after {
  width: 50px;
}

@media (max-width: 767px) {
  .sec_news .row > div:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec_news dl dt {
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .sec_news dl dt:first-child {
    padding-top: 0;
  }

  .sec_news dl dd {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .sec_news .news {
    position: relative;
  }
}

@media (max-width: 767px) {
  .sec_news dl {
    padding: 10px 0;
  }

  .sec_news dl dd {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .sec_news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec_news dl dt {
    width: 180px;
    padding-left: 20px;
  }

  .sec_news dl dd {
    width: calc(100% - 180px);
    padding-left: 0;
  }

  .sec_news .btnstyle a:hover {
    color: #63a0d8 !important;
    text-decoration: underline !important;
  }

  .sec_news .btnstyle a:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #63a0d8 !important;
  }
}

.sec01 {
  color: #fff;
}

.sec01 h2 {
  color: #fff;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .sec01 {
    padding-top: 0;
    background: #312f2a url("../img/top/sp_sec01_bg.jpg") no-repeat center bottom;
  }

  .sec01 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sec01 {
    height: 645px;
    background: url("../img/top/sec01_bg.jpg") no-repeat center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
  }

  .sec01 h2 {
    font-size: 45px;
    text-align: left;
  }
}

.sec02 {
  background: url("../img/top/sec02_bg.jpg") no-repeat center bottom;
}

@media (max-width: 767px) {
  .sec02 h2 {
    margin-bottom: 10px;
  }

  .sec02 h2 img {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .sec02 h2 {
    margin-bottom: 20px;
  }

  .sec02 .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec02 .col_2 {
    width: calc((100% - 100px) / 2);
  }
}

.sec03 h3 {
  line-height: 1.6;
  margin-bottom: 15px;
}

.sec03 h3 img {
  display: block;
  margin-bottom: 15px;
}

.sec03 h4 {
  font-size: 20px;
  background: #e4e3e0;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec03 h2 img {
    width: 300px;
  }

  .sec03 h3 {
    font-size: 20px;
    text-align: center;
  }

  .sec03 h3 img {
    display: table;
    margin: 0 auto 10px;
    width: 60px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .sec03 h4 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .sec03 .btn_box {
    display: block;
  }

  .sec03 .btn_box .btnstyle a {
    width: 280px;
  }

  .sec03 .btn_box .btnstyle+.btnstyle {
    margin-top: 10px;
  }

  .sec03 .cont_box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {

  .sec03 .img,
  .sec03 .right {
    margin-bottom: 10px;
  }

  .sec03 .wide .col_2.text {
    margin-top: 0 !important;
  }

  .sec03 .row:not(.wied) .col_2+.col_2 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .sec03 h2 {
    margin-bottom: 20px;
  }

  .sec03 h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .sec03 h3 img {
    margin-bottom: 30px;
  }

  .sec03 h4 {
    font-size: 24px;
  }

  .sec03 .wide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec03 .wide .img img {
    max-width: 953px;
    width: 953px;
  }

  .sec03 .row:not(.reverse).wide .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sec03 .btn_box {
    margin-top: 40px;
    width: 540px;
    gap: 25px;
  }

  .sec03 .btnstyle {
    margin-top: 40px;
  }

  .sec03 .btnstyle a {
    width: 260px;
  }

  .sec03 .cont_box {
    margin-bottom: 100px;
  }

  .sec03 .cont_box .btnstyle {
    margin-top: 0;
  }

  .sec03 .row:not(.wide) h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .sec03 .row:not(.wide) h3 img {
    margin-bottom: 10px;
  }

  .sec03 .row:not(.wide) .img {
    margin-bottom: 20px;
  }
}

.list_with_eyecatch {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 30px;
}

.blog_thumbnail_list_item {
  border-left: 1px solid #ddd;
  padding: 10px;
  width: 50%;
}

.blog_thumbnail_list_item:last-child {
  border-right: 1px solid #ddd;
}

.blog_thumbnail_list_item .date {
  display: block;
  margin-top: 10px;
}

.blog_thumbnail_list_item img {
  object-fit: cover;
  height: 150px;
  width: 100%;
}

.blog_thumbnail_list_item a {
  text-decoration: none;
  color: #313131;
}

@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    padding: 30px;
    width: 25%;
    flex: unset;
    margin-right: 0;
  }
}

.sec04 h2 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec04 {
    background: url("../img/top/sp_sec04_bg.jpg") no-repeat center/cover;
  }

  .sec04 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec04 h2 .subtext {
    font-size: 16px;
  }

  .sec04 .img {
    margin-bottom: -10px;
  }
}

@media (min-width: 768px) {
  .sec04 {
    background: url("../img/top/sec04_bg.jpg") no-repeat center/cover;
  }

  .sec04 h2 {
    font-size: 36px;
  }

  .sec04 h2 .subtext {
    font-size: 26px;
  }

  .sec04 p {
    text-align: center;
  }

  .sec04 .btnstyle {
    margin-top: 40px;
  }
}

.sec05 {
  background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
}

.sec05 h2 {
  margin-bottom: 0;
}

.sec05 h3 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dfdedc;
  height: 3.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sec05 .link_box {
  background: #fff;
  padding: 20px 20px 30px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.sec05 .link_box a {
  display: block;
}

.sec05 .link_box a::after {
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
  content: "";
  height: 5px;
  margin: auto;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 25px;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.sec05 .link_box p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec05 h2 img {
    width: 300px;
  }

  .sec05 h3 {
    font-size: 18px;
  }

  .sec05 .link_box a::after {
    bottom: 15px;
    right: 20px;
  }

  .sec05 .link_box+.link_box {
    margin-top: 20px;
  }

  .sec05 .row {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .sec05 h2+p {
    text-align: center;
    margin-bottom: 40px;
  }

  .sec05 .row {
    gap: 30px;
  }

  .sec05 .link_box {
    margin: 0;
    width: calc((100% - 60px) / 3);
    padding: 30px 30px 40px;
  }

  .sec05 .link_box:hover {
    background: #e5f0f3;
  }

  .sec05 .btnstyle a {
    max-width: 350px;
  }

  .sec05 .link_box h3+p {
    line-height: 2;
  }
}

.sec06 {
  background: url("../img/top/sec06_bg.jpg") no-repeat center/cover;
}

.sec06 h2 {
  background: #e4e3e0;
  padding: 8px;
  margin-bottom: 20px;
}

.sec06 h2+p {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.sec06 h3 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

.sec06 .row p:nth-child(2) {
  text-align: center;
  margin-bottom: 30px;
}

.sec06 .row p:nth-child(3) {
  background: #fff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec06 .btnstyle a {
  color: #fff !important;
  border-color: #fff !important;
}

.sec06 .btnstyle a::after {
  border-color: #fff !important;
  border-color: #fff !important;
}

.sec06 .btnstyle a:hover {
  background: #fff !important;
  color: #313131 !important;
}

.sec06 .btnstyle a:hover::after {
  border-color: #313131 !important;
}

@media (max-width: 767px) {
  .sec06 h2 {
    font-size: 22px;
  }

  .sec06 h2+p {
    margin-bottom: 30px;
  }

  .sec06 .row {
    margin-bottom: 30px;
  }

  .sec06 .row p:nth-child(2) {
    margin-bottom: 20px;
  }

  .sec06 .row p:nth-child(2) img {
    width: 150px;
  }

  .sec06 .row p:nth-child(3) {
    height: 70px;
    padding: 0 20px;
  }

  .sec06 .row p:nth-child(3) img {
    width: 300px;
  }

  .sec06 .col_3+.col_3 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .sec06 h2 {
    font-size: 24px;
  }

  .sec06 .btnstyle a {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .header {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header.header_scrolled {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
  }
}

@media (max-width: 767px) {
  .header_logo {
    max-width: 90%;
    margin: auto;
  }
}

@media (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;
  }
}

/*Gナビ　サブメニューの幅調整*/
@media (min-width: 768px) {
  .global_nav .menu-item>.sub-menu {
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  .menu-item {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
  }

  .menu-item>.sub-menu a,
  .menu-item>.sub-menu_wrap a {
    font-size: 16px;
  }

  .menu-item.nav01 {
    width: 13.5%;
  }

  .menu-item.nav02 {
    width: 13.5%;
  }

  .menu-item.nav03 {
    width: 13.5%;
  }

  .menu-item.nav04 {
    width: 19%;
  }

  .menu-item.nav05 {
    width: 13.5%;
  }

  .menu-item.nav06 {
    width: 13.5%;
  }

  .menu-item.nav07 {
    width: 13.5%;
  }

  .menu-item.nav04>.sub-menu {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .sp_nav {
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.sitemap_box .menu a br {
  display: none;
}

.color01 {
  color: #63a0d8;
}

.color02 {
  color: #4177a8;
}

a[href^="tel:"] {
  color: #313131 !important;
  text-decoration: none !important;
}

table a {
  color: #333;
}

table a:hover {
  text-decoration: none;
}

.consul {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

.consul2 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
  .js-scrollable {
    overflow-y: hidden !important;
  }
}

.link_box {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link_box:hover {
  opacity: 1;
}

.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 (min-width: 768px) {
  .arrow_box .col_2 .arrow_box .col_2:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(-45px - 2.5%);
    margin: 0 auto;
    border: 30px solid transparent;
    border-left: 15px solid #a11a53;
  }
}

@media (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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    border: 30px solid transparent;
    border-top: 15px solid #a11a53;
  }
}

.btn_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.btn_box .btnstyle {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.btn_box .btnstyle a {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .btn_box.col_2 {
    width: 580px;
    margin: 0 auto 2.4rem;
  }

  .btn_box.col_3 {
    width: 720px;
    margin: 0 auto 2.4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {

  .btn_box.col_2,
  .btn_box.col_3 {
    display: block;
    max-width: 280px;
    margin: 0 auto 2.4rem;
  }

  .btn_box.col_2 .btnstyle+.btnstyle,
  .btn_box.col_3 .btnstyle+.btnstyle {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  body:not(.home) .row>.btnstyle {
    margin-bottom: 0;
  }

  body:not(.home) .row>.btnstyle a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (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;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.table_timetable th,
.table_timetable td {
  letter-spacing: 0;
}

.table_timetable thead th {
  border: none;
}

@media only screen and (max-width: 768px) {

  .alignleft,
  .alignright {
    max-height: 260px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {

  .alignleft.h300,
  .alignright.h300 {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto 20px;
  }
}

.aligncenter:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {

  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    margin: 0 auto 20px;
  }
}

@media only screen and (min-width: 768px) {
  .img_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .img_right>*:first-child {
    width: 34%;
    margin-right: 4%;
  }

  .img_right>*:last-child {
    width: 62%;
  }
}

@media only screen and (min-width: 768px) {

  body:not(.home) #main .col_2 .box_bg,
  body:not(.home) #main .col_3 .box_bg,
  body:not(.home) #main .col_2 .box_border,
  body:not(.home) #main .col_3 .box_border {
    padding: 30px;
  }
}

table.table_timetable th,
table.table_timetable td,
table.table_fee thead th,
table.table_fee thead td,
table.table_default thead th,
table.table_default thead td {
  font-weight: normal !important;
}

table.table_fee2 thead th,
table.table_fee2 thead td {
  color: #fff;
  background: #63a0d8;
}

.box_form dd.flex p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.box_form dd.flex p+p {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {

  .wpcf7 input[type=text],
  .wpcf7 input[type=tel] {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {

  .wpcf7 input[type=text],
  .wpcf7 input[type=tel] {
    max-width: 190px;
  }

  .box_form dd .wpcf7-checkbox input {
    width: auto !important;
  }
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  margin: 0 7px;
}

.slick-dots li button:before {
  font-size: 15px;
}

ul.box_bg,
ul.box_border {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  ul.box_bg,
  ul.box_border {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {

  .clearfix:last-child>.alignleft,
  .clearfix:last-child>.alignright,
  .clearfix:last-child>.aligncenter {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .googlemap {
    padding-top: 36%;
  }
}

@media only screen and (min-width: 768px) {
  .global_nav .menu-item>.sub-menu_wrap .sub-menu a:after {
    top: 0.55em;
  }
}

.ol_circle li::before {
  top: 3px;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
  font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
  font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}

.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}

.mce-content-body th.day-left {
  line-height: 2.5em;
}

.mce-content-body td.day-right {
  font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
  font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}

.mce-content-body .content-form {
  margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}

.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
  font-size: 1.1em;
}

.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}

.mce-content-body .content-form td {
  font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}

.mce-content-body .content-text.small {
  width: 3em;
}

.mce-content-body .input-number {
  margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
  width: 3em;
}

.mce-content-body .bill-details td {
  padding-right: 0.5em;
}

.mce-content-body .bill-total,
.mce-content-body .bill-tax {
  padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}

.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}

.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
  font-size: 1.2em;
}

/*----------------------------------------------------調整*/

@media only screen and (min-width: 768px) {
  .page-name-doctor section table.table_address th {
    width: 140px;
  }

  .page-name-doctor .img_right>*:first-child {
    width: 20%;
    margin-right: 0;
  }

  .page-name-doctor .img_right>*:last-child {
    width: 74%;
  }
}

.implant_table01 thead th,
.implant_table01 thead td {
  background: #f0f8ff !important;
  color: #313131 !important;
}

.price_list01,
.price_list02,
.price_list03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.price_list01 li {
  width: 100px;
  text-align: center;
}

.price_list02 li {
  width: 100px;
  text-align: center;
}

.price_list02 li.wide {
  width: 100%;
}

.price_list03 li {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .price_list01 {
    gap: 10px 100px;
  }

  .price_list02 {
    gap: 10px 10px;
  }

  .price_list02 li {
    width: 200px;
  }

  .price_list02 li.wide {
    width: calc((100% - 10px)/2);
  }

  .price_list03 {
    gap: 10px 100px;
  }
}

.case_block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.case_block .thumbnail {
  width: 25%;
}
.case_block .thumbnail figure {
  box-shadow: 0 0 10px #ccc;
}
.case_block .content {
  width: 73%;
}
@media ( max-width : 767px ) {
  .case_block .thumbnail figure {
    height: 63px;
  }
  .case_block .thumbnail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .case_block .thumbnail {
    width: 35%;
  }
  .case_block .content {
    width: 63%;
  }
}

.case_block .content .entry_ex {
  margin-bottom: 10px;
  margin-top: 0;
}
.case_block .content .entry_title {
  font-size: clamp(15px, 1.9vw, 24px);
}
.newpost {
  margin-bottom: 20px;
}
.blog_list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.blog_list_item .date {
  display: block;
  font-size: 12px;
}
.blog_list_item:not(:last-child) {
  margin-bottom: 10px;
}
.blog_list_item .col_img {
  width: 25%;
}
.blog_list_item .col_txt {
  width: 70%;
}
.blog_list_item .col_txt a {
  width: 70%;
}
.blog_list_item .col_img figure {
  height: 70px;
  box-shadow: 0 0 10px #ccc;
}
.blog_list_item .col_img figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media ( max-width : 767px ) {
  .entry_archive {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.aside_box_inner:not(:last-child) {
  margin-bottom: 25px;
}



/* 2025.05.16 */
/* インスタグラムタイムライン追加 */

.insta_feed_area {
    margin: auto;
    padding-bottom: 50px;
    background: url(../img/common/insta_feed_area_bg.png) no-repeat center bottom;
    margin-bottom: 100px;
}

.insta_feed_area .ttl {
    text-align: center;
    margin-bottom: 10px;
}

.insta_feed_area .feed_item {
    width: 1200px;
    margin: auto;
}


@media (max-width : 767px) {
    .insta_feed_area {
        margin-bottom: 50px;
    }

    .insta_feed_area .feed_item {
        width: unset;
        max-width: calc(100% - 40px);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }
}
























/* 2025.05.21 */
.referral_form .form_item {
    display: flex;
    margin: 0;
    padding: 0;
}

@media ( max-width : 767px ) {
    .referral_form .form_item {
        display: flex;
        flex-direction: column;
    }
}

.referral_form .form_item.checkbox dd .wpcf7-list-item{
    display: block;
}

.referral_form .form_item_sub {
    display: flex;
    margin: 0;
    padding: 0;
}

.referral_form .form_item_sub dd {
    flex: unset;
}

.referral_form dt,
dd {
    box-sizing: border-box;
    padding: 1em;
}

.referral_form .form_item dt {
    width: 20%;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media ( max-width : 767px ) {
    .referral_form .form_item dt {
        width: 100%;
        padding-bottom: unset;
    }
}

@media ( max-width : 767px ) {
    .referral_form .form_item dd {
        padding-top: unset;
    }
}


.referral_form .form_item_sub dt {
    width: 23%;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media ( max-width : 767px ) {
    .referral_form .form_item_sub {
        flex-direction: column;
    }
    
}

.referral_form dd {
    flex: 1;
}

.referral_form input {
    max-width: unset !important;
}

.referral_form .requisite {
    color: #F25F5F;
    margin-left: 10px;
}

.referral_form .file_input_area {
    margin: 20px 0px 0px 20px;
}

@media ( max-width : 767px ) {
    .referral_form .file_input_area {
        margin: 0px 0px 32px 0px;
    }
}

.referral_form .file_input_btn_area input {
    border: unset;
}

.referral_form .file_input_txt_area {
    margin-left: 11px;
}

.referral_form .form_item .flex_2_area {
    width: 11%;
}

@media ( max-width : 767px ) {
    .referral_form .form_item .flex_2_area {
        width: 100%;
    }
}

.referral_form .form_item .flex_2_area dd {
    font-weight: bold;
}

@media ( max-width : 767px ) {
    .referral_form .form_item .flex_2_area dd {
        padding-bottom: unset;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.sec_youtube {
  background: #312f2a;
}
.sec_youtube .sec_title {
  font-size: 30px;
  padding: 0 30px;
  letter-spacing:0;
  margin: 0 auto 30px;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  position: relative;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_youtube .sec_title:after, .sec_youtube .sec_title:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
.sec_youtube .sec_title:before {
  left: 0;
  right: auto;
  transform: rotate(-30deg);
}
.sec_youtube .sec_title:after {
  left: auto;
  right: 0;
  transform: rotate(30deg);
}
@media screen and ( min-width : 768px ) {
  .sec_youtube .youtube {
    max-width: 702px;
    padding-top: 395px;
    margin: auto;
  }
  .sec_youtube .sec_title {
    font-size: 60px;
    padding: 0 50px;
    letter-spacing:0.1em;
    margin: 0 auto 40px;
  }
  .sec_youtube .sec_title:after, .sec_youtube .sec_title:before {
    width: 1px;
    height: 80px;
  }
}


.sec_contact {
  padding: 50px 0;
  background: url("../img/top/contact_bg.png") no-repeat center / cover;
}
.sec_contact .sec_title {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and ( max-width : 767px ) {
  .sec_contact .sec_title {
    width: 300px;
    margin: 0 auto 30px;
  }
  .sec_contact .row .col_2 {
    margin: 0;
  }
  .sec_contact .row .col_2:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_contact .sec_bnr {
    text-align: center;
  }
}
@media screen and ( min-width : 768px ) {
  .sec_contact {
    padding: 100px 0;
  }
  .sec_contact .row {
    justify-content: center;
    gap: 60px;
  }
  .sec_contact .row .col_2 {
    margin: 0;
    width: auto;
  }
}

.post_cases_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 1em auto 1.5em;
}
.post_cases_container li .ttl {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}