/* javascriptアニメーション制御*/
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-element.show {
  opacity: 1;
  transform: translateY(0);
}
/* コンテンツ部分 */
.top02_wrapper.top02_back_search {
    position: relative;
}
.top02_wrapper.top02_back_search:after {
    content: "";
    background-image: url(/wp-content/uploads/sites/745/2022/05/back_search.png);
    position: absolute;
    left: 0;
    top: 80px;
    width: 167px;
    height: 100%;
    background-repeat: no-repeat;
}
.top02_toptab_wrapper {
    position: relative;
}
.top02_back_search .wp-block-uagb-column {
    overflow: visible;
}
.top02_toptab_wrapper img.map_re {
    position: absolute;
    bottom: -10px;
    left: -25px;
}
img.top02_sankaku {
    margin-bottom: -1px;
}
.tab-group {
    display: flex;
    justify-content: center;
    margin: 0;
}
.tab {
    flex-grow: 1;
    padding: 15px;
    list-style: none;
    border: solid 1px #dfe5e8;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #dfe5e8;
    font-weight: 600;
    margin: 0 15px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    letter-spacing: 0.15em;
    max-width: 270px;
}
.panel-group {
    min-height: 100px;
    border: solid 2px #16c0ef;
    background: #fff;
    border-radius: 10px;
}
.panel {
    display: none;
    text-align: center;
    padding: 15px;
}
.tab.is-active {
    background: #68A0B0;
    border: solid 1px #68A0B0;
    transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}
.top02_toptab_wrapper .panel img {
    /* width: 100%; */
}
.top02_wrapper .title1 {
    position: relative;
}
img.top02_pickup_f {
    position: absolute;
    top: -75px;
    left: 23%;
}
img.top02_dot {
    position: absolute;
    left: calc(50% - 3px);
    top: -65px;
}
.title_pickup {
    position: absolute;
    width: 100%;
    margin-top: -85px;
}
.flex.pickup {
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 130px;
}
.flex.pickup a {
    width: calc(100% / 3 - 20px);
    display: block;
}
.flex.pickup a img {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.flex.pickup a p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 40px;
    line-height: 1;
}
.flex.pickup a p span.arrow_right {
    position: relative;
    left: 10px;
    transition: all .3s;
}
.flex.pickup a:hover p span.arrow_right {
    left: 15px;
}
img.top02_pickup_re {
    position: absolute;
    right: -80px;
    bottom: 0;
}

.bg_bottom:before {
    content: "";
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    background-color: #ebf8ff;
    bottom: 0;
    left: 0;
}
.top03_wrapper_online {
    justify-content: space-between;
    position: relative;
    padding: 0 80px;
}
.top03_wrapper_online a {
    width: calc(50% - 35px);
    background-color: #fff;
    border-radius: 10px;
}
img.top03_wrapper_online_abs1, img.top03_wrapper_online_abs2 {
    position: absolute;
    top: -55px;
}
img.top03_wrapper_online_abs1 {
    left: 0;
}
img.top03_wrapper_online_abs2 {
    right: 0;
}
.top03_wrapper_online a:hover img.top03_wrapper_online_abs1,
.top03_wrapper_online a:hover img.top03_wrapper_online_abs2 {
    opacity: 1;
    z-index: 1;
}
.top03_wrapper_online a h5.ao1 {
    color: #68A0B0;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.15em;
    margin: 25px 0 15px;
    padding: 0 30px;
    line-height: 1;
}
.top03_wrapper_online a p {
    margin-bottom: 0;
    font-size: 15px;
    padding: 0 30px 25px 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.bg_top_fff:before {
    content: "";
    width: 100%;
    height: 80%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.top04_wrapper .bg_2 {
    padding: 50px 40px;
    width: 45%;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
img.owner_image {
    position: absolute;
    top: 0;
    right: 0;
}
img.owner_re {
    position: absolute;
    top: -68px;
    left: 20px;
}
.top04_wrapper a.button_round_ao {
    min-width: 250px;
}
.top04_wrapper p.title1_sub {
    font-weight: 500;
    letter-spacing: 0.12em;
}
.top04_wrapper_flex {
    justify-content: center;
    column-gap: 50px;
    align-items: start;
}
.top04_wrapper_flex a {
    width: calc(100% / 3 - 20px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.top04_wrapper_flex a span.fff {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    border-radius: 33px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
}
.top04_wrapper_flex a p {
    padding: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 18px;
}
.top04_wrapper_flex a p span.arrow_right {
    position: relative;
    right: -15px;
    transition: all .3s;
}
.top04_wrapper_flex a:hover p span.arrow_right {
    right: -20px;
}
.top04_wrapper_flex a:hover span.fff {
    opacity: 1;
    z-index: 1;
}
.top05_wrapper .wp-block-uagb-column {
    overflow: visible;
}
.top05_wrapper_flex {
    justify-content: space-between;
    align-items: center;
}
.top05_wrapper_flex>div {
    width: calc(100% / 2 - 25px);
}
.top05_wrapper_flex_img {
    position: relative;
}
img.top05_wrapper_flex_abs1, img.top05_wrapper_flex_abs2 {
    position: absolute;
}
img.top05_wrapper_flex_abs1 {
    top: -80px;
    left: -20px;
}
img.top05_wrapper_flex_abs2 {
    bottom: -13px;
    left: -35px;
}
.top05_wrapper p {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 2.4;
}
.top06_wrapper .title1 {
    transform: translateY(40%);
}
.top06_wrapper .title1 h4.noto {
    background-image: none;
    font-size: 18px;
    padding: 0;
}
.top06_wrapper .title1 h3.mon {
    font-size: 38px;
}
.top06_wrapper .uagb-column__inner-wrap {
    display: flex;
    justify-content: center;
}
.top06_wrapper .uagb-column__inner-wrap .row {
    width: 250px;
}
.top06_wrapper .uagb-column__inner-wrap .es-list-wrapper {
    padding: 40px;
    padding-left: 50px;
    border: 1px solid #E8A4A1;
    width: calc(100% - 250px);
    position: relative;
}
.top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .list {
    margin-right: 150px;
    padding-right: 20px;
    height: 65px;
    overflow-y: scroll;
}
.top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .wp-block-button {
    position: absolute;
    right: 25px;
    top: 48px;
    width: 150px;
}
.top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .wp-block-button a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: none;
    line-height: 1;
    padding: 20px;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
}
.top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .wp-block-button a:hover {
    transform: none;
    background-color: #E8A4A1;
    opacity: 1;
}
.top06_wrapper .list_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.top06_wrapper .es-list.list-border-bottom li {
    margin-bottom: 0;
    border-bottom: none;
    padding: 5px 0;
}
.top06_wrapper .list_content span.date {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    width: 110px;
    display: block;
}
.top06_wrapper .list_content h3.ellipsis {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    width: calc(100% - 110px);
    display: block;
    letter-spacing: 0.01em;
}
.top07_wrapper_flex {
    align-items: center;
}
.top07_wrapper .uagb-columns__inner-wrap {
    max-width: 100% !important;
}
.top07_wrapper_text {
    width: 38%;
    padding: 0 80px;
}
.top07_wrapper_slide {
    width: 62%;
    padding: 60px 10px 30px 50px;
}
.top07_wrapper_slide:before {
    content: "";
    background-image: url(/wp-content/uploads/sites/745/2022/05/back_blue.png);
    background-repeat: repeat;
    background-position: center;
    width: calc(100% + 15px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    border-radius: 15px 0 0 15px;
    z-index: -1;
}
.top07_wrapper_slide.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #68A0B0;
}
.top07_wrapper_slide.owl-theme .owl-dots .owl-dot.active span,
.top07_wrapper_slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #68A0B0;
}
.top07_wrapper_slide.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.top07_wrapper .wp-block-uagb-column {
    overflow: visible;
}
.top07_wrapper_text p.justify {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
}
.top07_wrapper_slide_text {
    background: #fff;
    padding: 20px 25px;
    border-radius: 0 0 10px 10px;
}
.top07_wrapper_slide_text p.chairo {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.8;
    font-size: 15px;
}
.top07_wrapper_slide_text p.ao1 {
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    font-size: 17px;
}
.top08_wrapper_slide_banner {
    padding: 0 15px;
}
.top08_wrapper_slide_banner.owl-theme .owl-nav {
    margin: 0;
}
.top08_wrapper_slide_banner.owl-theme .owl-nav button {
    position: absolute;
    color: #16c0ef;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.top08_wrapper_slide_banner.owl-theme .owl-nav button span {
    font-size: 36px;
    line-height: 1;
    display: block;
}
.top08_wrapper_slide_banner.owl-theme .owl-nav button.owl-next {
    right: 0;
}
.top08_wrapper_slide_banner.owl-theme .owl-nav button.owl-prev {
    left: 0;
}
.top08_wrapper_slide_banner.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #E8A4A1;
    text-decoration: none;
}

@media (max-width: 1810px) {
  .top07_wrapper_slide_text {
      min-height: 185px;
  }
}

@media (max-width: 1600px) {
  .top07_wrapper_text {
      padding: 0 50px;
  }
}

@media (max-width: 1475px) {
  .top07_wrapper_slide_text {
      min-height: 212px;
  }
  .top07_wrapper_text {
      padding: 0 45px;
  }
}

@media (max-width: 1400px) {
  .top07_wrapper_text {
      width: 42%;
      padding: 0 30px;
  }
  .top07_wrapper_slide {
      width: 58%;
  }
  img.top02_pickup_re {
      display: none;
  }
  .top02_wrapper.top02_back_search:after {
      content: none;
  }
  img.top05_wrapper_flex_abs2 {
      left: -30px;
  }
}

@media (max-width: 1399px) {
  .top07_wrapper_slide_text {
      min-height: 185px;
  }
}

@media (max-width: 499px) {
  .top02_toptab_wrapper img.map_re {
      display: none;
  }
  .tab {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 5px;
    margin: 0 5px;
  }
  .tab-group {
    padding: 0 5px;
  }
  .panel {
  padding: 5px 0;
  }
  img.top02_pickup_f {
      width: 77px;
      top: -50px;
      left: -20px;
  }
  .title_pickup {
      position: relative;
      margin-top: 0;
      padding: 0 20px;
  }
  img.top02_dot {
      left: calc(50% - 1.5px);
      top: -30px;
      width: 3px;
  }
  .flex.pickup {
      padding: 0 20px;
      padding-top: 0;
  }
  .flex.pickup a {
      width: calc(100% / 2 - 10px);
  }
  .flex.pickup a img {
      margin-bottom: 10px;
  }
  .flex.pickup a p.mb_45 {
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.5;
      margin-bottom: 20px !important;
  }
  .flex.pickup a p span.arrow_right {
      display: none;
  }
  .top03_wrapper .title1 h4.noto.linear_g {
      line-height: 1.8;
      display: inline;
  }
  .top03_wrapper p.title1_sub.center br {
      display: none;
  }
  .top03_wrapper_online {
      padding: 0;
      padding-top: 50px;
  }
  .top03_wrapper_online a {
      width: calc(50% - 10px);
  }
  img.top03_wrapper_online_abs1, img.top03_wrapper_online_abs2 {
      position: absolute;
      top: 0px;
      width: 90px;
  }
  img.top03_wrapper_online_abs1 {
      left: -10px;
  }
  img.top03_wrapper_online_abs2 {
      right: -10px;
  }
  .top03_wrapper_online a h5.ao1 {
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.1em;
      margin: 20px 0 10px;
      padding: 0 20px;
  }
  .top03_wrapper_online a p {
      font-size: 14px;
      padding: 0 18px 20px 18px;
      letter-spacing: 0.05em;
      line-height: 1.8;
  }
  img.owner_image {
      position: relative;
      margin-bottom: 15px;
  }
  .top04_wrapper .bg_2 {
      padding: 30px 25px;
      width: 100%;
      margin-top: 34px;
  }
  img.owner_re {
      top: -34px;
      left: 15px;
      height: 34px;
  }
  .top04_wrapper p.title1_sub {
      letter-spacing: 0.1em;
  }
  .top04_wrapper_flex {
column-gap: 20px;
  }
  .top04_wrapper_flex a {
      width: calc(100% / 2 - 10px);
  }
  .bg_top_fff:before {
      height: 68%;
  }
  .top04_wrapper_flex a:not(:last-child) {
      margin-bottom: 20px;
  }
  .top04_wrapper_flex a:nth-child(2) p{
    padding: 10px;
  }
  .top04_wrapper_flex a p {
      letter-spacing: 0.01em;
      font-size: 14px;
      line-height: 1.5;
      padding: 20px 10px;
  }
  .top04_wrapper_flex a p span.arrow_right {
      display: none;
  }
  .top04_wrapper_flex a span.fff {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.05em;
      padding: 6px 12px;
      top: 5px;
      left: 5px;
  }
  .top05_wrapper_flex>div {
      width: 100%;
  }
  img.top05_wrapper_flex_abs1 {
      top: -30px;
      width: 120px;
  }
  img.top05_wrapper_flex_abs2 {
      left: -10px;
      width: 100px;
      bottom: 0;
  }
  img.top05_wrapper_flex_midia {
      margin-bottom: 15px;
  }
  .top05_wrapper p.chairo {
      font-size: 14px;
      line-height: 2;
      margin-top: -5px;
  }
  .top06_wrapper .uagb-column__inner-wrap {
      flex-wrap: wrap;
  }
  .top06_wrapper .uagb-column__inner-wrap .row,
  .top06_wrapper .uagb-column__inner-wrap .es-list-wrapper {
      width: 100%;
  }
  .top06_wrapper .uagb-column__inner-wrap .es-list-wrapper {
      padding: 20px;
      padding-left: 20px;
      padding-right: 10px;
  }
  .top06_wrapper .title1 {
      transform: none;
      padding: 20px 0 12px;
  }
  .top06_wrapper .title1 h3.mon {
      font-size: 32px;
      line-height: 1;
  }
  .top06_wrapper .title1 h4.noto {
      font-size: 17px;
  }
  .top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .list {
      margin-right: 0;
      padding-right: 10px;
      height: 65px;
  }
  .top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .wp-block-button {
      position: relative;
      right: auto;
      top: auto;
      margin-top: 15px;
  }
  .top06_wrapper .uagb-column__inner-wrap .es-list-wrapper .wp-block-button a {
      padding: 15px 20px;
      font-size: 14px;
  }
  .top06_wrapper .es-list.list-border-bottom li {
      padding: 3px 0;
  }
  .top06_wrapper .list_content span.date {
      width: 90px;
  }
  .top06_wrapper .list_content h3.ellipsis {
      width: calc(100% - 90px);
  }
  .top07_wrapper_text {
      width: 100%;
      padding: 0 15px;
      margin-bottom: 35px;
  }
  .top07_wrapper_slide {
      width: 100%;
      padding: 35px 15px 20px;
  }
  .top07_wrapper_text p.justify {
      letter-spacing: 0.05em;
      line-height: 1.8;
      font-size: 15px;
  }
  .top07_wrapper_slide:before {
      width: calc(100% + 30px);
      border-radius: 0;
  }
  .top07_wrapper_slide_text p.ao1 {
      font-size: 15px;
      font-weight: 500;
  }
  .top07_wrapper_slide_text p.chairo {
      font-size: 14px;
  }
  .top07_wrapper_slide_text {
      min-height: 0;
  }
  .top07_wrapper_slide.owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 20px;
  }
  .top08_wrapper_slide_banner {
      padding: 0 10px;
  }
  .top08_wrapper_slide_banner.owl-theme .owl-nav button span {
      font-size: 30px;
  }
}

@media (max-width: 374px) {
  .tab {
      font-size: 14px;
  }
  img.top02_pickup_f {
      display: none;
  }
  .top02_wrapper .title1_sub {
      text-align: justify;
      line-height: 1.8;
      font-feature-settings: "palt" 1;
      letter-spacing: 0.01em;
  }
  .top02_wrapper .title1_sub br {
      display: none;
  }
  .flex.pickup a {
      width: calc(100% / 2 - 7px);
  }
  img.top03_wrapper_online_abs1, img.top03_wrapper_online_abs2 {
      width: 55px;
  }
  .top03_wrapper_online a p {
      font-size: 13px;
      letter-spacing: 0.01em;
  }
  .title1_sub {
      letter-spacing: 0.05em;
      font-size: 14px;
  }
  .top04_wrapper p.title1_sub {
      letter-spacing: 0.05em;
  }
  .top04_wrapper a.button_round_ao {
      min-width: 220px;
  }
  .top04_wrapper_flex a span.fff {
      top: auto;
      left: 5px;
      bottom: 65px;
  }
  .top04_wrapper_flex a p {
      font-size: 13px;
  }
  .top07_wrapper_text p.justify {
      font-size: 14px;
  }

}
