.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 {
    z-index: 1;
    position: relative;
    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: 117px;
    right: 370px;
    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/sentaku_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-size: cover;
      background-attachment: inherit; } }

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

#Structure {
  background: white; }

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

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

.bg_white {
  overflow: auto; }

.nursery_wrap {
  padding: 97px 101px 44px;
  background: #EFEFEF;
  margin: 110px 0;
  border-radius: 10px; }
  @media screen and (max-width: 760px) {
    .nursery_wrap {
      padding: 4vw;
      margin: 0; }
      .nursery_wrap .flex {
        display: block; } }

.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 dd {
    margin: 0; }

dl.nursery2 {
  display: block;
  margin: 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: 10px 0 25px;
    width: calc(100% - 5rem);
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap; }

.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;
  width: 100%; }

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

@media screen and (max-width: 760px) {
  .undertitle_wrap .inner {
    padding-right: 25vw; } }
.undertitle_wrap .number.Roboto {
  position: absolute;
  right: 84px;
  top: 18px;
  bottom: 0;
  line-height: 1;
  font-size: 150px;
  font-weight: 100;
  height: fit-content; }
  @media screen and (max-width: 760px) {
    .undertitle_wrap .number.Roboto {
      font-size: 13.3333333333vw !important;
      right: 5vw;
      margin: auto;
      top: 0; } }
  .undertitle_wrap .number.Roboto:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    bottom: 2px;
    left: 9px;
    right: 19px; }
    @media screen and (max-width: 760px) {
      .undertitle_wrap .number.Roboto:after {
        bottom: -1vw;
        right: 1vw;
        left: 1vw; } }
.undertitle_wrap .Roboto {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: inline-block; }
  @media screen and (max-width: 760px) {
    .undertitle_wrap .Roboto {
      font-size: 12vw !important;
      line-height: initial; } }
.undertitle_wrap .fs20 {
  letter-spacing: 0.35rem; }

.flex.column2,
.flex.column3 {
  justify-content: space-between; }

.flex.column2 > * {
  width: 45%; }
  @media screen and (max-width: 761px) {
    .flex.column2 > * {
      width: 100%; } }

@media screen and (min-width: 761px) {
  .flex.reverse .img {
    display: flex;
    justify-content: flex-end; } }
@media screen and (min-width: 761px) {
  .inner900 .flex.column2 .txt {
    width: 450px; }
  .inner900 .flex.column2 .img {
    width: 375px; }

  .inner .flex.column2 > * {
    width: 47%; }

  .flex.column2 > *.w48 {
    width: 48%; } }
.title02 {
  font-size: 26px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #707070;
  padding: 0 0 14px; }
  @media screen and (max-width: 760px) {
    .title02 {
      font-size: 4.2666666667vw !important;
      margin-bottom: 8vw; } }
  .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: 8vw; } }

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

.box_border {
  border: 1px dashed var(--global--color2);
  padding: 30px;
  margin: 0 0 20px; }
  @media screen and (max-width: 760px) {
    .box_border {
      padding: 5vw; } }
  .box_border > dt {
    background: var(--global--color2);
    padding: 1px 13px;
    margin-bottom: 25px;
    color: white;
    width: fit-content; }
  .box_border > dd {
    margin: 0; }

#Strengths p {
  line-height: calc(50 / 20);
  letter-spacing: .12em; }
  @media screen and (min-width: 760px) {
    #Strengths p {
      font-size: 20px; } }
