@media screen and (min-width: 768px) {
  #top_bg_wrapper1 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), white), linear-gradient(45deg, rgba(68, 119, 171, 0.3) 0%, rgba(211, 217, 219, 0.3) 24%, rgba(192, 213, 240, 0.3) 74%, rgba(255, 219, 219, 0.3) 100%);
  }
  #mv_area {
    padding-top: 129px;
    background: url(/common/image/top/line_nami_fv.png) no-repeat;
    background-position: left -80px;
  }
  #mv_area h1 {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.5;
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  #mv_area h1::after {
    content: "";
    background: url(/common/image/top/text_fv.png) no-repeat;
    position: absolute;
    z-index: 2;
    left: 275px;
    bottom: -35px;
    width: 278px;
    height: 52px;
  }
  #mv_area #top_mv_list_wrapper {
    margin-top: 150px;
    overflow-x: hidden;
  }
  #mv_area #top_mv_list_wrapper #top_mv_list {
    display: flex;
    gap: 0 24px;
  }
  #mv_area #top_mv_list_wrapper #top_mv_list > ul {
    display: flex;
    flex-shrink: 0;
    gap: 0 24px;
    animation: mv_slide 50s linear infinite both;
  }
  @keyframes mv_slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #mv_area #top_mv_list_wrapper #top_mv_list > ul > li {
    width: 640px;
    flex-shrink: 0;
  }
  #mv_area #top_mv_list_wrapper #top_mv_list > ul > li img {
    border-radius: 20px;
  }
  section#top_news {
    padding: 155px 0 270px;
    position: relative;
  }
  section#top_news #top_news_area {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
  }
  section#top_news #top_news_area .title_area {
    display: flex;
    align-items: center;
    gap: 0 55px;
  }
  section#top_news #top_news_area .title_area h2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.625;
  }
  section#top_news #top_news_area #top_news_tab {
    display: flex;
    gap: 0 10px;
  }
  section#top_news #top_news_area #top_news_tab button,
  section#top_news #top_news_area #top_news_tab button:focus,
  section#top_news #top_news_area #top_news_tab button:hover {
    display: inline-block;
    padding: 0;
    border: none;
    outline: none;
    appearance: none;
    background: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1.4rem;
    padding: 5px 12px 5px;
  }
  section#top_news #top_news_area #top_news_tab button {
    background: #e4e9f3;
    border: 1px solid #e4e9f3;
    color: #000000;
    transition: all 0.3s linear;
  }
  section#top_news #top_news_area #top_news_tab button:focus, section#top_news #top_news_area #top_news_tab button:hover, section#top_news #top_news_area #top_news_tab button[aria-selected="true"] {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    color: #83a9db;
  }
  section#top_news #top_news_area #top_news_contents_area {
    margin-top: 30px;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel.is-hidden {
    display: none;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul {
    display: table;
    border-top: 1px solid #e4e9f3;
    width: 100%;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li {
    display: table-row;
    width: 100%;
    position: relative;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a {
    display: contents;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl {
    display: contents;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl > dt,
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl > dd {
    display: table-cell;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl .date {
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl .category {
    white-space: nowrap;
    color: #83a9db;
    padding-left: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl .category span {
    position: relative;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl .category span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #83a9db;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a > dl .article {
    padding-left: 33px;
    font-size: 1.5rem;
    line-height: 1.86;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li > a:hover .article {
    color: #83a9db;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e4e9f3;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li:nth-last-child(1)::after, section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li:nth-last-child(2)::after {
    width: calc(100% - 220px);
  }
  section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li:nth-last-child(1) .article, section#top_news #top_news_area #top_news_contents_area .tabpanel ul > li:nth-last-child(2) .article {
    padding-right: 200px;
  }
  section#top_news #top_news_area #top_more_news_link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  section#top_news #top_news_area #top_more_news_link a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 60px;
    height: 50px;
    font-size: 1.4rem;
    color: inherit;
  }
  section#top_about {
    position: relative;
  }
  section#top_about::before {
    content: "";
    background: url(/common/image/top/line_bg_index_about.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: -1;
    aspect-ratio: 1440/2277;
  }
  section#top_about::after {
    content: "";
    background: linear-gradient(#ffffff, transparent);
    height: 300px;
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
  }
  section#top_about .top_contents {
    color: #333333;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 75px;
  }
  section#top_about .top_contents h2 {
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.625;
  }
  section#top_about .top_contents .description {
    margin: 35px 0 0 20px;
    padding-left: 38px;
    font-size: 1.5rem;
    line-height: 1.73;
    position: relative;
  }
  section#top_about .top_contents .description::before {
    content: "";
    width: 24px;
    height: 1px;
    background: #83a9db;
    position: absolute;
    top: 12px;
    left: 0;
  }
  section#top_about #top_about_list {
    margin-top: 100px;
    padding: 0 20px;
  }
  section#top_about #top_about_list > li {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 95px;
  }
  section#top_about #top_about_list > li .image {
    width: 60.34%;
  }
  section#top_about #top_about_list > li .image img {
    border-radius: 20px;
  }
  section#top_about #top_about_list > li .image a:hover img {
    opacity: var(--hover-opacity);
  }
  section#top_about #top_about_list > li .data {
    width: 39.66%;
  }
  section#top_about #top_about_list > li .data h3 {
    font-size: 2.8rem;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.16em;
    line-height: 1.32;
  }
  section#top_about #top_about_list > li .data h3::before {
    content: attr(data-en);
    font-family: "Rubik", sans-serif;
    font-size: 1.4rem;
    color: #83a9db;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -18px;
    letter-spacing: 0.05em;
  }
  section#top_about #top_about_list > li .data .txt {
    margin-top: 24px;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.5;
  }
  section#top_about #top_about_list > li .data .more_btn {
    margin-top: 35px;
  }
  section#top_about #top_about_list > li .data .more_btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 60px;
    height: 50px;
    font-size: 1.4rem;
    color: #333333;
  }
  section#top_about #top_about_list > li:nth-of-type(1) {
    margin-top: 0;
  }
  section#top_about #top_about_list > li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  section#top_about #top_about_list_mini {
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
  }
  section#top_about #top_about_list_mini > li {
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e9f3;
  }
  section#top_about #top_about_list_mini > li .image {
    width: 46.43%;
    flex-shrink: 0;
  }
  section#top_about #top_about_list_mini > li .image img {
    border-radius: 10px;
  }
  section#top_about #top_about_list_mini > li .image a:hover img {
    opacity: var(--hover-opacity);
  }
  section#top_about #top_about_list_mini > li .data {
    padding-left: 28px;
    flex-grow: 1;
  }
  section#top_about #top_about_list_mini > li .data a {
    display: block;
    position: relative;
    padding-left: 60px;
    height: 50px;
  }
  section#top_about #top_about_list_mini > li .data a h3 {
    color: #333333;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  section#top_about #top_about_list_mini > li .data a h3::after {
    content: attr(data-en);
    font-family: "Rubik", sans-serif;
    font-size: 1.2rem;
    color: #83a9db;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: -20px;
    letter-spacing: 0.1em;
  }
  section#top_business {
    margin-top: 220px;
    color: #333333;
  }
  section#top_business .top_contents {
    margin: 36px auto 0;
    min-height: 870px;
    display: flex;
    position: relative;
  }
  section#top_business .top_contents .image_area {
    width: 50%;
  }
  section#top_business .top_contents .business_image {
    transition: background 0.5s;
  }
  section#top_business .top_contents #business_image1 {
    position: absolute;
    top: 0;
    left: 80px;
    right: 50%;
    height: 440px;
    border-radius: 20px;
    background: url(/common/image/top/business_fitness01.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents #business_image1.coworking {
    background: url(/common/image/top/business_coworking01.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents #business_image1.food {
    background: url(/common/image/top/business_food01.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents #business_image2 {
    position: absolute;
    top: 520px;
    right: calc(50% + 60px);
    height: 240px;
    border-radius: 10px;
    width: 340px;
    background: url(/common/image/top/business_fitness02.jpg) no-repeat;
    background-size: cover;
  }
  section#top_business .top_contents #business_image2.coworking {
    background: url(/common/image/top/business_coworking02.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents #business_image2.food {
    background: url(/common/image/top/business_food02.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents #business_image3 {
    position: absolute;
    top: 590px;
    left: 0;
    height: 280px;
    border-radius: 0 10px 10px 0;
    width: 230px;
    background: url(/common/image/top/business_fitness03.jpg) no-repeat;
    background-size: cover;
  }
  section#top_business .top_contents #business_image3.coworking {
    background: url(/common/image/top/business_coworking03.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents #business_image3.food {
    background: url(/common/image/top/business_food03.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  section#top_business .top_contents .data_area {
    width: 600px;
    padding-left: 140px;
    padding-top: 40px;
  }
  section#top_business .top_contents .data_area h2 {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.625;
  }
  section#top_business .top_contents .data_area .description {
    font-size: 1.5rem;
    line-height: 1.66;
    margin-top: 40px;
    padding-left: 38px;
    position: relative;
  }
  section#top_business .top_contents .data_area .description::before {
    content: "";
    width: 24px;
    height: 1px;
    background: #83a9db;
    position: absolute;
    top: 12px;
    left: 0;
  }
  section#top_business .top_contents .data_area .link_list {
    margin-top: 82px;
    border-top: 1px solid #e4e9f3;
  }
  section#top_business .top_contents .data_area .link_list > li {
    border-bottom: 1px solid #e4e9f3;
  }
  section#top_business .top_contents .data_area .link_list > li .link {
    font-weight: 500;
  }
  section#top_business .top_contents .data_area .link_list > li .link a {
    position: relative;
    color: #333333;
    display: block;
    width: 100%;
    padding: 40px 0 40px 72px;
    font-size: 1.8rem;
  }
  section#top_business .top_contents .data_area .link_list > li .link a::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section#top_business .top_contents .data_area .link_list > li .link a::after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section#top_business .top_contents .data_area .link_list > li.coming_soon {
    border-bottom: none;
    position: relative;
    color: #333333;
    display: block;
    width: 100%;
    padding: 40px 0 40px 72px;
    font-size: 1.8rem;
    opacity: 0.4;
  }
  section#top_business .top_contents .data_area .link_list > li.coming_soon span {
    display: block;
  }
  section#top_business .top_contents .data_area .link_list > li.coming_soon span.en {
    font-weight: 400;
    font-size: 1.2rem;
  }
  section#top_business .top_contents .data_area .link_list > li.coming_soon::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section#top_recruit {
    margin-top: 190px;
    height: 720px;
    background: url(/common/image/top/recruit_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
  }
  section#top_recruit .top_recruit_contents {
    margin: 0 auto;
    padding-top: 360px;
    padding-left: 60px;
    max-width: 1280px;
    color: #ffffff;
  }
  section#top_recruit .top_recruit_contents h2 {
    position: relative;
    line-height: 1.38;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  section#top_recruit .top_recruit_contents h2::before {
    content: "";
    width: 137px;
    height: 54px;
    background: url(/common/image/top/joinus.png) no-repeat;
    position: absolute;
    left: -60px;
    top: -35px;
  }
  section#top_recruit .top_recruit_contents .description {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0.08em;
  }
  section#top_recruit .top_recruit_contents .more_link {
    margin-top: 40px;
  }
  section#top_recruit .top_recruit_contents .more_link a {
    color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-left: none;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  section#top_recruit .top_recruit_contents .more_link a::before {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #4984d1, #83a9db);
    position: absolute;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    top: 0;
    left: 0;
    opacity: 0;
  }
  section#top_recruit .top_recruit_contents .more_link a > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 34px 1px 40px;
    height: 50px;
  }
  section#top_recruit .top_recruit_contents .more_link a > span::before {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw2_w.png) no-repeat;
    position: absolute;
    left: -25px;
    top: 0;
    opacity: 1;
  }
  section#top_recruit .top_recruit_contents .more_link a > span::after {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    position: absolute;
    left: -25px;
    top: 0;
    opacity: 0;
  }
  section#top_recruit .top_recruit_contents .more_link a:hover {
    border: none;
  }
  section#top_recruit .top_recruit_contents .more_link a:hover::before {
    opacity: 1;
  }
  section#top_recruit .top_recruit_contents .more_link a:hover > span::before {
    opacity: 0;
  }
  section#top_recruit .top_recruit_contents .more_link a:hover > span::after {
    opacity: 1;
  }
}
