@charset "utf-8";
/**
 * CHIKUWA Site Style Sheet
 *
 * @since   2018/03/09
 * @version 2018/09/24
 */

/* =====================================================
 * 共通設定
 * ================================================== */
html {
  overflow-x: hidden;
}
html, html a, body {
  -webkit-font-smoothing: antialiased;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#loader-sp {
    display: none;
}
@font-face {
  font-family: 'YourAdobeFont';
  src: url('...');
  font-display: swap;
}

@media (max-width: 767px) {
   #loader {
       display: none;
   }
   #loader-sp {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
   }
}
video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
}
ul {
  list-style: none;
}
p {
  font-size: 15px;
  font-weight: 400;
  color: #454547;
  line-height: 2.5rem;
  margin-bottom: 5px;
}
a {
  color: #62656e;
  outline: 0;
}
a:focus, a:hover, a:active {
  outline: 0;
  color: #555bbb;
  text-decoration: none;
}
span {
  font-size: 14px;
  font-weight: 400;
  color: #cfc0c9;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin: 0 0 15px;
}
h1 {
  font-size: 40px;
}

.beader-blog .containerss {
  position: relative;
  height: 100%;
}

.beader-blog, .stats, .video, .call-to-action {
  background-image: url("../img/top.webp");
}

.beader-blog {
  height: 100vh;
  padding-top: 100px;
  margin-top:70px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
  box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
}


.bg-animation {
  -webkit-animation: bg-animation 25s ease-in-out infinite;
  animation: bg-animation 25s ease-in-out infinite;
}


.beader{
  display:block;
}

.header-blog .container {
  position: relative;
  height: 100%;
}

.header-row {
  height: 100%;
}

.white {
  color: #F7F8FC;
}
.h1, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.white-link {
  font-weight: bold;
  opacity: .7;
  color: #F7F8FC;
  transition: .4s;
  -webkit-transition: .4s;
}

.white-link:hover {
  opacity: 1;
  color: #F7F8FC;
}

/*****animated text start*****/
h1{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  margin:0;
  padding:0;
  letter-spacing: 5px;
  color:transparent;
}

h1:before{
  content: attr(data-text);
  position:absolute;
  top: 0px;
  left:0px;
  width:100%;
  height:100%;
  color:#FFF;
  overflow: hidden;
  border-right: 1px solid #FFF;
  animation: type 5s steps(30) 2;
  white-space:nowrap;
}
@media (max-width: 1170px) {
  h1{
    left: 40%;
  }
}
@media (max-width: 980px) {
  h1{
    left: 35%;
  }
}
@media (max-width: 910px) {
  h1{
    left: 35%;
    letter-spacing: 0px;
  }
}
@media (max-width: 800px) {
  h1{
    left: 33%;
    letter-spacing: 0px;
  }
}
@keyframes type {
  
  0%{
    width:0%;
  }
  
  50%{
    width:100%;
    
  }
  
  100%{
    width:0%;
  }
  
}
/*****animated text End*****/



@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}


@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@media (max-width: 767px) {
 .bg-animation {
  display: none;
 }
 .beader {
  display: none;
 }
}
.toppph2 {
  display: none; /* hide by default (desktop view) */
}

@media (max-width: 1024px) { /* adjust breakpoint as needed */
  .toppph2 {
    display: block; /* show only in responsive mode */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  }
}

h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 22px;
}
.margin-t-5 {
  margin-top: 5px !important;
}
.margin-t-50 {
  margin-top: 20px !important;
}
.margin-t-150 {
  margin-top: 150px !important;
}
.margin-t-300 {
  margin-top: 300px !important;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-20 {
  margin-bottom: 20px !important;
}
.margin-b-40 {
  margin-bottom: 40px !important;
}
.margin-b-50 {
  margin-bottom: 50px !important;
}
.margin-b-60 {
  margin-bottom: 60px !important;
}
.margin-b-150 {
  margin-bottom: 150px !important;
}
.margin-b-300 {
  margin-bottom: 300px !important;
}
.margin-l-0 {
  margin-left: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #edf0f2;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-align-mmvc,.text-align-about-us,.text-align-system {
  text-align: center;
}
@media (max-width: 767px) {
  .text-align-mmvc,.text-align-about-us,.text-align-system {
    text-align: left;
  }
  .margin-t-50-sp {
    margin-top: 50px !important;
  }
}
.underline {
  text-decoration:underline;
}
.img-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}

/* =====================================================
 * Header
 * ================================================== */
.header .logo {
  height: auto;
  float: left;
}
.header .logo-wrap {
  display: inline-block;
  padding: 10px 0;
}
.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}
.header .logo-img {
  display: inline-block;
  width: 150px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.header .navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border-radius: 0px;
  background-color: rgba(255,255,255,0.51);
}
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 10px 0;
}
.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}
.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon {
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header .nav-item {
  position: relative;
  display: block;
}
.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}
.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);

}
.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 55px;
  padding: 0px;
  margin-right: 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-child:hover, .header .nav-item-child:focus {
  background: transparent;
}
.header .nav-item-hover {
  position: relative;
}
.header .nav-item-hover:after {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3c5f9d;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-banner {
  width:100%;
}
/* .header .js_nav-item:last-child {
  width:150px;
} */
@media (max-width: 768px) {
  .container {
    /*padding-right:0;*/
  }
  .about-us-padding-bottom {
    padding-bottom: 40px;
  }
}
.page-scroll .header .navbar {
  background-color: rgba(255,255,255,0.98);
  border-bottom-color: #f0f0f0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-scroll .header .logo-img-main {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-scroll .header .logo-img-active {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-nav-right {
  float: right;
}
.page-scroll .header .nav-item-child {
  color: #515769;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* =====================================================
 * ページトップのスクロール
 * ================================================== */
.back-to-top {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: inline-block;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  background: #515769;
  border-radius: 8px;
  visibility: hidden;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-fade-out {
  opacity: .5;
}
.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* =====================================================
 * メインビジュアル設定
 * ================================================== */
.full-screen {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-centered {
  position: absolute;
  top: 70%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  display: none;
}
.main-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 2px 2px 20px rgba(0,0,0,.5);
}
.main-text-check {
  color : #05F
}
.main-text {
  font-size: 20px;
  color: #000;
  text-shadow: 1px 1px 10px rgba(0,0,0,.5);
}
.top-img {
  width:100%;
}
.top-img-tab {
  display: none;
  height:100vh;
  width: auto;
}
.top-img-sp {
  display: none;
  width:100%;
}
.text-sub-title {
  color: #709EA8;
}
.text-mvvc {
  color: #DD7E6B;
}
.mvvc-img {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.recruitment-btn {
  width: 100%;
  background-color: #FFF;
  border: solid 1px #709EA8;
  color:#709EA8;
}
.recruitment-btn:hover {
  background-color: #bff2fd;
}
.flow-pc {
  display: block;
}
.flow-sp {
  display: none;
}
/* =====================================================
 * フォーム
 * ================================================== */
#inquiryForm dt,
#recruitForm dt {
  margin-top: 18px;
}
#inquiryForm dd,
#recruitForm dd {
  margin-top: 10px;
}
#inquiryForm .form-description,
#recruitForm .form-description {
  border: 1px solid #000;
  padding: 10px;
}
#inquiryForm .list-center,
#recruitForm .list-center {
  display: flex;
  justify-content: center;
}
#inquiryForm .list-center > ul,
#recruitForm .list-center > ul {
  width: 70%;
}
#inquiryForm .btn-submit,
#recruitForm .btn-submit {
  padding: 3px 70px;
}
#inquiryForm .link-text,
#recruitForm .link-text {
  cursor: pointer;
}
#inquiryForm .required,
#recruitForm .required {
  color: #f55;
}
#inquiryForm .error,
#recruitForm .error {
  color: red;
}
footer {
  background-color: #709ea8;
  text-align: center;
}
.footer-text {
  color: #FFFFFF;
}
/* =====================================================
 * 768px以下: スマホ＆タブレット
 * ================================================== */
@media (max-width: 767px) {
  .top-img {
    display: none;
  }
  .top-img-tab {
    display: block;
    width: 100%;
  }
  .main-centered {
    display: block;
    position: absolute;
    top: 60%;
  }
  .main-title {
    text-shadow: 2px 2px 20px #FFF;
    text-shadow: 2px 2px 20px #FFF;
  }
  .main-text-check {
    color : #05F;
    text-shadow: 2px 2px 20px #FFF;
    text-shadow: 2px 2px 20px #FFF;
  }
  .main-text {
    text-shadow: 1px 1px 10px #FFF;
    text-shadow: 2px 2px 20px #FFF;
  }
  .header {
    /* background: #fff; */
    /* background-color: rgba(255,255,255,0.9); */
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
    width: 100%;
    background: #fff;
    background-color: rgba(255,255,255,1);
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  .header .nav-item-child {
    color: #515769;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar-nav-right {
    float: left;
  }
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 12px;
    background: none;
    opacity: 0;
    color: #3c5f9d;
    content: "\f054";
    font-family: FontAwesome;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    width: 100px;
    margin-left: 10px;
    display: inline-block;
  }
  .main-title {
    font-size: 30px;
  }
  .main-text {
    font-size: 17px;
    margin-right: 20px;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .back-to-top {
    display: none;
  }
  #inquiryForm .list-center > ul,
  #recruitForm .list-center > ul {
    width: 100%;
  }

  .recruitment-btn {
    margin-top: 50px;
  }

  .flow-pc {
    display: none;
  }
  .flow-sp {
    display: block;
  }

}
@media (max-width: 650px) {
  .main-centered {
    top: 80%;
  }
}
/* =====================================================
 * 採用情報チアキャリアの設定
 * ================================================== */
.cheercareer {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cheercareer-left {
  width: 60%;
  padding-right: 5%;
}
.cheercareer-right {
  width: 30%;
}
.cheercareer-big-banner {
  padding-top:10px;
  width: 92%;
}

blockquote {
  border-left: none;
}
@media (max-width: 767px) {
  .cheercareer-left {
    width: 100%;
  }
  .cheercareer-right {
    width: 100%;
    left:15%;
    padding-right:15%;
    padding-left:15%;
  }
  .cheercareer-big-banner {
    width: 100%;
  }
}
.google-maps {
  width: 100%;
  height: 300px;
  border: solid 1px #62656e;
}

@media (max-width: 767px) {
  canvas {
    margin: 0 auto;
    display: block;
    padding: 20px;
  }
}

:root {
  --main-bg: #000;
  --text-color: #fff;
  --text-subtle: #ccc;
  --gap: 2vw;
}
.external {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: var(--main-bg);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.external header {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  padding: 0 1rem;
}

.external header h1 {
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.external header p {
  color: var(--text-subtle);
  font-size: clamp(0.85rem, 2vw, 1rem);
  margin: 0.3em 0;
}

.external header a {
  color: var(--text-color);
  text-decoration: underline;
}
.horizontal-scroll-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: var(--gap);
  padding: 5rem var(--gap) 3rem;
}
.horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.img-wrapper {
  flex: 0 0 auto;
  width: clamp(260px, 30vw, 420px);
  aspect-ratio: 3/4;
  position: relative;
  scroll-snap-align: center;
  transition: transform 0.6s ease-out;
  border-radius: 10px;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: all 0.6s ease;
}
.img-wrapper:hover img {
  filter: brightness(100%);
  transform: scale(1.05);
}
.scroll-info {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-subtle);
  font-size: 0.85rem;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.scroll-info svg {
  fill: var(--text-subtle);
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .external {
    height: 90vh;
  }
  .horizontal-scroll-wrapper {
    padding-top: 4.5rem;
  }
}

@media (max-width: 768px) {
  .external {
    height: auto;
    min-height: 80vh;
  }
  .horizontal-scroll-wrapper {
    gap: 4vw;
    padding: 5rem 4vw 3rem;
  }
  .img-wrapper {
    width: 80vw;
    aspect-ratio: 4/5;
  }
  .external header h1 {
    font-size: 1.3rem;
  }
  .scroll-info {
    font-size: 0.75rem;
    bottom: 5px;
  }
}

@media (max-width: 480px) {
  .external {
    height: auto;
  }
  .horizontal-scroll-wrapper {
    padding-top: 4rem;
    gap: 5vw;
  }
  .img-wrapper {
    width: 85vw;
  }
  .external header h1 {
    font-size: 1.1rem;
  }
  .external header p {
    font-size: 0.8rem;
  }
}


/* 事業内容のcard */
.grid-container {
  width: min(150rem, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr)); /* better balance for responsive */
  gap: 2rem;
}

.card {
  --grad: #7DA0CA, #052659;
  padding: 2.5rem;
  background-image: #fff;
  border-radius: 2rem;
  gap: 1.5rem;
  display: grid;
  grid-template:
    "title icon"
    "content content"
    "bar bar" / 1fr auto;
  font-family: system-ui, sans-serif;
  color: #709ea8;
  box-shadow: 6px 6px 4px hsla(0, 0%, 26%, 0.25);

  .title {
    font-size: 2.5rem;
    grid-area: title;
    align-self: end;
    text-transform: uppercase;
    font-weight: 500;
    word-break: break-word;
  }

  .smallTittle {
    font-size: 1.5rem;
    color: #62656e;
  }

  .icon {
    grid-area: icon;
    font-size: 2.5rem;
    > i {
      color: transparent;
      background: linear-gradient(to right, var(--grad));
      background-clip: text;
    }
  }

  .content {
    grid-area: content;
    & > *:first-child { margin-top: 0; }
    & > *:last-child { margin-bottom: 0; }
  }

  &::after {
    content: "";
    grid-area: bar;
    height: 2px;
    background-image: linear-gradient(90deg, var(--grad));
  }

  p {
    color: #000;
  }
}

.card .icon img {
  width: 70px;
  height: auto;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 2rem;
  }

  .card {
    margin: 0;
    padding: 2rem;
    grid-template:
      "icon"
      "title"
      "content"
      "bar" / 1fr;
    text-align: center;
  }

  .card .icon img {
    width: 60px;
    margin: 0 auto;
  }

  .card .title {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .card .smallTittle {
    font-size: 1.3rem;
  }

  .card p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    padding-top: 0 !important;
    margin-top: 0;
  }
}



#company {
  dt {
    font-size: 1.8rem;
  }

  dd {
    font-size: 1.5rem;
    padding-left: 200px;
    line-height: 2.3rem;
  }
}

@media (max-width: 768px) {
  #company dl {
    display: block; 
    padding-left: 10px;
  }

  #company dt,
  #company dd {
    margin: 0;
    padding: 0.3rem 0;
  }

  #company dt {
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }

  #company dd {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding-left: 0;
    line-height: 2.5rem;
  }
  p {
    line-height: 2.5rem;
  }
}

#Recruitment {
  background-color: #F8F9F9;
  dt {
    font-size: 1.8rem;
  }

  dd {
    font-size: 1.5rem;
    padding-left: 200px;
    line-height: 2.5rem;
  }
  hr {
    border-top: 1px solid #d9d9d9;
  }
}

@media (max-width: 768px) {
  #Recruitment dl {
    display: block; 
    padding-left: 10px;
  }

  #Recruitment dt,
  #Recruitment dd {
    margin: 0;
    padding: 0.3rem 0;
  }

  #Recruitment dt {
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }

  #Recruitment dd {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding-left: 0;
    line-height: 2.5rem;
  }
  p {
    line-height: 2.5rem;
  }
}

.Button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 140px;
  padding: 3px;
  border: none;
  outline: none;
  border-radius: 8px;
  /* background: linear-gradient(90deg, #7da0ca, #052659); */
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.Button a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #709ea8;
  color: #ffffff;
  transition: background 0.3s ease;
}

.Button a:hover {
  background: linear-gradient(90deg, #94b6e5, #0a3a85);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}

.Button a:hover span {
  background-color: rgba(255, 255, 255, 0.15);
}

.Button a:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}



@media (max-width: 768px) {
  .Button {
    padding-top: 20px;
  }
}

/*
 * リクルートページのアニメーション
 */
* {
  box-sizing: border-box;
  list-style: none;
}
.slide-area {    
  width: 300px;
  height: 500px;
}
.wrap {
  overflow: hidden;
  display: flex;
  height: 500px;
  margin-bottom: 100px;
}
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
  padding: 0;
  margin: 0;
  margin-top: 70px;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-area-hover {
  margin-right: 20px;
  transition: transform 0.5s ease, filter 0.4s ease, box-shadow 0.4s ease;
}

.slide-area-hover:hover {
  transform: translateY(-10px) scale(1.03);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  cursor: pointer;
}

.slide-area {
  overflow: hidden;
}

.slide-area img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.5s ease, filter 0.4s ease, box-shadow 0.4s ease;
  filter: brightness(70%);
}

.slide-area img:hover {
  transform: scale(1.05);
  filter: brightness(90%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.process {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.step {
  display: flex;
  align-items: center;
  gap: var(--gap);
  border-bottom: 1px solid #eee;
  padding-bottom: 36px;
  flex-wrap: nowrap;
}
.step .content { order: 1; flex: 2 1 520px; }
.step .number  { order: 2; flex: 0 0 240px; }

.step.reverse .content { order: 2; }
.step.reverse .number  { order: 1; }

.number {
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #709ea8;
}

.content h3 {
  font-size: 22px;
  margin: 0 0 8px;
  color: #709ea8;
}

.step .content p {
  line-height: 2.5rem;
}


@media (max-width: 768px) {
  .step {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 0;
  }

  .step .number {
    order: 0;
    line-height: 1;
    text-align: center;
    color: #709ea8;
    margin: 0;
    padding-bottom: 20px;
    flex: none;
    font-size: 80px;
  }

  .step .content {
    order: 1;
    text-align: center;
    margin: 0;
    padding: 0;
    max-width: 95%;
    flex: none;
  }

  .step .content h3 {
    margin: 10px 0 8px;
    font-size: 30px;
    padding-bottom: 15px;
  }

  .step .content p {
    margin: 0;
    line-height: 1.6;
    padding-bottom: 30px;
  }

  .content{
    height: auto;
        flex: none;
  }
}

.img-center-3 {
  border-radius: 20px 0 20px 0;
  box-shadow: 0 10px 25px rgba(134, 133, 133, 0.4);
}



.Button p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 140px;
  padding: 3px;
  border: none;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.Button p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #709ea8;
  transition: background 0.3s ease;
}

.Button button {
  all: unset;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.Button p:hover {
  background: linear-gradient(90deg, #94b6e5, #0a3a85);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}

.Button p:hover span {
  background-color: rgba(255, 255, 255, 0.15);
}

.Button p:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .Button {
    padding-top: 20px;
  }
}

:focus {
  outline: none;
}
.col-3 {
  float: left;
  width: 27.33%;
  margin: 40px 3%;
  position: relative;
}

.input-box {
  position: relative;
  margin-top: 10px;
}

input[type="text"] {
  font: 15px/24px "Lato", Arial, sans-serif;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.effect-1 {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  background: transparent;
}

.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #709ea8;
  transition: 0.4s;
}

.effect-1:focus + .focus-border {
  width: 100%;
}

.labelll {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #898989;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 5px;
}

input[type="radio"] {
  display: none;
}
.col-sm-12 {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.col-3 {
  flex: 1;
  min-width: 250px;
  position: relative;
}

.label1 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

/* === Gender Section === */
.radio-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

input[type="radio"] {
  display: none;
}

.radio-group label {
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s ease;
}


.radio-group label:hover {
  background-color: #709ea8;
  color: #fff;
  border-color: #709ea8;
}


input[type="radio"]:checked + label {
  background-color: #e6f3f5;
  color: #709ea8;
  border-color: #709ea8;
  font-weight: bold;
}

input[type="date"].effect-1 {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  width: 100%;
  box-sizing: border-box;
  font: 15px/24px "Lato", Arial, sans-serif;
  color: #333;
  background: transparent;
  transition: border-color 0.3s ease;
}

input[type="date"].effect-1:focus {
  outline: none;
  border-color: #709ea8;
}

.label1 {
  color: #000;
}

.textarea-wrap {
  float: left;
  width: 100%;
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  background: transparent;

}

textarea.effect-2 {
  width: 100%;
  border: none;
  /* border-bottom: 1px solid #ccc; */
  padding: 10px 0;
  font: 15px/24px "Lato", Arial, sans-serif;
  color: #333;
  background: transparent;
  resize: none;
  box-sizing: border-box;
  letter-spacing: 1px;
  transition: border-color 0.3s;
}

.textarea-wrap .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #709ea8;
  transition: 0.4s;
}

textarea.effect-2:focus {
  outline: none;
  border-color: transparent;
}

textarea.effect-2:focus ~ .focus-border {
  width: 100%;
}

.diss {
  display: flex;
}

.termscon{
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 5px solid #709ea8;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);

}

.termscon ul {
  padding: 50px 0;
  padding-left: 80px;
  font-size: 15px;
}

.termscon li {
  line-height: 2rem;
}

@media (max-width: 768px) {
  .termscon {
    padding: 15px;
    margin-bottom: 20px;
    border-left-width: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}

/* Small screens (phones) */
@media (max-width: 480px) {
  .termscon {
    padding: 12px;
    margin-bottom: 15px;
    border-left-width: 3px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
}


@media (max-width: 768px) {
  .termscon { 
    padding: 10px 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 5px solid #709ea8;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
  .termscon h3 {
    margin-top: 0;
  }
  .termscon p, .termscon .list-center li {
    font-size: 16px;
  }
  .termscon .list-center ul {
    padding-left: 10px;
  }
  .termscon .Button button {
    width: 100%; max-width: 250px;
  }
}

@media (max-width: 480px) {
  .termscon {
    padding: 12px 15px;
  }
  .termscon h3 {
    font-size: 1.1rem;
  }
  .termscon p, .termscon .list-center li {
    font-size: 14px;
    line-height: 1.5;
  }
}

.card:nth-child(1) {
  background-color: #F8F9F9;
}
.card:nth-child(2) {
  background-color: #F8F9F9;
}
.card:nth-child(3) {
  background-color: #F8F9F9;
}