@charset "UTF-8";
.c-ttl {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 0 0 30px 0;
}
.c-ttl:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
    width: 60px;
    height: 3px;
    background: #fff;
}
.c-ttl.is-ver2:before {
    background: #FFE036;
}
.c-txt {
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: center;
}
.c-srcBox_wrap {
    padding: 40px;
    border-radius: 6px;
    background: #FFE036;
}
.c-srcBox_word {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #fef3b4;
}
.c-word_input {
    margin: 0 40px 0 0;
}
.c-src-txt {
    width: 100%;
    max-width: 125px;
    font-size: 16px;
    font-weight: bold;
}
input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}
input[type="text"].is-wid01 {
    width: 526px;
}
.c-check_input li {
    margin: 0 30px 0 0;
}
.c-check_input li:last-child {
    margin: 0;
}
input[type="checkbox"] + label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 35px;
    cursor: pointer;
}
input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -12px;
    z-index: 10;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    background: #fff;
}
input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 10;
    width: 12px;
    height: 7px;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
}
.c-srcBox_conditions {
    margin: 0 0 40px 0;
}
.c-srcBox_tglbtn {
    display: none;
}
.c-srcBox_wid {
    width: 50%;
}
.c-conditions_input {
    margin: 12px 0 0 0;
}
.c-conditions_input:first-child {
    margin: 0;
}
.c-srcBox_select {
    position: relative;
}
.c-srcBox_select:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
select {
    width: 415px;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}
.c-cv_wrap {
    padding: 60px 0;
    background: #FFE036;
}
.c-cv_ml {
    width: 570px;
}
.c-cv_knti {
    width: 570px;
    padding: 20px 0 40px 0;
    background: #fff;
    border-radius: 6px;
}
.c-cv_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px 0;
    text-align: center;
}
.c-cv_ttl span {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000;
}
.c-cv_img {
    text-align: center;
}
.c-cv_img img {
    width: 300px;
}
.c-cv_img.is-ver2 img {
    width: 320px;
}
.c-cv_txt {
    font-size: 12px;
    line-height: 2;
    margin: 25px 0 0 0;
    text-align: center;
}
.c-cv_txt.is-ver2 {
    margin: 10px 0 0 0;
}
.c-cv_btn {
    margin: 30px 0 0 0;
}
.c-btn.is-src {
    width: 600px;
    height: 56px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}
.c-btn.is-ver2 {
    width: 600px;
    height: 56px;
    margin: 60px auto 0 auto;
    border-radius: 6px;
}
.c-btn.is-ver3,
.c-btn.is-ver4,
.c-btn.is-ver5 {
    width: 275px;
    height: 56px;
    border-radius: 6px;
    background: #fff;
}
.c-btn.is-ver5 {
    margin: 0 auto;
}
.c-btn.is-src a {
    font-size: 16px;
}
.c-btn.is-src a:before {
    height: 54px;
}
.c-btn.is-ver2 a {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.c-btn.is-ver2 a:before {
    height: 54px;
    background: #333;
}
.c-btn.is-ver3 a,
.c-btn.is-ver5 a {
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.c-btn.is-ver3 a:before,
.c-btn.is-ver5 a:before {
    height: 54px;
    background: #000;
}
.c-btn.is-ver4 a {
    font-size: 15px;
    background: #F04A4A;
    border: 1px solid #F04A4A;
}
.c-btn.is-ver4 a:before {
    height: 54px;
}
.c-btn.is-src .is-btn,
.c-btn.is-ver2 .is-btn,
.c-btn.is-ver3 .is-btn,
.c-btn.is-ver4 .is-btn,
.c-btn.is-ver5 .is-btn {
    display: block;
}
.c-btn.is-src .is-btn:before {
    right: 20px;
}
.c-btn.is-ver4 .is-btn:before {
    right: 20px;
}
.c-btn.is-ver2 .is-btn:before,
.c-btn.is-ver3 .is-btn:before,
.c-btn.is-ver5 .is-btn:before {
    right: 20px;
    background: url("/cmn/svg/arw_black_right.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.c-btn.is-blank .is-btn:before {
    width: 10px;
    height: 8px;
    background: url("/cmn/svg/icn_blank.svg") no-repeat 0 0;
    background-size: 100% auto;
}
footer {
    padding: 100px 0;
    background: #000;
}
.footer_wrap {
    width: 1200px;
    margin: 0 auto;
}
.f-top_link {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 60px 0;
}
.footer_menu {
    box-sizing: border-box;
}
.footer_menu .link {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.footer_menu ul li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
}
.footer_menu ul li:last-child {
    margin: 0;
}
.footer_menu ul li a {
    color: #fff;
    position: relative;
}
.footer_menu ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.footer_menu ul li.is-blank a {
    padding-right: 20px;
    position: relative;
}
.footer_menu ul li.is-blank a:before {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_blank_white.svg) no-repeat center;
    background-size: 100% auto;
}
.footer_read {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #393939;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.footer_read .txt {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #fff;
}
.copy-txt {
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.pagetop {
    position: fixed;
    bottom: 60px;
    right: 22px;
    z-index: 999;
}
.pagetop a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 45px;
    background: #FFE036 url(/cmn/svg/arw_black_up.svg) no-repeat center;
    background-size: 9px auto;
}
.fixedMenu_wrap {
    display: none;
}
.c-breadcrumbs {
    padding: 10px 0;
    background: #FFFBE1;
}
.c-breadcrumbs .list {
    line-height: 1;
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.c-breadcrumbs .list li {
    display: inline;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    letter-spacing: normal;
}
.c-breadcrumbs .list li:before {
    content: '>';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.c-breadcrumbs .list li:first-child {
    padding-left: 0;
}
.c-breadcrumbs .list li:first-child:before {
    content: none;
}
.c-breadcrumbs .list li:last-child {
    padding-right: 25px;
}
.c-breadcrumbs .list li a {
    text-decoration: underline;
}
.c-prfctsch_ttl {
    margin-bottom: 29px;
}
.c-prfctsch-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4615;
}
.c-prfctsch-txt {
    font-size: 16px;
    margin-bottom: 5px;
}
.c-prfctsch-txt .txt {
    line-height: 1;
    vertical-align: middle;
}
.c-prfctsch-txt > .label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #ffffff;
    background-color: #F04A4A;
    width: 56px;
    height: 22px;
    border-radius: 6px;
    box-sizing: border-box;
    margin-right: 10px;
    font-weight: bold;
}
.c-prfctsch_in {
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}
.c-prfctsch_in .c-prfctsch_box {
    padding: 34px 0 62px;
    box-sizing: border-box;
    background: #FFE036 url(/cmn/img/japanmap.png) no-repeat right 261px top 40px;
}
.c-prfctscharea_wrap {
    background: #EFCF1F;
    padding: 30px 34px 0 30px;
    box-sizing: border-box;
}
.c-prfctsch_subttl {
    padding-left: 30px;
    margin-bottom: 12px;
}
.c-prfctsch-subttl {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4615;
    padding: 6px 0 6px 65px;
}
.c-prfctsch-subttl .fs-l {
    font-size: 26px;
}
.c-prfctsch-subttl::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff url(/cmn/svg/icn_japan.svg) no-repeat center / 36px auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    z-index: 9;
}
.c-prfctschBtn-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 55px;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #222222;
    border-radius: 6px;
    background: #fff;
}
.c-prfctscharea-txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 20px;
}
.c-prfctscharea-lst {
    display: flex;
    justify-content: left;
    gap: 10px;
    flex-wrap: wrap;
}
.c-prfctscharea-lst > li a {
    display: block;
    color: #222222;
    font-size: 12px;
    padding: 6px 11px;
    border: 1px solid #222222;
    background: #fff;
    border-radius: 76px;
    line-height: 1;
    box-sizing: border-box;
}
.c-btmbnr_wrap {
    padding-bottom: 100px;
}
.c-btmbnr_wrap .bnr_item > .bnr-item:not(:last-child) {
     margin-bottom: 40px;
}
/* news */
.c-news_in {
    padding: 30px 40px 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
}
.c-nsearchTab_in {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 30px;
}
.c-nsearchTab_in .tab {
    cursor: pointer;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    padding: 9.5px 19px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background: #fff;
}
.c-nsearchTab_in .tab.active {
    color: #fff;
    background: #222222;
    border: 1px solid #222222;
}
.c-nsearchDtl_wrap {
    border-bottom: 1px solid #E5E5E5;
}
.c-nsearchDtl_wrap.is-head {
    border-bottom: none;
    background: #F5F5F5;
}
.c-nsearchDtl_in {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 8px 30px;
    position: relative;
}
.c-nsearchDtl_wrap.is-head .name {
    text-decoration: none;
}
.c-nsearchDtl_wrap .name {
    font-size: 14px;
    font-weight: bold;
    width: 539px;
    text-decoration: underline;
    text-align: left;
}
.c-nsearchDtl_wrap .comment {
    width: 82px;
    text-align: left;
}
.c-nsearchDtl_wrap .date {
    font-size: 14px;
    width: 168px;
    text-align: left;
}
.c-nsearchDtl_wrap .classification {
    font-size: 14px;
    width: 153px;
    text-align: left;
}
.c-nsearchDtl_wrap .station {
    font-size: 14px;
    width: 120px;
    text-align: left;
}
.c-nsearchDtl_wrap .comment-icn {
    position: relative;
    display: inline-block;
}
.c-nsearchDtl_wrap.comment-on .comment-quantity {
    position: absolute;
    top: -10px;
    right: -9px;
    z-index: 9;
    font-size: 11px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    background: #FFE036;
    border-radius: 99px;
}
.c-nsearchDtl_wrap .date {
    font-size: 14px;
    width: 168px;
    text-align: left;
}
.c-nsearchDtl_wrap .classification {
    font-size: 14px;
    width: 153px;
    text-align: left;
}
.c-nsearchDtl_wrap .station {
    font-size: 14px;
    width: 120px;
    text-align: left;
}
.c-nsearchDtl_wrap.is-new .c-nsearchDtl_in:before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../svg/pop_new.svg) no-repeat 0 0 / 34px auto;
}
.c-news-readbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.c-news-btn .c-btn.is-ver2 {
    width: 200px;
    height: 34px;
    margin: 0;
}
.c-news-btn .c-btn.is-ver2 a {
    font-size: 13px;
}
.c-news-btn .c-btn.is-ver2 a::before {
    height: 32px;
}
.c-news-btn .c-btn .is-btn {
    padding: 0 34px 0 20px;
    box-sizing: border-box;
    line-height: 1;
}
.c-news-btn .c-btn .is-btn::before {
    right: 19px;
    height: 11px;
}
.c-news_ttl {
    display: flex;
    justify-content: left;
    align-items: end;
    gap: 0 20px;
    padding: 6px 0;
}
.c-news_ttl .c-news-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4615;
    position: relative;
    padding-left: 65px;
    box-sizing: border-box;
}
.c-news_ttl .c-news-ttl::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFE036 url(../svg/icn_megaphone.svg) no-repeat center / 32px auto ;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
}
.c-news-txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.c-nsearchLst_wrap .panel {
  display: none;
}
.c-nsearchLst_wrap .panel.active {
  display: block;
  text-align: center;
}
.c-intrdata_in {
    border: 2px solid #222222;
    border-radius: 6px;
    background: #FFFFFF;
}
.c-intrdata_box {
    padding: 30px 49px;
    box-sizing: border-box;
}
.c-intrdata-txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.c-intrdata_box .c-btn.is-ver4 {
    margin: 0 auto 20px;
}
.c-intrdata-question {
    width: 217px;
    margin: 0 auto;
}
.c-intrdata-question a {
    color: #222222;
    background: #FFE036;
    padding: 6px;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}
.c-intrdata-question a span {
    padding-right: 19px;
    line-height: 1;
    position: relative;
}
.c-intrdata-question a span::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../svg/icn_topquestion.svg) no-repeat center / 14px auto;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    z-index: 9;
}
.c-intrdataSlide_wrap {
    padding: 56px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
.c-intrdataslide-txt {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFE036;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    z-index: 9;
    width: 100%;
    height: 36px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0 4px 0 0;
    box-sizing: border-box;
}
.c-intrdata_wrap .basicdata-name {
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.c-intrdata_wrap .basicdata-name .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: calc(100% - 140px);
}
.c-intrdata-slide.slick-initialized .slick-slide {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
}
.c-intrdata-slidect {
    width: 100%;
}
.c-intrdata-slide .slick-prev,
.c-intrdata-slide .slick-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(/cmn/svg/slidebtn_black.svg) no-repeat center / 100% auto;
}
.c-intrdata-slide .slick-prev {
    left: -37px;
}
.c-intrdata-slide .slick-next {
    right: -37px;
    transform: translate(0, -50%) scale(-1,1);
}
.slick-hidden {
    display: none;
}
.c-intrdata-slidect .basicdata-img {
    width: 120px;
    height: 88px;
    overflow: hidden;
    position: relative;
}
.c-intrdata-slidect .basicdata-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/* chat */
.chat_wrap {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    width: 100%;
    transform-origin: bottom right;
    transition: width 0.3s cubic-bezier(0, 0, 0.15, 0.95),max-width 0.3s cubic-bezier(0, 0, 0.15, 0.95),height 0.3s cubic-bezier(0, 0, 0.15, 0.95),max-height 0.3s cubic-bezier(0, 0, 0.15, 0.95),transform 0.3s cubic-bezier(0, 0, 0.15, 0.95);
    transform-origin: bottom right;
}
.chat_wrap.expansion {
    max-width: 1000px;
    width: calc(100% - 40px);
}
.chat_wrap.expansion .chatMain_wrap {
    max-width: 100%;
}
.chat_wrap.expansion .interaction_wrap {
    max-height: calc(100dvh - 247px);
}
.chat_wrap .chatMain_wrap {
    width: 100%;
    position: absolute;
    bottom: -37px;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.4s ease;
}
.chat_wrap.active .chatMain_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: bounceInBottom 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.chat_wrap.active .chat_btn {
    display: none;
}
.transform-btn.expansion .is-reduction {
    display: none;
}
.transform-btn.reduction .is-expansion {
    display: none;
}
.chat_btn {
    border-radius: 6px;
    padding: 12px 20px;
    box-sizing: border-box;
    background: linear-gradient(30deg, #EC15FF, #007FCE);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
}
.chat_btn .txt {
    padding: 0 10px 0 6px;
    box-sizing: border-box;
}
.chatMain_wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .06) 0 10px 30px;
    background: #FFFFFF;
}
.chatMain_menu {
    padding: 14px 20px 13px 15px;
    background: linear-gradient(30deg, #EC15FF, #007FCE);
    box-sizing: border-box;
}
.chatMain-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatMain-cat {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
}
.chatMain-cat .txt {
    padding: 0 10px 0 9px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.chatMain-cat .txt2 {
    padding-left: 10px;
    box-sizing: border-box;
}
.opebtn_lst {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 0 15px;
}
.opebtn_lst button {
    cursor: pointer;
    background: transparent;
    border: 0;
}
.chatMain_in {
    background: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 113px;
}
.chatMain_ct {
    position: relative;
}
.interaction_wrap {
    max-height: 450px;
    height: calc(100dvh - 213px);
    overflow-y: scroll;
    padding: 15px;
    box-sizing: border-box;
    transition: width 0.3s cubic-bezier(0, 0, 0.15, 0.95),max-width 0.3s cubic-bezier(0, 0, 0.15, 0.95),height 0.4s cubic-bezier(0, 0, 0.15, 0.95),max-height 0.3s cubic-bezier(0, 0, 0.15, 0.95),transform 0.3s cubic-bezier(0, 0, 0.15, 0.95);
    transform-origin: bottom right;
}
.interaction_wrap .interaction:not(:last-child) {
    margin-bottom: 15px;
}
.ai_img {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}
.ai_img .ai-icn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5CB20;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    box-sizing: border-box;
}
.ai_wrap > .txt {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.571;
}
.question-mod {
    margin: 15px 0 10px;
}
.question-mod .question {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #E8E8E8;
    border-radius: 12px;
    padding: 14px 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.571;
    cursor: pointer;
    text-align: left;
    color: #222222;
    display: block;
}
.question-mod .question:not(:last-child) {
    margin-bottom: 10px;
}
.reaction-mod {
    display: flex;
    justify-content: left;
    gap: 0 5px;
    margin-bottom: 20px;
}
.reaction-mod .reaction {
    width: 90px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    gap: 0 5px;
}
.reaction-mod .reaction.on {
    background: #222222;
    border: 1px solid #222222;
}
.reaction-mod .reaction.on .txt {
    color: #FFFFFF;
}
.reaction.on > img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7500%) hue-rotate(329deg) brightness(114%) contrast(118%);
}
.reaction-mod .reaction.ver2 {
    width: 113px;
}
.reaction-mod .reaction.icn-only {
    width: 32px;
}
.reaction-mod .reaction .txt {
    font-size: 12px;
    line-height: 1;
}
.own_wrap {
    width: 100%;
    text-align: right;
}
.own_wrap .txt-bubble {
    background: #FFE036;
    border-radius: 12px 12px 0 12px;
    padding: 14px 16px 14px 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.571;
    display: inline-block;
    text-align: left;
}
.own_wrap .txt-bubble:not(:last-child) {
    margin-bottom: 10px;
}
.buildinginfo-mod {
    margin: 15px 0 10px;
}
.buildinginfo-mod .cat {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 15px;
    font-weight: bold;
}
.buildinginfo_lst .building-info {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    background: #FFFFFF;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    color: #222222;
}
.buildinginfo_lst .building-info:not(:last-child) {
    margin-bottom: 10px;
}
.building-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.building-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.building_txt {
    width: calc(100% - 100px);
    padding: 19px 20px 18px;
    box-sizing: border-box;
    text-align: left;
}
.building_txt .name {
    font-size: 14px;
    line-height: 1.429;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
.building_txt .place {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.lnk-mod {
    margin: 15px 0 10px;
}
.lnk-mod .lnk-box {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    background: #FFFFFF;
    cursor: pointer;
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.571;
    font-weight: bold;
    display: block;
}
.lnk-mod .lnk-box:not(:last-child) {
    margin-bottom: 10px;
}
.chatMain_in a.txt-lnk {
    text-decoration: underline;
}
.chatMain_send {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 0 15px 16px;
    box-sizing: border-box;
    z-index: 9;
}
.chatMain_send .send_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    box-sizing: border-box;
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 10px;
}
.chatMain_send .send_box input {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 0 5px 0 0;
}
.chatMain_send .send_box input::placeholder {
    color: #BABABA;
}
.chatMain_send .send_box textarea {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 0 5px 0 0;
    overflow: hidden;
    resize: none;
}
.chatMain_send .send_box textarea::placeholder {
    color: #BABABA;
}
.chatMain_send .send_box textarea.is-on {
    overflow: auto;
}
.chatMain_send .send_box .send-btn {
    width: 26px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 0;
    cursor: pointer;
}
.chatMain_send .ano-txt {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}
.chatMain_ct .scroll_btn {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.chatMain_send .send_box:focus-within {
    border: 2px solid #222222;
}
.chatMain_send .send_box:focus-within .send-btn img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(7%) hue-rotate(100deg) brightness(98%) contrast(96%);
}
.caution_wrap {
    padding: 20px;
    border: 1px solid #222222;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    gap: 0 10px;
}
.interaction_wrap .caution-txt {
    font-size: 14px;
    line-height: 1.571;
}
.interaction_wrap .load-txt {
    font-size: 14px;
    color: #BABABA;
    line-height: 1.571;
    margin: 10px 0;
}
.c-aichat_target .txt a {
    text-decoration: underline;
    color: #4066f9;
}
.c-aichat_target .txt a:hover {
    text-decoration: none;
}
.c-aichat_target .txt h2 {
    padding-bottom: 9px;
    padding-top: 12px;
    font-size: 120%;
    margin-bottom: 14px;
    font-weight: bold;
    position: relative;
}
.c-aichat_target .txt.is-fin h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 2px;
    background: #FFE036;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.c-aichat_target .txt h3 {
    padding-bottom: 10px;
    padding-top: 12px;
    font-size: 110%;
    margin-bottom: 12px;
    font-weight: bold;
    position: relative;
}
.c-aichat_target .txt h4 {
    padding-top: 7px;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 3px;
}
.c-aichat_target .txt h5 {
    font-weight: bold;
    margin-bottom: 2px;
}
.c-aichat_target .txt.is-fin h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #FFE036;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.c-aichat_target .txt p {
    margin-bottom: 12px;
}
.c-aichat_target .txt ul p {
    display: inline;
}
.c-aichat_target .txt ul,
.c-aichat_target .txt ol {
    padding: 0 0 7px 10px;
    margin-left: 10px;
}
.c-aichat_target .txt.is-fin ul {
    list-style:disc;
}
.c-aichat_target .txt.is-fin ol {
    list-style:decimal;
}

.c-aichat_target .txt ul li,
.c-aichat_target .txt ol li {
    margin-bottom: 5px;
}
.c-aichat_target .txt.is-fin ul li {
    list-style:disc;
}
.c-aichat_target .txt.is-fin ol li {
    list-style:decimal;
}
.c-aichat_target .txt table {
    margin-bottom: 10px;
}
.c-aichat_target .txt table th,
.c-aichat_target .txt table td {
    padding: 4px 5px 4px 5px;

}
.c-aichat_target .txt.is-fin table th,
.c-aichat_target .txt.is-fin table td {
    border: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
    .c-srcBox_word {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-word_input {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-check_input {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-srcBox_conditions {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .c-conditions_input {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-conditions_input.is-ver2 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .c-cv_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-cv_btn {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-breadcrumbs .list {
        line-height: 1.2;
    }
    .c-breadcrumbs .list li:before {
        top: 2px;
        transform: none;
    }
    .c-btn.is-ver2 a:hover {
        color: #fff;
    }
    .c-btn.is-ver2 a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .c-btn.is-ver2 a:hover .is-btn:before {
        background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-btn.is-ver3 a:hover {
        color: #fff;
    }
    .c-btn.is-ver3 a:hover .is-btn:before {
        background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-btn.is-ver4 a:hover {
        color: #F04A4A;
    }
    .c-btn.is-ver4 a:hover .is-btn:before {
        background: url(/cmn/svg/arw_pink_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-btn.is-ver5 a:hover {
        color: #fff;
    }
    .c-btn.is-blank a:hover .is-btn:before {
        background: url(/cmn/svg/icn_blank_white.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .footer_menu ul li a:hover:after,
    .footer_menu .link a:hover:after,
    .f-btm_link ul li a:hover:after {
        transform: scale(1, 1);
    }
    .c-prfctschBtn-btn a:hover {
        background-color: #222222;
        color: #ffffff;
    }
    .c-prfctschBtn_in {
        position: relative;
        width: 680px;
        margin: 0 auto;
        height: 294px;
    }
    .c-prfctschBtn_ct .area-name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 9px;
        line-height: 1.5;
    }
    .c-prfctschBtn_btn {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .c-prfctschBtn_ct.ver1 .c-prfctschBtn_btn,
    .c-prfctschBtn_ct.ver2 .c-prfctschBtn_btn,
    .c-prfctschBtn_ct.ver3 .c-prfctschBtn_btn {
        width: 210px;
        box-sizing: border-box;
    }
    .c-prfctschBtn_ct {
        position: absolute;
        z-index: 9;
    }
    .c-prfctschBtn_ct.ver1 {
        right: 0;
        top: 0;
    }
    .c-prfctschBtn_ct.ver2 {
        right: 0;
        bottom: 0;
    }
    .c-prfctschBtn_ct.ver3 {
        right: 294px;
        top: 0;
    }
    .c-prfctschBtn_ct.ver4 {
        right: 294px;
        bottom: 0;
    }
    .c-prfctschBtn_ct.ver5 {
        left: 52px;
        bottom: 89px;
    }
    .c-prfctschBtn_ct.ver6 {
        left: 0;
        bottom: 0;
    }
    .c-prfctscharea-lst > li a:hover {
        color: #fff;
        background: #222222;
    }
    .c-prfctsch_in {
        height: 450px;
        display: flex;
    }
    .c-prfctsch_in .c-prfctsch_box {
        width: 900px;
    }
    .c-prfctscharea_wrap {
        width: 310px;
    }
    .c-prfctsch_ttl {
        display: flex;
        justify-content: left;
        align-items: end;
        gap: 0 20px;
    }
    .c-btmbnr_in.bnr_box {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .c-btmbnr_wrap .bnr-item a:hover {
        opacity: .8;
    }
    a.c-nsearchDtl_in:hover {
        background: #FFFBE1;
    }
    .c-nsearchTab_in .tab:hover {
        color: #222222;
        border: 1px solid #222222;
        background: #fff;
    }
    .c-nsearchTab_in .tab.active:hover {
        color: #fff;
        background: #222222;
        border: 1px solid #222222;
    }
    /* slide */
    .c-intrdata_wrap .detaildata_box {
        background: #F5F5F5;
        padding: 19px 20px 20px;
        box-sizing: border-box;
    }
    .c-intrdata_wrap .detaildata_box .catch {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.428;
    }
    .c-intrdata_wrap .evolution-txt .star {
        display: flex;
        gap: 0 3px;
    }
    .c-intrdata_wrap .evolution-txt {
        display: flex;
        align-items: center;
        gap: 0 19px;
        margin-bottom: 10px;
    }
    .detaildata_box .rate-txt {
        display: inline-flex;
        align-items: center;
        gap: 0 10px;
    }
    .detaildata_box .text_undr .rate-txt:not(:last-child) {
        margin-right: 20px;
    }
    .c-intrdata_wrap .rate-txt .up,
    .c-intrdata_wrap .rate-txt .flat,
    .c-intrdata_wrap .rate-txt .down {
        font-size: 12px;
        font-weight: bold;
        position: relative;
        padding-left: 22px;
        box-sizing: border-box;
        line-height: 1;
    }
    .c-intrdata_wrap .rate-txt .up {
        color: #4BD01B;
    }
    .c-intrdata_wrap .rate-txt .flat {
        color: #FF9A36;
    }
    .c-intrdata_wrap .rate-txt .down {
        color: #F04A4A;
    }
    .c-intrdata_wrap .rate-txt .up::before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../svg/icn_topup.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
    }
    .c-intrdata_wrap .rate-txt .flat::before {
        content: "";
        width: 16px;
        height: 14px;
        background: url(../svg/icn_topflat.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -8px;
    }
    .c-intrdata_wrap .rate-txt .down::before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../svg/icn_topdown.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        transform: scale(1, -1);
    }
    .c-intrdata_wrap .c-intrdata-question > a:hover {
        opacity: .8;
    }
    .c-intrdata_in {
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
        align-items: center;
    }
    .c-intrdata_box {
        width: 498px;
    }
    .c-intrdataSlide_wrap {
        border-left: 1px solid #222222;
        width: calc(100% - 498px);
        min-height: 274px;
    }
    .c-intrdata_box .c-btn.is-ver4 {
        width: 335px;
    }
    .c-intrdata_wrap .intrdata-slideitem .basicdata_box {
        width: calc(100% - 276px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px 0;
    }
    .c-intrdata_wrap .basicdata-name {
        width: 372px;
    }
    .c-intrdata_wrap .intrdata-slideitem {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .c-intrdata_wrap .basicdata-name {
        width: 372px;
    }
    .chat_wrap {
        max-width: 420px;
    }
    .chat_wrap .chat_btn {
        margin: 0 60px 0 auto;
        transition: all 0.2s ease-out;
    }
    .chat_btn:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        filter: brightness(1.1);
        transform: scale(1.035);
    }
    .opebtn_lst button:hover {
        opacity: .4;
    }
    .question-mod .question:hover {
        border: 1px solid #222222;
    }
    .reaction-mod .reaction:hover {
        border: 1px solid #222222;
    }
    .buildinginfo_lst .building-info:hover {
        border: 1px solid #222222;
    }
    .lnk-mod .lnk-box:hover {
        border: 1px solid #222222;
    }
    .chatMain_in a.txt-lnk:hover {
        text-decoration: none;
    }
    .chatMain_send .send_box:hover {
        border: 2px solid #222222;
    }
    .chatMain_send .send_box:hover .send-btn img {
        filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(7%) hue-rotate(100deg) brightness(98%) contrast(96%);
    }
    .chatMain_ct .scroll_btn:hover {
        border: 1px solid #222222;
    }
}
@media only screen and (max-width: 767px) {
    .c-ttl {
        font-size: 24px;
        line-height: 1.5;
        padding: 0 0 12px 0;
    }
    .c-txt {
        font-size: 14px;
    }
    .c-srcBox_wrap {
        padding: 20px;
    }
    .c-srcBox_word {
        padding: 0 20px 20px 20px;
        margin: 0 -20px 20px -20px;
    }
    .c-word_input {
        margin: 0 0 20px 0;
    }
    .c-src-txt {
        max-width: inherit;
        font-size: 14px;
        margin: 0 0 2px 0;
    }
    input[type="text"] {
        font-size: 14px;
    }
    input[type="text"].is-wid01 {
        width: 100%;
    }
    .c-check_input li {
        margin: 0 0 20px 0;
    }
    input[type="checkbox"] + label {
        font-size: 14px;
    }
    .c-srcBox_conditions {
        display: none;
        margin: 0 0 30px 0;
    }
    .c-srcBox_conditions.on {
        display: block;
    }
    .c-srcBox_wid {
        width: 100%;
    }
    .c-conditions_input {
        margin: 20px 0 0 0;
    }
    .c-conditions_input:first-child {
        margin: 20px 0 0 0;
    }
    select {
        width: 100%;
        font-size: 14px;
    }
    .c-srcBox_tglbtn {
        display: block;
        text-align: center;
        padding: 0 20px 20px 20px;
        margin: 0 -20px 20px -20px;
        border-bottom: 1px solid #fff;
    }
    .c-srcBox_tglbtn .js-cdi {
        display: inline-block;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        padding: 0 20px 0 0;
    }
    .c-srcBox_tglbtn .js-cdi:before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 8px;
        top: 50%;
        right: 0;
        margin-top: -4px;
        z-index: 10;
        background: url("../svg/arw_black_down.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-srcBox_tglbtn .js-cdi.on:before {
        background: url("../svg/arw_black_up.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-srcBox_tglbtn .js-cdi span {
        display: none;
    }
    .c-srcBox_tglbtn .js-cdi span.on {
        display: block;
    }
    .c-cv_wrap {
        padding: 40px 0;
    }
    .c-cv_ml {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .c-cv_knti {
        width: 100%;
        padding: 20px 30px 30px 30px;
        box-sizing: border-box;
    }
    .c-cv_img img {
        width: 100%;
        max-width: 260px;
    }
    .c-cv_img.is-ver2 img {
        max-width: 240px;
        height: auto;
    }
    .c-cv_ttl {
        margin: 0 0 20px 0;
    }
    .c-cv_txt {
        font-size: 10px;
        margin: 30px 0 0 0;
    }
    .c-cv_txt.is-ver2 {
        text-align: left;
    }
    .c-btn.is-src {
        width: 100%;
        border-radius: 6px;
    }
    .c-btn.is-ver2 {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .c-btn.is-ver3,
    .c-btn.is-ver4,
    .c-btn.is-ver5 {
        width: 100%;
    }
    .c-btn.is-ver4 {
        margin: 20px 0 0 0;
    }
    .c-btn.is-ver2 a {
        border: 1px solid #000;
    }
    .c-btn.is-ver3 a,
    .c-btn.is-ver5 a {
        font-size: 16px;
        border: 1px solid #000;
    }
    .c-btn.is-ver4 a {
        font-size: 16px;
    }
    footer {
        padding: 60px 20px;
    }
    .footer_wrap {
        width: 100%;
    }
    .f-top_link {
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        padding: 0;
    }
    .footer_menu {
        width: 50%;
        padding: 0 0 40px;
    }
    .footer_menu:nth-child(3),
    .footer_menu:nth-child(4) {
        width: 100%;
        padding: 40px 0;
        border-top: 1px solid #707070;
    }
    .footer_read {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .footer_read .txt {
        font-size: 12px;
        text-align: left;
    }
    .copy-txt {
        text-align: center;
        border-top: 1px solid #707070;
        padding-top: 40px;
    }
    .pagetop {
        bottom: 70px;
        right: 20px;
    }
    .fixedMenu_wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #fff;
        border-top: 1px solid #e5e5e5;
    }
    .fixedMenu_wrap ul {
        padding: 0 20px;
        height: 60px;
    }
    .fixedMenu_wrap ul li {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
        float: left;
        width: 16.8%;
        height: 100%;
    }
    .fixedMenu_wrap ul li.is-ver4,
    .fixedMenu_wrap ul li.is-ver5 {
        float: right;
    }
    .fixedMenu_wrap ul li.is-list {
        position: relative;
    }
    .fixedMenu_wrap ul li a {
        position: relative;
        font-size: 10px;
        line-height: 1;
        padding: 30px 0 0 0;
    }
    .fixedMenu_wrap ul li a:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .fixedMenu_wrap ul li.is-ver1 a:before {
        width: 19px;
        height: 22px;
        background: url("../svg/icn_menu01.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver2 a:before {
        width: 18px;
        height: 22px;
        background: url("../svg/f-icn_article.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver3 a:before {
        width: 20px;
        height: 22px;
        background: url("../svg/f-icn_search.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver3 .fixed_Menu_drop a:before {
        display: none;
    }
    .fixedMenu_wrap ul li.is-ver4 a:before {
        width: 28px;
        height: 22px;
        background: url("../svg/f-icn_study.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver5 a:before {
        width: 20px;
        height: 22px;
        background: url("../svg/f-icn_mypage.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixed_Menu_drop {
        display: none;
        position: absolute;
        top: -82px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 86px;
    }
    .fixed_Menu_drop.is-on {
        display: block;
    }
    .fixed_Menu_drop ul.fixed_Menu_droplist {
        height: auto;
        padding: 15px 0;
        background-color: #fff;
        border: 1px solid #333;
        box-sizing: border-box;
    }
    .fixedMenu_wrap ul.fixed_Menu_droplist li {
        display: block;
        float: none;
        width: auto;
        height: auto;
        line-height: 1;
        padding-bottom: 20px;
        text-align: center;
    }
    .fixedMenu_wrap ul.fixed_Menu_droplist li:last-child {
        padding-bottom: 0;
    }
    .fixedMenu_wrap ul.fixed_Menu_droplist li a {
        font-size: 13px;
        padding: 0;
    }
    .c-breadcrumbs {
        padding: 10px 20px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .c-prfctsch_ttl {
        margin-bottom: 20px;
    }
    .c-prfctsch-ttl {
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 10px;
    }
    .c-prfctsch-txt {
        font-size: 12px;
        margin-bottom: 0;
    }
    .c-prfctsch_in .c-prfctsch_box {
        padding: 20px;
        background: #FFE036;
    }
    .c-prfctscharea_wrap {
        padding: 20px;
    }
    .c-prfctsch_subttl {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .c-prfctsch-subttl {
        font-size: 14px;
        line-height: 1.45;
        padding: 0 0 0 40px;
    }
    .c-prfctsch-subttl .fs-l {
        font-size: 20px;
    }
    .c-prfctsch-subttl::before {
        width: 30px;
        height: 30px;
        background: #ffffff url(/cmn/svg/icn_japan.svg) no-repeat center / 22px auto;
        margin-top: -15px;
    }
    .c-prfctschBtn-btn a {
        width: 142px;
        height: 48px;
        font-size: 14px;
    }
    .c-prfctschBtn_lst {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .c-prfctscharea-txt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .c-prfctscharea-lst {
        display: flex;
        justify-content: left;
        gap: 10px;
        flex-wrap: wrap;
    }
    .c-btmbnr_wrap {
        padding-bottom: 60px;
    }
    .c-btmbnr_wrap .bnr_item > .bnr-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-btmbnr_in {
        margin-top: 20px;
    }
    .c-btmbnr_in .bnr-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-btmbnr_wrap .bnr-item img {
        width: 100%;
        height: auto;
    }
    /* news */
    .c-news_in {
        padding: 20px 0;
    }
    .c-nsearchTab_in {
        gap: 10px;
        margin-bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .c-nsearchTab_in .tab {
        padding: 0;
        width: 91px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c-nsearchDtl_wrap.is-head {
        display: none;
    }
    .c-nsearchDtl_in {
        height: auto;
        padding: 15px 20px 15px 20px;
        justify-content: space-between;
    }
    .c-nsearchDtl_wrap .name {
        width: auto;
        line-height: 1.5;
    }
    .c-nsearchDtl_wrap .comment {
        width: 63px;
        margin: 0 0 0 16px;
        display: flex;
    }
    .c-nsearchDtl_wrap .date,
    .c-nsearchDtl_wrap .classification,
    .c-nsearchDtl_wrap .station {
        display: none;
    }
    .c-nsearchDtl_wrap .comment-icn {
        position: relative;
        display: inline-block;
    }
    .c-nsearchDtl_wrap .comment-icn + .comment-icn {
        margin-left: 15px;
    }
    .c-nsearchDtl_wrap.comment-on .comment-quantity {
        position: absolute;
        top: -10px;
        right: -9px;
        z-index: 9;
        font-size: 11px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        background: #FFE036;
        border-radius: 99px;
    }
    .c-nsearchDtl_wrap .date {
        font-size: 14px;
        width: 168px;
        text-align: left;
    }
    .c-nsearchDtl_wrap .classification {
        font-size: 14px;
        width: 153px;
        text-align: left;
    }
    .c-nsearchDtl_wrap .station {
        font-size: 14px;
        width: 120px;
        text-align: left;
    }
    .c-nsearchDtl_wrap.is-new .c-nsearchDtl_in:before {
        content: "";
        position: absolute;
        display: block;
        width: 34px;
        min-height: 34px;
        top: 0;
        left: 0;
        z-index: 10;
        background: url(/cmn/svg/pop_new.svg) no-repeat 0 0 / 34px auto;
    }
    .c-news-readbox {
        display: block;
        margin-bottom: 19px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .c-news-btn .c-btn.is-ver2 {
        width: 197px;
        height: 34px;
        margin: 20px auto 0;
    }
    .c-news-btn .c-btn .is-btn {
        padding: 0 32px 0 20px;
    }
    .c-news-btn .c-btn .is-btn::before {
        right: 20px;
        width: 7px;
        height: 12px;
    }
    .c-news_ttl {
        display: block;
        padding: 0;
    }
    .c-news_ttl .c-news-ttl {
        font-size: 20px;
        line-height: 1.45;
        padding-left: 41px;
    }
    .c-news_ttl .c-news-ttl::before {
        width: 30px;
        height: 30px;
        background: #FFE036 url(../svg/icn_megaphone.svg) no-repeat center / 20px auto ;
        margin-top: -15px;
        z-index: 9;
    }
    .c-news-txt {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 11px;
    }
    .c-nsearchLst_wrap .panel {
        border-top: 1px solid #E5E5E5;
    }
    .c-nsearchLst_wrap .panel .c-nsearchDtl_wrap:nth-child(n+7) {
        display: none;
    }
    .c-intrdata_box {
        padding: 20px;
    }
    .c-intrdata-txt {
        font-size: 14px;
        line-height: 1.571;
        margin-bottom: 10px;
    }
    .c-intrdata_box .c-btn.is-ver4 {
        margin: 0 auto 10px;
    }
    .c-intrdata-question {
        width: 100%;
        margin: 0 auto;
        max-width: 217px;
    }
    .c-intrdataSlide_wrap {
        padding: 55px 0 20px;
        border-bottom: 1px solid #222222;
    }
    .c-intrdata-slide.slick-initialized .slick-slide {
        padding: 0px 19px;
        box-sizing: border-box;
    }
    .c-intrdataslide-txt {
        height: 35px;
        font-size: 14px;
        border-radius: 4px 4px 0 0;
    }
    .c-intrdata_wrap .basicdata-name {
        gap: 0 10px;
        margin-bottom: 20px;
    }
    .c-intrdata_wrap .basicdata-name .name {
        font-size: 13px;
        line-height: 1.5;
        width: calc(100% - 110px);
    }
    .c-intrdata_wrap .intrdata-img img {
        max-width: 240px;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
    }
    .c-intrdata-slide .slick-next {
        right: -17px;
    }
    .c-intrdata-slide .slick-prev {
        left: -17px;
    }
    .c-intrdata_wrap .basicdata-img img {
        width: 100%;
    }
    .c-intrdata-slidect .basicdata-img {
        width: 100px;
        height: 61px;
    }
    .chat_wrap.active {
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 9999;
    }
    .chatMain_wrap {
        border-radius: 0;
        padding-top: 60px;
        height: 100dvh;
    }
    .chatMain_menu {
        padding: 16px 20px 16px 15px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .chatMain-cat .icn1 img {
        width: 30px;
        height: auto;
    }
    .chatMain-cat .icn2 img {
        width: 26px;
        height: auto;
    }
    .chatMain-cat .txt {
        padding: 0 8px;
        font-size: 14px;
    }
    .chatMain-cat .txt2 {
        font-size: 12px;
    }
    .opebtn_lst .transform-btn {
        display: none;
    }
    .interaction_wrap {
        max-height: 100%;
        height: 100%;
    }
    .chat_wrap .chat_btn {
        display: none;
    }
    .chat_btn {
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        padding: 0;
        margin-left: -45px;
        padding-bottom: 18px;
        box-sizing: border-box;
        background: linear-gradient(60deg, #EC15FF, #007FCE);
    }
    .chat_btnbox {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px 0;
    }
    .chat_btnbox .sp-txt {
        font-size: 12px;
    }
    .chat_wrap .chatMain_wrap {
        bottom: auto;
        right: auto;
        top: 0;
        left: 0;
    }
    .chat_wrap {
        bottom: 0;
        right: 0;
    }
    .chatMain_ct {
        height: calc(100dvh - 173px);
    }
}
@media only screen and (max-width: 374px) {
    .c-btn {
        width: 110px;
    }
    .c-btn.is-ver5 a {
        font-size: 14px;
    }
    .c-btn.is-blank a {
        background: #fff url(/cmn/svg/icn_blank.svg) no-repeat center right 10px;
        background-size: 10px auto;
    }
    .c-btn .is-btn {
        padding: 0 15px;
    }
    .c-prfctschBtn-btn {
        width: calc(50% - 5px);
    }
    .c-prfctschBtn-btn a {
        width: 100%;
    }
    .c-nsearchTab_in .tab {
        width: 30%;
        gap: 2%;
    }
    .c-intrdataslide-txt {
        font-size: 13px;
    }
    .fixedMenu_wrap ul {
        padding: 0 10px;
    }
}
@keyframes bounceInBottom {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}