@charset "UTF-8";
.font_ja {
  font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.mincho {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900 !important;
}

.font_maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 3.4vw;
  }
}
body {
  color: #333;
  accent-color: #6AC3A3;
  background-color: #fff;
  background-image: none;
  min-height: 100vh;
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-size: min(1.1428571429vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: rgb(124.1794258373, 202.3205741627, 174.2248803828);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
a.link img {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.link:hover img {
  opacity: 0.8;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a img {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a img:hover {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  opacity: 0.8;
}

.single {
  max-width: 1200px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .single {
    width: 96%;
  }
}

.single02 {
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .single02 {
    width: 96%;
  }
}

.single03 {
  max-width: 90%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single03 {
    width: 98%;
  }
}
@media screen and (max-width: 500px) {
  .single03 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}

.single04 {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single04 {
    width: 98%;
  }
}

.single,
.single02,
.single03,
.single04 {
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 500px) {
  .single,
  .single02,
  .single03,
  .single04 {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100% !important;
  }
}

.sp_box {
  max-width: 480px;
  width: 100%;
  margin: 1em auto;
  position: relative;
}

.sbox {
  width: 80%;
  margin: 1em auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  .sbox {
    width: 100%;
  }
}

.mbox {
  padding: 2em;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .mbox {
    padding: 1em;
    max-width: 93.6vw;
  }
}

.sticky_area {
  height: 100%;
}

.sticky {
  top: 80px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}
.sticky.t0 {
  top: 0;
}
@media screen and (max-width: 1200px) {
  .sticky {
    top: 0;
  }
}
@media screen and (max-width: 896px) {
  .sticky {
    position: static;
  }
}

.flexbox {
  display: flex;
  position: relative;
  align-items: flex-start;
  top: 0;
  gap: 2em 2em;
}
@media screen and (max-width: 500px) {
  .flexbox {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .flexbox.res_none {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

.grid {
  display: grid;
  gap: 2em 2em;
}
.grid > * {
  min-width: 0;
}
.grid.plus > li:before {
  content: "+";
  position: absolute;
  z-index: 2;
  line-height: 1;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid #111;
  color: #111;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 200%;
}
@media screen and (max-width: 500px) {
  .grid.plus > li:before {
    top: auto;
    bottom: -1.3em;
    right: 0;
    left: 0;
  }
}
.grid.plus > li:last-child:before {
  display: none;
}
.grid.arrow > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  z-index: 2;
  line-height: 1;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 300%;
}
@media screen and (max-width: 500px) {
  .grid.arrow > li:before {
    content: "\f078";
    top: auto;
    bottom: -1.6em;
    right: 0;
    left: 0;
  }
}
.grid.arrow > li:last-child:before {
  display: none;
}
.grid > li,
.grid > .child {
  position: relative;
  align-items: stretch;
  min-width: 0;
}
.grid.set1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set7 {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set7 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set8 {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.p_center {
  place-items: center;
}
.grid.reversal {
  flex-direction: row-reverse;
}
.grid.center {
  grid-template-columns: repeat(auto-fit, 46%);
  row-gap: 24px;
  column-gap: 4%;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  .grid.tablet1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid.tablet1 > li,
  .grid.tablet1 .child {
    margin-bottom: 0px;
  }
  .grid.tablet2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid.tablet2 > li,
  .grid.tablet2 .child {
    margin-bottom: 0px;
  }
  .grid.tablet3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid.tablet3 > li,
  .grid.tablet3 .child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .grid.sp1 {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0;
  }
  .grid.sp1 > li,
  .grid.sp1 .child {
    margin-bottom: 0px;
  }
  .grid.sp2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid.sp2 > li,
  .grid.sp2 .child {
    margin-bottom: 0px;
  }
  .grid.sp3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid.sp3 > li,
  .grid.sp3 .child {
    margin-bottom: 0px;
  }
}

.gap_none {
  gap: 0px 0px !important;
}

.gap1 {
  gap: 1em 1em !important;
}

.gap2 {
  gap: 2em 2em !important;
}

.gap3 {
  gap: 3em 3em !important;
}

@media screen and (max-width: 500px) {
  .gap_sp_none {
    gap: 0px 0px !important;
  }
  .gap_sp1 {
    gap: 1em 1em;
  }
  .gap_sp2 {
    gap: 2em 2em !important;
  }
  .gap_sp3 {
    gap: 3em 3em !important;
  }
}
.auto_fit {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.circle_box {
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle_box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 500px) {
  .pconly {
    display: none !important;
  }
}

.tabletonly {
  display: none;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tabletonly {
    display: block;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 500px) {
  .sponly {
    display: block;
  }
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.spblock {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .spblock {
    display: block !important;
  }
}

.clear {
  clear: both;
}

.clearfix {
  _display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.float.left {
  float: left;
  margin-right: 2em;
}
.float.right {
  float: right;
  margin-left: 2em;
}
@media screen and (max-width: 500px) {
  .float.sp_none.left, .float.sp_none.right {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 2em 0;
}

.scrollbar {
  min-height: 100px;
  max-height: 25em;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 500px) {
  .scrollbar {
    max-height: 20em;
  }
}
.scrollbar.policy-box {
  max-height: 20em;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #ccc;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.border_shadow {
  box-shadow: 6px 6px rgba(0, 36, 60, 0.2);
  border: 1px solid rgba(0, 36, 60, 0.2);
}

.border {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
}
.border.size_2 {
  border-width: 2px;
}
.border.size_3 {
  border-width: 3px;
}
.border.size_4 {
  border-width: 4px;
}
.border.size_5 {
  border-width: 5px;
}

.border_top {
  border-top-width: 1px;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.border_top.size_2 {
  border-width: 2px;
}
.border_top.size_3 {
  border-width: 3px;
}
.border_top.size_4 {
  border-width: 4px;
}
.border_top.size_5 {
  border-width: 5px;
}

.border_left {
  border-top-width: 0 !important;
  border-left-width: 1px;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.border_left.size_2 {
  border-width: 2px;
}
.border_left.size_3 {
  border-width: 3px;
}
.border_left.size_4 {
  border-width: 4px;
}
.border_left.size_5 {
  border-width: 5px;
}

.border_right {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 1px;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.border_right.size_2 {
  border-width: 2px;
}
.border_right.size_3 {
  border-width: 3px;
}
.border_right.size_4 {
  border-width: 4px;
}
.border_right.size_5 {
  border-width: 5px;
}

.border_bottom {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 1px;
  border-style: solid;
}
.border_bottom.size_2 {
  border-width: 2px;
}
.border_bottom.size_3 {
  border-width: 3px;
}
.border_bottom.size_4 {
  border-width: 4px;
}
.border_bottom.size_5 {
  border-width: 5px;
}

.bc_base {
  border-color: #6AC3A3 !important;
}

.bc_sub {
  border-color: #3DC1D1 !important;
}

.bc_black {
  border-color: #111 !important;
}

.bc_pink {
  border-color: #e885ab !important;
}

.bc_f2 {
  border-color: #f2f2f2 !important;
}

.bc_aaa {
  border-color: #aaa !important;
}

.bc_bbb {
  border-color: #bbb !important;
}

.bc_ccc {
  border-color: #ccc !important;
}

.bc_ddd {
  border-color: #ddd !important;
}

.bc_eee {
  border-color: #eee !important;
}

.bc_white {
  border-color: #fff !important;
}

.bc_gold {
  border-color: #c3a349 !important;
}

.bc_green {
  border-color: #54c766 !important;
}

.bc_orange {
  border-color: #f7871f !important;
}

.bc_blue {
  border-color: #284074 !important;
}

.bc_red {
  border-color: #c70922 !important;
}

.bs_dotted {
  border-style: dotted !important;
}

.bs_double {
  border-style: double !important;
}

.bs_dashed {
  border-style: dashed !important;
}

.radius {
  border-radius: 2em;
}
.radius > a {
  border-radius: 2em;
}

.radius_top_left {
  border-top-left-radius: 2em;
}
.radius_top_left > a {
  border-top-left-radius: 2em;
}

.radius_top_right {
  border-top-right-radius: 2em;
}
.radius_top_right > a {
  border-top-right-radius: 2em;
}

.radius_bottom_left {
  border-bottom-left-radius: 2em;
}
.radius_bottom_left > a {
  border-bottom-left-radius: 2em;
}

.radius_bottom_right {
  border-bottom-right-radius: 2em;
}
.radius_bottom_right > a {
  border-bottom-right-radius: 2em;
}

.circle {
  border-radius: 50%;
}
.circle > a {
  border-radius: 50%;
}
.circle > img {
  border-radius: 50%;
}

.shadow {
  filter: drop-shadow(0px 0px 0.3em rgba(17, 17, 17, 0.1));
}

.shadow_gray {
  box-shadow: 6px 6px rgba(187, 187, 187, 0.2);
  border: 1px solid rgba(187, 187, 187, 0.2);
}

.shadow_box {
  box-shadow: 0 3px 3px 0 rgba(0, 36, 60, 0.14), 0 1.5px 6px 0 rgba(0, 36, 60, 0.12), 0 0.5px 1.5px 0 rgba(0, 36, 60, 0.15);
}

.shadow_white {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 1em #fff, 0px 0px 1em #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

.shadow_base,
.shadow_sub {
  position: relative !important;
  overflow: inherit !important;
  z-index: 0 !important;
}
.shadow_base.radius:before,
.shadow_sub.radius:before {
  border-radius: 2em;
}
.shadow_base:before,
.shadow_sub:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  transform: translate(0.5em, 0.5em);
}

.shadow_base:before {
  background: #6AC3A3;
}

.shadow_sub:before {
  background: #3DC1D1;
}

.map_area,
.iframe_area {
  position: relative;
  padding-bottom: 55%;
  height: 0;
}
.map_area iframe,
.map_area object,
.map_area embed,
.iframe_area iframe,
.iframe_area object,
.iframe_area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_area.height_1,
.iframe_area.height_1 {
  padding-bottom: 10%;
  height: inherit !important;
}
.map_area.height_2,
.iframe_area.height_2 {
  padding-bottom: 20%;
  height: inherit !important;
}
.map_area.height_3,
.iframe_area.height_3 {
  padding-bottom: 30%;
  height: inherit !important;
}
.map_area.height_4,
.iframe_area.height_4 {
  padding-bottom: 40%;
  height: inherit !important;
}
.map_area.height_5,
.iframe_area.height_5 {
  padding-bottom: 50%;
  height: inherit !important;
}
.map_area.height_6,
.iframe_area.height_6 {
  padding-bottom: 60%;
  height: inherit !important;
}
.map_area.height_7,
.iframe_area.height_7 {
  padding-bottom: 70%;
  height: inherit !important;
}
.map_area.height_8,
.iframe_area.height_8 {
  padding-bottom: 80%;
  height: inherit !important;
}
.map_area.height_9,
.iframe_area.height_9 {
  padding-bottom: 90%;
  height: inherit !important;
}
.map_area.height_10,
.iframe_area.height_10 {
  padding-bottom: 100%;
  height: inherit !important;
}
@media screen and (max-width: 500px) {
  .map_area.height_sp1,
  .iframe_area.height_sp1 {
    padding-bottom: 10% !important;
    height: inherit !important;
  }
  .map_area.height_sp2,
  .iframe_area.height_sp2 {
    padding-bottom: 20% !important;
    height: inherit !important;
  }
  .map_area.height_sp3,
  .iframe_area.height_sp3 {
    padding-bottom: 30% !important;
    height: inherit !important;
  }
  .map_area.height_sp4,
  .iframe_area.height_sp4 {
    padding-bottom: 40% !important;
    height: inherit !important;
  }
  .map_area.height_sp5,
  .iframe_area.height_sp5 {
    padding-bottom: 50% !important;
    height: inherit !important;
  }
  .map_area.height_sp6,
  .iframe_area.height_sp6 {
    padding-bottom: 60% !important;
    height: inherit !important;
  }
  .map_area.height_sp7,
  .iframe_area.height_sp7 {
    padding-bottom: 70% !important;
    height: inherit !important;
  }
  .map_area.height_sp8,
  .iframe_area.height_sp8 {
    padding-bottom: 80% !important;
    height: inherit !important;
  }
  .map_area.height_sp9,
  .iframe_area.height_sp9 {
    padding-bottom: 90% !important;
    height: inherit !important;
  }
  .map_area.height_sp10,
  .iframe_area.height_sp10 {
    padding-bottom: 100% !important;
    height: inherit !important;
  }
}
.map_area.radius,
.iframe_area.radius {
  border-radius: 2em;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .map_area.cover,
  .iframe_area.cover {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
  }
  .map_area.cover video,
  .iframe_area.cover video {
    height: 100vh;
    object-fit: cover;
  }
}

.form-contents form dl dd label {
  display: block;
}

.ja {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-size: min(1.1428571429vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

.eng {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
h1:has(+ p),
h2:has(+ p),
h3:has(+ p),
h4:has(+ p),
h5:has(+ p),
h6:has(+ p),
a:has(+ p),
p:has(+ p) {
  margin-bottom: 0.8em;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a a:hover,
p a:hover {
  opacity: 0.8;
}

.bordering {
  text-shadow: 1px 1px 0px #6AC3A3, -1px 1px 0px #6AC3A3, 1px -1px 0px #6AC3A3, -1px -1px 0px #6AC3A3, 1px 0px 0px #6AC3A3, 0px 1px 0px #6AC3A3, -1px 0px 0px #6AC3A3, 0px -1px 0px #6AC3A3;
}

.bordering_black {
  text-shadow: 1px 1px 0px #111, -1px 1px 0px #111, 1px -1px 0px #111, -1px -1px 0px #111, 1px 0px 0px #111, 0px 1px 0px #111, -1px 0px 0px #111, 0px -1px 0px #111;
}

.bordering_white {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

.bordering2 {
  text-shadow: 3px 3px #fff, 4px 4px 0 #6AC3A3, 4px 2px 0 #6AC3A3, 2px 4px 0 #6AC3A3, 2px 2px 0 #6AC3A3;
}

.text_image_mask {
  color: rgba(106, 195, 163, 0.1);
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/spray_b.png);
  background-repeat: repeat;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .text_image_mask {
    color: #3DC1D1;
    background-image: none;
  }
}

.vw {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  width: auto;
  align-items: start;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 0.3rem;
}
.vw span.box {
  padding: 0.3em 0.3em;
}

i.line {
  display: inline-block;
  border-top: 1px solid #333;
  width: 3em;
  height: 0.5em;
  margin-right: 1.5em;
  text-decoration: inherit;
  vertical-align: inherit;
}

span.tright {
  display: block;
}

span.tcenter_sp {
  display: block;
}

span.box {
  position: relative;
  padding: 0.5em 1em;
  line-height: 1.6;
  display: inline-block;
}
span.box.white {
  color: #fff;
}
span.box.base_color {
  color: #fff;
}
span.box.grd_color {
  color: #fff;
}
span.box.border_none {
  border: 0px solid #fff !important;
}

span.circle {
  display: inline-block;
  place-items: center;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  line-height: 2em;
  border: 1px solid #6AC3A3;
  border-radius: 100%;
  flex: 0 0 2.2em;
}
span.circle i {
  margin: auto;
}

span.yell {
  position: relative;
  text-align: center;
}
span.yell:before, span.yell:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #333;
  z-index: 1;
  top: -2px;
}
span.yell:before {
  left: -0.8em;
  transform: rotate(-0.1turn);
}
span.yell:after {
  right: -0.8em;
  transform: rotate(0.1turn);
}
span.yell.white:before, span.yell.white:after {
  background-color: #fff !important;
}
span.yell.pink:before, span.yell.pink:after {
  background-color: #e885ab !important;
}
span.yell.base_color:before, span.yell.base_color:after {
  background-color: #6AC3A3 !important;
}
span.yell.sub_color:before, span.yell.sub_color:after {
  background-color: #3DC1D1 !important;
}
span.yell.yellow:before, span.yell.yellow:after {
  background-color: #f4ed20 !important;
}
span.yell.gold:before, span.yell.gold:after {
  background-color: #c3a349 !important;
}
span.yell.purple:before, span.yell.purple:after {
  background-color: #a327f0 !important;
}

span.cursol_bottom {
  padding: 0.3em 0.2em;
  border-bottom: solid 2px #333;
  position: relative;
}
span.cursol_bottom::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  bottom: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
  background-color: #fff;
  transform: rotate(-45deg);
}
span.cursol_bottom.base_color {
  border-bottom: solid 2px #6AC3A3;
}
span.cursol_bottom.base_color::after {
  border-left: solid 2px #6AC3A3;
  border-bottom: solid 2px #6AC3A3;
}

span.border_bottom_dotted {
  border-bottom: 0.2em dotted #6AC3A3;
  padding: 0.3em 0;
}

span.border_bottom {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 0.3em 0em;
  display: inline-block;
}

span.corner {
  --x-gradient: linear-gradient(90deg, #453827 0 0.5em, transparent 0 calc(100% - 0.5em), #453827 calc(100% - 0.5em));
  --y-gradient: linear-gradient(#453827 0 0.5em, transparent 0 calc(100% - 0.5em), #453827 calc(100% - 0.5em));
  position: relative;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  padding: 0.5rem 2rem;
  background-position: center top, right center, center bottom, left center;
}

.down_arrow {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 300px 0 300px;
  border-color: #f2f2f2 transparent transparent transparent;
}
@media screen and (max-width: 500px) {
  .down_arrow {
    border-width: 50px 150px 0 150px;
  }
}
.down_arrow.base_color {
  border-color: #6AC3A3 transparent transparent transparent !important;
}

.txt_cline {
  text-align: center;
  position: relative;
}
.txt_cline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
}
.txt_cline span {
  position: relative;
  padding: 0.3em 1em;
  color: #6AC3A3;
  background: #fff;
}

.txt_rline {
  position: relative;
}
.txt_rline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
}
.txt_rline span {
  position: relative;
  padding: 0.3em 1em;
  color: #6AC3A3;
  background: #fff;
}

.txt_cline_grd {
  position: relative;
}
.txt_cline_grd:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 25%;
  height: 2px;
  left: 0;
  top: 40%;
  background: #6AC3A3;
  background: linear-gradient(90deg, #6AC3A3 0%, rgba(255, 255, 255, 0) 100%);
}
.txt_cline_grd:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 25%;
  height: 2px;
  right: 0;
  top: 40%;
  background: #6AC3A3;
  background: linear-gradient(270deg, #6AC3A3 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 500px) {
  .txt_cline_grd:before {
    width: 15%;
    left: -2em;
  }
  .txt_cline_grd:after {
    width: 15%;
    right: -2em;
  }
}

.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.tjustify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap !important;
}

.tinline {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.tcenter {
  text-align: center !important;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tcenter.tablet {
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .tcenter.sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 500px) {
  .tcenter_sp {
    text-align: center !important;
    justify-content: center;
    text-wrap: balance;
    word-break: auto-phrase;
  }
  .tcenter_sp.tright {
    text-align: center !important;
  }
}

.tright {
  text-align: right !important;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tright.sp {
    text-align: center !important;
  }
}

.tleft {
  text-align: left !important;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tleft.sp {
    text-align: center !important;
  }
}

.edge_w_b {
  text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
}

.edge_w {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 0.5em rgba(255, 255, 255, 0.8), 0px 0px 0.5em rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.8), 0px 0px 15px;
}

.edge_b {
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 0.8), 0px 0px 5px rgba(17, 17, 17, 0.8), 0px 0px 0.5em rgba(17, 17, 17, 0.8), 0px 0px 0.5em rgba(17, 17, 17, 0.8), 0px 0px 15px rgba(17, 17, 17, 0.8), 0px 0px 15px;
}

.edge_a {
  text-shadow: 0px 0px 5px rgba(170, 170, 170, 0.8), 0px 0px 5px rgba(170, 170, 170, 0.8), 0px 0px 0.5em rgba(170, 170, 170, 0.8), 0px 0px 0.5em rgba(170, 170, 170, 0.8), 0px 0px 15px rgba(170, 170, 170, 0.8), 0px 0px 15px;
}

.edge_base {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  user-select: none;
  text-shadow: -2px -2px 0 #6AC3A3, 2px -2px 0 #6AC3A3, -2px 2px 0 #6AC3A3, 2px 2px 0 #6AC3A3, -3px 0 0 #6AC3A3, 3px 0 0 #6AC3A3, 0 -3px 0 #6AC3A3, 0 3px 0 #6AC3A3;
  transition: color 0.3s, text-shadow 0.3s;
}

.underline_c {
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_m {
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_y {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_k {
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_p {
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_w {
  background: linear-gradient(transparent 5%, #fff 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.grd {
  background: linear-gradient(151deg, #23396c 0%, #05a9f2 100%);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.base_color {
  color: #6AC3A3 !important;
  border-color: #6AC3A3 !important;
}

.base_color_translucent {
  color: rgba(106, 195, 163, 0.5) !important;
}

.sub_color {
  color: #3DC1D1 !important;
  border-color: #3DC1D1 !important;
}

.sub_color_translucent {
  color: rgba(61, 193, 209, 0.5) !important;
}

.orange {
  color: #f7871f !important;
  border-color: #f7871f !important;
}

.gray {
  color: #888 !important;
  border-color: #888 !important;
}

.red {
  color: #c70922 !important;
  border-color: #c70922 !important;
}

.blue {
  color: #284074 !important;
  border-color: #284074 !important;
}

.brown {
  color: #694e39 !important;
  border-color: #694e39 !important;
}

.green {
  color: #54c766 !important;
  border-color: #54c766 !important;
}

.translucent {
  color: rgba(255, 255, 255, 0.5) !important;
}

.white {
  color: #fff !important;
  border-color: #fff !important;
}
.white a {
  color: #fff;
  border-color: #fff;
}
.white a:hover {
  opacity: 0.6;
}

.pink {
  color: #e885ab !important;
  border-color: #e885ab !important;
}

.black {
  color: #222 !important;
  border-color: #222 !important;
}

.yellow {
  color: #f4ed20 !important;
  border-color: #f4ed20 !important;
}

.gold {
  color: #c3a349 !important;
  border-color: #c3a349 !important;
}

.purple {
  color: #a327f0 !important;
  border-color: #a327f0 !important;
}

.txt_split.colorful {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.txt_split.colorful span:nth-child(1) {
  color: #dbd85b;
}
.txt_split.colorful span:nth-child(2) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(3) {
  color: #fabe02;
}
.txt_split.colorful span:nth-child(4) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(5) {
  color: #ee87a8;
}
.txt_split.colorful span:nth-child(6) {
  color: #3abfef;
}
.txt_split.colorful span:nth-child(7) {
  color: #dbd85b;
}
.txt_split.colorful span:nth-child(8) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(9) {
  color: #fabe02;
}
.txt_split.colorful span:nth-child(10) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(11) {
  color: #ee87a8;
}
.txt_split.colorful span:nth-child(12) {
  color: #3abfef;
}

.point_box {
  width: 6em;
  height: 6em;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  background-color: #6AC3A3;
  z-index: 1;
  box-shadow: rgba(51, 51, 51, 0.1) 2px 2px 5px 5px;
}
.point_box.center {
  margin: auto;
}
.point_box.circle {
  border-radius: 50%;
}

.title_box {
  background: #6AC3A3;
  color: #fff;
  font-size: 150%;
  position: relative;
  padding: 1em 1em;
  margin-bottom: 2em;
  font-weight: 600;
  overflow: hidden;
}
.title_box:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  transform: rotate(50deg);
  position: absolute;
  top: -250px;
  left: -150px;
  width: 300px;
  height: 280px;
}
@media (min-width: 640px) and (max-width: 896px) {
  .title_box:before {
    font-size: 1.5rem;
    left: -200px;
  }
}
.title_box:after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media (min-width: 640px) and (max-width: 896px) {
  .title_box:after {
    font-size: 1.5rem;
    right: -200px;
  }
}
@media screen and (max-width: 500px) {
  .title_box {
    font-size: 100%;
  }
}

.title_box2 {
  background: rgba(106, 195, 163, 0.2);
  font-size: 120%;
  color: #6AC3A3;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 25px;
  margin-bottom: 25px;
}
.title_box2:before {
  background-color: #6AC3A3;
  content: "";
  display: block;
  transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .title_box2 {
    line-height: 1.5;
  }
  .title_box2 span {
    font-size: 120%;
  }
  .title_box2:before {
    width: 123px;
    right: -170px;
    top: -106px;
  }
}

.title_box3 {
  background: #6AC3A3;
  color: #fff;
  padding: 1em 1em;
  margin: 1em 0;
  font-size: 110%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .title_box3 {
    font-size: 100%;
  }
}
.title_box3::before {
  background-color: #fff;
  content: "";
  transform: rotate(-144deg);
  display: block;
  opacity: 0.1;
  position: absolute;
  top: 350%;
  left: -4%;
  width: 200%;
  height: 930%;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .title_box3::before {
    top: 280%;
    left: -64%;
  }
}
.title_box3::after {
  background-color: #fff;
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: -190%;
  left: 85%;
  width: 10%;
  transform: rotate(45deg);
  height: 620%;
}
@media screen and (max-width: 500px) {
  .title_box3::after {
    width: 40%;
  }
}
.title_box3 .photo {
  margin: 0 auto;
  text-align: center;
}

.title_box4 {
  background: rgba(106, 195, 163, 0.2);
  position: relative;
  padding: 1em 1.5em;
  margin: 1em 0;
  font-size: 110%;
  font-weight: 700;
  color: #6AC3A3;
  border-bottom: #6AC3A3 1px solid;
}
.title_box4:before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.title_box5 {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 130%;
  padding: 1em 2em;
  margin-bottom: 1em;
  border-radius: 0px;
  line-height: 1.2;
  font-weight: bold;
  background: linear-gradient(0deg, #eeeeee 0%, white 32%);
}
.title_box5.bg_none {
  background: none;
  border: 0px solid #ddd;
}
.title_box5:before {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 6px;
  height: 70%;
  content: "";
  background: #6AC3A3;
  z-index: 1;
}

.stroke {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #6AC3A3;
  white-space: nowrap;
  overflow: hidden;
}

.memo {
  width: 100%;
  height: 100%;
  text-align: justify;
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0) 50%, #fff 0%, #fff 100%), linear-gradient(360deg, rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0) 95%, #bbb 100%);
  background-size: 5px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding: 0 0.5em;
}
.memo h1:has(+ p),
.memo h2:has(+ p),
.memo h3:has(+ p),
.memo h4:has(+ p),
.memo h5:has(+ p),
.memo h6:has(+ p),
.memo a:has(+ p),
.memo p:has(+ p) {
  margin-bottom: 0em;
}

img.white {
  filter: brightness(0) invert(1);
}

img.radius {
  border-radius: 2em !important;
}

img.circle {
  border-radius: 50%;
}

img.shadow {
  filter: drop-shadow(0 0 5px #333);
}

img.radius_r {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 500px) {
  img.radius_r {
    border-radius: 20px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_r.tablet {
    border-radius: 0px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_r.tablet_r {
    border-radius: 20px;
  }
}

img.radius_l {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 500px) {
  img.radius_l {
    border-radius: 20px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_l.tablet {
    border-radius: 0px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_l.tablet_r {
    border-radius: 20px;
  }
}

img.monochrome {
  filter: grayscale(100%);
}

img.sepia {
  filter: sepia(100%);
}

img.reversal {
  transform: scale(-1, 1);
}

img.reversal_y {
  transform: scale(1, -1);
}

img.reversal_xy {
  transform: scale(-1, -1);
}

a .img_edge_pink,
a .img_edge_orange,
a .img_edge_blue,
a .img_edge_green {
  transition: 0.4s;
}
a .img_edge_pink:hover,
a .img_edge_orange:hover,
a .img_edge_blue:hover,
a .img_edge_green:hover {
  opacity: 0.8;
  transition: 0.4s;
}

.img_edge_pink {
  filter: drop-shadow(8px 8px 0 #e885ab) drop-shadow(-8px -8px 0 #e885ab) drop-shadow(8px -8px 0 #e885ab) drop-shadow(-8px 8px 0 #e885ab);
}

.img_edge_orange {
  filter: drop-shadow(8px 8px 0 #f7871f) drop-shadow(-8px -8px 0 #f7871f) drop-shadow(8px -8px 0 #f7871f) drop-shadow(-8px 8px 0 #f7871f);
}

.img_edge_blue {
  filter: drop-shadow(8px 8px 0 #284074) drop-shadow(-8px -8px 0 #284074) drop-shadow(8px -8px 0 #284074) drop-shadow(-8px 8px 0 #284074);
}

.img_edge_green {
  filter: drop-shadow(8px 8px 0 #54c766) drop-shadow(-8px -8px 0 #54c766) drop-shadow(8px -8px 0 #54c766) drop-shadow(-8px 8px 0 #54c766);
}

.img_overlay {
  position: relative;
  min-height: 16em;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .img_overlay {
    min-height: 7em;
  }
}
.img_overlay.radius img {
  border-radius: 20px;
}
.img_overlay .figure01 {
  position: absolute;
  left: 0;
  width: 55%;
  height: 85%;
}
.img_overlay .figure02 {
  position: absolute;
  top: 16%;
  right: 0;
  width: 55%;
  height: 100%;
}

.hr_deco {
  display: block;
  margin: 2em auto;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 0.7rem;
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(170, 170, 170, 0.2) 0.3rem, rgba(170, 170, 170, 0.2) 0.7rem);
}
.hr_deco.sub {
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(61, 193, 209, 0.2) 0.3rem, rgba(61, 193, 209, 0.2) 0.7rem);
}
.hr_deco.base {
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(106, 195, 163, 0.2) 0.3rem, rgba(106, 195, 163, 0.2) 0.7rem);
}
.hr_deco.white {
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(255, 255, 255, 0.2) 0.3rem, rgba(255, 255, 255, 0.2) 0.7rem);
}

.hr_ten {
  position: relative;
  margin: 1em auto;
}
.hr_ten:after {
  content: "●●●";
  position: absolute;
  width: 100%;
  left: 0;
  right: 50%;
  bottom: -2em;
  font-size: 60%;
  letter-spacing: 0.5em;
  color: #6AC3A3;
  text-align: center;
}
.hr_ten.white:after {
  color: #fff;
}
.hr_ten.sub_color:after {
  color: #3DC1D1;
}

.hr_dot {
  position: relative;
  margin: 1em auto;
}
.hr_dot:after {
  content: "■■■";
  position: absolute;
  width: 100%;
  left: 0;
  right: 50%;
  bottom: -2em;
  font-size: 60%;
  letter-spacing: 0.5em;
  color: #6AC3A3;
  text-align: center;
}
.hr_dot.white:after {
  color: #fff;
}
.hr_dot.sub_color:after {
  color: #3DC1D1;
}

.hr_vline {
  display: block;
  width: 1px;
  margin: 0.5em auto;
  text-align: center;
  position: relative;
  border-left: 1px solid #ccc;
  height: 80px;
}

.hr_border {
  display: block;
  margin: 0.5em auto;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 2px;
  background: #6AC3A3;
  margin: 2rem auto;
}
.hr_border.white {
  background: #fff;
}
.hr_border.black {
  background: #111;
}
.hr_border.sub_color {
  background: #3DC1D1;
}
.hr_border.left {
  margin-left: 0 !important;
}

.hr_bar {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1em;
  margin: 1em auto;
  text-align: center;
  position: relative;
}
.hr_bar:before {
  content: "";
  background-color: #6AC3A3;
  background-size: contain;
  background-image: linear-gradient(to right, #6AC3A3 50%, #aaa 50%);
  z-index: 1;
  width: 12em;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hr_bar_white {
  display: block;
  border-bottom: 0px solid rgb(255, 255, 255);
  width: 100%;
  height: 1em;
  margin: 1em auto;
  text-align: center;
  position: relative;
}
.hr_bar_white:before {
  content: "";
  background-color: #fff;
  background-size: contain;
  background-image: linear-gradient(to right, #fff 50%, #aaa 50%);
  z-index: 1;
  width: 12em;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hr_bar_grd {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1em;
  margin: 1em auto;
  text-align: center;
  position: relative;
}
.hr_bar_grd:before {
  content: "";
  background: linear-gradient(151deg, #23396c 0%, #05a9f2 100%);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  z-index: 1;
  width: 12em;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .hr_bar_grd:before {
    width: 80px;
    height: 4px;
  }
}
.hr_bar_grd.size_m {
  margin: 1em auto;
}
.hr_bar_grd.size_m:before {
  height: 8px;
}
@media screen and (max-width: 500px) {
  .hr_bar_grd.size_m:before {
    width: 80px;
    height: 4px;
  }
}
.hr_bar_grd.left:before {
  right: auto;
}

.hr_dotted {
  margin: 2em 0;
  border-bottom: 0.3em dotted #6AC3A3;
}

.hr_down_arrow {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 300px 0 300px;
  border-color: #f2f2f2 transparent transparent transparent;
}
@media screen and (max-width: 500px) {
  .hr_down_arrow {
    border-width: 50px 150px 0 150px;
  }
}
.hr_down_arrow.base_color {
  border-color: #6AC3A3 transparent transparent transparent !important;
}
.hr_down_arrow.bg_base {
  background: none !important;
  border-color: #CBEFED transparent transparent transparent !important;
}
.hr_down_arrow.bg_gray {
  background: none !important;
  border-color: #403f3d transparent transparent transparent !important;
}
.hr_down_arrow.white {
  border-color: #fff transparent transparent transparent !important;
}
.hr_down_arrow.size_s {
  border-width: 1.5em 1.8em 0 1.8em;
}
.hr_down_arrow.size_m {
  border-width: 3px 3.6px 0 3.6px;
}

.hr_img {
  text-align: center;
  position: relative;
  width: 100%;
  height: 2em;
  margin: 2em auto;
}
.hr_img:before {
  content: "";
  background-size: auto 2em;
  width: 100%;
  height: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .hr_img:before {
    background-size: auto 10px;
    height: 10px;
  }
}
.hr_img.type1:before {
  content: "";
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/hr/01.png) repeat-x center center;
}
.hr_img.type2:before {
  content: "";
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/hr/02.png) repeat-x center center;
}

@media (hover: hover) {
  .hover_rotate {
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hover_rotate:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .hover_small {
    display: block;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .hover_small:hover {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    opacity: 0.8;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  .hover_big {
    display: block;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .hover_big:hover {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    opacity: 0.8;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.sp_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 200;
  width: 100%;
  transform: translateX(-50%);
}
.sp_btn.radius ul:before {
  background: rgba(254, 254, 254, 0);
  backdrop-filter: saturate(100%) blur(0px);
}
.sp_btn.radius ul li {
  border-radius: 50px;
  margin: 1%;
  box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 2px 2px;
}
.sp_btn ul {
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 0;
  margin: 0 auto;
  position: relative;
}
.sp_btn ul.set1 li {
  width: 100%;
  padding: 1em 0 1em;
}
.sp_btn ul.set1 li i {
  display: inline-block;
  margin-right: 0.3em;
}
.sp_btn ul.set1 li span {
  display: inline-block;
}
.sp_btn ul.set2 li {
  width: 50%;
}
.sp_btn ul.set3 li {
  width: 33.3333333333%;
}
.sp_btn ul.set4 li {
  width: 25%;
}
.sp_btn ul.set5 li {
  width: 20%;
}
.sp_btn ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(254, 254, 254, 0.7);
  backdrop-filter: saturate(180%) blur(2px);
}
.sp_btn ul li a {
  margin: 0;
  padding: 1.5em 0;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: block;
}
.sp_btn ul li a:hover {
  opacity: 0.6;
}
.sp_btn ul li.white span,
.sp_btn ul li.white i {
  color: #fff !important;
}
.sp_btn.bg_black ul:before {
  background: rgba(17, 17, 17, 0.7);
}
.sp_btn.bg_black ul li span,
.sp_btn.bg_black ul li i {
  color: #fff;
}
.sp_btn.bg_base_color ul:before {
  background: rgba(106, 195, 163, 0.7);
}
.sp_btn.bg_base_color ul li span,
.sp_btn.bg_base_color ul li i {
  color: #fff;
}

.nav_slide_toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
  background: #6AC3A3;
  border: none;
  border-radius: 0;
  padding: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.nav_slide_toggle.circle {
  border-radius: 50%;
  top: 0.5em;
  right: 0.5em;
}
.nav_slide_toggle.bg_grd {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.nav_slide_toggle.sponly {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .nav_slide_toggle.sponly {
    display: flex !important;
  }
}
.nav_slide_toggle:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}
.nav_slide_toggle .hamburger_icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 34px;
}
.nav_slide_toggle .hamburger_icon span {
  width: 34px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}
.nav_slide_toggle .hamburger_icon span:nth-child(1) {
  width: 34px;
}
.nav_slide_toggle .hamburger_icon span:nth-child(2) {
  width: 30px;
  margin-left: auto;
}
.nav_slide_toggle .hamburger_icon span:nth-child(3) {
  width: 34px;
}
.nav_slide_toggle .menu_text {
  display: none;
}
.nav_open .nav_slide_toggle .hamburger_icon {
  gap: 4px;
}
.nav_open .nav_slide_toggle .hamburger_icon span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.nav_open .nav_slide_toggle .hamburger_icon span:nth-child(2) {
  opacity: 0;
}
.nav_open .nav_slide_toggle .hamburger_icon span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.nav_slide_right {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.nav_slide_right.active {
  visibility: visible;
  opacity: 1;
}
.nav_slide_right.active .nav_slide_container {
  transform: translateX(0);
}
.nav_slide_right.active .nav_overlay {
  opacity: 1;
}

.nav_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav_slide_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 100%;
  display: flex;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
}

.nav_bg_image {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.nav_bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nav_bg_image .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.nav_menu_area {
  width: 400px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 60px 40px 60px;
  flex: 1;
}

.nav_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10;
}
.nav_close_btn span {
  font-size: 24px;
  color: #666;
  line-height: 1;
}
.nav_close_btn:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
}
.nav_close_btn:hover span {
  color: #333;
}

.nav_menu_content.white .nav_menu_content ul li a {
  color: #fff;
}
.nav_menu_content.white .nav_menu_content ul li a span {
  color: #fff;
}
.nav_menu_content.white .nav_menu_content ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
.nav_menu_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav_menu_content ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.nav_menu_content ul li:last-child {
  border-bottom: none;
}
.nav_menu_content ul li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.4;
}
.nav_menu_content ul li a:hover {
  color: #6AC3A3;
  padding-left: 10px;
}
.nav_menu_content ul li a span {
  display: block;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #6AC3A3;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.nav_menu_content ul li a span.icon {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
.nav_menu_content ul li a {
  display: block;
  color: #666;
  font-weight: bold;
}
.nav_menu_content ul li ul {
  transition: all 0.3s ease;
}
.nav_menu_content ul li ul li {
  margin: 0;
}
.nav_menu_content ul li ul li a {
  display: block;
  padding: 8px 0 8px 20px;
  text-decoration: none;
  color: #666;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}
.nav_menu_content ul li ul li a:hover {
  color: #6AC3A3;
  border-left-color: #6AC3A3;
  padding-left: 30px;
}

.btn_graylink a {
  display: block;
  padding: 1.5em 2em;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.8;
  text-align: left;
  font-size: 120%;
}
.btn_graylink a:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  transform: translateY(-1px);
}
.btn_graylink a:hover i {
  color: #6AC3A3;
}
.btn_graylink a span {
  font-size: 80%;
  color: #6AC3A3;
}
.btn_graylink a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

body.nav_open {
  overflow: hidden;
}

@media (max-width: 896px) {
  .nav_slide_container {
    width: 100vw;
  }
  .nav_bg_image {
    display: none;
  }
  .nav_menu_area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .nav_slide_toggle {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .nav_slide_toggle .hamburger_icon {
    width: 20px;
    gap: 4px;
  }
  .nav_slide_toggle .hamburger_icon span {
    width: 20px;
  }
  .nav_slide_toggle .hamburger_icon span:nth-child(1) {
    width: 20px;
  }
  .nav_slide_toggle .hamburger_icon span:nth-child(2) {
    width: 16px;
  }
  .nav_slide_toggle .hamburger_icon span:nth-child(3) {
    width: 20px;
  }
  .nav_slide_container {
    width: 100vw;
  }
  .nav_menu_area {
    width: 100%;
    height: 100vh;
  }
  .nav_menu_content {
    padding: 0px 0px 0px;
  }
  .btn_graylink .homepage_btn {
    padding: 14px 16px;
  }
  .btn_graylink .homepage_btn .company_name {
    font-size: 14px;
  }
  .btn_graylink .homepage_btn .link_text {
    font-size: 12px;
  }
}
#pagetop {
  position: fixed;
  bottom: 5em;
  right: 1%;
  z-index: 200;
  opacity: 0;
  align-items: center;
  transition: 0.4s ease-in-out;
  transform: translateY(30px);
}
#pagetop.bottom {
  bottom: 1%;
}
#pagetop.radius a {
  border-radius: 50%;
}
#pagetop.view {
  opacity: 1;
  transition: 0.4s ease-in-out;
  transform: translateY(0);
}
#pagetop a {
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 2px 2px;
  color: #6AC3A3;
  border: 1px solid #6AC3A3;
  width: 3em;
  height: 3em;
  font-size: 120%;
}
#pagetop a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  #pagetop.bottom {
    bottom: 0.5%;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  #pagetop {
    bottom: 50px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

#page-top_img {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 980;
}
#page-top_img a {
  display: block;
}
#page-top_img a img {
  width: 120px;
}
@media screen and (max-width: 500px) {
  #page-top_img a img {
    bottom: 40px;
  }
}
#page-top_img a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  #page-top_img {
    bottom: 70px;
  }
}

#loading {
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}
#loading.bg_black:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #111;
}
#loading.bg_black:before {
  background-color: #111;
}
#loading.bg_base_color:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #6AC3A3;
}
#loading.bg_base_color:before {
  background-color: #6AC3A3;
}
#loading.bg_base {
  background-color: rgba(203, 239, 237, 0) !important;
}
#loading.bg_base:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #CBEFED;
}
#loading.bg_base:before {
  background-color: #CBEFED;
}
#loading.bg_white:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
#loading.bg_white .wrap img {
  filter: brightness(0) invert(0);
}
#loading:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
}
#loading .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
#loading .wrap .loading_progress {
  margin-top: 1.2em;
  width: min(360px, 82vw);
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
#loading .wrap .loading_bar {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(106, 195, 163, 0.12);
  border: 1px solid rgba(106, 195, 163, 0.35);
}
#loading .wrap .loading_bar_fill {
  height: 100%;
  width: 0%;
  background: #6AC3A3;
  transition: width 0.12s ease-out;
}
#loading .wrap .loading_bar_fill.white {
  background: #fff;
}
#loading .wrap .lorder_time {
  font-size: 0.95em;
  letter-spacing: 0.08em;
  color: #6AC3A3;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
#loading .wrap .lorder_time.white {
  color: #fff;
}
#loading .wrap .icon img {
  width: 100%;
  max-width: 170px;
}
#loading .wrap .logo_area {
  width: 100%;
  max-width: 15em;
  margin: 0 auto 1.5em;
}
#loading .wrap .text {
  margin-top: 1em;
  font-size: 90%;
  letter-spacing: 0;
  font-weight: normal;
  color: #888;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
#loading .opening {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#loading .opening.bg_grd {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  /* 
  &:after {
      content: "";
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: -1;
      @include bg_grd;
  } */
}
#loading .opening_blur {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 1;
  visibility: visible;
}
#loading .splash_l,
#loading .splash_r {
  position: fixed;
  background-color: #6AC3A3;
  top: 0;
  width: 50vw;
  height: 100vh;
  z-index: -1;
}
#loading .splash_l {
  left: 0;
  margin-right: auto;
  right: inherit;
  z-index: -1;
}
#loading .splash_r {
  margin-left: auto;
  right: 0;
  left: inherit;
  z-index: -2;
}
#loading.loaded {
  visibility: hidden;
  transition: all 0.8s;
}
#loading.loaded:before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  transition-delay: 0.4s;
}
#loading.loaded .wrap {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  z-index: -2;
}
#loading.loaded .opening {
  transition: all 1.8s;
  transform: translateY(-100%);
}
#loading.loaded .opening_blur {
  transition: all 2.8s;
  opacity: 0;
  visibility: hidden;
}
#loading.loaded .splash_l,
#loading.loaded .splash_r {
  transition: all 0.4s;
}
#loading.loaded .splash_l {
  left: 0;
  transform: translateX(-100%);
}
#loading.loaded .splash_r {
  right: 0;
  transform: translateX(100%);
}

.loading_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
}
.loading_wrap .loading_bg {
  position: absolute;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: -1;
}
.loading_wrap .loading_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loading_wrap .txt_loading {
  position: absolute;
  color: #6AC3A3;
  font-size: 90%;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.lorder_rotate {
  display: grid;
  place-items: center;
  position: relative;
  margin: auto;
  animation: lorder_rotate 0.5s linear infinite;
  border: 1px solid #fff;
  border-radius: 50%;
  border-right: 1px solid rgba(106, 195, 163, 0.8);
  border-top: 1px solid rgba(106, 195, 163, 0.8);
  content: "";
  height: 70px;
  width: 70px;
}

@keyframes lorder_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_title {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .page_title {
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
  }
}
.page_title.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.page_title.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}
.page_title.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/01.webp);
}
.page_title.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/02.webp);
}
.page_title.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/03.webp);
}
.page_title.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/04.webp);
}
.page_title.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/05.webp);
}
.page_title.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/06.webp);
}
.page_title.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/07.webp);
}
.page_title.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/08.webp);
}
.page_title.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/09.webp);
}
.page_title.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/10.webp);
}
.page_title.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/11.webp);
}
.page_title.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/12.webp);
}
.page_title.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/13.webp);
}
.page_title.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/14.webp);
}
.page_title.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/15.webp);
}
.page_title.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a01.webp);
}
.page_title.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a02.webp);
}
.page_title.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a03.webp);
}
.page_title.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a04.webp);
}
.page_title.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a05.webp);
}
.page_title.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a06.webp);
}
.page_title.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a07.webp);
}
.page_title.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a08.webp);
}
.page_title.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a09.webp);
}
.page_title.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a10.webp);
}
.page_title.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a11.webp);
}
.page_title.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a12.webp);
}
.page_title.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a13.webp);
}
.page_title.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a14.webp);
}
.page_title.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a15.webp);
}
.page_title.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/bg01.webp);
}
.page_title.bg_gray {
  background-color: inherit !important;
}
.page_title.bg_gray:before {
  filter: grayscale(100%);
}
.page_title.bg_blur {
  overflow: hidden;
}
.page_title.bg_blur:before {
  filter: blur(4px);
}
.page_title.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page_title.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page_title.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.page_title.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.page_title.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.page_title.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.page_title.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.page_title.bg_base {
  background-color: inherit !important;
}
.page_title.bg_base:before {
  filter: grayscale(100%);
  filter: blur(4px);
}
.page_title.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(106, 195, 163, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.page_title.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.page_title.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.page_title.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.page_title.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.page_title > .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}
.page_title > .photo.type_r {
  position: relative;
  width: 90vw;
  margin: 0 0 0 auto;
}
.page_title > .photo img {
  width: 100%;
  height: 30em;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .page_title > .photo img {
    height: 20em;
  }
}
.page_title.bg_blur > .photo img {
  filter: blur(4px);
}
.page_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
}

.breadcrumb {
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin: 0 auto;
  font-size: 80%;
  text-align: left;
}
.breadcrumb.white a {
  color: #fff;
}
.breadcrumb.tcenter {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: rgb(71.7703349282, 178.2296650718, 139.95215311);
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media screen and (max-width: 1100px) {
  .breadcrumb {
    padding: 10px 0px;
  }
}

.picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  z-index: 0;
}
.picture.bg_gray {
  background-color: inherit !important;
}
.picture.bg_gray:before {
  filter: grayscale(100%);
}
.picture.bg_blur {
  overflow: hidden;
}
.picture.bg_blur:before {
  filter: blur(4px);
}
.picture.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.picture.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.picture.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.picture.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.picture.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.picture.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.picture.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.picture.bg_base {
  background-color: inherit !important;
}
.picture.bg_base:before {
  filter: grayscale(100%);
  filter: blur(4px);
}
.picture.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(106, 195, 163, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.picture.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.picture.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.picture.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.picture.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.picture:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.picture:after {
  z-index: 0 !important;
}
.picture.bg_grd {
  background: none;
}
.picture.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.picture img {
  transition: 0.8s;
}
.picture.icon {
  text-align: center;
  display: grid;
  place-items: center;
  padding: 20px 0;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.picture.icon img {
  width: 120px;
}
.picture.radius {
  border-radius: 2em;
}
.picture.contain img {
  object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .picture {
    height: auto;
  }
}
.picture a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.8s;
  background-color: rgba(106, 195, 163, 0.2);
}
.picture a img {
  opacity: 0.8;
}
.picture a .link_ttl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 110%;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.picture a .link_ttl .eng {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.picture a .link_ttl .small {
  font-size: 80%;
}
@media screen and (max-width: 500px) {
  .picture a .link_ttl {
    opacity: 1;
    visibility: visible;
    font-size: 1.6rem;
  }
}
.picture a .link_icon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: block;
  color: #fff;
}
.picture a .link_icon i {
  border: #fff solid 2px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 2.3rem;
  transition: 0.8s;
  display: grid;
  place-items: center;
}
.picture a .link_icon .text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .picture a .link_icon {
    opacity: 1;
    visibility: visible;
    font-size: 1.6rem;
  }
}
.picture a:hover {
  transition: 0.8s;
}
.picture a:hover .link_ttl {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}
.picture a:hover img {
  transform: scale(1.05);
  transition: 0.8s;
  opacity: 0.6;
}
.picture a:hover .link_icon i {
  background-color: #fff;
  color: #6AC3A3;
}
.picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture_mask {
  height: 350px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.picture_mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/picture_mask.webp);
  mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/picture_mask.webp);
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/picture_mask.webp);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  display: block;
}

.picture_mask02 {
  height: 450px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.picture_mask02 img {
  width: 100%;
  margin: 30px 0 0;
  height: 90% !important;
  object-fit: cover;
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/picture_mask02.webp);
  mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/picture_mask02.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: block;
  transition: 0;
}

.mask_wave {
  margin: 30px 0;
  -webkit-mask-image: url(../img/svg/mask_wave.svg);
  mask-image: url(../img/svg/mask_wave.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_wave {
    margin: 10px 0;
    padding: 30px 0;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.mask_circle {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.mask_circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mask_circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .mask_circle.sp {
    width: 8em;
    height: 8em;
  }
}

.mask_wave_top {
  -webkit-mask-image: url(../img/svg/mask_wave_top.svg);
  mask-image: url(../img/svg/mask_wave_top.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_wave_top {
    margin: 10px 0;
    padding: 30px 0;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.mask_soft {
  -webkit-mask-image: url(../img/svg/mask_soft.svg);
  mask-image: url(../img/svg/mask_soft.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_soft.tablet {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.mask_nicoli {
  -webkit-mask-image: url(../img/svg/mask_nicoli.svg);
  mask-image: url(../img/svg/mask_nicoli.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_nicoli.tablet {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.mask_soft02 {
  -webkit-mask-image: url(../img/svg/mask_soft02.svg);
  mask-image: url(../img/svg/mask_soft02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  margin: auto;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.mask_soft02:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mask_soft02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover_svg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cover_svg.z_index:before, .cover_svg.z_index:after {
  z-index: 2;
}
.cover_svg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  margin: 0 0 auto;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/cover_program_top.svg) top no-repeat;
  z-index: 1;
}
.cover_svg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: auto 0 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/cover_program_bottom.svg) bottom no-repeat;
  z-index: 1;
}
.cover_svg.top:after {
  background: none;
}
.cover_svg.bottom:before {
  background: none;
}
.cover_svg #u-firstview {
  height: calc(100vh - 0px) !important;
}
@media screen and (max-width: 500px) {
  .cover_svg #u-firstview {
    height: calc(90vh - 100px) !important;
  }
}

.cover_color1:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 195, 163, 0.6);
  z-index: 2;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.cover_color1:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(61, 193, 209, 0.6);
  z-index: 2;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 500px) {
  .cover_color1:before {
    width: 150%;
    height: 150%;
    transform: translateX(-95%) translateY(70%) rotate(45deg);
  }
  .cover_color1:after {
    width: 150%;
    height: 150%;
    transform: translateX(100%) translateY(-70%) rotate(45deg);
  }
}

.calendar_head {
  color: #fefefe;
  background: #999;
  text-align: center;
  padding: 4px;
}

.calendar-box #cms-calendar-1-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2rem;
}
@media screen and (max-width: 500px) {
  .calendar-box #cms-calendar-1-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.calendar-box .loading {
  width: 100%;
  max-height: 250px;
  display: block;
  place-items: center;
}
.calendar-box .loading .spinner-loader {
  display: block;
  margin: 0 auto;
}
.calendar-box div.calendar {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .calendar-box div.calendar {
    width: 100%;
    margin-bottom: 10px;
  }
}
.calendar-box table {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #555;
  background-color: #f2f2f2;
}
@media screen and (max-width: 500px) {
  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 85% !important;
  }
}
.calendar-box table th {
  background: #f2f2f2;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
}
.calendar-box table td {
  background: #fefefe;
}
.calendar-box th.sun,
.calendar-box td.sun {
  color: #c70922;
}
.calendar-box th.sat,
.calendar-box td.sat {
  color: #284074;
}
.calendar-box .item-td {
  background: rgb(215.0765550239, 238.9234449761, 230.3492822967);
}
.calendar-box .item-td .days {
  color: #333;
}
.calendar-box .item {
  font-size: 1.1rem;
  text-align: center;
  color: rgba(61, 193, 209, 0.8);
  background-color: rgba(61, 193, 209, 0.1);
}
.calendar-box p {
  text-align: center;
  font-size: 1.4rem;
  margin: 5px auto;
}
.calendar-box p .off {
  color: rgba(199, 9, 34, 0.2);
}

.calendar_arrow {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.calendar_arrow .arrow-after {
  background: #6AC3A3;
  color: #fff;
  padding: 0 10px;
}
.calendar_arrow .arrow-after:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.calendar_arrow .arrow-before {
  background: #6AC3A3;
  color: #fff;
  padding: 0 10px;
}
.calendar_arrow .arrow-before:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.calendar_info .off {
  color: rgba(199, 9, 34, 0.2);
}
.calendar_info .yotei1 {
  color: rgba(199, 9, 34, 0.2);
}
.calendar_info .yotei2 {
  color: rgba(244, 237, 32, 0.2);
}
.calendar_info .yotei3 {
  color: rgba(40, 64, 116, 0.2);
}

.calendar-box td.calendar .item1,
.calendar-box td.calendar .item2,
.calendar-box td.calendar .item3 {
  display: none;
}
.calendar-box td.calendar.off {
  background-color: rgba(199, 9, 34, 0.2) !important;
}
.calendar-box td.calendar.yotei1 {
  background-color: rgba(199, 9, 34, 0.2) !important;
}
.calendar-box td.calendar.yotei2 {
  background-color: rgba(244, 237, 32, 0.2) !important;
}
.calendar-box td.calendar.yotei3 {
  background-color: rgba(40, 64, 116, 0.2) !important;
}
.calendar-box td.calendar.kara {
  background: none !important;
}

.slider_fullslider_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slider_fullslider_wrap.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/01.webp);
}
.slider_fullslider_wrap.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/02.webp);
}
.slider_fullslider_wrap.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/03.webp);
}
.slider_fullslider_wrap.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/04.webp);
}
.slider_fullslider_wrap.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/05.webp);
}
.slider_fullslider_wrap.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/06.webp);
}
.slider_fullslider_wrap.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/07.webp);
}
.slider_fullslider_wrap.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/08.webp);
}
.slider_fullslider_wrap.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/09.webp);
}
.slider_fullslider_wrap.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/10.webp);
}
.slider_fullslider_wrap.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/11.webp);
}
.slider_fullslider_wrap.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/12.webp);
}
.slider_fullslider_wrap.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/13.webp);
}
.slider_fullslider_wrap.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/14.webp);
}
.slider_fullslider_wrap.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/15.webp);
}
.slider_fullslider_wrap.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a01.webp);
}
.slider_fullslider_wrap.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a02.webp);
}
.slider_fullslider_wrap.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a03.webp);
}
.slider_fullslider_wrap.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a04.webp);
}
.slider_fullslider_wrap.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a05.webp);
}
.slider_fullslider_wrap.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a06.webp);
}
.slider_fullslider_wrap.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a07.webp);
}
.slider_fullslider_wrap.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a08.webp);
}
.slider_fullslider_wrap.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a09.webp);
}
.slider_fullslider_wrap.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a10.webp);
}
.slider_fullslider_wrap.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a11.webp);
}
.slider_fullslider_wrap.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a12.webp);
}
.slider_fullslider_wrap.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a13.webp);
}
.slider_fullslider_wrap.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a14.webp);
}
.slider_fullslider_wrap.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a15.webp);
}
.slider_fullslider_wrap.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/bg01.webp);
}
.slider_fullslider_wrap.bg_gray {
  background-color: inherit !important;
}
.slider_fullslider_wrap.bg_gray:before {
  filter: grayscale(100%);
}
.slider_fullslider_wrap.bg_blur {
  overflow: hidden;
}
.slider_fullslider_wrap.bg_blur:before {
  filter: blur(4px);
}
.slider_fullslider_wrap.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider_fullslider_wrap.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider_fullslider_wrap.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.slider_fullslider_wrap.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.slider_fullslider_wrap.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.slider_fullslider_wrap.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.slider_fullslider_wrap.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.slider_fullslider_wrap.bg_base {
  background-color: inherit !important;
}
.slider_fullslider_wrap.bg_base:before {
  filter: grayscale(100%);
  filter: blur(4px);
}
.slider_fullslider_wrap.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(106, 195, 163, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.slider_fullslider_wrap.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.slider_fullslider_wrap.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.slider_fullslider_wrap.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.slider_fullslider_wrap.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.slider_fullslider_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider_fullslider_wrap:after {
  z-index: 0 !important;
}

.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}

.slider_fullslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 0;
}
.slider_fullslider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}
.slider_fullslider .slide.active {
  opacity: 1;
  z-index: 1;
}
.slider_fullslider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: zoom 20s ease-in-out infinite;
  transform-origin: center center;
}
.slider_fullslider .slide.scale_none img {
  animation: scale_none 20s ease-in-out infinite !important;
}
.slider_fullslider.contain .slide img {
  object-fit: contain;
}
.slider_fullslider.radius .slide img {
  border-radius: 2em;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: auto;
  width: auto;
  height: auto;
}

@keyframes zoom {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale_none {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.btn_normal i {
  font-size: 100%;
}
.btn_normal.center a {
  margin: 0 auto;
}
.btn_normal.right a {
  margin: 0 0 0 auto;
}
@media (min-width: 640px) and (max-width: 896px) {
  .btn_normal.right a {
    margin: 0 auto;
  }
}
.btn_normal.radius {
  border-radius: 50px;
  overflow: hidden !important;
}
.btn_normal.radius a::before {
  border-radius: 50px;
}
.btn_normal.radius a {
  border-radius: 50px;
  overflow: hidden !important;
}
.btn_normal.white a {
  color: #6AC3A3;
  background: #fff;
}
.btn_normal.white a:after {
  color: #6AC3A3;
}
.btn_normal.white a::before {
  background: rgb(71.7703349282, 178.2296650718, 139.95215311);
  color: #fff;
}
.btn_normal.white a:hover {
  color: #fff;
}
.btn_normal.white a:hover::after {
  color: #fff;
}
.btn_normal.white a:hover {
  opacity: 1;
}
.btn_normal.red {
  background-color: transparent !important;
}
.btn_normal.red a {
  color: #fff;
  background: #c70922;
  box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.red a:after {
  color: #fff;
}
.btn_normal.red a::before {
  background: rgb(101.4134615385, 4.5865384615, 17.3269230769);
  color: #fff;
}
.btn_normal.red a:hover {
  color: #fff;
}
.btn_normal.red a:hover::after {
  color: #fff;
}
.btn_normal.red a:hover {
  opacity: 1;
}
.btn_normal.blue {
  background-color: transparent !important;
}
.btn_normal.blue a {
  color: #fff;
  background: #284074;
  box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.blue a:after {
  color: #fff;
}
.btn_normal.blue a::before {
  background: rgb(13.8461538462, 22.1538461538, 40.1538461538);
  color: #fff;
}
.btn_normal.blue a:hover {
  color: #fff;
}
.btn_normal.blue a:hover::after {
  color: #fff;
}
.btn_normal.blue a:hover {
  opacity: 1;
}
.btn_normal.bg_insta {
  background: none !important;
}
.btn_normal.bg_insta a {
  color: #fff;
  background-color: #f13f79;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.bg_insta a:after {
  color: #fff;
}
.btn_normal.bg_insta a::before {
  background-color: #f13f79;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  color: #fff;
}
.btn_normal.bg_insta a:hover {
  color: #fff;
}
.btn_normal.bg_insta a:hover::after {
  color: #fff;
}
.btn_normal.bg_insta a:hover {
  opacity: 1;
}
.btn_normal.bg_line {
  background-color: transparent !important;
}
.btn_normal.bg_line a {
  color: #fff;
  background: #2bac38;
  box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.bg_line a:after {
  color: #fff;
}
.btn_normal.bg_line a::before {
  background: rgb(32.8, 131.2, 42.7162790698);
  color: #fff;
}
.btn_normal.bg_line a:hover {
  color: #fff;
}
.btn_normal.bg_line a:hover::after {
  color: #fff;
}
.btn_normal.bg_line a:hover {
  opacity: 1;
}
.btn_normal.transparent a {
  color: #fff;
  background: transparent;
  box-shadow: rgba(17, 17, 17, 0) 0 0 2px 2px;
  border: 1px solid #fff;
}
.btn_normal.transparent a:after {
  color: #6AC3A3;
}
.btn_normal.transparent a::before {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn_normal.transparent a::after {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.btn_normal.transparent a:hover {
  color: #fff;
}
.btn_normal.transparent a:hover::after {
  color: #fff;
}
.btn_normal.transparent a:hover {
  opacity: 1;
}
.btn_normal.sub_color {
  background-color: transparent !important;
}
.btn_normal.sub_color a {
  background: #3DC1D1;
}
.btn_normal.sub_color a::before {
  background: rgb(37.0875, 143.5125, 156.4125);
}
.btn_normal.grd {
  background-color: transparent !important;
}
.btn_normal.grd a {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.btn_normal.grd a::before {
  background: #6AC3A3;
}
.btn_normal.size_m {
  width: 320px;
}
.btn_normal.size_m a {
  padding: 1.2em 1em !important;
  font-size: 140% !important;
  letter-spacing: 0.5em;
  max-width: 320px;
}
.btn_normal.small a {
  padding: 0.5em 0.5em;
  max-width: 320px;
  width: 320px;
}
.btn_normal.max a {
  max-width: 100%;
  width: 100%;
}
.btn_normal a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  letter-spacing: 0.1px;
  line-height: 1;
  padding: 1em 0.5em;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  max-width: 480px;
  background: #6AC3A3;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}
.btn_normal a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: grid;
  top: 0;
  bottom: 0;
  right: 1.5em;
  place-items: center;
  color: #fff;
  z-index: -1;
  transition: 0.3s;
  font-size: 70%;
}
.btn_normal a:hover::after {
  right: 0.5em;
  transition: 0.3s;
}
.btn_normal a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
  background: rgb(49.8086124402, 123.6913875598, 97.1267942584);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.btn_normal a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn_accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  width: 100%;
  padding: 0.9em 1.5em;
  border-radius: 999px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #6AC3A3;
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
}
.btn_accordion.base_color {
  border: 1px solid #fff;
  background-color: #6AC3A3;
  color: #fff;
}
.btn_accordion::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.btn_accordion:hover, .btn_accordion:focus-visible {
  background-color: rgb(87.8205741627, 187.6794258373, 151.7751196172);
  outline: none;
  opacity: 0.8;
  background-color: #eee;
}
.btn_accordion:focus:not(:focus-visible) {
  outline: none;
}
.btn_accordion.is-open::after {
  transform: rotate(-135deg);
}

.btn_accordion_wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  will-change: max-height;
}
.btn_accordion_wrap.is-open {
  opacity: 1;
  visibility: visible;
  margin-top: 1.5em;
}
.btn_accordion_wrap h2,
.btn_accordion_wrap h3 {
  color: #006a32;
  border-left: 5px solid #6AC3A3;
  padding-left: 1em;
  margin: 1em 0;
}

.bg_base_color {
  background-color: #6ac3a3 !important;
}

.bg_sub_color {
  background-color: #3dc1d1 !important;
}

.bg_color {
  background-color: #fff !important;
}

.bg_gold {
  background: #c3a349 !important;
}

.bg_grd {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}

.bg_orange {
  background-color: #f7871f !important;
}

.bg_pink {
  background-color: #f77ba0 !important;
}

.bg_red {
  background-color: #f30522 !important;
}

.bg_sky {
  background-color: #f3f1ec !important;
}

.bg_blue {
  background-color: #006faa !important;
}

.bg_green {
  background-color: #b1fc97 !important;
}

.bg_yellow {
  background-color: #fce974 !important;
}

.bg_beige {
  background-color: #ffebcc !important;
}

.bg_brown {
  background-color: #924528 !important;
}

.bg_gray {
  background-color: #403f3d !important;
}

.bg_white {
  background-color: white !important;
}

.bg_dark {
  background-color: rgba(17, 17, 17, 0.8) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_glass {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg_glass_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_glass_base {
  background-color: rgba(71.7703349282, 178.2296650718, 139.95215311, 0.5) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_glass_sub {
  background-color: rgba(61, 193, 209, 0.4) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_black {
  background-color: #111111 !important;
}

.bg_111 {
  background-color: #111 !important;
}

.bg_222 {
  background-color: #222 !important;
}

.bg_333 {
  background-color: #333 !important;
}

.bg_aaa {
  background-color: #aaa !important;
}

.bg_bbb {
  background-color: #bbb !important;
}

.bg_ccc {
  background-color: #ccc !important;
}

.bg_ddd {
  background-color: #ddd !important;
}

.bg_eee {
  background-color: #eee !important;
}

.bg_f2 {
  background-color: #f2f2f2 !important;
}

.bg_transparent {
  background: transparent !important;
}

.bg_shadow {
  box-shadow: rgba(17, 17, 17, 0.1) 3px 3px 3px 3px;
}

.bg_line {
  background-color: #2bac38 !important;
}

.bg_facebook {
  background-color: #365491 !important;
}

.bg_x {
  background-color: #3596d4 !important;
}

.bg_insta {
  background-color: #f13f79;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

.bg_grd_anime {
  background: linear-gradient(90deg, #ccc 0%, #f2f2f2 50%, #ccc 100%) 0% center/200%;
  animation: bg_grd_anime 7s linear infinite;
  z-index: 1;
}

@keyframes bg_grd_anime {
  0% {
    background-position-x: 200%;
  }
}
.bg_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.bg_img.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/01.webp);
}
.bg_img.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/02.webp);
}
.bg_img.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/03.webp);
}
.bg_img.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/04.webp);
}
.bg_img.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/05.webp);
}
.bg_img.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/06.webp);
}
.bg_img.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/07.webp);
}
.bg_img.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/08.webp);
}
.bg_img.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/09.webp);
}
.bg_img.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/10.webp);
}
.bg_img.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/11.webp);
}
.bg_img.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/12.webp);
}
.bg_img.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/13.webp);
}
.bg_img.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/14.webp);
}
.bg_img.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/15.webp);
}
.bg_img.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a01.webp);
}
.bg_img.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a02.webp);
}
.bg_img.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a03.webp);
}
.bg_img.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a04.webp);
}
.bg_img.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a05.webp);
}
.bg_img.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a06.webp);
}
.bg_img.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a07.webp);
}
.bg_img.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a08.webp);
}
.bg_img.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a09.webp);
}
.bg_img.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a10.webp);
}
.bg_img.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a11.webp);
}
.bg_img.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a12.webp);
}
.bg_img.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a13.webp);
}
.bg_img.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a14.webp);
}
.bg_img.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a15.webp);
}
.bg_img.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/bg01.webp);
}
.bg_img.bg_gray {
  background-color: inherit !important;
}
.bg_img.bg_gray:before {
  filter: grayscale(100%);
}
.bg_img.bg_blur {
  overflow: hidden;
}
.bg_img.bg_blur:before {
  filter: blur(4px);
}
.bg_img.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_img.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_img.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_img.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.bg_img.bg_base {
  background-color: inherit !important;
}
.bg_img.bg_base:before {
  filter: grayscale(100%);
  filter: blur(4px);
}
.bg_img.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(106, 195, 163, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_img.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_img.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.bg_img.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.bg_img.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.bg_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg_img.bg_grd {
  background: none;
}
.bg_img.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_img.top:before, .bg_img.top:after {
  height: 50%;
  top: 0;
  bottom: inherit;
}
.bg_img.left:before, .bg_img.left:after {
  width: 50%;
  left: 0;
  right: inherit;
}
.bg_img.right:before, .bg_img.right:after {
  width: 50%;
  left: inherit;
  right: 0;
}
.bg_img.bottom:before, .bg_img.bottom:after {
  height: 50%;
  top: inherit;
  bottom: 0;
}
.bg_img.repeat:before {
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
}
.bg_img.fixed:before {
  background-attachment: fixed !important;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .bg_img.fixed:before {
    background-attachment: inherit;
  }
}
.bg_img.monochrome:before {
  filter: grayscale(100%);
}
.bg_img.sepia:before {
  filter: sepia(100%);
}

.bg_parallax {
  position: relative;
  width: 100%;
  height: calc(100vh + 5%);
  overflow: hidden;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1px;
}
.bg_parallax.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/01.webp);
}
.bg_parallax.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/02.webp);
}
.bg_parallax.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/03.webp);
}
.bg_parallax.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/04.webp);
}
.bg_parallax.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/05.webp);
}
.bg_parallax.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/06.webp);
}
.bg_parallax.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/07.webp);
}
.bg_parallax.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/08.webp);
}
.bg_parallax.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/09.webp);
}
.bg_parallax.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/10.webp);
}
.bg_parallax.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/11.webp);
}
.bg_parallax.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/12.webp);
}
.bg_parallax.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/13.webp);
}
.bg_parallax.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/14.webp);
}
.bg_parallax.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/15.webp);
}
.bg_parallax.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a01.webp);
}
.bg_parallax.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a02.webp);
}
.bg_parallax.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a03.webp);
}
.bg_parallax.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a04.webp);
}
.bg_parallax.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a05.webp);
}
.bg_parallax.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a06.webp);
}
.bg_parallax.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a07.webp);
}
.bg_parallax.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a08.webp);
}
.bg_parallax.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a09.webp);
}
.bg_parallax.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a10.webp);
}
.bg_parallax.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a11.webp);
}
.bg_parallax.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a12.webp);
}
.bg_parallax.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a13.webp);
}
.bg_parallax.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a14.webp);
}
.bg_parallax.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/a15.webp);
}
.bg_parallax.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/bg01.webp);
}
.bg_parallax.bg_gray {
  background-color: inherit !important;
}
.bg_parallax.bg_gray:before {
  filter: grayscale(100%);
}
.bg_parallax.bg_blur {
  overflow: hidden;
}
.bg_parallax.bg_blur:before {
  filter: blur(4px);
}
.bg_parallax.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_parallax.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_parallax.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_parallax.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_parallax.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_parallax.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_parallax.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.bg_parallax.bg_base {
  background-color: inherit !important;
}
.bg_parallax.bg_base:before {
  filter: grayscale(100%);
  filter: blur(4px);
}
.bg_parallax.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(106, 195, 163, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_parallax.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_parallax.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.bg_parallax.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.bg_parallax.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.bg_parallax:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  /* パララックス効果 - 画像用に調整 */
  background-attachment: fixed;
  /* フォールバック用グラデーション */
  transform: translateZ(-1px) scale(2);
  will-change: transform;
  backface-visibility: hidden;
}
.bg_parallax.bg_black {
  background: #333 !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.bg_parallax.js-enhanced:before {
  background-attachment: scroll;
  transition: transform 0.1s ease-out;
}

/* モバイル対応 - パララックス効果を維持 */
@media (max-width: 768px) {
  .bg_parallax:before {
    background-attachment: scroll;
    /* モバイル用のパララックス効果 */
    transform: translateY(var(--mobile-parallax-y, 0)) scale(1.1);
    transition: transform 0.1s ease-out;
  }
  .content-overlay {
    padding: 20px;
    max-width: 90%;
  }
  .content-overlay h1 {
    font-size: 2em;
  }
  /* モバイル用のスムーズスクロール */
  .bg_parallax {
    -webkit-overflow-scrolling: touch;
  }
}
@media (hover: none) and (pointer: coarse) {
  .bg_parallax:before {
    background-attachment: scroll;
    will-change: transform;
  }
}
.bg_parallax {
  contain: layout style paint;
}

.js-parallax {
  transition: transform 0.1s ease-out;
}

.bg_base {
  background: #CBEFED !important;
}

.bg_pattern {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
}

.bg_base1 {
  width: 100%;
  position: relative;
}
.bg_base1:before {
  background: #CBEFED;
  content: "";
  position: absolute;
  background-position: center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_base1.bg_white {
  background: transparent !important;
}
.bg_base1.bg_white:before {
  background: #fff;
}
.bg_base1.bg_black {
  background: transparent !important;
}
.bg_base1.bg_black:before {
  background: #111;
}
.bg_base1.bg_gray {
  background: transparent !important;
}
.bg_base1.bg_gray:before {
  background: #403f3d;
}
.bg_base1.bg_base_color {
  background: transparent !important;
}
.bg_base1.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base1.bg_pattern {
  background: transparent !important;
}
.bg_base1.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base1.bg_pattern2 {
  background: transparent !important;
}
.bg_base1.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base2 {
  width: 100%;
  position: relative;
}
.bg_base2.radius:before {
  border-radius: 20px;
}
.bg_base2:before {
  background: #CBEFED;
  content: "";
  position: absolute;
  background-position: center center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 95%;
  height: 95%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg_base2:before {
    width: 98%;
    height: 98%;
  }
}
.bg_base2.bg_white {
  background: transparent !important;
}
.bg_base2.bg_white:before {
  background: #fff;
}
.bg_base2.bg_grd {
  background: transparent !important;
}
.bg_base2.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base2.bg_black {
  background: transparent !important;
}
.bg_base2.bg_black:before {
  background: #111;
}
.bg_base2.bg_gray {
  background: transparent !important;
}
.bg_base2.bg_gray:before {
  background: #403f3d;
}
.bg_base2.bg_base_color {
  background: transparent !important;
}
.bg_base2.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base2.bg_pattern {
  background: transparent !important;
}
.bg_base2.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base2.bg_pattern2 {
  background: transparent !important;
}
.bg_base2.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base3 {
  width: 100%;
  position: relative;
}
.bg_base3.radius:before {
  border-radius: 20px;
}
.bg_base3:before {
  background: #CBEFED;
  content: "";
  position: absolute;
  margin: auto auto 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.bg_base3.reversal:before {
  top: 0 !important;
  bottom: auto !important;
}
.bg_base3.bg_white {
  background: transparent !important;
}
.bg_base3.bg_white:before {
  background: #fff;
}
.bg_base3.bg_grd {
  background: transparent !important;
}
.bg_base3.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base3.bg_black {
  background: transparent !important;
}
.bg_base3.bg_black:before {
  background: #111;
}
.bg_base3.bg_gray {
  background: transparent !important;
}
.bg_base3.bg_gray:before {
  background: #403f3d;
}
.bg_base3.bg_base_color {
  background: transparent !important;
}
.bg_base3.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base3.bg_pattern {
  background: transparent !important;
}
.bg_base3.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base3.bg_pattern2 {
  background: transparent !important;
}
.bg_base3.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base4 {
  position: relative;
}
.bg_base4.radius:before {
  border-radius: 30px 0 0 30px;
}
.bg_base4.radius.reversal:before {
  border-radius: 0 30px 30px 0;
}
.bg_base4:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #CBEFED;
  background-position: center center;
  top: 5%;
  bottom: 0;
  right: 0;
  left: auto;
  width: 80%;
  height: 90%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg_base4:before {
    width: 90%;
  }
}
.bg_base4.reversal:before {
  right: auto;
  left: 0;
}
.bg_base4.bg_white {
  background: transparent !important;
}
.bg_base4.bg_white:before {
  background: #fff;
}
.bg_base4.bg_grd {
  background: transparent !important;
}
.bg_base4.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base4.bg_black {
  background: transparent !important;
}
.bg_base4.bg_black:before {
  background: #111;
}
.bg_base4.bg_gray {
  background: transparent !important;
}
.bg_base4.bg_gray:before {
  background: #403f3d;
}
.bg_base4.bg_base_color {
  background: transparent !important;
}
.bg_base4.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base4.bg_pattern {
  background: transparent !important;
}
.bg_base4.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base4.bg_pattern2 {
  background: transparent !important;
}
.bg_base4.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base5 {
  width: 100%;
  position: relative;
}
.bg_base5:before {
  background: #CBEFED;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
.bg_base5:after {
  background: #CBEFED;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.bg_base5.bg_white {
  background: transparent !important;
}
.bg_base5.bg_white:before, .bg_base5.bg_white:after {
  background: #fff;
}
.bg_base5.bg_black {
  background: transparent !important;
}
.bg_base5.bg_black:before, .bg_base5.bg_black:after {
  background: #111;
}
.bg_base5.bg_gray {
  background: transparent !important;
}
.bg_base5.bg_gray:before, .bg_base5.bg_gray:after {
  background: #403f3d;
}
.bg_base5.bg_base_color {
  background: transparent !important;
}
.bg_base5.bg_base_color:before, .bg_base5.bg_base_color:after {
  background: #6AC3A3;
}
.bg_base5.bg_pattern {
  background: transparent !important;
}
.bg_base5.bg_pattern:before, .bg_base5.bg_pattern:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base5.bg_pattern2 {
  background: transparent !important;
}
.bg_base5.bg_pattern2:before, .bg_base5.bg_pattern2:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base6 {
  position: relative;
}
.bg_base6:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #cbefed 50%);
  z-index: -2;
}
.bg_base6.bg_white {
  background: transparent !important;
}
.bg_base6.bg_white:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, white 50%);
}
.bg_base6.bg_glass {
  background: transparent !important;
}
.bg_base6.bg_glass:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%);
}
.bg_base6.bg_black {
  background: transparent !important;
}
.bg_base6.bg_black:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #111111 50%);
}
.bg_base6.bg_gray {
  background: transparent !important;
}
.bg_base6.bg_gray:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #403f3d 50%);
}
.bg_base6.bg_base_color {
  background: transparent !important;
}
.bg_base6.bg_base_color:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #6ac3a3 50%);
}
.bg_base6.bg_pattern {
  background: transparent !important;
}
.bg_base6.bg_pattern:before {
  background-color: transparent !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp) 50%);
}
.bg_base6.bg_pattern2 {
  background: transparent !important;
}
.bg_base6.bg_pattern2:before {
  background-color: transparent !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp) 50%);
}

.bg_base7 {
  position: relative;
}
.bg_base7:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #CBEFED;
  background-position: center center;
  top: 15%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 85%;
  height: 70%;
  z-index: -1;
}
.bg_base7.reversal:before {
  right: auto;
  left: -5%;
}
.bg_base7.bg_white {
  background: transparent !important;
}
.bg_base7.bg_white:before {
  background: #fff;
}
.bg_base7.bg_black {
  background: transparent !important;
}
.bg_base7.bg_black:before {
  background: #111;
}
.bg_base7.bg_gray {
  background: transparent !important;
}
.bg_base7.bg_gray:before {
  background: #403f3d;
}
.bg_base7.bg_base_color {
  background: transparent !important;
}
.bg_base7.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base7.bg_pattern {
  background: transparent !important;
}
.bg_base7.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base7.bg_pattern2 {
  background: transparent !important;
}
.bg_base7.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base8 {
  position: relative;
  z-index: 2;
}
.bg_base8:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #CBEFED;
  background-repeat: repeat;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 84%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 84%, 0 100%);
}
.bg_base8.reversal:before {
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 97%, 0% 79%);
  clip-path: polygon(0% 15%, 100% 0%, 100% 97%, 0% 79%);
}
.bg_base8.bg_white {
  background: transparent !important;
}
.bg_base8.bg_white:before {
  background: #fff;
}
.bg_base8.bg_black {
  background: transparent !important;
}
.bg_base8.bg_black:before {
  background: #111;
}
.bg_base8.bg_gray {
  background: transparent !important;
}
.bg_base8.bg_gray:before {
  background: #403f3d;
}
.bg_base8.bg_base_color {
  background: transparent !important;
}
.bg_base8.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base8.bg_pattern {
  background: transparent !important;
}
.bg_base8.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base8.bg_pattern2 {
  background: transparent !important;
}
.bg_base8.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base9 {
  position: relative;
  z-index: 2;
}
.bg_base9:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 151px;
  background-color: #CBEFED;
  background-repeat: repeat;
  background-position: center;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.bg_base9:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #CBEFED;
  background-repeat: repeat;
  background-position: center;
  -webkit-clip-path: polygon(0% 150px, 100% 150px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 150px, 100% 150px, 100% 100%, 0% 100%);
}
.bg_base9.bg_white {
  background: transparent !important;
}
.bg_base9.bg_white:before, .bg_base9.bg_white:after {
  background: #fff;
}
.bg_base9.bg_black {
  background: transparent !important;
}
.bg_base9.bg_black:before, .bg_base9.bg_black:after {
  background: #111;
}
.bg_base9.bg_gray {
  background: transparent !important;
}
.bg_base9.bg_gray:before, .bg_base9.bg_gray:after {
  background: #403f3d;
}
.bg_base9.bg_base_color {
  background: transparent !important;
}
.bg_base9.bg_base_color:before, .bg_base9.bg_base_color:after {
  background: #6AC3A3;
}
.bg_base9.bg_pattern {
  background: transparent !important;
}
.bg_base9.bg_pattern:before, .bg_base9.bg_pattern:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base9.bg_pattern2 {
  background: transparent !important;
}
.bg_base9.bg_pattern2:before, .bg_base9.bg_pattern2:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base10 {
  width: 100%;
  position: relative;
}
.bg_base10:before {
  background: #CBEFED;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.bg_base10:after {
  background: #CBEFED;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.bg_base10.bg_white {
  background: transparent !important;
}
.bg_base10.bg_white:before, .bg_base10.bg_white:after {
  background: #fff;
}
.bg_base10.bg_glass {
  background: transparent !important;
}
.bg_base10.bg_glass:before, .bg_base10.bg_glass:after {
  background: rgba(255, 255, 255, 0.5);
}
.bg_base10.bg_black {
  background: transparent !important;
}
.bg_base10.bg_black:before, .bg_base10.bg_black:after {
  background: #111;
}
.bg_base10.bg_gray {
  background: transparent !important;
}
.bg_base10.bg_gray:before, .bg_base10.bg_gray:after {
  background: #403f3d;
}
.bg_base10.bg_base_color {
  background: transparent !important;
}
.bg_base10.bg_base_color:before, .bg_base10.bg_base_color:after {
  background: #6AC3A3;
}
.bg_base10.bg_pattern {
  background: transparent !important;
}
.bg_base10.bg_pattern:before, .bg_base10.bg_pattern:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base10.bg_pattern2 {
  background: transparent !important;
}
.bg_base10.bg_pattern2:before, .bg_base10.bg_pattern2:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base11 {
  position: relative;
}
.bg_base11.radius:before {
  border-radius: 30px 0 0 30px;
}
.bg_base11.radius.reversal:before {
  border-radius: 0 30px 30px 0;
}
.bg_base11:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #CBEFED;
  background-position: center center;
  top: 0%;
  bottom: 0;
  right: 0;
  left: auto;
  width: 25%;
  height: 30em;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg_base11:before {
    width: 25%;
  }
}
.bg_base11.reversal:before {
  right: auto;
  left: 0;
}
.bg_base11.bg_white {
  background: transparent !important;
}
.bg_base11.bg_white:before {
  background: #fff;
}
.bg_base11.bg_grd {
  background: transparent !important;
}
.bg_base11.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base11.bg_black {
  background: transparent !important;
}
.bg_base11.bg_black:before {
  background: #111;
}
.bg_base11.bg_gray {
  background: transparent !important;
}
.bg_base11.bg_gray:before {
  background: #403f3d;
}
.bg_base11.bg_yellow {
  background: transparent !important;
}
.bg_base11.bg_yellow:before {
  background: #fce974;
}
.bg_base11.bg_base_color {
  background: transparent !important;
}
.bg_base11.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base11.bg_pattern {
  background: transparent !important;
}
.bg_base11.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base11.bg_pattern2 {
  background: transparent !important;
}
.bg_base11.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base12 {
  width: 100%;
  position: relative;
}
.bg_base12.radius:before {
  border-radius: 20px;
}
.bg_base12:before {
  background: #CBEFED;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 15%;
  height: 90%;
  z-index: -1;
}
.bg_base12.reversal:before {
  right: 0;
  left: auto;
}
.bg_base12.bg_white {
  background: transparent !important;
}
.bg_base12.bg_white:before {
  background: #fff;
}
.bg_base12.bg_grd {
  background: transparent !important;
}
.bg_base12.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base12.bg_black {
  background: transparent !important;
}
.bg_base12.bg_black:before {
  background: #111;
}
.bg_base12.bg_gray {
  background: transparent !important;
}
.bg_base12.bg_gray:before {
  background: #403f3d;
}
.bg_base12.bg_yellow {
  background: transparent !important;
}
.bg_base12.bg_yellow:before {
  background: #fce974;
}
.bg_base12.bg_base_color {
  background: transparent !important;
}
.bg_base12.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base12.bg_pattern {
  background: transparent !important;
}
.bg_base12.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base12.bg_pattern2 {
  background: transparent !important;
}
.bg_base12.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_base13 {
  position: relative;
  overflow: hidden;
}
.bg_base13:before {
  background: #CBEFED;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 94%);
  -webkit-clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 70%);
}
.bg_base13.reversal:before {
  background: #CBEFED;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 0% 6%, 0% 100%, 100% 94%);
  -webkit-clip-path: polygon(100% 0%, 0% 30%, 0% 100%, 100% 70%);
}
.bg_base13.bg_white {
  background: transparent !important;
}
.bg_base13.bg_white:before {
  background: #fff;
}
.bg_base13.bg_grd {
  background: transparent !important;
}
.bg_base13.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base13.bg_black {
  background: transparent !important;
}
.bg_base13.bg_black:before {
  background: #111;
}
.bg_base13.bg_gray {
  background: transparent !important;
}
.bg_base13.bg_gray:before {
  background: #403f3d;
}
.bg_base13.bg_base_color {
  background: transparent !important;
}
.bg_base13.bg_base_color:before {
  background: #6AC3A3;
}
.bg_base13.bg_pattern {
  background: transparent !important;
}
.bg_base13.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}
.bg_base13.bg_pattern2 {
  background: transparent !important;
}
.bg_base13.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28122/ptn.webp);
  background-color: transparent !important;
}

.bg_wave {
  position: relative;
}
.bg_wave.black {
  background: #111;
}
.bg_wave.black::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.black:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_base {
  background: #CBEFED;
}
.bg_wave.bg_base::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23CBEFED" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_base:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23CBEFED" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_white {
  background: #fff;
}
.bg_wave.bg_white::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_white:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_base_color {
  background: #6AC3A3;
}
.bg_wave.bg_base_color::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%236AC3A3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_base_color:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%236AC3A3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_sub_color {
  background: #3DC1D1;
}
.bg_wave.bg_sub_color::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%233DC1D1" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_sub_color:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%233DC1D1" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_gray {
  background: #f2f2f2;
}
.bg_wave.bg_gray::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f2f2f2" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_gray:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f2f2f2" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.light_brown {
  background: #fff4e3;
}
.bg_wave.light_brown::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.light_brown:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.top::before {
  height: 0px;
  bottom: 0px;
}
.bg_wave.bottom::after {
  height: 0px;
  bottom: 0px;
}
.bg_wave::before, .bg_wave::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 20em;
  z-index: -1;
  content: "";
}
.bg_wave::before {
  top: -20em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave:after {
  top: auto;
  bottom: -20em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  transform: rotate(180deg);
}
.bg_wave.reversal::before {
  transform: scale(-1, 1);
}
.bg_wave.reversal:after {
  transform: scale(1, -1);
}
@media screen and (max-width: 500px) {
  .bg_wave::before, .bg_wave::after {
    height: 5em;
  }
  .bg_wave::before {
    top: -5em;
  }
  .bg_wave::after {
    bottom: -5em;
  }
}

.bg_curve_top {
  position: relative;
}
.bg_curve_top::before, .bg_curve_top::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
  background-image: none;
}
.bg_curve_top::before {
  transform: translate(0, 0) rotate(180deg);
  height: 17em;
  clip-path: ellipse(50% 100% at top);
}
@media (min-width: 640px) and (max-width: 896px) {
  .bg_curve_top::before {
    /* height: 50%; */
  }
}
@media screen and (max-width: 500px) {
  .bg_curve_top::before {
    transform: translate(0, 0) rotate(180deg);
    height: 18em;
    clip-path: ellipse(80% 100% at top);
  }
}
.bg_curve_top.bg_white {
  background-color: transparent !important;
}
.bg_curve_top.bg_white::before, .bg_curve_top.bg_white::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.bg_white::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 0;
  transform: translate(0, 16.5em);
}
.bg_curve_top.bg_white_bottom {
  background-color: transparent !important;
}
.bg_curve_top.bg_white_bottom::before, .bg_curve_top.bg_white_bottom::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.bg_white_bottom::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 12em;
  height: 21em;
  transform: translate(0, 0px);
}
@media screen and (max-width: 500px) {
  .bg_curve_top.bg_white_bottom::after {
    height: 39em;
  }
}
.bg_curve_top.type_footer02 {
  background-color: transparent !important;
}
.bg_curve_top.type_footer02::before, .bg_curve_top.type_footer02::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.type_footer02::after {
  content: "";
  height: calc(100% - 16em);
  z-index: -1;
  top: 0;
  transform: translate(0, 16.5em);
}
.bg_curve_top.type_footer {
  background-color: transparent !important;
}
.bg_curve_top.type_footer::before, .bg_curve_top.type_footer::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.type_footer::before {
  /* @include for-size(tablet){
      height: 65%;
  } */
}
.bg_curve_top.type_footer::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 12em;
  height: 21em;
  transform: translate(0, 0px);
}
@media (min-width: 640px) and (max-width: 896px) {
  .bg_curve_top.type_footer::after {
    top: 10em;
  }
}
@media screen and (max-width: 500px) {
  .bg_curve_top.type_footer::after {
    height: 51em;
  }
}
.bg_curve_top.bg_base {
  background-color: transparent !important;
}
.bg_curve_top.bg_base::before, .bg_curve_top.bg_base::after {
  background-color: #CBEFED !important;
  background-image: none !important;
}
.bg_curve_top.bg_base::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 0;
  transform: translate(0, 200px);
}

.bg_curve_test {
  position: relative;
}
.bg_curve_test.black {
  background: #111;
}
.bg_curve_test.black::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.black:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.bg_base {
  background: #CBEFED;
}
.bg_curve_test.bg_base::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23CBEFED" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.bg_base:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23CBEFED" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.bg_white {
  background: #fff;
}
.bg_curve_test.bg_white::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.bg_white:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.bg_base_color {
  background: #6AC3A3;
}
.bg_curve_test.bg_base_color::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%236AC3A3" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.bg_base_color:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%236AC3A3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.light_brown {
  background: #fff4e3;
}
.bg_curve_test.light_brown::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.light_brown:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.top::before {
  height: 0px;
  bottom: 0px;
}
.bg_curve_test.bottom::after {
  height: 0px;
  bottom: 0px;
}
.bg_curve_test::before, .bg_curve_test::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  z-index: -1;
  content: "";
}
.bg_curve_test::before {
  top: -200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test:after {
  top: auto;
  bottom: -200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  transform: rotate(180deg);
}
.bg_curve_test.reversal::before {
  transform: scale(-1, 1);
}
.bg_curve_test.reversal:after {
  transform: scale(1, -1);
}
@media (min-width: 640px) and (max-width: 896px) {
  .bg_curve_test::before, .bg_curve_test::after {
    height: 50px;
  }
  .bg_curve_test::before {
    top: -50px;
  }
  .bg_curve_test::after {
    bottom: -50px;
  }
}

.bg_blob {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(180deg, #fdf5f0 0%, #f6efe5 100%);
}
.bg_blob::after {
  content: "";
  position: absolute;
  inset: 15vh 12vw 18vh 18vw;
  background: radial-gradient(circle at 30% 40%, rgba(255, 230, 189, 0.4) 0%, rgba(255, 230, 189, 0.2) 38%, rgba(255, 230, 189, 0) 70%);
  filter: blur(70px);
  opacity: 0.6;
  pointer-events: none;
}

.blob {
  position: absolute;
  display: block;
  width: 48vw;
  height: 48vw;
  min-width: 260px;
  min-height: 260px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.8;
  transform: translate3d(0, 0, 0) scale(1);
  animation: blob-drift var(--blob-duration, 20s) ease-in-out infinite alternate, blob-pulse var(--blob-pulse, 12s) ease-in-out infinite;
}

.blob--amber {
  --blob-duration: 24s;
  --blob-pulse: 14s;
  left: -12vw;
  bottom: -20vh;
  background: radial-gradient(circle at 28% 32%, rgba(255, 231, 182, 0.9) 0%, rgba(255, 197, 116, 0.65) 40%, rgba(249, 166, 77, 0) 70%);
}

.blob--pink {
  --blob-duration: 18s;
  --blob-pulse: 11s;
  right: -6vw;
  top: -10vh;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle at 42% 38%, rgba(255, 202, 222, 0.92) 0%, rgba(243, 155, 208, 0.6) 40%, rgba(221, 123, 189, 0) 72%);
  animation-delay: -4s;
}

.blob--orchid {
  --blob-duration: 22s;
  --blob-pulse: 13s;
  right: -2vw;
  bottom: 18vh;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle at 50% 45%, rgba(248, 198, 239, 0.7) 0%, rgba(234, 168, 236, 0.45) 38%, rgba(212, 146, 226, 0) 70%);
  animation-delay: -8s;
}

.blob--glow {
  --blob-duration: 26s;
  --blob-pulse: 16s;
  left: 38vw;
  bottom: -12vh;
  width: 34vw;
  height: 26vw;
  background: radial-gradient(circle at 50% 55%, rgba(255, 215, 204, 0.55) 0%, rgba(248, 172, 182, 0.35) 35%, rgba(244, 152, 188, 0) 70%);
  filter: blur(90px);
  animation-delay: -12s;
}

@media screen and (max-width: 768px) {
  .bg_blob {
    height: 120vh;
  }
  .blob {
    width: 70vw;
    height: 70vw;
    min-width: 220px;
    min-height: 220px;
  }
  .blob--amber {
    left: -20vw;
    bottom: -25vh;
  }
  .blob--pink {
    right: -18vw;
    top: -18vh;
  }
  .blob--orchid {
    right: -16vw;
  }
  .blob--glow {
    left: 12vw;
  }
}
@keyframes blob-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    transform: translate3d(-2vw, -1.5vh, 0) scale(1.06);
  }
  66% {
    transform: translate3d(1.6vw, 2vh, 0) scale(0.94);
  }
}
@keyframes blob-pulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.65;
  }
}
.tbl {
  width: 100%;
  margin: 0.8em 0;
}
.tbl.tcenter th {
  text-align: center !important;
}
.tbl.white {
  background-color: rgba(106, 195, 163, 0);
}
.tbl.white th,
.tbl.white td {
  padding: 0.8em;
  border: 2px solid #aaa;
}
.tbl.white th {
  background-color: rgba(106, 195, 163, 0);
  color: #aaa;
}
.tbl.white th span {
  font-size: 100%;
}
.tbl.white td {
  background-color: rgba(106, 195, 163, 0);
}
.tbl.base {
  background-color: rgba(106, 195, 163, 0.1);
  border: 1px solid #fff !important;
}
.tbl.base th,
.tbl.base td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}
.tbl.base th {
  background-color: rgba(106, 195, 163, 0.8);
  color: #fff;
}
.tbl.base th span {
  font-size: 100%;
}
.tbl.base td {
  background-color: rgba(106, 195, 163, 0.1);
}
.tbl.sub {
  background-color: rgba(61, 193, 209, 0.1);
  border: 1px solid #fff !important;
}
.tbl.sub th,
.tbl.sub td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}
.tbl.sub th {
  background-color: rgba(61, 193, 209, 0.8);
  color: #fff;
}
.tbl.sub th span {
  font-size: 100%;
}
.tbl.sub td {
  background-color: rgba(61, 193, 209, 0.05);
}
.tbl.green {
  background-color: rgba(84, 199, 102, 0.1);
}
.tbl.green th,
.tbl.green td {
  padding: 0.8em;
  border: 2px solid #aaa;
}
.tbl.green th {
  background-color: rgba(84, 199, 102, 0.8);
  color: #aaa;
}
.tbl.green th span {
  font-size: 100%;
}
.tbl.green td {
  background-color: rgba(84, 199, 102, 0.1);
}
.tbl.orange {
  background-color: rgba(247, 135, 31, 0.1);
}
.tbl.orange th,
.tbl.orange td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}
.tbl.orange th {
  background-color: rgba(247, 135, 31, 0.8);
  color: #fff;
}
.tbl.orange th span {
  font-size: 100%;
}
.tbl.orange td {
  background-color: rgba(247, 135, 31, 0.05);
}
.tbl th,
.tbl td {
  padding: 0.8em;
  vertical-align: middle;
  border: 1px solid #aaa !important;
}
.tbl th {
  background: #eee;
}
.tbl th span {
  font-size: 100%;
}
.tbl th.top {
  vertical-align: top;
  width: 20% !important;
}
.tbl a {
  text-decoration: underline;
}
.tbl.callendar {
  text-align: center;
}
.tbl.callendar th {
  width: 12.5%;
}
.tbl.callendar td {
  width: 12.5%;
}
@media screen and (max-width: 500px) {
  .tbl {
    padding: 5px;
  }
  .tbl th,
  .tbl td {
    font-size: 80% !important;
  }
}
.tbl td.price {
  text-align: right;
  font-size: 1.2em;
  font-weight: 600;
}
.tbl td.price span {
  font-size: 80%;
}
.tbl .cell01 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .tbl.sp th,
  .tbl.sp td {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 0.8em;
  }
}

.tbl_scroll {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .tbl_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_scroll table {
    width: 600px !important;
  }
  .tbl_scroll .sitemap {
    width: 500px !important;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl_scroll::-webkit-scrollbar-piece {
    background: #eee;
  }
}

.tbl_border {
  width: 100%;
}
.tbl_border .t-right {
  text-align: right;
}
.tbl_border th,
.tbl_border td {
  padding: 15px;
  border-bottom: 2px solid #888;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .tbl_border th,
  .tbl_border td {
    padding: 10px;
    font-size: 85% !important;
  }
}
.tbl_border th {
  width: 30%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #6AC3A3;
}
.tbl_border_s {
  width: 100%;
  font-size: 80%;
}
.tbl_border_s .t-right {
  text-align: right;
}
.tbl_border_s th,
.tbl_border_s td {
  padding: 0.1em 0.3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .tbl_border_s th,
  .tbl_border_s td {
    font-size: 85% !important;
  }
}
.tbl_border_s th {
  width: 7em;
  text-align: left;
  font-weight: normal;
  font-weight: 600;
  border-top-color: #6AC3A3;
  border-bottom-color: #6AC3A3;
  background-color: rgba(106, 195, 163, 0.1);
  color: #6AC3A3;
  text-align: center;
}

.tbl_color {
  width: 100%;
  background-color: rgba(106, 195, 163, 0.1);
}
.tbl_color .t-right {
  text-align: right;
}
.tbl_color.set2 th,
.tbl_color.set2 td {
  width: 50%;
}
.tbl_color.radius tr:first-child th {
  border-radius: 20px 0 0 0;
}
.tbl_color.radius tr:first-child td {
  border-radius: 0 20px 0 0;
}
.tbl_color.radius tr:last-child th {
  border-radius: 0 0 0 20px;
}
.tbl_color.radius tr:last-child td {
  border-radius: 0 0 20px 0;
}
.tbl_color.bar td {
  padding: 25px;
  border-right: 3px solid #fff;
}
.tbl_color.white {
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  border-right: 2px #fff solid;
}
.tbl_color.white th {
  width: 40%;
}
.tbl_color.black {
  background-color: rgba(17, 17, 17, 0.1);
}
.tbl_color.black th,
.tbl_color.black td {
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.black th {
  background-color: rgba(17, 17, 17, 0.6);
  border-right: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.black tr:nth-child(2n) {
  background-color: rgba(17, 17, 17, 0.05);
}
.tbl_color.black tr:nth-child(2n) th {
  background-color: rgba(17, 17, 17, 0.9);
}
.tbl_color.black tr:hover {
  background-color: rgba(17, 17, 17, 0.12);
  transition: 0.2s;
}
.tbl_color.black tr:hover th {
  background-color: rgba(17, 17, 17, 0.62);
}
.tbl_color.sub {
  background-color: rgba(61, 193, 209, 0.1);
}
.tbl_color.sub th,
.tbl_color.sub td {
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.sub th {
  background-color: rgba(61, 193, 209, 0.6);
  border-right: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.sub tr:nth-child(2n) {
  background-color: rgba(61, 193, 209, 0.05);
}
.tbl_color.sub tr:nth-child(2n) th {
  background-color: rgba(61, 193, 209, 0.9);
}
.tbl_color.sub tr:hover {
  background-color: rgba(61, 193, 209, 0.12);
  transition: 0.2s;
}
.tbl_color.sub tr:hover th {
  background-color: rgba(61, 193, 209, 0.62);
}
.tbl_color tr:nth-child(2n) {
  background-color: rgba(106, 195, 163, 0.05);
}
.tbl_color tr:nth-child(2n) th {
  background-color: rgba(106, 195, 163, 0.9);
}
.tbl_color tr:hover {
  background-color: rgba(106, 195, 163, 0.12);
  transition: 0.2s;
}
.tbl_color tr:hover th {
  background-color: rgba(106, 195, 163, 0.92);
}
.tbl_color th,
.tbl_color td {
  padding: 0.5em;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
}
.tbl_color th.type1,
.tbl_color td.type1 {
  width: 190px;
}
@media screen and (max-width: 500px) {
  .tbl_color th.type1,
  .tbl_color td.type1 {
    width: 150px;
  }
}
.tbl_color th.b-no,
.tbl_color td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}
.tbl_color th.tm-no,
.tbl_color td.tm-no {
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .tbl_color th,
  .tbl_color td {
    padding: 10px;
    font-size: 85% !important;
  }
}
.tbl_color th {
  width: 25%;
  background-color: rgba(106, 195, 163, 0.8);
  color: #fff;
  text-align: left;
  font-weight: 600;
  border-right: 3px solid #fff;
}
.tbl_color th.th-1 {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .tbl_color.sp th,
  .tbl_color.sp td {
    width: 100%;
    display: block;
  }
  .tbl_color.sp th {
    text-align: center;
  }
}

.tbl_simple {
  background: transparent;
  width: 100%;
}
.tbl_simple.black td,
.tbl_simple.black th {
  border-top: #111 1px solid !important;
  border-bottom: #111 1px solid !important;
}
.tbl_simple.white td,
.tbl_simple.white th {
  border-top: #fff 1px solid !important;
  border-bottom: #fff 1px solid !important;
}
.tbl_simple.type_s th {
  width: 80px;
  font-size: 85% !important;
}
.tbl_simple.type_s th,
.tbl_simple.type_s td {
  padding: 1em 0.5em !important;
  font-size: 85% !important;
}
.tbl_simple.type_s tr:first-child td,
.tbl_simple.type_s tr:first-child th {
  border-top: #888 1px solid;
}
.tbl_simple th {
  text-align: left;
  vertical-align: middle;
  padding: 1em 0.5em;
  line-height: 1.5;
  border-top: #888 1px solid;
  border-left: #888 0px solid;
  border-right: #888 0px solid;
  border-bottom: #888 1px solid;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .tbl_simple th {
    width: 35%;
  }
}
.tbl_simple td b {
  color: #c70922;
}
.tbl_simple td {
  padding: 1em 0.5em;
  vertical-align: middle;
  border-top: #888 1px solid;
  border-bottom: #888 1px solid;
  border-left: #888 0px solid;
  border-right: #888 0px solid;
}
.tbl_simple tr:first-child td,
.tbl_simple tr:first-child th {
  border-top: #888 0px solid;
}
.tbl_simple.type1 tr:first-child td,
.tbl_simple.type1 tr:first-child th {
  border-top: #888 1px solid;
}
.tbl_simple.type1 .space {
  padding-left: 9em;
}
@media screen and (max-width: 500px) {
  .tbl_simple.type1 .space {
    padding-left: 0;
  }
}

.tbl_company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.tbl_company th,
.tbl_company td {
  padding: 0.5em 1.5em;
  vertical-align: middle;
}
.tbl_company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #6AC3A3;
  color: #fff;
  font-weight: 600;
}
.tbl_company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 0.5em;
  border-left-color: #6AC3A3;
  margin-top: -0.5em;
}
.tbl_company td {
  background: #f9f9f9;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .tbl_company.sp th,
  .tbl_company.sp td {
    display: block;
  }
  .tbl_company.sp th {
    width: 100%;
  }
  .tbl_company.sp th::after {
    left: 50%;
    top: inherit;
    bottom: -20px;
    transform: rotate(90deg);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-width: 0.5em;
    border-left-color: #6AC3A3;
    margin-top: 0px;
  }
}

.tbl_menu {
  margin: 1em 0 3em;
  width: 100%;
  background: none;
}
.tbl_menu th {
  vertical-align: middle;
  padding: 24px 10px;
  font-weight: normal;
  line-height: 1.5;
  border-top: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  border-bottom: #aaa 1px solid;
  background: none;
  text-align: center;
}
.tbl_menu th p {
  font-size: 80%;
  color: #888;
  padding-top: 8px;
}
.tbl_menu th:nth-child(1) {
  width: 50%;
  text-align: left;
}
.tbl_menu td {
  font-weight: normal;
  width: 60px;
  padding: 0px 0px 0 16px;
  vertical-align: middle;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  border-top: #aaa 1px solid;
  text-align: center;
}
.tbl_menu td:nth-child(2) {
  text-align: center;
}
.tbl_menu td:nth-child(3) {
  text-align: center;
  font-weight: normal;
  width: 10em;
}
.tbl_menu tr:hover {
  background: rgba(242, 242, 242, 0.8);
}
@media (min-width: 640px) and (max-width: 896px) {
  .tbl_menu th {
    padding: 16px 0;
  }
  .tbl_menu td {
    text-align: left !important;
  }
  .tbl_menu tr:hover {
    background: rgba(238, 238, 238, 0.5);
  }
}
@media screen and (max-width: 500px) {
  .tbl_menu {
    font-size: 80%;
  }
}

.list_flex {
  padding: 5px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  .list_flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  margin-right: 8px;
  font-weight: 600;
  color: #6AC3A3;
}
@media (min-width: 640px) and (max-width: 896px) {
  .list_flex li {
    width: calc(100% - 0px);
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
  }
}
.list_flex li a {
  transition: 0.5s;
}
.list_flex li a:link, .list_flex li a:visited {
  color: #222;
  text-decoration: none;
}
.list_flex li a:hover {
  opacity: 0.6;
}

.tbl_comment {
  margin: 0px auto 0;
  width: 100%;
}
.tbl_comment.radius th {
  border-radius: 0.5em 0.5em 0;
}
.tbl_comment.radius td {
  border-radius: 0.5em 0.5em;
}
.tbl_comment tbody {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
.tbl_comment tr {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
.tbl_comment th {
  max-width: 150px;
  width: 20%;
  position: relative;
  padding: 8px 0.5em;
  color: #fff;
  z-index: 1;
  background-color: #6AC3A3;
  display: block;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.tbl_comment th:before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  bottom: 0px;
  right: -0.5em;
  border-left: 0.5em solid #6AC3A3;
  border-top: 0.5em solid transparent;
  border-bottom: 0px solid transparent;
  z-index: -1;
}
.tbl_comment td {
  padding: 8px 20px 8px 40px;
  width: 86%;
  background-color: #fff;
  display: block;
  margin: 20px auto 0 -20px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 500px) {
  .tbl_comment th {
    width: 24%;
    padding: 4px 2px;
    font-size: 80%;
  }
  .tbl_comment td {
    margin: 15px auto 0 -20px;
  }
}

.tbl_radius {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.tbl_radius.sub_color {
  color: #333 !important;
}
.tbl_radius.sub_color th {
  background: #3dc1d1;
}
.tbl_radius.sub_color td {
  border: 2px dashed #3dc1d1;
}
.tbl_radius th,
.tbl_radius td {
  padding: 1em;
  vertical-align: middle;
  font-weight: 500 !important;
}
.tbl_radius th span,
.tbl_radius td span {
  font-size: 90%;
  color: #565656;
}
.tbl_radius th {
  background: #6ac3a3;
  border-radius: 1.5em 0 0 1.5em;
  color: #fff;
}
.tbl_radius td {
  background: #fefefe;
  padding: 1em 1.5em;
  border: 2px dashed #6ac3a3;
  border-left: none;
  border-radius: 0 1.5em 1.5em 0;
}

@media all and (max-width: 639px) {
  .tbl_radius {
    font-size: 80%;
  }
  .tbl_radius th,
  .tbl_radius td {
    padding: 1em 1em;
  }
  .tbl_radius.type1 th,
  .tbl_radius.type1 td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tbl_radius.type1 th {
    line-height: 1.6;
  }
  .tbl_radius.set5 th {
    width: 35% !important;
  }
  .tbl_radius.sp {
    font-size: 100%;
  }
  .tbl_radius.sp th {
    display: block;
    width: 100%;
    border-radius: 1.5em;
    margin-bottom: 1em;
  }
  .tbl_radius.sp td {
    display: block;
    width: 100%;
    border-left: 2px dashed rgba(106, 195, 163, 0.3);
    border-radius: 1.5em;
  }
}
.tbl_fee {
  width: 100%;
  line-height: 1.2;
  background-color: #fafafa;
}
.tbl_fee tr:nth-child(even) {
  background-color: rgba(106, 195, 163, 0.1);
}
.tbl_fee th,
.tbl_fee td {
  vertical-align: top;
  padding: 1.5em 1em;
}
.tbl_fee th span,
.tbl_fee td span {
  font-size: 80%;
}
.tbl_fee th {
  text-align: left;
}
.tbl_fee td {
  text-align: right;
  color: #6AC3A3;
}
.tbl_fee td.price {
  color: #6AC3A3;
}
.tbl_fee td span {
  font-size: 80%;
}
.tbl_fee td b {
  color: #c70922;
}
@media screen and (max-width: 500px) {
  .tbl_fee td b {
    display: block;
  }
}
.tbl_fee.type2 {
  background-color: #fff;
  border: 0px solid #333;
}
.tbl_fee.type2 th,
.tbl_fee.type2 td {
  padding: 1.5em 0.5em;
  text-align: center;
  align-items: center;
}
.tbl_fee.type2 th {
  padding: 1.5em 0.5em;
  width: 33.33% !important;
}
.tbl_fee.type2 td {
  color: #333;
}
.tbl_fee.type2 td span {
  margin: 0 0.3em;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .tbl_fee.type2 td span {
    display: block;
  }
}
.tbl_fee.type2 td:nth-child(1) {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .tbl_fee.type2 td:nth-child(1) {
    line-height: 1.8;
  }
}
.tbl_fee.type2 tr:nth-child(even) {
  background-color: rgba(170, 170, 170, 0.1);
}
.tbl_fee.type1 {
  background-color: transparent !important;
  border: 0px solid #aaa;
}
.tbl_fee.type1 th,
.tbl_fee.type1 td {
  vertical-align: top;
  padding: 15px 0px;
  border-bottom: 1px solid #aaa;
}
.tbl_fee.type1 td {
  color: #6AC3A3;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.tbl_fee.type1 tr:nth-child(even) {
  background-color: rgba(106, 195, 163, 0);
}
.tbl_fee.type1.white {
  background-color: transparent !important;
  border: 0px solid #fff;
}
.tbl_fee.sub tr:nth-child(even) {
  background-color: rgba(61, 193, 209, 0.1);
}
.tbl_fee.sub td {
  color: #3DC1D1;
}

.tbl_timetable {
  width: 100%;
}
.tbl_timetable.type1 {
  border-top: none;
}
.tbl_timetable.type1 th,
.tbl_timetable.type1 td {
  border: none;
}
.tbl_timetable.radius {
  border-radius: 2em;
  border: 2px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
  overflow: hidden;
}
.tbl_timetable.radius td {
  border-left: 1px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
  border-right: 1px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
  border-bottom: 2px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
  font-size: 140%;
}
.tbl_timetable.radius th {
  border-left: 1px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
  border-right: 1px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
  border-bottom: 2px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
}
.tbl_timetable.radius tr {
  border-bottom: 2px solid rgb(215.0765550239, 238.9234449761, 230.3492822967);
}
.tbl_timetable.white {
  color: #fff;
  border: 1px solid #fff;
}
.tbl_timetable.white th,
.tbl_timetable.white td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tbl_timetable th:nth-child(n+2) {
  width: 4.5em !important;
}
@media screen and (max-width: 500px) {
  .tbl_timetable th:nth-child(n+2) {
    width: 3em !important;
  }
}
.tbl_timetable th,
.tbl_timetable td {
  border-bottom: 1px solid rgba(106, 195, 163, 0.3);
  padding: 1em 0.1em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: normal;
}
.tbl_timetable th .text,
.tbl_timetable td .text {
  letter-spacing: 0;
}
.tbl_timetable thead tr {
  background: #6ac3a3;
  color: #fff;
}
.tbl_timetable .th-1 {
  width: 35%;
  text-align: center;
  font-weight: normal;
}
.tbl_timetable .circle,
.tbl_timetable b {
  color: #3DC1D1;
}
.tbl_timetable .circle.type-brown,
.tbl_timetable b.type-brown {
  color: #6AC3A3;
}
.tbl_timetable .triangle {
  color: #284074;
}
@media screen and (max-width: 500px) {
  .tbl_timetable {
    padding: 15px 10px;
  }
  .tbl_timetable .th-1 {
    width: 25%;
  }
}
.tbl_timetable.type2 .circle {
  color: #6AC3A3;
}

.list_disc {
  margin: 1em 0;
}
.list_disc.black li {
  color: #333 !important;
}
.list_disc.black li:before {
  content: "●";
  color: #222;
}
.list_disc.orange li {
  color: #333 !important;
}
.list_disc.orange li:before {
  content: "●";
  color: #f7871f;
}
.list_disc.red li {
  color: #333 !important;
}
.list_disc.red li:before {
  content: "●";
  color: #c70922;
}
.list_disc.blue li {
  color: #333 !important;
}
.list_disc.blue li:before {
  content: "●";
  color: #284074;
}
.list_disc.sub li:before {
  color: #3DC1D1;
}
.list_disc.white li:before {
  color: #fff;
}
.list_disc.check li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.list_disc.kome {
  margin: 0;
}
.list_disc.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list_disc.pdf {
  margin: 0;
}
.list_disc.pdf li {
  padding: 4px 8px 6px 2.5em;
  border-bottom: 0px solid #ccc;
}
.list_disc.pdf li a {
  color: #333;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.list_disc.pdf li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  margin: 0;
  border-bottom: 1px solid #c70922;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.list_disc.pdf li a:hover {
  color: #c70922;
}
.list_disc.pdf li a:hover:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #c70922;
}
.list_disc.pdf li:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 0;
  color: #c70922;
  top: 0;
  left: 0;
  width: 2em;
  text-align: center;
  font-size: 105%;
}
.list_disc.pdf li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  display: grid;
  border: 1px solid #c70922;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
.list_disc.link {
  margin: 0;
}
.list_disc.link li {
  padding: 4px 8px 6px 2.5em;
  border-bottom: 0px solid #ccc;
}
.list_disc.link li a {
  color: #6AC3A3;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.list_disc.link li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  margin: 0;
  border-bottom: 1px solid #6AC3A3;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.list_disc.link li a:after {
  content: "▶";
  position: absolute;
  z-index: 0;
  color: #6AC3A3;
  top: 0.1em;
  right: 0;
  width: 1em;
  text-align: center;
  font-size: 80%;
  transition: all 0.5s 0s ease;
}
.list_disc.link li a:hover {
  color: #6AC3A3;
}
.list_disc.link li a:hover:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #6AC3A3;
}
.list_disc.link li a:hover:after {
  right: -0.3em;
  transition: all 0.5s 0s ease;
}
.list_disc.link li:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 0;
  color: #fff;
  top: 0.1em;
  left: 0;
  width: 2em;
  text-align: center;
  font-size: 100%;
}
.list_disc.link li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #6AC3A3;
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
.list_disc li {
  position: relative;
  line-height: 1.8;
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
}
.list_disc li:before {
  content: "●";
  color: #6AC3A3;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.list_box li {
  border: 1px solid #aaa;
  padding: 0.5em;
  width: 100%;
  height: 2.2em;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.list_box li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_check.sub li:before {
  color: #3DC1D1;
}
.list_check li {
  padding: 0.3em;
}
.list_check li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #6AC3A3;
}

.list_speech {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 1.5em 1em;
  border-radius: 30px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .list_speech {
    margin-bottom: 1em;
  }
}
.list_speech:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  height: 15px;
  width: 15px;
  background: #fff;
  transform: rotate(45deg);
}

.list_amenity li {
  width: calc(100% - 0px);
  height: calc(100% - 1px);
  padding: 0 0 0 0.3em;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}
.list_amenity span {
  background: #fafafa;
  width: 5em;
  padding: 0.4em 0;
  text-align: center;
  margin-left: auto;
}
.list_amenity b {
  width: 1em;
  color: #6AC3A3;
  margin-right: 0.2em;
}
.list_amenity.bg_none li {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #6AC3A3;
}
.list_amenity.bg_none span {
  background: rgba(255, 255, 255, 0);
}

.list_products > li {
  padding-bottom: 50px;
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.list_products > li a {
  color: inherit;
}
@media screen and (max-width: 500px) {
  .list_products > li {
    padding: 0 0 50px;
  }
}
.list_products > li table {
  width: calc(100% - 30px);
  font-size: 80%;
  margin: 0 15px !important;
}
.list_products > li table th,
.list_products > li table td {
  padding: 10px 5px !important;
  font-weight: normal !important;
}
.list_products > li .text {
  padding: 15px;
}
.list_products > li .text .title {
  color: #6AC3A3;
  font-size: 1.6rem;
  margin: 10px 0;
}
.list_products > li .btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 85% !important;
  font-weight: normal;
}
.list_products > li .figure,
.list_products > li figure {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #fff;
}
.list_products > li .figure:before,
.list_products > li figure:before {
  content: "";
  padding-top: 80%;
}
.list_products > li .figure img,
.list_products > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_products > li .category span {
  color: #6AC3A3;
  border: 1px solid #6AC3A3;
  padding: 5px 15px;
  line-height: 1;
  display: inline-block;
  border-radius: 10px;
}
.list_products > li .category span.white span {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
.list_products > li .title {
  margin: 1em 0;
  font-size: 120%;
  text-align: center;
  color: #6AC3A3;
  font-weight: bold;
}
.list_products > li .price {
  font-weight: bold;
  margin: 0 10px;
}

.list_num li {
  padding: 40px 40px 40px 60px;
  border: 3px solid #eee;
  position: relative;
}
.list_num .num {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.list_num .num {
  position: absolute;
  left: 1%;
  top: 1%;
  align-items: center;
  font-size: 8rem;
  opacity: 0.2;
  color: #6AC3A3;
}
.list_num .title {
  font-size: 120%;
  font-weight: bold;
  color: #6AC3A3;
}
@media screen and (max-width: 1100px) {
  .list_num li {
    padding: 15px 10px 15px 20px;
    font-size: 1.4rem;
  }
  .list_num .num {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .list_num .num {
    font-size: 4rem;
    left: 3px;
    top: 3px;
  }
  .list_num li {
    padding: 30px 10px 15px 20px;
  }
}

.ol_list {
  counter-reset: number;
  list-style: none;
  padding-left: 0;
}
.ol_list.color1 li:before {
  background: #b1fc97;
}
.ol_list.color2 li:before {
  background: #f3f1ec;
}
.ol_list.color3 li:before {
  background: #f7871f;
}
.ol_list.white li {
  color: #fff;
}
.ol_list.white li:before {
  color: #333;
  border-left: #f2f2f2;
  border-top: #f2f2f2;
  background: #fff;
}
.ol_list li {
  line-height: 1.8em;
  padding: 0.5em 0 0.5em 2.8em;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.ol_list li span {
  font-weight: normal;
  padding: 10px;
  line-height: 1.6;
  font-size: 80%;
}
.ol_list li:before {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.ol_list li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(106, 195, 163, 0.6);
  color: #6AC3A3;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  color: #fff;
  margin-right: 0.5em;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 500px) {
  .ol_list li span {
    font-size: 0.9em;
  }
}
.ol_list.square > li:before {
  border-radius: 0;
}

.dl_list {
  display: grid;
  grid-template-columns: minmax(6em, 10em) 1fr;
  column-gap: 1em;
  align-items: flex-start;
}
.dl_list.radius {
  border-radius: 0px !important;
}
.dl_list.radius dt {
  border-radius: 30px;
}
.dl_list.orange dt {
  background-color: #f7871f;
  border-color: #f7871f;
}
.dl_list.orange dd {
  color: #333 !important;
}
.dl_list.red dt {
  background-color: #c70922;
  border-color: #c70922;
}
.dl_list.red dd {
  color: #333 !important;
}
.dl_list.blue dt {
  background-color: #284074;
  border-color: #284074;
}
.dl_list.blue dd {
  color: #333 !important;
}
.dl_list.green dt {
  background-color: #54c766;
  border-color: #54c766;
}
.dl_list.green dd {
  color: #333 !important;
}
.dl_list > div,
.dl_list > .dl_row {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.dl_list dt {
  min-width: 6em;
  max-width: 10em;
  padding: 0.2em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border: 1px solid #6AC3A3;
  background: #6AC3A3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0 0.4em;
}
.dl_list dd {
  flex: 1 1 0;
  padding: 0.2em 0 0.2em 1em;
  line-height: 1.6;
  margin: 0 0 0.4em;
}
.dl_list dd a {
  color: #6AC3A3;
  background-image: linear-gradient(to right, #6AC3A3, #54c766);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 700;
}
.dl_list dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 500px) {
  .dl_list {
    display: block !important;
  }
  .dl_list dt {
    float: none !important;
  }
  .dl_list dd {
    padding: 4px 5px !important;
  }
}

.dl_flow_dot {
  padding-left: 30px;
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
}
.dl_flow_dot:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #6AC3A3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.dl_flow_dot > dt {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 120%;
  color: #6AC3A3;
}
.dl_flow_dot > dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #6AC3A3;
  background-color: #fff;
  border-radius: 50%;
  left: -37px;
}
.dl_flow_dot > dd {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .dl_flow_dot {
    margin: 15px 0 15px 10px;
  }
  .dl_flow_dot > dt {
    font-size: 110%;
  }
}

.dl_news {
  border-top: solid 1px #aaa;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.dl_news dt {
  padding: 16px 0px;
  border-bottom: solid 1px #aaa;
  color: #6AC3A3;
  width: 25%;
}
.dl_news dt span {
  display: inline-block;
  padding: 0 8px;
  border: #6AC3A3 1px solid;
  margin: 0 16px;
  color: #6AC3A3;
}
.dl_news dd {
  width: 75%;
  padding: 16px 0px;
  border-bottom: solid 1px #aaa;
}
.dl_news dd:first-child {
  border-top: solid 1px #aaa;
}

.dl_news_color {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.dl_news_color dt {
  padding: 16px 0px;
  color: #6AC3A3;
  width: 8em;
}
.dl_news_color dt span {
  display: inline-block;
  padding: 0 8px;
  border: #6AC3A3 1px solid;
  margin: 0 16px;
  color: #6AC3A3;
}
.dl_news_color dd b {
  border-bottom: solid 1px #6AC3A3;
  padding: 3px 10px;
  display: block;
  color: #6AC3A3;
  margin-bottom: 10px;
}
.dl_news_color dd {
  width: calc(100% - 8em);
  padding: 10px 0px 10px;
  /* border-bottom: solid 1px #aaa; */
  line-height: 1.9;
}

.blog_article {
  padding: 1.5em 1.5em;
  margin-bottom: 3em;
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .blog_article {
    padding: 0.5em 1em 2em;
  }
}
.blog_article h1 {
  font-size: 140%;
  font-weight: bold;
  position: relative;
  color: #6AC3A3;
  margin-bottom: 0.5em;
}
.blog_article header {
  margin-bottom: 1em;
}
.blog_article .thumbnail {
  margin: 0 -40px;
}
.blog_article .thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .blog_article .thumbnail {
    margin: 0 -20px;
  }
}
.blog_article .blog_category {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -2.1em;
  left: -1px;
  margin: 0 0 0 0;
  text-align: center;
  z-index: 1;
  font-size: 90%;
  padding: 0 1em;
}
.blog_article .blog_category a {
  color: #fff;
}
.blog_article .blog_category:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #6AC3A3;
  z-index: -1;
}
.blog_article .blog_date {
  color: #aaa;
  display: inline-block;
  font-size: 80%;
}
.blog_article .blog_date i {
  margin: 0 5px;
}
.blog_article .blog_date:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
.blog_article .blog_date #postpoint {
  display: inline-block;
}
.blog_article .breadcrumb {
  padding: 0 0 1em;
  color: #aaa;
  max-width: 100%;
  margin: 0 0;
}
.blog_article .breadcrumb li:last-child :after {
  margin: 0 10px;
  content: ">";
}
.blog_article .breadcrumb li:last-child:hover :after {
  color: #aaa;
}
.blog_article .breadcrumb li a {
  color: #aaa;
}
.blog_article .breadcrumb li a:hover {
  color: #6AC3A3;
}
.blog_article .thumbnail {
  border: 1px solid #f2f2f2;
  margin: 0.5em auto;
}
.blog_article .thumbnail img {
  width: 100%;
}
.blog_article .description {
  background-color: rgba(106, 195, 163, 0.2);
  margin: 1.5em auto;
  padding: 1em;
  border: 2px solid #6AC3A3;
}
.blog_article footer {
  background-color: #CBEFED;
  margin: -1.5em;
  padding: 1.5em;
}
.blog_article .article_writer_card {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin: 0;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.blog_article .article_writer_card .writer_side {
  position: relative;
  text-align: center;
  padding: 1.2em 1.2em 1.4em;
}
.blog_article .article_writer_card .writer_side:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  border-right: 2px dashed #d5dae2;
}
.blog_article .article_writer_card .writer_side .writer_label {
  display: inline-block;
  background: #e5e7eb;
  color: #444;
  font-size: 85%;
  border-radius: 99px;
  padding: 0.35em 0.9em;
  line-height: 1.6;
  position: relative;
}
.blog_article .article_writer_card .writer_side .writer_label:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e5e7eb;
}
.blog_article .article_writer_card .writer_side .writer_avatar {
  width: 92px;
  height: 92px;
  margin: 1em auto 0.8em;
  border-radius: 50%;
  overflow: hidden;
  background: #dce6f2;
}
.blog_article .article_writer_card .writer_side .writer_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_article .article_writer_card .writer_side .writer_name {
  color: #6AC3A3;
  font-size: 100%;
  line-height: 1.3;
  font-weight: bold;
}
.blog_article .article_writer_card .writer_profile {
  padding: 1.6em;
  color: #333;
  line-height: 2;
}
.blog_article .article_writer_card .writer_profile p {
  margin-bottom: 0.8em;
}
.blog_article .article_writer_card .writer_profile p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .blog_article .article_writer_card {
    grid-template-columns: 1fr;
  }
  .blog_article .article_writer_card .writer_side {
    padding-bottom: 1.2em;
  }
  .blog_article .article_writer_card .writer_side:after {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 0;
    border-right: 0;
    border-bottom: 2px dashed #d5dae2;
  }
  .blog_article .article_writer_card .writer_profile {
    padding: 2em 1.2em;
  }
}
.blog_article figure {
  margin: 0.5em 0;
}
.blog_article figure figcaption {
  text-align: center;
  font-size: 80%;
  color: #888;
  padding: 0.3em;
}
.blog_article iframe {
  padding: 1em 0;
}

#countPost p {
  line-height: 2;
}
#countPost p u {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
  padding: 0 0.3em;
  text-decoration: none;
}
#countPost p code {
  display: inline-block;
  white-space: pre;
  word-break: normal;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 90%;
  line-height: 1.8;
  color: #e2e8f0;
  border: 1px solid #1f2937;
  overflow: hidden;
  background: #0f172a;
  position: relative;
  padding: 0 0.5em;
}
#countPost h2 {
  font-size: 140%;
  line-height: 1.2;
  margin: 1.5em 0;
  font-weight: bold;
  color: #6AC3A3;
  padding: 1em 0.5em;
  border-left: 3px solid #6AC3A3;
  background-color: rgba(106, 195, 163, 0.1);
}
#countPost h2 strong {
  font-size: 150%;
}
#countPost {
  /*  下矢印
  　　h2 {
          font-size: 120%;
          margin: 1.5em 0;
          font-weight: bold;
          color: #fff;
          background-color: $base_color;
          padding: 0.8em 1em 0.8em 1em;
          position: relative;
          &:before {
              content: "";
              position: absolute;
              left: 10%;
              bottom: -11px;
              transform: translateX(-50%);
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 12px solid $base_color;
          }
      }
   */
}
#countPost h3 {
  font-size: 120%;
  margin: 1.5em 0;
  font-weight: bold;
  color: #6AC3A3;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-left: 3px solid #6AC3A3;
}
#countPost h4 {
  font-size: 120%;
  margin: 1.5em 0;
  font-weight: bold;
  color: #6AC3A3;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-left: 3px solid #fff;
  border-bottom: 2px solid #eee;
  position: relative;
}
#countPost h4:before {
  content: "";
  border-bottom: 2px solid #6AC3A3;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10em;
}
#countPost h5 {
  font-size: 120%;
  margin: 1.5em 0;
  font-weight: bold;
  color: #6AC3A3;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-left: 3px solid #fff;
}
#countPost h6 {
  color: #6AC3A3;
  padding: 0.3em 0.5em 0.3em 0.5em;
}
#countPost .has-inline-color {
  background: linear-gradient(#fff 85%, transparent 30%);
  z-index: 0;
  padding: 0 0.1em;
}
#countPost figure {
  margin: 1.5em auto;
}
#countPost video {
  vertical-align: middle;
  width: 100%;
  height: 30em;
  background: #111;
}
#countPost ol li a {
  text-decoration: none;
}
#countPost ul,
#countPost ol {
  border: solid 2px #eee;
  border-radius: 3px;
  margin-bottom: 2em;
  padding: 1em 1em 1em 1em;
}
#countPost ul {
  list-style: none;
}
#countPost ul li {
  position: relative;
  line-height: 1.8;
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 0.3em;
}
#countPost ul li:before {
  content: "●";
  color: #6AC3A3;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#countPost ol {
  counter-reset: number;
  list-style: none;
}
#countPost ol li {
  line-height: 1.8em;
  padding: 0.5em 0 0.5em 2.8em;
  margin-bottom: 5px;
  position: relative;
}
#countPost ol li span {
  font-weight: normal;
  padding: 10px;
  line-height: 1.6;
  font-size: 80%;
}
#countPost ol li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(106, 195, 163, 0.6);
  color: #6AC3A3;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  margin-right: 0.1em;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 500px) {
  #countPost ol li span {
    font-size: 0.9em;
  }
}
#countPost table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em auto;
}
#countPost table td,
#countPost table th {
  border: 2px solid #ccc;
  padding: 0.5em;
}
#countPost table td.heading,
#countPost table th.heading {
  background-color: #eee;
}
#countPost table th {
  background-color: rgba(106, 195, 163, 0.1);
}
#countPost blockquote {
  background: #f2f2f2;
  padding: 2em;
  margin: 1em auto;
  position: relative;
  z-index: 0;
}
#countPost blockquote::before, #countPost blockquote::after {
  font-family: "Font Awesome 6 Free", "FontAwesome", Arial, sans-serif;
  font-weight: 900;
  content: "\f10d";
  font-size: 2.5em;
  color: #ddd;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  z-index: -1;
  line-height: 1;
}
#countPost blockquote::before {
  top: 1px;
  left: 10px;
}
#countPost blockquote::after {
  bottom: 1px;
  right: 10px;
  text-align: right;
}
#countPost a[data-embed-type=file] {
  display: flex;
  align-items: center;
  gap: 0.8em;
  width: 100%;
  max-width: 100%;
  padding: 0.85em 2.8em 0.85em 0.9em;
  border: 1px solid #d5e0ec;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  color: #334155;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  overflow-wrap: anywhere;
  transition: 0.25s;
}
#countPost a[data-embed-type=file]::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: "\f15b";
  width: 2.1em;
  height: 2.1em;
  border-radius: 0.55em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #e6eef8;
  color: #4b5563;
}
#countPost a[data-embed-type=file]::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  top: 50%;
  right: 0.95em;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 90%;
}
#countPost a[data-embed-type=file]:hover {
  box-shadow: 0 5px 24px rgba(170, 170, 170, 0.22);
  color: #1e293b;
}
#countPost a[data-embed-type=file][data-mime-type^="image/"]::before {
  content: "\f1c5";
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
}
#countPost a[data-embed-type=file][data-mime-type*=pdf]::before {
  content: "\f1c1";
  background: rgba(239, 68, 68, 0.15);
  color: #b91c1c;
}
#countPost a[data-embed-type=file][data-mime-type^="video/"]::before {
  content: "\f1c8";
  background: rgba(59, 130, 246, 0.16);
  color: #1d4ed8;
}
#countPost a[data-embed-type=file][data-mime-type^="audio/"]::before {
  content: "\f1c7";
  background: rgba(168, 85, 247, 0.14);
  color: #7e22ce;
}
#countPost div[data-filename] {
  margin: 1.5em 0;
  border: 1px solid #1f2937;
  overflow: hidden;
  background: #0f172a;
  position: relative;
}
#countPost div[data-filename]::before {
  content: attr(data-filename);
  display: block;
  padding: 0.7em 1em;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #e2e8f0;
  background: linear-gradient(90deg, #1f2937 0%, #334155 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}
#countPost div[data-filename] pre {
  margin: 0;
  padding: 1.2em 1.2em 1.4em;
  background: transparent;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#countPost div[data-filename] code {
  display: block;
  white-space: pre;
  word-break: normal;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 90%;
  line-height: 1.8;
  color: #e2e8f0;
}
#countPost div[data-filename] pre::-webkit-scrollbar {
  height: 0.5em;
}
#countPost div[data-filename] pre::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.7);
  border-radius: 999px;
}

.author-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.author-box .author-img {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 0.5em;
  overflow: hidden;
}
.author-box .author-name {
  font-size: 80%;
  color: #888;
  line-height: 1;
}
.author-box .author-name a {
  color: #888;
}

.like-button {
  display: inline-block;
  background: white;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 2em;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 50px;
  font-size: 80%;
  text-align: center;
  padding: 0;
}
.like-button i {
  margin-right: 5px;
}
.like-button:hover {
  background: #f8f8f8;
  color: #ff4e86;
}
.like-button.liked {
  background: #ff4e86;
  border-color: #ff4e86;
  color: #fff;
}

.access-count {
  display: inline-block;
  background: white;
  border: 1px solid #fff;
  border-radius: 2em;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 80px;
  font-size: 80%;
  text-align: center;
  padding: 0 5px;
  color: #aaa;
}
.access-count i {
  margin-right: 5px;
}
@media screen and (max-width: 500px) {
  .access-count {
    padding: 0 0;
    width: auto;
  }
}

.date-article {
  display: inline-block;
  background: white;
  border: 1px solid #fff;
  border-radius: 2em;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 9em;
  font-size: 80%;
  text-align: center;
  padding: 0;
  color: #aaa;
}
.date-article i {
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .date-article {
    padding: 0 0;
    width: auto;
  }
}

.date-updated {
  display: inline-block;
  background: white;
  border: 1px solid #fff;
  border-radius: 2em;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 9em;
  font-size: 80%;
  text-align: center;
  padding: 0;
  color: #aaa;
}
.date-updated i {
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .date-updated {
    padding: 0 0;
    width: auto;
  }
}

.tagcloud a {
  display: inline-block;
  margin: 0.1em;
  padding: 0.1em 0.8em;
  border-radius: 0.5em;
  background: #f4f4f4;
  color: #aaa;
  font-size: 80%;
  font-weight: bold;
}
.tagcloud a:hover {
  opacity: 0.6;
}
.tagcloud a::before {
  content: "#";
}
.tagcloud a {
  text-align: left;
  margin: 0.2em;
}

.table_of_contents {
  background: #f2f2f2;
  border-radius: 0.3em;
  margin-bottom: 2em;
}
.table_of_contents .table_of_contents_header {
  padding: 1.2em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
}
.table_of_contents .table_of_contents_icon {
  border: #6AC3A3 solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6AC3A3;
  z-index: 1;
  cursor: pointer;
}
.table_of_contents .table_of_contents_icon span {
  display: flex;
}
.table_of_contents .table_of_contents_title {
  font-size: 130%;
  font-weight: bold;
  color: #6AC3A3;
  padding: 0.2em 0;
  position: relative;
  /* &:before {
  	@include awesome(\f0c9);
  	color: $base_color;
  	margin-right: 0.3em;
  } */
}
.table_of_contents .table_of_contents_body {
  padding: 1.5em 1em;
}
.table_of_contents .table_of_contents_body ol {
  list-style: none;
  padding-left: 0;
}
.table_of_contents .table_of_contents_body ol > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 100%;
}
.table_of_contents .table_of_contents_body ol > li:before {
  content: "●" !important;
  color: #6AC3A3;
  position: absolute;
  left: 0;
}
.table_of_contents .table_of_contents_body ol > li a {
  color: #666;
}
.table_of_contents .table_of_contents_body ol > li a:hover {
  color: #6AC3A3;
}
.table_of_contents .table_of_contents_body ol > li > ol {
  padding: 0.1em 0;
}
.table_of_contents .table_of_contents_body ol > li > ol li:before {
  content: "・" !important;
  color: #6AC3A3;
  position: absolute;
  left: 0;
}
.table_of_contents .table_of_contents_icon svg {
  transform: rotate(0deg);
  transition: transform 0.28s ease;
}
.table_of_contents.is-collapsed .table_of_contents_icon svg {
  transform: rotate(180deg);
}
.table_of_contents .table_of_contents_body {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  overflow: hidden;
  transition: grid-template-rows 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
}
.table_of_contents .table_of_contents_body > * {
  min-height: 0;
  overflow: hidden;
}
.table_of_contents.is-collapsed .table_of_contents_body {
  grid-template-rows: 0fr;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.speech_bubble {
  display: flex;
  align-items: flex-start;
  margin: 1em 0;
  gap: 1em;
}
.speech_bubble.left {
  flex-direction: row;
}
.speech_bubble.right {
  flex-direction: row-reverse;
}
.speech_bubble .speaker_avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 80px;
}
@media screen and (max-width: 500px) {
  .speech_bubble .speaker_avatar {
    min-width: 60px;
  }
}
.speech_bubble .speaker_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  color: #555;
  font-weight: bold;
  font-size: 1.2em;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .speech_bubble .speaker_icon {
    width: 60px;
    height: 60px;
  }
}
.speech_bubble .speaker_icon__initial {
  font-size: 1.4em;
}
.speech_bubble .speaker_icon--placeholder {
  text-transform: uppercase;
}
.speech_bubble .speaker_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.speech_bubble .speaker_name {
  margin-top: 6px;
  font-size: 0.9em;
  font-weight: bold;
}
.speech_bubble .bubble_content {
  background: #b0ec88;
  border-radius: 10px;
  padding: 1em;
  position: relative;
  max-width: 75%;
  width: 75%;
}
.speech_bubble .bubble_content p {
  margin: 0 !important;
}
.speech_bubble.left .bubble_content::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -1.2em;
  border: 10px solid transparent;
  border-right-color: #b0ec88;
}
.speech_bubble.right .bubble_content {
  background: #f2f288;
}
.speech_bubble.right .bubble_content::before {
  content: "";
  position: absolute;
  top: 1em;
  right: -1.2em;
  border: 10px solid transparent;
  border-left-color: #f2f288;
}

@media screen and (max-width: 480px) {
  .speech_bubble.left .bubble-_ontent::before {
    left: -1.6em;
  }
  .speech_bubble.right .bubble_content::before {
    right: -1.6em;
  }
}
.speaker {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.link_box {
  margin: 1.5em auto;
  border: 1px solid #54c766;
  padding: 1em;
  display: flex;
  grid-template-columns: 5em 1fr;
  border-radius: 0.5em;
}
.link_box .img {
  width: 10em;
  height: 10em;
  overflow: hidden;
  position: relative;
  z-index: 0;
  align-items: stretch;
  min-width: 0;
  border-radius: 0.5em;
}
.link_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .link_box .img {
    width: 5em;
    height: 5em;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
.link_box .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0em 1.5em;
  position: relative;
  display: flex;
  justify-items: start;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.link_box .btn_area {
  margin: auto 0 1em;
  display: flex;
  gap: 1em;
}
.link_box .btn_area .btn_area_list.type1 a {
  background-color: #f19504;
}
.link_box .btn_area .btn_area_list.type2 a {
  background-color: #ba0000;
}
.link_box .btn_area .btn_area_list a {
  font-size: 90%;
  text-align: center;
  width: 150px;
  color: #fff;
  display: block;
  padding: 0.2em 1em;
  border-radius: 0.5em;
}
.link_box .btn_area .btn_area_list a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .link_box .btn_area .btn_area_list a {
    margin: 10px auto;
  }
}

.blog_wrap {
  width: 100%;
}
.blog_wrap.radius .sidewrap .title {
  border-radius: 2em;
}
.blog_wrap.radius .blog_article {
  border-radius: 2em;
  border-radius: 2em;
  border: 0px solid #eee;
  box-shadow: 0 3px 5px 0 rgba(200, 200, 200, 0.15), 0 -3px 5px 0 rgba(200, 200, 200, 0.12), 3px 0 5px 0 rgba(200, 200, 200, 0.1), -3px 0 5px 0 rgba(200, 200, 200, 0.1);
}
.blog_wrap.radius .blog_article .blog_category:before {
  border-radius: 2em;
}
.blog_wrap.radius .blog_month ul li {
  border-radius: 2em;
}
.blog_wrap.radius .blog_category_list ul li a {
  border-radius: 2em;
}
.blog_wrap.radius .post_list > li a {
  border-radius: 2em;
}
.blog_wrap.radius .post_list > li .img {
  border-radius: 2em;
}
.blog_wrap.radius .post_list > li .img .category {
  border-radius: 16px;
}

.sidewrap > .sticky > .child,
.sidewrap > .child {
  margin-bottom: 2em;
}
.sidewrap > .sticky > .child > .title,
.sidewrap > .child > .title {
  margin: 0 auto 1em;
  padding: 0.5em 1em;
  text-align: center;
  position: relative;
  background-color: #6AC3A3;
  color: #fff;
}
.sidewrap > .sticky > .child > .title:before,
.sidewrap > .child > .title:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  opacity: 0.6;
  margin-right: 0.5em;
}
.sidewrap > .sticky > .child .sticky,
.sidewrap > .child .sticky {
  top: 105px;
  position: sticky;
  z-index: 1;
}
.sidewrap > .sticky > .child .sticky.top,
.sidewrap > .child .sticky.top {
  top: 10px;
}
@media screen and (max-width: 1200px) {
  .sidewrap > .sticky > .child .sticky,
  .sidewrap > .child .sticky {
    top: 0;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  .sidewrap > .sticky > .child .sticky,
  .sidewrap > .child .sticky {
    position: static;
  }
}

.column {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
}
.column.reversal {
  flex-direction: row-reverse;
}
.column .mainwrap {
  width: 72%;
  margin-bottom: 5em;
}
.column .mainwrap section {
  margin-bottom: 80px;
}
.column .sidewrap {
  width: 28%;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
    margin-bottom: 2em;
    display: block;
  }
  .column .mainwrap {
    width: 100%;
    margin: 0 auto 20px;
  }
  .column .sidewrap {
    width: 100%;
    position: static;
    margin: 0 auto 3em;
    height: auto;
    padding: 0;
  }
  .column .sidewrap .child {
    margin-bottom: 1em;
  }
}

.blog_month ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.blog_month ul li {
  width: 100%;
  color: #6AC3A3;
  font-size: 80%;
  padding: 4px 0;
  text-align: center;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #eee;
}
.blog_month ul li:hover {
  color: #6AC3A3;
}
.blog_month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog_month ul li a {
  display: inline;
  color: #333;
}

.post-count {
  background-color: #aaa;
  padding: 0 5px;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  border-radius: 5px;
  line-height: 1.8;
}

.blog_category_list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px 0px;
}
.blog_category_list ul li {
  width: 100%;
}
.blog_category_list ul li a {
  color: #333;
  font-size: 85% !important;
  display: block;
  width: 100%;
  padding: 0.4em 1em;
  text-align: left;
  letter-spacing: 0;
  background: #fff;
  position: relative;
  transition: all 0.2s ease-in;
  border: 1px solid #eee;
}
.blog_category_list ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  speak: never;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  transition: all 0.1s ease-in;
}
.blog_category_list ul li a:hover {
  color: #6AC3A3;
  background-color: rgba(242, 242, 242, 0.8);
}
.blog_category_list ul li a:hover:after {
  right: 4px;
}

.pages {
  text-align: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pages .page_next,
.pages .page_prev {
  width: 50%;
  position: relative;
}
.pages .page_next:before,
.pages .page_prev:before {
  position: absolute;
  top: -2em;
  font-size: 80%;
  color: #555;
}
.pages .page_next a,
.pages .page_prev a {
  font-size: 90%;
  color: #6AC3A3;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  height: 100%;
}
.pages .page_next a:hover,
.pages .page_prev a:hover {
  background: rgba(106, 195, 163, 0.1);
}
.pages .page_next {
  text-align: left;
}
.pages .page_next:before {
  left: 0;
  content: "← Back";
}
.pages .page_prev {
  text-align: right;
}
.pages .page_prev:before {
  right: 0;
  content: "Next →";
}

.post_list .pages .page_next:before,
.post_list .pages .page_prev:before {
  display: none;
}
.post_list {
  display: block;
}
.post_list > li {
  padding: 0.5em;
  margin-bottom: 1em;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0) scale(1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.post_list > li:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
}
.post_list > li a {
  position: relative;
  color: #333;
  display: flex;
  grid-template-columns: 5em 1fr;
}
@media screen and (max-width: 500px) {
  .post_list > li a {
    display: grid;
  }
}
.post_list > li a:hover .title {
  color: #6AC3A3;
  transition: 0.2s;
}
.post_list > li .category {
  color: #aaa;
  font-size: 80%;
}
.post_list > li .category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.post_list > li .date {
  margin-top: auto;
  font-size: 80%;
  color: #aaa;
}
.post_list > li .date:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 900;
}
.post_list > li .title {
  margin-bottom: 0.5em;
  color: #6AC3A3;
  font-size: 120%;
}
.post_list > li .text {
  display: -webkit-box;
  color: #333;
  margin-bottom: 0.5em;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.post_list > li .img {
  width: 20em;
  height: 13em;
  overflow: hidden;
  position: relative;
  z-index: 0;
  align-items: stretch;
  min-width: 0;
}
.post_list > li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .post_list > li .img {
    width: 5em;
    height: 5em;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
.post_list > li .img .category {
  position: absolute;
  z-index: 10;
  top: 6px;
  left: 6px;
  font-size: 85% !important;
  padding: 0px 12px;
  background-color: #6AC3A3;
  color: #fff;
}
.post_list > li .img .category span {
  border: 0px solid #6AC3A3;
  padding: 0;
}
.post_list > li .img .category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02b";
  margin-right: 2px;
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .post_list > li .img .category {
    font-size: 80%;
    padding: 0 4px;
  }
}
.post_list > li .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0em 1.5em;
  position: relative;
  display: flex;
  justify-items: start;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
@media screen and (max-width: 500px) {
  .post_list > li .detail {
    padding: 0px 1em;
  }
  .post_list > li .title {
    font-size: 100%;
  }
  .post_list > li .text {
    font-size: 80%;
  }
}

.post_list_card .pages .page_next:before,
.post_list_card .pages .page_prev:before {
  display: none;
}
.post_list_card > li {
  padding: 0.5em;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0) scale(1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.post_list_card > li:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
}
.post_list_card > li a {
  position: relative;
  color: #333;
  display: block;
}
.post_list_card > li .category {
  color: #aaa;
  font-size: 80%;
}
.post_list_card > li .category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.post_list_card > li .date {
  margin-top: auto;
  font-size: 80%;
  color: #aaa;
}
.post_list_card > li .date:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 900;
}
.post_list_card > li .title {
  margin-bottom: 0.5em;
  color: #6AC3A3;
  font-size: 120%;
  line-height: 1.6;
}
.post_list_card > li .text {
  font-size: 80%;
  display: -webkit-box;
  color: #333;
  margin-bottom: 0.5em;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}
.post_list_card > li .img {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #eee;
}
.post_list_card > li .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.post_list_card > li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
}
.post_list_card > li .img .category {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 85% !important;
  padding: 0px 1em;
  background-color: #6AC3A3;
  color: #fff;
}
.post_list_card > li .img .category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02b";
  margin-right: 0.1em;
  font-weight: 900;
}
.post_list_card > li .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  position: relative;
  display: flex;
  justify-items: start;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
@media screen and (max-width: 500px) {
  .post_list_card > li .detail {
    padding: 0.5em;
  }
  .post_list_card > li .title {
    font-size: 100%;
  }
  .post_list_card > li .text {
    font-size: 80%;
  }
}

.post_list_mini {
  display: block;
}
.post_list_mini.radius > li {
  border: 0px solid #eee;
  border-radius: 5em;
  box-shadow: 0 3px 3px 0 rgba(0, 36, 60, 0.14), 0 1.5px 6px 0 rgba(0, 36, 60, 0.12), 0 0.5px 1.5px 0 rgba(0, 36, 60, 0.15);
}
.post_list_mini.radius > li .img {
  border-radius: 50%;
}
.post_list_mini .pages {
  display: none;
}
.post_list_mini > li {
  padding: 0.5em;
  margin-bottom: 1em;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
}
.post_list_mini > li a {
  position: relative;
  color: #333;
  display: grid;
  grid-template-columns: 5em 1fr;
}
.post_list_mini > li a:hover .img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.post_list_mini > li a:hover .title {
  color: #6AC3A3;
  transition: 0.2s;
}
.post_list_mini > li .title {
  font-size: 85% !important;
  margin-bottom: 0;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .post_list_mini > li .title {
    font-size: 85% !important;
  }
}
.post_list_mini > li .text {
  display: none;
}
.post_list_mini > li .img {
  width: 5em;
  height: 5em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.post_list_mini > li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.post_list_mini > li .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0px 0.5em;
  position: relative;
  flex: 1;
  display: flex;
  justify-items: start;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .post_list_mini > li .detail {
    padding: 0px 1em;
  }
}
.post_list_mini > li .category {
  color: #aaa;
  padding: 0;
  line-height: 1.4;
  color: #aaa;
  margin-bottom: 0.3em;
  display: inline-block;
  font-size: 70%;
}
.post_list_mini > li .category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.post_list_mini > li .date {
  font-size: 70%;
  padding: 0;
  line-height: 1.4;
  color: #aaa;
  margin-bottom: 0.3em;
  display: inline-block;
}
.post_list_mini > li .date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 4px;
}

#top_navi ul.commonnav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 16px;
}
@media (min-width: 640px) and (max-width: 896px) {
  #top_navi ul.commonnav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  #top_navi ul.commonnav {
    grid-template-columns: repeat(1, 1fr);
    font-size: 80% !important;
  }
}
#top_navi ul.commonnav .title {
  font-size: 80%;
  color: #6AC3A3;
  padding: 0px 0px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}
#top_navi ul.commonnav .title:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#top_navi ul.commonnav > li {
  width: 100%;
  margin-bottom: 10px;
}
#top_navi ul.commonnav > li > a {
  color: #555;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 10px 0px 10px 25px;
  font-size: 80%;
  color: #fff;
  background-color: rgb(71.7703349282, 178.2296650718, 139.95215311);
  line-height: 1.2;
}
#top_navi ul.commonnav > li > a:before {
  border-left: 6px solid #fff;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 5px;
  top: 38%;
  border-left: 6px solid #6AC3A3;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#top_navi ul.commonnav > li > a:hover {
  color: #fff;
  background-color: rgb(57.1291866029, 141.8708133971, 111.4019138756);
}
@media screen and (max-width: 500px) {
  #top_navi ul.commonnav > li > a {
    font-size: 80%;
  }
}
#top_navi ul.commonnav > li span {
  color: #fff;
  display: block;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
#top_navi .dropdown {
  margin-top: 10px;
}
#top_navi .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 2px;
}
#top_navi .dropdown .dropdown-li a {
  display: block;
  padding: 8px 8px;
  color: #333;
  font-size: 80%;
  background: #f2f2f2;
}
#top_navi .dropdown .dropdown-li a:hover {
  background: rgba(170, 170, 170, 0.4);
}
@media screen and (max-width: 500px) {
  #top_navi .dropdown .dropdown-li a {
    font-size: 80%;
  }
}

.happy_page_4701002157 {
  --happy_header_height_4701002157: 96px;
  position: relative;
  overflow: hidden;
  color: #244742;
  font-family: "Zen Maru Gothic", "Kosugi Maru", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 21.6px;
  line-height: 1.9;
  background: #fff;
}
.happy_page_4701002157 * {
  box-sizing: border-box;
}
.happy_page_4701002157 a {
  color: inherit;
  text-decoration: none;
}
.happy_page_4701002157 img {
  display: block;
  width: 100%;
  height: auto;
}

.happy_single_4701002157 {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}

.happy_header_4701002157 {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 239, 234, 0.9);
  backdrop-filter: blur(12px);
}

.happy_header_inner_4701002157 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  width: min(1280px, 100% - 48px);
  min-height: var(--happy_header_height_4701002157);
  margin: 0 auto;
}

.happy_logo_4701002157 {
  display: inline-flex;
  align-items: center;
  color: #244742;
  text-decoration: none;
}
.happy_logo_text_4701002157 {
  display: grid;
  gap: 3px;
  line-height: 1.15;
  white-space: nowrap;
}
.happy_logo_lead_4701002157 {
  display: block;
  color: #5C736E;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.happy_logo_name_4701002157 {
  display: block;
  color: #6AC3A3;
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.happy_nav_4701002157 ul {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.happy_nav_4701002157 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #244742;
  font-size: clamp(1.2rem, 1.3vw, 1.34rem);
  font-weight: 800;
  white-space: nowrap;
}
.happy_nav_4701002157 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 4px;
  background: #CBEFED;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.happy_nav_4701002157 a:hover::after,
.happy_nav_4701002157 a:focus-visible::after {
  transform: scaleX(1);
}

.happy_header_btn_4701002157,
.happy_hero_actions_4701002157 a,
.happy_more_4701002157,
.happy_feature_card_4701002157 a,
.happy_footer_info_4701002157 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  background: #6AC3A3;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(106, 195, 163, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.happy_header_btn_4701002157::after,
.happy_hero_actions_4701002157 a::after,
.happy_more_4701002157::after,
.happy_feature_card_4701002157 a::after,
.happy_footer_info_4701002157 a::after {
  content: "\f0da";
  margin-left: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.86em;
}
.happy_header_btn_4701002157:hover, .happy_header_btn_4701002157:focus-visible,
.happy_hero_actions_4701002157 a:hover,
.happy_hero_actions_4701002157 a:focus-visible,
.happy_more_4701002157:hover,
.happy_more_4701002157:focus-visible,
.happy_feature_card_4701002157 a:hover,
.happy_feature_card_4701002157 a:focus-visible,
.happy_footer_info_4701002157 a:hover,
.happy_footer_info_4701002157 a:focus-visible {
  box-shadow: 0 6px 12px rgba(106, 195, 163, 0.24);
  transform: translateY(2px);
}

.happy_header_btn_4701002157 {
  background: #3DC1D1;
  box-shadow: none;
}

.happy_hero_4701002157 {
  position: relative;
  min-height: clamp(710px, 62vw, 820px);
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: #F2FBFA;
}
.happy_hero_4701002157::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0 58%, rgba(255, 255, 255, 0.68) 78%, rgba(255, 255, 255, 0.4)), linear-gradient(180deg, rgba(203, 239, 237, 0.42), rgba(255, 255, 255, 0.7));
  opacity: 0.6;
}

.happy_hero_slider_4701002157 {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.happy_hero_slider_4701002157 .happy_hero_bg_slider_4701002157 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.happy_hero_slider_4701002157 .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.happy_hero_slider_4701002157 .slide.active {
  opacity: 1;
}
.happy_hero_slider_4701002157 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(1.08);
}

.happy_hero_inner_4701002157 {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.82fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  padding: clamp(74px, 7vw, 96px) 0 clamp(64px, 6vw, 80px);
}

.happy_hero_copy_4701002157 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.happy_hero_copy_4701002157 h1 {
  margin: 26px 0 22px;
  color: #244742;
  font-weight: 900;
  line-height: 1.32;
}
.happy_hero_copy_4701002157 h1 span,
.happy_hero_copy_4701002157 h1 strong {
  display: block;
}
.happy_hero_copy_4701002157 h1 span {
  width: min(820px, 100%);
  font-size: clamp(1.5rem, 2.46vw, 2.28rem);
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.happy_hero_copy_4701002157 h1 strong {
  margin-top: 10px;
  font-size: clamp(3.6rem, 6.6vw, 6.36rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.happy_hero_copy_4701002157 p {
  width: min(760px, 100%);
  margin: 0 0 28px;
  color: #176A78;
  font-size: clamp(1.44rem, 2.04vw, 1.92rem);
  font-weight: 800;
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.happy_badges_4701002157 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.happy_badges_4701002157 span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  font-size: 1.26rem;
  font-weight: 800;
  line-height: 1;
  background: #6AC3A3;
  border-radius: 999px;
}
.happy_badges_4701002157 span:nth-child(2) {
  background: #3DC1D1;
}
.happy_badges_4701002157 span:nth-child(3) {
  background: #FFB56B;
}

.happy_hero_actions_4701002157 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 44px;
}
.happy_hero_actions_4701002157 a:nth-child(2) {
  background: #3DC1D1;
  box-shadow: 0 10px 18px rgba(61, 193, 209, 0.22);
}

.happy_slider_dots_4701002157 {
  display: flex;
  gap: 14px;
}
.happy_slider_dots_4701002157 span {
  width: 15px;
  aspect-ratio: 1;
  background: rgba(106, 195, 163, 0.38);
  border-radius: 50%;
}
.happy_slider_dots_4701002157 span:first-child {
  background: #6AC3A3;
}

.happy_hero_photos_4701002157 {
  position: relative;
  min-height: 470px;
  overflow: visible;
}
.happy_hero_photos_4701002157 .happy_hero_photo_sub_4701002157 {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 38px;
  box-shadow: 0 20px 42px rgba(36, 71, 66, 0.14);
}
.happy_hero_photos_4701002157 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.happy_hero_photos_4701002157 .happy_hero_photo_sub_left_4701002157 {
  left: 0;
  top: 20px;
  width: min(360px, 58%);
  height: 230px;
  z-index: 2;
}
.happy_hero_photos_4701002157 .happy_hero_photo_sub_right_4701002157 {
  right: 0;
  bottom: 28px;
  width: min(400px, 64%);
  height: 250px;
  z-index: 1;
}

.happy_section_4701002157 {
  position: relative;
  padding: clamp(76px, 7.2vw, 116px) 0;
  background: #fff;
}
.happy_section_4701002157::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1200px, 100% - 48px);
  height: 2px;
  background: #D8EFEA;
  transform: translateX(-50%);
}
.happy_section_4701002157::after {
  content: "";
  position: absolute;
  top: -5px;
  left: max(24px, (100% - 1200px) / 2);
  width: 160px;
  height: 12px;
  background: #6AC3A3;
  border-radius: 999px;
}

.happy_features_4701002157,
.happy_parking_4701002157 {
  background: linear-gradient(180deg, rgba(203, 239, 237, 0.42), rgba(242, 251, 250, 0.72));
}

.happy_payment_4701002157 {
  background: #F2FBFA;
}

.happy_section_head_4701002157 {
  margin-bottom: clamp(34px, 4vw, 54px);
}
.happy_section_head_4701002157 span {
  display: block;
  color: #3DC1D1;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0;
}
.happy_section_head_4701002157 h2 {
  position: relative;
  margin: 4px 0 0;
  color: #244742;
  font-size: clamp(2.52rem, 4.8vw, 4.38rem);
  font-weight: 900;
  line-height: 1.28;
}
.happy_section_head_4701002157 h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 10px;
  margin-top: 14px;
  background: #6AC3A3;
  border-radius: 999px;
}

.happy_greeting_grid_4701002157 {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: clamp(42px, 5vw, 70px);
  align-items: center;
}

.happy_director_4701002157 {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 38px;
}
.happy_director_4701002157 img {
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: center top;
}
.happy_director_4701002157 figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  min-height: 58px;
  place-items: center;
  color: #6AC3A3;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}

.happy_message_4701002157,
.happy_payment_panel_4701002157,
.happy_parking_body_4701002157,
.happy_footer_info_4701002157,
.happy_hours_4701002157 {
  background: #fff;
  border: 2px solid #D8EFEA;
  border-radius: 34px;
}

.happy_message_4701002157 {
  padding: clamp(30px, 4vw, 58px);
}
.happy_message_4701002157 p {
  margin: 0;
  color: #244742;
  font-size: clamp(1.37rem, 1.62vw, 1.54rem);
  font-weight: 700;
  line-height: 2;
}
.happy_message_4701002157 p + p {
  margin-top: 18px;
}
.happy_message_4701002157 .happy_more_4701002157 {
  margin-top: 28px;
  color: #fff;
}

.happy_feature_grid_4701002157 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.happy_feature_card_4701002157 {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 30px;
  background: #fff;
  border: 2px solid #D8EFEA;
  border-radius: 30px;
  box-shadow: 0 18px 34px rgba(36, 71, 66, 0.11);
}
.happy_feature_card_4701002157 > img {
  aspect-ratio: 1.36;
  object-fit: cover;
  border-radius: 24px;
}
.happy_feature_card_4701002157 span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 14px;
  padding: 0 22px;
  color: #fff;
  font-size: 1.26rem;
  font-weight: 900;
  line-height: 1;
  background: #6AC3A3;
  border-radius: 999px;
}
.happy_feature_card_4701002157 h3 {
  margin: 0 0 10px;
  color: #244742;
  font-size: clamp(1.86rem, 2.4vw, 2.34rem);
  font-weight: 900;
  line-height: 1.45;
}
.happy_feature_card_4701002157 p {
  margin: 0 0 22px;
  color: #5C736E;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.9;
}
.happy_feature_card_4701002157 a {
  min-height: 46px;
  padding: 0 24px;
  color: #fff;
  font-size: 1.26rem;
}
.happy_feature_card_4701002157:nth-child(2) span, .happy_feature_card_4701002157:nth-child(2) a {
  background: #3DC1D1;
}
.happy_feature_card_4701002157:nth-child(3) span, .happy_feature_card_4701002157:nth-child(3) a {
  background: #FFB56B;
}
.happy_feature_card_4701002157:nth-child(4) span, .happy_feature_card_4701002157:nth-child(4) a {
  background: #7BC6F1;
}

.happy_payment_panel_4701002157 {
  padding: clamp(32px, 4vw, 56px);
}
.happy_payment_panel_4701002157 > p {
  margin: 0 0 32px;
  color: #244742;
  font-size: 1.39rem;
  font-weight: 800;
}

.happy_payment_group_4701002157 {
  padding: 0 0 30px;
}
.happy_payment_group_4701002157 h3 {
  display: inline-flex;
  min-width: 190px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  background: #6AC3A3;
  border-radius: 999px;
}
.happy_payment_group_4701002157 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 22px;
  list-style: none;
  background: #F2FBFA;
  border-radius: 24px;
}
.happy_payment_group_4701002157 li {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #3DC1D1;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  background: #fff;
  border: 2px solid #D8EFEA;
  border-radius: 8px;
}
.happy_payment_group_4701002157:nth-of-type(2) h3 {
  background: #3DC1D1;
}
.happy_payment_group_4701002157:nth-of-type(2) li:nth-child(3n) {
  color: #6AC3A3;
}
.happy_payment_group_4701002157:nth-of-type(2) li:nth-child(3n+1) {
  color: #FFB56B;
}
.happy_payment_group_4701002157:nth-of-type(3) {
  padding-bottom: 0;
}
.happy_payment_group_4701002157:nth-of-type(3) h3 {
  background: #FFB56B;
}

.happy_parking_grid_4701002157,
.happy_parking_photo_grid_4701002157 {
  display: grid;
  gap: clamp(36px, 5vw, 58px);
  align-items: stretch;
}

.happy_parking_grid_4701002157 {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
}

.happy_parking_photo_grid_4701002157 {
  display: block;
}
.happy_parking_photo_grid_4701002157 figure {
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
}
.happy_parking_photo_grid_4701002157 figure img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 54% 56%;
}

.happy_parking_content_4701002157 {
  min-width: 0;
}

.happy_parking_body_4701002157 {
  --happy_parking_body_pad_4701002157: clamp(30px, 3.6vw, 50px);
  padding: var(--happy_parking_body_pad_4701002157);
}
.happy_parking_body_4701002157 > .radius:first-child {
  overflow: hidden;
  margin: calc(var(--happy_parking_body_pad_4701002157) * -1) calc(var(--happy_parking_body_pad_4701002157) * -1) 28px;
  border-radius: 34px 34px 20px 20px;
}
.happy_parking_body_4701002157 > .radius:first-child img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.happy_parking_body_4701002157 h3 {
  display: grid;
  min-height: 64px;
  place-items: center;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(1.62rem, 2.4vw, 2.06rem);
  font-weight: 900;
  line-height: 1;
  background: #6AC3A3;
  border-radius: 999px;
}
.happy_parking_body_4701002157 p {
  margin: 0;
  color: #244742;
  font-size: 1.37rem;
  font-weight: 800;
  line-height: 1.9;
}

.happy_parking_slots_4701002157 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 18px;
}
.happy_parking_slots_4701002157 span {
  display: grid;
  min-height: 58px;
  place-items: center;
  color: #244742;
  font-size: 1.3rem;
  font-weight: 900;
  background: #CBEFED;
  border: 3px solid #6AC3A3;
  border-radius: 14px;
}
.happy_parking_slots_4701002157 span:last-child {
  grid-column: 1/-1;
  color: #9D6931;
  background: #FFF5D8;
  border-color: #FFB56B;
}

.happy_parking_note_4701002157 {
  padding: 12px 18px;
  color: #176A78 !important;
  background: #F2FBFA;
  border-radius: 999px;
  font-size: 1.22rem;
  text-align: center;
}

.happy_footer_4701002157 {
  position: relative;
  padding: 0;
  background: linear-gradient(180deg, rgba(203, 239, 237, 0.42), rgba(242, 251, 250, 0.72));
}
.happy_footer_4701002157::after {
  display: none;
}

.happy_footer_info_4701002157 h2 {
  margin: 0 0 18px;
  color: #244742;
  font-size: clamp(2.16rem, 3.6vw, 3.24rem);
  font-weight: 900;
  line-height: 1.35;
}
.happy_footer_info_4701002157 p {
  margin: 0 0 28px;
  color: #5C736E;
  font-size: 1.34rem;
  font-weight: 800;
}

.happy_footer_logo_4701002157 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 24px;
  background: #fff;
  border: 2px solid #D8EFEA;
  border-radius: 999px;
}
.happy_footer_logo_4701002157 img {
  display: block;
  width: auto;
  max-width: min(320px, 78vw);
  max-height: 70px;
  object-fit: contain;
}

.happy_footer_dl_4701002157 {
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  grid-template-columns: minmax(6em, 1em) 1fr;
}
.happy_footer_dl_4701002157 dt,
.happy_footer_dl_4701002157 dd {
  padding: 18px 20px;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.7;
}
.happy_footer_dl_4701002157 dt {
  color: #22685F;
  background: #CBEFED;
}
.happy_footer_dl_4701002157 dd {
  background: #fff;
}
.happy_footer_dl_4701002157 dd:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 500px) {
  .happy_footer_dl_4701002157 {
    display: block !important;
  }
  .happy_footer_dl_4701002157 dt {
    float: none !important;
    max-width: none;
    width: 100%;
    margin-bottom: 6px;
  }
  .happy_footer_dl_4701002157 dd {
    padding: 4px 5px !important;
  }
}
.happy_footer_map_card_4701002157 {
  border: 2px solid #D8EFEA;
  box-shadow: 0 18px 42px rgba(36, 71, 66, 0.1);
}

.happy_footer_map_iframe_4701002157 {
  min-height: 430px;
}

.happy_footer_map_iframe_4701002157,
.happy_lower_map_4701002157 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
}
.happy_footer_map_iframe_4701002157 iframe,
.happy_lower_map_4701002157 iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.happy_footer_copyright_4701002157 small {
  display: block;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.happy_hours_head_4701002157 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.happy_hours_head_4701002157 h2 {
  margin: 0;
  font-size: clamp(2.16rem, 3.6vw, 3.24rem);
  font-weight: 900;
}
.happy_hours_head_4701002157 span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 20px;
  color: #244742;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  background: #FFE680;
  border-radius: 999px;
}

.happy_hours_4701002157 {
  padding: clamp(24px, 3vw, 36px);
}
.happy_hours_4701002157 table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  color: #244742;
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  background: #F2FBFA;
  border: 2px solid #D8EFEA;
  border-radius: 18px;
}
.happy_hours_4701002157 th,
.happy_hours_4701002157 td {
  padding: 16px 10px;
  border-right: 2px solid #D8EFEA;
  border-bottom: 2px solid #D8EFEA;
}
.happy_hours_4701002157 thead th,
.happy_hours_4701002157 tbody th {
  background: #CBEFED;
}
.happy_hours_4701002157 tr:last-child th,
.happy_hours_4701002157 tr:last-child td {
  border-bottom: 0;
}
.happy_hours_4701002157 th:last-child,
.happy_hours_4701002157 td:last-child {
  border-right: 0;
}
.happy_hours_4701002157 td {
  color: #6AC3A3;
  background: #fff;
}
.happy_hours_4701002157 td:last-child,
.happy_hours_4701002157 td:nth-last-child(2) {
  color: #5C736E;
  background: #f5f5f5;
}
.happy_hours_4701002157 p {
  margin: 18px 0 0;
  color: #5C736E;
  font-size: 1.2rem;
  font-weight: 700;
}

.happy_tax_4701002157 {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 0.8em;
  line-height: 1;
  vertical-align: baseline;
}

.happy_lower_pages_4701002157 {
  background: #fff;
  color: #244742;
}
.happy_lower_pages_4701002157 p,
.happy_lower_pages_4701002157 li,
.happy_lower_pages_4701002157 td,
.happy_lower_pages_4701002157 th {
  font-size: clamp(1.32rem, 1.52vw, 1.56rem);
  line-height: 1.95;
}
.happy_lower_pages_4701002157 p {
  margin: 0 0 20px;
  font-weight: 700;
}
.happy_lower_pages_4701002157 a {
  text-decoration: none;
}

.happy_lower_intro_4701002157 {
  padding: clamp(78px, 8vw, 120px) 0;
  text-align: center;
  background: radial-gradient(circle at 12% 18%, rgba(255, 181, 107, 0.16), transparent 28%), linear-gradient(180deg, rgba(203, 239, 237, 0.58), rgba(242, 251, 250, 0.86));
}
.happy_lower_intro_4701002157 h2 {
  margin: 12px 0 18px;
  color: #244742;
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 900;
  line-height: 1.22;
}
.happy_lower_intro_4701002157 p {
  width: min(840px, 100%);
  margin: 0 auto 34px;
  color: #176A78;
  font-size: clamp(1.46rem, 1.9vw, 1.82rem);
  font-weight: 800;
}

.happy_lower_intro_label_4701002157,
.happy_lower_label_4701002157,
.happy_lower_block_4701002157 > span,
.happy_lower_block_4701002157 > div > span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  color: #A2621B;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1;
  background: #FFF2DF;
  border-radius: 999px;
}

.happy_lower_nav_4701002157 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.happy_lower_nav_4701002157 a {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  min-width: 0;
  padding: 0 24px;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: #6AC3A3;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(106, 195, 163, 0.2);
}
.happy_lower_nav_4701002157 a:nth-child(even) {
  background: #3DC1D1;
}

.happy_lower_page_4701002157 {
  padding-bottom: clamp(82px, 8vw, 126px);
  background: linear-gradient(180deg, #fff 0%, #fff 68%, rgba(203, 239, 237, 0.28) 100%);
}

.happy_lower_pages_4701002157 > .overflow + .overflow .happy_lower_page_4701002157 {
  border-top: 1px solid rgba(216, 239, 234, 0.9);
}

.happy_lower_hero_4701002157 {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 7vw, 110px) 0;
  background: linear-gradient(118deg, #fff 0 48%, rgba(203, 239, 237, 0.86) 48% 100%);
}
.happy_lower_hero_4701002157::before {
  content: "";
  position: absolute;
  top: 46px;
  right: max(28px, (100% - 1200px) / 2);
  width: 250px;
  aspect-ratio: 1;
  background: rgba(61, 193, 209, 0.16);
  border-radius: 50%;
}

.happy_lower_hero_grid_4701002157 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.happy_lower_hero_grid_4701002157 > div {
  min-width: 0;
}
.happy_lower_hero_grid_4701002157 h2 {
  margin: 24px 0 20px;
  max-width: 100%;
  color: #244742;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.happy_lower_hero_grid_4701002157 p {
  width: min(720px, 100%);
  color: #276F66;
  font-size: clamp(1.56rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.78;
}
.happy_lower_hero_grid_4701002157 figure {
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 12px solid #fff;
  border-radius: 40px;
  box-shadow: 0 26px 62px rgba(36, 71, 66, 0.16);
}
.happy_lower_hero_grid_4701002157 img {
  aspect-ratio: 1.28;
  object-fit: cover;
}

.happy_lower_content_4701002157 {
  display: grid;
  gap: clamp(34px, 4.4vw, 58px);
  padding-top: clamp(62px, 6vw, 92px);
}

.happy_lower_block_4701002157 {
  position: relative;
  padding: clamp(32px, 4.8vw, 58px);
  background: #fff;
  border: 2px solid rgba(216, 239, 234, 0.86);
  border-radius: 34px;
  box-shadow: 0 22px 54px rgba(36, 71, 66, 0.09);
}
.happy_lower_block_4701002157 h3 {
  margin: 12px 0 24px;
  color: #244742;
  font-size: clamp(2.22rem, 3.4vw, 3.36rem);
  font-weight: 900;
  line-height: 1.36;
}
.happy_lower_block_4701002157 h4 {
  margin: 0 0 12px;
  color: #18594E;
  font-size: clamp(1.56rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.42;
}

.happy_lower_split_4701002157 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: clamp(30px, 4vw, 50px);
  align-items: start;
}
.happy_lower_split_4701002157 figure {
  overflow: hidden;
  margin: 0;
  border: 10px solid #fff;
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(36, 71, 66, 0.12);
}
.happy_lower_split_4701002157 img {
  aspect-ratio: 1.2;
  background: #F2FBFA;
  object-fit: contain;
}

.happy_lower_badge_block_4701002157 {
  padding-top: clamp(68px, 7vw, 88px);
}

.happy_lower_badge_4701002157 {
  position: absolute;
  top: 42px;
  right: clamp(34px, 5vw, 74px);
  display: grid;
  width: 132px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  font-size: 1.82rem;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  background: linear-gradient(135deg, #FFB56B, #FF8F61);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(255, 143, 97, 0.28);
}

.happy_lower_symptoms_4701002157 ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.happy_lower_symptoms_4701002157 li {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px 20px;
  color: #22685F;
  font-weight: 900;
  background: #F2FBFA;
  border-radius: 18px;
}
.happy_lower_symptoms_4701002157 li::before {
  content: "✓";
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  margin-right: 12px;
  color: #fff;
  background: #6AC3A3;
  border-radius: 50%;
}

.happy_lower_note_4701002157 {
  padding: 20px 24px;
  color: #765018 !important;
  font-weight: 800 !important;
  background: #FFF7E8;
  border-radius: 20px;
}

.happy_lower_price_4701002157 {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.45fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #6AC3A3, #3DC1D1);
  border: 0;
}
.happy_lower_price_4701002157 span,
.happy_lower_price_4701002157 h3,
.happy_lower_price_4701002157 p,
.happy_lower_price_4701002157 strong {
  color: #fff;
}
.happy_lower_price_4701002157 h3,
.happy_lower_price_4701002157 p {
  margin-bottom: 0;
}
.happy_lower_price_4701002157 strong {
  display: block;
  font-size: clamp(2rem, 3.4vw, 3.24rem);
  font-weight: 900;
  line-height: 1.18;
}
.happy_lower_price_4701002157 > div > span {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}

.happy_lower_special_price_4701002157 {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.76fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  background: linear-gradient(135deg, rgba(106, 195, 163, 0.14), rgba(61, 193, 209, 0.14));
}
.happy_lower_special_price_4701002157 > div {
  min-width: 0;
}
.happy_lower_special_price_4701002157 p {
  margin-bottom: 0;
}
.happy_lower_special_price_4701002157 dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 0.7fr);
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #D8EFEA;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(36, 71, 66, 0.1);
}
.happy_lower_special_price_4701002157 dt,
.happy_lower_special_price_4701002157 dd {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 2px solid #D8EFEA;
  font-size: clamp(1.42rem, 1.8vw, 1.78rem);
  font-weight: 900;
  line-height: 1.4;
}
.happy_lower_special_price_4701002157 dt {
  color: #22685F;
  background: #CBEFED;
}
.happy_lower_special_price_4701002157 dd {
  color: #244742;
  text-align: right;
  background: #fff;
}
.happy_lower_special_price_4701002157 dt:last-of-type,
.happy_lower_special_price_4701002157 dd:last-of-type {
  border-bottom: 0;
}

.happy_lower_cta_4701002157 {
  background: #E9FBF7;
  border: 4px solid #fff;
}
.happy_lower_cta_4701002157 a {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  margin-top: 10px;
  padding: 0 30px;
  color: #fff;
  font-size: 1.34rem;
  font-weight: 900;
  background: #FFB56B;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(255, 181, 107, 0.22);
}

.happy_lower_flow_4701002157 ol,
.happy_lower_timeline_4701002157 ol {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: lower_flow_4701002157;
}
.happy_lower_flow_4701002157 li,
.happy_lower_timeline_4701002157 li {
  position: relative;
  min-height: 92px;
  padding: 22px 24px 22px 112px;
  background: #F2FBFA;
  border: 1px solid rgba(216, 239, 234, 0.96);
  border-radius: 24px;
  counter-increment: lower_flow_4701002157;
}
.happy_lower_flow_4701002157 li::before,
.happy_lower_timeline_4701002157 li::before {
  content: counter(lower_flow_4701002157, decimal-leading-zero);
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 62px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  font-size: 1.36rem;
  font-weight: 900;
  line-height: 1;
  background: #6AC3A3;
  border-radius: 18px;
}
.happy_lower_flow_4701002157 strong,
.happy_lower_timeline_4701002157 strong {
  display: block;
  margin-bottom: 6px;
  color: #18594E;
  font-size: clamp(1.5rem, 1.8vw, 1.86rem);
  line-height: 1.42;
}
.happy_lower_flow_4701002157 p,
.happy_lower_timeline_4701002157 p {
  margin: 0;
}

.happy_lower_compare_4701002157 > div,
.happy_lower_gallery_4701002157 > div,
.happy_lower_feature_list_4701002157 > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0 0;
}
.happy_lower_compare_4701002157 section,
.happy_lower_gallery_4701002157 section,
.happy_lower_feature_list_4701002157 section {
  padding: 26px;
  background: #F2FBFA;
  border: 1px solid rgba(216, 239, 234, 0.92);
  border-radius: 24px;
}

.happy_lower_gallery_4701002157 section {
  overflow: hidden;
  padding: 0;
}
.happy_lower_gallery_4701002157 img {
  aspect-ratio: 1.65;
  object-fit: cover;
}
.happy_lower_gallery_4701002157 h4,
.happy_lower_gallery_4701002157 p {
  margin-right: 24px;
  margin-left: 24px;
}
.happy_lower_gallery_4701002157 h4 {
  margin-top: 22px;
}
.happy_lower_gallery_4701002157 p {
  margin-bottom: 24px;
}

.happy_lower_tables_4701002157 > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 28px;
}
.happy_lower_tables_4701002157 section {
  padding: 26px;
  background: #F2FBFA;
  border: 1px solid rgba(216, 239, 234, 0.92);
  border-radius: 24px;
}
.happy_lower_tables_4701002157 table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  background: #fff;
  border-radius: 16px;
}
.happy_lower_tables_4701002157 th,
.happy_lower_tables_4701002157 td {
  padding: 14px 10px;
  border-right: 1px solid #D8EFEA;
  border-bottom: 1px solid #D8EFEA;
  font-weight: 900;
}
.happy_lower_tables_4701002157 thead th {
  color: #fff;
  background: #6AC3A3;
}
.happy_lower_tables_4701002157 tbody th {
  color: #22685F;
  background: #ECFBF8;
}
.happy_lower_tables_4701002157 th:last-child,
.happy_lower_tables_4701002157 td:last-child {
  border-right: 0;
}
.happy_lower_tables_4701002157 tbody tr:last-child th,
.happy_lower_tables_4701002157 tbody tr:last-child td {
  border-bottom: 0;
}
.happy_lower_tables_4701002157 .happy_lower_note_4701002157 {
  margin-top: 24px;
}

.happy_lower_access_4701002157 > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
  margin-top: 28px;
}
.happy_lower_access_4701002157 table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
}
.happy_lower_access_4701002157 th,
.happy_lower_access_4701002157 td {
  padding: 16px 18px;
  border-right: 1px solid #D8EFEA;
  border-bottom: 1px solid #D8EFEA;
  text-align: left;
  vertical-align: top;
  background: #fff;
}
.happy_lower_access_4701002157 th {
  width: 210px;
  color: #22685F;
  font-weight: 900;
  background: #ECFBF8;
}
.happy_lower_access_4701002157 tr:last-child th,
.happy_lower_access_4701002157 tr:last-child td {
  border-bottom: 0;
}
.happy_lower_access_4701002157 figure {
  overflow: hidden;
  margin: 0;
  border: 10px solid #fff;
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(36, 71, 66, 0.12);
}
.happy_lower_access_4701002157 img {
  aspect-ratio: 1.22;
  object-fit: cover;
}

.happy_lower_map_4701002157 {
  margin-top: 24px;
  min-height: 340px;
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 0 14px 32px rgba(36, 71, 66, 0.1);
}

@keyframes happy_hero_fade_4701002157 {
  0%, 32% {
    opacity: 1;
  }
  40%, 92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes happy_photo_fade_4701002157 {
  0%, 28% {
    opacity: 1;
  }
  36%, 92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .happy_nav_4701002157 {
    display: none;
  }
  .happy_header_inner_4701002157 {
    grid-template-columns: 1fr auto;
  }
  .happy_hero_inner_4701002157 {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }
  .happy_hero_photos_4701002157 {
    min-height: 360px;
  }
  .happy_hero_photos_4701002157 .happy_hero_photo_sub_left_4701002157 {
    width: 48%;
    height: 210px;
  }
  .happy_hero_photos_4701002157 .happy_hero_photo_sub_right_4701002157 {
    width: 56%;
    height: 220px;
  }
  .happy_feature_card_4701002157 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 896px) {
  .happy_greeting_grid_4701002157,
  .happy_feature_grid_4701002157,
  .happy_parking_grid_4701002157,
  .happy_parking_photo_grid_4701002157,
  .happy_footer_map_grid_4701002157 {
    grid-template-columns: 1fr;
  }
  .happy_director_4701002157 {
    width: min(360px, 100%);
    margin: 0 auto;
  }
  .happy_parking_grid_4701002157 figure img {
    min-height: 320px;
  }
  .happy_top_hours_4701002157 {
    overflow-x: visible;
  }
  .happy_top_hours_4701002157 table {
    min-width: 0;
    table-layout: fixed;
  }
  .happy_lower_hero_grid_4701002157,
  .happy_lower_split_4701002157,
  .happy_lower_access_4701002157 > div {
    grid-template-columns: 1fr;
  }
  .happy_lower_hero_grid_4701002157 figure {
    order: 1;
  }
  .happy_lower_hero_grid_4701002157 > div {
    order: 2;
  }
  .happy_lower_symptoms_4701002157 ul,
  .happy_lower_price_4701002157,
  .happy_lower_special_price_4701002157,
  .happy_lower_compare_4701002157 > div,
  .happy_lower_gallery_4701002157 > div,
  .happy_lower_feature_list_4701002157 > div,
  .happy_lower_tables_4701002157 > div {
    grid-template-columns: 1fr;
  }
  .happy_lower_badge_4701002157 {
    position: static;
    width: 128px;
    margin: 0 0 24px auto;
  }
}
@media screen and (max-width: 500px) {
  .happy_page_4701002157 {
    --happy_header_height_4701002157: 78px;
    font-size: 20.4px;
  }
  .happy_single_4701002157,
  .happy_header_inner_4701002157 {
    width: min(1200px, 100% - 28px);
  }
  .happy_logo_4701002157 .happy_logo_lead_4701002157 {
    font-size: 11px;
  }
  .happy_logo_4701002157 .happy_logo_name_4701002157 {
    font-size: clamp(22px, 6.3vw, 28px);
  }
  .happy_header_btn_4701002157 {
    display: none;
  }
  .happy_hero_4701002157 {
    min-height: auto;
  }
  .happy_hero_copy_4701002157 {
    order: 2;
  }
  .happy_hero_copy_4701002157 h1 span {
    font-size: clamp(1.26rem, 6.24vw, 1.74rem);
  }
  .happy_hero_copy_4701002157 h1 strong {
    font-size: clamp(2.7rem, 12.6vw, 3.78rem);
  }
  .happy_badges_4701002157 span {
    min-height: 38px;
    padding: 0 16px;
    font-size: 0.98rem;
  }
  .happy_hero_actions_4701002157 a {
    width: 100%;
  }
  .happy_hero_photos_4701002157 {
    order: 1;
    min-height: 290px;
  }
  .happy_hero_photos_4701002157 .happy_hero_photo_sub_4701002157 {
    border-width: 7px;
    border-radius: 24px;
  }
  .happy_hero_photos_4701002157 .happy_hero_photo_sub_left_4701002157 {
    left: 0;
    top: 0;
    width: 51%;
    height: 170px;
  }
  .happy_hero_photos_4701002157 .happy_hero_photo_sub_right_4701002157 {
    right: 0;
    bottom: 0;
    width: 55%;
    height: 178px;
  }
  .happy_section_4701002157 {
    padding: 66px 0;
  }
  .happy_section_head_4701002157 h2 {
    font-size: 2.4rem;
  }
  .happy_message_4701002157,
  .happy_payment_panel_4701002157,
  .happy_parking_body_4701002157,
  .happy_footer_info_4701002157,
  .happy_footer_details_4701002157,
  .happy_footer_map_4701002157,
  .happy_hours_4701002157,
  .happy_feature_card_4701002157 {
    border-radius: 24px;
  }
  .happy_feature_card_4701002157 {
    padding: 22px;
  }
  .happy_payment_group_4701002157 ul {
    padding: 16px;
  }
  .happy_payment_group_4701002157 li {
    flex: 1 1 auto;
    min-width: 98px;
    padding: 0 14px;
  }
  .happy_hours_head_4701002157 {
    display: block;
  }
  .happy_hours_head_4701002157 span {
    margin-top: 12px;
    white-space: normal;
  }
  .happy_hours_4701002157 {
    overflow-x: auto;
  }
  .happy_hours_4701002157 table {
    min-width: 620px;
  }
  .happy_top_hours_4701002157 {
    overflow-x: visible;
  }
  .happy_top_hours_4701002157 .happy_hours_head_4701002157 {
    display: grid;
    gap: 12px;
  }
  .happy_top_hours_4701002157 table {
    min-width: 0;
    table-layout: fixed;
    font-size: 0.86rem;
  }
  .happy_top_hours_4701002157 th,
  .happy_top_hours_4701002157 td {
    padding: 10px 2px;
    font-size: 0.9rem;
    line-height: 1.35;
  }
  .happy_lower_intro_4701002157 {
    padding: 58px 0;
  }
  .happy_lower_intro_4701002157 h2 {
    font-size: clamp(2.46rem, 12vw, 3.16rem);
  }
  .happy_lower_nav_4701002157 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .happy_lower_nav_4701002157 a {
    min-height: 52px;
    padding: 0 12px;
    font-size: 1.06rem;
  }
  .happy_lower_nav_4701002157 a:last-child {
    grid-column: 1/-1;
  }
  .happy_lower_hero_4701002157 {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(203, 239, 237, 0.72), #fff 68%);
  }
  .happy_lower_hero_grid_4701002157 {
    gap: 28px;
  }
  .happy_lower_hero_grid_4701002157 h2 {
    margin-top: 18px;
    font-size: clamp(2.66rem, 12vw, 3.54rem);
    line-height: 1.28;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .happy_lower_hero_grid_4701002157 p {
    font-size: 1.42rem;
  }
  .happy_lower_hero_grid_4701002157 figure {
    border-width: 8px;
    border-radius: 26px;
  }
  .happy_lower_block_4701002157 {
    padding: 26px 22px;
    border-radius: 24px;
  }
  .happy_lower_block_4701002157 h3 {
    font-size: clamp(2rem, 9vw, 2.72rem);
  }
  .happy_lower_flow_4701002157 li,
  .happy_lower_timeline_4701002157 li {
    padding: 96px 20px 22px;
  }
  .happy_lower_flow_4701002157 li::before,
  .happy_lower_timeline_4701002157 li::before {
    top: 22px;
    left: 20px;
  }
  .happy_lower_tables_4701002157,
  .happy_lower_access_4701002157 {
    overflow-x: visible;
  }
  .happy_lower_tables_4701002157 table,
  .happy_lower_access_4701002157 table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .happy_lower_tables_4701002157 section {
    padding: 18px 12px;
  }
  .happy_lower_tables_4701002157 th,
  .happy_lower_tables_4701002157 td {
    padding: 10px 4px;
    font-size: 0.88rem;
    line-height: 1.35;
    word-break: keep-all;
  }
  .happy_lower_tables_4701002157 tbody th {
    width: 25%;
  }
  .happy_lower_access_4701002157 th,
  .happy_lower_access_4701002157 td {
    padding: 12px 10px;
    font-size: 1rem;
    line-height: 1.55;
    word-break: break-word;
  }
  .happy_lower_access_4701002157 th {
    width: 34%;
  }
}

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