/*top.css*/

.wide_inner {
    width: 1330px;
max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

/*------------------------
TOP MAIN
------------------------*/

.daysWrap {
    background: rgb(211,243,255);
    background: linear-gradient(227deg, rgba(211,243,255,1) 25%, rgba(255,240,250,1) 60%, rgba(247,247,247,1) 100%);
    padding-top: 60px;
    padding-bottom: 0;
}

.daysWrap .inner {
    width: 1330px;
    padding-left: 20px;
    padding-right: 20px;
}


.daysCont {
    display: flex;
    padding-bottom: 50px;
    align-items: center;
}

.daysCont .days_l {
/*
    min-width: 468px;
    margin-right: 92px;
*/
    width: 44%;
    margin-right: 2%;
}

.daysCont .days_r {
    width: 54%;
/*    min-width: calc(100% - 560px);*/
    flex: 1;
    margin-right: calc(50% - 50vw);
    position: relative;
}

.daysCont .days_l h1 {
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-size: 7.0rem;
    font-size: clamp(5.0rem, 4.8vw, 7.0rem);
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 0;
}

.daysCont .days_l h1:before,
.daysCont .days_l h1:after {
    content: none;
}

.daysCont .days_l h1 span {
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    color: #005BAC;
    font-size: 1em;
}

.daysCont .days_l .sub {
    font-size: 2.4rem;
    font-size: clamp(1.8rem, 1.8vw, 2.2rem);
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}

.daysCont .days_l .col {
    border-top: 1px solid #6E6E6E;
    border-bottom: 1px solid #6E6E6E;
    width: fit-content;
    margin: 35px auto 0;
    padding: 25px 0 25px;
}

.daysCont .days_l .col p {
    text-align: center;
    font-size: 2.8rem;
    font-size: clamp(2.2rem, 2.0vw, 2.8rem);
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

/*
.days_illust {
    width: 246px;
    margin-top: 50px;
}
*/

/*
.daysSnsLinks {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    
    margin-top: 45px;
    margin-right: 5%;
    max-width: 60%;
}

.daysSnsLinks li {
    max-width: 49%;
}

.daysSnsLinks li:first-child {
    margin-right: 15px;
}

.daysSnsLinks li > a {
    display: block;
    max-width: 100%;
    width: 210px;
    height: 50px;
    background-color: #000000;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:min(2.3vw,2.0rem);
}
*/

/*------------------------
TOP MAIN SLIDER
------------------------*/

.d_slider .item {
    margin: 0 10px;
    overflow: hidden;
}

.d_slider .item {
    display: block;
    aspect-ratio: 2 / 3.6;
    position: relative;
}

.d_slider .item video {
    display: block!important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
}

.d_slider .item.insta:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/tukyo/img/common/insta_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.tiktok:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/tukyo/img/common/tiktok_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.fb:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/tukyo/img/common/fb_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.x:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/tukyo/img/common/x_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.d_slider .item.yt:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/tukyo/img/common/yt_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0;
    position: relative;
    position: absolute;
    bottom: 0;
    left: -135px;
}

@media screen and (min-width:768px) and (max-width:980px) {
    .arrow_box {
        left: 0;
        bottom: 25px;
    }
}


.prev-arrow,
.next-arrow {
    display: block;
    width: 45px;
    height: 45px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    margin-right: 15px;
}

.prev-arrow::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(/tukyo/img/common/prev_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.next-arrow::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(/tukyo/img/common/next_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

/*------------------------
topBanSlider
------------------------*/

.topBanWrap {
    padding-top: 90px;
    padding-bottom: 90px;
}

.topBanWrap .inner {
    width: 1330px;
    padding-left: 20px;
    padding-right: 20px;
}

.topBanSlider {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.topBanSlider .topBanSliderItem {
    width: 48%;
    max-width: 630px;
    margin: 0 15px;
    position: relative;
}

.topBanSliderItem:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(/tukyo/img/common/ban_ar_bl.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    transition: 0.5s;
}

.topBanSliderItem.ban_ar_wh:before {
    background: url(/tukyo/img/common/ban_ar_wh.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.topBanSliderItem:hover {
    opacity: 1;
}

.topBanSliderItem:hover::before {
    right: 20px;
}

.topBanWrap .slick-prev,
.topBanWrap .slick-next {
    width: 30px;
    height: 30px;
}

.topBanWrap .slick-prev {
    left: 0;
    z-index: 1;
}

.topBanWrap .slick-next {
    right: 0;
    z-index: 1;
}

.topBanWrap .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.topBanWrap .slick-prev:before{
    background: url(/tukyo/img/common/prev_ar.png)!important;
    background-size: contain!important;
}

.topBanWrap .slick-next:before{
    background: url(/tukyo/img/common/next_ar.png)!important;
    background-size: contain!important;
}

.topBanWrap .slick-prev:hover::before,
.topBanWrap .slick-next:hover::before {
    opacity: 0.7;
}

/*------------------------
topFeatWrap
------------------------*/
.topFeatWrap .heading {
    margin-bottom: 100px;
}

.topFeatWrap .heading h2 {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}

.topFeatWrap .heading p {
    line-height: 1.6;
}

.topFeatWrap .heading .addi {
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 20px;
}

.topFeatWrap .heading .addi:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #005BAC;
    border-radius: 50%;
    margin-right: 13px;
}

.topFeat_outer.col_bl {
    background-color: #E0F0FF;
}

.topFeat_outer {
    padding-top: 40px;
    padding-bottom: 40px;
    
    margin-bottom: 2px;
}

.topFeat_outer .topFeat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}

.topFeat .topFeatImg img {
    width: 160px;
}

.topFeat .topFeatCont h3 {
    font-size: 3.2rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
}

.topFeat .more_bt {
    margin: 0 0 0 auto;
}

/*------------------------
topPropertyWrap
------------------------*/

.topPropertyWrap {
    margin-bottom: 120px;
}

.topPropertyWrap .heading{
    margin-top: 120px;
}

.topPropertyWrap .lead {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.topPropertyWrap .lead:after {
    content: '';
    width: 510px;
    height: 24px;
    background: url(/tukyo/img/common/polyline.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.topPropertyWrap h2 {
    font-size: 4.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.topPropertyWrap .heading p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
}

.topProperty {
    display: flex;
    justify-content: center;
    column-gap: 2.9%;
    margin-top: 60px;
}

.topProperty > li {
    width: 31.4%;
}

.topProperty li a {
    width: 100%;
    height: 100%;
    background-color: #F7FAFF;
    border: 1px solid #005BCB;
    padding: 30px 12px 30px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.6s;
}

.topProperty li a:hover {
    opacity: 1;
    background-color: #EFF4FD;
}

.topProperty li a:hover .more_bt::before {
    right: 9px;
}

.topProperty li .ic {
    width: 98px;
}

.topProperty li h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-top: 30px;
}

.topProperty > li p {
    text-align: center;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 22px;
}

.topProperty li .more_bt {
    margin: auto auto 0;
}

.topProperty li a:hover .more_bt {
    background-color: #8e8e8e;
}

.topProperty li ul {
    padding: 20px 20px 20px;
    background-color: #fff;
    border-radius: 15px;
    width: 90%;
    margin: 20px auto 0;
}

.topProperty li ul li {
    font-weight: 500;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.topProperty li ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #005BAC;
    border-radius: 50%;
    margin-right: 13px;
}

/*------------------------
hajimete_ban
------------------------*/

.lrn_style_wrap {
    padding-bottom: 230px;
    position: relative;
}

.hajimete_ban {
    width: 910px;
    max-width: 100%;
    height: 260px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    column-gap: 35px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -130px;
}

.hajimete_ban:hover {
    opacity: 1;
}

.hajimete_ban:hover .ar {
    background-color: #8E8E8E;
}

.hajimete_ban .ic img {
    width: 150px;
}

.hajimete_ban .hajimete_cont p {
    line-height: 1.3;
    font-size: 2.0rem;
    font-weight: 500;
}

.hajimete_ban .hajimete_cont p.tit {
    font-size: 3.4rem;
    font-weight: 600;
    margin-top: 12px;
}

.hajimete_ban .hajimete_cont p.tit span {
    font-size: 1em;
    font-weight: 600;
    color: #CC3E3A;
}

.hajimete_ban .ar {
    width: 90px;
    height: 38px;
    background-color: #005BAC;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    margin: 0 0 0 auto;
    transition: 0.5s;
}

.hajimete_ban .ar img {
    display: block;
    width: 45px;
}

.fl_slider_wrap {
    padding-top: 150px;
    padding-bottom: 40px;
    background-color: #EBEBEB;
    overflow: hidden;
}

.fl_slider {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 30s linear infinite;
    column-gap: 80px;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.srch_manabi_wrap {
    padding-bottom: 120px;
}

/*------------------------
two_column_ban
------------------------*/

.two_column_ban {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.two_column_ban ul {
    display: flex;
    justify-content: space-between;
}

.two_column_ban ul li {
    width: 630px;
    max-width: 48.8%;
}

.two_column_ban ul li a {
    display: block;
    position: relative;
}

.two_column_ban ul li a:hover {
    opacity: 1;
}

.two_column_ban ul li a:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(/tukyo/img/common/ban_ar_bl.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    transition: 0.5s;
}

.two_column_ban ul li a.ban_ar_wh:before {
    background: url(/tukyo/img/common/ban_ar_wh.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.two_column_ban ul li a:hover::before {
    right: 20px;
}

/*------------------------
news_wrap
------------------------*/

.news_wrap {
    background-color: #f8f8f8;
}

.news_wrap_in {
    display: flex;
    background-color: #f8f8f8;
}

.news_wrap .news_tit {
    width: 32%;
    min-width: 280px;
    background-color: #005BAC;
    margin-left: calc(50% - 50vw);
    padding: 110px 4vw 110px 4vw;
    border-top-right-radius: 70px;
}

.news_wrap .news_cont {
    padding: 110px 4vw 110px 4vw;
    flex: 1;
}

.news_wrap .news_tit h2 {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 600;
}

.news_wrap .news_tit h2 span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.news_wrap .news_cont dl dt,
.news_wrap .news_cont dl dd {
    line-height: 1.6;
}

.news_wrap .news_cont dl dt {
    color: #005BAC;
    font-weight: 500;
    padding: 10px 0 10px;
}

.news_wrap .news_cont dl dd {
    padding-bottom: 25px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 15px;
}

.news_wrap .news_cont dl dd .exclamation {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 5px;
}

.news_wrap .news_cont dl dd .exclamation:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/tukyo/img/common/exclamation.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.news_wrap .news_cont dl dd a {
    color: #212121;
    line-height: 1.6;
}

.news_wrap .news_cont dl dd a:hover {
    opacity: 1;
    color: #005BAC;
}

/*------------------------
top_voice
------------------------*/

.top_voice_wrap {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.top_voice_in {
    display: flex;
/*
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
*/
}

.top_voice_in .top_voice_tit {
    min-width: 36%;
    width: 36%;
    max-width: 450px;
    margin-right: 2%;
    position: relative;
}

.top_voice_in .top_voice_cont {
    min-width: 0;
    margin-right: calc(50% - 50vw);
    position: relative;
}

.top_voice_slide_item {
    width: 520px;
    max-width: 520px;
    margin-right: 40px;
    flex-shrink: 0;
}

.top_voice_tit .heading {
    width: fit-content;
}

.top_voice_tit .lead {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 500;
    padding-bottom: 35px;
    position: relative;
}

.top_voice_tit .lead:after {
    content: '';
    display: block;
    width: 328px;
    height: 22px;
    background-image: url(/tukyo/img/top/top_voice_tit.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.top_voice_tit h2 {
    font-size: 4.2rem;
    font-weight: 600;
    margin-top: 20px;
}

.top_voice_slide_item .vo_img {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.top_voice_slide_item .vo_img img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.top_voice_slide_item h3 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #212121;
    margin-top: 15px;
}

.top_voice_slide_item h3 a {
    font-size: 2.8rem;
    font-weight: 500;
    color: #212121;
}

.top_voice_slide_item h3 a:hover {
    color: #005BAC;
}

.top_voice_slide_item .vo_cont {
    margin-top: 30px;
}

.top_voice_slide_item .vo_name {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 15px;
}

.top_voice_slide_item .vo_career {
    margin-top: 15px;
}

.top_voice_slide_item .vo_cate {
    display: block;
    width: fit-content;
    text-align: center;
    color: #005BAC;
    border: 1px solid #005BAC;
    padding: 5px 10px 5px;
}


.top_voice_wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* スライダー arrow */
.ar_box_sp {
    display: none;
}

.ar_box {
    width: fit-content;
    height: 30px;
    padding: 0 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ar_box .slide_ar {
    width: 30px;
    height: 30px;
}

.ar_box .next_ar,
.ar_box_sp .next_ar_sp {
    background: url(/tukyo/img/common/slide_next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.ar_box .prev_ar,
.ar_box_sp .prev_ar_sp {
    background: url(/tukyo/img/common/slide_prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #E3E3E3;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #005BAC;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/*------------------------
top_faq
------------------------*/

.top_faq_wrap {
    background-color: #F0F7FE;
    padding-top: 90px;
    padding-bottom: 110px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.top_faq_wrap .tit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_faq_wrap .tit .ic_img {
    width: 88px;
    margin-right: 20px;
}

.top_faq_wrap .tit h2 {
    font-size: 4.2rem;
    font-weight: 600;
    color: #005BAC;
}

.top_faq {
    margin-top: 42px;
}

.top_faq ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
}

.top_faq ul li {
    width: 50%;
    border-bottom: 1px solid #C4C4C4;
}

.top_faq ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 110px;
    padding: 10px 80px 10px 25px;
    position: relative;
    transition: 0.5s;
}

.top_faq ul li a:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(/tukyo/img/common/ban_ar_bl.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto 0;
    transition : all 0.5s ease 0s;
}

.top_faq ul li a:hover {
    opacity: 1;
    background-color: #F0F7FE;
}

.top_faq ul li a:hover::before {
    right: 30px;
}

.top_faq ul li:nth-child(odd) {
    border-right: 1px solid #C4C4C4;
}

.top_faq ul li:nth-child(5) {
    border-bottom: none;
}

.top_faq ul li:nth-child(6)  {
    border-bottom: none;
}

.top_faq ul li a .ic_q {
    font-size: 3.0rem;
    font-weight: 600;
    color: #005BAC;
    margin-right: 12px;
    font-family: "Roboto", sans-serif;
}

.top_faq ul li a p {
    font-size: 1.8rem;
    font-weight: 600;
}

.top_faq .more_bt {
    width: 267px;
    height: 61px;
    margin: 60px auto 0;
    border-radius: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding-left: 32px;
}

.top_faq .more_bt:before {
    width: 10px;
    height: 10px;
    right: 30px;
}

.top_faq .more_bt:hover::before {
    right: 20px;
}

/*------------------------
top_ondemand
------------------------*/

.top_ondemand_wrap {
    background-color: #004481;
    padding-top: 60px;
    padding-bottom: 60px;
}

.top_ondemand {
    display: flex;
    justify-content: space-between;
}

.top_ondemand_l {
    width: 37%;
    margin-right: 2%;
}

.top_ondemand_r {
    width: 63%;
}

.top_ondemand_l p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.top_ondemand_l h2 {
    color: #fff;
    font-size: 4.2rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.top_ondemand_l .lead {
    font-size: 2.2rem;;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 35px;
    position: relative;
}

.top_ondemand_l .lead:after {
    content: '';
    display: block;
    width: 324px;
    height: 20px;
    width: clamp(162px, 32vw, 324px);
    aspect-ratio: 324 / 20;
    height: auto;

    background-image: url(/tukyo/img/top/top_ondemand_tit.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.top_ondemand_l .more_bt02 {
    margin: 30px auto 0;
    font-size: clamp(12px, 1.2vw, 14px);
}

.top_ondemand_mv {
    width: 100%;
}

.top_ondemand_mv iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.top_outer_field {
    padding-right: 5vw;
    background-color: #EBEBEB;
}

.srch_manabi_wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border-top-right-radius: 80px;
}

.inner.wh {
    background-color: #fff;
}

/*add 260205*/
.news_wrap .news_cont dl dd .exclamation:before {
    margin-right: 5px;
    margin-bottom: 2px;
}
.news_wrap .news_cont dl dd p {
    margin-bottom: 5px;
}
.news_wrap .news_cont dl dd a p:hover {
    opacity: 1;
    color: #005BAC;
}


