/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 05:02:34 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

/* 外側の枠（表示領域） */
        .marquee-wrapper {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            padding: 0px 0;
            display: flex; /* 横に並べる */
        }

        /* アニメーションを適用する中身 */
        .marquee-content {
            display: flex;
            animation: scroll-right-to-left 40s linear infinite;
        }

        /* 流れるテキスト自体のスタイル */
        .marquee-text {
			font-family: "Jost", sans-serif;
			font-style: italic;
            font-size: 160px;
            font-weight: 500;
            text-transform: uppercase;
			color:#FFF1F0;
            padding-right: 50px; /* テキスト間の余白 */
			line-height:1;
			    margin-bottom: 0px;
			    padding-top: 15px;
    padding-bottom: 15px;
        }

        /* 右から左へ流れる無限ループのアニメーション */
        @keyframes scroll-right-to-left {
            0% {
                transform: translateX(0);
            }
            100% {
                /* 中身が2つあるので、ちょうど半分(-50%)動いたところでループさせる */
                transform: translateX(-50%);
            }
        }

#Home .company .section{
	position:relative;
	width:100%;
    height: 620px;
    margin-bottom: 100px;
}

#Home .company .section .image{
  position:absolute;
  top:0px;
  left:0px;
}
#Home .company .section .image img{
	width:920px;
}
#Home .company .section .txtBlock{
	position: absolute;
    top: 100px;
    left: 52%;
    padding: 50px 60px;
    background-color: #E0312B;
    width: 450px;
}
#Home .company .section .txtBlock pre{
	font-size: 55px;
     font-family: "Jost", sans-serif;
	font-style: italic;
    font-weight: 500;
	color:#FFF;
	line-height: 1.1;
    overflow: hidden;
}
#Home .company .section .txtBlock h2{
	font-size:18px;
	font-weight:400;
	color:#FFF;
	margin-bottom:20px;
	letter-spacing:2px;
	font-family: "Noto Sans JP", sans-serif;
}
#Home .company .section .txtBlock p{
	margin-bottom:30px;
	color:#FFF;
}
#Home .company .section .txtBlock .btn {
  color: #fff;
}
#Home .company .section .txtBlock .btn a {
  position: relative;
  padding-top: 8px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
	font-family: "Jost", sans-serif;
	border:2px solid #FFF;
  font-weight: 500;
	font-size:16px;
	border-radius:0px;
	background-color: transparent;
}
#Home .company .section .txtBlock .btn a:hover {
	opacity: 0.7;
}
#Home .company .section .txtBlock .btn a:before {
  background: url(https://alpharaw.co.jp/wp-content/uploads/2026/01/ico_arrow_white.svg);
  content: "";
  width: 25px;
  height: 7px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#Home .service{
	padding-bottom:130px;
}
#Home .service .title{
	margin-bottom:0px;
}
#Home .service .title pre{
	font-size: 55px;
     font-family: "Jost", sans-serif;
	font-style: italic;
    font-weight: 500;
	line-height: 1.1;
    overflow: hidden;
	margin-right:15px;
}
#Home .service .title h2{
	font-size:18px;
	font-weight:500;
	color:#E0312B;
	font-family: "Noto Sans JP", sans-serif;
}
#Home .service .title h3{
	font-size:44px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
	text-align:center;
}
#Home .service .title h3 strong{
	color:#E0312B;
	font-weight:500;
}
#Home .service h4{
	font-size:24px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
	text-align:center;
	color:#FFF;
	background-color:#E0312B;
	padding:15px 0px;
}

#Home .recruit {
    background-image: url(https://alpharaw.co.jp/wp-content/uploads/2026/01/bg_home1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
#Home .recruit pre{
	font-size: 55px;
     font-family: "Jost", sans-serif;
	font-style: italic;
    font-weight: 500;
	color:#FFF;
	line-height: 1.1;
    overflow: hidden;
	text-align:center;
}
#Home .recruit h2{
	font-size:18px;
	font-weight:500;
	color:#FFF;
	margin-bottom:20px;
	letter-spacing:2px;
	font-family: "Noto Sans JP", sans-serif;
	text-align:center;
}
#Home .recruit h3{
	font-size:26px;
	font-weight:500;
	color:#FFF;
	margin-bottom:30px;
	font-family: "Noto Sans JP", sans-serif;
	text-align:center;
}
#Home .recruit p{
	font-size:18px;
	font-weight:400;
	color:#FFF;
	margin-bottom:30px;
	text-align:center;
}
#Home .recruit .btn {
  color: #fff;
}
#Home .recruit .btn a {
  position: relative;
  padding-top: 8px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
	font-family: "Jost", sans-serif;
	border:2px solid #FFF;
  font-weight: 500;
	font-size:16px;
	border-radius:0px;
	background-color: transparent;
}
#Home .recruit .btn a:hover {
	opacity: 0.7;
}
#Home .recruit .btn a:before {
  background: url(https://alpharaw.co.jp/wp-content/uploads/2026/01/ico_arrow_white.svg);
  content: "";
  width: 25px;
  height: 7px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#Home .newsArea {
	padding-top:100px;
	padding-bottom:120px;
}
#Home .newsArea pre {
	font-size: 55px;
     font-family: "Jost", sans-serif;
	font-style: italic;
    font-weight: 500;
	line-height: 1.1;
    overflow: hidden;
	margin-right:15px;
	    padding-top: 10px;
}
#Home .newsArea h2 {
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom:25px;
	color:#E0312B;
}
#Home .newsArea ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#E0312B;
	padding-left:10px;
	width: 100px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}





@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
	
	 /* 流れるテキスト自体のスタイル */
        .marquee-text {
            font-size: 80px;
			    margin-bottom: 5px;
        }

#Home .company .section{
   position: static;
    width: auto;
    height: auto;
	margin-bottom: 50px;
}

#Home .company .section .image{
   position: static;
}
#Home .company .section .txtBlock{
         position: static;
		 padding: 40px 15px;
		 width: auto;
}
#Home .company .section .txtBlock pre{
		font-size:42px;
		text-align:center;
}	
#Home .company .section .txtBlock h2{
		font-size:16px;
		text-align:center;
		margin-bottom: 15px;
		font-weight: 500;
}
	#Home .company .section .txtBlock p{
		margin-bottom: 15px;
}
#Home .company .section .txtBlock .btn {
        justify-content: center;
}
	
	#Home .service{
	padding-bottom:60px;
}
#Home .service .title{
	margin-bottom:0px;
}
#Home .service .title pre{
	font-size: 42px;
	margin-right:25px;
}
#Home .service .title h2{
	font-size:16px;
	font-weight:600;
}
#Home .service .title h3{
	font-size:32px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:600;
}
	#Home .service .title h3 strong{
	font-weight:600;
}
#Home .service h4{
	font-size:19px;
	font-weight:600;
	padding:15px 0px;
}
.wp-container-core-columns-is-layout-65e523f9 {
    gap: 0em var(--wp--preset--spacing--20);
}


#Home .recruit {
    background-image: url(https://alpharaw.co.jp/wp-content/uploads/2026/01/bg_home_sp.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left:15px;
	padding-right:15px;
}
#Home .recruit pre{
	font-size: 42px;
}
#Home .recruit h2{
	font-size:16px;
	margin-bottom:15px;
}
#Home .recruit h3{
	font-size:20px;
}
#Home .recruit p{
	font-size:16px;
	margin-bottom:20px;
	text-align:left;
}
	
		#Home .newsArea {
	padding-top:40px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Home .newsArea pre {
	font-size:42px;
	text-align:center;
}
#Home .newsArea h2 {
	font-size:14px;
	margin-bottom:15px;
	text-align:center;
}
#Home .newsArea ul li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	margin-right:200px;
	padding-left:0px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}
	
}






