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

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

html {
  font-size: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 2;
  height: 100%;
  box-sizing: border-box;
  display: block;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  padding-top: 90px;
}

@media screen and (max-width:1180px) {
  body {
    padding-bottom: 60px;
  }
}
.inner {
  max-width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.inner-m {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner-s {
  max-width: 680px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width:1220px) {
  .inner, .inner-m, .inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    padding-top: 0px;
  }
  body img {
    width: 100%;
  }
  .inner, .inner-m, .inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 7%;
  }
}
a {
  text-decoration: none;
}

img {
  width: 100%;
}

main {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header.no-transition, header.no-transition * {
  transition: none !important;
}
header:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100vw;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
}
header.logo_s h1 {
  padding: 25px 20px 35px;
}
header.logo_s h1 img.logo_img_l {
  opacity: 0;
  visibility: hidden;
}
header.logo_s h1 img.logo_img_s {
  opacity: 1;
  visibility: visible;
}
header.logo_s:after {
  opacity: 1;
}
header h1 {
  padding: 30px 20px 30px;
  /*background-color: rgba(#fff,0.95);
  border-bottom-right-radius: 60px;*/
}
header h1 a {
  display: flex;
  align-items: center;
  position: relative;
  width: 188px;
  height: 50px;
}
header h1 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
header h1 img.logo_img_s {
  opacity: 0;
  visibility: hidden;
}
header.is-ready:not(.logo_s) h1 img.logo_img_l {
  opacity: 1;
  visibility: visible;
}
header nav {
  display: flex;
  z-index: 10;
}
header nav ul {
  display: flex;
}
header nav ul li {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
header nav ul li a {
  color: #644C3B;
  height: 90px;
  display: block;
  box-sizing: border-box;
  padding: 25px 20px 0;
  transition: all 0.3s ease;
}
header nav ul li a:hover {
  background-color: #17B8A2;
}
header nav ul li a:hover span {
  color: #fff;
}
header nav ul li a:hover small {
  color: #fff;
}
header nav ul li span {
  display: block;
  font-size: 16px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
}
header nav ul li small {
  color: #17B8A2;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
}
header nav ul li.has-sub:hover .sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
header nav ul li .sub {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #17B8A2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
header nav ul li .sub li {
  margin-left: 0;
  width: 100%;
}
header nav ul li .sub li a {
  height: auto;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.2s;
  border-radius: 10px;
}
header nav ul li .sub li a span {
  color: #fff;
}
header nav ul li .sub li a:hover {
  background-color: #f8f8f8;
}
header nav ul li .sub li a:hover span {
  color: #17B8A2;
}
header nav .btn-list {
  display: flex;
}
header nav .btn-insta {
  width: 34px;
  margin: 27px 25px 0;
}
header nav .btn-insta img {
  width: 100%;
}
header nav .btn-insta a {
  transition: all 0.3s ease;
  display: inline-block;
}
header nav .btn-insta a:hover {
  transform: scale(1.2);
}
header nav .reservation li {
  margin-left: 0px;
}
header nav .reservation li a {
  display: block;
  height: 90px;
  position: relative;
  overflow: hidden;
}
header nav .reservation li a i {
  display: block;
  font-style: normal;
}
header nav .reservation li a:hover {
  filter: brightness(116%);
}
header nav .reservation li.web a {
  color: #fff !important;
  padding: 0 15px;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  box-sizing: border-box;
  padding-top: 20px;
  background-color: #17B8A2;
}
header nav .reservation li.web a span {
  position: relative;
  padding-bottom: 36px;
  color: #fff !important;
}
header nav .reservation li.web a span:after {
  content: "";
  background: url(/asset/images/icon_web.png) no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header nav .reservation li.tel a {
  background-color: #F2860B;
  color: #fff !important;
  padding: 0 15px;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  box-sizing: border-box;
  padding-top: 20px;
}
header nav .reservation li.tel a span {
  color: #fff !important;
}
header nav .reservation li.tel a i {
  font-size: 18px;
  font-size: clamp(1.125rem, 0.7vw + 0.915rem, 1.4375rem);
  position: relative;
  padding-left: 25px;
  margin-top: 12px;
}
header nav .reservation li.tel a i:before {
  content: "";
  background: url(/asset/images/icon_tel1.png) no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:1320px) {
  header nav ul li a {
    padding: 25px 10px 0;
  }
  header nav .btn-list {
    display: flex;
  }
  header nav .btn-insta {
    margin: 27px 15px 0;
  }
}
@media screen and (max-width:1180px) {
  header nav {
    padding-right: 20px;
  }
  header nav .btn-insta {
    display: none;
  }
  header nav .reservation {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
  }
  header:after {
    height: 60px;
    opacity: 0;
  }
  header.logo_s h1 {
    padding: 12px 3% 15px;
  }
  header.logo_s h1 a {
    width: 160px;
    height: 34px;
  }
  header.logo_s h1 img.logo_img_l {
    opacity: 0;
    visibility: hidden;
  }
  header.logo_s h1 img.logo_img_s {
    opacity: 1;
    visibility: visible;
  }
  header h1 {
    width: 20%;
    max-width: auto;
    min-width: 106px;
    line-height: 1;
    padding: 15px 3% 0;
  }
  header h1 a {
    width: 120px;
    height: 34px;
  }
  header h1 img {
    width: 100%;
  }
  header nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    background-color: rgba(232, 248, 248, 0.95);
    z-index: 9998;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 9% 0;
    height: calc(100vh - 0px);
    height: calc(100svh - 0px);
    transform: translateX(100%);
    transition: 0.3s all ease-out;
    border-bottom-left-radius: 0px;
    display: block;
    overflow-y: scroll;
  }
  header nav.open {
    transform: translateX(0);
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px dotted #17B8A2;
  }
  header nav ul li a {
    line-height: 1.2;
    height: auto;
    padding: 10px 0px 15px;
  }
  header nav ul li a span {
    display: inline-block;
  }
  header nav ul li a small {
    display: inline-block;
    margin-left: 1em;
  }
  header nav ul li a:hover {
    background: none;
  }
  header nav ul li a:hover span {
    color: #644C3B;
    font-size: 16px;
    font-size: clamp(1rem, 0vw + 1rem, 1rem);
  }
  header nav ul li a:hover small {
    color: #17B8A2;
    font-size: 14px;
    font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  }
  header nav ul li.has-sub > a {
    position: relative;
    padding-right: 30px;
  }
  header nav ul li.has-sub > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #17B8A2;
    border-right: 2px solid #17B8A2;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  header nav ul li.has-sub.is-open > a::after {
    transform: translateY(-20%) rotate(-135deg);
  }
  header nav ul li.has-sub.is-open .sub {
    display: block;
  }
  header nav ul li.has-sub .sub {
    display: none;
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
    padding: 0;
    overflow: hidden;
    transform: translateX(0%) translateY(0px) !important;
    border-radius: 0px !important;
  }
  header nav ul li.has-sub .sub ul {
    border-top: 1px dotted #17B8A2;
    border-radius: 0px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  header nav ul li.has-sub .sub li:last-child, header nav ul li.has-sub .sub li:nth-child(3) {
    border-bottom: 0px;
  }
  header nav ul li.has-sub .sub li a {
    padding: 10px 0px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px !important;
  }
  header nav ul li.has-sub .sub li a span {
    color: #644C3B;
  }
  header nav .btn-list {
    display: flex;
    margin-top: 30px;
  }
  header nav .btn-insta {
    width: 64px;
    margin: 0;
    display: block;
  }
  header nav .btn-insta img {
    width: 100%;
  }
  header nav .btn-insta a {
    transition: all 0.3s ease;
    display: block;
    background-color: #fff;
    padding: 20px 15px 0;
    height: 100%;
    box-sizing: border-box;
  }
  header nav .btn-insta a:hover {
    transform: scale(1);
  }
  header nav .reservation {
    display: flex;
    width: calc(100% - 64px);
  }
  header nav .reservation li {
    margin-left: 0px;
    width: 50%;
  }
  header nav .reservation li a {
    display: block;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  header nav .reservation li a i {
    display: block;
    font-style: normal;
  }
  header nav .reservation li a:hover {
    filter: brightness(100%);
  }
  header nav .reservation li.web a {
    color: #fff;
    padding: 12px 0px 0;
    font-size: 14px;
    font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
    box-sizing: border-box;
    padding-top: cpx;
    background-color: #17B8A2;
  }
  header nav .reservation li.web a span {
    position: relative;
    padding-bottom: 32px;
  }
  header nav .reservation li.web a span:after {
    content: "";
    background: url(/asset/images/icon_web.png) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header nav .reservation li.tel a {
    padding-top: 10px;
  }
  header nav .reservation li.tel a i {
    text-indent: -9999px;
    width: 23px;
    margin: 7px auto 0;
    padding-left: 0px;
  }
  header .menu {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    transform: translateY(-50%);
  }
  header .menu:after {
    content: "";
    background-color: #17B8A2;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    z-index: -1;
    border-radius: 32px;
  }
  header .menu .menu-trigger,
  header .menu .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .menu .menu-trigger {
    position: relative;
    width: 16px;
    height: 14px;
    display: block;
  }
  header .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    overflow: hidden;
  }
  header .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
  header .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .menu .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  header .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}
/*---------------------------
	footer
----------------------------*/
/* footer {
  padding-top: 50px;
} */
footer .inner {
  display: grid;
  grid-template-columns: 1fr 350px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
}
footer .inner:before {
  content: "";
  background: url(/asset/images/footer_obj.png) no-repeat;
  background-size: 111px;
  width: 111px;
  height: 124px;
  position: absolute;
  bottom: 0;
  left: -70px;
}
footer nav {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 45px;
  gap: 60px;
}
footer nav .nav-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer nav .nav-block:first-of-type {
  margin-left: 60px;
}
footer nav .nav-block.medical-list h3 span:before {
  content: "";
  background: url(/asset/images/ttl_obj2.png) no-repeat;
  background-size: 18px;
}
footer nav .nav-block.medical-list ul {
  width: 100%;
  margin-right: 0px;
}
footer nav .nav-block h3 {
  width: 100%;
  text-align: center;
  color: #644C3B;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.8vw + 1.135rem, 1.75rem);
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 3px dotted #707070;
}
footer nav .nav-block h3 span {
  position: relative;
  display: inline-block;
}
footer nav .nav-block h3 span:before {
  content: "";
  background: url(/asset/images/ttl_obj1.png) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 27px;
  position: absolute;
  top: 55%;
  left: -33px;
  transform: translateY(-50%);
}
footer nav .nav-block ul {
  width: 50%;
}
footer nav .nav-block ul li {
  margin-bottom: 20px;
  line-height: 1;
}
footer nav .nav-block ul li:last-child {
  margin-bottom: 0px;
}
footer nav .nav-block ul li a {
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  color: #363636;
  transition: color 0.3s;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}
footer nav .nav-block ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #363636;
  transform: translateY(-50%);
  transition: color 0.3s;
}
footer nav .nav-block ul li a:hover {
  color: #17B8A2;
}
footer nav .nav-block ul li a:hover:before {
  background-color: #17B8A2;
}
footer .info-block {
  box-sizing: border-box;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .info-block h2 {
  width: 100%;
  margin-bottom: 10px;
}
footer .info-block .tel {
  margin-bottom: 20px;
}
footer .info-block .tel a {
  font-size: 26px;
  font-size: clamp(1.625rem, 1.1vw + 1.295rem, 2.125rem);
  color: #F2860B;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: 0.5s all ease;
  white-space: nowrap;
}
footer .info-block .tel a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/asset/images/icon_tel2.png) no-repeat center/contain;
  margin-right: 5px;
  transform: translateY(5px);
}
footer .info-block .tel a:hover {
  opacity: 0.7;
}
footer #bnr-list {
  /* background-color: #FFF9E5; */
  background-color: #E8F8F8;
  padding: 40px 0;
}
footer #bnr-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
footer #bnr-list ul li a {
  display: inline-block;
  transition: 0.3s all ease-out;
}
footer #bnr-list ul li a:hover {
  transform: scale(1.05);
}
footer .copy {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  background-color: #17B8A2;
  line-height: 1;
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.4vw + 0.4425rem, 0.75rem);
  padding: 20px 0;
}

@media screen and (max-width:1220px) {
  footer .inner:before {
    left: -1.5%;
  }
}
@media screen and (max-width: 768px) {
  /* footer {
    padding-top: 30px;
  } */
  footer .inner {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  footer .inner:before {
    left: -25px;
    bottom: -10px;
  }
  footer nav {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0px;
    gap: 30px;
  }
  footer nav .nav-block {
    display: flex;
    flex-wrap: wrap;
  }
  footer nav .nav-block:first-of-type {
    margin-left: 0px;
  }
  footer nav .nav-block.medical-list ul {
    width: 100%;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  footer nav .nav-block.medical-list ul li {
    width: 50%;
  }
  footer nav .nav-block ul {
    width: 50%;
  }
  footer nav .nav-block ul li {
    margin-bottom: 10px;
    line-height: 1;
  }
  footer nav .nav-block ul li a:hover {
    color: #363636;
  }
  footer nav .nav-block ul li a:hover:before {
    background-color: #363636;
  }
  footer .info-block {
    box-sizing: border-box;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  footer .info-block h2 {
    width: 80%;
    margin: 0 auto 5px;
  }
  footer .info-block .tel {
    margin-bottom: 10px;
  }
  footer .info-block .tel a::before {
    width: 32px;
    height: 32px;
  }
  footer .info-block .tel a:hover {
    opacity: 1;
  }
  footer .info-block .btn {
    max-width: 260px;
  }
  footer #bnr-list {
    padding: 20px 5%;
  }
  footer #bnr-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  footer #bnr-list ul li a:hover {
    transform: scale(1);
  }
}
/*---------------------------
	common-area
----------------------------*/
#common-area .gmap {
  margin-bottom: -9px;
}
#common-area .gmap iframe {
  height: 420px;
}
#common-area .flex {
  display: flex;
  align-items: center;
  align-items: stretch;
}
#common-area .flex .movie {
  width: 50%;
  background-color: #000;
  position: relative;
  aspect-ratio: 16/9;
}
#common-area .flex .movie iframe {
  margin-bottom: -9px;
  display: block;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#common-area .flex .time-table {
  width: 50%;
  background-color: #E8F8F8;
  box-sizing: border-box;
  padding: 0 50px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#common-area .flex .time-table h3 {
  text-align: center;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.1vw + 1.045rem, 1.875rem);
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 3px dotted #17B8A2;
  color: #644C3B;
}
#common-area .flex .time-table table {
  width: 100%;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  border-spacing: 0px 10px;
  border-collapse: separate;
  margin-top: -10px;
}
#common-area .flex .time-table table th, #common-area .flex .time-table table td {
  padding: 10px;
  background-color: #fff;
}
#common-area .flex .time-table table th {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  color: #644C3B;
}
#common-area .flex .time-table table td {
  color: #17B8A2;
}
#common-area .flex .time-table table td.no {
  color: #644C3B;
}
#common-area .flex .time-table table td:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#common-area .flex .time-table table tr.head th, #common-area .flex .time-table table tr.head td {
  background-color: #17B8A2;
  color: #fff;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}
#common-area .flex .time-table small {
  line-height: 1.4;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #common-area .gmap {
    margin-bottom: -9px;
  }
  #common-area .gmap iframe {
    height: 250px;
  }
  #common-area .flex {
    display: block;
    overflow: hidden;
  }
  #common-area .flex .movie {
    width: 100%;
  }
  #common-area .flex .movie iframe {
    margin-bottom: -9px;
    display: block;
    margin-bottom: 0;
    transform: translateY(0%);
    aspect-ratio: 16/9;
    position: relative;
    top: auto;
    width: 100%;
    height: 100%;
  }
  #common-area .flex .time-table {
    width: 100%;
    background-color: #E8F8F8;
    box-sizing: border-box;
    padding: 30px 3%;
    display: block;
    flex-direction: column;
    justify-content: center;
  }
  #common-area .flex .time-table h3 {
    text-align: center;
    font-size: 22px;
    font-size: clamp(1.375rem, 1.1vw + 1.045rem, 1.875rem);
    line-height: 1.2;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 3px dotted #17B8A2;
    color: #644C3B;
  }
  #common-area .flex .time-table table {
    width: 100%;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    border-spacing: 0px 5px;
    border-collapse: separate;
    margin-top: -5px;
  }
  #common-area .flex .time-table table th, #common-area .flex .time-table table td {
    padding: 5px !important;
    background-color: #fff;
    font-size: 12px;
    font-size: clamp(0.75rem, 0vw + 0.75rem, 0.75rem);
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
  }
  #common-area .flex .time-table table th {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 5em;
  }
  #common-area .flex .time-table table tr.head th, #common-area .flex .time-table table tr.head td {
    font-size: 12px;
    font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
  }
  #common-area .flex .time-table small {
    line-height: 1.4;
    display: block;
  }
}
/*---------------------------
	fix-btn-list
----------------------------*/
#fix-btn-list {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
#fix-btn-list .btn-insta {
  width: 34px;
  margin: 14px 25px 0;
}
#fix-btn-list .btn-insta img {
  width: 100%;
}
#fix-btn-list .btn-insta a {
  transition: all 0.3s ease;
  display: inline-block;
}
#fix-btn-list .btn-insta a:hover {
  transform: scale(1.2);
}
#fix-btn-list .reservation {
  display: flex;
  /* width: calc(100% - 84px); */
  width: 100%;
  box-shadow: 0 0 20px #5c716d60;
}
#fix-btn-list .reservation li {
  margin-left: 0px;
  width: 50%;
}
#fix-btn-list .reservation li a {
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#fix-btn-list .reservation li a i {
  font-style: normal;
  white-space: nowrap;
}
#fix-btn-list .reservation li a:hover {
  filter: brightness(116%);
}
#fix-btn-list .reservation li.web a {
  color: #fff;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  box-sizing: border-box;
  padding-top: 0px;
  background-color: #17B8A2;
}
#fix-btn-list .reservation li.web a span {
  position: relative;
  padding-left: 40px;
}
#fix-btn-list .reservation li.web a span:after {
  content: "";
  background: url(/asset/images/icon_web.png) no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#fix-btn-list .reservation li.tel a {
  background-color: #F2860B;
  color: #fff;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  box-sizing: border-box;
}
#fix-btn-list .reservation li.tel a span {
  position: relative;
  padding-left: 30px;
}
#fix-btn-list .reservation li.tel a span:before {
  content: "";
  background: url(/asset/images/icon_tel1.png) no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#fix-btn-list .reservation li.tel a i {
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  margin-left: 0.5em;
}

@media screen and (max-width:1180px) {
  #fix-btn-list {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #fix-btn-list .reservation li a i {
    display: none;
  }
}
/*---------------------------
	anchor-pos
----------------------------*/
.anchor-pos {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .anchor-pos {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/*---------------------------
	btn
----------------------------*/
.btn {
  width: 100%;
  max-width: 320px;
}
.btn a {
  display: block;
  background-color: #17B8A2;
  color: #fff;
  text-align: center;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  transition: transform 0.3s, background-color 0.3s;
  position: relative;
  border: 2px solid #17B8A2;
  box-sizing: border-box;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1em;
}
.btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent; /* 上（半分） */
  border-bottom: 9px solid transparent; /* 下（半分） */
  border-left: 11px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn a:hover {
  background-color: #fff;
  color: #17B8A2;
}
.btn a:hover:after {
  border-left: 11px solid #17B8A2;
}

@media screen and (max-width: 768px) {
  .btn a {
    height: 55px;
    line-height: 55px;
  }
  .btn a:hover {
    background-color: #17B8A2;
    color: #fff;
  }
  .btn a:hover:after {
    border-left: 11px solid #fff;
  }
}
/*---------------------------
	ttl
----------------------------*/
h2.ttl1 {
  font-size: 26px;
  font-size: clamp(1.625rem, 2.5vw + 0.875rem, 2.75rem);
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #644C3B;
  text-align: center;
  margin-bottom: 20px;
}
h2.ttl2 {
  font-size: 26px;
  font-size: clamp(1.625rem, 2.5vw + 0.875rem, 2.75rem);
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #644C3B;
  text-align: center;
  margin-bottom: 65px;
}
h2.ttl2 span {
  display: inline-block;
  position: relative;
}
h2.ttl2 small {
  display: block;
  font-size: 43%;
  color: #17B8A2;
}
h2.ttl2.add-obj span {
  padding: 0 110px;
}
h2.ttl2.add-obj span:before, h2.ttl2.add-obj span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/asset/images/ttl_obj3.png) no-repeat;
  background-size: 78px;
  width: 78px;
  height: 75px;
  left: 0;
}
h2.ttl2.add-obj span:after {
  left: auto;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
h2.ttl2.add-obj.anime span {
  opacity: 0;
}
h2.ttl2.add-obj.anime span:before {
  transform: translateY(-50%) rotate(270deg);
}
h2.ttl2.add-obj.anime span:after {
  transform: translateY(-50%) scale(-1, 1) rotate(270deg);
}
h2.ttl2.add-obj.anime small {
  opacity: 0;
  transform: translateY(-10px);
}
h2.ttl2.add-obj.anime.active span {
  opacity: 1;
  transition: 1s all ease-out;
}
h2.ttl2.add-obj.anime.active span:before {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: 1s all ease-out;
}
h2.ttl2.add-obj.anime.active span:after {
  opacity: 1;
  transform: translateY(-50%) scale(-1, 1) rotate(0deg);
  transition: 1s all ease-out;
}
h2.ttl2.add-obj.anime.active small {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s all ease-out;
}

h3.ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #644C3B;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.9vw + 0.805rem, 2.25rem);
  background-color: #fff8e6;
  border-radius: 15px;
  line-height: 1.2;
  padding: 25px 0;
  margin-bottom: 60px;
}
h3.ttl::first-letter {
  color: #17B8A2;
}
h3.ttl span {
  display: block;
  position: relative;
}
h3.ttl span:before, h3.ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/asset/images/ttl_obj3.png) no-repeat;
  background-size: 58px;
  width: 58px;
  height: 51px;
  left: 20px;
}
h3.ttl span:after {
  left: auto;
  right: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
h3.ttl.anime {
  opacity: 0;
  transform: translateY(30px);
}
h3.ttl.anime span {
  opacity: 0;
}
h3.ttl.anime span:before {
  transform: translateY(-50%) rotate(270deg);
}
h3.ttl.anime span:after {
  transform: translateY(-50%) scale(-1, 1) rotate(270deg);
}
h3.ttl.anime.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s all ease-out;
}
h3.ttl.anime.active span {
  opacity: 1;
  transition: 1s all ease-out;
}
h3.ttl.anime.active span:before {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: 1s all ease-out;
}
h3.ttl.anime.active span:after {
  opacity: 1;
  transform: translateY(-50%) scale(-1, 1) rotate(0deg);
  transition: 1s all ease-out;
}

h4.ttl {
  position: relative;
  line-height: 1.2;
  padding: 0 0 12px 0px;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #644C3B;
  margin-bottom: 30px;
}
h4.ttl span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0px 5px 20px;
}
h4.ttl span:before {
  content: "";
  width: 5px;
  height: calc(100% - 0px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #17B8A2;
}
h4.ttl:after {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 2px dotted #17B8A2;
  position: absolute;
  bottom: 0;
  left: 0;
}
h4.ttl2 {
  position: relative;
  line-height: 1.2;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 30px;
  color: #F2860B;
  padding-left: 40px;
}
h4.ttl2:before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #F2860B;
  border-radius: 13px;
  position: absolute;
  top: 2px;
  left: 0;
}
h4.ttl2:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #F2860B;
  border-radius: 15px;
  position: absolute;
  top: 5px;
  left: 3.5px;
  border: 3px solid #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  h2.ttl2 {
    margin-bottom: 35px;
  }
  h2.ttl2.add-obj span {
    padding: 0 60px;
    white-space: nowrap;
  }
  h2.ttl2.add-obj span:before, h2.ttl2.add-obj span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/asset/images/ttl_obj3.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 35px;
    left: 0;
  }
  h2.ttl2.add-obj span:after {
    left: auto;
    right: 0;
    transform: translateY(-50%) scale(-1, 1);
  }
  h3.ttl {
    padding: 15px 0;
    margin-bottom: 30px;
  }
  h3.ttl span {
    display: block;
    position: relative;
    padding: 0 45px;
  }
  h3.ttl span:before, h3.ttl span:after {
    background: url(/asset/images/ttl_obj3.png) no-repeat;
    background-size: 38px;
    width: 38px;
    height: 33px;
    left: 10px;
  }
  h3.ttl span:after {
    left: auto;
    right: 10px;
    transform: translateY(-50%) scale(-1, 1);
  }
  h4.ttl {
    margin-bottom: 15px;
  }
  h4.ttl span {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0px 5px 20px;
  }
  h4.ttl span:before {
    content: "";
    width: 5px;
    height: calc(100% - 0px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #17B8A2;
  }
  h4.ttl:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dotted #17B8A2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  h4.ttl2 {
    margin-bottom: 10px;
    padding-left: 30px;
  }
  h4.ttl2:before {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
  }
  h4.ttl2:after {
    width: 14px;
    height: 14px;
    top: 5px;
    left: 3px;
    border: 2px solid #fff;
  }
}
/*-----------------------------
		low
-----------------------------*/
.low main {
  position: relative;
}
.low main:after {
  content: "";
  background: url(/asset/images/top/news_obj1.png) no-repeat;
  background-size: cover;
  width: 126px;
  height: 127px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.low header.logo_s h1 {
  padding: 25px 20px 35px;
}
.low header.logo_s h1 img.logo_img_l {
  opacity: 0 !important;
  visibility: hidden !important;
}
.low header.logo_s h1 img.logo_img_s {
  opacity: 1 !important;
  visibility: visible !important;
}
.low header h1 {
  padding: 25px 20px 35px;
}
.low header h1 img.logo_img_l {
  opacity: 0 !important;
  visibility: hidden !important;
}
.low header h1 img.logo_img_s {
  opacity: 1 !important;
  visibility: visible !important;
}
.low #mv {
  text-align: center;
  background-color: #17B8A2;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.low #mv .bg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.low #mv:after {
  content: "";
  /* background-color: rgba(23, 184, 162, 0.3); */
  background-color: rgb(81 133 128 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.low #mv .inner {
  height: 300px;
  position: relative;
}
.low #mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  color: #fff;
  line-height: 1.2;
  font-size: 28px;
  font-size: clamp(1.75rem, 2.8vw + 0.91rem, 3rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  /* text-shadow: 0 0 10px rgba(23, 184, 162, 0.3), 0 0 10px rgba(23, 184, 162, 0.3), 0 0 10px rgba(23, 184, 162, 0.3), 0 0 10px rgba(23, 184, 162, 0.3), 0 0 10px rgba(23, 184, 162, 0.3); */
  text-shadow: 0 0 10px rgb(31 67 62 / 70%);
}
.low #mv h2 small {
  display: block;
  font-size: 40%;
  margin-top: 15px;
  text-transform: uppercase;
}
.low #mv .obj {
  width: 8%;
  position: absolute;
  bottom: 5%;
  left: 12%;
  z-index: 3;
  min-width: 100px;
  transform: scale(-1, 1);
}
.low #mv {
  /*.obj2{
  	width: 8%;
  	position: absolute;
  	bottom: 0;
  	left: 7%;
  	z-index: 3;
  	min-width: 80px;
  }*/
}
.low #mv.mv-anime {
  opacity: 0;
}
.low #mv.mv-anime h2 {
  transform: translate(-50%, -70%) scale(1.2);
  opacity: 0;
}
.low #mv.mv-anime .obj {
  opacity: 0;
  transform: translate(30px, -10px);
}
.low #mv.mv-anime .bg {
  opacity: 1;
  transform: translateX(-30%);
}
.low #mv.mv-anime.active {
  opacity: 1;
  transition: 1.5s all ease-out;
}
.low #mv.mv-anime.active h2 {
  transform: translate(-50%, -70%) scale(1);
  transition: 0.5s all ease-out;
  transition-delay: 1s;
  opacity: 1;
}
.low #mv.mv-anime.active .obj {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: 0.5s all ease-out;
  transition-delay: 1.5s;
}
.low #mv.mv-anime.active .bg {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s all ease-out;
}

@media screen and (max-width: 768px) {
  .low main:after {
    width: 63px;
    height: 63px;
  }
  .low header:after {
    height: 60px;
    opacity: 1;
  }
  .low header.logo_s h1 {
    padding: 12px 3% 15px;
  }
  .low header.logo_s h1 a {
    width: 160px;
    height: 34px;
  }
  .low header.logo_s h1 img.logo_img_l {
    opacity: 1;
    visibility: visible;
  }
  .low header.logo_s h1 img.logo_img_s {
    opacity: 0;
    visibility: hidden;
  }
  .low header h1 {
    width: 20%;
    max-width: auto;
    min-width: auto;
    line-height: 1;
    padding: 12px 3% 0;
  }
  .low header h1 a {
    width: 160px;
    height: 34px;
  }
  .low header h1 img {
    width: 100%;
  }
  .low #mv {
    text-align: center;
    background-color: #17B8A2;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    padding-top: 60px;
  }
  .low #mv .bg {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 102vw;
    z-index: 2;
    transform: translateX(-50%);
  }
  .low #mv .bg svg {
    width: 1800px;
    height: 45px;
  }
  .low #mv .inner {
    height: 200px;
    position: relative;
  }
  .low #mv h2 {
    white-space: nowrap;
  }
  .low #mv h2 small {
    margin-top: 5px;
  }
  .low #mv .obj {
    width: 4%;
    left: 5%;
    min-width: 60px;
  }
  .low #mv.mv-anime .bg {
    opacity: 1;
    transform: translateX(-100%);
  }
  .low #mv.mv-anime.active .bg {
    opacity: 1;
    transform: translateX(-50%);
    transition: 0.5s all ease-out;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t40 {
  margin-top: 40px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.mg-t60 {
  margin-top: 60px;
}

.mg-b60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .mg-t10 {
    margin-top: 5px;
  }
  .mg-b10 {
    margin-bottom: 5px;
  }
  .mg-t20 {
    margin-top: 10px;
  }
  .mg-b20 {
    margin-bottom: 10px;
  }
  .mg-t30 {
    margin-top: 15px;
  }
  .mg-b30 {
    margin-bottom: 15px;
  }
  .mg-t40 {
    margin-top: 20px;
  }
  .mg-b40 {
    margin-bottom: 20px;
  }
  .mg-t50 {
    margin-top: 25px;
  }
  .mg-b50 {
    margin-bottom: 25px;
  }
  .mg-t60 {
    margin-top: 30px;
  }
  .mg-b60 {
    margin-bottom: 30px;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
.anime.opacity {
  opacity: 0;
}
.anime.opacity.active {
  transition: 0.7s all ease-out;
  opacity: 1;
}
.anime.blur {
  opacity: 0;
  filter: blur(15px);
}
.anime.blur.active {
  transition: 1s all ease-out;
  opacity: 1;
  filter: blur(0px);
}
.anime.up {
  opacity: 0;
  transform: translateY(50px);
}
.anime.up.active {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0);
}
.anime.zoom {
  opacity: 0;
  transform: scale(0.8);
}
.anime.zoom.active {
  transition: 0.3s all ease-out;
  opacity: 1;
  transform: scale(1);
}
.anime.up-3d {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateY(50px) rotateY(45deg);
}
.anime.up-3d.active {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
}
.anime.no-active {
  opacity: 0;
  transform: translateY(50px);
}

#top #mv {
  position: relative;
}
#top #mv p {
  font-size: 22px;
  font-size: clamp(1.375rem, 1.1vw + 1.045rem, 1.875rem);
  writing-mode: vertical-rl;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  margin: 140px 55px 0;
  padding-bottom: 30px;
  font-feature-settings: normal;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
#top #mv p span.tatemoji {
  text-combine-upright: all;
  position: relative;
  top: -8px;
}
#top #mv .pic {
  position: absolute;
  bottom: 0;
  left: calc(110px + 5em);
  width: calc(100% - (110px + 5em));
  height: calc(100% + 140px);
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  overflow: hidden;
  z-index: 1;
  /*img{
    height: 100%;
    object-fit: cover;
  }*/
}
#top #mv .pic .splide__slide {
  width: 100%;
}
#top #mv .pic .splide__track {
  height: 100%;
}
#top #mv .pic .splide__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #mv .pic .splide__slide img.sp {
  display: none;
}
#top #mv .obj {
  position: absolute;
  left: calc(110px + 3em);
  bottom: 0;
  width: 10%;
  z-index: 2;
  min-width: 140px;
}
#top #mv ul.obj-list {
  position: absolute;
  bottom: 10px;
  right: 3%;
  width: 26%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  z-index: 2;
  gap: 15px;
}
#top #mv.mv-anime p {
  opacity: 0;
  transform: translateY(-20px);
}
#top #mv.mv-anime .pic {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#top #mv.mv-anime .obj {
  opacity: 0;
  transform: translateX(10px);
}
#top #mv.mv-anime ul.obj-list li {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateY(50px) rotateY(45deg);
}
#top #mv.mv-anime.active p {
  opacity: 1;
  transform: translateY(0);
  transition: 1s all ease-out;
}
#top #mv.mv-anime.active .pic {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#top #mv.mv-anime.active .obj {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s all ease-out;
  transition-delay: 1s;
}
#top #mv.mv-anime.active ul.obj-list li {
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
  transition: 0.3s all ease-out;
  transition-delay: 1s;
}
#top #mv.mv-anime.active ul.obj-list li:nth-child(2) {
  transition-delay: 1.4s;
}
#top #top-news {
  background-color: #E8F8F8;
  padding: 90px 0 85px;
}
#top #top-news .inner {
  display: flex;
  position: relative;
  z-index: 1;
}
#top #top-news .inner:after {
  content: "";
  background: url(/asset/images/top/news_obj1.png) no-repeat;
  background-size: 126px;
  width: 126px;
  height: 127px;
  position: absolute;
  bottom: -85px;
  /* right: -50px; */
  right: -90px;
  z-index: -1;
}
#top #top-news .news-list {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
  position: relative;
}
#top #top-news .news-list .news-list-wrap {
  background-color: #fff;
  padding: 30px 15px;
  box-sizing: border-box;
  height: 350px;
  overflow-y: scroll;
  border-top: 2px dotted #17B8A2;
  border-bottom: 2px dotted #17B8A2;
}
#top #top-news .news-list .news-list-wrap ul li {
  position: relative;
  display: flex;
  margin-bottom: 25px;
}
#top #top-news .news-list .news-list-wrap ul li:last-child {
  margin-bottom: 0px;
}
#top #top-news .news-list .news-list-wrap ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #top-news .news-list .news-list-wrap ul li a:hover ~ article p {
  /*&:after{
    opacity: 1;
    transform: translateY(0);
  }*/
  text-decoration: underline;
}
#top #top-news .news-list .news-list-wrap ul li time {
  line-height: 1;
  display: inline-block;
  margin-top: 3px;
}
#top #top-news .news-list .news-list-wrap ul li article {
  margin-left: 2em;
  line-height: 1;
  width: calc(100% - 7em);
  box-sizing: border-box;
}
#top #top-news .news-list .news-list-wrap ul li label {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  height: 24px;
  line-height: 24px;
  background-color: #17B8A2;
  color: #fff;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
#top #top-news .news-list .news-list-wrap ul li label.blog {
  background-color: #F2860B;
}
#top #top-news .news-list .news-list-wrap ul li p {
  line-height: 1.8;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: inline-block;
  /*&:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #777;
    opacity: 0;
    transition: 0.5s all ease-out;
  }*/
}
#top #top-news .news-list .btn-news {
  width: 36px;
  position: absolute;
  top: 15px;
  right: 40px;
}
#top #top-news .news-list .btn-news a {
  display: inline-block;
  transition: 0.3s all ease-out;
}
#top #top-news .news-list .btn-news a:hover {
  transform: scale(1.1);
}
#top #top-news .time-table {
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
}
#top #top-news .time-table table {
  width: 100%;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  border-spacing: 0px 10px;
  border-collapse: separate;
  margin-top: -10px;
}
#top #top-news .time-table table th, #top #top-news .time-table table td {
  padding: 10px;
  background-color: #fff;
}
#top #top-news .time-table table th {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  color: #644C3B;
}
#top #top-news .time-table table td {
  color: #17B8A2;
}
#top #top-news .time-table table td.no {
  color: #644C3B;
}
#top #top-news .time-table table td:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#top #top-news .time-table table tr.head th, #top #top-news .time-table table tr.head td {
  background-color: #17B8A2;
  color: #fff;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}
#top #top-news .time-table small {
  line-height: 1.4;
  display: block;
  margin-top: 10px;
}
#top #top-news .time-table .transportation {
  margin-top: 60px;
}
#top #top-news .news-list .transportation {
  margin-top: 30px;
}
#top #top-news .time-table .transportation ul,
#top #top-news .news-list .transportation ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.6;
}
#top #top-news .time-table .transportation ul li,
#top #top-news .news-list .transportation ul li {
  padding-left: 75px;
  position: relative;
  padding-top: 5px;
}
#top #top-news .time-table .transportation ul li:before,
#top #top-news .news-list .transportation ul li:before {
  content: "";
  background: url(/asset/images/top/icon_train.png) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
#top #top-news .time-table .transportation ul li small,
#top #top-news .news-list .transportation ul li small {
  display: block;
  font-size: 70%;
  color: #EC0B22;
  margin-top: 5px;
}
#top #top-news .time-table .transportation ul li.parking:before,
#top #top-news .news-list .transportation ul li.parking:before {
  content: "";
  background: url(/asset/images/top/icon_parking.png) no-repeat;
  background-size: 60px;
}
#top #top-news .time-table .transportation ul li.parking:after,
#top #top-news .news-list .transportation ul li.parking:after {
  content: "";
  width: 2px;
  height: 100%;
  border-left: 2px dotted #644C3B;
  position: absolute;
  top: 0;
  right: -20px;
  min-height: 60px;
}

h2.ttl1.tanto {
  font-size: 2em;
  margin-top: 20px;
}
h2.ttl1.tanto span {
  position: relative;
}
h2.ttl1.tanto span::before {
  content: "";
  position: absolute;
  background: url(/asset/images/ttl_obj2.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 35px;
  left: -42px;
  top: 8px;
  transform: scale(-1, 1);
}
h2.ttl1.tanto span::after {
  content: "";
  position: absolute;
  background: url(/asset/images/ttl_obj2.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 35px;
  right: -42px;
  top: 8px;
}
@media screen and (max-width: 768px) {
  h2.ttl1.tanto {
    font-size: 1.5em;
  }
  h2.ttl1.tanto span::before {
    background-size: 18px;
    width: 18px;
    height: 25px;
    left: -25px;
    top: 5px;
  }
  h2.ttl1.tanto span::after {
    background-size: 18px;
    width: 18px;
    height: 25px;
    right: -25px;
    top: 5px;
  }
}


#top #top-news .time-table table.tanto {
  border-collapse: collapse;
  text-align: center;
}
#top #top-news .time-table table.tanto tr {
  border-bottom: 2px dotted #17B8A2;
}
#top #top-news .time-table table.tanto tr.head th {
  color: #17B8A2;
  background: #FFF9E5;
  border-bottom-left-radius: 0;
}
#top #top-news .time-table table.tanto th {
  color: #17B8A2;
  background: #FFF9E5;
}
#top #top-news .time-table table.tanto tr.head td {
  color: #17B8A2;
  background: #FFF9E5;
  border-bottom-right-radius: 0;
  font-weight: 600;
}
#top #top-news .time-table table.tanto td {
  color: #644C3B;
  font-weight: 600;
  background: #FFF9E5;
}
#top #top-news .time-table table.tanto tr td.nidan {
  font-size: 0.9em;
  line-height: 1.4;
}
#top #top-news .time-table table.tanto tr:last-of-type {
  border-bottom: none;
}




#top #top-greeting {
  padding: 60px 0 156px;
  background-color: rgba(248, 191, 5, 0.1);
  overflow: hidden;
}
#top #top-greeting .inner {
  position: relative;
  z-index: 1;
}
#top #top-greeting .inner:before {
  content: "";
  background: url(/asset/images/top/greeting_obj1.png) no-repeat;
  background-size: 108px;
  width: 108px;
  height: 109px;
  position: absolute;
  bottom: -126px;
  left: -55px;
  z-index: -1;
}
#top #top-greeting .flex {
  display: flex;
  align-items: flex-start;
}
#top #top-greeting .flex article {
  width: 55%;
  box-sizing: border-box;
  padding-right: 80px;
}
#top #top-greeting .flex article strong {
  display: block;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  border-bottom: 2px dotted #17B8A2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #644C3B;
}
#top #top-greeting .flex article p {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
#top #top-greeting .flex article .btn {
  margin-top: 35px;
  float: right;
}
#top #top-greeting .flex figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
}
#top #top-greeting .flex figure img {
  display: block;
  border-radius: 50px 0 0 50px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#top #top-greeting .flex figure .name {
  position: absolute;
  bottom: -90px;
  right: 7%;
  background-color: #17B8A2;
  aspect-ratio: 1/1; /* 縦横比を1:1に固定 */
  border-radius: 50%; /* 角を丸くして円に */
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.2;
  width: 200px;
  box-sizing: border-box;
  padding-top: 45px;
}
#top #top-greeting .flex figure .name:after {
  content: "";
  width: 92%;
  height: 92%;
  position: absolute;
  top: 4%;
  left: 4%;
  border: 2px dotted #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#top #top-greeting .flex figure .name span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  font-weight: 700;
}
#top #top-greeting .flex figure .name span small {
  display: block;
  font-size: 66%;
  margin-bottom: 10px;
}
#top #top-greeting .flex figure .name span.en {
  margin-top: 20px;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}
#top #top-greeting .flex figure.anime img {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#top #top-greeting .flex figure.anime .name {
  opacity: 0;
  transform: scale(0.8) rotate(15deg);
}
#top #top-greeting .flex figure.anime.active img {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#top #top-greeting .flex figure.anime.active .name {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: 0.3s all ease-out;
  transition-delay: 1s;
}
#top #top-feature {
  padding: 100px 0 145px;
  position: relative;
}
#top #top-feature .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#top #top-feature .bg svg {
  width: 5000px;
}
#top #top-feature h2.ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1;
  margin-bottom: 100px;
  color: #644C3B;
}
#top #top-feature h2.ttl div {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 6em;
}
#top #top-feature h2.ttl div:before {
  content: "";
  background: url(/asset/images/top/feature_ttl_obj1.png) no-repeat;
  background-size: 311px;
  width: 311px;
  height: 128px;
  position: absolute;
  top: 0;
  left: -311px;
}
#top #top-feature h2.ttl div:after {
  content: "";
  background: url(/asset/images/top/feature_ttl_obj2.png) no-repeat;
  background-size: 311px;
  width: 311px;
  height: 128px;
  position: absolute;
  top: 0;
  right: -311px;
}
#top #top-feature h2.ttl small {
  font-size: 22px;
  font-size: clamp(1.375rem, 3.1vw + 0.445rem, 2.75rem);
  display: inline-block;
  margin-bottom: 40px;
}
#top #top-feature h2.ttl span {
  display: block;
  font-size: 26px;
  font-size: clamp(1.625rem, 4vw + 0.425rem, 3.4375rem);
}
#top #top-feature h2.ttl span i {
  font-style: normal;
  font-size: 80%;
}
#top #top-feature h2.ttl span strong {
  color: #17B8A2;
  font-size: 140%;
}
#top #top-feature h2.ttl em {
  font-style: normal;
  font-size: 63px;
  font-size: clamp(3.9375rem, 9.2vw + 1.1775rem, 8.0625rem);
  position: absolute;
  bottom: -0.18em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  color: rgba(214, 240, 235, 0.4);
  font-weight: 700;
}
#top #top-feature h2.ttl.anime div:before {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#top #top-feature h2.ttl.anime div:after {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
#top #top-feature h2.ttl.anime small {
  opacity: 0;
  transform: translateY(20px);
}
#top #top-feature h2.ttl.anime span {
  opacity: 0;
  transform: scale(1.2);
}
#top #top-feature h2.ttl.anime.active div:before {
  opacity: 1;
  clip-path: inset(0);
  transition: 0.8s all ease-out;
}
#top #top-feature h2.ttl.anime.active div:after {
  opacity: 1;
  clip-path: inset(0);
  transition: 0.8s all ease-out;
}
#top #top-feature h2.ttl.anime.active small {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s all ease-out;
}
#top #top-feature h2.ttl.anime.active span {
  opacity: 1;
  transform: scale(1);
  transition: 0.8s all ease-out;
  transition-delay: 0.3s;
}
#top #top-feature .feature-list h3 {
  text-align: center;
  font-size: 22px;
  font-size: clamp(1.375rem, 2.2vw + 0.715rem, 2.375rem);
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
#top #top-feature .feature-list h3 span {
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 3px dotted #F2860B;
  position: relative;
  padding-top: 150px;
  color: #644c3b;
}
#top #top-feature .feature-list h3 span:before {
  content: "";
  background: url(/asset/images/top/feature_num1.png) no-repeat;
  background-size: 132px;
  width: 132px;
  height: 131px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top #top-feature .feature-list h3 strong {
  color: #F2860B;
}
#top #top-feature .feature-list .num1 {
  text-align: center;
  margin-bottom: 90px;
}
#top #top-feature .feature-list .num1 article {
  min-width: 670px;
  width: 55%;
  margin: auto;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: left;
}
#top #top-feature .feature-list .num1 article:before {
  content: "";
  background: url(/asset/images/top/feature_obj1.png) no-repeat;
  background-size: 473px;
  width: 473px;
  height: 528px;
  position: absolute;
  bottom: -40px;
  left: -523px;
  z-index: -1;
}
#top #top-feature .feature-list .num1 article:after {
  content: "";
  background: url(/asset/images/top/feature_obj2.png) no-repeat;
  background-size: 473px;
  width: 473px;
  height: 528px;
  position: absolute;
  bottom: -40px;
  right: -523px;
  z-index: -1;
}
#top #top-feature .feature-list .num1 .slider {
  position: relative;
  z-index: 2;
}
#top #top-feature .feature-list .num1 .slider li img {
  border-radius: 30px;
}
#top #top-feature .feature-list .num1.anime article:before {
  opacity: 0;
  transform: translateX(40px);
}
#top #top-feature .feature-list .num1.anime article::after {
  opacity: 0;
  transform: translateX(-40px);
}
#top #top-feature .feature-list .num1.anime article h3 {
  transform: scale(0.7);
  opacity: 0;
}
#top #top-feature .feature-list .num1.anime article h3 span:before {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateX(-50%) translateY(20px) rotateY(45deg);
}
#top #top-feature .feature-list .num1.anime article p {
  transform: scale(0.7);
  opacity: 0;
}
#top #top-feature .feature-list .num1.anime.active article:before {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.7s all ease-out;
}
#top #top-feature .feature-list .num1.anime.active article::after {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.7s all ease-out;
}
#top #top-feature .feature-list .num1.anime.active article h3 {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
#top #top-feature .feature-list .num1.anime.active article h3 span:before {
  opacity: 1;
  transform: translateY(0px) translateX(-50%) rotateY(0deg);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
}
#top #top-feature .feature-list .num1.anime.active article p {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
#top #top-feature .feature-list .num2 {
  display: flex;
  margin-bottom: 125px;
}
#top #top-feature .feature-list .num2 h3 span {
  display: block;
  border-color: #F8BF05;
}
#top #top-feature .feature-list .num2 h3 span:before {
  content: "";
  background: url(/asset/images/top/feature_num2.png) no-repeat;
  background-size: 132px;
}
#top #top-feature .feature-list .num2 h3 span strong {
  color: #F8BF05;
}
#top #top-feature .feature-list .num2 article {
  width: 46%;
  box-sizing: border-box;
  padding-right: 45px;
  padding-bottom: 40px;
}
#top #top-feature .feature-list .num2 figure {
  width: 54%;
  position: relative;
  box-sizing: border-box;
  padding-left: 90px;
}
#top #top-feature .feature-list .num2 figure img {
  border-radius: 50px;
}
#top #top-feature .feature-list .num2 figure small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
#top #top-feature .feature-list .num2 figure small img {
  border-radius: 30px;
}
#top #top-feature .feature-list .num2.anime article h3 {
  opacity: 0;
}
#top #top-feature .feature-list .num2.anime article h3 span:before {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateX(-50%) translateY(20px) rotateY(45deg);
}
#top #top-feature .feature-list .num2.anime article p {
  opacity: 0;
}
#top #top-feature .feature-list .num2.anime figure {
  opacity: 0;
  transform: scale(0.9);
}
#top #top-feature .feature-list .num2.anime.active article h3 {
  opacity: 1;
  transition: 0.5s all ease-out;
}
#top #top-feature .feature-list .num2.anime.active article h3 span:before {
  opacity: 1;
  transform: translateY(0px) translateX(-50%) rotateY(0deg);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
}
#top #top-feature .feature-list .num2.anime.active article p {
  opacity: 1;
  transition: 0.5s all ease-out;
}
#top #top-feature .feature-list .num2.anime.active figure {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s all ease-out;
}
#top #top-feature .feature-list .num-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
#top #top-feature .feature-list .num-list li {
  position: relative;
  display: flex;
  flex-direction: column;
}
#top #top-feature .feature-list .num-list li .num-wrap {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
}
#top #top-feature .feature-list .num-list li:before {
  content: "";
  background: url(/asset/images/top/feature_num4.png) no-repeat;
  background-size: 132px;
  width: 132px;
  height: 131px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
#top #top-feature .feature-list .num-list li.num4:before {
  content: "";
  background: url(/asset/images/top/feature_num5.png) no-repeat;
  background-size: 132px;
}
#top #top-feature .feature-list .num-list li.num4 h3 span {
  border-color: #9E5EB1;
}
#top #top-feature .feature-list .num-list li.num4 h3 span strong {
  color: #9E5EB1;
}
#top #top-feature .feature-list .num-list li figure {
  margin-bottom: 40px;
}
#top #top-feature .feature-list .num-list li article {
  padding: 0 50px 60px;
  flex: 1;
}
#top #top-feature .feature-list .num-list li article h3 span {
  padding-top: 0px;
  display: block;
  border-color: #A1C530;
}
#top #top-feature .feature-list .num-list li article h3 span:before {
  display: none;
}
#top #top-feature .feature-list .num-list li article h3 span strong {
  color: #A1C530;
}
#top #top-feature .feature-list .num-list li.anime:before {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateX(-50%) translateY(20px) rotateY(45deg);
}
#top #top-feature .feature-list .num-list li.anime figure {
  opacity: 0;
}
#top #top-feature .feature-list .num-list li.anime article {
  opacity: 0;
}
#top #top-feature .feature-list .num-list li.anime.active:before {
  opacity: 1;
  transform: translateY(0px) translateX(-50%) rotateY(0deg);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
}
#top #top-feature .feature-list .num-list li.anime.active figure {
  opacity: 1;
  transition: 0.5s all ease-out;
}
#top #top-feature .feature-list .num-list li.anime.active article {
  opacity: 1;
  transition: 0.5s all ease-out;
}
#top #top-medical {
  background-color: #E8F8F8;
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
#top #top-medical:before {
  content: "";
  width: 120%;
  height: 300px;
  background-color: #E8F8F8;
  border-radius: 100%;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#top #top-medical .bg {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 75px;
}
#top #top-medical .bg svg {
  width: 2800px;
}
#top #top-medical .inner {
  max-width: 1070px;
}
#top #top-medical .box {
  position: relative;
}
#top #top-medical .box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #top-medical .box a:hover ~ figure img {
  transform: scale(1.1);
}
#top #top-medical .box .box-wrap {
  display: flex;
  background-color: #17B8A2;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
#top #top-medical .box:after {
  content: "";
  background: url(/asset/images/top/medical_obj1.png) no-repeat;
  background-size: 409px;
  width: 409px;
  height: 206px;
  position: absolute;
  top: -100px;
  left: -230px;
  z-index: 2;
}
#top #top-medical .box article {
  width: 58.4%;
  color: #fff;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  z-index: 1;
}
#top #top-medical .box article:before {
  content: "";
  background: url(/asset/images/top/medical_box_obj1.png) no-repeat;
  background-size: 171px;
  width: 171px;
  height: 144px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top #top-medical .box article:after {
  content: "";
  background: url(/asset/images/top/medical_box_obj2.png) no-repeat;
  background-size: 157px;
  width: 157px;
  height: 89px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top #top-medical .box article h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.1vw + 1.045rem, 1.875rem);
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.2;
  border-bottom: 3px dotted #fff;
}
#top #top-medical .box figure {
  width: 41.6%;
  overflow: hidden;
}
#top #top-medical .box figure img {
  transition: 1s all ease-out;
}
#top #top-medical .btn-list {
  padding: 0 55px;
  position: relative;
  z-index: 1;
}
#top #top-medical .btn-list:after {
  content: "";
  background: url(/asset/images/top/medical_obj2.png) no-repeat;
  background-size: 65px;
  width: 65px;
  height: 152px;
  position: absolute;
  bottom: -60px;
  right: -110px;
  z-index: -1;
}
#top #top-medical .btn-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#top #top-medical .btn-list ul li a {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 25px;
  box-shadow: 10px 10px 0 #F8BF05;
  overflow: hidden;
  transition: 0.2s all ease-out;
}
#top #top-medical .btn-list ul li a img {
  display: block;
  width: 60%;
  margin: 0px auto 20px;
}
#top #top-medical .btn-list ul li a small {
  display: block;
  text-align: center;
  color: #644C3B;
  background-color: #FFF9E5;
  line-height: 1.4;
  font-size: 16px;
  font-size: clamp(1rem, 1.1vw + 0.67rem, 1.5rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  padding: 20px 0 15px;
}
#top #top-medical .btn-list ul li a:hover {
  box-shadow: 0px 0px 0 !important;
  transform: translate(10px, 10px);
}
#top #top-medical .btn-list ul li:nth-child(2) a {
  box-shadow: 10px 10px 0 #A1C530;
}
#top #top-medical .btn-list ul li:nth-child(2) a small {
  background-color: #F0FFE5;
}
#top #top-medical .btn-list ul li:nth-child(3) a {
  box-shadow: 10px 10px 0 #F2860B;
}
#top #top-medical .btn-list ul li:nth-child(3) a small {
  background-color: #FFF0E5;
}
#top #top-access {
  background: url(/asset/images/top/access_bg.png) no-repeat 50% 100px;
  background-size: 1392px;
  padding: 70px 0 100px;
}
#top #top-access h2.ttl2.add-obj span:before, #top #top-access h2.ttl2.add-obj span:after {
  display: none;
}
#top #top-access .flex {
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 200px; */
  margin-bottom: 80px;
  position: relative;
}
#top #top-access .flex:before {
  content: "";
  background: url(/asset/images/top/access_obj1.png) no-repeat;
  background-size: 109px;
  width: 109px;
  height: 171px;
  position: absolute;
  top: -171px;
  left: 0;
}
#top #top-access .flex article {
  width: 50%;
  box-sizing: border-box;
  padding-left: 90px;
}
#top #top-access .flex article h2 {
  width: 60%;
  margin: 0 auto 20px;
}
#top #top-access .flex article .address {
  text-align: center;
  line-height: 1.4;
}
#top #top-access .flex article .tel {
  text-align: center;
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  font-weight: 700;
  margin: 15px 0 30px;
}
#top #top-access .flex article .tel a {
  color: #F2860B;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
#top #top-access .flex article .tel a:before {
  content: "";
  background: url(/asset/images/icon_tel2.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top #top-access .flex article .btn {
  margin: 30px auto 0;
}
#top #top-access .flex figure {
  width: calc(50% + (100vw - 100%) / 2);
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
#top #top-access .flex figure img {
  display: block;
  border-radius: 0px 50px 50px 0px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#top #top-access .flex.anime:before {
  opacity: 0;
  transform: translateY(20px);
}
#top #top-access .flex.anime figure {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
#top #top-access .flex.anime article {
  opacity: 0;
  transform: scale(0.8);
}
#top #top-access .flex.anime.active:before {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.2s all ease-out;
  transition-delay: 1s;
}
#top #top-access .flex.anime.active figure {
  clip-path: inset(0);
  opacity: 1;
  transition: 0.8s all ease-out;
}
#top #top-access .flex.anime.active article {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 0.4s;
}
#top #top-access .box {
  display: flex;
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#top #top-access .box:before {
  content: "";
  background: url(/asset/images/top/access_obj2.png) no-repeat;
  background-size: 106px;
  width: 106px;
  height: 165px;
  position: absolute;
  top: -155px;
  right: 70px;
  z-index: -1;
}
#top #top-access .box:after {
  content: "";
  background: url(/asset/images/top/access_pop.png) no-repeat;
  background-size: 238px;
  width: 238px;
  height: 97px;
  position: absolute;
  top: -70px;
  left: 60px;
}
#top #top-access .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #top-access .box a:hover ~ figure img {
  transform: scale(1.1);
}
#top #top-access .box article {
  width: 58.4%;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  border: 1px solid #A1C530;
  border-right: 0px;
  overflow: hidden;
}
#top #top-access .box article h3 {
  background-color: #A1C530;
  color: #fff;
  line-height: 1.4;
  font-size: 21px;
  font-size: clamp(1.3125rem, 1.1vw + 0.9825rem, 1.8125rem);
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding: 30px 0;
}
#top #top-access .box article h3 small {
  font-size: 80%;
  display: block;
}
#top #top-access .box article .txt-wrap {
  padding: 30px 10px 30px 100px;
}
#top #top-access .box article .txt-wrap .tel {
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  font-weight: 700;
  margin: 15px 0 0px;
}
#top #top-access .box article .txt-wrap .tel a {
  color: #A1C530;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
#top #top-access .box article .txt-wrap .tel a:before {
  content: "";
  background: url(/asset/images/top/icon_tel.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top #top-access .box figure {
  width: 41.6%;
  border-radius: 0px 40px 40px 0px;
  overflow: hidden;
  position: relative;
}
#top #top-access .box figure:after {
  content: "";
  background: url(/asset/images/top/arrow.png) no-repeat;
  background-size: 51px;
  width: 51px;
  height: 51px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#top #top-access .box figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s all ease-out;
}
#top #top-access .box.anime:before {
  transform: translateY(20px);
  opacity: 0;
}
#top #top-access .box.anime:after {
  transform: scale(0.3);
  opacity: 0;
}
#top #top-access .box.anime.active:before {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.2s all ease-out;
  transition-delay: 0.5s;
}
#top #top-access .box.anime.active:after {
  transform: scale(1);
  opacity: 1;
  transition: 0.2s all ease-out;
  transition-delay: 0.5s;
  transform-origin: bottom center;
}

#top #top-access .mapvideo {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}
#top #top-access .mapvideo .video, #top-access .mapvideo .map {
  width: 50%;
}
#top #top-access .mapvideo .video iframe, #top-access .mapvideo .map iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  vertical-align: bottom;
}


@media screen and (max-width: 768px) {
  #top #mv {
    position: relative;
  }
  #top #mv p {
    margin: 130px 3% 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  #top #mv .pic {
    left: 7em;
    width: calc(100% - 7em);
    height: calc(100% + 130px);
  }
  #top #mv .pic .splide__slide img {
    width: auto;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #mv .pic .splide__slide img.sp {
    display: block;
  }
  #top #mv .pic .splide__slide img.pc {
    display: none;
  }
  #top #mv .obj {
    position: absolute;
    /* left: 4em; */
    left: 77px;
    bottom: 0;
    width: 15%;
    z-index: 4;
    min-width: 110px;
  }
  #top #mv ul.obj-list {
    position: absolute;
    bottom: 10px;
    right: 3%;
    width: 60%;
    gap: 10px;
    max-width: 200px;
  }
  #top #top-news {
    padding: 45px 0 40px;
  }
  #top #top-news .inner {
    display: block;
  }
  #top #top-news .inner:after {
    content: "";
    background: url(/asset/images/top/news_obj1.png) no-repeat;
    background-size: 66px;
    width: 66px;
    height: 67px;
    bottom: -40px;
    /* right: 0px; */
    right: -15px;
  }
  #top #top-news .news-list {
    width: 100%;
    padding-right: 0px;
  }
  #top #top-news .news-list .news-list-wrap {
    padding: 20px 10px;
    height: 250px;
  }
  #top #top-news .news-list .news-list-wrap ul li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
  }
  #top #top-news .news-list .news-list-wrap ul li a:hover ~ article p {
    text-decoration: none;
  }
  #top #top-news .news-list .news-list-wrap ul li time {
    line-height: 1;
    display: inline-block;
    margin-top: 3px;
  }
  #top #top-news .news-list .news-list-wrap ul li article {
    margin-left: 1em;
  }
  #top #top-news .news-list .news-list-wrap ul li article p:after {
    display: none !important;
  }
  #top #top-news .news-list .btn-news {
    width: 30px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  #top #top-news .news-list .btn-news a:hover {
    transform: scale(1);
  }
  #top #top-news .time-table {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  #top #top-news .time-table table {
    border-spacing: 0px 5px;
  }
  #top #top-news .time-table table th, #top #top-news .time-table table td {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.2;
  }
  #top #top-news .time-table table th {
    font-size: 12px;
    font-size: clamp(0.75rem, 0.8vw + 0.51rem, 1.125rem);
  }
  #top #top-news .time-table table tr.head th, #top #top-news .time-table table tr.head td {
    font-size: 12px;
    font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
  }
  #top #top-news .time-table small {
    line-height: 1.4;
    display: block;
  }
  #top #top-news .time-table .transportation {
    margin-top: 30px;
  }
  #top #top-news .news-list .transportation {
    margin-top: 20px;
  }
  #top #top-news .time-table .transportation ul,
  #top #top-news .news-list .transportation ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    line-height: 1.6;
  }
  #top #top-news .time-table .transportation ul li,
  #top #top-news .news-list .transportation ul li {
    padding-left: 50px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  #top #top-news .time-table .transportation ul li:before,
  #top #top-news .news-list .transportation ul li:before {
    content: "";
    background: url(/asset/images/top/icon_train.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  #top #top-news .time-table .transportation ul li.parking:before,
  #top #top-news .news-list .transportation ul li.parking:before {
    content: "";
    background: url(/asset/images/top/icon_parking.png) no-repeat;
    background-size: 40px;
  }
  #top #top-news .time-table .transportation ul li.parking:after,
  #top #top-news .news-list .transportation ul li.parking:after {
    right: -12px;
    min-height: 40px;
  }
  #top #top-greeting {
    padding: 40px 0 86px;
  }
  #top #top-greeting .inner:before {
    bottom: -106px;
    left: -25px;
    z-index: -1;
  }
  #top #top-greeting .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  #top #top-greeting .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  #top #top-greeting .flex article strong {
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #644C3B;
  }
  #top #top-greeting .flex article .btn {
    margin: 25px auto 0;
    float: none;
  }
  #top #top-greeting .flex figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100% - 100vw) / 2);
    position: relative;
    margin-bottom: 20px;
  }
  #top #top-greeting .flex figure img {
    display: block;
    border-radius: 50px 0 0 50px;
    max-height: 500px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #top #top-greeting .flex figure .name {
    position: relative;
    bottom: auto;
    right: auto;
    float: right;
    width: 50%;
    max-width: 160px;
    padding-top: 0;
    margin-top: -100px;
    margin-right: 3%;
  }
  #top #top-greeting .flex figure .name .name-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #top #top-greeting .flex figure .name span small {
    margin-bottom: 5px;
  }
  #top #top-greeting .flex figure .name span.en {
    margin-top: 10px;
  }
  #top #top-feature {
    padding: 50px 0 75px;
    position: relative;
  }
  #top #top-feature h2.ttl {
    margin-bottom: 50px;
  }
  #top #top-feature h2.ttl div {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 2em;
  }
  #top #top-feature h2.ttl div:before {
    content: "";
    background: url(/asset/images/top/feature_ttl_obj1.png) no-repeat;
    background-size: 150px;
    width: 150px;
    height: 55px;
    position: absolute;
    top: 0;
    left: -150px;
  }
  #top #top-feature h2.ttl div:after {
    content: "";
    background: url(/asset/images/top/feature_ttl_obj2.png) no-repeat;
    background-size: 150px;
    width: 150px;
    height: 55px;
    position: absolute;
    top: 0;
    right: -150px;
  }
  #top #top-feature h2.ttl small {
    margin-bottom: 20px;
  }
  #top #top-feature .feature-list h3 span {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px dotted #F2860B;
    padding-top: 75px;
    display: block;
  }
  #top #top-feature .feature-list h3 span:before {
    content: "";
    background: url(/asset/images/top/feature_num1.png) no-repeat;
    background-size: 66px;
    width: 66px;
    height: 65px;
  }
  #top #top-feature .feature-list .num1 {
    text-align: center;
    margin-bottom: 40px;
  }
  #top #top-feature .feature-list .num1 article {
    min-width: 100%;
    width: 100%;
    margin: auto;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: left;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  #top #top-feature .feature-list .num1 article:before {
    content: "";
    background: url(/asset/images/top/feature_obj1.png) no-repeat;
    background-size: 200px;
    width: 200px;
    height: 220px;
    position: absolute;
    bottom: -15px;
    left: -140px;
    z-index: -1;
  }
  #top #top-feature .feature-list .num1 article:after {
    content: "";
    background: url(/asset/images/top/feature_obj2.png) no-repeat;
    background-size: 200px;
    width: 200px;
    height: 220px;
    position: absolute;
    bottom: -15px;
    right: -140px;
    z-index: -1;
  }
  #top #top-feature .feature-list .num1 .slider li img {
    border-radius: 20px;
  }
  #top #top-feature .feature-list .num2 {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
  #top #top-feature .feature-list .num2 h3 span:before {
    content: "";
    background: url(/asset/images/top/feature_num2.png) no-repeat;
    background-size: 66px;
  }
  #top #top-feature .feature-list .num2 article {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  #top #top-feature .feature-list .num2 figure {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #top #top-feature .feature-list .num2 figure img {
    border-radius: 30px;
  }
  #top #top-feature .feature-list .num2 figure small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
  }
  #top #top-feature .feature-list .num2 figure small img {
    border-radius: 30px;
  }
  #top #top-feature .feature-list .num-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  #top #top-feature .feature-list .num-list li .num-wrap {
    border-radius: 30px;
  }
  #top #top-feature .feature-list .num-list li:before {
    content: "";
    background: url(/asset/images/top/feature_num4.png) no-repeat;
    background-size: 66px;
    width: 66px;
    height: 65px;
    top: -32px;
    z-index: 5;
  }
  #top #top-feature .feature-list .num-list li.num4:before {
    content: "";
    background: url(/asset/images/top/feature_num5.png) no-repeat;
    background-size: 66px;
  }
  #top #top-feature .feature-list .num-list li figure {
    margin-bottom: 20px;
  }
  #top #top-feature .feature-list .num-list li article {
    padding: 0 20px 30px;
  }
  #top #top-medical {
    padding: 40px 0 0px;
    margin-bottom: 20px;
  }
  #top #top-medical:before {
    height: 100px;
    bottom: -50px;
  }
  #top #top-medical .bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
  }
  #top #top-medical .bg svg {
    width: 1000px;
  }
  #top #top-medical .inner {
    max-width: 100%;
  }
  #top #top-medical .box {
    position: relative;
  }
  #top #top-medical .box a:hover ~ figure img {
    transform: scale(1);
  }
  #top #top-medical .box .box-wrap {
    display: flex;
    background-color: #17B8A2;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    flex-direction: column-reverse;
  }
  #top #top-medical .box:after {
    content: "";
    background: url(/asset/images/top/medical_obj1.png) no-repeat;
    background-size: 209px;
    width: 209px;
    height: 106px;
    position: absolute;
    top: -30px;
    left: -80px;
    z-index: 2;
  }
  #top #top-medical .box article {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  #top #top-medical .box article h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #top #top-medical .box figure {
    width: 100%;
  }
  #top #top-medical .btn-list {
    padding: 0 0px;
    position: relative;
    z-index: 1;
  }
  #top #top-medical .btn-list:after {
    content: "";
    background: url(/asset/images/top/medical_obj2.png) no-repeat;
    background-size: 65px;
    width: 65px;
    height: 152px;
    position: absolute;
    bottom: -60px;
    right: -110px;
    z-index: -1;
  }
  #top #top-medical .btn-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #top #top-medical .btn-list ul li {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #top #top-medical .btn-list ul li a {
    border-radius: 20px;
    padding-top: 25px;
    box-shadow: 5px 5px 0 #F8BF05;
  }
  #top #top-medical .btn-list ul li a img {
    display: block;
    width: 60%;
    margin: 0px auto 20px;
  }
  #top #top-medical .btn-list ul li a small {
    padding: 10px 0 10px;
  }
  #top #top-medical .btn-list ul li a:hover {
    transform: translate(0px, 0px);
  }
  #top #top-medical .btn-list ul li:nth-child(2) a {
    box-shadow: 5px 5px 0 #A1C530;
  }
  #top #top-medical .btn-list ul li:nth-child(3) {
    margin-left: 23%;
  }
  #top #top-medical .btn-list ul li:nth-child(3) a {
    box-shadow: 5px 5px 0 #F2860B;
  }
  #top #top-access {
    background: url(/asset/images/top/access_bg_sp.png) repeat-y 50% 0;
    background-size: 100%;
    padding: 70px 0 50px;
  }
  #top #top-access .flex {
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 100px; */
    margin-bottom: 50px;
    position: relative;
    flex-direction: column;
  }
  #top #top-access .flex:before {
    content: "";
    background: url(/asset/images/top/access_obj1.png) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 0;
  }
  #top #top-access .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 30px;
  }
  #top #top-access .flex article h2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  #top #top-access .flex article .address {
    text-align: center;
    line-height: 1.4;
  }
  #top #top-access .flex article .tel {
    margin: 15px 0 30px;
  }
  #top #top-access .flex article .tel a {
    padding-left: 35px;
  }
  #top #top-access .flex article .tel a:before {
    content: "";
    background: url(/asset/images/icon_tel2.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
  }
  #top #top-access .flex article .btn {
    margin: 20px auto 0;
  }
  #top #top-access .flex figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-left: calc((100% - 100vw) / 2);
    position: relative;
  }
  #top #top-access .flex figure img {
    border-radius: 0px 30px 30px 0px;
  }
  #top #top-access .box {
    display: flex;
    max-width: 1080px;
    margin: auto;
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
    border: 1px solid #A1C530;
    border-radius: 20px;
  }
  #top #top-access .box:before {
    content: "";
    background: url(/asset/images/top/access_obj2.png) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 75px;
    position: absolute;
    top: -75px;
    right: 20px;
    z-index: -1;
  }
  #top #top-access .box:after {
    content: "";
    background: url(/asset/images/top/access_pop.png) no-repeat;
    background-size: 140px;
    width: 140px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: -4%;
  }
  #top #top-access .box a:hover ~ figure img {
    transform: scale(1);
  }
  #top #top-access .box article {
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    border: 0px solid #A1C530;
    border-right: 0px;
    overflow: visible;
    box-sizing: border-box;
  }
  #top #top-access .box article h3 {
    padding: 10px 0;
  }
  #top #top-access .box article .txt-wrap {
    padding: 20px;
  }
  #top #top-access .box article .txt-wrap .tel {
    line-height: 1.2;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 26px;
    font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
    font-weight: 700;
    margin: 15px 0 0px;
    text-align: center;
  }
  #top #top-access .box article .txt-wrap .tel a {
    color: #A1C530;
    display: inline;
    position: relative;
    padding-left: 30px;
  }
  #top #top-access .box article .txt-wrap .tel a:before {
    content: "";
    background: url(/asset/images/top/icon_tel.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #top #top-access .box figure {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
  }
  #top #top-access .box figure:after {
    content: "";
    background: url(/asset/images/top/arrow.png) no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    bottom: 10px;
    right: 10px;
  }
  #top #top-access .mapvideo {
    margin-bottom: 100px;
    flex-direction: column;
  }
  #top #top-access .mapvideo .video, #top-access .mapvideo .map {
    width: 100%;
  }
}
/*-------------------------
  clinic
--------------------------*/
#clinic #mv {
  background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#clinic #clinic-policy {
  padding: 0px 0 80px;
}
#clinic #clinic-policy .inner {
  position: relative;
}
#clinic #clinic-policy .inner .obj {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 7%;
}
#clinic #clinic-policy .flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#clinic #clinic-policy .flex article {
  width: 55%;
  box-sizing: border-box;
  padding-right: 80px;
}
#clinic #clinic-policy .flex article strong {
  display: block;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.8vw + 0.885rem, 1.5rem);
  border-bottom: 2px dotted #17B8A2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #644C3B;
}
#clinic #clinic-policy .flex article p {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
#clinic #clinic-policy .flex figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
  padding-top: 45px;
}
#clinic #clinic-policy .flex figure img {
  display: block;
  border-radius: 50px 0 0 50px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#clinic #clinic-policy .flex figure.anime img {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#clinic #clinic-policy .flex figure.anime.active img {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#clinic #clinic-attempt {
  padding: 0px 0 130px;
}
#clinic #clinic-attempt .inner {
  position: relative;
}
#clinic #clinic-attempt .inner .obj {
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 12%;
}
#clinic #clinic-attempt .flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
#clinic #clinic-attempt .flex article {
  width: 55%;
  box-sizing: border-box;
  padding-left: 80px;
}
#clinic #clinic-attempt .flex article strong {
  display: block;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.8vw + 0.885rem, 1.5rem);
  border-bottom: 2px dotted #17B8A2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #644C3B;
}
#clinic #clinic-attempt .flex article p {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
#clinic #clinic-attempt .flex figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
#clinic #clinic-attempt .flex figure img {
  display: block;
  border-radius: 0px 50px 50px 0px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#clinic #clinic-attempt .flex figure.anime img {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#clinic #clinic-attempt .flex figure.anime.active img {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#clinic #clinic-intro {
  position: relative;
  z-index: 1;
  background-color: #E8F8F8;
  padding: 100px 0 120px;
}
#clinic #clinic-intro .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#clinic #clinic-intro .bg svg {
  width: 5000px;
}
#clinic #clinic-intro ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 30px 20px;
  padding: 0 40px;
}
#clinic #clinic-intro ul li {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.4);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
#clinic #clinic-intro ul li article {
  padding: 0px 20px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 20px;
}
#clinic #clinic-intro ul li article h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #17B8A2;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #clinic #clinic-policy {
    padding: 0px 0 50px;
  }
  #clinic #clinic-policy .inner {
    position: relative;
  }
  #clinic #clinic-policy .inner .obj {
    position: absolute;
    bottom: 0;
    right: -3%;
    width: 14%;
    z-index: -1;
  }
  #clinic #clinic-policy .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #clinic #clinic-policy .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  #clinic #clinic-policy .flex article strong {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #clinic #clinic-policy .flex article p {
    font-size: 16px;
    font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  }
  #clinic #clinic-policy .flex figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100% - 100vw) / 2);
    position: relative;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  #clinic #clinic-policy .flex figure img {
    border-radius: 30px 0 0 30px;
  }
  #clinic #clinic-attempt {
    padding: 0px 0 60px;
  }
  #clinic #clinic-attempt .inner {
    position: relative;
  }
  #clinic #clinic-attempt .inner .obj {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 22%;
    z-index: -1;
  }
  #clinic #clinic-attempt .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #clinic #clinic-attempt .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  #clinic #clinic-attempt .flex article strong {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #clinic #clinic-attempt .flex figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-left: calc((100% - 100vw) / 2);
    position: relative;
    margin-bottom: 20px;
  }
  #clinic #clinic-attempt .flex figure img {
    border-radius: 0px 30px 30px 0px;
  }
  #clinic #clinic-intro {
    padding: 50px 0 80px;
  }
  #clinic #clinic-intro .bg {
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 19px;
  }
  #clinic #clinic-intro .bg svg {
    width: 3600px;
  }
  #clinic #clinic-intro ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
    padding: 0 0px;
  }
  #clinic #clinic-intro ul li {
    border-radius: 20px;
  }
  #clinic #clinic-intro ul li article {
    row-gap: 15px;
  }
}
/*-------------------------
  medical
--------------------------*/
#medical #mv {
  background: url(/asset/images/medical/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#medical .area {
  padding-bottom: 80px;
}
#medical .area:nth-child(odd) .flex {
  flex-direction: row;
}
#medical .area:nth-child(odd) .flex article {
  padding-right: 0px;
  padding-left: 60px;
}
#medical .area .flex {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
#medical .area .flex figure {
  width: 40%;
}
#medical .area .flex figure img {
  border-radius: 30px;
  overflow: hidden;
}
#medical .area .flex article {
  width: 60%;
  box-sizing: border-box;
  padding-right: 60px;
}
#medical .area .box {
  padding: 35px 40px 30px;
  border-radius: 20px;
  background-color: #E8F8F8;
}
#medical .area .box h5 {
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
  color: #17B8A2;
  margin-bottom: 30px;
}
#medical .area .box dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  margin: 25px 0;
  line-height: 1.6;
}
#medical .area .box dl dt {
  font-weight: 700;
  color: #644C3B;
  margin-bottom: 20px;
}
#medical .area .box dl dt:last-of-type {
  margin-bottom: 0px;
}
#medical .area .box dl dd {
  margin-bottom: 20px;
}
#medical .area .box dl dd:last-of-type {
  margin-bottom: 0px;
}
#medical .area .box ul li {
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}
#medical .area .box ul li:last-child {
  margin-bottom: 0px;
}
#medical .area .box ul li:before {
  content: "・";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 30px;
  line-height: 1;
  color: #644C3B;
}
#medical .area .box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
#medical .area .box-list .box strong {
  display: block;
  margin: 25px 0 10px;
  color: #644C3B;
  border-bottom: 2px dotted #644C3B;
  padding-bottom: 5px;
}
#medical #pediatric-orthodontics {
  background: #17B8A2;
  margin-top: -80px;
  padding: 100px 0 100px;
}
#medical #pediatric-orthodontics .box-wrap {
  display: flex;
  background-color: #17B8A2;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#medical #pediatric-orthodontics .box-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#medical #pediatric-orthodontics .box-wrap a:hover ~ article .btn a {
  background-color: #fff;
  color: #17B8A2;
}
#medical #pediatric-orthodontics .box-wrap a:hover ~ article .btn a:after {
  border-left: 11px solid #17B8A2;
}
#medical #pediatric-orthodontics .box-wrap article {
  width: 58.4%;
  color: #17B8A2;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#medical #pediatric-orthodontics .box-wrap article h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.1vw + 1.42rem, 2.25rem);
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.2;
  border-bottom: 3px dotted #17B8A2;
  position: relative;
}
#medical #pediatric-orthodontics .box-wrap article h3:before, #medical #pediatric-orthodontics .box-wrap article h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  background: url(/asset/images/ttl_obj3.png) no-repeat;
  background-size: 58px;
  width: 58px;
  height: 51px;
  left: 20px;
}
#medical #pediatric-orthodontics .box-wrap article h3:after {
  left: auto;
  right: 20px;
  transform: translateY(-70%) scale(-1, 1);
}
#medical #pediatric-orthodontics .box-wrap article .btn {
  margin: 30px auto 0;
}
#medical #pediatric-orthodontics .box-wrap article .btn a {
  position: relative;
  margin: auto;
}
#medical #pediatric-orthodontics .box-wrap figure {
  width: 41.6%;
  overflow: hidden;
}
#medical #pediatric-orthodontics .box-wrap figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#medical #toothdecay {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
#medical #toothdecay .bg2 {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#medical #toothdecay .bg2 svg {
  width: 5000px;
}

@media screen and (max-width: 768px) {
  #medical .area {
    padding-bottom: 40px;
  }
  #medical .area:nth-child(odd) .flex {
    flex-direction: column;
  }
  #medical .area:nth-child(odd) .flex article {
    padding-right: 0px;
    padding-left: 0px;
  }
  #medical .area .flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  #medical .area .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #medical .area .flex figure img {
    border-radius: 20px;
  }
  #medical .area .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  #medical .area .box {
    padding: 15px 20px 10px;
    border-radius: 20px;
    background-color: #E8F8F8;
  }
  #medical .area .box h5 {
    margin-bottom: 10px;
  }
  #medical .area .box dl {
    margin: 15px 0;
  }
  #medical .area .box ul li {
    margin-bottom: 5px;
  }
  #medical .area .box ul li:before {
    top: 0px;
    font-size: 20px;
  }
  #medical .area .box-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  #medical .area .box-list .box strong {
    display: block;
    margin: 25px 0 10px;
    color: #644C3B;
    border-bottom: 2px dotted #644C3B;
    padding-bottom: 5px;
  }
  #medical #pediatric-orthodontics {
    background: #17B8A2;
    margin-top: -50px;
    padding: 50px 0 50px;
  }
  #medical #pediatric-orthodontics .box-wrap {
    display: flex;
    flex-direction: column-reverse;
    background-color: #17B8A2;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  #medical #pediatric-orthodontics .box-wrap a:hover ~ article .btn a {
    background-color: #17B8A2;
    color: #fff;
  }
  #medical #pediatric-orthodontics .box-wrap a:hover ~ article .btn a:after {
    border-left: 11px solid #fff;
  }
  #medical #pediatric-orthodontics .box-wrap article {
    width: 100%;
    padding: 25px;
  }
  #medical #pediatric-orthodontics .box-wrap article h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.2;
    border-bottom: 3px dotted #17B8A2;
    position: relative;
  }
  #medical #pediatric-orthodontics .box-wrap article h3:before, #medical #pediatric-orthodontics .box-wrap article h3:after {
    transform: translateY(-70%);
    background: url(/asset/images/ttl_obj3.png) no-repeat;
    background-size: 38px;
    width: 38px;
    height: 33px;
    left: 10px;
  }
  #medical #pediatric-orthodontics .box-wrap article h3:after {
    left: auto;
    right: 10px;
    transform: translateY(-70%) scale(-1, 1);
  }
  #medical #pediatric-orthodontics .box-wrap article .btn {
    margin: 20px auto 0;
  }
  #medical #pediatric-orthodontics .box-wrap figure {
    width: 100%;
  }
  #medical #toothdecay {
    position: relative;
    z-index: 10;
    padding-top: 60px;
  }
  #medical #toothdecay .bg2 {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 19px;
  }
  #medical #toothdecay .bg2 svg {
    width: 3600px;
  }
  #medical #preventive-dentistry {
    margin-top: -50px;
    padding-top: 50px;
  }
}
/*-------------------------
  pediatric-orthodontics
--------------------------*/
#pediatric-orthodontics #mv {
  background: url(/asset/images/pediatric-orthodontics/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#pediatric-orthodontics .block h4.ttl2 {
  margin-bottom: 50px;
}
#pediatric-orthodontics .block .flex {
  position: relative;
  margin-bottom: 60px;
  min-height: 330px;
}
#pediatric-orthodontics .block .flex figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  height: 100%;
  background-size: cover;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px 0 0 50px;
}
#pediatric-orthodontics .block .flex figure:before {
  content: "";
  background: url(/asset/images/top/medical_obj1.png) no-repeat;
  background-size: cover;
  width: 270px;
  height: 130px;
  position: absolute;
  top: -30px;
  right: -3%;
  transform: scale(-1, 1);
}
#pediatric-orthodontics .block .flex figure.anime {
  clip-path: inset(0 0 0 100%);
  opacity: 0;
}
#pediatric-orthodontics .block .flex figure.anime.active {
  clip-path: inset(0);
  opacity: 1;
  transition: 1s all ease-out;
}
#pediatric-orthodontics .block .flex article {
  width: 55%;
  box-sizing: border-box;
  padding-right: 60px;
}
#pediatric-orthodontics .block ul.check {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin: 30px 0;
}
#pediatric-orthodontics .block ul.check li {
  position: relative;
  padding-left: 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #17B8A2;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1.4;
}
#pediatric-orthodontics .block ul.check li:before {
  content: "";
  background: url(/asset/images/pediatric-orthodontics/correct.png) no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#pediatric-orthodontics .block ul.dot {
  margin: 30px 0;
}
#pediatric-orthodontics .block ul.dot li {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #17B8A2;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 1.5em;
}
#pediatric-orthodontics .block ul.dot li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#pediatric-orthodontics .block ul.dot + p strong {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #F2860B;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
#pediatric-orthodontics .block ul.dot + p strong:after {
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 3px double #F2860B;
  position: absolute;
  bottom: 0.1em;
  left: 0;
}
#pediatric-orthodontics .block .flex2 {
  display: flex;
}
#pediatric-orthodontics .block .flex2 figure {
  width: 35%;
}
#pediatric-orthodontics .block .flex2 figure img {
  border-radius: 30px;
  overflow: hidden;
}
#pediatric-orthodontics .block .flex2 article {
  width: 65%;
  box-sizing: border-box;
  padding-left: 60px;
}
#pediatric-orthodontics .block .lead {
  text-align: center;
  margin-bottom: 80px;
  font-size: 16px;
  font-size: clamp(1rem, 0.8vw + 0.76rem, 1.375rem);
  line-height: 1.8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #644C3B;
}
#pediatric-orthodontics .block .merit-wrap {
  margin-bottom: 40px;
}
#pediatric-orthodontics .block .merit-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#pediatric-orthodontics .block dl.merit dt {
  display: flex;
  margin-bottom: 15px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  line-height: 1;
  align-items: center;
  font-weight: 700;
  color: #17B8A2;
  gap: 0px 20px;
  background-color: #fff;
  border-radius: 30px;
}
#pediatric-orthodontics .block dl.merit dt span {
  text-align: center;
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
  width: 56px;
  height: 56px;
  background-color: #17B8A2;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding-top: 0.8em;
}
#pediatric-orthodontics .block dl.merit dt span i {
  display: block;
  font-size: 260%;
  font-style: normal;
  font-weight: 700;
  margin-top: 2px;
}
#pediatric-orthodontics .block dl.merit dd {
  margin-bottom: 30px;
  padding-left: 56px;
  line-height: 1.8;
}
#pediatric-orthodontics .block dl.merit dd:last-of-type {
  margin-bottom: 0px;
}
#pediatric-orthodontics .block .box {
  margin-bottom: 60px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 35px 50px;
  background-color: #fff8e6;
  position: relative;
}
#pediatric-orthodontics .block .box:before {
  content: "";
  background: url(/asset/images/top/access_obj1.png) no-repeat;
  background-size: cover;
  width: 72px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: 5%;
}
#pediatric-orthodontics .block .box:after {
  content: "";
  background: url(/asset/images/top/access_obj2.png) no-repeat;
  background-size: cover;
  width: 72px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: calc(77px + 5%);
}
#pediatric-orthodontics .block .box h5 {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 20px;
  color: #644C3B;
}
#pediatric-orthodontics .block .box dl {
  margin-top: 30px;
}
#pediatric-orthodontics .block .box dl dt {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
}
#pediatric-orthodontics .block .box dl dt:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
#pediatric-orthodontics .block .box dl dd {
  margin-bottom: 20px;
}
#pediatric-orthodontics .block .box dl dd:last-of-type {
  margin-bottom: 0px;
}
#pediatric-orthodontics .block .step {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 5.3%;
}
#pediatric-orthodontics .block .step li {
  width: 28%;
  line-height: 1.8;
  background-color: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #644C3B;
  position: relative;
}
#pediatric-orthodontics .block .step li:after {
  content: "";
  background: url(/asset/images/pediatric-orthodontics/right-arrow.png) no-repeat;
  background-size: cover;
  width: 52px;
  height: 52px;
  position: absolute;
  right: -57px;
  top: 50%;
  transform: translateY(-50%);
}
#pediatric-orthodontics .block .step li:last-child:after {
  display: none;
}
#pediatric-orthodontics .block .step li h5 {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  margin-bottom: 20px;
  color: #644C3B;
}
#pediatric-orthodontics .block .step li h5 span {
  display: block;
  font-size: 40%;
  margin-bottom: 5px;
}
#pediatric-orthodontics .block .note {
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  line-height: 1.4;
  margin-top: 20px;
  position: relative;
  padding-left: 1.2em;
}
#pediatric-orthodontics .block .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#pediatric-orthodontics .block .btn {
  margin: 60px auto 0;
  max-width: 400px;
}
#pediatric-orthodontics #block1 {
  padding-bottom: 100px;
  position: relative;
}
#pediatric-orthodontics #block1:after {
  content: "";
  background: url(/asset/images/top/news_obj1.png) no-repeat;
  background-size: cover;
  width: 126px;
  height: 127px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#pediatric-orthodontics #block2 {
  position: relative;
  z-index: 1;
  background-color: #E8F8F8;
  padding: 100px 0 120px;
}
#pediatric-orthodontics #block2 .bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 26px;
}
#pediatric-orthodontics #block2 .bg svg {
  width: 5000px;
}
#pediatric-orthodontics #block2 .flex figure {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: calc((100% - 100vw) / 2);
  border-radius: 0 50px 50px 0;
}
#pediatric-orthodontics #block2 .flex figure:before {
  right: auto;
  left: -3%;
  transform: scale(1);
}
#pediatric-orthodontics #block2 .flex figure.anime {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
#pediatric-orthodontics #block2 .flex figure.anime.active {
  clip-path: inset(0);
  opacity: 1;
  transition: 1s all ease-out;
}
#pediatric-orthodontics #block2 .flex article {
  margin-left: 45%;
  padding-right: 0px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  #pediatric-orthodontics .block h4.ttl2 {
    margin-bottom: 30px;
  }
  #pediatric-orthodontics .block .flex {
    position: relative;
    margin-bottom: 40px;
    min-height: auto;
  }
  #pediatric-orthodontics .block .flex figure {
    width: calc(100% + (100vw - 100%) / 2);
    border-radius: 30px 0 0 30px;
    height: 240px;
  }
  #pediatric-orthodontics .block .flex figure:before {
    display: none;
  }
  #pediatric-orthodontics .block .flex article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    padding-top: 260px;
  }
  #pediatric-orthodontics .block ul.check {
    gap: 10px 20px;
    margin: 20px 0;
  }
  #pediatric-orthodontics .block ul.check li {
    padding-left: 30px;
  }
  #pediatric-orthodontics .block ul.check li:before {
    background: url(/asset/images/pediatric-orthodontics/correct.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  #pediatric-orthodontics .block ul.dot {
    margin: 20px 0;
  }
  #pediatric-orthodontics .block ul.dot + p strong {
    line-height: 1.4;
    padding-bottom: 0.2em;
  }
  #pediatric-orthodontics .block ul.dot + p strong:after {
    content: "";
    width: 100%;
    height: 3px;
    border-bottom: 3px double #F2860B;
    position: absolute;
    bottom: 0em;
    left: 0;
  }
  #pediatric-orthodontics .block .flex2 {
    display: block;
  }
  #pediatric-orthodontics .block .flex2 figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #pediatric-orthodontics .block .flex2 figure img {
    border-radius: 20px;
  }
  #pediatric-orthodontics .block .flex2 article {
    width: 100%;
    padding-left: 0px;
  }
  #pediatric-orthodontics .block .lead {
    margin-bottom: 40px;
  }
  #pediatric-orthodontics .block .merit-wrap {
    margin-bottom: 60px;
  }
  #pediatric-orthodontics .block .merit-wrap ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #pediatric-orthodontics .block dl.merit dt {
    margin-bottom: 10px;
    gap: 0px 10px;
  }
  #pediatric-orthodontics .block dl.merit dt span {
    width: 50px;
    height: 50px;
    padding-top: 1em;
  }
  #pediatric-orthodontics .block dl.merit dt span i {
    font-size: 220%;
  }
  #pediatric-orthodontics .block dl.merit dd {
    margin-bottom: 20px;
    padding-left: 50px;
  }
  #pediatric-orthodontics .block .box {
    margin-bottom: 40px;
    border-radius: 30px;
    padding: 15px 20px;
  }
  #pediatric-orthodontics .block .box:before {
    content: "";
    background: url(/asset/images/top/access_obj1.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 10%;
  }
  #pediatric-orthodontics .block .box:after {
    content: "";
    background: url(/asset/images/top/access_obj2.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: calc(32px + 10%);
  }
  #pediatric-orthodontics .block .box h5 {
    margin-bottom: 10px;
  }
  #pediatric-orthodontics .block .box dl {
    margin-top: 20px;
  }
  #pediatric-orthodontics .block .box dl dt {
    margin-bottom: 5px;
  }
  #pediatric-orthodontics .block .box dl dd {
    margin-bottom: 10px;
  }
  #pediatric-orthodontics .block .step {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 5.3%;
  }
  #pediatric-orthodontics .block .step li {
    width: 100%;
    line-height: 1.8;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #644C3B;
    position: relative;
  }
  #pediatric-orthodontics .block .step li:after {
    content: "";
    background: url(/asset/images/pediatric-orthodontics/right-arrow.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -37px;
    transform: translateY(0) translateX(-50%) rotate(90deg);
  }
  #pediatric-orthodontics .block .step li h5 {
    margin-bottom: 10px;
  }
  #pediatric-orthodontics .block .note {
    margin-top: 10px;
  }
  #pediatric-orthodontics .block .btn {
    margin: 40px auto 0;
    max-width: 400px;
  }
  #pediatric-orthodontics #block1 {
    padding-bottom: 60px;
    position: relative;
  }
  #pediatric-orthodontics #block1:after {
    width: 60px;
    height: 60px;
    z-index: -1;
  }
  #pediatric-orthodontics #block2 {
    padding: 50px 0 80px;
  }
  #pediatric-orthodontics #block2 .bg {
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 19px;
  }
  #pediatric-orthodontics #block2 .bg svg {
    width: 3600px;
  }
  #pediatric-orthodontics #block2 .flex figure {
    border-radius: 0 30px 30px 0;
  }
  #pediatric-orthodontics #block2 .flex figure:before {
    right: auto;
    left: -3%;
    transform: scale(1);
  }
  #pediatric-orthodontics #block2 .flex figure.anime {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  #pediatric-orthodontics #block2 .flex figure.anime.active {
    clip-path: inset(0);
    opacity: 1;
    transition: 1s all ease-out;
  }
  #pediatric-orthodontics #block2 .flex article {
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*-------------------------
  price
--------------------------*/
#price #mv {
  background: url(/asset/images/price/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#price .area h4 sup {
  font-size: 40%;
  vertical-align: top;
}
#price .area table {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#price .area table th, #price .area table td {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8vw + 0.635rem, 1.25rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 1px solid #17B8A2;
}
#price .area table th {
  text-align: left;
  color: #17B8A2;
}
#price .area table td {
  font-weight: 600;
}
#price .area .box {
  padding: 35px 40px 30px;
  border-radius: 20px;
  background-color: #E8F8F8;
  margin-top: 60px;
  position: relative;
}
#price .area .box h5 {
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.3vw + 1.16rem, 1.375rem);
  color: #17B8A2;
  margin-bottom: 30px;
}
#price .area .box:before {
  content: "";
  background: url(/asset/images/top/medical_obj2.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 152px;
  position: absolute;
  top: -20px;
  right: -30px;
  z-index: 2;
}
#price .area .box:after {
  content: "";
  background: url(/asset/images/top/medical_obj2.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 152px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 2;
  transform: scale(-1, 1);
}
#price .lead {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.4vw + 0.955rem, 2rem);
  font-weight: 700;
  color: #17B8A2;
}
#price .lead span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
#price .lead span:before {
  content: "";
  background: url(/asset/images/top/access_obj1.png) no-repeat;
  background-size: cover;
  width: 72px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: -72px;
}
#price .lead span:after {
  content: "";
  background: url(/asset/images/top/access_obj2.png) no-repeat;
  background-size: cover;
  width: 72px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: -72px;
}
#price #correction {
  margin-bottom: 80px;
}
#price #correction table td {
  text-align: right;
}
#price #pay {
  margin-bottom: 100px;
}
#price #pay table td ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 320px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #price .area table th, #price .area table td {
    padding: 5px;
  }
  #price .area .box {
    padding: 15px 20px 10px;
    border-radius: 20px;
    background-color: #E8F8F8;
    margin-top: 30px;
    position: relative;
  }
  #price .area .box h5 {
    margin-bottom: 10px;
  }
  #price .area .box:before {
    background: url(/asset/images/top/medical_obj2.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 70px;
    top: -10px;
    right: -15px;
  }
  #price .area .box:after {
    background: url(/asset/images/top/medical_obj2.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 70px;
    bottom: -20px;
    left: -10px;
    z-index: 2;
    transform: scale(-1, 1);
  }
  #price .lead {
    margin-bottom: 40px;
  }
  #price .lead span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 1.4;
  }
  #price .lead span:before {
    width: 50px;
    height: 70px;
    left: -50px;
  }
  #price .lead span:after {
    width: 50px;
    height: 70px;
    right: -50px;
  }
  #price #correction {
    margin-bottom: 50px;
  }
  #price #correction table td {
    text-align: right;
  }
  #price #pay {
    margin-bottom: 40px;
    position: relative;
    z-index: 12;
  }
  #price #pay table td ul {
    gap: 10px;
    margin-top: 5px;
  }
}
/*-------------------------
  staff
--------------------------*/
#staff #mv {
  background: url(/asset/images/staff/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#staff #staff-list {
  padding-bottom: 100px;
}
#staff #staff-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}
#staff #staff-list li:last-child {
  margin-bottom: 0px;
}
#staff #staff-list li:nth-child(2) {
  flex-direction: row-reverse;
}
#staff #staff-list li:nth-child(2) figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: auto;
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
#staff #staff-list li:nth-child(2) figure img {
  border-radius: 0px 50px 50px 0px;
}
#staff #staff-list li:nth-child(2) figure .name {
  right: auto;
  left: 7%;
}
#staff #staff-list li:nth-child(2) article {
  padding-right: 0px;
  padding-left: 80px;
}
#staff #staff-list li article {
  width: 55%;
  box-sizing: border-box;
  padding-right: 80px;
}
#staff #staff-list li article strong {
  display: block;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  border-bottom: 2px dotted #17B8A2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #644C3B;
}
#staff #staff-list li article p {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
#staff #staff-list li article .btn {
  margin-top: 35px;
  float: right;
}
#staff #staff-list li figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
}
#staff #staff-list li figure img {
  display: block;
  border-radius: 50px 0 0 50px;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#staff #staff-list li figure .name {
  position: absolute;
  bottom: -50px;
  right: 7%;
  background-color: #17B8A2;
  aspect-ratio: 1/1; /* 縦横比を1:1に固定 */
  border-radius: 50%; /* 角を丸くして円に */
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.2;
  width: 200px;
  box-sizing: border-box;
  padding-top: 45px;
}
#staff #staff-list li figure .name:after {
  content: "";
  width: 92%;
  height: 92%;
  position: absolute;
  top: 4%;
  left: 4%;
  border: 2px dotted #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#staff #staff-list li figure .name span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  font-weight: 700;
}
#staff #staff-list li figure .name span small {
  display: block;
  font-size: 66%;
  margin-bottom: 10px;
}
#staff #staff-list li figure .name span.en {
  margin-top: 20px;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}
#staff #staff-list li figure.anime img {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
#staff #staff-list li figure.anime .name {
  opacity: 0;
  transform: scale(0.8) rotate(15deg);
}
#staff #staff-list li figure.anime.active img {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#staff #staff-list li figure.anime.active .name {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: 0.3s all ease-out;
  transition-delay: 1s;
}

@media screen and (max-width: 768px) {
  #staff #staff-list {
    padding-bottom: 50px;
  }
  #staff #staff-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  #staff #staff-list li:last-child {
    margin-bottom: 0px;
  }
  #staff #staff-list li:nth-child(2) {
    flex-direction: column-reverse;
  }
  #staff #staff-list li:nth-child(2) figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: auto;
    margin-left: calc((100% - 100vw) / 2);
    position: relative;
  }
  #staff #staff-list li:nth-child(2) figure img {
    border-radius: 0px 30px 30px 0px;
  }
  #staff #staff-list li:nth-child(2) figure .name {
    position: relative;
    bottom: auto;
    right: auto;
    float: left;
    margin-left: -3%;
  }
  #staff #staff-list li:nth-child(2) article {
    padding-right: 0px;
    padding-left: 0px;
  }
  #staff #staff-list li article {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  #staff #staff-list li article strong {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #staff #staff-list li article p {
    font-size: 16px;
    font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  }
  #staff #staff-list li figure {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100% - 100vw) / 2);
    position: relative;
    margin-bottom: 20px;
  }
  #staff #staff-list li figure img {
    display: block;
    border-radius: 30px 0 0 30px;
    max-height: 500px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #staff #staff-list li figure .name {
    position: relative;
    bottom: auto;
    right: auto;
    float: right;
    width: 50%;
    max-width: 160px;
    padding-top: 0;
    margin-top: -100px;
    margin-right: 3%;
  }
  #staff #staff-list li figure .name .name-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #staff #staff-list li figure .name span small {
    margin-bottom: 5px;
  }
  #staff #staff-list li figure .name span.en {
    margin-top: 10px;
  }
}
/*-------------------------
  recruit
--------------------------*/
#recruit #mv {
  background: url(/asset/images/recruit/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#recruit #recruit-info {
  margin-bottom: 100px;
}
#recruit #recruit-info .no-entry {
  text-align: center;
}
#recruit #recruit-info .no-entry strong {
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: clamp(1.5rem, 1.7vw + 0.99rem, 2.25rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #17B8A2;
  line-height: 1.4;
}
#recruit #recruit-info .list {
  max-width: 800px;
  margin: auto;
}
#recruit #recruit-info .list li {
  margin-bottom: 60px;
}
#recruit #recruit-info .list li:last-child {
  margin-bottom: 0px;
}
#recruit #recruit-info .list table {
  width: 100%;
}
#recruit #recruit-info .list table th, #recruit #recruit-info .list table td {
  text-align: left;
  padding: 15px 30px;
  border-bottom: 1px solid #17B8A2;
  background-color: #f4fbfb;
}
#recruit #recruit-info .list table tr:nth-child(odd) th, #recruit #recruit-info .list table tr:nth-child(odd) td {
  background-color: #E8F8F8;
}
#recruit #recruit-info .list table td dl {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  line-height: 1.4;
}
#recruit #recruit-info .list table td dl dt, #recruit #recruit-info .list table td dl dd {
  margin-bottom: 10px;
}
#recruit #recruit-info .list table td ul.note {
  font-size: 90%;
  margin-top: 10px;
}
#recruit #recruit-info .list table td ul.note li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#recruit #recruit-info .list table td ul.note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#recruit #recruit-info .list table td ul.dot li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
}
#recruit #recruit-info .list table td ul.dot li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#recruit #recruit-info .list table td:has(dl, .dot) p {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #recruit #recruit-info {
    margin-bottom: 50px;
  }
  #recruit #recruit-info .no-entry strong {
    margin-bottom: 20px;
  }
  #recruit #recruit-info .list {
    max-width: 800px;
    margin: auto;
  }
  #recruit #recruit-info .list li {
    margin-bottom: 60px;
  }
  #recruit #recruit-info .list li:last-child {
    margin-bottom: 0px;
  }
  #recruit #recruit-info .list table th, #recruit #recruit-info .list table td {
    padding: 5px 10px;
  }
  #recruit #recruit-info .list table tr:nth-child(odd) th, #recruit #recruit-info .list table tr:nth-child(odd) td {
    background-color: #E8F8F8;
  }
  #recruit #recruit-info .list table th {
    white-space: nowrap;
  }
  #recruit #recruit-info .list table td dl {
    display: grid;
    grid-template-columns: 6em 1fr;
    line-height: 1.4;
  }
  #recruit #recruit-info .list table td dl dt, #recruit #recruit-info .list table td dl dd {
    margin-bottom: 10px;
  }
  #recruit #recruit-info .list table td ul.dot li {
    padding-left: 1.2em;
  }
  #recruit #recruit-info .list table td:has(dl, .dot) p {
    margin-bottom: 10px;
  }
}
/*-------------------------
  access
--------------------------*/
#access #mv {
  background: url(/asset/images/access/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#access #g-map {
  margin-bottom: 100px;
}
#access #g-map .map {
  width: 100%;
  height: 460px;
  margin-bottom: 40px;
}
#access #g-map .map-info {
  display: flex;
}
#access #g-map .map-info figure {
  width: 45%;
}
#access #g-map .map-info figure span {
  display: inline-block;
}
#access #g-map .map-info figure span img {
  overflow: hidden;
  border-radius: 20px;
}
#access #g-map .map-info figure span.pic1 {
  width: 90%;
  margin-left: 10%;
}
#access #g-map .map-info figure span.pic2 {
  width: 40%;
  margin-top: -20%;
}
#access #g-map .map-info article {
  width: 55%;
  box-sizing: border-box;
  padding-left: 60px;
}
#access #g-map .map-info article p {
  font-size: 16px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
#access #g-map .map-info article dl dt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #17B8A2;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  margin-bottom: 5px;
  position: relative;
  line-height: 50px;
  min-height: 50px;
  padding-left: 75px;
}
#access #g-map .map-info article dl dt:before {
  content: "";
  background: url(/asset/images/top/icon_train.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#access #g-map .map-info article dl dt.car:before {
  content: "";
  background: url(/asset/images/top/icon_parking.png) no-repeat;
  background-size: cover;
}
#access #g-map .map-info article dl dd {
  margin-bottom: 20px;
  padding-left: 75px;
}
#access #g-map .map-info article dl dd:last-of-type {
  margin-bottom: 0px;
}
#access #g-map .map-info article .btn {
  margin: 30px auto 0;
}
#access #access-movie {
  margin-bottom: 100px;
}
#access #access-movie .movie {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#access #access-movie .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#access #access-movie .movie p {
  background-color: #E8F8F8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-size: clamp(1rem, 1.1vw + 0.67rem, 1.5rem);
  line-height: 1.2;
  font-weight: 700;
  padding: 40px 0;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  #access #g-map {
    margin-bottom: 50px;
  }
  #access #g-map .map {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
  }
  #access #g-map .map-info {
    display: flex;
    flex-direction: column;
  }
  #access #g-map .map-info figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #access #g-map .map-info article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  #access #g-map .map-info article p {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
  }
  #access #g-map .map-info article dl dt {
    line-height: 40px;
    min-height: 40px;
    padding-left: 55px;
    margin-bottom: 0px;
  }
  #access #g-map .map-info article dl dt:before {
    background: url(/asset/images/top/icon_train.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
  }
  #access #g-map .map-info article dl dt.car:before {
    background: url(/asset/images/top/icon_parking.png) no-repeat;
    background-size: cover;
  }
  #access #g-map .map-info article dl dd {
    margin-bottom: 10px;
    padding-left: 55px;
  }
  #access #g-map .map-info article dl dd:last-of-type {
    margin-bottom: 0px;
  }
  #access #g-map .map-info article .btn {
    margin: 20px auto 0;
  }
  #access #access-movie {
    margin-bottom: 60px;
  }
  #access #access-movie .movie {
    width: 100%;
  }
  #access #access-movie .movie p {
    padding: 20px 0;
    margin-top: -10px;
  }
}
/*-------------------------
  news
--------------------------*/
#news {
  background-color: #fff8e6;
}
#news #mv {
  background: url(/asset/images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#news #news-list {
  padding-bottom: 100px;
  margin-top: -60px;
}
#news #news-list .inner {
  max-width: 800px;
}
#news #news-list ul.list li {
  position: relative;
  display: flex;
  border-bottom: 2px dotted #17B8A2;
  padding: 25px;
}
#news #news-list ul.list li:last-child {
  margin-bottom: 0px;
}
#news #news-list ul.list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#news #news-list ul.list li a:hover ~ article p {
  /*&:after{
    opacity: 1;
    transform: translateY(0);
  }*/
  text-decoration: underline;
}
#news #news-list ul.list li time {
  line-height: 1;
  display: inline-block;
  margin-top: 3px;
}
#news #news-list ul.list li article {
  margin-left: 2em;
  line-height: 1;
  width: calc(100% - 7em);
  box-sizing: border-box;
}
#news #news-list ul.list li label {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  height: 24px;
  line-height: 24px;
  background-color: #17B8A2;
  color: #fff;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
#news #news-list ul.list li label.blog {
  background-color: #F2860B;
}
#news #news-list ul.list li p {
  line-height: 1.8;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: inline-block;
  /*&:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #777;
    opacity: 0;
    transition: 0.5s all ease-out;
  }*/
}
#news #news-list .pagination {
  margin-top: 60px;
}
#news #news-list .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
}
#news #news-list .pagination ul li a {
  color: #17B8A2;
}
#news #news-list .pagination ul li a.prev, #news #news-list .pagination ul li a.next {
  background-color: #17B8A2;
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}
#news #news-list .pagination ul li span.current {
  color: #F2860B;
}
#news.detail {
  background-color: #fff;
}
#news.detail #mv .bg svg path {
  fill: #fff;
}
#news.detail .pagination {
  text-align: center;
  margin-top: 60px;
}
#news.detail .pagination ul {
  display: flex;
  justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1;
  gap: 40px;
}
#news.detail .pagination ul li {
  line-height: 1.8;
  margin-top: 5px;
  width: 50%;
  position: relative;
  display: inline-block;
}
#news.detail .pagination ul li a {
  background-color: #fff;
  border: 2px solid #17B8A2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #17B8A2;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 0 25px 0 50px;
  position: relative;
  transition: 0.5s all;
}
#news.detail .pagination ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent; /* 上（半分） */
  border-bottom: 9px solid transparent; /* 下（半分） */
  border-left: 11px solid #17B8A2;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
#news.detail .pagination ul li a:hover {
  background-color: #17B8A2;
  color: #fff;
}
#news.detail .pagination ul li a:hover:after {
  border-left: 11px solid #fff;
}
#news.detail .pagination ul li.next a {
  padding: 0 50px 0 25px;
  position: relative;
}
#news.detail .pagination ul li.next a:after {
  left: auto;
  right: 20px;
  transform: translateY(-50%) scale(1, 1);
}
#news.detail #detail-cont {
  margin-bottom: 100px;
  position: relative;
  z-index: 12;
}
#news.detail #detail-cont .inner {
  display: flex;
}
#news.detail #detail-cont .contents {
  width: calc(100% - 250px);
  box-sizing: border-box;
  padding-right: 60px;
}
#news.detail #detail-cont .contents .ttl-area {
  background-color: #E8F8F8;
  padding: 30px 40px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
#news.detail #detail-cont .contents .ttl-area .data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#news.detail #detail-cont .contents .ttl-area .data time {
  line-height: 1;
  margin-right: 1.5em;
}
#news.detail #detail-cont .contents .ttl-area .data label {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  height: 24px;
  line-height: 24px;
  background-color: #17B8A2;
  color: #fff;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
#news.detail #detail-cont .contents .ttl-area .data label.blog {
  background-color: #F2860B;
}
#news.detail #detail-cont .contents .ttl-area h3 {
  font-size: 18px;
  font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
}
#news.detail #detail-cont aside {
  width: 250px;
}
#news.detail #detail-cont aside ul.list {
  margin-top: -20px;
}
#news.detail #detail-cont aside ul.list li {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px 5px;
}
#news.detail #detail-cont aside ul.list li:last-child {
  margin-bottom: 0px;
}
#news.detail #detail-cont aside ul.list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#news.detail #detail-cont aside ul.list li a:hover ~ article p {
  /*&:after{
    opacity: 1;
    transform: translateY(0);
  }*/
  text-decoration: underline;
}
#news.detail #detail-cont aside ul.list li .data {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 1em;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
}
#news.detail #detail-cont aside ul.list li .data time {
  line-height: 1;
  display: inline-block;
  margin-top: 3px;
}
#news.detail #detail-cont aside ul.list li .data label {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  height: 18px;
  line-height: 18px;
  background-color: #17B8A2;
  color: #fff;
  padding: 0 7px;
  border-radius: 30px;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
}
#news.detail #detail-cont aside ul.list li .data label.blog {
  background-color: #F2860B;
}
#news.detail #detail-cont aside ul.list li p {
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: inline-block;
}
#news.detail #detail-cont aside .category {
  margin-top: 40px;
}
#news.detail #detail-cont aside .category .btn {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #news #news-list {
    padding-bottom: 60px;
    margin-top: -30px;
  }
  #news #news-list .inner {
    max-width: 100%;
  }
  #news #news-list ul.list li {
    padding: 15px;
  }
  #news #news-list ul.list li a:hover ~ article p {
    /*&:after{
      opacity: 1;
      transform: translateY(0);
    }*/
    text-decoration: none;
  }
  #news #news-list ul.list li time {
    line-height: 1;
    display: inline-block;
    margin-top: 5px;
  }
  #news #news-list ul.list li article {
    margin-left: 1em;
    line-height: 1;
    width: calc(100% - 7em);
    box-sizing: border-box;
  }
  #news #news-list ul.list li label {
    height: 20px;
    line-height: 20px;
  }
  #news #news-list .pagination {
    margin-top: 40px;
  }
  #news #news-list .pagination ul li a.prev, #news #news-list .pagination ul li a.next {
    width: 26px;
    line-height: 26px;
  }
  #news.detail #detail-cont {
    margin-bottom: 60px;
    position: relative;
    z-index: 12;
  }
  #news.detail #detail-cont .inner {
    display: block;
  }
  #news.detail #detail-cont .pagination {
    text-align: center;
    margin-top: 30px;
  }
  #news.detail #detail-cont .pagination ul {
    gap: 10px;
  }
  #news.detail #detail-cont .pagination ul li {
    line-height: 1.8;
    margin-top: 5px;
    width: 50%;
    position: relative;
    display: inline-block;
  }
  #news.detail #detail-cont .pagination ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 30px;
  }
  #news.detail #detail-cont .pagination ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent; /* 上（半分） */
    border-bottom: 9px solid transparent; /* 下（半分） */
    border-left: 11px solid #17B8A2;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) scale(-1, 1);
  }
  #news.detail #detail-cont .pagination ul li a:hover {
    background-color: #fff;
    color: #17B8A2;
  }
  #news.detail #detail-cont .pagination ul li a:hover:after {
    border-left: 11px solid #17B8A2;
  }
  #news.detail #detail-cont .pagination ul li.next a {
    padding: 0 30px 0 10px;
    position: relative;
  }
  #news.detail #detail-cont .pagination ul li.next a:after {
    left: auto;
    right: 10px;
    transform: translateY(-50%) scale(1, 1);
  }
  #news.detail #detail-cont .contents {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  #news.detail #detail-cont .contents .ttl-area {
    padding: 15px 20px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #news.detail #detail-cont .contents .ttl-area .data {
    margin-bottom: 10px;
  }
  #news.detail #detail-cont .contents .ttl-area .data label {
    height: 20px;
    line-height: 20px;
  }
  #news.detail #detail-cont .contents .ttl-area h3 {
    font-size: 18px;
    font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
    font-family: "fot-tsukuardgothic-std", sans-serif;
    line-height: 1.6;
  }
  #news.detail #detail-cont aside {
    width: 100%;
  }
  #news.detail #detail-cont aside ul.list {
    margin-top: 0px;
  }
  #news.detail #detail-cont aside ul.list li {
    padding: 10px 10px 5px;
  }
  #news.detail #detail-cont aside ul.list li a:hover ~ article p {
    /*&:after{
      opacity: 1;
      transform: translateY(0);
    }*/
    text-decoration: none;
  }
  #news.detail #detail-cont aside ul.list li .data {
    margin-bottom: 5px;
  }
  #news.detail #detail-cont aside ul.list li p {
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    display: inline-block;
  }
  #news.detail #detail-cont aside .category {
    margin-top: 30px;
  }
  #news.detail #detail-cont aside .category .btn {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  #news.detail #detail-cont aside .category .btn a {
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------
  initiatives
--------------------------*/
#initiatives #mv {
  background: url(/asset/images/access/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#initiatives #contents {
  padding-bottom: 100px;
}
#initiatives #contents h3.ttl {
  margin-top: 80px;
}
#initiatives #contents h3.ttl:first-of-type {
  margin-top: 0px;
}
#initiatives #contents h3.ttl + p {
  margin-bottom: 40px;
}
#initiatives #contents dl dt {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #17B8A2;
  border-bottom: 2px dotted #17B8A2;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  padding: 0 0 5px 0.5em;
}
#initiatives #contents dl dt i {
  display: inline-block;
  font-style: normal;
  padding-right: 0.5em;
}
#initiatives #contents dl dd {
  margin-bottom: 30px;
  padding: 0 0.5em;
}
#initiatives #contents dl dd ul {
  margin-top: 10px;
}
#initiatives #contents dl dd ul li {
  position: relative;
  padding-left: 2em;
}
#initiatives #contents dl dd ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#initiatives .box {
  text-align: center;
  margin-top: 60px;
}
#initiatives .box .box-wrap {
  display: inline-block;
  background-color: #fff8e6;
  padding: 30px 60px;
  border-radius: 30px;
}
#initiatives .box .box-wrap h4 {
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  color: #644C3B;
}
#initiatives .box .box-wrap a {
  color: #F2860B;
  text-decoration: underline;
}
#initiatives .box .box-wrap a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #initiatives #contents {
    padding-bottom: 60px;
  }
  #initiatives #contents h3.ttl {
    margin-top: 40px;
  }
  #initiatives #contents h3.ttl:first-of-type {
    margin-top: 0px;
  }
  #initiatives #contents h3.ttl + p {
    margin-bottom: 20px;
  }
  #initiatives #contents dl dt {
    margin-bottom: 5px;
  }
  #initiatives #contents dl dd {
    margin-bottom: 20px;
  }
  #initiatives #contents dl dd ul {
    margin-top: 5px;
  }
  #initiatives #contents dl dd ul li {
    line-height: 1.6;
    margin-bottom: 5px;
  }
  #initiatives #contents .box {
    margin-top: 30px;
  }
  #initiatives #contents .box .box-wrap {
    padding: 20px 35px;
    border-radius: 20px;
  }
  #initiatives #contents .box .box-wrap h4 {
    margin-bottom: 10px;
  }
  #initiatives #contents .box .box-wrap a {
    text-decoration: underline;
  }
  #initiatives #contents .box .box-wrap a:hover {
    text-decoration: underline;
  }
}
/*-------------------------
  contact
--------------------------*/
#contact #mv {
  background: url(/asset/images/contact/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#contact #form-wrap {
  margin-bottom: 80px;
}
#contact #form-wrap .inner {
  max-width: 800px;
}
#contact #form-wrap table {
  width: 100%;
}
#contact #form-wrap table th, #contact #form-wrap table td {
  text-align: left;
  padding: 20px 20px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px dotted #644C3B;
}
#contact #form-wrap table th {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  width: 14em;
  white-space: nowrap;
}
#contact #form-wrap table th.vtop {
  vertical-align: text-top;
}
#contact #form-wrap table th span {
  display: inline-block;
  line-height: 1;
  background-color: #F2860B;
  color: #fff;
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
  padding: 7px;
  border-radius: 5px;
  transform: translateY(-0.2em);
  margin-left: 10px;
}
#contact #form-wrap table label.error {
  display: block;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  color: rgb(196, 35, 35);
}
#contact #form-wrap table input[type=text], #contact #form-wrap table input[type=email], #contact #form-wrap table textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
  font-size: 16px;
}
#contact #form-wrap table input[name=your-age] {
  width: 20%;
}
#contact #form-wrap table input[name=your-number], #contact #form-wrap table input[name=your-tel] {
  width: 40%;
}
#contact #form-wrap table textarea {
  height: 230px;
}
#contact #form-wrap table span[data-name=your-sex] span {
  margin-right: 1em;
  font-size: 16px;
}
#contact #form-wrap table span[data-name=your-sex] span input {
  margin-right: 0.5em;
}
#contact #form-wrap .btn-send {
  width: 100%;
  max-width: 320px;
  position: relative;
  cursor: pointer;
  margin: auto;
}
#contact #form-wrap .btn-send:hover input {
  background-color: #fff;
  color: #17B8A2;
}
#contact #form-wrap .btn-send:hover:after {
  border-left: 11px solid #17B8A2;
}
#contact #form-wrap .btn-send:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent; /* 上（半分） */
  border-bottom: 9px solid transparent; /* 下（半分） */
  border-left: 11px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#contact #form-wrap .btn-send input {
  width: 100%;
  display: block;
  background-color: #17B8A2;
  color: #fff;
  text-align: center;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  transition: transform 0.3s, background-color 0.3s;
  position: relative;
  border: 2px solid #17B8A2;
  box-sizing: border-box;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
}
#contact #form-wrap .agreement {
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 40px 0;
}
#contact #form-wrap .agreement a {
  display: inline-block;
  position: relative;
  color: #F2860B;
}
#contact #form-wrap .agreement a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F2860B;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contact #form-wrap .agreement a:hover:after {
  display: none;
}
#contact #form-wrap .agreement:before {
  content: "";
  background-color: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
}
#contact #form-wrap .agreement:after {
  content: "";
  background-color: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc((100% - 100vw) / 2);
}
#contact #form-wrap .agreement input[type=checkbox] {
  width: 0;
  height: 0;
}
#contact #form-wrap .agreement .mycheckbox label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
#contact #form-wrap .agreement .mycheckbox label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border: 1px solid;
  border-color: #000;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  /* 背景の色変更 お好きな色を */
  border-radius: 2px;
  transform: translateX(0);
}
#contact #form-wrap .agreement .mycheckbox label label {
  padding: 0;
}
#contact #form-wrap .agreement .mycheckbox label label::before {
  display: none;
}
#contact #form-wrap .agreement .mycheckbox input[type=checkbox]:checked {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 7px;
  top: 5px;
  left: 2px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #585753;
  /* チェックの色変更 お好きな色を */
  transform: translateX(0) rotate(-45deg);
}
#contact #form-wrap .agreement label.error {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  transform: translateX(-50%);
  color: rgb(196, 35, 35);
}
#contact #form-wrap .agreement small {
  display: inline-block;
  line-height: 1;
  background-color: #F2860B;
  color: #fff;
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
  padding: 7px;
  border-radius: 5px;
  margin-left: 1em;
  transform: translateY(-0.5em);
  margin-left: 10px;
}

#thanks #mv {
  background: url(/asset/images/contact/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#thanks-cont {
  text-align: center;
  margin-bottom: 150px;
  padding-top: 30px;
}
#thanks-cont strong {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 26px;
  font-size: clamp(1.625rem, 0.8vw + 1.385rem, 2rem);
  color: #17B8A2;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #contact #form-wrap {
    margin-bottom: 80px;
  }
  #contact #form-wrap .inner {
    max-width: 800px;
  }
  #contact #form-wrap table {
    width: 100%;
  }
  #contact #form-wrap table th, #contact #form-wrap table td {
    padding: 15px 10px;
    width: 100%;
    float: left;
  }
  #contact #form-wrap table th {
    width: 100%;
    font-size: 18px;
    font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: -10px;
  }
  #contact #form-wrap table th span {
    display: inline-block;
    line-height: 1;
    background-color: #F2860B;
    color: #fff;
    font-size: 9px;
    font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
    padding: 7px;
    border-radius: 5px;
    transform: translateY(-0.2em);
    margin-left: 10px;
  }
  #contact #form-wrap table input[type=text], #contact #form-wrap table input[type=email], #contact #form-wrap table textarea {
    padding: 10px 10px;
    border-radius: 4px;
  }
  #contact #form-wrap table input[name=your-age] {
    width: 100%;
  }
  #contact #form-wrap table input[name=your-number], #contact #form-wrap table input[name=your-tel] {
    width: 100%;
  }
  #contact #form-wrap table textarea {
    height: 180px;
  }
  #contact #form-wrap table span[data-name=your-sex] span {
    margin-right: 0.5em;
  }
  #contact #form-wrap table span[data-name=your-sex] span input {
    margin-right: 0.5em;
  }
  #contact #form-wrap .btn-send {
    width: 100%;
    max-width: 320px;
    position: relative;
    cursor: pointer;
    margin: auto;
  }
  #contact #form-wrap .btn-send:hover input {
    background-color: #17B8A2;
    color: #fff;
  }
  #contact #form-wrap .btn-send:hover:after {
    border-left: 11px solid #fff;
  }
  #contact #form-wrap .btn-send input {
    height: 55px;
    line-height: 55px;
  }
  #contact #form-wrap .agreement {
    margin: 40px 0 20px;
  }
  #contact #form-wrap .agreement.error-wrap {
    color: #F2860B;
  }
  #contact #form-wrap .agreement.error-wrap a {
    color: #F2860B;
  }
  #contact #form-wrap .agreement.error-wrap a:after {
    background-color: #F2860B;
  }
  #contact #form-wrap .agreement a {
    display: inline-block;
    position: relative;
  }
  #contact #form-wrap .agreement a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contact #form-wrap .agreement a:hover:after {
    display: none;
  }
  #contact #form-wrap .agreement:before {
    content: "";
    background-color: #fff;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
  }
  #contact #form-wrap .agreement:after {
    content: "";
    background-color: #fff;
    width: 100vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc((100% - 100vw) / 2);
  }
  #contact #form-wrap .agreement input[type=checkbox] {
    width: 0;
    height: 0;
  }
  #contact #form-wrap .agreement .mycheckbox label {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  #contact #form-wrap .agreement .mycheckbox label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border: 1px solid;
    border-color: #000;
    /* 枠の色変更 お好きな色を */
    background-color: #FFF;
    /* 背景の色変更 お好きな色を */
    border-radius: 2px;
    transform: translateX(0);
  }
  #contact #form-wrap .agreement .mycheckbox label label {
    padding: 0;
  }
  #contact #form-wrap .agreement .mycheckbox label label::before {
    display: none;
  }
  #contact #form-wrap .agreement .mycheckbox input[type=checkbox]:checked {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 7px;
    top: 5px;
    left: 2px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #585753;
    /* チェックの色変更 お好きな色を */
    transform: translateX(0) rotate(-45deg);
  }
  #contact #form-wrap .agreement label.error {
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    font-size: 12px;
    font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
    transform: translateX(-50%);
    color: rgb(196, 35, 35);
  }
  #contact #form-wrap .agreement small {
    display: inline-block;
    line-height: 1;
    background-color: #F2860B;
    color: #fff;
    font-size: 9px;
    font-size: clamp(0.5625rem, 0.1vw + 0.5325rem, 0.625rem);
    padding: 7px;
    border-radius: 5px;
    margin-left: 1em;
    transform: translateY(-0.5em);
    margin-left: 10px;
  }
  #thanks-cont {
    text-align: center;
    margin-bottom: 80px;
    padding-top: 0px;
    margin-top: -20px;
  }
}

/* 20260601 */
#top #top-feature .feature-list .num2.reverse {
  flex-direction: row-reverse;
}
#top #top-feature .feature-list .num2.reverse article {
  padding-right: 0;
  /* padding-left: 45px; */
}
#top #top-feature .feature-list .num2.reverse figure {
  padding-left: 0;
  padding-right: 90px;
}
#top #top-feature .feature-list .num2.reverse h3 span:before {
  content: "";
  background: url(/asset/images/top/feature_num3.png) no-repeat;
  background-size: 132px;
}
#top #top-feature .feature-list .num2.reverse h3 span strong {
  color: #F86E94;
}
#top #top-feature .feature-list .num2.reverse h3 span {
  border-color: #F86E94;
}
.ft-menu {
  /* background-color: #E8F8F8; */
  background-color: #FFF9E5;
  padding-top: 60px;
}
header .btn-insta-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top #top-feature .feature-list .num2.reverse h3 span:before {
    content: "";
    background: url(/asset/images/top/feature_num3.png) no-repeat;
    background-size: 66px;
  }
  #top #top-feature .feature-list .num2.reverse {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
  #top #top-feature .feature-list .num2.reverse figure {
    padding-right: 0;
    padding-bottom: 0;
  }
  .ft-menu {
    padding-top: 40px;
  }
  header .btn-insta-sp {
    display: block;
    position: relative;
    top: 16px;
    right: 55px;
  }
  header .btn-insta-sp a img {
    width: 32px;
  }
}

