<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 100%;
  background: #009662;
  border: 1px solid #009662;
  width: 280px;
  border-radius: 0;
  padding: 1.3rem 1.8rem;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
.btnstyle a:hover {
  opacity: 0.7;
}
.btnstyle a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
.btnstyle a: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: #009662;
  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: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 54px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 26px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 37px;
  height: 44px;
}
.mce-content-body h3 {
  color: #333333;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  position: relative;
  padding-left: 26px;
}
.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background: url("../img/common/h3.png") no-repeat center/contain;
  width: 12px;
  height: 12px;
}
@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;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  padding-left: 22px;
  border-bottom: 1px solid #009662;
}
@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: 0px;
  bottom: 0;
  width: 8px;
  height: 8px;
  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;
}
.mce-content-body h5:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}
.mce-content-body h5 {
  display: table;
  border-bottom: 2px solid #009662;
  padding: 6px 5px 4px 0px;
}

.text-large {
  color: #009662;
  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: 1000px;
}

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

.box_bg {
  background: #f5f0e9;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f5f0e9;
}

.box_border {
  background: #fff;
  border: 5px solid #f5f0e9;
}

.box_border .box_bg {
  background: #f5f0e9;
}

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

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 30px;
  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: 1px solid #009662 !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: #333333;
  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 #009662;
  border-radius: 0;
  border: none;
  color: #009662 !important;
  display: inline;
  width: auto;
  padding: 5px 0 5px 50px;
  text-decoration: none;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 19px;
  right: auto;
  transform: rotate(45deg);
  top: 13px;
  bottom: auto;
}
.link_anchor a::before {
  display: block;
  background: #009662;
  border-radius: 50%;
  height: 27px;
  left: 16px;
  width: 27px;
  left: 10px;
  right: auto;
  top: 3px;
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #009662 !important;
  background: none;
}
.link_anchor a:hover:before {
  background: #009662;
}
.link_anchor a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #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::before {
  border-radius: 50%;
  background: #009662;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #009662;
  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: 18px;
  height: 16px;
  background: url("../img/common/check.png") no-repeat center/cover;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #009662;
  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: #009662;
  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: 20px;
    letter-spacing: -0.1em;
  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: 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: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #009662;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #009662;
  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: #fc9703;
  top: 30px;
}

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

.flow-block {
  border: 5px solid #f5f0e9;
  background: #fff;
  border-radius: 30px;
  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: #e1d4c1;
  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: #009662;
}
.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: "Zen Maru Gothic", sans-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: #009662;
  background: #009662;
  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;
    line-height: 1.5;
    letter-spacing: -2px;
}
.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 #009662;
  color: #009662;
  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 #009662;
}
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: #009662;
  border-bottom: 1px solid #009662;
  border-top: 1px solid #009662;
}
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: #71ae99;
  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: #71ae99;
  color: #fff;
  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: #f0f8f5;
  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: #f0f8f5;
}
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: #009662 !important;
}

.consul2 {
  color: #fc9703 !important;
}

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

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

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

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

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #009662;
}
.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: #333333;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}

.copyright {
  background: #009662;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .side_bnr {
    top: auto;
    bottom: 0;
    width: 860px;
    right: 100px;
    max-width: calc(100vw - 110px);
  }
  .side_bnr img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    top: auto;
    bottom: 0;
    width: calc(100vw - 60px);
    right: 60px;
  }
  .side_bnr img {
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    gap: 5px;
  }
  .totop {
    width: 50px;
    bottom: 0;
    right: 5px;
  }
}
.copyright {
  margin-top: 0;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .copyright {
    padding-bottom: 90px;
    padding-top: 20px;
  }
}

.sec_information h2,
.sec_about h2,
.sec_concept h2,
.sec_guidance h2,
.sec_banner h2,
.sec_greeting h2 {
  font-size: clamp(24px, 3.6vw, 36px);
  padding-top: 0;
}
.sec_information h2 .sub,
.sec_about h2 .sub,
.sec_concept h2 .sub,
.sec_guidance h2 .sub,
.sec_banner h2 .sub,
.sec_greeting h2 .sub {
  display: block;
  font-size: clamp(16px, 1.8vw, 18px);
  color: #009662;
  letter-spacing: 0.1em;
}
.sec_information h2:after,
.sec_about h2:after,
.sec_concept h2:after,
.sec_guidance h2:after,
.sec_banner h2:after,
.sec_greeting h2:after {
  content: none;
}

.sec_information {
  padding: 120px 0;
  background: url(../img/top/bg_img000.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_information {
    padding: 50px 0;
  }
}
.sec_information h2 {
  color: #615149;
  font-size: clamp(24px, 3vw, 30px);
  margin-bottom: 0;
}
.sec_information h2 .sub {
  color: #615149;
}
.sec_information h2:after {
  content: none;
}
.sec_information .flexbox {
  display: flex;
}
@media (max-width: 767px) {
  .sec_information .flexbox {
    display: block;
  }
}
.sec_information .flexbox .ttlspace {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(220px + 3%);
  margin-right: 3%;
  border: 1px solid #615149;
  background: white;
}
@media (max-width: 767px) {
  .sec_information .flexbox .ttlspace {
    width: 200px;
    height: 200px;
    margin: auto;
  }
}
.sec_information .flexbox .newsspace {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sec_information .flexbox .newsspace {
    display: block;
  }
}
.sec_information .flexbox .newsspace .newscontent {
  flex-grow: 1;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .sec_information .flexbox .newsspace .newscontent {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.sec_information .flexbox .newsspace .newscontent dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .sec_information .flexbox .newsspace .newscontent dl {
    display: block;
  }
}
.sec_information .flexbox .newsspace .newscontent dl dt,
.sec_information .flexbox .newsspace .newscontent dl dd {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
.sec_information .flexbox .newsspace .newscontent dl dt {
  width: 120px;
}
@media (max-width: 1000px) {
  .sec_information .flexbox .newsspace .newscontent dl dt {
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
  }
}
.sec_information .flexbox .newsspace .newscontent dl dd {
  width: calc(100% - 120px);
}
@media (max-width: 1000px) {
  .sec_information .flexbox .newsspace .newscontent dl dd {
    border: none;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
  }
}
.sec_information .flexbox .newsspace .btnspace {
  width: 120px;
}
@media (max-width: 767px) {
  .sec_information .flexbox .newsspace .btnspace {
    width: 100%;
  }
}
.sec_information .flexbox .newsspace .btnspace .btnstyle a {
  padding: 10px 0;
  background: #fc9703;
  border-color: #fc9703;
}

.sec_about {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .sec_about {
    padding: 50px 0;
  }
}
.sec_about table.table_timetable tbody tr th {
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 1000px) {
  .sec_about table.table_timetable tbody tr th {
    padding-left: 0;
  }
}
.sec_about table.table_timetable tbody tr th,
.sec_about table.table_timetable tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .sec_about table.table_timetable tbody tr th,
  .sec_about table.table_timetable tbody tr td {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
.sec_about table.table_address tbody tr:first-child th,
.sec_about table.table_address tbody tr:first-child td {
  border-top: none;
}
.sec_about table.table_address tbody tr th,
.sec_about table.table_address tbody tr td {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #cccccc !important;
}
.sec_about table.table_address tbody tr th {
  color: #615149 !important;
}
.sec_about p.caution {
  line-height: 1.4;
  margin-bottom: 15px;
}
.sec_about .btnstyle {
  margin-top: 30px;
}
.sec_about .btnstyle a {
  width: 100%;
}

.sec_concept {
  padding: 120px 0;
  background: url(../img/top/bg_img001.jpg) no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  .sec_concept {
    padding: 50px 0;
  }
}
.sec_concept .bgwhite {
  padding: 5% 12%;
  background: white;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sec_concept .bgwhite {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.sec_concept .bgwhite h3 {
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  font-size: clamp(20px, 2.6vw, 26px);
}
.sec_concept .bgwhite h3::after {
  content: none;
}
.sec_concept .bgwhite h3 .marker {
  padding: 0 5px;
  background: linear-gradient(0deg, #ebf6f2 0%, #ebf6f2 40%, transparent 40%, transparent 100%);
}
.sec_concept .bgwhite ul li {
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec_concept .bgwhite ul li:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.sec_guidance {
  padding: 120px 0;
  /* 任意 */
}
@media (max-width: 767px) {
  .sec_guidance {
    padding: 50px 0;
  }
}
.sec_guidance .container {
  max-width: 100%;
  width: 100%;
}
@media ( min-width : 768px ) {
  .sec_guidance h3 {
    font-size: clamp(20px, 3vw, 30px);
    margin-top: 0;
    padding-left: 0;
    display: table;
    text-align: center;
    margin: auto;
    border: 1px solid #615149;
    color: #615149;
    padding: 10px 40px;
    border-radius: 100px;
    margin-bottom: 30px;
  }
}
.sec_guidance h3::after {
  content: none;
}
.sec_guidance .tab_btn {
  display: block;
}
.sec_guidance .tab_item {
  display: none;
}
.sec_guidance .tab_item.active {
  display: block;
}
.sec_guidance .tab_btn {
  background: #f1f1f1;
  padding: 5px 10px;
}
.sec_guidance .tab_btn.active {
  background: #ccc;
}
.sec_guidance .tab_btn_wrap {
  display: flex;
  gap: 4%;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_guidance .tab_btn_wrap {
    gap: 5px;
  }
}
.sec_guidance .tab_btn_wrap .tab_btn {
  padding: 10px 6% 25px 6%;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  position: relative;
  border-radius: 10px 10px 0 0;
  font-size: clamp(18px, 2.4vw, 24px);
  color: white;
  background: #cccccc;
}
@media (max-width: 767px) {
  .sec_guidance .tab_btn_wrap .tab_btn {
    padding: 10px 4% 25px 4%;
  }
}
.sec_guidance .tab_btn_wrap .tab_btn:after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_guidance .tab_btn_wrap .tab_btn.tab_btn1.active {
  background: #f5f0e9;
  color: #615149;
}
.sec_guidance .tab_btn_wrap .tab_btn.tab_btn1.active:after {
  border-color: #615149;
}
.sec_guidance .tab_btn_wrap .tab_btn.tab_btn2.active {
  background: #ebf6f2;
  color: #009662;
}
.sec_guidance .tab_btn_wrap .tab_btn.tab_btn2.active:after {
  border-color: #009662;
}
.sec_guidance .tab_item {
  padding: 5%;
  border-radius: 10px;
}
.sec_guidance .tab_item.tab_item1 {
  background: #f5f0e9;
}
.sec_guidance .tab_item.tab_item2 {
  background: #ebf6f2;
}
.sec_guidance .link_anchor {
  padding: 0 !important;
  border: none !important;
}
@media (min-width: 1000px) {
  .sec_guidance .link_anchor li {
    margin-top: 0;
    max-width: 32%;
    margin-right: 2%;
  }
  .sec_guidance .link_anchor li:nth-child(n+4) {
    margin-top: 1%;
  }
  .sec_guidance .link_anchor li:nth-child(3n) {
    margin-right: 0;
  }
}
.sec_guidance .link_anchor li a {
  background: transparent;
  padding: 5px 0;
  padding-left: 22px;
  color: #333333 !important;
}
.sec_guidance .link_anchor li a:before {
  width: 18px;
  height: 18px;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.sec_guidance .link_anchor li a:after {
  top: 3px;
  left: 5px;
  bottom: 0;
  margin: auto 0;
}
.sec_guidance .flexbox3 {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1000px) and (min-width: 500px) {
  .sec_guidance .flexbox3 {
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .sec_guidance .flexbox3 {
    display: block;
  }
}
.sec_guidance .flexbox3 .btnstyle {
  width: 100%;
}
@media (max-width: 1000px) and (min-width: 500px) {
  .sec_guidance .flexbox3 .btnstyle {
    width: 49%;
  }
}
.sec_guidance .flexbox3 .btnstyle a {
  padding: 2rem 1.8rem;
  background: #fc9703;
  border-color: #fc9703;
}
@media (min-width: 501px) {
  .sec_guidance .flexbox3 .btnstyle a {
    width: 100%;
  }
}
.sec_guidance .row1,
.sec_guidance .row2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sec_guidance .row1,
  .sec_guidance .row2 {
    margin-bottom: 50px;
  }
}
.sec_guidance .row1,
.sec_guidance .row3 {
  max-width: calc(100vw - 40px);
  max-width: calc(var(--vw) * 100 - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
.sec_guidance .row2 .flexbox2 {
  max-width: calc(100vw - 40px);
  max-width: calc(var(--vw) * 100 - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  margin-bottom: 50px;
}
.sec_guidance .flexbox2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec_guidance .flexbox2 {
    display: block;
  }
}
.sec_guidance .flexbox2 .cont {
  width: 32%;
  padding: 4% 3.5% 8% 3.5%;
  border-radius: 10px;
  background: #009662;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  .sec_guidance .flexbox2 .cont {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec_guidance .flexbox2 .cont:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec_guidance .flexbox2 .cont:before, .sec_guidance .flexbox2 .cont:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .sec_guidance .flexbox2 .cont:before, .sec_guidance .flexbox2 .cont:after {
    bottom: 15px;
  }
}
.sec_guidance .flexbox2 .cont:before {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 100%;
}
.sec_guidance .flexbox2 .cont:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #009662;
  border-right: 1px solid #009662;
  transform: rotate(45deg);
  bottom: 48px;
  right: 2px;
}
@media (max-width: 767px) {
  .sec_guidance .flexbox2 .cont:after {
    bottom: 23px;
  }
}
.sec_guidance .flexbox2 .cont:hover {
  background-color: rgba(0, 150, 98, 0.9);
}
.sec_guidance .flexbox2 .cont a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_guidance .flexbox2 .cont img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.sec_guidance .flexbox2 .cont p.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: clamp(22px, 3vw, 30px);
}
.sec_guidance .gridbox {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 1000px) {
  .sec_guidance .gridbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 200px 200px;
  }
}
.sec_guidance .cont1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/top/bg_img002.jpg) no-repeat center bottom/cover;
  min-height: 440px;
}


@media (min-width: 1001px) {
  .sec_guidance .cont1 {
    grid-row: span 2;

  }
}
@media (max-width: 1000px) {
  .sec_guidance .cont1 {
    grid-column: span 2;
    background: url(../img/top/sp_bg_img002.jpg) no-repeat center bottom/cover;
    min-height: 280px;
    padding: 18% 0;
  }
}
.sec_guidance .cont1 p.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(26px, 4.6vw, 46px);
  text-align: center;
  color: white;
  line-height: 1.4;
}
.sec_guidance .cont2 {
  padding: 0 3.5%;
  border: 1px solid #cccccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec_guidance .cont2:nth-child(2n-1) {
  border-left: none;
}
.sec_guidance .cont2:nth-child(n+4) {
  border-top: none;
}
.sec_guidance .cont2:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #009662;
  border-right: 1px solid #009662;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
  margin: auto;
}
.sec_guidance .cont2:hover {
  background-color: rgba(204, 204, 204, 0.9);
}
.sec_guidance .cont2 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-decoration: none !important;
}
.sec_guidance .cont2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.sec_guidance .cont2 p.btntext {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.4;
  margin-bottom: 0;
}

.sec_banner {
  padding: 120px 0;
  background: #f5f0e9;
}
@media (max-width: 767px) {
  .sec_banner {
    padding: 50px 0;
  }
}
.sec_banner .imglink {
  position: relative;
}
.sec_banner .imglink a {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.sec_greeting {
  padding: 120px 0;
  background: url(../img/top/bg_img003.jpg) no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 50px 0;
  }
}
.sec_greeting .row {
  align-items: center;
}
@media (min-width: 768px) {
  .sec_greeting .row .col_2:first-child {
    width: 44%;
  }
  .sec_greeting .row .col_2:last-child {
    width: 52%;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row .btnstyle a {
    margin-left: 0;
  }
}
@media ( min-width : 768px ) {
  .sec_greeting h3 {
    font-size: clamp(20px, 3vw, 30px);
    margin-top: 0;
    padding-left: 0;
    display: block;
    text-align: center;
    margin: auto;
    border: 1px solid #615149;
    background: #615149;
    color: white;
    padding: 10px 40px;
    border-radius: 100px;
    margin-bottom: 30px;
  }
}
.sec_greeting h3::after {
  content: none;
}
.sec_greeting .btnstyle.color2 a {
  background: #fc9703;
  border-color: #fc9703;
}
.sec_greeting .loopslider_wrap {
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec_greeting .loopslider_wrap {
    margin-top: 50px;
  }
}
.sec_greeting .loopslider {
  animation: loopslider 80s linear infinite;
  display: flex;
  width: 5544px;
  height: 100%;
}
@media (max-width: 767px) {
  .sec_greeting .loopslider {
    width: 3500px;
  }
}
.sec_greeting .loopslider img {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .sec_greeting .loopslider img {
    padding: 0 5px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2772px);
    @media (max-width: 767px) {
      .sec_greeting {
        transform: translateX(-1750px);
      }
    }
  }
}

@media ( max-width : 767px ) {
  .ttl_type_line {
    padding: 0!important;
    text-align: center!important;
    color: #615149!important;
    font-weight: bold!important;
  }
  .ttl_type_line .spttl {
    background: linear-gradient(transparent 70%, #f5f0e9 0%);
  }
}

#footer {
  padding: 0 !important;
}
#footer .footer_inner {
  padding: 120px 0;
  background: url(../img/top/bg_img004.jpg) no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  #footer .footer_inner {
    padding: 50px 0;
  }
}
#footer .footer_inner .row table.table_timetable tbody tr th {
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 1000px) {
  #footer .footer_inner .row table.table_timetable tbody tr th {
    padding-left: 0;
  }
}
#footer .footer_inner .row table.table_timetable tbody tr th,
#footer .footer_inner .row table.table_timetable tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  #footer .footer_inner .row table.table_timetable tbody tr th,
  #footer .footer_inner .row table.table_timetable tbody tr td {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
#footer .footer_inner .row table.table_address tbody tr:first-child th,
#footer .footer_inner .row table.table_address tbody tr:first-child td {
  border-top: none;
}
#footer .footer_inner .row table.table_address tbody tr th,
#footer .footer_inner .row table.table_address tbody tr td {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #cccccc !important;
}
#footer .footer_inner .row table.table_address tbody tr th {
  color: #615149 !important;
}
#footer .footer_inner .row .btnstyle {
  margin-top: 30px;
}
#footer .footer_inner .row .btnstyle a {
  width: 100%;
}
#footer .footer_inner .flexbox {
  display: flex;
  gap: 3%;
}
@media (max-width: 767px) {
  #footer .footer_inner .flexbox {
    flex-direction: column;
  }
}
#footer .footer_inner .flexbox .footerttl {
  font-size: 18px;
  border-bottom: 1px solid #999999;
}
#footer .footer_inner .flexbox ul.footerlist {
  flex-grow: 1;
  padding-top: 20px;
}
#footer .footer_inner .flexbox ul.footerlist li {
  padding-left: 18px;
  position: relative;
}
#footer .footer_inner .flexbox ul.footerlist li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: #009662;
  border-radius: 10px;
}
#footer .footer_inner .flexbox ul.footerlist li.sub:before {
  width: 6px;
  height: 1px;
  border-radius: 0;
  left: 2px;
  background: #333333;
}
#footer .footer_inner .flexbox ul.footerlist li a {
  text-decoration: none;
}
#footer .footer_inner .flexbox ul.footerlist li a:hover {
  text-decoration: underline;
}
#footer .footer_inner .flexbox .leftspace {
  flex-basis: 270px;
}
@media (max-width: 1000px) {
  #footer .footer_inner .flexbox .leftspace {
    flex-grow: 1;
  }
}
#footer .footer_inner .flexbox .rightspace {
  flex-grow: 1;
}
#footer .footer_inner .flexbox .rightspace .flexbox2 {
  display: flex;
}
@media (max-width: 1000px) {
  #footer .footer_inner .flexbox .rightspace .flexbox2 {
    flex-direction: column;
  }
}

.day-mix-calendar th, .day-mix-calendar td{
	font-size:1.8rem!important;
}

.content-form th, .content-form td{
	font-size:1.8rem!important;
}

.content-form select{
	font-size:1.8rem!important;
}

.content-form input, .content-form textarea{
	font-size:1.8rem!important;
}

.calendar-caption{
	font-size:1.9rem!important;
}

.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th{
	font-size:1.8rem!important;
}

.content-form button{
	border:1px solid #999999;
	background: #eeeeee;
}

.content-form .booking-seimei{
	width: 4rem!important;
}
.content-form, .mix-calendar, .day-mix-calendar{
margin-bottom:5em!important;
}

.top_blog {
  padding: clamp(40px, 23.506px + 3.984vw, 100px) 0;
}
.top_blog .blog_slider li img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top_blog .blog_slider .date {
  margin-top: 10px;
}
.top_blog .blog_slider .date, .top_blog .blog_slider .ttl {
  display: block;
  line-height: 1.3333333333;
  font-size: clamp(16px, 15.450px + 0.133vw, 18px);
}
.top_blog .wrap {
  padding: clamp(20px, 9.004px + 2.656vw, 60px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 8px;
  border-radius: clamp(10px, 7.251px + 0.664vw, 20px);
}
.top_blog .headline h2 {
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: normal;
  font-size: clamp(22px, 16.667px + 0.694vw, 30px);
  line-height: 1.4;
}
@media (min-width: 1225px) {
  .top_blog .headline h2 {
    text-align: left;
  }
}
.top_blog .headline h2:after {
  display: none;
}
.top_blog .headline h2 .en {
  font-size: clamp(14px, 13.450px + 0.133vw, 16px);
  color: #009662;
  display: block;
}
.top_blog .headline .btn a {
  width: 100px;
  background: #fc9703;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: 5px;
  position: relative;
  transition: .3s;
  text-decoration: none;
}
.top_blog .headline .btn a:after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.top_blog .headline .btn a:hover {
  background: #ca7902;
  transition: .3s;
}
@media (min-width: 768px) {
  .top_blog .blog_slider {
    display: flex;
    gap: 2% 22px;
  }
  .top_blog .blog_slider li {
    width: clamp(148px, 126.667px + 2.778vw, 180px);
  }
  .top_blog .blog_slider li img {
    object-fit: cover;
    height: clamp(148px, 126.667px + 2.778vw, 180px);
    width: 100%;
  }
}
@media (min-width: 1225px) {
  .top_blog .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
  }
  .top_blog .wrap .headline {
    width: 100px;
  }
  .top_blog .wrap .content {
    width: calc(100% - 136px);
  }
}
@media (max-width: 1224px) {
  .top_blog .headline {
    margin-bottom: 20px;
  }
  .top_blog .headline .btn a {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .top_blog .blog_slider li {
    padding: 10px;
    width: 290px;
  }
  .top_blog .blog_slider li img {
    height: 290px;
    width: 100%;
    object-fit: cover;
  }
  .top_blog .blog_slider .slick-prev, .top_blog .blog_slider .slick-next {
    z-index: 2;
    top: 40%;
    width: 17px;
    height: 34px;
  }
  .top_blog .blog_slider .slick-prev:before, .top_blog .blog_slider .slick-next:before {
    content: "";
    background: url(../img/common/blog_arrow.png) no-repeat center/cover;
    width: 17px;
    height: 34px;
    display: block;
  }
  .top_blog .blog_slider .slick-prev {
    left: 5vw;
  }
  .top_blog .blog_slider .slick-next {
    right: 5vw;
  }
  .top_blog .blog_slider .slick-next:before {
    transform: rotate(180deg);
  }
}</pre></body></html>