@charset "UTF-8";
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}



.topinner {
  /* コンテンツは1000pxに */
  width: 1400px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}

/* tinyMCE用に見出しをリセット */
.page-top h3,
.page-top h4,
.page-top h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.page-top h3::before,
.page-top h3::after,
.page-top h4::before,
.page-top h4::after,
.page-top h5::before,
.page-top h5::after {
  display: none;
}

/*==========================
flex設定
==========================*/
@media screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.jcs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.jcc {
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns.jce {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .columns.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns.col2 > *,
  .columns > .col2 {
    width: 49%;
  }
  .columns > .col2:nth-child(n+3) {
    margin-top: 2%;
  }
  .columns.col3 > *,
  .columns > .col3 {
    width: 32%;
  }
  .columns.col4 > *,
  .columns > .col4 {
    width: 24%;
  }
  .columns.col5 > *,
  .columns > .col5 {
    width: 20%;
  }
  .columns.col6 > *,
  .columns > .col6 {
    width: 16.6666%;
  }
}
@media (max-width: 767px) {
  .column + .column {
    margin-top: 20px;
  }
  .columns [class^=col] + [class^=col] {
    margin-top: 20px;
  }
  .sp_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sp_columns > .col2,
  .sp_columns > .col3,
  .sp_columns > .col4,
  .sp_columns > .col5,
  .sp_columns > .col6,
  .sp_columns.col2 > *,
  .sp_columns.col3 > *,
  .sp_columns.col4 > *,
  .sp_columns.col5 > *,
  .sp_columns.col6 > * {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

@media (min-width: 768px) {
  .btn-style.pc-text-left {
    text-align: left;
  }
}

.btn-style a {
  background: transparent;
  width: 320px;
  max-width: 98%;
  padding: 1.2em 1.3em;
  text-align: center;
  color: #4e9518;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  box-shadow: 0px 10px 40px 0px rgba(50, 100, 11, 0.2);
}

.btn-style a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: #4e9518 2px solid;
  border-right: #4e9518 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots li button:before {
  color: #509ece;
  font-size: 30px;
}

.slick-dots li.slick-active button:before {
  color: #509ece;
}

@media (min-width: 768px) {
  .slick-dots li {
    display: none;
  }
}
/*==========================
	　TOP コンテンツ
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

.top .mainblock a {
  text-decoration: none;
}

.link_box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_box:hover {
  cursor: pointer;
  opacity: 0.7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

.f_maru {
  font-family: "Zen Maru Gothic", serif;
}

/*-- 新着情報 --------------*/
.sec_news .news {
  position: relative;
}

.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: solid 1px #c0dad1;
}

.sec_news .news dl:first-of-type {
  margin-top: 20px;
}

.sec_news .news dt {
  color: #333333;
  padding: 20px 10px 20px 0;
  width: 120px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c0dad1;
  font-size: 16px;
}

.sec_news .newscategory {
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 4px 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-bottom: 10px;
}

.news dd a {
  text-decoration: none;
  color: #333333;
}

.sec_news .news dd {
  display: inline-block;
  padding: 20px 10px 20px 0px;
  border-bottom: 1px solid #c0dad1;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #f1ab49;
  display: table;
  padding: 4px 14px 2px;
  text-decoration: none;
  line-height: 1.5;
}

.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}

.sec_news .news .btn a span:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_news .news .btn a:hover span:after {
  right: 3%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sec_news p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1259px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }
  /*==========================
  	　mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  	ボタン
  ==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 0.5em;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}
.entry-content img,
#content embed,
#content object,
#content iframe,
#content video {
  padding: 6px !important;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}
.under table ul,
.under table ul li:last-child {
  margin-bottom: 0;
}

.under table th {
  width: 200px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 767px) {
  .under table ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
  }
  .under table ul li {
    width: 48%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .under table ul li {
    width: 100%;
  }
}
.under-page #contents > .inner {
  width: 1200px;
}

.anchor_lsit {
  background: #eff9f6;
  padding: 3% 5%;
}

.anchor_lsit li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px 10px 50px;
  position: relative;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .anchor_lsit li a {
    padding: 10px 10px 10px 40px;
  }
}
.anchor_lsit li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 40px 0px rgba(50, 100, 11, 0.2);
}

.anchor_lsit li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4e9518;
  border-right: 2px solid #4e9518;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.anchor_lsit li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .anchor_lsit li a:before {
    width: 30px;
    height: 30px;
  }
  .anchor_lsit li a:after {
    width: 4px;
    height: 4px;
    left: 11px;
  }
}
@media (min-width: 768px) {
  .anchor_lsit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .anchor_lsit.link_col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .ul01.list_col_2,
  .ol_decimal.list_col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ul01.list_col_3,
  .ol_decimal.list_col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .row .col_2 + .col_2 {
    margin-top: 30px;
  }
  .row .col_3 + .col_3 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_3 {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
}
p.tel_text {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
p.tel_text .icon_tel {
  font-weight: normal;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: normal;
  font-size: clamp(24px, 2.5vw, 30px);
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}
p.tel_text .icon_tel:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 0.6666666667em;
  background: url(img/icon_tel.png) no-repeat center/contain;
}
p.tel_text small {
  font-weight: bold;
  padding: 0.2em 0 0 0;
}

section {
  padding: 40px 0;
}
section.sec_news h3,
section h2 {
  font-size: clamp(80px, 10vw, 102px);
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.5em;
  position: relative;
}
section.sec_news h3:before,
section h2:before {
  display: block;
  position: absolute;
  font-size: min(2.3529411765em, 13vw);
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  margin: auto;
  line-height: 1;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  background: linear-gradient(180deg, #f1f6f3 0%, #f1f6f3 13%, #e9f8f3 38%, #f4faf0 82%, #f3f8f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.sec_news h3 .ja,
section h2 .ja {
  position: relative;
  display: table;
  padding: 0 1em;
  font-size: max(0.2156862745em, 16px);
  margin: 0 auto;
}
section.sec_news h3 .ja:before, section.sec_news h3 .ja:after,
section h2 .ja:before,
section h2 .ja:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333;
  transform: rotate(30deg);
}
section.sec_news h3 .ja:before,
section h2 .ja:before {
  left: 0;
  right: auto;
}
section.sec_news h3 .ja:after,
section h2 .ja:after {
  right: 0;
  left: auto;
}
section a.custome_btn {
  border-bottom: solid 2px #fff;
  font-weight: bold;
  padding: 1em 3em 1em 0;
  display: block;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  section a.custome_btn {
    padding: 1em 20px 1em 0;
    font-size: clamp(14px, 3.8vw, 16px);
  }
}
section a.custome_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4e9518;
  border-right: 2px solid #4e9518;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 767px) {
  section a.custome_btn:after {
    right: 9px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #4e9518;
    border-right: 1px solid #4e9518;
  }
}
section a.custome_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 40px 0px rgba(50, 100, 11, 0.2);
}
@media (max-width: 767px) {
  section a.custome_btn:before {
    width: 20px;
    height: 20px;
  }
}
section a.custome_btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  section h2 {
    font-size: clamp(40px, 11.5vw, 50px);
  }
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}

.sec01 h2:before {
  content: "MESSAGE";
  font-size: min(2.3529411765em, 18vw);
}
.sec01 .lead_text {
  font-size: clamp(18px, 2.5vw, 32px);
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.sec01 .lead_text .sub {
  border-bottom: solid 1px;
  color: #4e9518;
  font-size: 0.8125em;
}
.sec01 .lead_text2 {
  font-weight: 500;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: clamp(16px, 2vw, 20px);
  margin-top: 2em;
}
.sec01 .bg_text {
  border-radius: 10px;
  background-color: rgba(97, 198, 164, 0.1);
  display: inline-block;
  padding: clamp(15px, 2vw, 25px);
}
.sec01 .bg_text p {
  margin: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec01 .left_col {
    width: 55.7142857143%;
  }
  .sec01 .right_col {
    width: 38.5714285714%;
  }
}
@media (max-width: 767px) {
  .sec01 .bg_text {
    margin: 0 auto;
    width: fit-content;
    display: block;
  }
}

.sec02 {
  background: #f3f8f6;
  position: relative;
  z-index: 0;
}
.sec02 h2:before {
  content: "INFORMATION";
  background: none;
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.sec02 .table_bg {
  padding: min(1.5vw, 20px) min(1.5vw, 10px);
  background: #fff;
}
.sec02 .time-table {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec02 .googlemap {
    padding-bottom: 0;
    height: 100%;
  }
}

.sec03 {
  background-image: -moz-linear-gradient(115deg, rgb(220, 248, 213) 0%, rgb(232, 245, 223) 19%, rgb(221, 244, 236) 63%, rgb(226, 241, 231) 87%);
  background-image: -webkit-linear-gradient(115deg, rgb(220, 248, 213) 0%, rgb(232, 245, 223) 19%, rgb(221, 244, 236) 63%, rgb(226, 241, 231) 87%);
  background-image: -ms-linear-gradient(115deg, rgb(220, 248, 213) 0%, rgb(232, 245, 223) 19%, rgb(221, 244, 236) 63%, rgb(226, 241, 231) 87%);
  position: relative;
  z-index: 0;
}
.sec03 h2:before {
  content: "MENU";
  background: none;
  color: #d6ebe4;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.sec03 .bg_white {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.8em;
  padding: 1em 0.5em;
  font-size: clamp(16px, 2vw, 22px);
  box-shadow: 0px 10px 40px 0px rgba(50, 100, 11, 0.2);
}
.sec03 .bg_white .menu_img {
  height: 4.0909090909em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec03 .bg_white .menu_img {
    height: 5.9090909091em;
  }
}
@media (max-width: 767px) {
  .sec03 .bg_white .menu_img img {
    height: 100%;
    width: auto;
  }
}
.sec03 .bg_white .menu_img + p {
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}
.sec03 .menu_link_bnr {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 40px 0px rgba(50, 100, 11, 0.2);
  padding: min(4%, 30px) calc(min(4%, 30px) + 40px) min(4%, 30px) min(4%, 30px);
  display: flex;
  align-items: center;
  gap: 5%;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .sec03 .menu_link_bnr {
    padding: min(4%, 30px) calc(min(4%, 30px) + 25px) min(4%, 30px) min(4%, 30px);
  }
}
.sec03 .menu_link_bnr:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: min(4%, 30px);
  left: auto;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45px' height='45px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(78, 149, 24)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(255, 255, 255)' d='M22.000,1.1000 C33.046,1.1000 42.000,10.954 42.000,22.000 C42.000,33.046 33.046,42.000 22.000,42.000 C10.954,42.000 2.000,33.046 2.000,22.000 C2.000,10.954 10.954,1.1000 22.000,1.1000 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(78, 149, 24)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(255, 255, 255)' d='M19.000,16.1000 L23.1000,22.000 L19.000,27.000 '/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 767px) {
  .sec03 .menu_link_bnr:after {
    width: 25px;
    height: 25px;
  }
}
.sec03 .menu_link_bnr .ttl {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3vw, 26px);
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .sec03 .menu_link_bnr img {
    width: 70px;
  }
}
.sec03 .menu_link_bnr:hover {
  opacity: 0.8;
}
.sec03 .menu_link_bnr:hover img {
  opacity: 1;
}
.sec03 .menu_text {
  margin: 3em 0;
}
.sec03 .menu_ttl {
  text-align: center;
  font-size: clamp(20px, 3vw, 26px);
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  margin: 2.6em 0 2em;
  padding: 0.5em 0;
}
.sec03 .menu_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8571428571%;
}
@media (max-width: 767px) {
  .sec03 .menu_link_list {
    gap: 10px 2.8571428571%;
  }
}
.sec03 .menu_link_list li {
  width: 22.8571428571%;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .sec03 .menu_link_list li {
    width: 31.4285714286%;
  }
}
@media (max-width: 767px) {
  .sec03 .menu_link_list li {
    width: 48.5714285714%;
  }
}

.sec04 {
  background: url(img/bg01.png) no-repeat bottom right;
}
.sec04 h2:before {
  content: "FEATURES";
}
@media (min-width: 768px) {
  .sec04 .columns {
    align-items: center;
  }
  .sec04 .columns .con_text {
    padding: 20px 0;
    padding-left: 5%;
  }
  .sec04 .columns.reverse .con_text {
    padding-left: 0;
    padding-right: 5%;
  }
  .sec04 .columns.col2 > *,
  .sec04 .columns > .col2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sec04 .columns + .columns {
    margin-top: 30px;
  }
}
.sec04 .feature_ttl {
  margin: 0;
  font-weight: bold;
  font-size: clamp(20px, 2.8vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin-bottom: 0.5em;
}
.sec04 .feature_ttl .en {
  font-size: max(0.5625em, 16px);
  font-family: "Times New Roman";
  color: rgb(78, 149, 24);
  display: block;
  font-style: italic;
  font-weight: normal;
}

.sec05 {
  background-image: -moz-linear-gradient(0deg, rgb(241, 246, 243) 13%, rgb(233, 248, 243) 38%, rgb(244, 250, 240) 82%, rgb(243, 248, 242) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(241, 246, 243) 13%, rgb(233, 248, 243) 38%, rgb(244, 250, 240) 82%, rgb(243, 248, 242) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(241, 246, 243) 13%, rgb(233, 248, 243) 38%, rgb(244, 250, 240) 82%, rgb(243, 248, 242) 100%);
}

.sec05 .top_ttl {
  font-size: 50px !important;
  text-align: left;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 0.5em;
}
.sec05 .top_ttl .ja {
  margin-left: 0;
  margin-right: auto;
}

.sec05 .news dl {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .sec05 .time-table + h3 {
    margin-top: 40px !important;
  }
  .sec05 h3 {
    font-size: 24px;
  }
  .sec05 .news .custome_btn {
    width: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sec05 .time-table + h3 {
    margin-top: 30px !important;
  }
  .sec05 .news .custome_btn {
    width: 200px;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .sec05 .tel_box {
    margin-bottom: 0;
  }
  .sec05 .tel_box .custome_btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec05 .tel_box {
    display: block;
  }
  .sec05 .tel_box .custome_btn {
    text-align: left;
  }
}