/*
Theme Name: Idea Log
Theme URI: https://idea-log.com
Author: IdeaLoG Inc.
Description: IdeaLoGテーマ
Version: 1.0.0
Text Domain: idea-log
*/

/* CSS VARIABLES */
:root {
  --color-white:        #ffffff;
  --color-bg:           #262626;
  --color-primary:      #2d3f6b;
  --color-primary-dark: #262626;
  --color-accent:       #c8102e;
  --color-accent-dark:  #a50d26;
  --color-text:         #fff;
  --color-text-light:   #555555;
  --color-text-muted:   #888888;
  --color-border:       #dde1ea;
  --color-section-alt:  #f0f2f7;
  --color-footer-bg:    #111111;
  --color-contact-bg:   #2a3d6e;
  --color-page-bg:      #262626;
  --navy:   #152245;
  --red: #B40019;
  --font-ja: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic Medium', 'Yu Gothic', sans-serif;
  --font-en: 'Oswald', 'Helvetica Neue', Arial, sans-serif;

  --max-width: 1200px;
  --header-height: 64px;
  --container-pad: 48px;
  --transition: 0.25s ease;
}



/* RESET & BASE */
 *{
   box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;     
 }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; padding: 0 ;font-family: var(--font-ja); color: var(--color-text); background: var(--color-page-bg); line-height: 1.8; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
/*ul, ol { list-style: none; }*/
button { background: none; border: none; cursor: pointer; font-family: inherit; }
a{
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.listcard>div{
  display: block;
  width: 100%;
  height: auto;
}



/* LAYOUT */
.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}
.site-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }

.ta-center{
  text-align: center;
}

.with-particle{
  position: relative;
  z-index: -1;
}

.with-particle .particles{
  top: 30px;
  right: 0;
  width: 50%;
  opacity: .5;
  height: auto;
}


/* SECTION */
.row { 
  padding: 80px 0; 
}

.row-top{
  padding: 80px 0 0 0;
}

.row-btm{
  padding: 0 0 80px 0;
}

.row-sml{
  padding: 50px 0;
}

/*TEXT FORMAT*/

.text-format p{
  margin: 0;
  padding: 0;
}

.text-format ul,
.text-format ol{
  padding: 0 0 0 1em;
  margin: 10px 0;
}

.text-format ul{
  list-style: disc;
}



/*TITLES*/

.ttl-1 {
    font-family: "Oswald", sans-serif;
    margin: 0 0 30px 0;
    font-size: clamp(25px, 3vw, 30px);
    overflow: hidden;
}

.ttl-1 span {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

.ttl-1 span:before {
  content: "";
  display: inline-block;
  background-color: var(--color-accent);
  height: 3px;
  width: 0;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ttl-1.anm-show span:before {
  width: 23px;
}

.ttl-1 p {
    color: inherit;
    display: inline-block;
    margin: 10px 0 0 0;
    max-width: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 2s ease .5s, padding .3s ease .5s;
}

.ttl-1.anm-show p {
    max-width: 1000px;
    padding: 0 10px;
}

.ttl-2{
  font-weight: bold;
  font-size: clamp(28px, 4vw, 34px);
  margin: 0 0 30px 0;
  line-height: 1.5;
}

.ttl-2 span{
  display: block;
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  margin: 0 0 5px 0;
}

.ttl-2.text-wh  span{
  color: #fff;
}

.ttl-3{
  font-weight: bold;
  font-size: clamp(25px, 4vw, 33px);
  line-height: 1.3;
}

.ttl-4{
  margin: 0 0 30px 0;
  font-size: clamp(37px, 4vw, 48px);
  overflow: hidden;
}



/*TABLE*/

.tbl-1{
  background-color: #fff;
  border-collapse: collapse;
}

.tbl-1 th,
.tbl-1 td{
  padding: 20px;
  text-align: left;
  border-top: solid 1px #C3C3C3;
  vertical-align: top;
}

.tbl-1 tr:first-child th,
.tbl-1 tr:first-child td{
  padding-top: 40px;
}

.tbl-1 th{
  font-weight: normal;
  word-break: keep-all;
}


/*BUTTON/LINK */
.btn-link{
  text-align: center;
  font-size: 17px;
  margin: 40px 0 0 0;
}

.btn-link a{
  text-decoration: underline;
}

.news-rm-link:after,
.btn-red a:after,
.btn-link a:after{
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 26px;
  height: 26px;
  background-image: url(assets/images/red-arrow.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0); 
}


a:hover .news-rm-link:after,
.btn-red a:hover:after,
.btn-link a:hover:after{
  transform: translateX(5px); 
}

.btn-red{
  margin: 30px 0 0 0;
  text-align: center;
}

.btn-red a{
  background-color: var(--red);
  color: #fff;
  padding: 12px 20px;
  min-width: 170px;
  display: inline-block;
  border-radius: 5px;
}

.btn-red a:after{
  width: 22px;
  height: 22px;
  margin-left: 13px;
}


/*TEXT*/

.note{
  font-size: 13px;
  margin: 20px 0 0 0;
}



/* HEADER */
.site-header {
  color: var(--color-bg);
  height: var(--header-height);
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  z-index: 1000;
  transition: box-shadow var(--transition);
}

.site-header.scrolled {
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  position: fixed;
  top: 0; left: 0; right: 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  gap: 16px;
}
.site-logo {
  display: flex;
  align-items: center;
  z-index: 1040;
  flex-shrink: 0;
}
.site-logo img { width: 170px; height: auto; }
.logo-text-wrap {
  font-family: var(--font-en);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.header-nav a {
  font-weight: 500;
  color: var(--color-bg);
  padding: 6px 12px;
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
  line-height: 1.2;
}

.header-nav a.nav-item-279{
    border-left: solid 1px #828282;
    padding: 0 20px;
    margin-left: 5px;
}

.header-nav a:hover { color: var(--color-accent); }
.header-nav .nav-sep {
  width: 1px;
  height: 14px;
  background: var(--color-border);
  margin: 0 4px;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.header-lang a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-light);
  padding: 4px 8px;
  transition: color var(--transition);
}
.header-lang a.active { color: var(--color-primary); }
.header-lang span { color: var(--color-border); font-size: 0.7rem; }
.header-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent);
  color: var(--color-white) !important;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--transition) !important;
}
.header-contact-btn:hover { background: var(--color-accent-dark) !important; }
.header-contact-btn .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  font-size: 0.7rem;
}

/* HAMBURGER */
.hamburger-btn {
  display: none;
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 1100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1100;
}

.hamburger-btn .bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  position: absolute;
  transition:
    top       0.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity   0.25s ease,
    background 0.3s ease;
}


.hamburger-btn .bar:nth-child(1) { top: 14px; }
.hamburger-btn .bar:nth-child(2) { top: 21px; opacity: 1; }
.hamburger-btn .bar:nth-child(3) { top: 28px; }


.hamburger-btn.active .bar:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
  background: var(--color-white);
}
.hamburger-btn.active .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger-btn.active .bar:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
  background: var(--color-white);
}


/* FULLSCREEN MOBILE MENU */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: var(--color-primary-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16,1,0.3,1);
  overflow: hidden;
}
.mobile-menu-overlay.open { opacity: 1; pointer-events: all; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 32px;
  text-align: center;
}
.mobile-nav li { overflow: hidden; width: 100%; }
.mobile-nav a {
  display: block;
  font-family: var(--font-ja);
  font-size: clamp(1.4rem, 5.5vw, 2.2rem);
  font-weight: 700;
  color: rgba(255,255,255,0.88);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transform: translateY(110%);
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1), color var(--transition);
}
.mobile-menu-overlay.open .mobile-nav a { transform: translateY(0); }
.mobile-nav li:nth-child(1) a { transition-delay: 0.07s; }
.mobile-nav li:nth-child(2) a { transition-delay: 0.12s; }
.mobile-nav li:nth-child(3) a { transition-delay: 0.17s; }
.mobile-nav li:nth-child(4) a { transition-delay: 0.22s; }
.mobile-nav li:nth-child(5) a { transition-delay: 0.27s; }
.mobile-nav li:nth-child(6) a { transition-delay: 0.32s; }
.mobile-nav a:hover { color: var(--color-accent); }
.mobile-menu-cta {
  margin-top: 36px;
  opacity: 0;
  transition: opacity 0.4s ease 0.38s;
}
.mobile-menu-overlay.open .mobile-menu-cta { opacity: 1; }
.mobile-menu-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 36px;
  border-radius: 4px;
  transition: background var(--transition);
}
.mobile-menu-cta a:hover { background: var(--color-accent-dark); }

.mobile-nav ul{
  padding: 0;
}

/*PAGE TITLE*/
.page-head{
  color: #fff;
  line-height: 1.6;
  position: relative;
  background: #000;
  background: linear-gradient(180deg, #000 0%, #fff 100%);
}

.page-head .wrap{
  position: relative;
  padding-bottom: 400px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index:2;
}

.page-head-inner{
  display:block;
  position:absolute;
  top:50%;
  left: var(--container-pad);
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}

.page-head h1{
  font-size: clamp(36px, 5.7vw, 43px);
  font-weight: 500;
  display: block;
  margin: 0 0 20px 0;
}

.page-head h1 .letter {
  display: inline-block;
  opacity: 0;
  animation: letterIn 0.4s ease forwards;
}


.page-head h1:after{
  content: "";
  display: block;
  background: linear-gradient(to right, #002076, #3254B1);
  height: 4px;
  width: 50px;
}

.particles{
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  height: 100%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}

.single-post .page-head{
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    z-index: -1;
}

.single-post .page-head .page-head-inner{
  opacity: 0;
}


/*Breadcrumb*/
.breadcrumb-wrap{
  font-size: 15px;
  margin: 20px 0 30px 0;
}

.breadcrumb-wrap a{
  text-decoration: underline;
}

.bc-arrow {
    display: inline-block;
    margin: 0 12px;
    width: 8px;
    height: auto;
    vertical-align: middle;
}

/* ANIMATIONS */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* FOOTER */

.site-footer {
  background: var(--color-footer-bg);
  color: rgba(255,255,255,0.6);
  padding: 56px 60px 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px 200px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-brand .footer-logo img { width: 200px; height: auto; }
.footer-brand .logo-text-wrap {
  font-family: var(--font-en);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white);
}
.footer-company-info {
  font-size: 0.82rem;
  line-height: 1.9;
  color: rgba(255,255,255,1);
}
.footer-company-info h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 25px 0 9px 0;
}
.footer-nav-cols {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.footer-nav-col {
  margin-left: 20px;
}
.footer-nav-col h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  position: relative;
}
.footer-nav-col h3::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  flex-shrink: 0;
  position: absolute;
  left: -15px;
  top: 12px;
}
.footer-nav-col a {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  padding: 3px 0;
  transition: color var(--transition);
}
.footer-nav-col a:hover { color: rgba(255,255,255,0.85); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 25px;
  display: flex; align-items: center; justify-content: center;
  transition: opacity var(--transition);
}
.footer-social a:hover { opacity: .7; }
.footer-social a[aria-label="YouTube"] { margin-left: 7px;}
.footer-links { display: flex; gap: 24px; }
.footer-links a {
  font-size: 0.72rem;
  color: rgba(255,255,255,1);
  transition: color var(--transition);
}
.footer-links a:hover { color: rgba(255,255,255,0.7); }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,1); }

/*Basic*/
.bg-white{
  background-color: #fff!important;
  background: #fff!important;
}

.bg-grad{
  background-color: #2f2f2f;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(239, 244, 250, 1) 79%);
}

.bg-ptn{
   background-image: url(assets/images/pattern-bg.jpg);
   background-repeat: repeat;
   color: var(--color-bg);
}

.text-wh{
  color: #fff;
}

/* News */
.white-wrap{
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  color: var(--color-bg);
}

.news-ttl-wrap {
  border-bottom: solid 1px #dcdcdc;
  margin: 0 0 50px 0;
  padding: 0 0 30px 0;
}
.news-subttl{
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 20px 0;
  flex-wrap: wrap;

}

.news-cat{
  text-align: center;
  display: flex;
  gap: 10px;
  line-height: 1.2;
}

.news-cat a{
  border: solid 1px;
  padding: 3px 6px 5px 6px;
  display: block;
  border-radius: 30px;
  font-size: 13px;
}

.news-cat-clouds ul li a:hover,
.news-cat a:hover{
  background-color: #333;
  color: #fff;
}

.news-feature{
  border-radius: 20px;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.news-feature img{
  width: 100%;
  height: auto;
  display: block;
}

.news-rows{
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.news-main{
  width: 65%;
}

.news-main h2.ttl-5{
  line-height: 1.5;
  font-weight: 500;
}

.news-article h2{
  font-size: clamp(19px, 3vw, 23px);
  border-left: solid 5px #002076;
  padding-left: 20px;
  margin: 50px 0 30px 0;
  scroll-margin-top: 120px;
  line-height: 1.5;
}

.news-main img{
  margin-bottom: 10px;
  margin-top: 10px;
}


.news-toc ul,
.news-sns ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-toc{
  display: flex;
  padding: 30px;
  border: solid 2px var(--color-bg);
  border-radius: 20px;
  margin: 30px 0;
}

.news-toc-ttl{
  margin-right: 40px;
  font-weight: bold;
  font-size: 20px;
}

.news-toc ul li:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 0.8em;
  background-color: var(--color-bg);
  margin: 0 .5em 0 -1.5em;

}

.news-toc ul li{
    padding-left: 1.5em;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.news-toc ul li a{
  text-decoration: underline;
}

.news-toc ul.list-circle li:last-child{
    margin: 0;
}


.news-sns{
  margin: 0 0 30px 0;
}

.news-sns ul{
  display: flex;
  gap: 10px;
  padding: 0 0 5px 0;
}


.news-sns ul li a{
  background-color: #152245;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-sns ul li a:hover{
  background-color: #828282;
}

.news-sns ul li img{
  width: 50%;
}

.news-side{
  flex: 1;
}

.news-side>.news-side-col:not(.news-side>.news-side-col:last-child){
  margin-bottom: 50px;
}

.news-side .news-latest{
  line-height: 1.4;
  font-size: 14px;
}

.news-side-ttl{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}


.news-latest-head{
  display: flex;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}


.news-latest-cat{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-left: solid 1px;
  margin-left: 8px;
  padding-left: 5px;
}

.news-latest>div{
  margin-bottom: 30px;
}

.news-latest>div:last-child{
  margin-bottom: 0;
}


.news-latest-img {
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #000;
}

.news-latest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover .news-latest-img img{
  transform:scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity: .85;
}


.news-cat-clouds ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 12px;
  gap: 7px;
}

.news-cat-clouds ul li a{
  display: block;
  border: solid 1px;
  border-radius: 20px;
  line-height: 1.2;
  padding: 3px 7px;
}


.news-back-link{
  text-align: center;
  padding: 60px 0 0 0;
}

.news-back-link a{
  text-decoration: underline;
}

.related-posts{
  display: flex;
  gap: 30px;
}

.related-posts>div{
  width: calc((100% - 60px)/3);
  line-height: 1.4;
}


.news-latest>div a:hover,
.related-posts>div a:hover{
  display: block;
  color: #828282;
}

/*Contact page*/
.contact-list .contact-item:not(.contact-list .contact-item:last-child){
  margin: 0 0 20px 0;
}

.contact-item a{
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  padding: 30px 60px 30px 30px;
  position: relative;
  border-radius: 20px;
  align-items: center;
  gap: 30px;
  line-height: 1.6;
  color: var(--color-bg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-item-ttl{
  width: 25%;
  flex-shrink: 0;
  font-size: 18px;
	font-weight: bold;
}



.contact-item-arrow{
  background-color: #E36666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-item-arrow img{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.news-list{
  color: #262626;
}

.news-list>div a:hover,
.contact-item a:hover{
  transform:scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
}

.contact-item a:hover .contact-item-arrow{
  transform:scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}


/*Contact banner*/
#contact-us{
  position: relative;
}

#contact-us:after{
  content: "";
  background-color: var(--color-footer-bg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.contact-wrap {
    background-image: url(assets/images/contact-bg-wh.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 80px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1C1C1C;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.contact-wrap:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 35%;
    aspect-ratio: 1 / 1;
    background-image: url(assets/images/contact-bg-logo.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.anm-show .contact-wrap:before {
    width: 35%;
}

.contact-wrap .ttl-1{
  margin-bottom: 10px;
}

.contact-wrap .ttl-1 p {
    background-color: transparent;
}

.contact-btn a {
    background-color: var(--red);
    color: #fff;
    padding: 20px 10px;
    width: 300px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-btn a:after {
    width: 50px;
    height: 4px;
    filter: brightness(0) invert(1);
    content: "";
    background-image: url(assets/images/vm-arrow.svg);
    background-position: center;
    background-size: 100% auto;
    width: 40px;
    height: 3px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: super;
    margin-left: 10px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-btn a:hover{
    text-decoration: none;
}

.contact-btn a:hover:after{
    margin-left: 20px;
}

ul.ic-list{
  border: solid 1px #4D4D4D;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ic-list li{
  border-bottom: solid 1px rgb(77, 77, 77);
  padding: 12px 20px;
}

ul.ic-list li:last-child{
  border-bottom: none;
}


/*CAREER*/
.cr-position-ttl{
  background-color: #F0F1F4;
  font-weight: bold;
  font-size: clamp(18px, 3vw, 20px);
  padding: 15px 20px;
}

.cr-position-cta{
  text-align: center;
}

.cr-position-list>div{
  margin-top: 40px
}


/*NEWS LIST PAGE*/
.news-list>div{
  margin-top: 30px;  
}

.news-list>div a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  gap: 10px;
}

.news-list-head{
  display: flex;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.news-list-cat{
  display: flex;
  gap: 5px;
  font-size: 12px;
}

.news-list-cat>div{
  border-radius: 20px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
}

.news-rm-link{
  font-size: 14px;
}

.news-rm-link:after{
  width: 22px;
  height: 22px;
}


.news-cat-al{
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: center;
}

.news-cat-al a{
  border-radius: 30px;
  color: #fff;
  padding: 15px 20px;
  min-width: 250px;
  background: #3952a9;
  background: linear-gradient(180deg, #3952a9 0%, #0a2072 100%);
}

.news-cat-al a:after{
  content: ""; 
  background-image: url(assets/images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-cat-al a:hover{
 opacity: .9;
}

.news-cat-al a:hover:after{
  transform: translateY(2px);
}

.news-row{
  padding: 50px 0 0 0;
}


#page-news .wrap>.news-row:first-child{
  padding-top: 0;
}


.textlink a:hover{
  opacity: .8;
}




/*TOP PAGE*/
.hero{
  position: relative;
  z-index:2;
}

.video-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 7 / 3;
  overflow: hidden;
}
 
.video-hero:after{
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  display: block;
  content: "";
}

.video-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.video-hero__content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 1;
}

.video-hero__content h1 {
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  text-align: center;
}

.ttl-line{
  font-size: 15px;
  display: block;
  margin-top: 20px;
}

.ttl-line:before,
.ttl-line:after{
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.ttl-line:before{
  margin-right: 20px;
}

.ttl-line:after{
  margin-left: 20px;
}

.text-area{
  padding: 100px 0 50px 0;
  position: relative;
}

.text-area .wrap{
  position: relative;
  z-index: 2;
}

/*.text-area:after{
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .9;
  z-index: 0;
}

#what-we-do .text-area:after{
  background-image: url(assets/images/warehouse-illustration.png);
}*/

.img-half{
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  margin: auto;
  opacity: .9;
}


.text-half{
  width: 55%;
}

.ltm-wrap{
  margin-top: 40px;
}

.ltm-ttl{
  font-weight: bold;
  margin: 0 auto 30px auto;
  background-color: #fff;
  color: var(--color-bg);
  width: fit-content;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 20px;
}

.ltm-arw-wrap{
  margin: 30px 0 0 0;
}

.ltm-labels{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.ltm-labels>div{
  width: calc((100% - 20px)/2);
  background-color: #CDD5EA;
  color: var(--color-bg);
  text-align: center;
  line-height: 46px;
  position: relative;
}

.ltm-labels>div:after {
  position: absolute;
  content: "";
  right: -20px;
  width: 0; 
  height: 0;
  border-style: solid;
  border-width: 23px 0px 23px 20px;
  border-color: transparent transparent transparent #CDD5EA;
  transform: rotate(0deg);
}

.ltm-labels>div:last-child:after{
  border-color: transparent transparent transparent #334C91;
}

.ltm-labels>div:last-child{
  background-color: #334C91;
  color: #fff;
}

.ltm-labels>div:last-child:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0; 
  height: 0;
  border-style: solid;
  border-width: 23px 0px 23px 20px;
  border-color: transparent transparent transparent var(--color-page-bg);;
  transform: rotate(0deg);
}

.ltm-arw{
  display: flex;
  margin: 40px 0 0 0;
  gap: 30px;
}

.ltm-arw>div{
  background-image: url(assets/images/ltm-arrow-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: calc((100% - 60px)/3);
  padding-bottom: 10%;
}

.ltm-arw-label{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ltm-arw-label>div{
  background-color: #fff;
  color: var(--color-bg);
  line-height: 1.2;
  font-size: 13px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ltm-arw-ttl{
  font-size: 20px;
  line-height: 1.5;
}

.ltm-arw-img{
  max-width: 160px;
  margin: auto;
  margin-top: 10px;
}

.ltw-sum-wrap{
  background-image: url(assets/images/ltm-sum-arrow.png);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 50px 0;
}

.ltw-sum-ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 500px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.ltw-sum-ttl::before,
.ltw-sum-ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fff;
}

.tri-section{
  position: relative;
  background-color: background: #2f2f2f;
  background: linear-gradient(180deg, #2f2f2f 0%, #262626 20%);
  margin-bottom: 100px;
}

.tri-section>div:last-child{
  transform: translateY(100px);
}

.tri-section:after{
  content: "";
  position: absolute;
  bottom: -121px;
  left: 0;
  width: 100%;
  height: 121px;
  background: #2f2f2f;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: -1;
}

.tri-section-rev {
  position: relative;
  background: #2f2f2f;
  background: linear-gradient(180deg, #2f2f2f 0%, #262626 100%);
  margin-top: 200px;
  padding-bottom: 80px;
  background: linear-gradient(
    180deg, #2f2f2f 0%, transparent 100%);
}

.tri-section-rev > div:first-child>div {
  margin-top: -150px;
}

.tri-section-rev::before {
  content: "";
  position: absolute;
  top: -121px;
  left: 0;
  width: 100%;
  height: 121px;
  background: #2f2f2f;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -1;
}

.listcard>div a{
  display: flex;
  gap: 50px;
}


.listcard>div:not(.listcard>div:first-child){
    margin-top: 90px;
}

.listcard-img{
  width: 45%;
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.listcard-dtl{
  position: relative;
  flex: 1;
  padding-right: 80px;
}

.listcard-dtl:before{
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(assets/images/red-arrow.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.listcard-dtl:after{
  content: "";
  position: absolute;
  border: solid 1px #828282;
  border-radius: 20px;
  height: 100%;
  width: calc(100% + 70px);
  top: 14px;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.listcard-subttl{
  color: #fff;
  background-color: #2f2f2f;
  font-weight: bold;
}

.listcard-head{
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.listcard-tags{
  padding: 0 30px 0 0;
}

.listcard-tags ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.listcard-tags li{
  background-color: #fff;
  color: var(--color-bg);
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 5px;
}

.listcard-ttl{
  border-bottom: solid 1px #C3C3C3;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.listcard-ttl img{
  height: 40px;
  width: auto;
}

a:hover .listcard-dtl:before{
  transform: translateX(10px);
}


a:hover .listcard-img{
  transform:scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity: .95;
}

a:hover .listcard-dtl:after{
  border-color: #fff;
}


.acv-num {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  max-width: 1100px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);

  gap: 16px;
  background: transparent; /* remove the white bg from the wrapper */
  box-shadow: none;
  border-radius: 0;
}


.stat-card {
  padding: 36px 36px 28px;
  position: relative;
  border-right: 1px solid #e8eaed;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stat-card:last-child { border-right: none; }

.stat-card,
.stat-card-half {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  overflow: hidden;
}

.stat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: #c0103a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease 0.4s;
  width: 90%;
  margin: auto;
}
.acv-num.anm-show .stat-card::after { transform: scaleX(1); }


.stat-col-right {
  display: flex;
  flex-direction: column;
  border-right: none;
  background: transparent;
}

.stat-col-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
}


.stat-card-half {
  padding: 24px 28px;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-card-half::after {
  content: '';
  position: absolute;
  bottom: 0px; 
  left: 0; 
  right: 0;
  height: 4px;
  background: #c0103a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease 0.4s;
  width: 90%;
  margin: auto;
}

.stat-card-half:last-child::after {
  transition-delay: 0.55s;
}
.acv-num.anm-show .stat-card-half::after { transform: scaleX(1); }


.stat-label {
  font-size: 19px;
  font-weight: 700;
  color: #0a1a40;
  text-align: center;
}


.stat-figure {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 4px auto;
}

.stat-icon {
  width: 56px;
  height: auto;
  flex-shrink: 0;
  color: #0a1a40;
}
.stat-card-half .stat-icon { 
  width: 44px; 
  height: auto; 
}


.stat-number {
  font-size: clamp(52px, 5vw, 65px);
  font-weight: 900;
  color: #0a1a40;
  line-height: 1;
  letter-spacing: -0.02em;
}
.stat-card-half .stat-number { font-size: clamp(38px, 4.5vw, 52px); }

.stat-suffix {
  font-size: clamp(16px, 2vw, 19px);
  word-break: keep-all;
  font-weight: normal;
  margin-left: 10px;
  color: #0a1a40;
  vertical-align: baseline;
  letter-spacing: 0.01em;
}


.stat-prefix {
  font-size: 14px;
  font-weight: 700;
  color: #0a1a40;
  align-self: flex-end;
  padding-bottom: 8px;
  white-space: nowrap;
}


.stat-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-top: 4px;
}


.counter-val {
  display: inline-block;
  /* numbers start invisible; revealed on anm-show */
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s;
}
.acv-num.anm-show .counter-val {
  opacity: 1;
  transform: translateY(0);
  font-family: var(--font-en);
}

/*Solution*/
.page-common {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
}

.page-common *, 
.page-common *:before, 
.page-common *:after {
  box-sizing: inherit;
}

.page-common p {
  margin: 0;
}

.page-anchor {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  gap: 35px;
  justify-content: center;
}

.page-anchor > li {
  width: calc((100% - 70px) / 3);
}

.page-anchor a {
  display: block;
  height: 100%;
  background: linear-gradient(#3052b1 0%, #11328c 32.32%, #2149b2 61.38%, #072576 100%);
  font-family: "LINE Seed JP", sans-serif;
  color: var(--color-white);
  padding: 17px 37px 17px 17px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(13px, calc(13px + (12 * (100vw - 768px) / 232)), 25px);
  line-height: 1.4;
  border-radius: 38px;
}

.page-anchor a:hover {
  opacity: .9;
}

.page-anchor a span {
  position: relative;
}

.page-anchor a span::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(assets/images/anchor-arrow.png) no-repeat center/contain;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-anchor a:hover span::after {
  margin-top: 5px;
}

.solution-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 100px;
  margin-top: 60px;
}

.solution-item {
  background: var(--color-white);
  color: #1c1c1c;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(243, 243, 243, 0.4);
  padding: 40px 13px 80px;
  position: relative;
}

.solution-particle {
  position: relative;
}

.solution-particle .particles {
  bottom: 30px;
  left: 10px;
  width: 50%;
  opacity: .5;
  height: auto;
  z-index: -1;
}

.solution-ttl {
  text-align: center;
  margin: 0 0 60px 0;
}

.solution-ttl span {
  display: inline-block;
  background-color: #1c1c1c;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-white);
  padding: 3px 20px;
  margin-bottom: 20px;
}

.solution-ttl img {
  max-width: 345px;
  margin: 0 auto;
}

.solution-inner {
  max-width: 980px;
  margin: 0 auto;
}

.solution-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.solution-about-img {
  padding-right: 50px;
}

.solution-about-copy {
  font-size: clamp(28px, calc(28px + (2 * (100vw - 768px) / 232)), 30px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 45px;
}

.solution-ttl-2 {
  font-size: clamp(24px, calc(24px + (4 * (100vw - 768px) / 232)), 28px);
  line-height: 1.4;
  position: relative;
  padding-left: 70px;
  margin: 0 0 40px 0;
}

.solution-ttl-2 p {
  display: inline-block;
  transform: translateX(-10px);
  opacity: 0;
  transition: .5s ease;
  transition-delay: 0.2s;
}

.solution-ttl-2.anm-show p {
  transform: translateX(0px);
  opacity: 1;
}

.solution-ttl-2-icon {
  display: block;
  width: 55px;
  height: 55px;
  background: #1c1c1c;
  border-radius: 50%;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.solution-text {
  font-size: 18px;
  margin-bottom: 40px;
}

.solution-issue-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(18px, calc(18px + (2 * (100vw - 768px) / 232)), 20px);
}

.solution-issue-list > li {
  position: relative;
  padding: 16px 35px 16px 60px;
  border-bottom: 1px  dashed var(--color-text-muted);
}

.solution-issue-list > li:last-child {
  border-bottom: none;
}

.solution-issue-list > li::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(assets/images/icon-solution-4.png) no-repeat center/contain;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.solution-realization-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 35px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-white);
  font-size: 14px;
}

.solution-realization-cards > li {
  border-radius: 10px;
  background: url(assets/images/solution-bg.jpg) no-repeat center/cover;
  padding: 30px 20px;
}

.solution-realization-category {
  display: flex;
  gap: 8px;
  list-style: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #1c1c1c;
  padding: 0;
  margin-bottom: 15px;
}

.solution-realization-category > li {
  background-color: var(--color-white);
  padding: 5px 8px;
  border-radius: 5px;
}

.solution-realization-text {
  position: relative;
  padding-left: 34px;
}

.solution-realization-text span {
  display: block;
  font-size: clamp(18px, calc(18px + (2 * (100vw - 768px) / 232)), 20px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.solution-realization-text::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/images/icon-solution-5.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 5px;
}

.solution-use-cards {
  list-style: none;
  padding: 0;
  margin: 70px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  font-size: clamp(16px, calc(16px + (2 * (100vw - 768px) / 232)), 18px);
  font-weight: 600;
  text-align: center;
  color: #002076;
}

.solution-use-cards > li {
  border-radius: 5px;
  border: 1px solid #002076;
  position: relative;
  padding: 35px 20px 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-use-cards > li::after {
  content: "";
  width: calc(100% - 60px);
  height: 5px;
  background: #002076;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.solution-use-tag {
  position: absolute;
  display: inline-block;
  padding: 5px 12px;
  background: #002076;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  border-radius: 6px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.solution-banner {
  display: flex;
  gap: 40px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1c1c1c;
  color: var(--color-white);
  position: relative;
  padding: 25px 56px;
}

.solution-banner::after {
  content: "";
  width: 467px;
  height: 464px;
  background: url(assets/images/logo-bg.png) no-repeat center/contain;
  position: absolute;
  left: -40px;
  top: -30px;
  pointer-events: none;
}

.solution-banner-text-wrap {
  width: calc(100% - 220px);
  font-size: clamp(20px, calc(20px + (5 * (100vw - 768px) / 232)), 24px);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.solution-banner.no-button .solution-banner-text-wrap {
  width: 100%;
  text-align: center;
}

.solution-banner-ttl {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-en);
  text-align: left;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}

.solution-banner-ttl::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--red);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.solution-banner-text {
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-banner-text a:hover {
  opacity: .8;
}

.solution-banner-btn {
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-right: 36px;
  text-align: right;
}

.solution-banner-btn::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(assets/images/red-arrow.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.solution-banner-btn:hover::after {
  right: -5px;
}

/*Mission*/
.mission-copy {
  font-size: clamp(20px, calc(20px + (15 * (100vw - 768px) / 232)), 35px);
  text-align: center;
  font-weight: 700;
}

.mission-copy span {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(16px, calc(16px + (4 * (100vw - 768px) / 232)), 20px);
}

.page-copy-wrap {
  background: var(--color-white);
  color: #191919;
  padding: 80px 50px 60px;
  border-radius: 30px;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.page-copy-inner {
  display: flex;
  align-items: flex-start;
  gap: 30px 60px;
}

.page-copy-inner > div {
  width: 70%;
}

.page-copy-img {
  width: calc(30% - 60px);
  border-radius: 10px;
}

.page-copy-ttl {
  font-size: clamp(35px, calc(35px + (5 * (100vw - 768px) / 232)), 40px);
  line-height: 1.5;
  margin: 0 0 40px 0;
}

.page-copy-ttl span {
  font-size: clamp(14px, calc(14px + (2 * (100vw - 768px) / 232)), 16px);
  color: #000df2;
  display: block;
}

.row-top {
  padding-top: 80px;
}

.mission-message-name {
  text-align: right;
  margin-top: 60px;
}

.mission-message-name span {
  display: block;
  font-weight: 500;
}

.mission-reason-list {
  list-style: none;
  margin-top: 60px;
  font-size: clamp(20px, calc(20px + (3 * (100vw - 768px) / 232)), 23px);
  font-weight: 600;               
}

.mission-reason-list > li {
  counter-increment: number;
  padding: 20px 20px 20px 80px;
  border-radius: 10px;
  background: url(assets/images/mission-bg.png) no-repeat left/cover;
  filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
  position: relative;
  margin-bottom: 24px;
}

.mission-reason-list > li:last-child {
  margin-bottom: 0;
}

.mission-reason-list > li::before {
  content: counter(number);
  font-family: "Playfair Display", serif;
  width: 58px;
  font-size: clamp(90px, calc(90px + (20 * (100vw - 768px) / 232)), 110px);
  font-style: italic;
  text-align: center;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  left: -25px;
  top: -50px;
}

.mission-solution-contents {
  margin-top: 80px;
}

.mission-solution-content {
  display: flex;
  gap: 20px 40px;
  text-align: center;
  margin-bottom: 40px;
}

.mission-solution-content:last-child {
  margin-bottom: 0;
}

.mission-solution-ttl {
  width: calc(25% - 40px);
  font-size: clamp(20px, calc(20px + (2 * (100vw - 768px) / 232)), 22px);
  line-height: 1.5;
  border-radius: 10px;
  border: 1px solid var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.mission-solution-ttl h3 {
  margin: 0;
}

.mission-solution-cards {
  width: 75%;
  display: flex;
  gap: 5px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.mission-solution-card1 {
  width: calc((100% - 60px) / 3);
  background-image: url(assets/images/ltm-arrow-bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 35px 20px 9% 20px;
  margin-top: 20px;
}

.mission-solution-card-ttl {
  font-size: clamp(20px, calc(20px + (2 * (100vw - 768px) / 232)), 22px);
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.mission-solution-card2 {
  width: calc((100% - 30px) / 2);
  background-image: url(assets/images/ltm-square-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
}

.mission-solution-card2 .mission-solution-card-ttl {
  margin: 0 0 30px 0;
}

.mission-solution-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-solution-list > li {
  padding-left: 80px;
  position: relative;
  margin-bottom: 25px;
}

.mission-solution-list > li:last-child {
  margin-bottom: 0;
}

.mission-solution-list-icon {
  width: 55px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  margin: 0;
}

/*Company*/
.company-about-cards {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
  color: var(--color-white);
}

.company-about-cards > li {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  background: linear-gradient(#2f2f2f 0%, #5d5d5d 45.32%, #383838 76.17%, #191919 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  padding: 45px 30px;
}

.company-about-card-ttl {
  margin: 0 0 30px 0;
  position: relative;
  padding-bottom: 30px;
  font-size: clamp(20px, calc(20px + (3 * (100vw - 768px) / 232)), 23px);
  line-height: 1.4;
  text-align: center;
}

.company-about-card-ttl::after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.company-mission-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.company-mission-list > li {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px dashed #c3c3c3;
}

.company-mission-list > li:last-child {
  border-bottom: none;
}

.company-mission-list-ttl {
  width: 20%;
  padding-right: 20px;
  font-size: clamp(23px, calc(23px + (5 * (100vw - 768px) / 232)), 28px);
  line-height: 1.3;
  margin: 0;
  position: relative;
}

.company-mission-list-ttl > span {
  display: block;
  font-size: clamp(14px, calc(14px + (4 * (100vw - 768px) / 232)), 18px);
  color: #002076;
}

.company-mission-list-ttl::after {
  content: "";
  width: 60px;
  height: 5px;
  background: linear-gradient(#3254b1 0%, #002076 100%);
  position: absolute;
  left: 0;
  bottom: -12px;
}

.company-mission-list-text {
  width: 80%;
}

.company-profile-list {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
}

.company-profile-item {
  display: flex;
  border-top: 1px solid var(--color-white);
  padding: 20px 0;
  position: relative;
}

.company-profile-item:last-child {
  border-bottom: 1px solid var(--color-white);
}

.company-profile-item::before,
.company-profile-item:last-child::after {
  content: "";
  width: 240px;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
}

.company-profile-item::before {
  top: -2px;
}

.company-profile-item:last-child::after {
  bottom: -2px;
}

.company-profile-ttl {
  width: 240px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.company-profile-text {
  width: calc(100% - 240px);
  padding: 0 20px 0 70px;
}

.page-reg p{
  margin: 10px 0;
}

.page-reg h3{
  margin: 40px 0 10px 0;
}

/*Animation*/
.anmFadeInUp {
    opacity: 0;
    transform: translateY(20px);
}

.anmFadeInUp.anm-show {
    animation: fadeInUp 0.6s ease-in-out forwards;
}

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

@keyframes letterIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Underline animation */
.page-head h1:after {
  content: "";
  display: block;
  background: linear-gradient(to right, #002076, #3254B1);
  height: 4px;
  width: 0;
  animation: lineExpand 0.7s ease forwards;
  animation-delay: 0.5s;
}

@keyframes lineExpand {
  from { width: 0; }
  to   { width: 50px; }
}

@media (min-width: 1200px) {
.footer-top {
    gap: 70px 140px;
}
}

@media (max-width: 1200px) {

  .site-footer {
    padding: 56px var(--container-pad) 0;
  }

  .footer-top {
    gap: 70px 40px;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  :root { 
    --container-pad: 28px; 
  }

  .footer-nav-cols { 
    grid-template-columns: repeat(3, 1fr); 
  }

  .footer-top { 
    grid-template-columns: 200px 1fr; 
    gap: 48px; 
  }

  .contact-item a{
    display: block;
    position: relative;
    padding: 30px 60px 30px 20px;
  }

  .contact-item-arrow{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .contact-item-ttl{
    font-size: 17px;
    margin: 0 0 10px 0;
	  width: 50%;
}


.contact-wrap{
  display: block;
  padding: 60px 20px 80px 20px;
}

.contact-btn a{
  margin: 40px auto 0 auto;
  width: 300px;
  font-size: 15px;
}

.news-list>div a{
  display: block;
  padding: 30px 20px;
}

.news-rm-link{
  margin: 15px 0 0 0;
  text-align: right;
}

.text-area {
    padding: 70px 0;
}

.text-area:after{
  opacity: .4;
}

.text-half{
  width: 100%;
}

.listcard>div a{
  flex-wrap: wrap;
  position: relative;
  padding-top: 70px;
  padding: 70px 20px;
}

.listcard-dtl {
    position: static;
    padding-right: 0;
}

.listcard-img,
.listcard-dtl{
  width: 100%;
  flex: auto;
}

.listcard-img{
  max-width: 400px;
  margin: auto;
}

.listcard>div a{
  padding: 100px 20px 70px 20px;
}

.listcard-head{
  top: 0;
  position: absolute;
  width: calc(100% - 40px);
  display: block;
}

.listcard-tags{
  padding: 0;
  margin: 10px  0 0 0;
}

.listcard-subttl{
  width: fit-content;
}

.listcard-dtl:after{
  width: 100%;
}

.listcard-dtl:before{
  top: auto;
  bottom: 0;
}

.news-toc{
  padding: 30px 20px;
}

.news-toc{
  display: block;
}

.news-toc-ttl{
  margin: 0 0 20px 0;
}

.stat-card{
  padding: 20px 1.5vw;
}

.page-anchor {
  gap: 10px;
}

.page-anchor > li {
  width: calc((100% - 20px) / 3);
}

.mission-solution-content {
  gap: 20px;
}

.mission-solution-ttl {
  width: calc(25% - 20px);
}

.mission-solution-cards {
  gap: 5px 10px;
}
}

@media (max-width: 768px) {
  :root {
     --header-height: 60px;
     --container-pad: 20px;
  }

   .page-head-inner{
    padding: 0 20px;
    left: 0;
  }

   .header-nav, .header-lang, .header-contact-btn {
       display: none !important;
  }
   .hamburger-btn {
       display: flex;
  }
   .row {
       padding: 56px 0;
  }

   .footer-top {
       grid-template-columns: 1fr;
       gap: 32px;
  }
   .footer-nav-cols {
       grid-template-columns: repeat(2, 1fr);
  }
   .footer-bottom {
       flex-direction: column;
       gap: 10px;
       text-align: center;
  }
   .footer-links {
       flex-wrap: wrap;
       justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }


  .white-wrap{
    padding: 50px 20px;
  }

  .news-main{
    width: 100%;
  }

  .news-side{
    padding: 40px 0 0 0;
    border-top: solid 1px #dcdcdc;
  }

  .related-posts>div{
    width: 100%;
  }

  .page-head-inner{
    z-index: 2;
  }

  .particles{
    width: 60%;
    height: auto;
    opacity: .5;
  }

  .tbl-1 th,
  .tbl-1 td{
    display: block;
  }

  .tbl-1 tr:first-child th,
  .tbl-1 th{
    font-size: 18px;
    padding: 20px 10px 10px 10px;
    font-weight: 500;
  }

  .tbl-1 tr:first-child td,
  .tbl-1 td{
    border-top: none;
    padding: 0 10px 20px 10px;
  }

  .ltm-arw-wrap{
    position: relative;
  }

  .ltm-labels {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: absolute;
    margin: 0;
    height: 95%;
  }

  .ltm-labels > div {
    width: 46px;
    line-height: 1.4;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc((100% - 20px)/2);
  }

  .ltm-labels > div::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    border-width: 16px 23px 0 23px;
    z-index: 1;
    border-color: #CDD5EA transparent transparent transparent;
  }

  .ltm-labels > div:last-child::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-width: 16px 23px 0 23px;
    border-color: var(--color-page-bg) transparent transparent transparent;
  }

  .ltm-labels > div:last-child::after {
    border-color: #334C91 transparent transparent transparent;
  }

  .ltm-arw{
    flex-wrap: wrap;
    padding-left: 60px;
  }

  .ltm-arw>div{
    width: 100%;
    padding-bottom: 20%;
  }

 .acv-num {
    display: block;
  }

  .stat-card {
    border-right: none;
    margin-bottom: 16px;
  }

  .stat-card:last-child {
    margin-bottom: 0;
  }

  .stat-col-right {
    display: block;
    margin-bottom: 16px;
  }

  .stat-card-half {
    margin-bottom: 16px;
  }

  .stat-card-half:last-child {
    margin-bottom: 0;
  }

  .stat-card p{
    width: 90%;
    margin: auto;
  }

  .video-hero{
    aspect-ratio: 2 / 3;
    max-height: 70vh;
  }

  .ttl-line:before{  
    display: block;
    width: 100px;
    margin: 0 auto 10px auto;
  }

  .ttl-line:after{
    display: none;
  }

  .ltw-sum-wrap{
    background-size: 100% 50%;
  }

  .page-anchor a {
    padding: 10px 10px 30px 10px;
    border-radius: 40px;
  }

  .page-anchor a span {
    display: block;
    height: 100%;
  }

  .page-anchor a span::after {
    bottom: -20px;
    right: 50%;
    width: 15px;
    height: 15px;
    top: auto;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
  }

  .page-anchor a:hover span::after {
    bottom: -25px;
    margin: 0;
  }

  .page-copy-wrap {
    padding: 70px 13px;
  }

  .page-copy-inner {
    flex-direction: column;
    justify-content: flex-start;
  }

  .page-copy-inner > div {
    width: 100%;
    order: 2;
  }

  .page-copy-img {
    width: 100%;
    order: 1;
  }

  .solution-item {
    padding: 30px 13px 50px;
  }

  .solution-ttl span {
    font-size: 11px;
  }

  .solution-ttl img {
    max-width: 330px;
  }

  .solution-about,
  .solution-realization-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .solution-about-img {
    padding-right: 0;
  }

  .solution-issue-list > li {
    padding: 16px 0 16px 60px;
  }

  .solution-use-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 13px;
  }

  .solution-use-cards > li {
    padding: 20px 16px;
  }

  .solution-use-cards > li br {
    display: none;
  }

  .solution-banner {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px 40px;
  }

  .solution-banner::after {
    width: 350px;
    height: 350px;
    bottom: -174px;
    left: -70px;
    top: auto;
  }

  .solution-banner-text-wrap {
    width: 100%;
  }

  .solution-banner-btn {
    margin: 0 auto;
  }

  .solution-particle .particles {
    left: 0;
  }

  .mission-reason-list {
    padding: 0;
    margin-top: 80px;
    text-align: center;
  }

  .mission-reason-list > li {
    margin-bottom: 60px;
    padding: 50px 13px;
  }

  .mission-reason-list > li::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -65px;
  }

  .mission-solution-content {
    flex-direction: column;
    justify-content: flex-start;

  }

  .mission-solution-ttl {
    width: 100%;
  }

  .mission-solution-cards {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .mission-solution-card1 {
    width: 100%;
    padding: 30px 20px 18% 20px;
    margin: 0;
  }

  .mission-solution-card2 {
    width: 100%;
  }

  .company-about-cards {
    flex-direction: column;
    justify-content: flex-start;
  }

  .company-about-cards > li {
    width: 100%;
    padding: 35px 20px;
  }

  .company-mission-list > li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
  }

  .company-mission-list-ttl {
    width: 100%;
    margin-bottom: 30px;
  }

  .company-mission-list-ttl::after {
    width: 45px;
  }

  .company-mission-list-text {
    width: 100%;
  }

  .company-profile-ttl {
    width: 100px;
    padding: 0 13px;
  }

  .company-profile-item::before,
  .company-profile-item:last-child::after {
    width: 100px;
  }

  .company-profile-text {
    width: calc(100% - 100px);
    padding: 0 13px 0 17px;
  }
}
@media (max-width: 480px) {
  .footer-nav-cols { grid-template-columns: 1fr 1fr; }
}
