.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: #fff !important;
  min-width: auto;
  max-width: 100%;
  background: #9fd8ee;
  border: 1px solid #9fd8ee;
  width: 280px;
  border-radius: 0;
  padding: 1.3rem 5rem;
  font-size: 16px;
  border-radius: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url("../img/common/btn_bg02.png") no-repeat center/cover;
  -webkit-box-shadow: 0px 8px 17px #00000033;
          box-shadow: 0px 8px 17px #00000033;
  border: none;
}
.btnstyle a:hover {
  opacity: .7;
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnstyle a:after {
  width: 40px;
  height: 5px;
  border: none;
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .btnstyle a:after {
    width: 20px;
    background: url("../img/common/hov_btn_arrow.png") no-repeat center right/cover;
  }
}
.btnstyle__right a {
  margin-right: 0;
}
.btnstyle__left a {
  margin-left: 0;
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #9fd8ee;
  background: url("../img/common/under_title.png") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  font-family: "Noto Serif JP", 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: "Noto Serif JP", serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h2:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #7dbad2;
}
.mce-content-body h3 {
  color: #333333;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 2px solid #cccccc;
  position: relative;
  padding-left: 53px;
}
.mce-content-body h3:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  background: url("../img/common/h3.png") no-repeat center/contain;
  width: 39px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h4 {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
  position: relative;
  padding-left: 16px;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h4:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 4px;
  height: 30px;
  background: url("../img/common/h4.png") no-repeat center/contain;
}
.mce-content-body h5 {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 24px;
}
.mce-content-body h5:before {
  display: none;
}
.mce-content-body h5:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 10px;
  height: 10px;
  background: #9fd8ee;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .mce-content-body h5:after {
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}

.text-large {
  color: #333333;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e1f1f5));
  background: linear-gradient(transparent 60%, #e1f1f5 60%);
}
@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: 1000px;
}

.section_bg {
  background: #faf5ef;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #eef5f9;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #eef5f9;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #eef5f9;
}

.box_border {
  background: #fff;
  border: 5px solid #e8e2da;
}

.box_border .box_bg {
  background: #eef5f9;
}

.section_bg .box_border .box_bg {
  background: #eef5f9;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 10px;
  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 #ecf5fb !important;
  border-radius: 10px !important;
  padding: 30px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #333333;
  border-radius: 0;
  padding: .5em 1em .5em 3.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 24px;
  border: 1px solid #9fd8ee;
  border-radius: 3px;
  color: #9fd8ee !important;
  border-color: #9fd8ee;
  display: block;
  width: 100%;
  padding: 15px 25px;
  -webkit-box-shadow: 0px 8px 17px #00000033;
          box-shadow: 0px 8px 17px #00000033;
  border: none;
  padding-right: 60px;
  color: #fff !important;
  background: url("../img/common/btn_bg01.png") no-repeat center/cover;
}
.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: 40px;
  height: 5px;
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
}
.link_anchor a:hover {
  background: #9fd8ee;
  color: #fff !important;
}
.link_anchor a:hover::after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.link_anchor a:after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
}
.link_anchor a:hover {
  opacity: .7;
  color: #fff !important;
  background: url("../img/common/btn_bg01.png") no-repeat center/cover;
}
.link_anchor a:hover:after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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::before {
  border-radius: 50%;
  background: #9fd8ee;
  height: 8px;
  left: 0;
  top: 11px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #9fd8ee;
  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 #9fd8ee;
  top: 12px;
}

.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: #9fd8ee;
  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: 19px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }

  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  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: 400;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #9fd8ee;
  line-height: 33px;
}
.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: #9fd8ee;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #d6c9b9;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}

.flow-block {
  border: 5px solid #e8e2da;
  background: #fff;
  border-radius: 10px;
  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: #c5dee4;
  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: #c5dee4;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: "Noto Serif JP", serif;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #9fd8ee;
  background: #9fd8ee;
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 0;
}

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 #7dbad2;
  color: #7dbad2;
  width: 25%;
  border-bottom: none;
  font-weight: 300;
}
@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 #7dbad2;
}
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: #7dbad2;
  border-bottom: 1px solid #7dbad2;
  border-top: 1px solid #7dbad2;
}
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: .8rem .2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #e1f1f5;
  color: #333333;
}
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: #e7f0f4;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 tbody th {
  background: #f4fcff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee2 tbody td:last-child {
  text-align: left;
}
table.table_fee_bg tbody tr th {
  background: #f4fcff;
}
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: #9fd8ee !important;
}

.consul2 {
  color: #d6c9b9 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #9fd8ee;
}
.footer .footer_bg01, .footer .footer_bg02 {
  padding: 50px 0;
}
.footer .footer_bg01 {
  background: #fff;
}
.footer .footer_bg02 {
  background: #faf5ef;
}
.footer .footer_link {
  display: inline-block;
  margin-top: 10px;
  color: #7dbad2;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #7dbad2;
  position: relative;
  padding-right: 32px;
  text-decoration: none;
}
.footer .footer_link:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 5px;
  background: url("../img/common/footer_arrow.png") no-repeat center/cover;
}
.footer .footer_link:hover {
  border-bottom: 1px solid #fff;
}
.footer .sec_logo {
  margin: 0 0 25px;
  text-align: center;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th, .footer table.address td {
  vertical-align: top;
  padding: 16px 0;
  line-height: 1.4;
  border-bottom: 1px solid #efefef;
}
.footer table.address tr:first-child th, .footer table.address tr:first-child td {
  padding-top: 0;
}
.footer table.address th {
  width: 100px;
  font-weight: 400;
  text-align: left;
  padding-right: 8px;
}
.footer .table_timetable {
  margin-bottom: 15px;
}
.footer .table_timetable th, .footer .table_timetable td {
  font-weight: 400;
  border-color: #efefef;
}
.footer .table_timetable thead th, .footer .table_timetable thead td {
  padding: 11px 0.2rem;
}
.footer .table_timetable tbody th, .footer .table_timetable tbody td {
  padding: 16px 0.2rem;
}
.footer .sec_img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer .footer_bg01, .footer .footer_bg02 {
    padding: 70px 0;
  }
  .footer .sec_logo {
    margin: 0 0 50px;
  }
  .footer .footer_bg01 {
    position: relative;
    z-index: 0;
  }
  .footer .footer_bg01:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 75%;
    right: 0;
    top: 35%;
    bottom: 0;
    width: 150px;
    height: 150px;
    z-index: -1;
    background: url("../img/common/footer_bg.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1250px) {
  .footer .footer_bg01, .footer .footer_bg02 {
    padding: 100px 0;
  }
}

.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer .row1 {
  margin-bottom: 0;
}
.footer .row2 {
  margin-bottom: 0;
}
.footer .sec_title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 15px;
  position: relative;
  padding-left: 20px;
}
.footer .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 14px;
  bottom: auto;
  width: 10px;
  height: 10px;
  background: #9fd8ee;
  border-radius: 50%;
}
.footer .sec_list {
  margin: 0;
}
.footer .sec_list li {
  margin-top: 0;
}
.footer .sec_list li:not(:first-child) {
  margin-top: 9px;
}
.footer .sec_list li a {
  color: #333333;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}
.footer .sec_list li a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #7dbad2;
}
.footer .sec_list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px 2%;
  }
  .footer .list_box .sec_list {
    width: 49%;
  }
  .footer .list_box .sec_list:nth-child(3) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer .row2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .row2 .col_2 {
    margin: 0;
  }
  .footer .row2 .col_2:first-child {
    width: 37%;
    padding-right: 1.5%;
  }
  .footer .row2 .col_2:last-child {
    border-left: 1px solid #e8e2da;
    padding-left: 1.5%;
    width: 63%;
  }
  .footer .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .list_box .sec_list:first-child {
    width: 49%;
    margin-right: 2%;
  }
  .footer .list_box .sec_list:last-child {
    width: 49%;
  }
  .footer .list_box .sec_list3 {
    width: 32% !important;
    margin-right: 2%;
  }
  .footer .list_box .sec_list3:last-child {
    margin-right: 0;
  }
  .footer .sec_title {
    font-size: 24px;
  }
  .footer .sec_title:after {
    top: 17px;
  }
}
@media screen and (min-width: 1250px) {
  .footer .row2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .row2 .col_2 {
    margin: 0;
  }
  .footer .row2 .col_2:first-child {
    width: 37%;
    padding-right: 7%;
  }
  .footer .row2 .col_2:last-child {
    padding-left: 7%;
    width: 63%;
  }
}

.copyright {
  background: #e8e2da;
  color: #333333;
  margin-top: 0;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 24%;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(320px * 12);
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
            transform: translateX(calc(-320px * 6));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
            transform: translateX(calc(-320px * 6));
  }
}
.wd_small {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .wd_small {
    max-width: 70%;
  }
}

.sec_top {
  margin: 0;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
.sec_top .sec_text {
  line-height: 32px;
  letter-spacing: 0.05em;
}
.sec_top .btnstyle a {
  padding: 1.8rem 5rem;
}
.sec_top h2 {
  font-family: "Noto Serif JP", serif;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
}
.sec_top h2:before, .sec_top h2:after {
  display: none;
}
.sec_top h2 .sec_span {
  display: block;
  font-size: 42px;
  line-height: 42px;
  color: #efefef;
  margin-bottom: -28px;
}
.sec_top h2 .sec_span2 {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    letter-spacing: 0;
  }
  .sec_top h2 .sec_span {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: -47px;
  }
  .sec_top h2 .sec_span2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1250px) {
  .sec_top h2 {
    letter-spacing: 0.1em;
  }
  .sec_top h2 .sec_span {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: -85px;
  }
  .sec_top h2 .sec_span2 {
    font-size: 45px;
    line-height: 48px;
  }
}

.sec01 {
  padding: 0;
}
.sec01 .sec_title {
  text-align: center;
  margin: 40px 0 !important;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  z-index: 0;
  padding: 18px 0 31px;
  font-family: "Noto Serif JP", serif;
}
.sec01 .sec_title span {
  display: inline-block;
  vertical-align: middle;
}
.sec01 .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background: url("../img/top/sec01_bg03.png") no-repeat center/cover;
  z-index: -1;
}
.sec01 .sec_title .sec_span {
  font-size: 24px;
  line-height: 32px;
}
.sec01 .sec_title .sec_span2 {
  font-size: 32px;
  line-height: 32px;
  color: #7ebbd2;
}
.sec01 .sec01_bg {
  padding: 50px 0;
  background: url("../img/top/sec01_bg01.png") no-repeat center/cover;
}
.sec01 .sec_title2 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 34px;
}
.sec01 .sec_title2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url("../img/top/sec01_icon.png") no-repeat center/cover;
}
.sec01 .address tr th, .sec01 .address tr td {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.sec01 .address tr:first-child th, .sec01 .address tr:first-child td {
  padding-top: 0;
}
.sec01 .address tr th {
  width: 65px;
}
.sec01 .address tr th .sec_span {
  background: #fff;
  padding: 2px 10px;
}
.sec01 .address tr td {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .sec01 {
    position: relative;
    z-index: 0;
  }
  .sec01:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: -66px;
    width: 150px;
    height: 132px;
    background: url("../img/top/sec01_bg02.png") no-repeat center/cover;
  }
  .sec01 .sec01_bg {
    padding: 70px 0;
  }
  .sec01 .text_box {
    max-width: 480px;
  }
  .sec01 .sec_title {
    margin: 50px 0 !important;
    font-size: 24px;
    line-height: 40px;
    padding: 18px 0 31px;
  }
  .sec01 .sec_title:after {
    width: 94px;
    height: 94px;
  }
  .sec01 .sec_title .sec_span {
    font-size: 30px;
    line-height: 40px;
  }
  .sec01 .sec_title .sec_span2 {
    font-size: 40px;
    line-height: 40px;
  }
  .sec01 .sec_title2 {
    font-size: 26px;
    line-height: 26px;
  }
  .sec01 .sec_title2:after {
    top: 4px;
  }
}
@media screen and (min-width: 1250px) {
  .sec01:after {
    bottom: -66px;
    width: 150px;
    height: 132px;
  }
  .sec01 .sec01_bg {
    padding: 100px 0;
  }
  .sec01 .sec_title2 {
    font-size: 30px;
    line-height: 30px;
  }
  .sec01 .sec_title2:after {
    top: 4px;
  }
  .sec01 .sec_title {
    margin: 75px 0 !important;
    font-size: 30px;
    line-height: 60px;
    padding: 18px 0 31px;
  }
  .sec01 .sec_title:after {
    width: 120px;
    height: 120px;
  }
  .sec01 .sec_title .sec_span {
    font-size: 40px;
    line-height: 60px;
  }
  .sec01 .sec_title .sec_span2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .sec01:after {
    bottom: -158px;
    width: 360px;
    height: 316px;
  }
}

.sec02 {
  padding: 50px 0;
}
.sec02 .sec02_text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 25px !important;
}
.sec02 .sec_point_text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
.sec02 .point_contents {
  margin-bottom: 30px;
}
.sec02 .sec02_point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.sec02 .sec02_point_box:first-child {
  padding-top: 0;
}
.sec02 .sec02_point_box .sec_point {
  width: 70px;
  margin: 0;
}
.sec02 .sec02_point_box .sec_point_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
  }
  .sec02 .sec02_text {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1250px) {
  .sec02 {
    padding: 80px 0 100px;
  }
  .sec02 h2 {
    margin-bottom: 45px !important;
  }
  .sec02 .sec02_text {
    letter-spacing: 0.1em;
    margin-bottom: 45px !important;
  }
}

.sec03 {
  padding: 0 0 50px;
}
.sec03 .sec_title {
  font-size: 26px;
  line-height: 26px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
}
.sec03 .sec_title .sec_span {
  padding-top: 14px;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.sec03 .btnstyle a {
  max-width: 170px;
  padding: 0.8rem 2rem;
}
.sec03 .btnstyle a:after {
  width: 20px;
  background: url("../img/common/hov_btn_arrow.png") no-repeat center right/cover;
}
.sec03 dl dt {
  color: #999999;
  padding-bottom: 5px;
}
.sec03 dl dd:not(:last-child) {
  margin-bottom: 17px;
}
.sec03 dl dd a {
  color: #333333;
  text-decoration: none;
}
.sec03 dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec03 .sec_title {
    text-align: center;
  }
  .sec03 .title_box {
    margin-bottom: 20px;
  }
  .sec03 .row .col_2:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 0 0 60px;
  }
  .sec03 .sec_title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .sec03 .sec_title .sec_span {
    padding-top: 18px;
    font-size: 18px;
    line-height: 18px;
  }
  .sec03 .news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
  }
  .sec03 .news_box .title_box {
    width: 110px;
  }
  .sec03 .news_box .sec_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec03 .btnstyle a {
    max-width: 110px;
    margin: 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec03 {
    padding: 0 0 70px;
  }
  .sec03 .btnstyle a {
    max-width: 170px;
  }
  .sec03 .news_box {
    gap: 0 8%;
  }
  .sec03 .news_box .title_box {
    width: 170px;
  }
  .sec03 .sec_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .sec03 .sec_title .sec_span {
    padding-top: 18px;
    font-size: 18px;
    line-height: 18px;
  }
}

.sec04 {
  padding: 0 0 50px;
}
.sec04 h2 .sec_span {
  margin-bottom: -25px;
}
.sec04 h2 .sec_span2 {
  line-height: 35px;
}
.sec04 .sec_text2 {
  margin-bottom: 30px !important;
}
.sec04 .sec_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec04 .sec_title_box .sec_no {
  width: 60px;
}
.sec04 .sec_title_box .sec_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec04 .sec_title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0em;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}
.sec04 .sec_no {
  color: #7dbad2;
  letter-spacing: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}
.sec04 .sec_no .sec_span {
  font-size: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
}
.sec04 .sec_no .sec_span2 {
  text-align: center;
  padding-top: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
}
.sec04 .sec04_box1 {
  margin-bottom: 25px;
}
.sec04 .sec04_box3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04_box2 .sec_title_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec04 .sec04_box:not(:last-child) {
    margin-bottom: 35px;
  }
  .sec04 .sec04_box2 {
    margin-bottom: 35px;
  }
  .sec04 .sec04_box2 .row .col_2:not(:first-child) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 0 0 70px;
  }
  .sec04 .sec04_box {
    padding-top: 65px;
  }
  .sec04 .sec_title {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0em;
  }
  .sec04 .sec04_box2 .sec_title {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .sec04 .sec_no {
    letter-spacing: 0em;
  }
  .sec04 .sec_no .sec_span {
    font-size: 18px;
    line-height: 18px;
  }
  .sec04 .sec_no .sec_span2 {
    padding-top: 10px;
    font-size: 50px;
    line-height: 50px;
  }
  .sec04 .sec_title_box {
    gap: 0 10px;
    margin-bottom: 25px;
  }
  .sec04 .sec_title_box .sec_no {
    width: 70px;
  }
  .sec04 .sec_title_box .sec_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec04 .sec04_box .text_box {
    margin: auto;
    max-width: 1000px;
    width: 100%;
  }
  .sec04 .sec04_box .container {
    width: 1052px;
  }
  .sec04 .sec04_box1 {
    background: url("../img/top/sec04_bg01.png") no-repeat center top;
  }
  .sec04 .sec04_box2 {
    position: relative;
    z-index: 1;
  }
  .sec04 .sec04_box2:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: -26%;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: url("../img/top/sec04_bg02.png") no-repeat center top;
    z-index: -1;
  }
  .sec04 .sec04_box2 .row .col_2 {
    margin-top: 0;
  }
  .sec04 .sec04_box2 .row .col_2 .sec_img {
    text-align: left;
  }
  .sec04 .sec04_box2 .row .col_2:nth-child(1) {
    padding-top: 40px;
    background: url("../img/top/sec04_bg02_1.png") no-repeat center top 40%;
  }
  .sec04 .sec04_box2 .row .col_2:nth-child(2) {
    padding-top: 40px;
    background: url("../img/top/sec04_bg02_2.png") no-repeat center top;
  }
  .sec04 .sec04_box2 .row .col_2:nth-child(3) {
    background: url("../img/top/sec04_bg02_3.png") no-repeat center top 50%;
  }
  .sec04 .sec04_box2 .row .col_2:nth-child(4) {
    background: url("../img/top/sec04_bg02_4.png") no-repeat center top 50%;
  }
  .sec04 .sec04_box2 .row .col_2:nth-child(3) .sec_img, .sec04 .sec04_box2 .row .col_2:nth-child(4) .sec_img {
    text-align: right;
  }
  .sec04 .sec04_box3 {
    background: url("../img/top/sec04_bg03.png") no-repeat center top;
  }
  .sec04 .sec04_box3 .container {
    width: 1000px;
  }
  .sec04 .sec04_box4 {
    background: url("../img/top/sec04_bg04.png") no-repeat center top;
  }
  .sec04 .sec04_box4 .container {
    width: 1025px;
  }
  .sec04 .sec04_box4 .text_box {
    margin-left: auto;
    margin-right: 0;
    max-width: 840px;
  }
  .sec04 .sec04_box4 .sec_img {
    text-align: right;
  }
  .sec04 .sec_text2 {
    text-align: center;
    margin-bottom: 40px !important;
  }
  .sec04 h2 .sec_span {
    margin-bottom: -45px;
  }
  .sec04 h2 .sec_span2 {
    line-height: 60px;
  }
  .sec04 .sec02_text_box {
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    max-width: 440px;
  }
}
@media screen and (min-width: 1250px) {
  .sec04 {
    padding: 0 0 100px;
  }
  .sec04 .sec02_text_box {
    padding: 30px;
  }
  .sec04 .sec_title_box {
    gap: 0 30px;
    margin-bottom: 25px;
  }
  .sec04 .sec_title_box .sec_no {
    width: 80px;
  }
  .sec04 .sec_title_box .sec_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec04 .sec_title {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 0.1em;
  }
  .sec04 .sec04_box2 .sec_title {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
  .sec04 .sec_no {
    letter-spacing: 0.05em;
  }
  .sec04 .sec_no .sec_span {
    font-size: 18px;
    line-height: 18px;
  }
  .sec04 .sec_no .sec_span2 {
    padding-top: 10px;
    font-size: 60px;
    line-height: 60px;
  }
  .sec04 .sec04_box1 .sec_title_box {
    margin-top: -30px;
  }
  .sec04 .sec04_box3 .sec_title_box {
    margin-top: 10px;
  }
  .sec04 .sec04_box4 .sec_title_box {
    margin-top: -20px;
  }
  .sec04 h2 .sec_span {
    margin-bottom: -100px;
  }
  .sec04 h2 .sec_span2 {
    line-height: 70px;
  }
}

.sec05 {
  padding: 50px 0;
  background: url("../img/top/sec05_bg.png") no-repeat center top;
}
.sec05 h2 .sec_span {
  color: #fff;
}
.sec05 .text_box {
  background: #fff;
  padding: 30px 8px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.sec05 .btnstyle a {
  padding: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec05 h2 .sec_span {
  margin-bottom: -25px;
}
.sec05 h2 .sec_span2 {
  line-height: 35px;
}
.sec05 .sec_title {
  font-size: 20px;
  line-height: 32px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.05em;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}
.sec05 .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #9fd8ee;
}
.sec05 .sec_title2 {
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}
.sec05 .sec_title2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #9fd8ee;
}
.sec05 .text_box .btnstyle a {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .sec05 h2 .sec_span2 {
    letter-spacing: -0.05em;
  }
  .sec05 .text_box2 .row .col_3:not(:first-child) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 70px 0;
  }
  .sec05 h2 .sec_span {
    margin-bottom: -45px;
  }
  .sec05 h2 .sec_span2 {
    line-height: 60px;
  }
  .sec05 .text_box .btnstyle a {
    margin: 0;
  }
  .sec05 .sec_title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .sec05 .sec_title2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 96px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .sec05 .text_box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .sec05 .text_box2 .row .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec05 .text_box2 .row .col_3 .btnstyle {
    margin-top: auto;
  }
}
@media screen and (min-width: 1250px) {
  .sec05 {
    padding: 60px 0 100px;
  }
  .sec05 h2 .sec_span {
    margin-bottom: -100px;
  }
  .sec05 h2 .sec_span2 {
    line-height: 70px;
  }
  .sec05 .sec_title {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.1em;
  }
  .sec05 .sec_title2 {
    min-height: 96px;
    font-size: 22px;
    line-height: 40px;
  }
  .sec05 .text_box2 .row {
    gap: 0 11%;
  }
  .sec05 .text_box2 .row .col_3 {
    width: 26%;
    margin: 0;
  }
  .sec05 .text_box {
    padding: 50px;
    margin-bottom: 50px;
  }
}

.sec06 {
  margin-top: 40px;
  padding: 40px 0 50px;
  background: url("../img/top/sec06_bg.png") no-repeat center/cover;
  position: relative;
}
.sec06 h2 {
  left: 0;
  right: 0;
  bottom: auto;
  top: -35px;
  margin: auto;
  position: absolute;
}
.sec06 .sec_bnr a {
  background: url("../img/top/sec06_btn_bg.png") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 17px #00000033;
          box-shadow: 0px 8px 17px #00000033;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  color: #333333;
}
.sec06 .sec_bnr a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .7;
}
.sec06 .sec_bnr a .sec_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
}
.sec06 .sec_bnr a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 15px;
  width: 40px;
  height: 5px;
  background: url("../img/top/sec06_arrow.png") no-repeat center/cover;
}
.sec06 .sec_title {
  font-size: 18px;
  line-height: 28px;
  min-height: 56px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 60px 0 70px;
    margin-top: 50px;
  }
  .sec06 .sec_bnr a {
    height: 220px;
  }
  .sec06 .sec_bnr a:after {
    bottom: 30px;
  }
  .sec06 h2 {
    top: -65px;
  }
  .sec06 .sec_title {
    font-size: 18px;
    line-height: 28px;
    min-height: 58px;
  }
}
@media screen and (min-width: 1250px) {
  .sec06 {
    padding: 80px 0 100px;
    margin-top: 65px;
  }
  .sec06 h2 {
    top: -89px;
    letter-spacing: 0.1em;
  }
  .sec06 h2 .sec_span {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: -69px;
  }
  .sec06 h2 .sec_span2 {
    font-size: 48px;
    line-height: 48px;
  }
  .sec06 .sec_title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
  }
  .sec06 .row .col_4 {
    width: 22%;
    margin-right: 4%;
  }
  .sec06 .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec06 .row .col_4:nth-child(n+5) {
    margin-top: 4%;
  }
  .sec06 .row .col_4:last-child {
    margin-right: 0;
  }
}

.sec07 {
  padding: 50px 0;
  background: url("../img/top/sec07_bg.png") no-repeat center bottom;
}
.sec07 .sec_title {
  font-size: 22px;
  line-height: 42px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
.sec07 .sec_title .sec_span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e1f1f5));
  background: linear-gradient(transparent 60%, #e1f1f5 60%);
}
.sec07 .sec_title2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 1px solid #9fd8ee;
  padding-bottom: 18px;
  margin-bottom: 17px;
}
.sec07 .sec_list li {
  font-weight: 500;
}
.sec07 .sec_list li:not(:first-child) {
  margin-top: 3px;
}
.sec07 .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2%;
}
.sec07 .btn_box .btnstyle {
  margin: 0;
  width: 49%;
}
.sec07 .btn_box .btnstyle a {
  width: 100%;
}
.sec07 .sec07_box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec07 .btn_box .btnstyle a {
    width: 100%;
  }
  .sec07 .sec07_box .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 70px 0 40px;
  }
  .sec07 .container_wd .row .col_2 {
    width: 49.25%;
  }
  .sec07 .container_wd .row .col_2:last-child {
    margin-right: 1.5%;
  }
  .sec07 h2 {
    margin-bottom: 60px;
  }
  .sec07 .sec_title {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .sec07 .sec_title2 {
    font-size: 20px;
    line-height: 20px;
  }
  .sec07 .text_box {
    max-width: 480px;
    margin-left: auto;
  }
  .sec07 .container_wd {
    max-width: 100%;
    width: 100%;
  }
  .sec07 .container_wd .sec_img img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .sec07 .sec07_box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .sec07 .text_box {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1250px) {
  .sec07 {
    padding: 80px 0 40px;
  }
  .sec07 h2 {
    letter-spacing: 0.1em;
  }
  .sec07 h2 .sec_span {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: -69px;
  }
  .sec07 h2 .sec_span2 {
    font-size: 48px;
    line-height: 48px;
  }
  .sec07 .sec07_box {
    margin-top: 0px;
  }
  .sec07 .sec_title {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .sec07 .container_wd .sec_img img {
    height: 850px;
  }
  .sec07 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8%;
  }
  .sec07 .btn_box .btnstyle {
    margin: 0;
    width: 46%;
  }
}

/*# sourceMappingURL=bond.css.map */