@charset "UTF-8";
@media screen and (max-width: 767.999px) {
  #top_news h2::before,
  #top_about h2::before,
  #top_division h2::before,
  #top_area h2::before,
  #top_report h2::before {
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(155deg, #f89c6a, var(--accent-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #mv_area {
    position: relative;
    height: 505px;
    overflow: hidden;
    text-align: center;
  }
  #mv_area #mv_image {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mv_area #mv_image img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    object-position: top center;
  }
  #mv_area h2 {
    padding: 50px 0 0 1em;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.625;
    text-shadow: 0px 0px 10px rgba(42, 151, 200, 0.8);
    position: relative;
    z-index: 2;
    text-align: left;
    letter-spacing: 0.5em;
    display: inline-block;
    font-feature-settings: "palt";
  }
  #mv_area .image1 {
    width: 96px;
    position: absolute;
    z-index: 4;
    top: 25px;
    left: -16px;
  }
  #mv_area .image2 {
    width: 41px;
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 32px;
  }
  #mv_area .image3 {
    width: 116px;
    position: absolute;
    z-index: 3;
    top: 80px;
    right: -35px;
  }
  #mv_area .image4 {
    width: 96px;
    position: absolute;
    z-index: 4;
    top: 212px;
    right: 30px;
  }
  #top_news {
    border-radius: 40px 40px 0 0;
    margin-top: -30px;
    z-index: 2;
    position: relative;
  }
  #top_news::before {
    content: "";
    width: 98px;
    height: 55px;
    background: url(/common/image/top/img-news_01.png) no-repeat;
    background-size: 103px 55px;
    background-position: left top;
    position: absolute;
    top: -32px;
    right: 0;
  }
  #top_news::after {
    content: "";
    width: 115px;
    height: 59px;
    background: url(/common/image/top/img-news_02.png) no-repeat;
    background-size: 305px 59px;
    background-position: right top;
    position: absolute;
    top: 19px;
    left: 0;
  }
  #top_news #top_news_area {
    padding-top: 78px;
  }
  #top_news #top_news_area h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 800;
  }
  #top_news #top_news_area h2::before {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top_news #top_news_area #top_news_contents {
    margin-top: 40px;
    padding: 0 32px;
  }
  #top_news #top_news_area #top_news_contents .no_data {
    text-align: center;
    font-size: 1.4rem;
  }
  #top_news #top_news_area #top_news_contents > ul {
    border-top: 1px dotted #000000;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a {
    display: flex;
    flex-wrap: wrap;
    padding: 27px 0 28px;
    align-items: center;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .date {
    font-size: 1rem;
    padding-right: 12px;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .category > span {
    font-size: 1rem;
    border-radius: 15px;
    padding: 1px 12px 2px;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .article {
    width: 100%;
    margin-top: 13px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #top_news #top_news_area .more_link a {
    display: block;
    margin: 50px auto 0;
    width: 270px;
    padding: 14px 0 16px;
    font-weight: 600;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 45px;
  }
  #top_news #top_news_area .more_link a > span {
    font-size: 1.2rem;
  }
  #top_news #top_news_area .more_link a::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  #top_news #top_news_area .more_link a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 9px;
    height: 7px;
    background-size: 9px 7px;
  }
  #top_instagram {
    margin-top: 66px;
    padding-bottom: 100px;
    overflow-x: hidden;
  }
  #top_instagram #top_instagram_wrapper {
    display: flex;
    flex-direction: column;
  }
  #top_instagram #top_instagram_wrapper .title_area {
    display: contents;
  }
  #top_instagram #top_instagram_wrapper .title_area h2 {
    order: 1;
    font-size: 1.6rem;
    padding-left: 20px;
    font-weight: 800;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link {
    order: 3;
    margin-top: 13px;
    padding-right: 20px;
    text-align: right;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link a {
    padding-right: 38px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link a::before {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link a::after {
    width: 9px;
    height: 8px;
    right: 11px;
    top: 11px;
    background-size: cover;
    background-size: 100% auto;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents {
    order: 2;
    padding-left: 20px;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents.swiper {
    width: 100%;
    overflow: visible;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents .swiper-scrollbar-instagram {
    position: relative;
    margin-top: 18px;
    width: calc(100vw - 40px);
    height: 2px;
    left: 0;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents .swiper-scrollbar-instagram .swiper-scrollbar-drag {
    height: 2px;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents > ul {
    padding-top: 18px;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents > ul > li {
    width: calc((100vw - 20px - 40px) / 2.5);
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents > ul > li:last-child {
    width: calc(20px + ((100vw - 20px - 40px) / 2.5));
    padding-right: 20px;
  }
  #top_instagram #top_instagram_wrapper #top_instagram_contents > ul > li img {
    border-radius: 10px;
    width: calc((100vw - 20px - 40px) / 2.5);
    height: calc((100vw - 20px - 40px) / 2.5);
    object-fit: cover;
    box-shadow: 0px 0px 14px 0px rgba(40, 40, 40, 0.12);
  }
  #top_about {
    position: relative;
  }
  #top_about::before {
    content: "";
    width: 252px;
    height: 106px;
    background: url(/common/image/top/img-about_03.png) no-repeat;
    background-size: 287px 67px;
    background-position: left top;
    position: absolute;
    top: -71px;
    right: 0;
  }
  #top_about .image {
    position: relative;
  }
  #top_about .image::after {
    content: "";
    width: 83px;
    height: 44px;
    background: url(/common/image/top/img-about_04.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -42px;
    left: 3px;
    z-index: -1;
  }
  #top_about .image img {
    width: 100%;
    height: auto;
  }
  #top_about .data_area {
    padding: 94px 32px 0;
  }
  #top_about .data_area h2 {
    font-size: 2.2rem;
    font-weight: 800;
  }
  #top_about .data_area h2::before {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -17px;
  }
  #top_about .data_area .description {
    margin-top: 35px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_about .data_area h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 52px;
  }
  #top_about .data_area .ytas {
    margin-top: 18px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
  #top_about .data_area .ytas span {
    font-size: 1.5rem;
    font-weight: 800;
  }
  #top_about .data_area > .txt,
  #top_about .data_area > .txt2 {
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_about .data_area > .txt {
    margin-top: 14px;
  }
  #top_about .data_area > .txt2 {
    margin-top: 22px;
  }
  #top_about .data_area .about_list {
    margin-top: 18px;
  }
  #top_about .data_area .about_list > li {
    display: flex;
    gap: 0 13px;
    padding: 7px 0;
    border-bottom: 1px dotted #000000;
  }
  #top_about .data_area .about_list > li:nth-of-type(1), #top_about .data_area .about_list > li:nth-of-type(2) {
    align-items: center;
  }
  #top_about .data_area .about_list > li .num {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  #top_about .data_area .about_list > li .txt {
    font-size: 1.3rem;
    line-height: 1.96;
  }
  #wide_image1 {
    padding-top: 20px;
  }
  #wide_image1 img {
    width: 100%;
    height: auto;
  }
  #top_division {
    padding: 81px 15px 0;
    position: relative;
  }
  #top_division::before {
    content: "";
    width: 268px;
    height: 74px;
    background: url(/common/image/top/img-division_05.png) no-repeat;
    background-size: 382px 74px;
    background-position: left top;
    position: absolute;
    top: -31px;
    right: 0;
  }
  #top_division h2 {
    padding: 0 12px;
    font-size: 2.2rem;
    font-weight: 800;
  }
  #top_division h2::before {
    font-size: 1rem;
    position: absolute;
    left: 12px;
    top: -19px;
  }
  #top_division .description {
    padding: 0 12px;
    margin-top: 34px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_division #top_division_navi {
    margin-top: 33px;
    padding: 0 12px;
  }
  #top_division #top_division_navi > li {
    margin-top: 12px;
  }
  #top_division #top_division_navi > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_navi > li a {
    display: flex;
    padding: 16px 50px 16px 21px;
    gap: 0 5px;
    border-radius: 28px;
    position: relative;
    font-weight: 500;
  }
  #top_division #top_division_navi > li a .num {
    font-size: 1.5rem;
    line-height: 1.41;
  }
  #top_division #top_division_navi > li a .txt {
    font-size: 1.5rem;
    line-height: 1.41;
  }
  #top_division #top_division_navi > li a::before {
    width: 30px;
    height: 30px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  #top_division #top_division_navi > li a::after {
    width: 4px;
    height: 4px;
    right: 25px;
    top: 50%;
    transform: translateY(-4px) rotate(45deg);
  }
  #top_division #top_division_contents {
    margin-top: 60px;
  }
  #top_division #top_division_contents .division_contents {
    margin-top: 40px;
    padding: 24px 15px 35px;
    border-radius: 25px;
    position: relative;
  }
  #top_division #top_division_contents .division_contents h3 {
    padding-left: 5px;
  }
  #top_division #top_division_contents .division_contents h3 .num {
    font-size: 2rem;
    background: linear-gradient(155deg, #f89c6a, var(--accent-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
  }
  #top_division #top_division_contents .division_contents h3 .txt {
    display: block;
    margin-top: 3px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.47;
  }
  #top_division #top_division_contents .division_contents .image,
  #top_division #top_division_contents .division_contents .image_list {
    margin-top: 22px;
  }
  #top_division #top_division_contents .division_contents .image img,
  #top_division #top_division_contents .division_contents .image_list img {
    border-radius: 15px;
  }
  #top_division #top_division_contents .division_contents > .txt {
    margin-top: 24px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_division #top_division_contents .division_contents .division_list {
    margin-top: 27px;
  }
  #top_division #top_division_contents .division_contents .division_list > li {
    display: flex;
    gap: 0 13px;
    margin-top: 17px;
  }
  #top_division #top_division_contents .division_contents .division_list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_contents .division_contents .division_list > li .icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2.5px 2.5px 0px rgba(254, 93, 5, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_division #top_division_contents .division_contents .division_list > li .icon img {
    width: 25px;
    height: auto;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl {
    padding-top: 17px;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dt {
    font-size: 1.5rem;
    font-weight: 700;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd {
    margin-top: 6px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement {
    margin-top: 9px;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement > li {
    margin-top: 11px;
    padding-left: 12px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.92;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement > li::before {
    content: "・";
    color: var(--accent-color);
    position: absolute;
    left: 0;
    top: 0;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_contents .division_contents:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_contents #top_division01::before {
    content: "";
    width: 285px;
    height: 51px;
    background: url(/common/image/top/division_sp-01.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -40px;
    right: 29px;
    z-index: 2;
  }
  #top_division #top_division_contents #top_division02::before {
    content: "";
    width: 324px;
    height: 63px;
    background: url(/common/image/top/division_sp-02.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: -5px;
    z-index: 2;
  }
  #top_division #top_division_contents #top_division03::before {
    content: "";
    width: 304px;
    height: 61px;
    background: url(/common/image/top/division_sp-03.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -42px;
    left: 20px;
    z-index: 2;
  }
  #top_division #top_division_contents #top_division04::before {
    content: "";
    width: 300px;
    height: 51px;
    background: url(/common/image/top/division_sp-04.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -45px;
    left: 25px;
    z-index: 2;
  }
  #top_area {
    margin-top: 90px;
    padding-top: 76px;
    position: relative;
  }
  #top_area .image1 {
    position: absolute;
    top: -30px;
    left: 7.33%;
    width: 13px;
  }
  #top_area .image2 {
    position: absolute;
    top: -30px;
    left: calc(7.33% + 13px + 16px);
    width: 15px;
  }
  #top_area .image3 {
    position: absolute;
    top: -35px;
    left: 35.6%;
    width: 15px;
  }
  #top_area .image4 {
    position: absolute;
    top: -29px;
    left: calc(35.6% + 15px + 16px);
    width: 16px;
  }
  #top_area .image5 {
    display: none;
  }
  #top_area .image6 {
    position: absolute;
    top: -20px;
    left: 62.13%;
    width: 41px;
  }
  #top_area .image7 {
    display: none;
  }
  #top_area .image8 {
    position: absolute;
    top: -37px;
    left: 85.86%;
    width: 16px;
  }
  #top_area .image9 {
    position: absolute;
    top: 6px;
    left: calc(85.86% + 16px + 3px);
    width: 17px;
  }
  #top_area #top_area_wrapper {
    padding: 0 32px;
  }
  #top_area #top_area_wrapper h2 {
    font-size: 2.2rem;
    font-weight: 800;
  }
  #top_area #top_area_wrapper h2::before {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -18px;
  }
  #top_area #top_area_wrapper #top_area_contents {
    margin-top: 36px;
  }
  #top_area #top_area_wrapper #top_area_contents .txt {
    margin-top: 23px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_area #top_area_wrapper #top_area_contents .txt:nth-of-type(1) {
    margin-top: 0;
  }
  #top_area #top_area_wrapper #top_area_contents .image {
    margin-top: 37px;
    padding: 0 20px;
    text-align: center;
  }
  #top_area #top_area_sightseeing {
    margin-top: -56px;
    display: flex;
    flex-direction: column;
    transform: translateY(110px);
    overflow-x: hidden;
  }
  #top_area #top_area_sightseeing .title_area {
    display: contents;
  }
  #top_area #top_area_sightseeing .title_area h3 {
    order: 1;
    padding-left: 20px;
    font-weight: 800;
    font-size: 1.6rem;
  }
  #top_area #top_area_sightseeing .title_area .more_link {
    order: 3;
    margin-top: 12px;
    padding-right: 20px;
    text-align: right;
  }
  #top_area #top_area_sightseeing .title_area .more_link a {
    padding-right: 38px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
  }
  #top_area #top_area_sightseeing .title_area .more_link a::before {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
  }
  #top_area #top_area_sightseeing .title_area .more_link a::after {
    width: 9px;
    height: 8px;
    right: 11px;
    top: 11px;
    background-size: cover;
    background-size: 100% auto;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents {
    order: 2;
    margin-top: 18px;
    padding-left: 20px;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents.swiper {
    width: 100%;
    overflow: visible;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents .swiper-scrollbar-sightseeing {
    position: relative;
    margin-top: 18px;
    width: calc(100vw - 40px);
    height: 2px;
    left: 0;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents .swiper-scrollbar-sightseeing .swiper-scrollbar-drag {
    height: 2px;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents > ul > li {
    width: calc((100vw - 20px - 40px) / 2.5);
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents > ul > li:last-child {
    width: calc(20px + ((100vw - 20px - 40px) / 2.5));
    padding-right: 20px;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents > ul > li img {
    border-radius: 10px;
    width: calc((100vw - 20px - 40px) / 2.5);
    height: calc((100vw - 20px - 40px) / 2.5);
    object-fit: cover;
    box-shadow: 0px 0px 14px 0px rgba(40, 40, 40, 0.12);
  }
  #top_report {
    margin-top: 210px;
    position: relative;
  }
  #top_report::before {
    content: "";
    width: 233px;
    height: 66px;
    background: url(/common/image/top/img-report_06.png) no-repeat;
    background-size: 329px 66px;
    background-position: right top;
    position: absolute;
    top: -74px;
    left: 0;
  }
  #top_report #top_report_wrapper .image {
    position: relative;
  }
  #top_report #top_report_wrapper .image::after {
    content: "";
    width: 69px;
    height: 44px;
    background: url(/common/image/top/img-report_07.png) no-repeat;
    background-size: 83px 44px;
    position: absolute;
    right: 0;
    bottom: -32px;
    z-index: -1;
  }
  #top_report #top_report_wrapper .image img {
    width: 100%;
    height: auto;
  }
  #top_report #top_report_wrapper .data_area {
    padding: 80px 32px 0;
  }
  #top_report #top_report_wrapper .data_area h2 {
    font-size: 2.2rem;
    font-weight: 800;
  }
  #top_report #top_report_wrapper .data_area h2::before {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -18px;
  }
  #top_report #top_report_wrapper .data_area .txt {
    margin-top: 35px;
    font-size: 1.3rem;
    line-height: 1.84;
  }
  #top_report #top_report_wrapper .data_area .more_link a {
    display: block;
    border-radius: 45px;
    margin: 45px auto 0;
    width: 270px;
    padding: 14px 5px 16px 0;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
  }
  #top_report #top_report_wrapper .data_area .more_link a::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  #top_report #top_report_wrapper .data_area .more_link a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 9px;
    height: 7px;
    background: url(/common/image/common/btn_o.png) no-repeat;
    background-size: 9px 7px;
  }
}
