.breadcrumbs {
  background: var(--global--color2);
  color: white;
  margin: 0; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 13px;
    height: 80px; }
    @media screen and (max-width: 760px) {
      .breadcrumbs ul {
        font-size: 2.6666666667vw !important;
        height: 30px; } }
    .breadcrumbs ul a {
      color: #919191;
      text-decoration: none; }
    .breadcrumbs ul li + li:before {
      content: "";
      width: 7px;
      height: 7px;
      border: 1px solid #919191;
      border-bottom: none;
      border-left: none;
      display: inline-flex;
      margin: 0 13px 0 8px;
      transform: rotate(45deg); }

.mainvisual_under {
  height: 876px;
  min-width: 1420px;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px; }
  @media screen and (max-width: 760px) {
    .mainvisual_under {
      min-width: auto;
      display: block;
      height: auto;
      padding: 0; }
      .mainvisual_under .inner {
        padding-bottom: 0; } }
  .mainvisual_under:before, .mainvisual_under:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .mainvisual_under:before {
    left: 0;
    background: #03030333; }
  .mainvisual_under:after {
    width: 50vw;
    background: #011a3080; }
    @media screen and (max-width: 760px) {
      .mainvisual_under:after {
        width: 100%;
        height: 46%;
        top: inherit;
        left: 0; } }
  .mainvisual_under .inner {
    z-index: 1; }
    @media screen and (min-width: 761px) {
      .mainvisual_under .inner {
        width: 1420px; } }
  .mainvisual_under h1 {
    transform: translate(0px, 36px); }
    @media screen and (max-width: 760px) {
      .mainvisual_under h1 {
        transform: translateX(0);
        padding: 115px 0 25vw;
        margin: 0; }
        .mainvisual_under h1 .fs26 {
          font-size: 3.4666666667vw !important; } }
    .mainvisual_under h1 .jp {
      letter-spacing: 0.25em;
      white-space: nowrap; }
      @media screen and (max-width: 760px) {
        .mainvisual_under h1 .jp {
          margin-bottom: 0 !important; } }
  @media screen and (min-width: 761px) {
    .mainvisual_under .main_img {
      position: absolute;
      top: -204px;
      right: -45px; } }
  @media screen and (max-width: 760px) {
    .mainvisual_under .main_img {
      margin: 0 -5.5vw; } }
  .mainvisual_under .active_page, .mainvisual_under .active_page2 {
    position: absolute;
    top: 305px;
    right: 356px;
    animation-name: updown1;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
@keyframes updown1 {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(10px); } }
.main {
  margin: 0;
  overflow: hidden; }

.bg_main {
  background: url(../images/shuro_taman/bg_main.png) no-repeat center top fixed;
  z-index: -2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw; }
  @media screen and (min-width: 1921px) {
    .bg_main {
      background-size: 100%; } }
  @media screen and (max-width: 760px) {
    .bg_main {
      background-image: url(../images/shuro_taman/bg_main_sp.png);
      background-size: cover;
      background-attachment: inherit; } }

#flat .bg_main {
  background-image: url(../images/flat/bg_main.png); }
@media screen and (min-width: 761px) {
  #flat .mainvisual_under .inner {
    min-height: 339px;
    width: 1510px; }
    #flat .mainvisual_under .inner h1 {
      transform: translate(0px, 0px);
      position: absolute;
      top: 34px;
      left: 0;
      white-space: nowrap; } }
#flat .mainvisual_under:after {
  display: none; }
#flat .mainvisual_under .main_img {
  top: 80px;
  right: inherit;
  left: 416px; }
  @media screen and (max-width: 760px) {
    #flat .mainvisual_under .main_img {
      right: 0;
      top: 10vw;
      width: 40vw;
      margin: auto;
      position: relative;
      left: 0;
      width: 30vw; } }
#flat .charm {
  color: inherit; }
#flat .charm_list li {
  cursor: initial; }
  #flat .charm_list li:hover .inversion {
    transform: rotateX(0deg); }
#flat .charm_list li:nth-child(2),
#flat .charm_list li:nth-child(3) {
  transform: translate(0px, 0); }
#flat .charm_list li .inversion {
  width: 515px;
  height: auto; }
  @media screen and (max-width: 760px) {
    #flat .charm_list li .inversion {
      width: auto; } }
#flat .charm_list li .inversion > * {
  position: relative;
  margin-bottom: 0; }
#flat .charm_list li .front dt {
  color: var(--global--color1); }
#flat .charm_list li .front {
  background: none; }
#flat .charm_list li .back {
  transform: rotateX(0deg);
  height: auto;
  background: none;
  padding-left: 0;
  padding-right: 0; }
@media screen and (min-width: 761px) {
  #flat .charm h2 span {
    font-size: 200px; } }
@media screen and (max-width: 760px) {
  #flat .charm h2 span {
    font-size: 10vw !important; } }
@media screen and (max-width: 760px) {
  #flat .title_post_type .jp {
    margin-bottom: 0 !important; } }
#flat .fs36 {
  font-size: 36px; }
  @media screen and (max-width: 760px) {
    #flat .fs36 {
      font-size: 6.4vw !important; } }

.about {
  line-height: 2.3;
  background: url(../images/shuro_taman/bg_about.png) #011a3080 no-repeat bottom;
  min-height: 721px;
  color: white;
  padding: 1px 0; }
  @media screen and (max-width: 760px) {
    .about {
      background-size: contain;
      min-height: 676px; } }

.about p {
  margin-bottom: 40px; }

.title_borderB {
  position: relative;
  margin: 38px 0 30px;
  line-height: 2; }
  @media screen and (max-width: 760px) {
    .title_borderB {
      margin: 6vw 0 4vw;
      padding-bottom: 3vw; } }

.title_borderB:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid white;
  width: 97px; }

.inner1280 {
  width: 1280px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 760px) {
    .inner1280 {
      width: auto;
      padding: 5.5vw; } }

.charm {
  color: white;
  padding-bottom: 82px; }
  @media screen and (max-width: 760px) {
    .charm {
      padding-bottom: 0px; } }
  .charm h2 {
    margin: 0 0 73px;
    padding: 70px 0;
    position: relative; }
    @media screen and (max-width: 760px) {
      .charm h2 {
        padding: 5vw 0;
        margin-bottom: 11vw; } }
    .charm h2:after {
      content: "";
      position: absolute;
      bottom: -26px;
      left: 0;
      right: 0;
      margin: auto;
      height: 75px;
      width: 1px;
      border-left: 1px solid; }
      @media screen and (max-width: 760px) {
        .charm h2:after {
          height: 35px; } }
  .charm h2 span {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    font-size: 261px;
    font-weight: 500;
    line-height: 0;
    color: #011a302e; }
    @media screen and (max-width: 760px) {
      .charm h2 span {
        font-size: 13.4666666667vw !important;
        top: -7vw; } }

.charm_list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 760px) {
    .charm_list {
      gap: 20px; } }
  @media screen and (min-width: 761px) {
    .charm_list li {
      margin: 0 65px 65px 0; }
      .charm_list li:nth-child(even) {
        margin-right: 0; }
      .charm_list li .inversion {
        width: 480px;
        height: 426px;
        transform-style: preserve-3d;
        transition: 1s; }
        .charm_list li .inversion > * {
          position: absolute;
          width: 100%;
          backface-visibility: hidden; }
      .charm_list li:nth-child(2) {
        transform: translate(-70px, 0); }
      .charm_list li:nth-child(3) {
        transform: translate(70px, 0); } }
  .charm_list li:hover .inversion {
    transform: rotateX(180deg); }
  @media screen and (max-width: 760px) {
    .charm_list li img {
      margin-bottom: -131px; } }
  .charm_list li .front {
    z-index: 2;
    bottom: 0;
    display: flex;
    padding: 0px 70px 0px 30px;
    gap: 20px;
    align-items: flex-end;
    background: #011a30e8; }
    @media screen and (max-width: 760px) {
      .charm_list li .front {
        padding: 8px 34px 8px 20px;
        gap: 10px;
        position: relative;
        align-items: center; } }
    .charm_list li .front .point {
      margin: 0 6px 17px 0;
      border-bottom: 1px solid;
      padding-bottom: 10px; }
      @media screen and (max-width: 760px) {
        .charm_list li .front .point {
          padding-bottom: 6px;
          margin: 0 3px 12px 0;
          font-size: 2.7vw; } }
    .charm_list li .front dt {
      line-height: 1;
      white-space: nowrap;
      display: flex;
      align-items: flex-end;
      padding-bottom: 12px;
      margin: 0; }
      @media screen and (max-width: 760px) {
        .charm_list li .front dt {
          padding-bottom: 0; }
          .charm_list li .front dt .fs80 {
            font-size: 14.8vw !important; } }
    .charm_list li .front dd {
      margin: 0;
      padding: 18px 0;
      display: flex;
      align-items: center;
      height: 95px;
      line-height: 1.5; }
      @media screen and (max-width: 760px) {
        .charm_list li .front dd.fs18 {
          font-size: 4.2666666667vw !important;
          height: auto;
          padding: 0; } }
  .charm_list li .back {
    transform: rotateX(180deg);
    height: 100%;
    padding: 46px 38px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: var(--global--color1); }
    @media screen and (max-width: 760px) {
      .charm_list li .back {
        transform: rotateX(0deg);
        background: white;
        color: initial;
        padding: 3vw 5vw;
        line-height: 2.3; }
        .charm_list li .back p {
          margin-bottom: 2vw; } }
    .charm_list li .back a {
      color: white;
      text-decoration: none;
      position: relative;
      padding-right: 40px; }
      @media screen and (max-width: 760px) {
        .charm_list li .back a {
          color: initial;
          font-size: 4vw !important;
          padding-right: 7vw; } }
      .charm_list li .back a:after {
        content: "";
        position: absolute;
        right: 3px;
        bottom: 6px;
        margin: auto;
        width: 15px;
        height: 15px;
        border: 2px solid;
        border-bottom: none;
        border-left: none;
        transform: rotate(45deg); }
        @media screen and (max-width: 760px) {
          .charm_list li .back a:after {
            width: 10px;
            height: 10px;
            border-width: 1px; } }

.flow_content {
  position: relative; }
  .flow_content:before, .flow_content li:after {
    content: "";
    position: absolute; }
  .flow_content:before {
    top: 0;
    bottom: 0;
    left: -1px;
    border-left: 1px solid var(--global--color2); }
    @media screen and (max-width: 760px) {
      .flow_content:before {
        top: -5.5vw;
        bottom: -5.5vw; } }
  .flow_content > ul > li {
    position: relative; }
    @media screen and (min-width: 761px) {
      .flow_content > ul > li {
        padding: 0 345px 0 0; } }
    .flow_content > ul > li + li {
      margin: 85px 0 0; }
      @media screen and (max-width: 760px) {
        .flow_content > ul > li + li {
          margin-top: 15vw; } }
    .flow_content > ul > li:after {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--global--color2);
      top: 10px;
      left: -35px; }
      @media screen and (max-width: 760px) {
        .flow_content > ul > li:after {
          top: 4px;
          left: -9.4vw; } }
  .flow_content .flow_content_title {
    position: absolute;
    top: 200px;
    left: -220px;
    transform: rotate(90deg);
    margin: 0;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 760px) {
      .flow_content .flow_content_title {
        left: 20px;
        top: 0;
        transform: rotate(0deg); } }
  .flow_content ul, .flow_content dl, .flow_content dt, .flow_content dd {
    margin: 0;
    padding: 0; }
  .flow_content > ul {
    padding: 90px 0 90px 24px; }
  .flow_content dt {
    line-height: 2;
    margin-bottom: 30px; }
    @media screen and (max-width: 760px) {
      .flow_content dt {
        margin-bottom: 5vw; }
        .flow_content dt .fs26 {
          font-size: 4.26vw !important; } }
  .flow_content span.bg_color1, .flow_content span.bg_color3 {
    padding: 0px 10px;
    display: inline-block;
    margin: 0 0 0px; }
  @media screen and (min-width: 761px) {
    .flow_content p {
      margin: 0;
      line-height: 2.2; }
    .flow_content dd img {
      position: absolute;
      top: 20px;
      right: 17px; } }

.gallery_title {
  font-size: 34px;
  margin: 0 0 25px; }
  @media screen and (max-width: 760px) {
    .gallery_title {
      font-size: 5.8666666667vw !important;
      margin: 5vw 0 0; } }

.slider_gallery {
  margin-bottom: 90px; }
  @media screen and (max-width: 760px) {
    .slider_gallery {
      margin-bottom: 15vw; } }
  .slider_gallery .slick-prev, .slider_gallery .slick-next {
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/common/icon_arrowR_white.png) no-repeat center var(--global--color2);
    z-index: 1; }
    @media screen and (max-width: 760px) {
      .slider_gallery .slick-prev, .slider_gallery .slick-next {
        top: 20vw;
        bottom: inherit;
        margin: auto; } }
  .slider_gallery .slick-prev {
    left: -30px;
    transform: scale(-1, 1); }
  .slider_gallery .slick-next {
    right: -30px; }
  .slider_gallery dl, .slider_gallery .slick-dots {
    position: absolute; }
  .slider_gallery dl {
    top: 102%;
    width: 50%; }
    @media screen and (max-width: 760px) {
      .slider_gallery dl {
        width: 45vw; } }
  .slider_gallery dd {
    margin: 7px 0 0; }
  .slider_gallery .slick-list {
    overflow: inherit; }
  .slider_gallery .slick-slide {
    margin: 0 30px;
    min-width: 900px;
    width: 900px;
    height: 545px; }
    @media screen and (max-width: 760px) {
      .slider_gallery .slick-slide {
        height: auto;
        width: 90vw;
        min-width: 90vw; } }
  .slider_gallery .slick-dots {
    display: flex !important;
    right: 0;
    top: 107%; }
    @media screen and (max-width: 760px) {
      .slider_gallery .slick-dots {
        gap: 20px;
        width: 60%;
        gap: 3vw;
        flex-wrap: wrap;
        line-height: 0; } }
  .slider_gallery ul.slick-dots li {
    cursor: pointer;
    background: #DBDBDB;
    text-indent: -9999px;
    border: none;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%; }
    @media screen and (min-width: 761px) {
      .slider_gallery ul.slick-dots li {
        margin-left: 20px; } }
  .slider_gallery ul.slick-dots li.slick-active {
    background: var(--global--color2); }

.nursery_wrap {
  padding: 97px 101px 44px;
  margin: 0 0 20px; }
  @media screen and (max-width: 760px) {
    .nursery_wrap {
      padding: 0; } }

.nursery_wrap > dt {
  margin-bottom: 36px; }
  @media screen and (max-width: 760px) {
    .nursery_wrap > dt {
      margin-bottom: 2vw; } }

.nursery_wrap > dd {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }

.nursery1 {
  display: flex;
  gap: 6px;
  align-items: baseline; }
  @media screen and (max-width: 760px) {
    .nursery1 {
      display: block; } }
  .nursery1:nth-child(1) {
    gap: 29px;
    width: 100%; }
    .nursery1:nth-child(1) dd {
      letter-spacing: 0.15em; }
  .nursery1:nth-child(3) {
    margin-left: 50px; }
  .nursery1 dd {
    margin: 0; }

dl.nursery2 {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0;
  width: 100%;
  align-items: baseline; }
  dl.nursery2 > dt {
    padding: 0px 7px;
    min-width: 4.4rem;
    width: fit-content;
    text-align: center; }
  dl.nursery2 > dd {
    margin: 0 0 5px 8px;
    width: calc(100% - 5rem);
    display: flex;
    flex-wrap: wrap; }

.map {
  margin-bottom: 100px; }
  @media screen and (max-width: 760px) {
    .map {
      margin-bottom: 10vw;
      max-width: 100%;
      max-height: 250px; } }

.box_border {
  border: 1px dashed var(--global--color2);
  padding: 16px 20px;
  margin: 0 0 20px; }
  .box_border .box_border li + li {
    margin-top: 7px; }

.border-top {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #707070;
  border-radius: 5px; }

@media screen and (min-width: 761px) {
  .information_content_wrap {
    padding: 100px 0; } }
.information_content {
  padding: 50px; }
  @media screen and (min-width: 761px) {
    .information_content {
      margin: 40px 0 0; } }
  @media screen and (max-width: 760px) {
    .information_content {
      padding: 5.5vw; } }
  .information_content p {
    text-indent: -1em;
    padding-left: 1em; }
  .information_content .box_border {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 0; }
    @media screen and (min-width: 761px) {
      .information_content .box_border {
        padding: 33px; } }
    .information_content .box_border dt {
      width: 7em; }
    .information_content .box_border dd {
      width: calc(100% - 7em);
      margin: 0; }

.border-bottom {
  border-bottom: 1px solid #707070;
  padding-bottom: 28px;
  margin-bottom: 30px; }

.inner700 {
  width: 700px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 760px) {
    .inner700 {
      width: auto;
      padding: 5.5vw; } }

.title02 {
  font-size: 26px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #707070;
  padding: 0 0 14px; }
  .title02:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 100px;
    border: none;
    border-bottom: 2px solid var(--global--color2); }
  @media screen and (max-width: 760px) {
    .title02 {
      font-size: 4.2666666667vw !important;
      margin-bottom: 5vw; } }

.title03 {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 12px; }
  @media screen and (max-width: 760px) {
    .title03 {
      font-size: 4.2666666667vw !important;
      margin-bottom: 10.5vw; } }
  .title03:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    top: 6px;
    border: none;
    border-left: 2px solid var(--global--color1); }
    @media screen and (max-width: 760px) {
      .title03:before {
        bottom: 3px;
        top: 3px; } }

.borderbefore_color1:before {
  border-color: var(--global--color1) !important; }

.border_bottom {
  padding: 20px 0 20px;
  border-bottom: 1px dashed #707070; }
  @media screen and (max-width: 760px) {
    .border_bottom {
      padding: 5vw 0; }
      .border_bottom .fs20 {
        margin: 0 0 5vw;
        font-size: 4vw !important; }
      .border_bottom p {
        margin: 0 0 5vw; } }

.bg_color5 {
  overflow: auto; }

#ideology .fs20 {
  font-size: initial !important; }
