@charset "UTF-8"; /* style */
.hv {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hv:hover {
    opacity: 0.6;
}

a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

/* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html {
    height: 100%;
}

body {
    width: 100%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 130%;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
    line-height: 1.0;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*\*/
* html #container {
    overflow: visible;
}

/**/
input, select, textarea {
    font-size: 16px;
    color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1; }

/* IE7 */
.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
* {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
    height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

img {
    vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
    color: #999 !important;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

::-input-placeholder {
    color: #999 !important;
}

:-input-placeholder {
    color: #999 !important;
}

::-placeholder {
    color: #999 !important;
}

:-placeholder {
    color: #999 !important;
}

html {
    background-color: #FFF;
    margin: 0 !important;
}

sup, sub {
    font-size: 0.8em;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}

p {
    word-wrap: normal;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.ud:hover {
    text-decoration: underline;
}

.ud2 {
    text-decoration: underline;
}

.ud3 {
    text-decoration: underline;
}

.ud3:hover {
    text-decoration: none;
}

.hv:hover {
    opacity: 0.6;
}

.font-min {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font-din {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.pc-inline {
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack:justify; */
    -ms-flex-pack: justify;
    /* justify-content:space-between; */
    flex-wrap: wrap;
}

.flex3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*スクロールバー表示させる*/
.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

.none-display {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}


.top_mv__banner a {
  display: inline-block;
  margin: 0px;
}

.top_mv__banner img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;

}

.hide {
    display: none;
}

.hidden {
    display: none;
}

/*============================
COMMON
============================*/
.section {
    padding: 80px 3%;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 100%;
}

.btn01 {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    padding: 20px 40px 18px;
    position: relative;
}

.btn01::after {
    content: '';
    width: 14px;
    height: 13px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 24px;
}

.btn01.white {
    background: #FFF;
}

.btn01.white::after {
    background-image: url(../img/btn_arrow_b.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn01.green {
    background: #27ae60;
    color: #FFF;
}

.btn01.green::after {
    background-image: url(../img/btn_arrow_w.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn01 .en {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* header */
.header {
    padding: 36px 3% 18px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.header.scrolled {
    background-color: #e6e6e650;
}

.header .inner {
    max-width: 100%;
    align-items: center;
}

.header_logo__wrap {
    max-width: 384px;
    width: 50%;
}

.header_logo {
}

.header_logo img {
}

.header_navi__wrap {
    width: calc(100% - 460px);
    position: relative;
}

.header_navi {
    width: calc(100% - 124px);
    height: auto;
}

.header_navi__list {
    justify-content: flex-end;
}

.header_navi__item {
    padding: 1px 3% 0;
    border-left: 1px solid #FFF;
}

.header_navi__item:first-child {
    border-left: none;
}

.header_navi__item a {
    font-size: 14px;
    color: #FFF;
}

.header_navi__item a .en {
    display: none;
}

.header_navi__entry {
    width: 124px;
    height: 124px;
    position: absolute;
    background: #24ae60;
    border-radius: 300px;
    right: -1%;
    top: -20px;
    align-items: center;
    justify-content: center;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFF;
    z-index: 10;
}

.header_navi__entry:hover {
    color: #FFF;
}

.header_navi__entry span {
    padding: 0px 0 6px;
    position: relative;
}

.header_navi__entry span::after {
    content: '';
    width: 24px;
    height: 6px;
    background-image: url(../img/entry_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.header_navi__menu {
    width: 124px;
    height: 124px;
    position: absolute;
    background: #24ae60;
    border-radius: 300px;
    right: -1%;
    top: -30px;
    align-items: center;
    justify-content: center;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.main {
    padding-top: 112px;
}

/* aside */
.aside {
    margin: 100vh 0 0;
}

.aside_link {
    background-image: url(../img/aside_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.aside_link .inner {
    align-items: center;
}

.aside_link__textwrap {
}

.aside_link__text {
    font-size: 60px;
    color: #FFF;
    line-height: 1.2;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0 0;
}

.aside_link__btnwrap {
    width: 340px;
}

.aside_link__btnwrap .btn01.white {
}

.aside_link__btnwrap .btn01.green {
    margin: 30px 0 0;
}

/* page-top */
.page_top {
    padding: 60px 3% 20px;
    background: #FFF;
}

.page_top__link {
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: block;
    height: 14px;
    line-height: 1;
}

/* footer */
.footer {
    padding: 80px 3%;
    background: #f8f8f8;
    /* margin: 80px 0 0; */
}

.footer .inner {
}

.footer_navi__wrap {
    width: 48%;
}

.footer_navi {
    max-width: 400px;
    width: 100%;
}

.footer_navi__list {
}

.footer_navi__list li {
    width: 48%;
    margin: 0 0 10px;
}

.footer_navi__list a {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 26px;
}

.footer_navi__list a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: scale(2, 1) rotate(45deg);
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.footer_content {
    width: 48%;
}

.footer_logo__wrap {
    margin: 0 0 40px;
}

.footer_logo {
    display: block;
    max-width: 380px;
    width: 80%;
}

.footer_logo img {
}

.footer_address {
    text-align: right;
}

.footer_tel {
    text-align: right;
}

.footer_tel a {
    text-decoration: none;
    color: #000;
}

.footer_fax {
    text-align: right;
}

.footer_fax a {
    text-decoration: none;
    color: #000;
}

.footer_link__wrap {
    margin: 30px 0 0;
}

.footer_link__text {
    padding: 0 1% 4px;
    text-align: right;
    border-bottom: 1px solid;
    margin: 0 0 12px;
}

.footer_link__list {
    justify-content: flex-end;
}

.footer_link__list li {
    margin: 0 1% 0;
    max-width: 150px;
    width: 48%;
}

.footer_link__list a {
}

.footer_link__list img {
}

.copyright {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 40px 0 0;
}

body {
    background: #808080;
}

/* top */
.top_ttl {
    color: #FFF;
    font-size: 15px;
}

.top_ttl .en {
    display: block;
    font-size: 56px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

.link_text01 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #FFF;
    position: relative;
    padding: 0 34px 0 0;
}

.link_text01::after {
    content: '';
    width: 24px;
    height: 6px;
    background-image: url(../img/entry_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
}

.link_text01:hover {
    color: #FFF;
    padding: 0 51px 0 0;
}

/* top_mv */
.top_mv {
    padding: 10px 3% 80px;
}

.top_mv__contentwrap {
    margin: 0 auto;
}

.top_mv__leftcontent {
    width: 440px;
    flex-flow: column;
}

.top_mv__textwrap {
    margin: 0 0 60px;
}

.top_mv__ttl {
    font-size: 36px;
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 40px;
}

.top_mv__subttl {
    font-size: 20px;
    color: #FFF;
    margin: 0 0 20px;
}

.top_mv__text {
    color: #FFF;
}

.top_news__wrap {
}

.top_news__wrap .top_mv__ttl {
    margin: 0 0 10px;
}

.top_news__link {
    background: #6596be;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 15px 30px 13px;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
}

.top_news__link:hover {
    color: #FFF;
}

.top_news__link .date {
    display: inline-block;
    padding-right: 20px;
}

.top_mv__rightcontent {
    width: calc(100% - 500px);
}

.top_mv__rightcontent img {
    height: 100%;
    object-fit: cover;
}

/*.top_business*/
.top_business {
    padding: 0px 3% 0;
}

.top_business .inner {
    position: relative;
    top: 80px;
}

.top_business__header {
    position: relative;
    z-index: 2;
}

.top_business__header .top_ttl {
    margin: 0 0 40px;
}

.top_business__header .top_ttl .en {
}

.top_business__text {
    color: #FFF;
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.top_business__header .link_text01 {
}

.top_business__body {
    position: relative;
    top: -170px;
    z-index: 1;
}

.top_business__circlelist {
}

.top_business__circlelist li {
    justify-content: space-around;
    position: relative;
}

.top_business__circlelist li:nth-child(1) {
}

.top_business__circlelist li:nth-child(2) {
    top: -60px;
}

.top_business__circlelist li:nth-child(3) {
    top: -120px;
}

.top_business__circlelink {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 255, 0, 0.5) 0%, rgba(255, 255, 255, 0.2) 35%,rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    background: radial-gradient(circle, rgba(36, 174, 96, 0.5) 30%, rgba(255, 255, 255, 0.2) 60%);
    /* background: rgb(36 174 96); */
    font-weight: normal;
}

.top_business__circlelink.blue {
    background: radial-gradient(circle, rgba(101, 150, 190, 0.5) 30%, rgba(255, 255, 255, 0.2) 60%);
    /* background: rgb(101 150 190); */
}

.top_business__circlelink:hover {
    color: #FFF;
}

.top_business__circlelink .en {
    font-size: 18px;
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* top_message_welfare */
.top_message_welfare {
    padding: 0 3% 0;
}

.top_message_welfare .inner {
}

.top_message {
    width: 50%;
}

.top_message__content {
    width: 290px;
    height: 290px;
    align-items: center;
    justify-content: center;
    background: #24ae60;
    border-radius: 800px;
    position: relative;
    z-index: 2;
}

.top_message__content .top_ttl {
    margin: 0 0 20px;
}

.top_message__content .top_ttl .en {
    font-size: 34px;
}

.top_message__content .link_text01 {
}

.top_message__image {
    max-width: 424px;
    position: relative;
    margin: 0 0 0 auto;
    z-index: 1;
    top: -80px;
    width: 100%;
}

.top_message__image img {
}

.top_welfare {
    width: 50%;
}

.top_welfare__image {
    width: 316px;
    position: relative;
    z-index: 1;
}

.top_welfare__image img {
}

.top_welfare__content {
    width: 290px;
    height: 290px;
    align-items: center;
    justify-content: center;
    background: #6596be;
    border-radius: 800px;
    position: relative;
    margin: 0 30px 0 auto;
    z-index: 2;
    top: -80px;
}

.top_welfare__content .top_ttl {
    margin: 0 0 20px;
}

.top_welfare__content .top_ttl .en {
    font-size: 34px;
}

.top_welfare__content .link_text01 {
}

/* top_interview */
.top_interview {
    padding: 80px 0;
  }
  
  .top_interview .inner {
    max-width: 100%;
  }
  
  .top_interview .top_ttl {
    text-align: center;
    margin: 0 0 60px;
  }
  
  .top_interview .top_ttl .en {
  }
  
  .top_interview__slider {
  }
  
  .top_interview__item {
  }
  
  .top_interview__link {
    position: relative;
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .top_interview__number {
    font-size: 68px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
  }
  
  /* .top_interview__item:nth-child(odd) .top_interview__number {
    color: #23ae5f;
  } */
  
  .top_interview__image {
    width: 200px;
    height: 200px;
    border-radius: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
  .top_interview__image img {
    width: 100%;
  }
  
  .top_interview__content {
    /* width: 120px;
    height: 120px; */
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    /* background: #23ae5f;
    border-radius: 300px; */
    /* position: absolute;
    bottom: 10px;
    left: 0; */
  }
  
  .top_interview__content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .top_interview__content .full-n {
    width: fit-content;
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 10px;
  }
  
  .top_interview__content .full-n span {
    color: #fff;
  }
  
  /* .top_interview__item:nth-child(odd) .top_interview__content .full-n span {
    color: #23ae5f;
  } */
  
  /* .top_interview__item:nth-child(odd) .top_interview__content {
    background: #6596be;
  } */
  
  .top_interview__job {
    font-family: futura-pt, sans-serif;
    text-align: center;
    margin: 0 0 4px;
    color: #fff;
  }

   .top_interview_initial {
    font-family: futura-pt, sans-serif;
    color: #fff;
    font-size: 22px;
   }
  
  .top_interview__name {
    font-family: futura-pt, sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
  }

/* top_pagelinks */
.top_pagelinks {
    height: 100vh;
    /* background: #9c9c9c; */
}

.top_pagelinks .inner {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.top_pagelinks__bgcirclewrap {
    position: absolute;
    width: 500px;
    height: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffbc58;
    border-radius: 1000px;
    z-index: 1;
}

.top_pagelinks__list {
    z-index: 2;
    position: relative;
    width: 100%;
}

.top_pagelinks__list li {
    display: none;
}

.top_pagelinks__list li:first-child {
    display: block;
}

.top_pagelinks__list a {
    color: #FFF;
    font-size: 40px;
    padding: 0 0 10px;
    display: block;
    border-bottom: 2px solid;
    position: relative;
}

.top_pagelinks__list a .en {
    display: block;
    font-size: 120px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

.top_pagelinks__list a .link_text01 {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.top_pagelinks__list a .link_text01:hover {
    padding: 0 34px 0 0;
}

@media screen and (max-width: 1250px) {
    .header_navi__item {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media screen and (max-width: 1200px) {
    .header_navi__wrap {
        width: 124px;
    }

    .header_navi {
      
    }

    .header_navi__entry {
        display: none;
    }

    .header_navi__menu {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
    }

    /* header */
    .header {
        /* position: relative; */
        z-index: 10;
    }

    .header .inner {
    }

    .header_logo__wrap {
    }

    .header_logo {
    }

    .header_logo img {
    }

    .header_navi__wrap {
    }

    .header_navi {
        position: fixed;
        height: 0;
        left: 0;
        top: 0;
        background: #9bbbba;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }

    .header.close .header_navi {
        transition: height 0.5s ease-in-out;
        animation: slideUp 0.5s ease-out forwards;
    }

    .header.active .header_navi {
        transition: height 0.5s ease-in-out;
        height: 100vh;
        animation: slideDown 0.5s ease-out forwards;
    }

    .header_navi__list {
        padding: 200px 3% 50px;
        justify-content: space-between;
        max-width: 800px;
        width: 100%;
    }

    .header_navi__item {
        width: 48%;
        border: none;
        margin: 0 0 40px;
    }

    .header_navi__item:first-child {
    }

    .header_navi__item a {
        font-size: 18px;
        display: inline-block;
    }

    .header_navi__item a .en {
        display: block;
        font-size: 50px;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 1.2;
    }

    .header_navi__item a:hover {
        position: relative;
    }

    .header_navi__item a:hover::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 10px;
        right: -20px;
        background: #FFF;
        animation: rotateAnimation 0.3s linear forwards;
    }

    .header_navi__entry {
    }

    .header_navi__entry:hover {
    }

    .header_navi__entry span {
    }

    .header_navi__entry span::after {
    }

    .header_navi__menu {
    }
}

@media screen and (max-width: 960px) {
    /* aside */ .aside_link .inner {
        justify-content: center;
    }

    .aside_link__textwrap {
        margin: 0 0 20px;
    }
}

/* loader */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    transition: opacity 0.5s ease-out;
    /* フェードアウトのトランジション */
    opacity: 1;
    /* 初期状態では表示 */
    z-index: 200;
}

.loading-container {
    text-align: center;
    width: 100%;
}

/* ロゴのデザイン */
.loading-logo {
    width: 80%;
    max-width: 400px;
    opacity: 1;
    /* 常に表示 */
    animation: bounce 1.5s infinite ease-in-out;
}

/* ロゴのフェードイン & 拡大アニメーション */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.loading-text {
    font-size: 2rem;
    font-weight: bold;
    margin: 40px 0;
}

/* ローディングバーのデザイン */
.progress-bar {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.progress {
    width: 0%;
    height: 100%;
    background: #4CAF50;
    transition: width 0.1s linear;
}

/* body に id="top" がない場合は非表示 */
body:not(#top) .loading-logo, body:not(#top) .loading-text, body:not(#top) .progress-bar {
    display: none;
}

.top_mv__rightcontent {
    height: auto;
    overflow: hidden;
    /* 画像のはみ出しを隠す */
    min-height: 760px;
}

.top_mv__rightcontent img {
    display: block;
    width: 100%;
    /* 画像サイズに応じて調整 */
    height: 0;
    /* 最初は高さ0で非表示 */
    object-fit: cover;
    /* 画像の歪みを防ぐ */
    transform: scale(1.9);
    /* 最初は拡大 */
}

.move_text {
    display: inline-block;
    visibility: hidden;
}

.move_text span {
    opacity: 0;
    transform: translateY(10px);
    display: inline-block;
    animation: bounceIn 0.6s forwards ease-out;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bouns-item {
    transform: scale(1);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

@keyframes bounceScale {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

/* スライドダウン時のアニメーション */
@keyframes slideDown {
    0% {
        height: 0;
        border-radius: 0px;
        border-bottom: 0px solid #6596be;
        box-shadow: 0px 0px 0px #24ae60;
    }

    25% {
        border-radius: 0px 0px 100% 100%;
    }

    50% {
        height: 100vh;
        border-bottom: 200px solid #6596be;
        box-shadow: 0px 200px 0px #24ae60;
    }

    75% {
        height: 120vh;
        border-bottom: 0px solid #6596be;
        box-shadow: 0px 0px 0px #24ae60;
    }

    100% {
        height: 100vh;
        border-radius: 0px;
    }
}

/* スライドアップ時のアニメーション */
@keyframes slideUp {
    0% {
        height: 100vh;
        border-radius: 0px;
        border-bottom: 200px solid #6596be;
        box-shadow: 0px 200px 0px #24ae60;
    }

    50% {
        border-radius: 0px 0px 100% 100%;
        border-bottom: 0px solid #6596be;
        box-shadow: 0px 0px 0px #24ae60;
    }

    100% {
        height: 0;
        border-radius: 0px;
    }
}

.popups {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.popups.visible {
    opacity: 1;
    transform: translateY(0);
}

.popup_insideelements > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.popup_insideelements.show > * {
    opacity: 1;
    transform: translateY(0);
}

.header_navi__menu span {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-out {
    transform: translateY(-10px);
    opacity: 0;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}
