.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 0 4vw;
        margin: 0 0 -6vw; }
        .mainvisual_under h1 .fs26 {
          font-size: 3.4666666667vw !important; } }
    .mainvisual_under h1 .jp {
      letter-spacing: 0.25em; }
  @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; } }

@media screen and (max-width: 760px) {
  #shuro_taman .link_area {
    padding: 350px 0 35px; }
  #shuro_taman li:hover .inversion {
    transform: translate(0); } }

#kokoiku .mainvisual_under .active_page {
  top: 420px;
  right: 670px; }
#kokoiku .bg_main {
  background-image: url(../images/kokoiku/bg_main.png); }
@media screen and (max-width: 760px) {
  #kokoiku .link_area {
    padding: 500px 0 35px; }
  #kokoiku .charm h2 span {
    font-size: 12vw !important; }
  #kokoiku li:hover .inversion {
    transform: translate(0); } }
#kokoiku .charm_list li img {
  margin: auto; }

#kokoiro .bg_main {
  background-image: url(../images/kokoiro/bg_main.png); }
#kokoiro .mainvisual_under .active_page {
  top: 195px;
  right: 106px; }
#kokoiro .mainvisual_under .active_page2 {
  top: 367px;
  right: 513px; }
@media screen and (max-width: 760px) {
  #kokoiro .link_area {
    padding: 440px 0 35px; }
  #kokoiro li:hover .inversion {
    transform: translate(0); }
  #kokoiro .main .fs18 {
    font-size: 3.5vw; } }
#kokoiro .charm_list li img {
  margin: auto; }
#kokoiro .charm h2 span {
  font-size: 238px; }
  @media screen and (max-width: 760px) {
    #kokoiro .charm h2 span {
      font-size: 12vw !important; } }

#grouphome .bg_main {
  background-image: url(../images/grouphome/bg_main.png); }
#grouphome .mainvisual_under .active_page {
  top: 635px;
  right: 380px; }
#grouphome .mainvisual_under .active_page2 {
  top: 550px;
  right: 195px; }
#grouphome .charm {
  color: inherit; }
#grouphome .charm_list li {
  cursor: initial; }
  #grouphome .charm_list li:hover .inversion {
    transform: rotateX(0deg); }
#grouphome .charm_list li:nth-child(2),
#grouphome .charm_list li:nth-child(3) {
  transform: translate(0px, 0); }
#grouphome .charm_list li .inversion {
  width: 515px;
  height: auto; }
  @media screen and (max-width: 760px) {
    #grouphome .charm_list li .inversion {
      width: auto; } }
#grouphome .charm_list li .inversion > * {
  position: relative;
  margin-bottom: 0; }
#grouphome .charm_list li .front dt {
  color: var(--global--color1); }
#grouphome .charm_list li .front {
  background: none; }
  @media screen and (min-width: 761px) {
    #grouphome .charm_list li .front {
      min-height: 96px; } }
#grouphome .charm_list li .back {
  transform: rotateX(0deg);
  height: auto;
  background: none;
  padding-left: 0;
  padding-right: 0; }
@media screen and (min-width: 761px) {
  #grouphome .charm h2 span {
    font-size: 200px; } }
@media screen and (max-width: 760px) {
  #grouphome .charm h2 span {
    font-size: 10vw !important; } }
@media screen and (max-width: 760px) {
  #grouphome .title_post_type .jp {
    margin-bottom: 0 !important; } }
#grouphome .fs36 {
  font-size: 36px; }
  @media screen and (max-width: 760px) {
    #grouphome .fs36 {
      font-size: 6.4vw !important; } }

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

#consultation .bg_main {
  background-image: url(../images/consultation/bg_main.png); }
#consultation .active_page {
  position: absolute;
  top: 115px;
  right: 375px; }
#consultation .charm {
  color: inherit; }
#consultation .charm_list li {
  cursor: initial; }
  #consultation .charm_list li:hover .inversion {
    transform: rotateX(0deg); }
#consultation .charm_list li:nth-child(2),
#consultation .charm_list li:nth-child(3) {
  transform: translate(0px, 0); }
#consultation .charm_list li .inversion {
  width: 515px;
  height: auto; }
  @media screen and (max-width: 760px) {
    #consultation .charm_list li .inversion {
      width: auto; } }
#consultation .charm_list li .inversion > * {
  position: relative;
  margin-bottom: 0; }
#consultation .charm_list li .front dt {
  color: var(--global--color1); }
#consultation .charm_list li .front {
  background: none; }
#consultation .charm_list li .back {
  transform: rotateX(0deg);
  height: auto;
  background: none;
  padding-left: 0;
  padding-right: 0; }
@media screen and (min-width: 761px) {
  #consultation .charm h2 span {
    font-size: 200px; } }
@media screen and (max-width: 760px) {
  #consultation .charm h2 span {
    font-size: 10vw !important; } }
@media screen and (max-width: 760px) {
  #consultation .title_post_type .jp {
    margin-bottom: 0 !important; } }
#consultation ul.example_list {
  margin: 55px 0;
  padding: 0;
  height: 610px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px; }
  @media screen and (max-width: 760px) {
    #consultation ul.example_list {
      height: auto; } }
  @media screen and (min-width: 761px) {
    #consultation ul.example_list .flow_content_title {
      top: 198px;
      left: -220px; } }
  #consultation ul.example_list li {
    width: 440px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 22px 42px 26px 83px;
    border-radius: 5px;
    background: white; }
    @media screen and (max-width: 760px) {
      #consultation ul.example_list li {
        width: 100%; } }
  #consultation ul.example_list span {
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 62px;
    height: 66px;
    text-align: center; }
  #consultation ul.example_list .box_access {
    background: #EFEFEF; }
#consultation .flow_affter {
  position: relative;
  border-top: 1px solid var(--global--color2);
  padding: 155px 0 96px;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 60px; }
  @media screen and (max-width: 760px) {
    #consultation .flow_affter {
      padding: 125px 0 0px;
      gap: 40px; } }
  #consultation .flow_affter li {
    width: 420px;
    padding: 30px 10px 10px;
    position: relative;
    line-height: 1.5;
    background: var(--global--color5); }
    #consultation .flow_affter li:after {
      content: "";
      position: absolute;
      top: -76px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: solid transparent;
      border-top-color: var(--global--color2);
      border-width: 25px 18px 0; }
  #consultation .flow_affter img {
    display: block;
    margin: 0 auto 36px; }
#consultation #access .bg_white {
  overflow: auto; }
#consultation .map {
  margin: 0; }

.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; }

.box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -321px;
  padding: 60px;
  height: 251px;
  background: var(--global--color2); }
  @media screen and (max-width: 760px) {
    .box {
      left: 20px;
      right: 20px;
      padding: 40px 17px 17px;
      bottom: inherit;
      top: 100%;
      height: auto; }
      .box li + li {
        margin-top: 14px; } }
  .box:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid; }
    @media screen and (max-width: 760px) {
      .box:before {
        height: 60px;
        top: -27px; } }
  .box ul {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 761px) {
      .box ul {
        display: flex;
        justify-content: center;
        gap: 20px; } }
  .box a {
    display: block;
    padding: 19px;
    width: 330px;
    height: 130px;
    text-decoration: none;
    color: white; }
    @media screen and (max-width: 760px) {
      .box a {
        width: auto;
        border: 1px solid white; } }
    .box a:hover svg rect {
      stroke-dasharray: 70, 590; }
  .box.one a {
    width: 690px;
    max-width: 690px; }
    @media screen and (max-width: 760px) {
      .box.one a {
        width: 100%;
        max-width: 100%; } }
    .box.one a:hover svg rect {
      stroke-dasharray: 70, 730,0,400; }
  .box dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%; }
  .box dt {
    background: white;
    color: initial;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
    height: max-content; }
    @media screen and (max-width: 760px) {
      .box dt {
        font-size: 3.4666666667vw !important; } }
  .box dd {
    position: relative;
    font-size: 18px;
    margin: 0;
    line-height: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 35.5px); }
    @media screen and (max-width: 760px) {
      .box dd {
        font-size: 4.2666666667vw !important;
        padding-right: 23px; } }
    .box dd:after {
      content: ""; }
    .box dd .arrowR svg {
      position: absolute;
      right: 0px; }
    .box dd span {
      width: 100%; }

@media screen and (min-width: 761px) {
  #kokoiro .box {
    bottom: -431px; }
    #kokoiro .box dd {
      position: initial; }
      #kokoiro .box dd .arrowR svg {
        top: 10px;
        right: 20px; }
    #kokoiro .box a:hover svg rect {
      stroke-dasharray: 70, 622; } }
.inner1280 {
  width: 1280px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 760px) {
    .inner1280 {
      width: auto;
      padding: 5.5vw; } }

.link_area {
  padding: 211px 0 200px; }
  @media screen and (max-width: 760px) {
    .link_area {
      padding: 271px 0 35px; } }
  .link_area ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .link_area a {
    display: block;
    text-decoration: none;
    color: white;
    width: 640px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 760px) {
      .link_area a {
        width: auto;
        margin-bottom: 10px; } }
    .link_area a:after {
      content: "";
      position: absolute;
      right: 46px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      border: 2px solid;
      border-bottom: none;
      border-left: none;
      transform: rotate(45deg); }
      @media screen and (max-width: 760px) {
        .link_area a:after {
          width: 17px;
          height: 17px;
          right: 7vw; } }
    .link_area a img {
      transition: .5s; }
    .link_area a:hover img {
      transform: scale(1.1); }
  .link_area .link_area_txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 97px 98px;
    line-height: 1.5; }
    @media screen and (max-width: 760px) {
      .link_area .link_area_txt {
        padding: 10vw 8vw 13vw; } }
  .link_area li:nth-child(3) a {
    width: 1280px; }
    @media screen and (max-width: 760px) {
      .link_area li:nth-child(3) a {
        width: auto; } }
  .link_area li:nth-child(3) .link_area_txt {
    padding: 65px 98px; }
    @media screen and (max-width: 760px) {
      .link_area li:nth-child(3) .link_area_txt {
        padding: 6vw 17vw 7vw 8vw;
        text-align: left; }
        .link_area li:nth-child(3) .link_area_txt span:last-child {
          font-size: 3.2vw; }
        .link_area li:nth-child(3) .link_area_txt .fs18 {
          font-size: 4.3vw; } }
  .link_area span {
    width: 100%; }

.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; } }

.btn_in-page {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 0 100px; }
  @media screen and (min-width: 761px) {
    .btn_in-page li + li {
      margin-left: 22px; } }
  @media screen and (max-width: 760px) {
    .btn_in-page {
      gap: 22px;
      flex-wrap: wrap;
      padding: 0 0 2vw; }
      .btn_in-page li {
        width: 100%; } }

.btn_in-page a {
  text-decoration: none;
  color: white;
  background: var(--global--color2);
  padding: 10px 10px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 110px;
  position: relative;
  text-align: center;
  line-height: 1.3; }
  @media screen and (max-width: 760px) {
    .btn_in-page a {
      height: auto; } }

.box3 a {
  width: 285px; }
  @media screen and (max-width: 760px) {
    .box3 a {
      width: 100%; } }

.btn_in-page a span {
  width: 100%;
  text-align: center;
  color: #919191; }

.btn_in-page a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: #ffffff;
  margin: auto; }

.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: 166px;
    left: -189px;
    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 {
    margin: 0 0 57px; }
    @media screen and (max-width: 760px) {
      .flow_content dt {
        margin-bottom: 5vw; } }
  .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: 80px;
      right: -23px; } }

.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: 240px; }
  @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;
    white-space: nowrap; }
    @media screen and (max-width: 760px) {
      dl.nursery2 > dd {
        justify-content: space-between;
        width: 100%; } }

body#consultation .nursery_wrap {
  background: #EFEFEF;
  border-radius: 10px;
  padding-bottom: 100px; }
  body#consultation .nursery_wrap + .nursery_wrap {
    margin: 40px 0 110px; }
    @media screen and (max-width: 760px) {
      body#consultation .nursery_wrap + .nursery_wrap {
        margin-bottom: 0; } }
  @media screen and (max-width: 760px) {
    body#consultation .nursery_wrap {
      padding: 4vw; }
      body#consultation .nursery_wrap .flex {
        display: block; }
      body#consultation .nursery_wrap .nursery1:nth-child(3) {
        margin-left: 0; } }
body#consultation dl.nursery2 {
  display: block;
  margin: 0; }
  body#consultation dl.nursery2 > dd {
    margin: 10px 0 25px; }
@media screen and (min-width: 761px) {
  body#consultation .nursery_wrap {
    margin: 110px 0 20px; }
  body#consultation .access_img {
    min-width: 400px; }
  body#consultation .nursery1:nth-child(3) {
    margin-left: 20px; } }

.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; }
