@charset "UTF-8";
.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  background: #b59456;
  border: 1px solid #b59456;
  width: 100%;
  border-radius: 0;
  padding: 1.3rem 2.4rem;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
  color: #b59456 !important;
  background: #fff;
  border-color: #b59456;
}
.btnstyle a:hover {
  opacity: 0.7;
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnstyle a:after {
  border-color: #fff;
}
.btnstyle a:after {
  border-color: #b59456;
}
.btnstyle a:hover {
  color: #fff !important;
  background: #b59456;
  border-color: #fff;
  opacity: 1;
}
.btnstyle a:hover:after {
  border-color: #fff;
}
.btnstyle__right a {
  margin-right: 0;
}
.btnstyle__left a {
  margin-left: 0;
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #2a599d;
  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: #fff;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 36px;
  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: #2a599d;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 26px;
  }
}
.mce-content-body h2:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #2a599d;
}
.mce-content-body h3 {
  color: #2a599d;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #323232;
  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: #323232;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h5 {
  color: #323232;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
}
.mce-content-body h5:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}

.text-large {
  color: #2a599d;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: #e7f4ff;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #e7f4ff;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #e7f4ff;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #e7f4ff;
}

.box_border {
  background: #fff;
  border: 5px solid #e7f4ff;
}

.box_border .box_bg {
  background: #e7f4ff;
}

.section_bg .box_border .box_bg {
  background: #e7f4ff;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
    padding: 24px 16px;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 50px;
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  border: 3px solid #e7f4ff !important;
  border-radius: 10px !important;
  padding: 30px 20px !important;
  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 {
  background: #fff;
  color: #323232;
  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 #2a599d;
  border-radius: 3px;
  color: #2a599d !important;
  display: block;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #2a599d;
}
.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 #2a599d;
  border-right: 1px solid #2a599d;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_anchor a:hover {
  background: #2a599d;
  color: #fff !important;
}
.link_anchor a:hover::after {
  border-color: #fff;
}
@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: 24px;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before,
.ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li {
  padding-left: 0.8em;
}
.ul_circle li::before {
  border-radius: 50%;
  background: #2a599d;
  height: 4px;
  left: 0;
  top: 13px;
  width: 4px;
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #2a599d;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}
.ul_check li:before {
  display: none;
}
.ul_check li:after {
  width: 21px;
  height: 17px;
  background: url("../img/common/check.png") no-repeat center/cover;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #2a599d;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #2a599d;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: 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 #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .box_faq {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 51.2px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .box_faq .question,
  .box_faq .answer {
    padding: 6px 0px 6px 60px;
  }
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #2a599d;
}
.box_faq .question .faq_title {
  cursor: pointer;
  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: #2a599d;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.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: #b59456;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}

.flow-block {
  border: 5px solid #e7f4ff;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #afcbea;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after,
.flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #2a599d;
}
.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: #2a599d;
  background: #2a599d;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
table.table_address tbody tr th:first-child {
  border-top: 1px solid #2a599d;
  color: #2a599d;
  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 #2a599d;
}
table.table_address tbody tr th,
table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}
table.table_address tbody tr th:first-child,
table.table_address tbody tr td:first-child {
  color: #2a599d;
  border-bottom: 1px solid #2a599d;
  border-top: 1px solid #2a599d;
}
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 #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #2a599d;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
table.table_fee:last-child {
  margin-bottom: 0;
}
table.table_fee th,
table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th,
table.table_fee thead td {
  background: #2a599d;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
}
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 #ddd;
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 thead th {
  background: #2a599d;
  color: #fff;
  font-weight: 400;
}
table.table_fee2 tbody th {
  background: #d9ebfa;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
table.table_fee2 tbody td {
  text-align: center;
}
table.table_fee2 tbody td:last-child {
  text-align: center;
}
table.table_fee_bg tbody tr th {
  background: #d9ebfa;
}
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: #2a599d !important;
}

.consul2 {
  color: #b59456 !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;
  }
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
}

.footer .sec_logo {
  margin: 0 0 30px;
}

.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: 30px;
}

.footer .sitemap a {
  text-decoration: none;
  color: #323232;
  position: relative;
  padding-left: 15px;
}

.footer .sitemap a:hover {
  text-decoration: underline;
}

.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .googlemap {
  height: 400px;
  padding-top: initial;
  margin: 70px 0 80px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .row {
    justify-content: space-between;
  }
  .footer .row.cont01 .col_2:first-child {
    margin-top: 4%;
  }
  .footer .row .col_2:first-child {
    width: 45%;
    margin-right: 0;
  }
  .footer .row .col_2:last-child {
    margin-right: 0;
    width: 51%;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}
.copyright {
  margin-top: 100px;
  padding: 10px 0;
  text-align: center;
}

@media print, screen and (max-width: 1259px) {
  .copyright {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .googlemap {
    margin: 40px 0 50px;
  }
  .copyright {
    margin-top: 30px;
    padding: 10px 0 17%;
  }
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-bottom: 120px;
  }
}
.footer .tel {
  margin-bottom: 10px;
}

.footer .tel a[href^="tel:"] {
  padding-left: 20px;
  font-size: 24px;
  color: #2a599d !important;
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  background: url("../img/common/icon_tel.png") no-repeat center left;
  background-size: 12px;
}

.footer .address {
  padding-left: 20px;
  background: url("../img/common/icon_address.png") no-repeat top 5px left;
  background-size: 13px;
}

.footer .left .btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none !important;
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  background: #2a599d;
  border: 1px solid #2a599d;
  width: 100%;
  border-radius: 0;
  padding: 1.1rem 35px 1.1rem 2.4rem;
  font-size: 16px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  background: #c7a86d url("../img/common/icon_web.png") no-repeat center left
    20px;
  background-size: 17px !important;
  border: 1px solid #c7a86d;
  padding: 1.4rem 35px 1.4rem 44px;
}
.footer .left .btnstyle a:after {
  border: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.footer .left .btnstyle a:hover {
  background: #a0844d url("../img/common/icon_web.png") no-repeat center left
    20px;
  color: #fff !important;
}

.footer .left .btnstyle a:hover::after {
  border-color: #fff;
}

.footer .btnstyle.btnstyle__right a {
  background: #fff;
  color: #2a599d !important;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border: none;
  margin: 10px 0 0;
  width: 100%;
  max-width: 250px;
  height: 80px !important;
  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;
}

.footer .btnstyle.btnstyle__right a::after {
  border-color: #2a599d;
  right: 20px;
  transition: 0.2s;
}

.footer .btnstyle.btnstyle__right a:hover {
  background: #2a599d;
  color: #fff !important;
  opacity: 1;
}

.footer .btnstyle.btnstyle__right a:hover::after {
  border-color: #fff;
}

.footer table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
.footer table.table_timetable:last-child {
  margin-bottom: 0;
}
.footer table.table_timetable th,
.footer table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 0.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
}
.footer table.table_timetable thead th {
  background: #2a599d;
  color: #fff;
  padding: 10px 0.2rem;
}
.footer table.table_timetable thead th:first-child {
  width: 30%;
}
.footer table.table_timetable tbody th {
  text-align: center;
}
.footer .col_2 table.table_timetable thead th:first-child {
  width: 40%;
}
@media only screen and (max-width: 1259px) {
  .footer .col_2 table.table_timetable {
    font-size: 13px;
  }
  .footer .col_2 table.table_timetable thead th:first-child {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer table.table_timetable {
    font-size: 12px;
  }
  .footer table.table_timetable thead th:first-child {
    width: 48%;
  }
  .footer table.table_timetable th,
  .footer table.table_timetable td {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer .row .row {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .left .btnstyle {
    margin: 10px 0;
  }
  .footer .left .btnstyle a {
    background-position: left 60px center;
    padding-top: 1em;
  }
  .footer .btnstyle.btnstyle__right a {
    width: 254px;
    margin: 10px auto 0;
  }
  .footer .bnr_box .db_bnr {
    margin: auto !important;
  }
}
.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);
  }
}
@media only screen and (min-width: 768px) {
  .page-name-stomach-lp #main {
    margin-top: clamp(40.32px, 5.25vw, 105px);
  }
}

h2.lp_ttl {
  font-weight: normal;
  color: #2a599d;
  letter-spacing: 0.08em;
  font-size: clamp(26px, 4vw, 50px);
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
}
h2.lp_ttl:before,
h2.lp_ttl:after {
  content: none;
}
h2.lp_ttl .en {
  font-family: "Times New Roman", Times, serif;
  color: #b59456;
  font-size: max(16px, 0.64em);
  display: block;
}
@media only screen and (min-width: 768px) {
  h2.lp_ttl.pc-text-left {
    text-align: left;
  }
}
h2.lp_ttl.ttl_bg {
  text-align: left;
  color: #fff;
  font-size: clamp(20px, 2.6vw, 30px);
}
h2.lp_ttl.ttl_bg .large {
  font-size: 1.3333333333em;
}
h2.lp_ttl.ttl_bg .bg {
  position: relative;
  padding: 0.6em 0.3em 0.4em 0;
  display: inline-block;
}
h2.lp_ttl.ttl_bg .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + max(50vw - 600px, 20px));
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: #2a599d;
  z-index: -1;
}
h2.lp_ttl.ttl_bg .bg + .en {
  margin-top: 0.5em;
  font-size: 1.0666666667em;
}

h3.lp_ttl_border {
  text-align: center;
  margin: 0 0 1em;
  color: #2a599d;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: normal;
  letter-spacing: 0.08em;
}
h3.lp_ttl_border .border {
  padding: 0 1.5em;
  position: relative;
  display: inline-block;
}
h3.lp_ttl_border .border:before,
h3.lp_ttl_border .border:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #2a599d;
}
h3.lp_ttl_border .border:after {
  right: 0;
  left: auto;
}

section:has(.ttl_bg) {
  position: relative;
  z-index: 0;
}

.ul_link .bg_bnr {
  padding: clamp(11.52px, 1.5vw, 30px);
  color: #fff;
  text-decoration: none;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  width: 100%;
  height: 5.9310344828em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(16px, 3.5vw, 20px);
}
@media only screen and (min-width: 768px) {
  .ul_link .bg_bnr {
    font-size: clamp(20px, 3vw, 29px) !important;
  }
}
.ul_link .bg_bnr.bnr_colo01 {
  background: #2a599d;
}
.ul_link .bg_bnr.bnr_colo02 {
  background: #c7a86d;
}
.ul_link .bg_bnr.bnr_colo03 {
  background: #4cce53;
}
.ul_link .bg_bnr .large {
  font-size: 1.0689655172em;
}
.ul_link .bg_bnr small {
  font-size: 0.8620689655em;
}
.ul_link a.bg_bnr {
  position: relative;
}
.ul_link a.bg_bnr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.3em;
  right: 0.4em;
  margin: auto;
  width: 1.2em;
  height: 0.2em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
  transform: skew(45deg);
}
.ul_link a.bg_bnr:hover {
  color: #fff;
  opacity: 0.8;
}
.ul_link a[href^="tel:"]:after {
  content: none;
}
.ul_link a[href^="tel:"]:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ul_link a[href^="tel:"]:hover {
    pointer-events: none;
  }
}
.ul_link .icon {
  padding-top: 1.5em;
  position: relative;
}
.ul_link .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
}
.ul_link .icon.icon_web:before {
  width: 43px;
  height: 32px;
  max-width: 1.4827586207em;
  background: url(../img/top/icon_pc_wh.png) no-repeat center top/contain;
}
.ul_link .icon.icon_line:before {
  width: 40px;
  height: 32px;
  max-width: 1.3793103448em;
  background: url(../img/top/icon_line_wh.png) no-repeat center top/contain;
}
.ul_link .icon.icon_tel:before {
  width: 18px;
  height: 24px;
  max-width: 0.6206896552em;
  background: url(../img/top/icon_tel_wh.png) no-repeat center top/contain;
}
.ul_link .tel_link {
  border-bottom: 1px #fff solid;
  font-size: 1.1034482759em;
  width: 100%;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.ul_link .tel_link .icon_tel {
  padding-left: 0.8em;
  position: relative;
}
.ul_link .tel_link .icon_tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0.1em;
  margin: auto;
  max-width: 0.5625em;
  background: url(../img/top/icon_tel_wh.png) no-repeat center left/contain;
}
.ul_link .ul_time {
  font-size: 0.5517241379em;
  display: flex;
  gap: 0.4em;
  line-height: 1.3;
  width: 100%;
}
.ul_link .ul_time li {
  width: calc(50% - 0.2em);
}
.ul_link .ul_time .time_ttl {
  display: block;
  font-size: 0.9375em;
  color: #2a599d;
  text-align: center;
  background: #fff;
  padding: 0.3em 0.2em 0.2em;
  margin-bottom: 0.3em;
}

.sec_cta {
  padding: clamp(40.32px, 5.25vw, 105px) 0;
  background: url(../img/top/bg01.jpg) no-repeat center/cover;
}
.sec_cta .container {
  width: 1000px;
}
.sec_cta .bg_wrap {
  padding: clamp(19.2px, 2.5vw, 50px);
  background: #fff;
}
.sec_cta .cta_ttl {
  font-size: clamp(20px, 3vw, 32px);
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0 0 1em;
}
.sec_cta .cta_ttl::before {
  content: none;
}
.sec_cta .ul_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .sec_cta .ul_link {
    gap: 14px;
  }
}
.sec_cta .ul_link > li {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
  .sec_cta .ul_link > li {
    flex: 1;
    width: unset;
  }
}
.sec_cta .ul_link > li:first-child {
  width: 100%;
}
.sec_cta .ul_link > li:first-child .bg_bnr {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .sec_cta .ul_link > li:first-child .bg_bnr {
    font-size: clamp(20px, 2.7vw, 26px);
  }
}

.sec_trouble {
  padding: 0 0 clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg02.jpg) no-repeat center/cover;
}
.sec_trouble .top_img img {
  width: 100%;
}
.sec_trouble .lp_ttl {
  margin-top: -19.2vw;
}
@media only screen and (min-width: 768px) {
  .sec_trouble .lp_ttl {
    margin-top: -7.55vw;
  }
}
.sec_trouble .bg_wrap {
  background: #fff;
  border: solid 1px #2a599d;
  padding: clamp(15.36px, 2vw, 40px) clamp(19.2px, 2.5vw, 50px);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec_trouble .bg_wrap:first-child {
    margin-left: 17%;
  }
  .sec_trouble .bg_wrap:nth-child(n + 3) {
    margin-top: 2%;
    margin-right: 2%;
  }
  .sec_trouble .bg_wrap:nth-child(5) {
    margin-right: 0;
  }
}
.sec_trouble .bg_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 26px;
  top: 0;
  right: 0;
  margin: auto;
  background: #2a599d;
}
.sec_trouble .trouble_ttl {
  font-weight: normal;
  margin: 0 0 0.3em;
  text-align: left;
  font-size: clamp(18px, 1.8vw, 20px);
  margin-bottom: 0.3em;
}
.sec_trouble .trouble_ttl .large {
  font-size: 1.6em;
}
.sec_trouble .ul_check li {
  font-size: 18px;
  padding-left: 1.6em;
}
.sec_trouble .ul_check li:after {
  top: 8px;
}
.sec_trouble .attention_box {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border: solid 2px #2a599d;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #2a599d;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 24em;
  max-width: 90%;
  margin-top: -5.6em;
  padding: 7% 3%;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .sec_trouble .attention_box {
    letter-spacing: 0.2em;
    font-size: clamp(18px, 2.3vw, 25px);
    padding: 2.4em;
  }
}
.sec_trouble .attention_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 70px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 15.8333333333%;
  transform: translateY(-50%);
  background: url(../img/top/icon_attention.png) no-repeat center/contain;
}
.sec_trouble .attention_box .bg_text {
  background: #2a599d;
  color: #fff;
  padding: 0.5em;
}

.sec_gastroscopy {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg03.jpg) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .sec_gastroscopy {
    background: url(../img/top/stomach-lp_img03.png) no-repeat top right/55.9%,
      url(../img/top/bg03.jpg) no-repeat center/cover;
  }
}
.sec_gastroscopy .gastroscopy_ttl1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.6;
  background: white;
  color: #2a599d;
  font-size: clamp(20px, 2.7vw, 34px);
  letter-spacing: 0.08em;
  padding: 0.2em 0.5em;
  display: inline;
  line-height: 1.8;
}
.sec_gastroscopy .gastroscopy_ttl1 + p {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .sec_gastroscopy .gastroscopy_ttl1 + p {
    margin-top: 3em;
  }
}
.sec_gastroscopy .gastroscopy_ttl3 {
  text-align: center;
  margin: 0 0 1em;
  font-weight: normal;
  letter-spacing: 0.14em;
  font-size: clamp(22px, 2.9vw, 26px);
}
.sec_gastroscopy .gastroscopy_ttl3 .border {
  border: solid 1px;
  padding: 0.1em;
}
.sec_gastroscopy .bg_wrap {
  padding: clamp(23.04px, 3vw, 60px) clamp(19.2px, 2.5vw, 50px)
    clamp(19.2px, 2.5vw, 50px);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .sec_gastroscopy .bg_wrap {
    padding: clamp(26.88px, 3.5vw, 70px) clamp(30.72px, 4vw, 80px)
      clamp(30.72px, 4vw, 80px);
  }
}
.sec_gastroscopy .bg_wrap .border_item {
  border: solid 1px #2a599d;
  text-align: center;
  padding: clamp(7.68px, 1vw, 20px);
  font-size: 18px;
  margin-top: 2.2em;
}
@media only screen and (min-width: 768px) {
  .sec_gastroscopy .bg_wrap .border_item {
    font-size: clamp(16px, 2vw, 22px);
  }
}
.sec_gastroscopy .bg_wrap .style_lead {
  color: #fff;
  margin: 0;
  background: #2a599d;
  border-radius: 50vw;
  letter-spacing: 0.08em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding: 0.2em;
  margin-top: calc((clamp(7.68px, 1vw, 20px) + 1.2em) * -1);
}
.sec_gastroscopy .bg_wrap .style_ttl {
  margin: 0;
  text-align: center;
  color: #2a599d;
  font-size: 1.1818181818em;
  letter-spacing: 0.08em;
  line-height: 1.3846153846;
  margin: 0.5em 0;
  font-weight: normal;
}
.sec_gastroscopy .border_wrap {
  background-color: rgba(247, 251, 255, 0.9);
  border: solid 1px #2a599d;
  padding: clamp(15.36px, 2vw, 40px) clamp(15.36px, 2vw, 40px);
  margin-top: clamp(30.72px, 4vw, 80px);
}
@media only screen and (min-width: 768px) {
  .sec_gastroscopy .border_wrap {
    padding: clamp(15.36px, 2vw, 40px) clamp(24.96px, 3.25vw, 65px);
  }
}
.sec_gastroscopy .border_wrap .icon_ttl {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(20px, 2.8vw, 30px);
  letter-spacing: 0.14em;
  color: #2a599d;
  font-weight: normal;
  margin: 0 0 0.5em;
}
.sec_gastroscopy .border_wrap .icon_ttl .border {
  border: solid 1px;
  padding: 0.1em;
}
.sec_gastroscopy .border_wrap .icon_ttl img {
  width: 2.2666666667em;
}
@media only screen and (min-width: 768px) {
  .sec_gastroscopy .border_wrap .col_2:first-child {
    margin-right: 2%;
    padding-right: 2%;
    border-right: solid 1px #2a599d;
    width: 50%;
  }
}

.sec_timing {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg04.jpg) no-repeat center/cover;
}
.sec_timing h2.lp_ttl.ttl_bg .bg {
  padding: 1em 1em 1em 0;
}
.sec_timing .bg_wrap {
  margin-top: calc((clamp(38.4px, 5vw, 100px) + clamp(20px, 3vw, 30px)) * -1);
  border: solid 1px #2a599d;
  background: #fff;
  padding: clamp(69.12px, 9vw, 180px) clamp(23.04px, 3vw, 60px)
    clamp(30.72px, 4vw, 80px) clamp(23.04px, 3vw, 60px);
  position: relative;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .sec_timing .bg_wrap {
    padding: clamp(69.12px, 9vw, 180px) clamp(53.76px, 7vw, 140px)
      clamp(30.72px, 4vw, 80px) clamp(53.76px, 7vw, 140px);
  }
}
.sec_timing .ul_check li {
  font-size: clamp(18px, 2vw, 24px);
}
.sec_timing .ul_check li:after {
  width: 30px;
  height: 25px;
  top: 0.45em;
  max-width: 1.25em;
  background-size: contain;
  background-position: center top;
}

.sec_merit {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg05.jpg) no-repeat center bottom;
}
@media only screen and (min-width: 768px) {
  .sec_merit .container.wide {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sec_merit .row_end {
    align-items: flex-end;
  }
  .sec_merit .con_text {
    padding-left: max(50vw - 600px, 20px);
    width: 55%;
    margin-right: 2%;
  }
  .sec_merit .con_img {
    width: 43%;
  }
  .sec_merit .con_img img {
    width: 100%;
  }
}
.sec_merit .inspection_ttl {
  font-size: 22px;
  margin: 0 0 1em;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1.7058823529em;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .sec_merit .inspection_ttl {
    font-size: clamp(20px, 2.7vw, 34px);
  }
}
.sec_merit .inspection_ttl:before,
.sec_merit .inspection_ttl:after {
  content: none;
}
.sec_merit .inspection_ttl .dot {
  font-size: 18px;
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .sec_merit .inspection_ttl .dot {
    margin-bottom: 1.5em;
    font-size: 0.5882352941em;
  }
}
.sec_merit .inspection_ttl .border {
  border: solid 1px #2a599d;
  padding: 0 0.1em;
}
.sec_merit .difference_ttl {
  font-size: clamp(20px, 3vw, 34px);
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: clamp(30.72px, 4vw, 80px);
}
.sec_merit .difference_ttl .bg {
  background: #2a599d;
  padding: 1em;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .sec_merit .difference_ttl .bg {
    padding: 1em 2em;
  }
}
.sec_merit .difference_ttl:before,
.sec_merit .difference_ttl:after {
  content: none;
}
.sec_merit .difference_ttl .large {
  font-size: 1.2352941176em;
}
.sec_merit .bg_wrap {
  background: #fff;
  padding: clamp(61.44px, 8vw, 160px) clamp(15.36px, 2vw, 40px)
    clamp(30.72px, 4vw, 80px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  margin-top: calc(clamp(42.24px, 5.5vw, 110px) * -1);
}
@media only screen and (min-width: 768px) {
  .sec_merit .bg_wrap {
    padding: clamp(61.44px, 8vw, 160px) clamp(30.72px, 4vw, 80px)
      clamp(30.72px, 4vw, 80px);
  }
}
.sec_merit .scroll-hint-icon-wrap {
  z-index: 2;
}
.sec_merit .comparison-table {
  width: 100%;
  padding-top: 3em;
  display: block;
}
.sec_merit .comparison-table th,
.sec_merit .comparison-table td {
  border: solid 1px #d2d2d2;
}
.sec_merit .comparison-table th {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}
.sec_merit .comparison-table thead th {
  border: none;
  color: #fff;
  background: #a1a1a1;
  font-size: clamp(18px, 2vw, 24px);
  padding: 1.5em 1em 0.5em;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 1em,
    #a1a1a1 1em,
    #a1a1a1 100%
  );
  position: relative;
}
.sec_merit .comparison-table thead th:first-child {
  background: #fff;
  border: none;
  width: 4em;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.sec_merit .comparison-table thead th:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3em;
  top: -3em;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .sec_merit .comparison-table thead th:first-child {
    width: 20%;
  }
}
.sec_merit .comparison-table thead th.rec {
  border-left: solid 2px #2a599d;
  border-right: solid 2px #2a599d;
  background: #2a599d;
  padding: 1em;
}
.sec_merit .comparison-table thead th .rec_text {
  position: absolute;
  background: #b59456;
  color: #fff;
  font-size: 0.9166666667em;
  border-radius: 50vw;
  padding: 0 1em;
  top: 0;
  transform: translateY(calc(-100% - 5px));
}
.sec_merit .comparison-table thead th .rec_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  top: auto;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
  background: #b59456;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sec_merit .comparison-table tbody th {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #e7f4ff;
  border-left: none;
  border-top: none;
  font-size: clamp(18px, 1.8vw, 20px);
  color: #2a599d;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec_merit .comparison-table tbody th .sp_vertical {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}
.sec_merit .comparison-table tbody td {
  background: #fff;
  padding: 1.9em 1.4em;
}
.sec_merit .comparison-table tbody td.rec {
  border-left: solid 2px #2a599d;
  border-right: solid 2px #2a599d;
}
.sec_merit .comparison-table tbody tr:last-child th {
  border-bottom: solid 2px #e7f4ff;
}
.sec_merit .comparison-table tbody tr:last-child td.rec {
  border-bottom: solid 2px #2a599d;
}

.sec_diagnose {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(231, 244, 255) 100%
  );
}
.sec_diagnose .diagnose_ttl {
  color: #fff;
  background: #2a599d;
  font-size: clamp(20px, 2.7vw, 30px);
  letter-spacing: 0.08em;
  padding: 1em;
  max-width: 80%;
  margin: 0 auto;
  margin-top: calc((clamp(15.36px, 2vw, 40px) + 0.75em + 1em) * -1);
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
}
.sec_diagnose .diagnose_list {
  display: flex;
  gap: clamp(7.68px, 1vw, 20px);
  flex-wrap: wrap;
}
.sec_diagnose .diagnose_list li {
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #2a599d;
  background: #fff;
  border: solid 1px;
  padding: 0.2em;
  font-size: clamp(16px, 2.2vw, 22px);
  width: calc((100% - clamp(7.68px, 1vw, 20px)) / 2);
}
.sec_diagnose .diagnose_list li.w100 {
  width: 100%;
}
.sec_diagnose .bg_wrap {
  background-color: rgba(255, 255, 255, 0.502);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: clamp(15.36px, 2vw, 40px);
  margin-top: calc(
    clamp(20px, 2.7vw, 30px) * 1.5 * 1 / 2 + clamp(20px, 2.7vw, 30px) * 1.8
  ) !important;
}
@media only screen and (min-width: 768px) {
  .sec_diagnose .bg_wrap {
    margin-top: calc(
      clamp(20px, 2.7vw, 30px) * 1.5 * 1 / 2 + clamp(20px, 2.7vw, 30px)
    );
  }
}

.sec_data {
  padding: 0 0 clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg06.jpg) no-repeat center bottom/100%;
  position: relative;
  z-index: 0;
}
.sec_data .lp_ttl {
  margin-top: -19.2vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sec_data .lp_ttl {
    margin-top: -7.55vw;
  }
}
.sec_data .top_img img {
  width: 100%;
}
.sec_data .data_ttl1 {
  font-size: clamp(22px, 2.6vw, 30px);
  text-align: center;
  background: #e7f4ff;
  padding: 0.2em 1em;
  margin: 2em 0 1em;
}
.sec_data .data_ttl2 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: normal;
  text-align: center;
  width: fit-content;
  margin: 0 auto 1em;
  background: #fff;
  padding: 0 1em;
  color: #2a599d;
}
.sec_data .data_ttl2::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translateY(50%) translateX(50%);
  margin: 0 auto;
  width: 1200px;
  height: 2px;
  border-bottom: 1px solid #2a599d;
  z-index: -1;
}
.sec_data .table th,
.sec_data .table td {
  font-weight: normal;
  text-align: center !important;
  padding: 10px 5px;
}
@media only screen and (min-width: 768px) {
  .sec_data .table th,
  .sec_data .table td {
    font-size: clamp(18px, 1.8vw, 22px);
    padding: 15px 10px;
  }
}
.sec_data .table tr.total th,
.sec_data .table tr.total td {
  background: #fff;
}
.sec_data .table tr.men th,
.sec_data .table tr.men td {
  background: #e7f4ff;
}
.sec_data .table tr.women th,
.sec_data .table tr.women td {
  background: #fff0f5;
}
.sec_data .bg_wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: clamp(15.36px, 2vw, 40px);
}
.sec_data .sex_text {
  color: #fff;
  font-size: clamp(18px, 1.8vw, 22px);
  text-align: center;
  padding: 0.2em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_data .sex_text.men {
  background: #2a599d;
}
.sec_data .sex_text.women {
  background: #ef7b91;
}
.sec_data .ranking_list {
  width: fit-content;
  margin: 0 auto 30px;
}
.sec_data .ranking_list li {
  font-size: clamp(18px, 1.8vw, 22px);
}
.sec_data .ranking_list li .text-wrap {
  margin-right: 10px;
}
.sec_data .ranking_list .color01 {
  color: #2a599d;
}
.sec_data .ranking_list .color02 {
  color: #ef7b91;
}
.sec_data .graph_img {
  text-align: center;
}
.sec_data .graph_img img {
  max-width: 94%;
  margin: 0 auto;
}

.sec_pickup {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg07.jpg) no-repeat center/cover;
}
.sec_pickup .col_4 {
  display: flex;
}
.sec_pickup .col_4:nth-child(2n) .point_text {
  background: #b59456;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sec_pickup .col_4 {
    width: 32% !important;
    margin-right: 2% !important;
  }
  .sec_pickup .col_4:nth-child(3n) {
    margin-right: 0 !important;
  }
  .sec_pickup .col_4:nth-child(n + 4) {
    margin-top: 2% !important;
  }
  .sec_pickup .col_4:last-child {
    margin-right: 0 !important;
  }
}
.sec_pickup .border_item {
  border: solid 1px #2a599d;
  text-align: center;
  padding: clamp(7.68px, 1vw, 20px);
  font-size: 18px;
  margin-top: 1.2em;
  flex: 1;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .sec_pickup .border_item {
    font-size: clamp(16px, 2vw, 22px);
  }
}
.sec_pickup .point_text {
  color: #fff;
  margin: 0;
  background: #2a599d;
  border-radius: 50vw;
  letter-spacing: 0.08em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding: 0.2em;
  margin: 0 auto;
  margin-top: calc((clamp(7.68px, 1vw, 20px) + 1.2em) * -1);
  margin-bottom: 1em;
  max-width: 90%;
  font-size: 1em;
}
.sec_pickup .point_ttl {
  margin: 0;
  text-align: center;
  color: #2a599d;
  letter-spacing: 0.08em;
  line-height: 1.3846153846;
  margin: 0.5em 0 0;
  font-weight: normal;
  font-size: 0.9em;
}
.sec_pickup .ul_link {
  display: flex;
  flex-direction: column;
  gap: clamp(7.68px, 1vw, 20px);
  width: 100%;
}
.sec_pickup .ul_link .icon {
  padding-top: 0.7em;
}
.sec_pickup .ul_link .icon.icon_tel:before {
  max-width: 0.6206896552em;
}
.sec_pickup .ul_link .icon.icon_web:before {
  max-width: 1em;
}
.sec_pickup .ul_link .icon.icon_line:before {
  max-width: 1em;
}
.sec_pickup .ul_link .bg_bnr {
  padding: 0.5em;
  height: 3.9655172414em;
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .sec_pickup .ul_link .bg_bnr {
    font-size: 24px;
  }
}

.sec_flow {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg08.jpg) no-repeat center/cover;
}
.sec_flow .thumbnail-slider {
  margin-top: 20px;
  list-style: none;
}
.sec_flow .thumbnail-slider .slick-track {
  transform: unset !important;
  width: 100% !important;
  gap: 10px !important;
  display: flex !important;
  counter-reset: listnum;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .sec_flow .thumbnail-slider .slick-track {
    gap: 15px !important;
  }
}
.sec_flow .thumbnail-slider .slick-track:before {
  content: none;
}
.sec_flow .thumbnail-slider li {
  width: calc((100% - 10px) / 2) !important;
  border: solid 1px #2a599d;
  background: #fff;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(18px, 2.7vw, 30px);
  letter-spacing: 0.08em;
  color: #2a599d;
  position: relative;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .sec_flow .thumbnail-slider li {
    width: calc((100% - 30px) / 3) !important;
  }
}
.sec_flow .thumbnail-slider li:before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) ".";
  position: absolute;
  left: 1em;
}
.sec_flow .thumbnail-slider li.slick-current {
  background: #2a599d;
  color: #fff;
}
.sec_flow .thumbnail-slider li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sec_flow .main-slider {
  list-style: none;
}
.sec_flow .main-slider .slick-slide {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.sec_flow .main-slider .bg_wrap {
  background-color: rgb(255, 255, 255);
  padding: clamp(19.2px, 2.5vw, 50px);
}
.sec_flow .main-slider .step_ttl {
  background: #e7f4ff;
  font-weight: 400;
  font-size: clamp(20px, 2.7vw, 30px);
  padding: 0.2em 0.3em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.8em;
}
.sec_flow .main-slider .step_ttl .step {
  background: #2a599d;
  color: #fff;
  font-size: 0.6666666667em;
  padding: 0.2em 0.5em;
}
.sec_flow .main-slider .slick-dots {
  bottom: -35px;
}
@media only screen and (min-width: 768px) {
  .sec_flow .main-slider .slick-dots {
    bottom: -55px;
  }
}
.sec_flow .main-slider .slick-dots li.slick-active button:before {
  background: #2a599d;
}
.sec_flow .main-slider .slick-dots li button:before {
  content: "";
  background: #c7c7c7;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .sec_flow .main-slider .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.sec_flow .main-slider .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.sec_flow .main-slider .slide-arrow:hover {
  cursor: pointer;
}
.sec_flow .main-slider .slide-arrow.next-arrow {
  right: -15px;
  width: 20px;
}
@media (min-width: 1300px) {
  .sec_flow .main-slider .slide-arrow.next-arrow {
    transform: translateX(140%);
    width: 27px;
    right: 0;
  }
}
.sec_flow .main-slider .slide-arrow.prev-arrow {
  left: -15px;
  width: 20px;
}
@media (min-width: 1300px) {
  .sec_flow .main-slider .slide-arrow.prev-arrow {
    transform: translateX(-140%);
    width: 27px;
    left: 0;
  }
}

.sec_fee {
  padding: clamp(46.08px, 6vw, 120px) 0;
}
.sec_fee .large {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .sec_fee .large {
    font-size: 24px;
  }
}

.sec_tab {
  background: #f2faff;
  padding: clamp(46.08px, 6vw, 120px) 0;
}
.sec_tab .tab_btn {
  display: block;
}
.sec_tab .tab_item {
  display: none;
  padding: clamp(23.04px, 3vw, 60px);
  margin-top: clamp(19.2px, 2.5vw, 50px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_btn_wrap {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    gap: 15px;
  }
}
.sec_tab .tab_btn_wrap .tab_btn {
  width: calc((100% - 10px) / 2) !important;
  border: solid 1px #2a599d;
  background: #fff;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(18px, 2.7vw, 30px);
  letter-spacing: 0.08em;
  color: #2a599d;
  position: relative;
  transition: 0.2s;
  padding: 0.5em;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .sec_tab .tab_btn_wrap .tab_btn {
    width: calc((100% - 30px) / 3) !important;
  }
}
.sec_tab .tab_btn_wrap .tab_btn.active {
  background: #2a599d;
  color: #fff;
}
.sec_tab .tab_btn_wrap .tab_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sec_greeting {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: url(../img/top/bg09.jpg) no-repeat center bottom/cover;
}
.sec_greeting .greeting_ttl1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.6;
  background: #2a599d;
  color: #fff;
  font-size: clamp(20px, 2.7vw, 30px);
  letter-spacing: 0.08em;
  padding: 0.3em 0.5em;
  display: inline;
  line-height: 2;
  font-weight: normal;
}
.sec_greeting .greeting_ttl1 + p {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .sec_greeting .greeting_ttl1 + p {
    margin-top: 3em;
  }
}
.sec_greeting .greeting_ttl2 {
  color: #fff;
  background: #2a599d;
  font-size: clamp(20px, 2.7vw, 30px);
  letter-spacing: 0.08em;
  padding: 0.8em;
  max-width: 80%;
  margin: 0 auto;
  margin-top: calc((clamp(15.36px, 2vw, 40px) + 0.75em + 0.8em) * -1);
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
}
.sec_greeting .greeting_ttl3 {
  font-size: clamp(18px, 2.7vw, 26px);
  color: #2a599d;
  letter-spacing: 0.08em;
  background: #e7f4ff;
  padding: 0.4em 0.5em;
  font-weight: normal;
  margin: 1.5em 0 0.5em;
}
.sec_greeting .bg_wrap {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: clamp(15.36px, 2vw, 40px);
  margin-top: calc(
    clamp(20px, 2.7vw, 30px) * 1.5 * 1 / 2 + clamp(20px, 2.7vw, 30px) * 1.8
  ) !important;
}
@media only screen and (min-width: 768px) {
  .sec_greeting .bg_wrap {
    margin-top: calc(
      clamp(20px, 2.7vw, 30px) * 1.5 * 1 / 2 + clamp(20px, 2.7vw, 30px)
    );
  }
}
@media only screen and (min-width: 768px) {
  .sec_greeting .con_img {
    width: 44% !important;
  }
  .sec_greeting .con_text {
    width: 52% !important;
  }
}

.sec_images {
  padding: clamp(46.08px, 6vw, 120px) 0;
  background: #f2faff;
}
.sec_images .img_slider {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.sec_images .img_slider img {
  border-radius: 0;
}
.sec_images .img_slider .img_slide_thumb {
  margin-top: 10px;
}
.sec_images .img_slider .img_slide_thumb img {
  padding: 0 2px;
}
.sec_images .img_slider .img_slide_main .slick-prev,
.sec_images .img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}
.sec_images .img_slider .img_slide_main .slick-prev::before,
.sec_images .img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}
.sec_images .img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}
.sec_images .img_slider .img_slide_main .slick-next {
  right: 5px;
}
.sec_images .img_slider .slick-prev,
.sec_images .img_slider .slick-next {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -15px;
}
.sec_images .img_slider .slick-prev:hover,
.sec_images .img_slider .slick-next:hover {
  cursor: pointer;
}
.sec_images .img_slider .slick-prev::before,
.sec_images .img_slider .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M14.1000,-0.001 C6.716,-0.001 -0.000,6.713 -0.000,14.998 C-0.000,23.283 6.716,29.998 14.1000,29.998 C23.284,29.998 29.1000,23.283 29.1000,14.998 C29.1000,6.713 23.284,-0.001 14.1000,-0.001 ZM19.598,20.120 L16.883,22.835 L9.045,14.998 L16.883,7.160 L19.598,9.873 L14.475,14.998 L19.598,20.120 Z'/%3E%3C/svg%3E");
}
.sec_images .img_slider .slick-prev {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .sec_images .img_slider .slick-prev {
    left: 0px;
  }
}
.sec_images .img_slider .slick-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .sec_images .img_slider .slick-next {
    right: 0px;
  }
}
.sec_images .img_slider .slick-next::before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.sec_images .img_slider .img_slide_main .item {
  position: relative;
}
.sec_images .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: 5px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_images .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .sec_images .img_slider .img_slide_main .slick-prev,
  .sec_images .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .sec_images .img_slider .img_slide_main .slick-prev::before,
  .sec_images .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .sec_images .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .sec_images .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
  .sec_images .img_slider .img_slide_main .img_slider_title {
    padding: 15px 10px;
  }
} /*# sourceMappingURL=bond.css.map */

@media (min-width: 768px) {
  .sec_images .container {
    width: 850px;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .sec_merit .comparison-table thead th:first-child {
    width: 2em;
  }

  .sec_merit .bg_wrap {
    width: 100vw;
  }

  .sec_merit .container.fix_container {
    margin-right: unset;
    margin-left: unset;
  }

  .js-scrollable table {
    min-width: 620px;
  }

  .sec_merit .difference_ttl {
    margin-left: 9vw;
  }
}
