@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
パーツ
========================================================= */
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 321px) {
  .exsp {
    display: none;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 1024px) {
  img,
  svg {
    height: auto;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

/* =========================================================
見出し、テキスト
========================================================= */
.secTitle01 {
  margin: 30px 0 30px;
  font-size: 4.5rem;
  line-height: 1.7;
}
@media (max-width: 1400px) {
  .secTitle01 {
    font-size: clamp(3rem, 3.21vw, 4.5rem);
  }
}
@media (max-width: 1024px) {
  .secTitle01 {
    margin: 30px 0 20px;
    font-size: 3rem;
  }
}
.secTitle01 .en {
  position: relative;
  display: block;
  margin: 10px 0 20px;
  line-height: 1;
  color: #6eba3d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .secTitle01 .en {
    margin: 10px 0 10px;
    font-size: 1.6rem;
  }
}
.secTitle01 .en::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  margin: 0 0.5em 1px 0;
}
.secTitle01.white {
  color: #fff;
}
.secTitle01.white .en {
  color: #fff;
}
.secTitle01.center {
  text-align: center;
}
.secTitle01:first-child {
  margin-top: 0;
}

.secTitle02 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 20px;
  font-size: 2.9rem;
}
@media (max-width: 1400px) {
  .secTitle02 {
    font-size: clamp(2rem, 2.07vw, 2.9rem);
  }
}
@media (max-width: 1024px) {
  .secTitle02 {
    font-size: 2rem;
    font-weight: 600 !important;
  }
}
.secTitle02::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6eba3d;
  margin: 0 0.5em -1px 0;
}
.secTitle02.center {
  text-align: center;
}
.secTitle02:first-child {
  margin-top: 0;
}

.secTitle03 {
  margin: 20px 0 20px;
  font-size: 2.9rem;
}
@media (max-width: 1400px) {
  .secTitle03 {
    font-size: clamp(2rem, 2.07vw, 2.9rem);
  }
}
@media (max-width: 1024px) {
  .secTitle03 {
    margin: 15px 0 5px;
    font-size: 2rem;
  }
}
.secTitle03.center {
  text-align: center;
}
.secTitle03:first-child {
  margin-top: 0;
}

[class*=secTitle] {
  font-weight: 700;
}
[class*=secTitle].center {
  text-align: center;
}
[class*=secTitle]:first-child {
  margin-top: 0;
}

.leadText {
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .leadText {
    font-size: clamp(1.6rem, 1.43vw, 2rem);
  }
}
@media (max-width: 1024px) {
  .leadText {
    margin: 0 0 25px;
    font-size: 1.6rem;
  }
}

strong {
  font-weight: 600;
}

/* =========================================================
block
========================================================= */
.bg_color {
  background: #81c95b;
  color: #fff;
}

.bg_color02 {
  background: #e6f0e3;
}

.bg_round {
  position: relative;
  color: #fff;
}
.bg_round::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 97.5%;
  height: 100%;
  background: #81c95b;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .bg_round::before {
    width: 100%;
  }
}

.round {
  overflow: hidden;
  border-radius: 10px;
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .photo {
  flex-shrink: 0;
}

.bg_block {
  background: #e6f0e3;
  padding: 34px 36px;
  margin-block: 40px;
}
@media (max-width: 1400px) {
  .bg_block {
    padding: 24px 5%;
  }
}
@media (max-width: 767px) {
  .bg_block {
    padding: 24px 20px;
    margin-block: 30px;
  }
}
.bg_block .secTitle02 {
  font-size: 1.9rem;
  color: #6eba3d;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .bg_block .secTitle02 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 700 !important;
  }
}
.bg_block.center {
  text-align: center;
}
hr.separator {
  border: none;
  border-top: 1px solid #dadad7;
  margin: 50px 0;
}
@media (max-width: 767px) {
  hr.separator {
    margin: 40px 0;
  }
}
hr.separator.white {
  border-color: rgba(255, 255, 255, 0.5);
}
hr.separator.clear {
  border-color: transparent;
  margin: 40px 0;
}
@media (max-width: 767px) {
  hr.separator.clear {
    margin: 20px 0;
  }
}

.hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
a svg {
  transition: all 0.25s;
}

.circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #6eba3d;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.circle .icon_arrow {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.circle .icon_plus {
  fill: #fff;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .circle.sp {
    display: none;
  }
}

.contents a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

a.textLink {
  display: inline-flex;
  align-items: center;
  color: #6eba3d;
  text-decoration: underline;
}
a.textLink .circle {
  width: 18px;
  height: 18px;
  margin: 0 0 -2px 0.5em;
}
a.textLink .circle .icon_arrow {
  width: 9px;
  height: 9px;
}
a.textLink[target=_blank] .circle .icon_arrow {
  transform: rotate(-45deg);
}

.btn {
  margin-block: 40px;
}
@media (max-width: 767px) {
  .btn {
    margin-block: 20px;
  }
}
.btn .btnLink,
.btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 38px;
  background: #ef802a;
  min-width: 301px;
  height: 76px;
  padding-inline: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn .btnLink,
  .btn a {
    min-width: 0;
    width: 100%;
    border-radius: 33px;
    height: 66px;
    font-size: 1.5rem;
  }
}
.btn .btnLink:has(.circle),
.btn a:has(.circle) {
  justify-content: flex-start;
  padding-inline: 32px 72px;
}
.btn .btnLink .circle,
.btn a .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
@media (any-hover: hover) {
  .btn .btnLink:hover,
  .btn a:hover {
    opacity: 1;
  }
}
.btn:last-child {
  margin-bottom: 0;
}
.btn.clear .btnLink,
.btn.clear a {
  border: 1px solid #fff;
  background: transparent;
}
.btn.clear .btnLink .circle,
.btn.clear a .circle {
  background: #fff;
}
.btn.clear .btnLink .circle .icon_arrow,
.btn.clear a .circle .icon_arrow {
  fill: #6eba3d;
}
@media (any-hover: hover) {
  .btn.clear .btnLink:hover,
  .btn.clear a:hover {
    border-color: #6eba3d;
    background: #fff;
    color: #6eba3d;
  }
  .btn.clear .btnLink:hover .circle,
  .btn.clear a:hover .circle {
    background: #6eba3d;
  }
  .btn.clear .btnLink:hover .circle .icon_arrow,
  .btn.clear a:hover .circle .icon_arrow {
    fill: #fff;
  }
}
.btn.white .btnLink,
.btn.white a {
  border: 1px solid #6eba3d;
  background: #fff;
  color: #333333;
}
@media (any-hover: hover) {
  .btn.white .btnLink:hover,
  .btn.white a:hover {
    color: #6eba3d;
  }
}
.btn.center {
  text-align: center;
}

.btn02 {
  margin-block: 40px;
}
@media (max-width: 767px) {
  .btn02 {
    margin-block: 25px;
  }
}
.btn02 .btnLink,
.btn02 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .btn02 .btnLink:hover,
  .btn02 a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.btn02 .btnLink .icon,
.btn02 a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #6eba3d;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .btn02 .btnLink .icon,
  .btn02 a .icon {
    width: 20px;
    height: 20px;
  }
}
.btn02 .btnLink .icon svg,
.btn02 a .icon svg {
  fill: #fff;
  width: 19px;
  height: 19px;
}
@media (max-width: 767px) {
  .btn02 .btnLink .icon svg,
  .btn02 a .icon svg {
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .btn02 .btnLink:hover,
  .btn02 a:hover {
    opacity: 1;
  }
}
.btn02.center {
  text-align: center;
}

.btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .btnList {
    flex-direction: column;
    gap: 15px;
  }
}
.btnList.center {
  justify-content: center;
}
.btnList .btn {
  margin: 0;
}

/* =========================================================
リスト
========================================================= */
.tabList {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0 80px;
}
@media (max-width: 767px) {
  .tabList {
    margin: 20px 0 40px;
  }
}
.tabList li a {
  display: block;
  border: 1px solid #dadad7;
  background: #fff;
  text-align: center;
  color: #333333;
  text-decoration: none;
  width: 100%;
  min-width: 144px;
  height: 51px;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (any-hover: hover) {
  .tabList li a:hover {
    opacity: 1;
    color: #fff;
    background: #6eba3d;
    border-color: #6eba3d;
  }
}
.tabList li.active a {
  color: #fff;
  background: #6eba3d;
  border-color: #6eba3d;
}
@media (max-width: 767px) {
  .tabList:has(+ .spTabSelectWrap) {
    display: none;
  }
}

.spTabSelect {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 2px;
  background: #fff url(../img/common/icon_select.svg) no-repeat right 16px center;
  background-size: 14px 14px;
  color: #333333;
  height: 46px;
  line-height: 46px;
  padding: 0 44px 0 20px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
}
.spTabSelect:focus {
  outline: 2px solid #6eba3d;
}
.spTabSelectWrap {
  background: #e6f0e3;
  padding: 21px 20px;
  border-radius: 5px;
  margin: 20px 0 40px;
}
@media (min-width: 768px) {
  .spTabSelectWrap {
    display: none;
  }
}
.spTabSelect_label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.columnList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .columnList {
    gap: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columnList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .columnList {
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.columnList .listItem {
  counter-increment: li_count;
}
@media (max-width: 767px) {
  .columnList .listItem + .listItem {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .columnList .listItem .photo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .columnList .listItem .photo img {
    width: 100%;
  }
}

/* =========================================================
table
========================================================= */
.table01 {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table01 {
    margin: 15px 0;
  }
}
.table01:first-child {
  margin-top: 0;
}
.table01:last-child {
  margin-bottom: 0;
}
.table01 th,
.table01 td {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    border-top-color: #b3b3b3;
    border-bottom: none;
    padding: 20px 0;
    vertical-align: middle;
  }
}
.table01 th {
  border-color: #6eba3d;
  text-align: left;
  color: #6eba3d;
  font-weight: 700;
  width: 10.4%;
}
@media (max-width: 767px) {
  .table01 th {
    border-color: #b3b3b3;
    width: 100%;
    color: #333333;
    padding-bottom: 4px;
  }
}
.table01 td {
  width: 39.6%;
}
@media (max-width: 767px) {
  .table01 td {
    width: 100%;
    padding-top: 4px;
    border: none;
    position: relative;
  }
  .table01 td::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 31%;
    height: 1px;
    background: #6eba3d;
  }
}
@media (max-width: 767px) {
  .table01 tr:first-child th:first-child {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .table01 tr:last-child td {
    border-bottom: 1px solid #b3b3b3;
  }
}

.table02 {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table02 {
    margin: 15px 0;
  }
}
.table02:first-child {
  margin-top: 0;
}
.table02:last-child {
  margin-bottom: 0;
}
.table02 th,
.table02 td {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 24px 20px;
}
@media (max-width: 767px) {
  .table02 th,
  .table02 td {
    display: block;
    border-bottom: none;
    padding: 14px 0;
    vertical-align: middle;
    border-top-color: #dadad7;
    border-bottom-color: #dadad7;
  }
}
.table02 th {
  background: #e6f0e3;
  text-align: left;
  color: #6eba3d;
  font-weight: 700;
  width: 13.6%;
}
@media (max-width: 767px) {
  .table02 th {
    text-align: center;
    width: 100%;
  }
}
.table02 td {
  width: 36.4%;
}
@media (max-width: 767px) {
  .table02 td {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table02 tr:last-child td:last-child {
    border-bottom: 1px solid #dadad7;
  }
}

/* =========================================================
SLICK
========================================================= */
@media (max-width: 767px) {
  .slick-slider .slick-slide .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .slick-slider .slick-slide .sp {
    display: none;
  }
}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #6eba3d;
  width: 38px;
  height: 38px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
  text-indent: 0;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.slick-arrow svg {
  fill: #fff;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .slick-arrow svg {
    width: 6px;
    height: 6px;
  }
}

.slick-prev {
  left: 5px;
  transform: scale(-1, 1);
}

.slick-next {
  right: 5px;
}

.slick-counter {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #fff;
  background: rgba(51, 51, 51, 0.86);
  border-radius: 12px;
  width: 62px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .slick-counter {
    left: 5px;
    top: 5px;
  }
}

/* =========================================================
colorbox
========================================================= */
.colorbox {
  position: relative;
  display: block;
}
.contents .colorbox {
  text-decoration: none;
}
.colorbox img {
  width: 100%;
  height: auto;
}

.zoomBtn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.86);
  width: 45px;
  height: 45px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .zoomBtn {
    width: 30px;
    height: 30px;
  }
}
.zoomBtn .icon_zoom {
  fill: #fff;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .zoomBtn .icon_zoom {
    width: 16px;
    height: 16px;
  }
}

#cboxOverlay {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible !important;
}

#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
  background: none !important;
}

#cboxMiddleLeft,
#cboxMiddleRight {
  width: 0 !important;
  height: 0 !important;
}

#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter {
  height: 0px !important;
}

#cboxBottomCenter,
#cboxBottomRight,
#cboxBottomLeft {
  height: 0 !important;
}

#colorbox {
  background: #fff;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
}

#cboxContent {
  float: none !important;
  overflow: visible !important;
  margin: 0 auto;
  padding-bottom: 0;
}

#cboxLoadedContent {
  padding: 0 0 0;
  margin-bottom: 0 !important;
}
#cboxClose {
  top: -60px !important;
  background: #6eba3d !important;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  text-align: left !important;
  text-indent: -9999px !important;
}
@media (max-width: 767px) {
  #cboxClose {
    top: -40px !important;
    width: 35px !important;
    height: 35px !important;
  }
}
#cboxClose::before, #cboxClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 20px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #cboxClose::before, #cboxClose::after {
    width: 14px;
  }
}
#cboxClose::after {
  transform: rotate(-45deg);
}

#cboxPrevious,
#cboxNext {
  display: block;
  left: auto !important;
  right: -75px !important;
  top: 0 !important;
  bottom: 0 !important;
  background: #6eba3d !important;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  text-indent: -99999px;
  margin: auto !important;
}
@media (max-width: 1200px) {
  #cboxPrevious,
  #cboxNext {
    right: -55px !important;
  }
}
@media (max-width: 1095px) {
  #cboxPrevious,
  #cboxNext {
    right: 5px !important;
  }
}
@media (max-width: 767px) {
  #cboxPrevious,
  #cboxNext {
    width: 20px !important;
    height: 20px !important;
  }
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_right.svg) no-repeat right -1px center;
  background-size: 13px 13px;
}
@media (max-width: 767px) {
  #cboxPrevious::before,
  #cboxNext::before {
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
  }
}

#cboxPrevious {
  left: -75px !important;
  right: auto !important;
}
@media (max-width: 1200px) {
  #cboxPrevious {
    left: -55px !important;
  }
}
@media (max-width: 1095px) {
  #cboxPrevious {
    left: 5px !important;
  }
}
#cboxPrevious::before {
  transform: scale(-1, 1);
}

#cboxTitle {
  display: none !important;
}

#colorbox:has(.cboxPhoto.round),
#cboxContent:has(.cboxPhoto.round) {
  background: none !important;
}
@media (max-width: 767px) {
  #colorbox:has(.cboxPhoto.round) .cboxPhoto.round,
  #cboxContent:has(.cboxPhoto.round) .cboxPhoto.round {
    border-radius: 0;
  }
  #colorbox:has(.cboxPhoto.round) #cboxClose,
  #cboxContent:has(.cboxPhoto.round) #cboxClose {
    right: 5px;
  }
}

#cboxCurrent {
  position: absolute !important;
  left: 16px !important;
  top: 16px;
  bottom: auto !important;
  color: #fff !important;
  background: rgba(51, 51, 51, 0.86);
  border-radius: 17.5px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  #cboxCurrent {
    left: 5px !important;
    top: 5px;
    width: 62px;
    height: 24px;
    line-height: 24px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .cboxPhoto.spWide {
    width: 100% !important;
    height: auto !important;
  }
}
/* =========================================================
articleDetail
========================================================= */
.articleDetail .wrapper {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .articleDetail .wrapper {
    padding-top: 40px;
  }
}
.articleDetail .articleHeader {
  border-bottom: 1px solid #dadad7;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .articleDetail .articleHeader {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
.articleDetail .articleHeader .date {
  color: rgba(51, 51, 51, 0.7);
}
@media (min-width: 768px) {
  .articleDetail .articleHeader .date {
    font-weight: 600;
  }
}
.articleDetail .articleHeader .title {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .articleDetail .articleHeader .title {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .articleDetail .articleHeader .title {
    margin-top: 4px;
  }
}
.articleDetail .articleContent p {
  margin: 2.75em 0;
}
@media (max-width: 767px) {
  .articleDetail .articleContent p {
    margin: 2em 0;
  }
}
.articleDetail .articleContent a {
  color: #6eba3d;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .articleDetail .articleContent a:hover {
    text-decoration: none;
  }
}
.articleDetail .articleContent img {
  display: block;
  border-radius: 10px;
  margin-block: 30px;
}
.articleDetail .articleFooter .footerLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #dadad7;
  margin-block: 45px 30px;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .articleDetail .articleFooter .footerLink {
    margin-block: 24px 10px;
    padding-top: 24px;
  }
}
.articleDetail .articleFooter .footerLink .btn02 {
  margin: 0;
}
@media (max-width: 767px) {
  .articleDetail .articleFooter .footerLink .btn02 a {
    gap: 5px;
  }
}
.articleDetail .articleFooter .footerLink .prev {
  margin-right: auto;
}
.articleDetail .articleFooter .footerLink .prev .icon {
  scale: -1 1;
}
.articleDetail .articleFooter .footerLink .menu {
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
@media (max-width: 767px) {
  .articleDetail .articleFooter .footerLink .menu {
    margin: auto auto 2.4px;
  }
}
@media (max-width: 360px) {
  .articleDetail .articleFooter .footerLink .menu {
    top: 100%;
  }
}
.articleDetail .articleFooter .footerLink .menu a .icon svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .articleDetail .articleFooter .footerLink .menu a .icon svg {
    width: 7px;
    height: 7px;
  }
}
@media (any-hover: hover) {
  .articleDetail .articleFooter .footerLink .menu a:hover .icon svg {
    margin: 0;
  }
}
.articleDetail .articleFooter .footerLink .next {
  margin-left: auto;
}

.house_cat {
  font-weight: 600;
  padding: 0 20px;
  color: #fff;
  border-radius: 10px;
  width: fit-content;
  background: #6eba3d;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .house_cat {
    font-size: 1.2rem;
    padding: 0 14px;
  }
}
.house_cat.cat_second {
  background: #ef802a;
}
.house_cat.cat_land {
  background: #0361ae;
}
.house_cat.cat_new {
  background: #00a077;
}
.house_cat.cat_lease {
  background: #c6332a;
}
.house_cat.cat_notmoved {
  background: #037eae;
}
.house_cat.cat_other {
  background: #2c3e50;
}

.update_mark {
  font-weight: 600;
  padding: 0 15px;
  color: #fff;
  border-radius: 3px;
  width: fit-content;
  background: #6eba3d;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .update_mark {
    font-size: 1.2rem;
    padding: 2px 6px;
  }
}

.cat_mark {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .cat_mark {
    gap: 8px;
  }
}

.house_place {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5em;
}
.house_place .name {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .house_place .name {
    font-size: 1.3rem;
  }
}
.house_place .icon_place {
  fill: #6eba3d;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .house_place .icon_place {
    width: 15px;
    height: 15px;
  }
}

.price {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .price {
    font-size: 1.3rem;
  }
}
.price_num {
  font-size: 2.8rem;
  margin-right: 0.1em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .price_num {
    font-size: 2.1rem;
  }
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #333333;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  min-width: 1250px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-all;
  padding-top: 98px;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}
@media (max-width: 767px) {
  body.fixed, body.navOn {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 98px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 64px;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1250px) {
  body {
    min-width: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.wrapper {
  position: relative;
  max-width: 1250px;
  margin-inline: auto;
  padding-block: 120px 150px;
}
@media (max-width: 1400px) {
  .wrapper {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 90%;
    padding-block: 60px 75px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 90%;
    padding-block: 60px 75px;
  }
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 98px;
  padding-inline: 2%;
  color: #333333;
  border-bottom: 1px solid #dadad7;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .globalHeader {
    height: 64px;
    padding-inline: 5% 0;
  }
}
.globalHeader a {
  transition: opacity 0.2s;
}
.globalHeader .siteLogo a {
  display: block;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo a img {
    width: 156px;
    height: auto;
  }
}
.header_show .globalHeader {
  position: fixed;
  animation: headerAnime 0.3s ease;
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 767px) {
  .gnavBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 64px;
    height: 64px;
    text-align: center;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    margin-left: auto;
  }
}
.gnavBtn .line {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 8px auto;
  background: #333333;
  transition: all 0.15s;
}
.gnavBtn .line::before, .gnavBtn .line::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background: #333333;
  width: 100%;
  height: 2px;
  transition: all 0.15s;
}
.gnavBtn .line::after {
  top: auto;
  bottom: -7px;
}
.navOn .gnavBtn .line {
  background: transparent;
}
.navOn .gnavBtn .line:before {
  top: 0;
  transform: rotate(34deg);
}
.navOn .gnavBtn .line:after {
  bottom: 0;
  transform: rotate(-34deg);
}
.gnavBtn .text {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.globalNav {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 5px 0;
  width: auto;
  margin-left: auto;
  color: inherit;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .globalNav {
    font-weight: 500;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 4;
    display: block;
    overflow-y: auto;
    background: #fff;
    height: calc(100% - 64px);
    margin-top: 0;
    padding: 10px 5% 20px;
    transition: all 0.2s ease;
  }
}
.navOn .globalNav {
  opacity: 1;
  visibility: visible;
}
.globalNav .gnavList {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 1.8rem;
}
@media (max-width: 1400px) {
  .globalNav .gnavList {
    gap: 3.5vw;
    font-size: clamp(1.5rem, 1.29vw, 1.8rem);
  }
}
@media (max-width: 767px) {
  .globalNav .gnavList {
    display: block;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .globalNav .gnavList > li {
    border-bottom: 1px solid #dadad7;
  }
}
.globalNav .gnavList > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li > a {
    padding: 17px 0;
  }
}
.globalNav .gnavList > li > a .circle {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .globalNav .gnavList > li > a .circle {
    display: none;
  }
}
@media (max-width: 767px) {
  .globalNav .gnavList > li > a .circle .icon_arrow {
    width: 10px;
    height: 10px;
  }
}
.globalNav .siteInfo {
  margin: 32px 0 0;
}
@media (min-width: 768px) {
  .globalNav .siteInfo {
    display: none;
  }
}
.globalNav .siteInfo > dt .siteName {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.globalNav .siteInfo > dd .address {
  margin: 0 0 12px;
}
.globalNav .siteInfo > dd .snsListWrap {
  position: relative;
}
/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0;
}
@media (max-width: 767px) {
  .contents {
    overflow: hidden;
  }
}

.breadcrumbs {
  padding: 20px 40px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 5% 0;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
.breadcrumbsList li {
  display: inline;
}
.breadcrumbsList li a {
  color: #666666;
}
.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: #666666;
  margin-inline: 15px 10px;
}
@media (max-width: 767px) {
  .breadcrumbsList li a::after {
    width: 8px;
    margin-inline: 10px 8px;
  }
}
.breadcrumbsList li:last-child {
  color: #6eba3d;
  text-decoration: underline;
}

.titleArea .wrapper {
  border-bottom: 1px solid #dadad7;
  padding-block: 24px 64px;
}
@media (max-width: 767px) {
  .titleArea .wrapper {
    padding-block: 48px 32px;
  }
}
.titleArea .pageTitle {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .titleArea .pageTitle {
    font-size: 3rem;
  }
}
.titleArea .pageTitle .en {
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #6eba3d;
}
@media (max-width: 767px) {
  .titleArea .pageTitle .en {
    font-size: 1.5rem;
  }
}
.titleArea + section .wrapper {
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .titleArea + section .wrapper {
    display: block;
    padding-top: 40px;
  }
}

.snsListWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.snsListWrap dt {
  font-weight: 600;
}
@media (max-width: 767px) {
  .snsListWrap dt {
    font-size: 1.5rem;
  }
}

.snsList {
  display: flex;
  align-items: center;
  gap: 14px;
}
.snsList li a {
  display: block;
}
.snsList li a img {
  display: block;
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter .wrapper {
  padding-block: 90px;
}
@media (max-width: 1024px) {
  .globalFooter .wrapper {
    padding-block: 40px 90px;
  }
}
@media (max-width: 767px) {
  .globalFooter .wrapper {
    padding-block: 40px 90px;
  }
}
.globalFooter .inner {
  display: flex;
  justify-content: space-between;
  gap: 0 184px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter .inner {
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .globalFooter .inner {
    flex-direction: column;
  }
}
.globalFooter .mapBlock {
  width: 60%;
}
@media (max-width: 767px) {
  .globalFooter .mapBlock {
    width: 100%;
    margin: 40px 0 0;
  }
}
.globalFooter .mapBlock .inner {
  aspect-ratio: 698/427;
  overflow: hidden;
}
.globalFooter .mapBlock .inner iframe {
  width: 100%;
  height: 100%;
}
.globalFooter .textBlock {
  display: flex;
  flex-direction: column;
  width: calc(40% - 106px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter .textBlock {
    width: calc(40% - 30px);
  }
}
@media (max-width: 767px) {
  .globalFooter .textBlock {
    display: contents;
  }
}
.globalFooter .siteInfo > dt img {
  filter: brightness(0) invert(1);
  height: auto;
}
@media (max-width: 767px) {
  .globalFooter .siteInfo > dt img {
    width: 213px;
  }
}
.globalFooter .siteInfo > dt .siteName {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 30px 0 0;
}
@media (max-width: 1400px) {
  .globalFooter .siteInfo > dt .siteName {
    font-size: clamp(1.6rem, 1.57vw, 2.2rem);
  }
}
@media (max-width: 1024px) {
  .globalFooter .siteInfo > dt .siteName {
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
}
.globalFooter .siteInfo > dd {
  position: relative;
}
.globalFooter .siteInfo > dd .address {
  margin: 4px 0 0;
}
.globalFooter .siteInfo > dd .snsListWrap {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .globalFooter .siteInfo > dd .snsListWrap {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
.globalFooter .footerNav {
  display: flex;
  gap: 0 2em;
}
@media (max-width: 767px) {
  .globalFooter .footerNav {
    display: block;
    margin: 0 0 40px;
  }
}
.globalFooter .footerNav li a {
  font-size: 1.7rem;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .globalFooter .footerNav li a {
    font-size: clamp(1.5rem, 1.21vw, 1.7rem);
  }
}
@media (max-width: 767px) {
  .globalFooter .footerNav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .globalFooter .footerNav li a .circle {
    flex-shrink: 0;
    background: #fff;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .globalFooter .footerNav li a .circle {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .globalFooter .footerNav li a .circle .icon_arrow {
    fill: #6eba3d;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .globalFooter .footerNav li a .circle .icon_arrow {
    width: 10px;
    height: 10px;
  }
}
.globalFooter .separator {
  width: 100%;
  margin: 40px 0 60px;
}
@media (max-width: 767px) {
  .globalFooter .separator {
    display: none;
  }
}
.globalFooter .copyright {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .globalFooter .copyright {
    margin-block: 50px 0;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .globalFooter .copyright {
    order: 1;
    margin-left: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .globalFooter .copyright p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
}

.pagetop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  right: 30px;
  z-index: 3;
  width: 79px;
  height: 79px;
  margin: -79px 0 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .pagetop {
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
    margin: -115px auto 65px auto;
  }
}
.pagetop a {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #e6f0e3;
  width: 100%;
  height: 100%;
  color: #6eba3d;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.pagetop a .icon_top {
  fill: currentColor;
  width: 22px;
  height: 22px;
  margin: 0;
}
@media (max-width: 767px) {
  .pagetop a .icon_top {
    width: 15px;
    height: 15px;
  }
}
.header_show .pagetop {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .pagetop:hover a {
    opacity: 1;
  }
  .pagetop:hover a .icon_top {
    margin-top: -8px;
  }
}

/* =========================================================
contact
========================================================= */
.contact {
  position: relative;
  color: #fff;
}
.contact::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  margin: 0 auto;
  background: #81c95b;
}
.contact .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .contact .wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .contact .secTitle01 {
    margin-bottom: 50px;
  }
}
.contact .photo {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 96%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact .photo {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .contact .photo {
    width: 100%;
  }
}
.contact .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact .photo::before, .contact .photo::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  background: rgba(0, 0, 0, 0.07);
}
.contact .photo::after {
  background: rgba(110, 186, 61, 0.1);
}
.contact .wrapper {
  position: relative;
  height: 420px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .contact .wrapper {
    height: auto;
    min-height: 346px;
  }
}
.contact .secTitle01 .en {
  color: #fff;
}
.contact .leadText {
  margin: 0;
}/*# sourceMappingURL=style.css.map */