/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-display: swap;
}

.kaigyoo {
	display: block;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    position: relative;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.025em;
    text-rendering: optimizeLegibility;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* loading */
.ml2 {
    position: relative;
    top: 3em;
    left: 2em;
    font-weight: 900;
    font-size: 3.5em;
    color: #fff;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }

  @media (max-width: 860px) {
    .ml2 {
        display: none;
      }
}


  #loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .spinner {
    width: 100px;
    height: 100px;
    margin: 200px auto;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
  }
  /* Loading Animation */
  @keyframes sk-scaleout {
    0% {
      transform: scale(0);
    } 100% {
      transform: scale(1.0);
      opacity: 0;
    }
  }
  
  /* Hide Loading Block */
  .loaded {
    opacity: 0;
    visibility: hidden;
  }

@media (min-width: 768px) {
    .section-container {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .section-container {
        padding: 0 4rem;
    }
}

@media (min-width: 1280px) {
    .section-container {
        padding: 0 6rem;
    }
}

.section-number {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    font-size: 12rem;
    font-weight: 900;
    color: #f3f4f6;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 768px) {
    .section-number {
        font-size: 16rem;
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .section-number {
        font-size: 20rem;
        padding: 0 4rem;
    }
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 1.8rem;
    }
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
    top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto 2em auto;
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    padding-top: 1em;
}

#mobile-head {
    height: auto;
    display: block;
}

.logo {
    width: 10%;
    margin-left: 1em;
}

.logo a{
    display: block;
}

.logo a img{
    width: 100%;
}

#head_wrap a {
    text-decoration: none;
}
#head_wrap a .inner {
    width: 100%;
    margin: 0 auto;
}
#head_wrap a .inner:after {
    content: "";
    clear: both;
    display: block;
}
#head_wrap a .logo {
    float: left;
    margin: 0.5em;
}

#head_wrap a .logo img {
    width: 100%;
}

#global-nav {
    position: absolute;
    right: 0;
    top: 0;
}
#global-nav ul {
        list-style: none;
        font-size: 14px;
        margin-right: 10px;
        display: inline-flex;
}
#global-nav ul @include sp {
    display: block;
    margin-right: 0px;
}
#global-nav ul li{
    padding: 20px 10px;
}

#global-nav ul li:last-child{
    border-right: none;
}
#global-nav ul li:last-child @include sp {
     border-right: none;
}
#global-nav ul li:last-child a {
    padding: 0 5px;
    padding: 2px;
    transition : all .6s ease 0s;
    box-sizing: border-box;
    font-weight: bold;
}    
#global-nav ul li:last-child a:hover {
}
/* Fixed */
#head_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
}
#head_wrap.fixed #global-nav ul li a {
        color: #333;
        padding: 0 20px;
    }
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
    height: 30px;
    width: 100%;
}

@media (max-width: 860px) {

    .logo {
        width: 20%;
        margin-left: 0.5em;
        margin-top: 0.5em;
    }
    
    .logo a{
        display: block;
    }
    
    .logo a img{
        width: 100%;
    }

    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
    }

    .inner {
        width: 100%;
        padding: 0;

}

    .fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255,255,255,.9);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #head_wrap.fixed .logo,
    #head_wrap .logo {
        position: absolute;
        left: 13px;
        top: 0;
        color: #333;
        font-size: 26px;
        width: 20%;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255,255,255,.9);
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-top: 20px;
    }

    #global-nav ul li {
        float: none;
        position: static;
    }

    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    
    #nav-toggle span:nth-child(2) {
        top: 11px;
    }

    #nav-toggle span:nth-child(3) {
        top: 22px;
        }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 50%, #e5e7eb 100%);
    padding-top: 5rem;
}

.video-wrap {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 100%;
}

.video-wrap video {
    display: block;
    margin: 0 0 0 auto;
    width: 190%;
    top: 2em;
    position: relative;
}


.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://ext.same-assets.com/1698375234/4231148586.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.ring-3d {
    position: absolute;
    top: 8rem;
    right: 25%;
    width: 24rem;
    height: 24rem;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: scale(0.8) rotate(-15deg);
    animation: ringFadeIn 2s ease-out forwards;
}



@media (min-width: 1024px) {
    .ring-3d {
        width: 31.25rem;
        height: 31.25rem;
    }
}

.ring-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
}

.mesh-3d {
    position: absolute;
    bottom: 25%;
    left: 25%;
    width: 18rem;
    height: 18rem;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: translateX(-100px) translateY(50px);
    animation: meshFadeIn 1.5s ease-out 0.5s forwards;
}

@media (min-width: 1024px) {
    .mesh-3d {
        width: 24rem;
        height: 24rem;
    }
}

.mesh-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.7;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .hero-content {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .hero-content {
        padding: 0 4rem;
        margin-left: 4rem;
    }
}

@media (min-width: 1280px) {
    .hero-content {
        padding: 0 6rem;
    }
}

.hero-title {
    font-size: clamp(3.5rem, 7vw, 12rem);
    line-height: 0.85;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 2rem;
    text-align: left;
}

.hero-line {
    display: block;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateX(-50px);
    animation: heroLineFadeIn 0.8s ease-out forwards;
}

.hero-line:nth-child(1) {
    animation-delay: 0.2s;
}

.hero-line:nth-child(2) {
    animation-delay: 0.4s;
}

.hero-line:nth-child(3) {
    animation-delay: 0.6s;
    display: flex;
    align-items: center;
}

.hero-line .software {
    margin-left: 1.5rem;
}

.hero-japanese {
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: right;
    display: none;
    opacity: 0;
    transform: translateX(50px) translateY(-50%);
    animation: japaneseFadeIn 0.8s ease-out 1s forwards;
}

@media (min-width: 1024px) {
    .hero-japanese {
        display: block;
    }
}

.section-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-container3 {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    background-color: #555;
}


.top-img01 {
    width: 100vw;
    height: 500px;
    background-image: url("img/top003.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top-img02 {
    width: 100vw;
    height: 500px;
    background-image: url("img/top010.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top-img03 {
    width: 100vw;
    height: 500px;
    background-image: url("img/top008.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top-img05 {
    width: 100vw;
    height: 500px;
    background-image: url("img/top004.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top-img01 h1,
.top-img02 h1,
.top-img03 h1,
.top-img04 h1,
.top-img05 h1 {
    position: absolute;
    bottom: 1em;
    color: #fff;
    left: 5%;
    text-shadow: #000 1px 1px 2px;
}

.service_zone {
    width: 100%;
    display: block;
    position: relative;
    margin: 5em auto;
}

.service_zone .setsumei_area {
    width: 90%;
    display: block;
    margin: 2em auto;
}

.service_zone .setsumei_area h3 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.service_zone .setsumei_area p {
    margin: 1em 0;
    font-size: 16px;
    text-align: left;
}

.service_zone .link_service {
    margin: 2em auto;
    display: block;
    position: relative;
    width: 250px;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.service_zone .link_service a {
    display: block;
    padding: 0.7em 0 0 0;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    border-radius: 10px;
    transition: 0.5s;
}

.service_zone .link_service a:hover {
    background-color: #9ca3af;
    color: #1c1c1c;
}

.company_area .box_1 {
	width: 30%;
	height: auto;
	display: inline-block;
	background: rgba(85, 85, 85, 0.7);
	padding: 1em;
	margin: 1em auto;
	vertical-align: top;
}

.company_area .box_1 h3 {
	color: #fff;
	font-size: 28px;
}

.company_area .box_1 p {
	color: #fff;
	font-size: 16px;
}

.company_area .box_2 {
	width: 30%;
	height: auto;
	display: inline-block;
	background: rgba(85, 85, 85, 0.7);
	padding: 1em;
	margin: 1em auto;
}

.company_area .box_2 h3 {
	color: #fff;
	font-size: 28px;
}

.company_area .box_2 p {
	color: #fff;
	font-size: 16px;
}

.company_area .box_3 {
	width: 30%;
	height: auto;
	display: inline-block;
	background: rgba(85, 85, 85, 0.7);
	padding: 1em;
	margin: 1em auto;
}

.company_area .box_3 h3 {
	color: #fff;
	font-size: 28px;
}

.company_area .box_3 p {
	color: #fff;
	font-size: 16px;
}

.company_area2 .left_com {
    display: inline-block;
    width: 40%;
    float: left;
}

.company_area {
    display: flex;
}

.company_area2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 4em 0;
    color: #fff;
}

.company_area3 {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}

.company_area2 .table_com {
    width: 55%;
    display: inline-block;
    position: relative;
    float: right;
}

.enkaku .table_com {
    width: 70%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 3em 0;
    color: #fff;
}

.enkaku .table_com tbody {
    width: 100%;
    display: table;
}

.enkaku .table_com tr {
    width: 100%;
}

.company_area2 .table_com th,
.company_area2 .table_com td,
.enkaku .table_com th,
.enkaku .table_com td {
	border-bottom: 2px solid #c1c7c6;
	padding: 1em;
}

.company_area2 .table_com th {
	border-bottom: 2px solid #fff;;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
}

.enkaku h2 {
    width: 70%;
    display: block;
    margin: 1em auto 0 auto;
    color: #fff;
}

.enkaku .table_com th {
	border-bottom: 2px solid #fff;;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
}

.member_area {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 4em 0;
    display: block;
}

.member_area .ceo_img {
    width: 30%;
    float: left;
    display: inline-block;
}

.member_area .ceo_img img {
    width: 100%;
}

.member_area .member_msg {
    width: 65%;
    display: inline-block;
    float: right;
    color: #fff;
}

.member_area .member_msg h3 {
    font-size: 24px;
}

.member_area .member_msg h3 .rubi {
    font-size: 14px;
    margin-left: 0.5em;
}

.member_area .member_msg p {
    font-size: 16px;
}

.box_table {
    height: auto;
}

main .cont01 {
	width: 100%;
	margin: 7em auto 0 auto;
	position: relative;
}

main .cont01 #content01 {
	width: 70%;
	margin: 1em auto;
	position: relative;
}

main .cont01 #content01 ol {
    margin-bottom: 7em;
    position: relative;
}

main .cont01 #content01 ol li {
    margin: 1em 0 0 2em;
    position: relative;
}


main .cont01 #content01 ol li:before {
    position: absolute;
    left: -1.6em;
    top: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: -100;
}

main .cont01 #content01 ol li ol {
    list-style: none;
    margin-bottom: 0;
}

main #content07{
	width: 70%;
	margin: 0 auto;
	padding: 2em 0;
	position: relative;
}

main #content07 .dounyuu_example2 {
	position: relative;
	width: 90%;
	display: flex;
	margin: 2em auto;
}

@media (max-width: 560px) {

    .enkaku h2 {
        width: 90%;
    }

    .enkaku .table_com {
        width: 90%;
    }

    .enkaku .table_com th {
        width: 30%;
    }

.member_area .ceo_img {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block;
}

.member_area .member_msg {
    width: 90%;
    display: block;
    float: none;
    margin: 0 auto;
    display: block;
    color: #fff;
}

.company_area3 {
    width: 90%;
}
}

@media (max-width: 1180px) {
    .top-img01 {
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .top-img02 {
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .top-img03 {
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .top-img05 {
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
}

@media (max-width: 860px) {
    .company_area2 .left_com {
        display: block;
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    main #content07 .dounyuu_example2 {
        position: relative;
        width: 90%;
        display: block;
        margin: 2em auto;
    }
    main #content07 .dounyuu_example2 .taxi_img {
        width: 100%;
        height: auto;
        display: block;
    }
    main #content07 .dounyuu_example2 .haisha_service {
        display: block;
        width: 90%;
        margin: 1em auto;
        float: none;
    }
}

main #content07 .dounyuu_example2 .taxi_img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	height: 420px;
	overflow: hidden;
}

main #content07 .dounyuu_example2 .taxi_img img {
	width: 140%;
}

main #content07 .dounyuu_example2 .haisha_service {
	background: rgba(72, 72, 72, 0.7);
	position: relative;
	display: inline-block;
	width: 50%;
	color: #fff;
	padding: 1em;
    float: right;
    top: 0;
}

main #content07 .dounyuu_example2 .haisha_service h2 {
	margin: 0;
}

/* 各棒グラフ（項目）のスタイル */
.bar {
	display: flex; /* Flexboxを使用して、ラベルとバーを横並びに配置 */
	align-items: center; /* ラベルとバーを縦方向に中央揃え */
	margin-bottom: 15px; /* 各棒の間に15pxの余白を追加 */
}

/* 棒グラフのラベル（項目名）のスタイル */
.bar-label {
	width: 100px; /* ラベルの幅を100pxに設定 */
	font-weight: bold; /* ラベルを太字に */
}

/* 棒グラフそのもののスタイル */
.bar-fill {
	background-color: rgba(72, 72, 72, 0.7); /* 棒の色を緑色に設定 */
	color: white; /* パーセンテージの文字色を白に設定 */
	text-align: right; /* 文字を右寄せに設定 */
	padding-right: 10px; /* 文字の右側に10pxの余白を追加 */
	height: 100px; /* 棒の高さを50pxに設定 */
	border-radius: 5px; /* 棒の角を丸く設定 */
	font-size: 16px; /* 文字のサイズを16pxに設定 */
	display: flex; /* Flexboxを使用して、パーセンテージの文字を整列 */
	align-items: center; /* 縦方向に中央揃え */
	justify-content: flex-end; /* パーセンテージの数字を右側に寄せる */
	transform: scaleX(0);
	transform-origin: left center;
	animation: growBar 2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

/* 棒グラフのアニメーションの定義 */
@keyframes growBar {
  from {
    transform: scaleX(0); /* アニメーション開始時、棒の横幅は0（非表示） */
  }
  to {
    transform: scaleX(1); /* アニメーション終了時、棒の横幅が100%に伸びる */
  }
}

/* 各棒に個別のアニメーション時間を設定 */
.bar:nth-child(1) .bar-fill {
	animation-duration: 2s; /* 1番目の棒グラフは2秒でアニメーション */
}
.bar:nth-child(2) .bar-fill {
	animation-duration: 2.5s; /* 2番目の棒グラフは2.5秒でアニメーション */
}
.bar:nth-child(3) .bar-fill {
	animation-duration: 3s; /* 3番目の棒グラフは3秒でアニメーション */
}

.hero-japanese p {
    font-size: 1.125rem;
    font-weight: 300;
    color: #374151;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: #6b7280;
    opacity: 0;
    transform: translateY(20px);
    animation: scrollFadeIn 0.8s ease-out 1.2s forwards;
}

.scroll-text {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 3rem;
    background-color: #9ca3af;
    animation: scrollBounce 2s ease-in-out infinite;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    background-color: #9ca3af;
    border-radius: 50%;
    opacity: 0.4;
    animation: particleFloat 6s ease-in-out infinite;
}

.particle-1 { left: 25%; top: 30%; animation-delay: 0s; }
.particle-2 { left: 33%; top: 36%; animation-delay: 0.8s; }
.particle-3 { left: 41%; top: 42%; animation-delay: 1.6s; }
.particle-4 { left: 49%; top: 48%; animation-delay: 2.4s; }
.particle-5 { left: 57%; top: 54%; animation-delay: 3.2s; }
.particle-6 { left: 65%; top: 60%; animation-delay: 4s; }

/* Vision Section */
.vision {
    position: relative;
    padding: 0;
    background-color: #ffffff;
}

.sk-cube-grid {
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 100px auto;
    left: 40%;
    z-index: -100;
  }
  
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #eee;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
  }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1); 
    }
  }
  
  @keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    } 
  }

@media (min-width: 768px) {
    .vision {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .vision {
        padding: 0;
    }
}

.vision-content {
    max-width: 1536px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-bottom: 5rem;
    padding-top: 6rem;
}

.vision-main {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.company-name {
    text-align: center;
    padding: 4rem 0;
}

.company-name h3 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #000000;
    letter-spacing: -0.05em;
    line-height: 1;
}

@media (min-width: 768px) {
    .company-name h3 {
        font-size: 6rem;
    }
}

@media (min-width: 1024px) {
    .company-name h3 {
        font-size: 8rem;
    }
}

.mission-statement {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mission-primary {
    font-size: 1.25rem;
    font-weight: 300;
    color: #1f2937;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .mission-primary {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .mission-primary {
        font-size: 1.875rem;
    }
}

.mission-divider {
    width: 6rem;
    height: 1px;
    background-color: #d1d5db;
    margin: 3rem auto;
}

.mission-secondary {
    font-size: 1.125rem;
    font-weight: 300;
    color: #374151;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .mission-secondary {
        font-size: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .mission-secondary {
        font-size: 1.5rem;
    }
}

.cta-container {
    text-align: center;
    padding-top: 3rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #1f2937;
}

.cta-arrow {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(0.25rem);
}

/* Business Section */
.business {
    position: relative;
    padding: 6rem 0;
    background-color: #f9fafb;
}

@media (min-width: 768px) {
    .business {
        padding: 8rem 0;
    }
}

@media (min-width: 1024px) {
    .business {
        padding: 10rem 0;
    }
}

.business-content {
    max-width: 1792px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-bottom: 5rem;
    padding-top: 6rem;
}

.services-grid {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 2rem;
    margin-bottom: 6rem;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

.service-card {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.service-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.service-bar {
    height: 0.75rem;
}

.service-bar.blue {
    background: linear-gradient(to right, #6e6e6e, #333333);
}

.service-bar.orange {
    background: linear-gradient(to right, #6e6e6e, #333333);
}

.service-content {
    padding: 2rem;
}

@media (min-width: 1024px) {
    .service-content {
        padding: 3rem;
    }
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.service-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.025em;
    margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
    .service-name {
        font-size: 1.875rem;
    }
}

.service-category {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    border-left: 4px solid #e5e7eb;
    padding-left: 1rem;
}

.service-description {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 300;
}

.service-link {
    display: inline-flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 0.25rem;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #6b7280;
    border-bottom-color: #000000;
}

.service-card:hover .service-link {
    transform: translateX(0.5rem);
}

.service-arrow {
    width: 1rem;
    height: 1rem;
    margin-left: 0.75rem;
}

.stats-section {
    position: relative;
    z-index: 10;
    background-color: #fff;
    color: #000;
    padding: 3rem 0;
    width: 90%;
    margin: 0 auto;
}

.stats-header {
    margin-bottom: 4rem;
    background-color: #fff;
}

.stats-title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    text-align: left;
}

@media (min-width: 768px) {
    .stats-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 1024px) {
    .stats-title {
        font-size: 1.8rem;
    }
}

.stats-subtitle {
    font-size: 1.25rem;
    color: #000;
    font-weight: 300;
}

.stats-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
    }
}

.stat-item {
    text-align: center;
}

.tokkyo_area ul {
    text-align: left;
    border: #9ca3af 1px double;
    padding: 1em;
    width: 48%;
    display: inline-block;
    margin: 1em auto;
    height: 400px;
    vertical-align: top;
    box-shadow: #111827 1px 1px 2px;
    transition: 0.5s;
}

.tokkyo_area div {
    text-align: left;
    border: #9ca3af 1px double;
    padding: 1em;
    width: 48%;
    display: inline-block;
    margin: 1em auto;
    height: 400px;
    vertical-align: top;
    box-shadow: #111827 1px 1px 2px;
    transition: 0.5s;
}

.tokkyo_area ul:hover{
    background-color:bisque;
}

.tokkyo_area ul:first-child {
    margin-right: 3.5%;
}

.tokkyo_area .list_area1 {
    margin-right: 3.5%;
}

.tokkyo_area ul li {
    margin-left: 1em;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .stat-value {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .stat-value {
        font-size: 1.8rem;
    }

    .tokkyo_area ul {
        width: 90%;
        display: block;
        height: auto;
    }

    .tokkyo_area ul:first-child {
        margin-right: auto;
    }

    .tokkyo_area div {
        width: 90%;
        display: block;
        height: auto;
    }

    .tokkyo_area .list_area1 {
        margin-right: auto;
    }
}

.stat-description {
    font-size: 1.125rem;
    color: #d1d5db;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.stat-date {
    font-size: 0.875rem;
    color: #6b7280;
}

/* News Section */
.news {
    padding: 6rem 0;
    background-color: #ffffff;
}

.section-container .vision-content {
	width: 100%;
	display: block;
	position: relative;
	margin: 1em auto;
    padding: 0;
}

.section-container .vision-content form h2 {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 5px solid #000000;
}

.section-container .vision-content .column04_2 {
	width: 70%;
	position: relative;
	display: block;
	margin: 1em auto;
	padding: 1em 2em;
	background: rgba(255,255,255,0.6);
}

.section-container .vision-content .column04_2 p {
	width: 100%;
	position: relative;
	display: block;
	font-size: 16px;
}

form p label {
    font-size: 16px;
}

.section-container .vision-content .column04_2 div form p label span input {
	width: 100%;
	height: 30px;
	display: block;
}

.section-container .vision-content .column04_2 div form p label span textarea {
	width: 100%;
	height: 250px;
	display: block;
}

@media (min-width: 768px) {
    .news {
        padding: 8rem 0;
    }
}

.news-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .news-title {
        font-size: 1.8rem;
    }
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-item {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-item:hover {
    border-bottom-color: #9ca3af;
}

@media (min-width: 768px) {
    .news-item {
        gap: 2rem;
    }
}

.news-date {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    min-width: 100px;
}

.news-category {
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: lowercase;
}

.news-category.service {
    background-color: #dbeafe;
    color: #000000;
}

.news-category.others {
    background-color: #f3f4f6;
    color: #374151;
}

.news-category.corporate {
    background-color: #dcfce7;
    color: #000000;
}

.news-title-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.news-item:hover .news-title-text {
    color: #6b7280;
}

.news-badge {
    display: inline-flex;
    margin-left: 0.5rem;
    padding: 0.125rem 0.5rem;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.75rem;
    border-radius: 9999px;
}

.news-arrow {
    color: #9ca3af;
    transition: all 0.3s ease;
}

.news-item:hover .news-arrow {
    color: #6b7280;
    transform: translateX(0.25rem);
}

.news-cta {
    text-align: center;
    margin-top: 3rem;
}

.read-all-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-all-button:hover {
    background-color: #1f2937;
}

.read-all-arrow {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.read-all-button:hover .read-all-arrow {
    transform: translateX(0.25rem);
}

/* IR Section */
.ir {
    padding: 6rem 0;
    background-color: #f9fafb;
}

@media (min-width: 768px) {
    .ir {
        padding: 8rem 0;
    }
}

.ir-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .ir-title {
        font-size: 1.8rem;
    }
}

.ir-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.ir-content {
    display: grid;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .ir-content {
        grid-template-columns: 1fr 1fr;
    }
}

.ir-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
}

.ir-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.ir-category-card {
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.ir-category-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.ir-category-icon {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.ir-category-name {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.ir-category-card:hover .ir-category-name {
    color: #6b7280;
}

.ir-category-desc {
    font-size: 0.875rem;
    color: #6b7280;
}

.ir-news-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ir-news-item {
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.ir-news-item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.ir-news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.ir-news-date {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.ir-news-badge {
    padding: 0.125rem 0.5rem;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.75rem;
    border-radius: 9999px;
}

.ir-news-title {
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.ir-news-item:hover .ir-news-title {
    color: #6b7280;
}

.ir-news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ir-news-type {
    padding: 0.125rem 0.5rem;
    background-color: #f3f4f6;
    color: #374151;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.ir-news-size {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Join Us Section */
.join-us {
    background-color: #ffffff;
}

.join-us-hero {
    position: relative;
    height: 24rem;
    background: linear-gradient(135deg, #1c1c1c 0%, #111827 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 768px) {
    .join-us-hero {
        height: 31.25rem;
    }
}

.join-us-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    opacity: 0.3;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M30 30c0-16.569 13.431-30 30-30v60c-16.569 0-30-13.431-30-30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 60px 60px;
}

.join-us-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
}

.join-us-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .join-us-title {
        font-size: 1.8rem;
    }
}

.join-us-subtitle {
    font-size: 1.25rem;
    color: #d1d5db;
}

@media (min-width: 768px) {
    .join-us-subtitle {
        font-size: 1.5rem;
    }
}

.join-us-decoration {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 5;
}

.join-us-circle {
    width: 4rem;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: rotateSlow 20s linear infinite;
}

.join-us-dot {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    width: 2rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: floatUp 4s ease-in-out infinite;
}

.join-us-main {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 0;
}

.join-us-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .join-us-main-title {
        font-size: 1.8rem;
    }
}

.join-us-description {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .join-us-description {
        font-size: 1.25rem;
    }
}

.join-us-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem;
}

@media (min-width: 640px) {
    .join-us-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }
}

.join-us-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.join-us-btn.primary {
    background-color: #000000;
    color: #ffffff;
}

.join-us-btn.primary:hover {
    background-color: #1f2937;
}

.join-us-btn.secondary {
    border: 2px solid #000000;
    color: #000000;
}

.join-us-btn.secondary:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-arrow {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.join-us-btn:hover .btn-arrow {
    transform: translateX(0.25rem);
}

.join-us-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .join-us-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.join-us-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .join-us-stat-number {
        font-size: 2rem;
    }
}

.join-us-stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* Footer */
.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 4rem 0;
}

@media (min-width: 768px) {
    .footer {
        padding: 6rem 0;
    }
}

.footer-top {
    text-align: center;
    margin-bottom: 5rem;
    border-bottom: 1px solid #1f2937;
    padding-bottom: 2rem;
}

.back-to-top {
    color: #9ca3af;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    transition: color 0.3s ease;
}

.back-to-top:hover {
    color: #ffffff;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .footer-nav {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-nav {
        grid-template-columns: repeat(6, 1fr);
        gap: 3rem;
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-title {
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid #374151;
    padding-bottom: 0.75rem;
    letter-spacing: 0.025em;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links a {
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(0.25rem);
}

.footer-single-links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-single-link {
    color: #9ca3af;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-single-link:hover {
    color: #ffffff;
    transform: translateX(0.25rem);
}

.footer-legal {
    /*display: flex;*/
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.5rem;
    border-top: 1px solid #1f2937;
    margin-bottom: 4rem;
}

.footer-legal-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .footer-legal-links {
        flex-direction: row;
        gap: 3rem;
    }
}

.footer-legal-link {
    color: #9ca3af;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-legal-link:hover {
    color: #ffffff;
    transform: translateX(0.25rem);
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2.5rem;
    border-top: 1px solid #1f2937;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
}

.footer-logo {
    display: flex;
    flex-direction: column;
}

.footer-logo-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.025em;
}

.footer-logo-sub {
    font-size: 0.75rem;
    font-weight: 400;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
}

.footer-copyright {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 300;
}

/* Animations */
@keyframes ringFadeIn {
    to {
        opacity: 0.9;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes meshFadeIn {
    to {
        opacity: 0.7;
        transform: translateX(0) translateY(0);
    }
}

@keyframes heroLineFadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes japaneseFadeIn {
    to {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
}

@keyframes scrollFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.75rem);
    }
}

@keyframes particleFloat {
    0%, 100% {
        opacity: 0;
        transform: scale(0) translateX(0) translateY(0);
    }
    50% {
        opacity: 0.4;
        transform: scale(1) translateX(var(--particle-x, 0)) translateY(var(--particle-y, 0));
    }
}

@keyframes rotateSlow {
    to {
        transform: rotate(360deg);
    }
}

@keyframes floatUp {
    0%, 100% {
        opacity: 0.3;
        transform: translateY(0);
    }
    50% {
        opacity: 0.7;
        transform: translateY(-1.25rem);
    }
}

/* Animation trigger classes */
.animate-in {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Typography */
@media (max-width: 640px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .company-name h3 {
        font-size: 1.8rem;
    }
}

/* Performance Optimizations */
.gpu-accelerated {
    transform: translateZ(0);
    will-change: transform;
}

.smooth-transition {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
main #content06{
	width: 80%;
	margin: 5em auto;
	position: relative;
    display: table;
}

main #content06 .license_1,
main #content06 .license_2,
main #content06 .license_3 {
	width: 100%;
	position: relative;
}

main #content06 .license_1 .box_1,
main #content06 .license_2 .box_1,
main #content06 .license_3 .box_1,
main #content06 .license_4 .box_1 {
	width: 30%;
	height: 250px;
	display: table-cell;
	background: rgba(50, 50, 50, 0.7);
	padding: 1em;
	margin: 1em auto;
}

main #content06 .license_1 .box_1 h3,
main #content06 .license_2 .box_1 h3,
main #content06 .license_3 .box_1 h3,
main #content06 .license_4 .box_1 h3 {
	color: #fff;
	font-size: 28px;
}

main #content06 .license_1 .box_1 p,
main #content06 .license_2 .box_1 p,
main #content06 .license_3 .box_1 p,
main #content06 .license_4 .box_1 p {
	color: #fff;
	font-size: 16px;
}

main #content06 .license_1 .box_2,
main #content06 .license_2 .box_2,
main #content06 .license_3 .box_2,
main #content06 .license_4 .box_2 {
	width: 30%;
	height: 250px;
	display: table-cell;
	background: rgba(117, 117, 117, 0.7);
	padding: 1em;
	margin: 1em auto;
}

main #content06 .license_1 .box_2 h3,
main #content06 .license_2 .box_2 h3,
main #content06 .license_3 .box_2 h3,
main #content06 .license_4 .box_2 h3 {
	color: #fff;
	font-size: 28px;
}

main #content06 .license_1 .box_2 p,
main #content06 .license_2 .box_2 p,
main #content06 .license_3 .box_2 p,
main #content06 .license_4 .box_2 p {
	color: #fff;
	font-size: 16px;
}

main #content06 .license_1 .box_3,
main #content06 .license_2 .box_3,
main #content06 .license_3 .box_3,
main #content06 .license_4 .box_3 {
	width: 30%;
	height: 250px;
	display: table-cell;
	background: rgba(63, 63, 63, 0.7);
	padding: 1em;
	margin: 1em auto;
}

main #content06 .license_1 .box_3 h3,
main #content06 .license_2 .box_3 h3,
main #content06 .license_3 .box_3 h3,
main #content06 .license_4 .box_3 h3 {
	color: #fff;
	font-size: 28px;
}

main #content06 .license_1 .box_3 p,
main #content06 .license_2 .box_3 p,
main #content06 .license_3 .box_3 p,
main #content06 .license_4 .box_3 p {
	color: #fff;
	font-size: 16px;
}

main #content06 .license_3 .box_4,
main #content06 .license_4 .box_4 {
	width: 30%;
	height: 250px;
	display: block;
	background: rgba(124, 124, 124, 0.7);
	padding: 1em;
	margin: 1em auto;
}

main #content06 .license_3 .box_4 h3,
main #content06 .license_4 .box_4 h3 {
	color: #fff;
	font-size: 28px;
}

main #content06 .license_3 .box_4 p,
main #content06 .license_4 .box_4 p {
	color: #fff;
	font-size: 16px;
}

@media (max-width: 1499px) {
    .video-wrap video {
        width: 300%;
    }  
}

@media (max-width: 1000px) {
    .video-wrap video {
        width: 350%;
    }  
}

@media (max-width: 800px) {
    main .cont01 #content01,
    main #content06 {
        width: 90%;
    }

    main .stats-section {
        width: 100%;
    }

    .stat-item ul {
        width: 100%;
        padding: 0.5em;
    }

    .company_area2 .table_com {
        width: 100%;
    }

    .company_area2 .table_com th {
        width: 40%;
    }
    
    .video-wrap {
        height: 700px;
        top:-100px;
    }
    
    .video-wrap video {
        width: 400%;
        top: -15em;
    }    

    main #content06{
        display: block;
    }

    main #content06 .license_1 .box_1,
    main #content06 .license_2 .box_1,
    main #content06 .license_3 .box_1,
    main #content06 .license_4 .box_1 {
        width: 100%;
        height: auto;
        display: block;
    }

    main #content06 .license_1 .box_2,
    main #content06 .license_2 .box_2,
    main #content06 .license_3 .box_2,
    main #content06 .license_4 .box_2 {
        width: 100%;
        height: auto;
        display: block;
    }

    main #content06 .license_1 .box_3,
    main #content06 .license_2 .box_3,
    main #content06 .license_3 .box_3,
    main #content06 .license_4 .box_3 {
        width: 100%;
        height: auto;
        display: block;
    }

    main #content06 .license_3 .box_4,
    main #content06 .license_4 .box_4 {
        width: 100%;
        height: auto;
        display: block;
    }

    main #content07{
        width: 90%;
        margin: 1em auto;
    }

    main #content07 .dounyuu_example2 {
        width: 100%;
    }

    main #content07 .dounyuu_example2 .haisha_service {
        width: 100%;
    }

    main #content07 .dounyuu_example2 .taxi_img {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 70%;
        height: auto;
        overflow: hidden;
    }
    
    main #content07 .dounyuu_example2 .taxi_img img {
        width: 100%;
    }

    .company_area {
        display: block;
    }
    
    .company_area .box_1 {
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }
    
    .company_area .box_2 {
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }
    
    .company_area .box_3 {
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

    .section-container .vision-content .column04_2 {
        width: 100%;
    }
    
}

@media (max-width: 600px) {
    .video-wrap video {
        width: 500%;
        top:-20em;
    }
}

@media (max-width: 500px) {

    .video-wrap {
        height: 700px;
        top:-100px;
    }
    
    .video-wrap video {
        width: 600%;
        top:-20em;
    }

    .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 412px) { 
    .video-wrap video {
        width: 700%;
        top:-15em;
    }
}

form p {
    text-align: left;
    width: 80%;
    display: block;
    margin: 0.5em auto;
}

span .wpcf7-form-control {
    width: 100%;
}


.wpcf7-submit {
    width: 100px;
    padding: 0.5em;
    background: #666;
    color: #fff;
}


/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  background: #ccc;
  padding: 50px 0;
  position: relative;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.section h2 {
  font-size: 1.3rem;
}

.scrollbar-text_04 {
    display: none;
}

.section .yoko {
  font-size: 16px;  
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: scroll;
  height: auto;
  background: #888;
  color: #fff;
  height: 1000px;
  margin-bottom: 3em;
  scrollbar-color: rgb(43, 43, 43) rgb(123, 123, 123);
  scrollbar-width: thin;
  position: relative;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 500px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #333;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  height: 350px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

.timeline .yokoyajirushi {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: #000000 solid 2px;
    border-radius: 50px;
    bottom: 2em;
    left: 10%;
}

.timeline .yokoyajirushi span{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: 5px;
}

.timeline .yokoyajirushi::before {
    content: "";
    position: absolute;
    top: 40%;
    width: 80px;
    height: 1px;
    background-color: #000;
    animation: yajirushi 1s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes yajirushi {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      transform: translateX(60px);
    }
    40%,100% {
      opacity: 1;
    }
  }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {

    .section .yoko {
        display: none;  
      }

    .section {
        height: 400px;
    }

      .scrollbar-text_04 {
        display: inline-block;
        position: absolute;
        bottom: 0;
        padding: 10px 10px 50px;
        color: #333;
        font-size: 14px;
        font-family: serif;
        line-height: 1;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        writing-mode: vertical-lr;
        left: 50%;
        transform: translateX(-50%);
      }
      
      .scrollbar_04 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1px;
      }
      
      .scrollbar_04::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 50px;
        background: #333;
      }
      
      .scrollbar_04::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #333;
        animation: circlemove 3s ease-in-out infinite,
          cirlemovehide 3s ease-out infinite;
      }
      
      @keyframes circlemove {
        0% {
          bottom: 50px;
        }
        100% {
          bottom: 0px;
        }
      }
      
      @keyframes cirlemovehide {
        0% {
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        80% {
          opacity: 0.9;
        }
        100% {
          opacity: 0;
        }
      }

    .timeline{
        width: 90%;
        margin: 0 auto;
    }

  .timeline ol,
  .timeline ol li {
    width: auto;
    height: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }

  .timeline .yokoyajirushi {
    display: none;
  }
}

/*モーダル*/

/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/

.food h2 {
    color: #fff;
    margin: 2em auto;
}

.food ul {
	list-style: none;
    border-bottom: #fff 1px solid;
}

.food ul li .food_img {
    text-align: center;
}

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

.product_img img{
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}

.food ul li .food_img img {
	width: 80%;
}

.food ul li {
	position: relative;
	display: inline-block;
	margin: 0 2em 3em 0;
	width: 220px;
	height: 240px;
	cursor: pointer;
	overflow: hidden;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 5px;
	box-shadow:3px 3px 10px -1px #eee;
	-moz-box-shadow:3px 3px 10px -1px #eee;
	-webkit-box-shadow:3px 3px 10px -1px #eee;
}

.food ul li:hover {
    background-color: bisque;
    box-shadow:3px 3px 10px -1px #fff;
	-moz-box-shadow:3px 3px 10px -1px #fff;
	-webkit-box-shadow:3px 3px 10px -1px #fff;
}

.food .toggleBtn {
	position: relative;
	width: 180px;
	height: 50px;
	background: #333;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
	display: block;
	margin: 4em auto 0 auto;
	cursor: pointer;
}

.food .toggleBtn::before {
	content: "";
	position: absolute;
	top: 1.05em;
	left: 1.6em;
	width: 8px;
	height: 8px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}

.food .toggleBtn::before {
	content: "";
	position: absolute;
	top: 1.05em;
	left: 1.6em;
	width: 8px;
	height: 8px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}

.food .toggleBtn::before {
	content: "";
	position: absolute;
	top: 1.05em;
	left: 1.6em;
	width: 8px;
	height: 8px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}

.food .toggleBtn::before {
	content: "";
	position: absolute;
	top: 1.05em;
	left: 1.6em;
	width: 8px;
	height: 8px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}

.food .toggleBtn.close::after {
	content: "閉じる";
	position: absolute;
	top: 0.7em;
	left: 3.5em;
}

.datail_open {
    cursor: pointer;
}

.datail {
    padding:20px 20px;
    border:1px solid #aaa;
    background:#fff;
    z-index:20000;
    position:fixed;
    display: none;
    text-align: center;
    width: 600px;
    height: auto;
    margin: auto;
}

#modal-overlay{
    z-index:10005;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.3);
}

.modal {
	width: 100%;
	height: 120%;
	
}

.modal .checkbox{
  display: none;
}

li label {
	cursor: pointer;
}

.modal .product_img img {
	width: 36.25em;
}

.modal .movie_area img {
	width: 36.25em;
}

.modal .movie_area video {
	width: 100%;
}

@media (max-width: 1165px){
	.modal .product_img img {
		width: 91%;
	}
	
	.modal .movie_area img {
		width: 91%;
	}
}

.modal h5 {
	text-align: center;
	color: #333;
	font-size: 1.2rem;
}

.modal p {
	text-align: center;
	color: #777;
	font-size: 0.8rem;
}

/* Gray background */
.modal .modal-overlay{
	background:rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 120%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
}

/* Box */

.modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 50px 50px 30px 50px;
  width: 50%;
  max-width:750px;
  height: 450px;
  margin: auto;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  text-align:center;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 50px 50px 30px 50px;
  width: 50%;
  height: 450px;
  margin: auto;
  top: -10em;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  text-align:center;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 50px 50px 30px 50px;
  width: 50%;
  height: 450px;
  margin: auto;
  top: -10em;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  text-align:center;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
}

_::-webkit-full-page-media, _:future, :root {
	  ::i-block-chrome, .modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 50px 50px 30px 50px;
  width: 50%;
  height: 450px;
  margin: auto;
  top: -10em;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  text-align:center;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
}

@-moz-document url-prefix(){
.modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 50px 50px 30px 50px;
  width: 50%;
  height: 450px;
  margin: auto;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  text-align:center;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
}

@media all and (-ms-high-contrast: none){
	.modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 50px 50px 30px 50px;
  width: 50%;
  height: 450px;
  margin: auto;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  text-align:center;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
}

.modal .modal-wrap.small{
  width: 30%;
}
.modal .modal-wrap.full{
  width: 100%;
  height: 100%;
}

.modal .modal-wrap.a-center {
  align-self: center;
}
.modal .modal-wrap.from-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
	-webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.modal .modal-wrap.from-top {
	-webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
	-webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/*
#a_column02 #content02 .organization .modal .modal-wrap {
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 20px 10px 60px 10px;
  width: 90%;
  height: 250px;
  margin: auto;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  align-self: flex-start;
  position: fixed;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#a_column02 #content02 .organization .modal .modal-wrap.a-center {
  align-self: center;
}

#a_column03 #content03 .modal-wrap {
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 30px 50px 50px 50px;
  width: 60%;
  height: 550px;
  margin: auto;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  margin: auto;
  align-self: flex-start;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#a_column03 #content03 .modal .modal-wrap.a-center {
  align-self: center;
}*/

.modal-overlay {
opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
z-index: -999;
}



/* Close button */
.modal .modal-overlay .close{
  position: absolute;
  right: 0em;
  bottom: 0.3em;
  font-size: 30px;
  padding: 0.1em 0.1em 0.2em 0.15em;
  text-align:center;
  width: 40px;
  height: 40px;
  color: #555;
}

.modal .modal-overlay .close:hover{
  cursor: pointer;
 opacity: 0.5;
}


 .modal .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

.modal input:checked ~ .o-close {
  z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 9999;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 768px){
  .modal .modal-wrap {
    width: 80%;
	height: 430px;
    padding: 20px 20px 50px 20px;
  }
  .food ul {
	text-align: center;
}
}

@media (max-width: 613px){
  .modal .modal-wrap {
    width: 80%;
	height: 350px;
    padding: 20px 20px 50px 20px;
  }
}

/* Phone size */
@media (max-width: 500px){

    .food ul {
        list-style: none;
        text-align: center;
    }
    
  .modal .modal-wrap {
    width: 80%;
	height: 330px;
  }
  
  /*#a_column03 #content03 .modal-wrap {
  padding: 20px 10px 60px 10px;
  width: 80%;
  height: 300px;
}*/
}

@media (max-width: 418px){
	.modal .modal-wrap {
    width: 80%;
	height: 350px;
  }
  
  /*#a_column02 #content02 .organization .modal .modal-wrap {
	  padding: 20px 10px 60px 10px;
	  width: 90%;
	  height: 180px;
	}
	 #a_column03 #content03 .modal-wrap {
	  padding: 20px 10px 60px 10px;
	  width: 80%;
	  height: 230px;
	}*/
	
	.modal .product_img img {
		width: 100%;
	}
	
	.modal .movie_area img {
		width: 100%;
	}
	.modal h5 {
		font-size: 0.9rem;
	}
}

.iphone {
	.modal .modal-wrap{
		width: 80%;
	  top: -10em;
	  height: 350px;
	}
}

@media (max-width: 320px){
	.modal .modal-wrap {
    width: 80%;
	height: 300px;
  }
  
  /*#a_column02 #content02 .organization .modal .modal-wrap {
	  padding: 20px 10px 60px 10px;
	  width: 90%;
	  height: 140px;
	}
  
  #a_column03 #content03 .modal-wrap {
	  padding: 20px 10px 60px 10px;
	  width: 80%;
	  height: 160px;
	}*/
}

/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}