@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
FOOTER
-----------------------------------------*/
/*----------------------------------------
MAIN
-----------------------------------------*/
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*@media screen and (min-width: 769px) {*/
	
  #OseTOP .mv {
    position: relative;
	height: 100px;
  }
  #OseTOP .mv::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(34, 34, 34, 0.5);
    display: block;
    z-index: 1;
    pointer-events: none;
  }
  #OseTOP .mv h1 {
    /*position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    z-index: 10;
    -webkit-transition: all 2s;
    transition: all 2s;*/
	display: none;
  }
  #OseTOP .mv .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  #OseTOP .mv .gallery li img {
    width: 100vw;
  }
  #OseTOP .mv .gallery .slick-dots {
    display: none !important;
  }
  #OseTOP .mv .choice-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    max-width: 1000px;
    z-index: 2;
  }
  #OseTOP .mv .choice-btn .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #OseTOP .mv .choice-btn li {
    width: 25%;
    min-height: 100px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
  }
  #OseTOP .mv .choice-btn li span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

/*}*/

.slick-track {
    /* width: 100%!important; */
}

#OseTOP .mv .choice-btn li{
	width: 25%!important;
}


@media screen and (min-width: 769px) and (max-width: 1110px) {
  #OseTOP .mv .choice-btn li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #OseTOP .mv .choice-btn li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  #OseTOP .mv .choice-btn li:first-of-type {
    border-left: 2px solid #fff;
  }
  #OseTOP .mv .choice-btn li.slick-current {
    background: rgba(187, 4, 20, 0.5);
  }
  #OseTOP .mv .choice-btn li.slick-current::before {
    /*content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-animation: border_anim 7s linear forwards;
            animation: border_anim 7s linear forwards;*/
  }
  @-webkit-keyframes border_anim {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes border_anim {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  #OseTOP .sec01 {
    background: url(../img/ose2022/top/bg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 50px 0 60px;
  }
  #OseTOP .sec01 .h2_h3 {
    margin-bottom: 60px;
    text-align: center;
  }
  #OseTOP .sec01 .h2_h3 h2 img {
    width: 500px;
  }
  #OseTOP .sec01 .h2_h3 h3 {
    color: #fff;
  }
  #OseTOP .sec01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  #OseTOP .sec01 ul li {
    width: 30%;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  #OseTOP .sec01 ul li .txt h3 {
    font-size: 1.3rem;
  }
  #OseTOP .sec01 ul li .txt p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #OseTOP .sec01 .view_more {
    text-align: center;
    margin-right: 0;
  }
  #OseTOP .sec01 .view_more a::after {
    background: #fff;
  }
  #OseTOP .sec01.sec01_2023 {
    padding-top: 60px;
    padding-bottom: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(150deg, rgb(255, 255, 255) 5%, rgb(255, 223, 225) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffddef",GradientType=1);
  }
  #OseTOP .sec01.sec01_2023 h2 {
    font-size: 3rem;
    font-weight: bold;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df {
    padding: 20px;
    background: #ccc;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df:not(:first-of-type) {
    margin-top: 50px;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl {
    padding: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl .img {
    background-image: linear-gradient(91deg, rgb(255, 255, 255) 10%, rgb(244, 244, 243) 90%);
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl .img img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl .txt p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.6;
    font-weight: 500;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl--addtxt .img {
    padding-bottom: 86%;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl--addtxt .img span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    padding: 0 20%;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__soon {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__soon2 {
    /* width: 60%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df li .txt h3 {
    color: #e50012;
  }
  #OseTOP .event2022 {
    background: #f4f3f3;
    background: -webkit-gradient(linear, left top, right top, from(#f4f3f3), color-stop(20%, #f4f3f3), color-stop(20%, #fff8ff), color-stop(80%, #fbd5ea), to(#fbd5ea));
    background: linear-gradient(90deg, #f4f3f3 0%, #f4f3f3 20%, #fff8ff 20%, #fbd5ea 80%, #fbd5ea 100%);
  }
  #OseTOP .event2022 h3 {
    color: #000;
  }
  #OseTOP .event2022 .calender2022 {
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    border-radius: 20px 0 0 0;
  }
  #OseTOP .event2022 .calender2022 .em-calnav {
    color: #e50012;
  }
  #OseTOP .event2022 .calender2022 .em-calendar thead td {
    background: #e50012;
  }
  #OseTOP .event2022 .calender2022 .eventful {
    background: #e50012 !important;
  }
  #OseTOP .event2022 .slide_area .slick-list {
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    border-radius: 0 0 20px 0;
    background: #fff;
  }
  #OseTOP .event2022 .slide_area .slick-slide {
    margin-bottom: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #OseTOP .event2022 .slide_area .slick-slide .img {
    padding-bottom: 53%;
  }
  #OseTOP .event2022 .slide_area .slick-slide.pick_up::before {
    background: #e50012;
    padding: 8px 20px;
  }
  #OseTOP .event2022 .slide_area .slick-slide.pick_up .date2022 {
    color: #e50012;
  }
  #OseTOP .event2022 .slide_area .slick-next::before {
    background: url(../img/ose2022/top/slide_arw_r_red.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #OseTOP .event2022 .slide_area .slick-dots li {
    margin: 10px 0 0;
  }
  #OseTOP .event2022 .slide_area .slick-dots .slick-active button::before {
    background: #e50012;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  #OseTOP .event2022 .search_area .LFT, #OseTOP .event2022 .search_area .RGT {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #OseTOP .event2022 .event__list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
  }
  #OseTOP .event2022 .event__list li {
    width: 30%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    border-radius: 0 0 20px 0;
  }
  #OseTOP .event2022 .event__list li.new::before {
    background: #e50012;
    padding: 8px 20px;
  }
  #OseTOP .event2022 .event__list li .date2022 {
    color: #e50012;
  }
  #OseTOP .info {
    background: #f4f3f3;
  }
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  #OseTOP .info .info__df__lft h2, #OseTOP .info .info__df__lft h3 {
    margin-left: 2%;
  }
  #OseTOP .info .more {
    margin-right: 2%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  #OseTOP .info .info__df__lft h2 img {
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  #OseTOP .about {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 223, 225)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgb(255, 223, 225) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffddef",GradientType=1);
    text-align: center;
    padding: 60px 0;
  }
  #OseTOP .about .view_more {
    text-align: center;
  }
  #OseTOP .about.about2023 {
    background: url(../img/ose2022/top/bg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
    position: relative;
    padding: 80px 0;
  }
  /*#OseTOP .about.about2023::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }*/
  /*#OseTOP .about.about2023 .about2023__df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }*/
  #OseTOP .about.about2023 .about2023__df__us, #OseTOP .about.about2023 .about2023__df__sns {
    color: #fff;
  }
  #OseTOP .about.about2023 .about2023__df__us h2, #OseTOP .about.about2023 .about2023__df__sns h2 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  /*#OseTOP .about.about2023 .about2023__df__us {
    width: 40%;
  }*/
  #OseTOP .about.about2023 .about2023__df__us .view_more {
    margin-right: 0;
  }
  #OseTOP .about.about2023 .about2023__df__us a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #OseTOP .about.about2023 .about2023__df__us a:after {
    background: #fff;
  }
  #OseTOP .about.about2023 .about2023__df__sns {
    width: 40%;
  }
  #OseTOP .about.about2023 .about2023__df__sns .h2_h3 {
    margin-bottom: 30px;
  }
  #OseTOP .about.about2023 .about2023__df__sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #OseTOP .about.about2023 .about2023__df__sns ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #OseTOP .mv {
    position: relative;
  }
  #OseTOP .mv::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(34, 34, 34, 0.5);
    display: block;
    z-index: 1;
    pointer-events: none;
  }
  #OseTOP .mv h1 {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    z-index: 1;
  }
  #OseTOP .mv .gallery li img {
    width: 100vw;
  }
  #OseTOP .mv .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  #OseTOP .mv .slick-dots {
    bottom: 5%;
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20px;
    z-index: 10;
  }
  #OseTOP .mv .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 0 8px;
  }
  #OseTOP .mv .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  #OseTOP .mv .slick-dots li button::before {
    width: 20px;
    height: 20px;
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: 1;
  }
  #OseTOP .mv .slick-dots li.slick-active button::before {
    background: #e50012;
  }
  #OseTOP .sec01 {
    background: url(../img/ose2022/top/bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right top;
    padding: 50px 0 80px;
  }
  #OseTOP .sec01 .h2_h3 {
    margin-bottom: 40px;
    text-align: center;
  }
  #OseTOP .sec01 .h2_h3 h2 img {
    width: 210px;
  }
  #OseTOP .sec01 .h2_h3 h3 {
    color: #fff;
  }
  #OseTOP .sec01 .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #OseTOP .sec01 .slick-dots li {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  #OseTOP .sec01 .slick-dots li button {
    width: 25px;
    height: 25px;
  }
  #OseTOP .sec01 .slick-dots li button::before {
    width: 25px;
    height: 25px;
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: 1;
  }
  #OseTOP .sec01 .slick-dots li.slick-active button::before {
    background: #e50012;
  }
  #OseTOP .sec01 .view_more {
    text-align: center;
  }
  #OseTOP .sec01 .view_more a::after {
    background: #fff;
  }
  #OseTOP .sec01.sec01_2023 {
    padding-top: 60px;
    padding-bottom: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(150deg, rgb(255, 255, 255) 0%, rgb(255, 223, 225) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffddef",GradientType=1);
  }
  #OseTOP .sec01.sec01_2023 h2 {
    font-size: 3rem;
    font-weight: bold;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df {
    padding: 20px;
    background: #ccc;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df:not(:first-of-type) {
    margin-top: 70px;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl {
    padding: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl .img {
    background-image: linear-gradient(91deg, rgb(255, 255, 255) 10%, rgb(244, 244, 243) 90%);
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl .img img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl .txt p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.6;
    font-weight: 500;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl--addtxt .img {
    padding-bottom: 86%;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__ttl--addtxt .img span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    padding: 0 20%;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df__soon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 50px 0;
  }
  #OseTOP .sec01.sec01_2023 .sec01_2023__df li .txt h3 {
    color: #e50012;
  }
  #OseTOP .event2022 {
    background: #f4f3f3;
    background: -webkit-gradient(linear, left top, right top, from(#f4f3f3), color-stop(20%, #f4f3f3), color-stop(20%, #fff8ff), color-stop(80%, #fbd5ea), to(#fbd5ea));
    background: linear-gradient(90deg, #f4f3f3 0%, #f4f3f3 20%, #fff8ff 20%, #fbd5ea 80%, #fbd5ea 100%);
    padding: 80px 0;
  }
  #OseTOP .event2022 h3 {
    color: #000;
  }
  #OseTOP .event2022 .calender2022 {
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    border-radius: 20px 0 0 0;
  }
  #OseTOP .event2022 .calender2022 .em-calnav {
    color: #e50012;
  }
  #OseTOP .event2022 .calender2022 .em-calendar thead td {
    background: #e50012;
  }
  #OseTOP .event2022 .calender2022 .eventful {
    background: #e50012 !important;
  }
  #OseTOP .event2022 .slide_area .slick-list {
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    border-radius: 0 0 20px 0;
  }
  #OseTOP .event2022 .slide_area .slick-slide {
    margin-bottom: 0 !important;
  }
  #OseTOP .event2022 .slide_area .slick-slide .img {
    padding-bottom: 53%;
  }
  #OseTOP .event2022 .slide_area .slick-slide.pick_up::before {
    background: #e50012;
    padding: 8px 20px;
  }
  #OseTOP .event2022 .slide_area .slick-slide.pick_up .date2022 {
    color: #e50012;
  }
  #OseTOP .event2022 .slide_area .slick-next {
    bottom: -45px;
  }
  #OseTOP .event2022 .slide_area .slick-next::before {
    background: url(../img/ose2022/top/slide_arw_r_red.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #OseTOP .event2022 .slide_area .slick-dots {
    bottom: -35px;
  }
  #OseTOP .event2022 .slide_area .slick-dots .slick-active button::before {
    background: #e50012;
  }
  #OseTOP .event2022 .event__list {
    margin-top: 100px;
  }
  #OseTOP .event2022 .event__list li {
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    border-radius: 0 0 20px 0;
  }
  #OseTOP .event2022 .event__list li.new::before {
    background: #e50012;
    padding: 8px 20px;
  }
  #OseTOP .event2022 .event__list li .date2022 {
    color: #e50012;
  }
  #OseTOP .info {
    background: #f4f3f3;
  }
}
@media screen and (max-width: 768px) and (max-width: 1250px) {
  #OseTOP .info .info__df__lft h2, #OseTOP .info .info__df__lft h3 {
    margin-left: 2%;
  }
  #OseTOP .info .more {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1120px) {
  #OseTOP .info .info__df__lft h2 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #OseTOP .about {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 223, 225)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgb(255, 223, 225) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffddef",GradientType=1);
    text-align: center;
  }
  #OseTOP .about .view_more {
    text-align: center;
  }
  #OseTOP .about h2 img {
    width: 200px;
  }
  #OseTOP .about.about2023 {
    background: url(../img/ose2022/top/bg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
    position: relative;
    padding: 80px 0;
  }
  #OseTOP .about.about2023 .about2023__df__us, #OseTOP .about.about2023 .about2023__df__sns {
    color: #fff;
  }
  #OseTOP .about.about2023 .about2023__df__us h2, #OseTOP .about.about2023 .about2023__df__sns h2 {
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  /*#OseTOP .about.about2023 .about2023__df__us {
    padding-bottom: 80px;
  }*/
  #OseTOP .about.about2023 .about2023__df__us a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #OseTOP .about.about2023 .about2023__df__us a:after {
    background: #fff;
  }
  #OseTOP .about.about2023 .about2023__df__sns {
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  #OseTOP .about.about2023 .about2023__df__sns .h2_h3 {
    margin-bottom: 30px;
  }
  #OseTOP .about.about2023 .about2023__df__sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #OseTOP .about.about2023 .about2023__df__sns ul li {
    margin: 0 5px;
  }
}

/*　20231225 堀追加　イベント修正　*/

.more.event-calendar{
	text-align: center;
}

.more a{
	    display: inline-block;
    position: relative;
}

.more a::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 110%;
    height: 2px;
    background: #000;
    content: "";
}

#OseTOP .event2022 .slide_area .slick-slide .img {
    padding: 0;
    padding-bottom: calc(412 / 785 * 100%);
}

.about_flex{
	display: flex;
}
.logo_sutaeco{
	margin-right: 3rem;
	min-width: 120px;
}
.about_txt{
	text-align: left;
}

@media screen and (max-width: 768px) {
.more.event-calendar{
	margin-top: 35px;
}
	
.more a{
	 width: 120px;
}
	
.about_flex{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo_sutaeco{
	margin-bottom: 3rem;
	margin-right: 0!important;
	min-width: 120px;
}
}

/*　INFOMATION修正　*/

.section_box_info {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #f4f3f3; 
}

section.info_wrap.wow.fadeInUp{
	 background-color: #f4f3f3;  
}

.info__df__rgt{
	width: auto;
}

.info__df__rgt .more{
	margin-right: 0;
}

/* ここからOsaka Featured Startups */

.container_eventGuide {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.featured_wrap{
background:  linear-gradient(150deg, rgb(255, 255, 255) 5%, rgb(255, 223, 225) 100%);
}

.explain{
	margin-bottom: 5rem;
}
	
	.featured{
		display: flex; 
		/*justify-content: space-around;*/ 
		flex-wrap: wrap;
	}
	
	ul.featured li.list2022{
		border: none; 
		width: 30%;
		padding: 0!important;
		margin-bottom: 30px!important;
	}
	
	ul.featured li.list2022 a{
		text-decoration: none; 
		color: #fff;
	}
	

	.featured_img{
		padding: 0!important;
		padding-bottom: calc(412 / 785 * 100%)!important;
	}

	.red_link {
		color: #e50012;
		border-bottom: 1px solid #e50012;
		padding: 4px 0;
	}

.btn_wrap{
	display: flex;
	justify-content: flex-end;
}
.article_btn {
    color: #fff;
    font-size: 12px;
    line-height: 28.5px;
    background: #e50012;
    padding: 0 7px;
    border-radius: 3px;
}
.web_btn{
	color: #fff;
    font-size: 12px;
    line-height: 28.5px;
	background: #000;
	padding: 0 7px;
	border-radius: 3px;
	margin-left: 5px;
}

.list2022{
	height: auto!important;
}

	@media (max-width: 768px) {
		
	.featured{
		flex-direction: column;
		align-items: center;
	}
		ul.featured li.list2022{
		border: none; 
		width: 90%;
		margin-bottom: 30px!important;
	}
		
	}	

.section_box_featured {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    /*background-color: #fff;*/
}

.featured_title::before {
    position: absolute;
    top: 16px;
    left: -50px;
    content: "";
    background-color: #e50012;
    width: 20px;
    height: 2px;
}
.tit_en{
	color: #000;
    font-size: 5rem!important;
    letter-spacing: 0.1em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
    /*word-break: break-all;*/
	text-align: left!important;
}
.tit_jp{
    text-align: left!important;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 50px;
}
.txt_white{
	color: #FFFFFF!important;
}
@media screen and (min-width: 769px){
	
h3.featured_title{
	 position: relative;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
	
h3.featured_title::before {
    position: absolute;
    top: 16px;
    left: -50px;
    content: "";
    background-color: #e50012;
    width: 20px;
    height: 2px;
}
	.more{
		text-align: right!important;
	}
}


@media screen and (max-width: 768px){
	
h3.featured_title{
	position: relative;
font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
	
h3.featured_title::before {
    position: absolute;
    top: 16px;
    /*left: -30px;*/
    content: "";
    background-color: #cf5095;
    width: 15px;
    height: 2px;
}
.tit_en{
	color: #000;
    font-size: 3.2rem!important;
    letter-spacing: 0.1em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
    /*word-break: break-all;*/
	text-align: center!important;
}
.tit_jp{
    text-align: center!important;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 50px;
}
	.more{
		text-align: center!important;
	}
}
/* ここまでOsaka Featured Startups */

/* ここからOSAKA IN FIGURES */

.section_box_figures {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

ul.figures {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.figures li {
    width: 48%;
    margin-bottom: 30px;
}

#OseTOP .figures_wrap {
    background: #f4f3f3;
}

@media screen and (max-width: 768px){
	
.section_box_figures{
	text-align: center;	
	}
	
ul.figures li {
    width: 100%;
    margin-bottom: 20px;
}
}

/* ここまでOSAKA IN FIGURES */