@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* change colours to suit your needs */
ins {
  background-color: #079537;
  color: #3E3A39;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #079537;
  color: #3E3A39;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

html, body, main {
  color: #3E3A39;
  font-family: "Zen Kaku Gothic New", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

div, p, h1, h2, h3, h4, h5, h6, span, a, li, strong, i, small, address, th, td, figcaption, label, dd, dt, textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  color: inherit;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper .Footer {
  width: 100%;
  align-self: flex-end;
}

.link {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 481px), print {
  .under_sp {
    display: none !important;
  }
}

@media screen and (max-width: 480px), print {
  .over_sp {
    display: none !important;
  }
}

@media screen and (min-width: 897px), print {
  .under_pad {
    display: none !important;
  }
}

@media screen and (max-width: 896px), print {
  .over_pad {
    display: none !important;
  }
}

@media screen and (min-width: 1181px), print {
  .under_pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px), print {
  .over_pc {
    display: none !important;
  }
}

.iblock {
  display: inline-block;
}

main.Notfound .Notfound_wrap {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  padding: 160px 0 80px;
  text-align: center;
}
@media screen and (max-width: 480px), print {
  main.Notfound .Notfound_wrap {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 896px), print {
  main.Notfound .Notfound_wrap {
    padding: 120px 0 60px;
  }
}
main.Notfound .Notfound_ttl {
  font-family: "Dongle";
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  color: #079537;
}
@media screen and (max-width: 1024px), print {
  main.Notfound .Notfound_ttl {
    font-size: calc(100px + 60 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Notfound .Notfound_ttl {
    font-size: 100px;
  }
}
main.Notfound .Notfound_txt {
  padding: 32px 0 40px;
}
@media screen and (max-width: 896px), print {
  main.Notfound .Notfound_txt {
    padding: 0 0 20px;
  }
}
main.Notfound .Notfound_link {
  text-decoration: underline;
  transition: all 0.3s;
}
main.Notfound .Notfound_link:hover {
  opacity: 0.75;
}

html.wpadminbar {
  margin-top: 32px !important;
}
@media screen and (max-width: 896px), print {
  html.wpadminbar {
    margin-top: 46px !important;
  }
}
html.wpadminbar header,
html.wpadminbar header nav {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  html.wpadminbar header,
  html.wpadminbar header nav {
    top: 46px !important;
  }
}
@media screen and (max-width: 782px) {
  html.wpadminbar #wpadminbar {
    position: fixed;
  }
}

.fadeIn {
  opacity: 0;
  transition: opacity 1.6s, transform 1.6s;
}
.fadeIn-up {
  transform: translateY(30px);
}
.fadeIn-left {
  transform: translateX(30px);
}
.fadeIn-right {
  transform: translateX(-30px);
}
.fadeIn.animated {
  opacity: 1;
  transform: translate(0);
}

.main-header {
  background-color: #fff;
  padding: 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-nav li {
  margin: 0 15px;
}

.login-button {
  background-color: #242221;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.login-button:hover {
  background-color: #00a540;
}

.header-menu {
  display: inline-block;
  transition: all 0.4s;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 15;
}
.header-menu-lines {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 17px;
  z-index: 11;
}
.header-menu-lines span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #3E3A39;
}
.header-menu-lines span:nth-of-type(1) {
  top: 0;
}
.header-menu-lines span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-menu-lines span:nth-of-type(3) {
  bottom: 0;
}
.header-menu.active .line:nth-of-type(1) {
  transform: translateY(1px) rotate(-45deg);
  background-color: #fff;
}
.header-menu.active .line:nth-of-type(2) {
  opacity: 0;
}
.header-menu.active .line:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
  background-color: #fff;
}
.Header_ttl {
  width: 30%;
}
.Header_ttl_link_logo {
  width: 270px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 896px), print {
  .Header_ttl_link_logo {
    width: 200px;
  }
}
.Header_nav {
  width: 70%;
}
@media screen and (max-width: 896px), print {
  .Header_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    width: 200px;
    padding: 20px;
    transition: 0.5s;
    transform: translate(100%);
    background-color: #079537;
    z-index: -1;
  }
}
.Header_nav.open {
  transform: translate(0%);
}
.Header_nav_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 896px), print {
  .Header_nav_list {
    flex-direction: column;
  }
}
.Header_nav_list_item {
  margin-left: 40px;
  transition: 0.5s;
}
@media screen and (max-width: 896px), print {
  .Header_nav_list_item {
    margin: 0 0 20px 0;
  }
}
.Header_nav_list_item:hover {
  opacity: 0.5;
}
.Header_nav_list_item .link {
  color: #fff;
}

.Footer {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  padding: 24px 0 60px;
  text-align: center;
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 480px), print {
  .Footer {
    max-width: calc(100% - 48px);
  }
}
.Footer_info {
  max-width: 236px;
  margin: 0 auto;
  padding-bottom: 24px;
}
@media screen and (max-width: 480px), print {
  .Footer_info {
    max-width: 179px;
    padding-bottom: 16px;
  }
}
.Footer_info_logo {
  display: block;
  transition: all 0.3s;
}
.Footer_info_logo:hover {
  opacity: 0.75;
}
.Footer_info_logo img {
  display: block;
  width: 100%;
}
.Footer_copy {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #C8C8C8;
}
@media screen and (max-width: 1024px), print {
  .Footer_copy {
    font-size: calc(10px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  .Footer_copy {
    font-size: 10px;
  }
}

main.Top {
  overflow: hidden;
}
main.Top .Top_fv {
  margin: 30px;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_fv {
    margin: 24px;
  }
}
main.Top .Top_fv_wrap {
  position: relative;
}
main.Top .Top_fv_logo {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 13px;
  margin: auto;
  display: block;
  width: 40%;
  max-width: 262px;
}
@media screen and (max-width: 480px), print {
  main.Top .Top_fv_logo {
    width: 50%;
    max-width: 146px;
  }
}
main.Top .Top_fv_logo img {
  display: block;
  width: 100%;
}
main.Top .Top_fv_img {
  height: calc(var(--vh, 1vh) * 100 - 80px);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_fv_img {
    height: calc(var(--vh, 1vh) * 100 - 48px);
  }
}
main.Top .Top_fv_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.Top .Top_about {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about {
    margin-top: 40px;
  }
}
main.Top .Top_about_summary {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  color: #fff;
  border-radius: 20px;
  background-color: #079537;
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_summary {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary {
    max-width: 600px;
  }
}
main.Top .Top_about_summary_wrap {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2%;
  padding: 90px 0 90px 33px;
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_summary_wrap {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary_wrap {
    flex-wrap: wrap;
    gap: 0;
    max-width: calc(100% - 48px);
    padding: 32px 0;
  }
}
main.Top .Top_about_summary_ttl {
  position: relative;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary_ttl {
    flex: 0 0 100%;
    padding-left: 63px;
  }
}
main.Top .Top_about_summary_ttl .txt {
  position: relative;
  display: block;
  font-family: "Dongle";
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}
main.Top .Top_about_summary_ttl .txt::before, main.Top .Top_about_summary_ttl .txt::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  margin: auto;
  margin-right: 13px;
  background-color: currentColor;
}
main.Top .Top_about_summary_ttl .txt::before {
  width: 100%;
  height: 1px;
}
main.Top .Top_about_summary_ttl .txt::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary_txt {
    order: 1;
    flex: 0 0 100%;
  }
}
main.Top .Top_about_summary_txt_lead {
  display: block;
  padding: 17px 0 34px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px), print {
  main.Top .Top_about_summary_txt_lead {
    font-size: calc(20px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_summary_txt_lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary_txt_lead {
    padding: 0 0 24px 0;
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary_txt_desc .iblock {
    display: inline;
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_summary_txt_desc .iblock {
    display: inline-block;
  }
}
main.Top .Top_about_summary_img {
  flex: 0 0 47.5%;
  max-width: 439px;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_summary_img {
    flex: 0 0 100%;
  }
}
main.Top .Top_about_summary_img_box {
  display: block;
  line-height: 1;
}
main.Top .Top_about_summary_img_box img {
  display: block;
  width: 100%;
}
main.Top .Top_about_detail {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: auto;
  padding: 124px 0 187px;
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_detail {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_detail {
    padding: 100px 0 120px;
  }
}
main.Top .Top_about_detail::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #079537 transparent transparent transparent;
  border-width: 61px 26px 0px 26px;
}
main.Top .Top_about_detail_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #079537;
}
@media screen and (max-width: 1024px), print {
  main.Top .Top_about_detail_ttl {
    font-size: calc(26px + 6 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_detail_ttl {
    font-size: 26px;
  }
}
main.Top .Top_about_detail_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 38px;
}
@media screen and (max-width: 1200px), print {
  main.Top .Top_about_detail_list {
    gap: 5vw;
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_detail_list {
    flex-direction: column;
    gap: 90px;
    padding-top: 40px;
  }
}
main.Top .Top_about_detail_list_item {
  position: relative;
  flex: 1;
  max-width: 300px;
  aspect-ratio: 1;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_detail_list_item {
    flex: 0 0 300px;
  }
}
main.Top .Top_about_detail_list_item_box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 1px solid #079537;
  background-color: #FEFEF2;
}
main.Top .Top_about_detail_list_item .txt {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1024px), print {
  main.Top .Top_about_detail_list_item .txt {
    font-size: calc(18px + -2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_about_detail_list_item .txt {
    font-size: 18px;
  }
}
main.Top .Top_about_detail_list_item:not(:last-of-type)::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 45px);
  transform: translate(-50%, -50%);
  width: 114px;
  height: 114px;
  pointer-events: none;
  background: linear-gradient(45deg, transparent 50%, #079537 50%, #079537 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(-45deg, transparent 50%, #079537 50%, #079537 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px), print {
  main.Top .Top_about_detail_list_item:not(:last-of-type)::before {
    left: calc(100% + 2.5vw);
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_about_detail_list_item:not(:last-of-type)::before {
    top: calc(100% + 45px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
main.Top .Top_srv {
  position: relative;
}
main.Top .Top_srv_item {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4.5%;
}
@media screen and (max-width: 480px), print {
  main.Top .Top_srv_item {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_srv_item {
    flex-wrap: wrap;
    gap: 24px;
  }
}
main.Top .Top_srv_item:not(:last-of-type) {
  padding-bottom: 80px;
}
main.Top .Top_srv_item_img {
  overflow: hidden;
  flex: 0 0 52.7%;
  max-width: 52.7%;
}
main.Top .Top_srv_item_img:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 896px), print {
  main.Top .Top_srv_item_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.Top .Top_srv_item_img_box {
  z-index: 0;
  position: relative;
  display: block;
  aspect-ratio: 570/392;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #E2E2E2;
  background-color: #F9FBFD;
}
main.Top .Top_srv_item_img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
  will-change: transform;
}
main.Top .Top_srv_item_img_box.is-soon::before {
  z-index: 2;
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Dongle";
  font-weight: 400;
  font-size: 42px;
  color: #fff;
}
main.Top .Top_srv_item_img_box.is-soon::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(62, 58, 57, 0.6);
  mix-blend-mode: multiply;
}
main.Top .Top_srv_item_txt {
  flex: 1 1 auto;
  padding-top: 1em;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_srv_item_txt {
    padding-top: 0;
  }
}
main.Top .Top_srv_item_txt_ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #079537;
}
@media screen and (max-width: 1024px), print {
  main.Top .Top_srv_item_txt_ttl {
    font-size: calc(20px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_srv_item_txt_ttl {
    font-size: 20px;
  }
}
main.Top .Top_srv_item_txt_desc {
  padding: 1em 0 1.5em;
}
main.Top .Top_srv_item_txt_times {
  position: relative;
  padding: 0 0 1em 34px;
  line-height: 24px;
  border-bottom: 1px solid #3E3A39;
}
main.Top .Top_srv_item_txt_times::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/common/ico_time.svg");
}
main.Top .Top_srv_item_txt_times_tbl {
  text-align: left;
  font-size: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px), print {
  main.Top .Top_srv_item_txt_times_tbl {
    font-size: calc(14px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_srv_item_txt_times_tbl {
    font-size: 14px;
  }
}
main.Top .Top_srv_item_txt_times_tbl .name {
  padding-right: 1em;
  font-weight: 700;
}
main.Top .Top_srv_item_txt_sns {
  padding-top: 1em;
  font-size: 14px;
  line-height: 1;
}
main.Top .Top_srv_item_txt_sns_link {
  display: inline-block;
  transition: all 0.3s;
}
main.Top .Top_srv_item_txt_sns_link:hover {
  opacity: 0.75;
}
main.Top .Top_srv_item_txt_sns_link.insta::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/common/ico_insta.svg");
}
main.Top .Top_srv .deco_R,
main.Top .Top_srv .deco_L {
  z-index: -1;
  position: absolute;
  display: block;
}
main.Top .Top_srv .deco_R img,
main.Top .Top_srv .deco_L img {
  display: block;
  width: 100%;
}
main.Top .Top_srv .deco_R {
  top: -168px;
  left: 55.7%;
  width: 53.7%;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_srv .deco_R {
    top: -110px;
    left: 27%;
    width: 99%;
  }
}
main.Top .Top_srv .deco_L {
  bottom: -153px;
  left: -4.3%;
  width: 31.8%;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_srv .deco_L {
    bottom: -132px;
    left: -14.5%;
    width: 72.2%;
  }
}
main.Top .Top_access {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  padding: 200px 0 80px;
}
@media screen and (max-width: 480px), print {
  main.Top .Top_access {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access {
    padding: 120px 0 80px;
  }
}
main.Top .Top_access_ttl {
  padding-bottom: 1em;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #079537;
}
@media screen and (max-width: 1024px), print {
  main.Top .Top_access_ttl {
    font-size: calc(26px + 6 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Top .Top_access_ttl {
    font-size: 26px;
  }
}
main.Top .Top_access_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 90px;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_txt {
    flex: 0 0 100%;
  }
}
main.Top .Top_access_txt_tbl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 24px 0;
  line-height: 1.4;
  border-top: 1px solid #C8C8C8;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_txt_tbl {
    flex-wrap: wrap;
    gap: 0.8em;
  }
}
main.Top .Top_access_txt_tbl:last-of-type {
  border-bottom: 1px solid #C8C8C8;
}
main.Top .Top_access_txt_tbl .name {
  flex: 0 0 6.625em;
  max-width: 6.625em;
  font-weight: 700;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_txt_tbl .name {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_txt_tbl .cont {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.Top .Top_access_txt_tbl .cont a {
  transition: all 0.3s;
}
main.Top .Top_access_txt_tbl .cont a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_txt_tbl .cont a {
    color: #4AA2FF;
  }
}
main.Top .Top_access_map {
  flex: 0 0 52.7%;
  max-width: 52.7%;
  aspect-ratio: 570/362;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 896px), print {
  main.Top .Top_access_map {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.Top .Top_access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-news {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.news-section-ttl {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #079537;
  padding-bottom: 20px;
  margin-bottom: 40px; 
  border-bottom: 2px solid #ddd;
}

.news-section-ttl a {
  text-decoration: none;
  color: inherit;
}

.news-section-ttl a:hover {
  text-decoration: underline;
}

.news-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-section li {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-section li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.news-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

.news-section h3 a {
  color: #007bff;
  text-decoration: none;
}

.news-section h3 a:hover {
  text-decoration: underline;
}

.post-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.post-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}