/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 07:22:53 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

#Home .company{
	padding-top:100px;
}
#Home .company .txtBox{
	padding-left:8%;
	padding-right:4%;
}
#Home .company .txtBox pre {
	font-family: "Orbitron", sans-serif;
	font-size:40px;
	font-weight:500;
	color:#0080DD;
}
#Home .company .txtBox h1 {
	margin-bottom:20px;
}
#Home .company .txtBox h2 {
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#0080DD;
	margin-bottom:10px;
}
#Home .company .txtBox p {
	margin-bottom:10px;
}
#Home .company .txtBox .btn {
  color: #fff;
	margin-top:30px;
}
#Home .company .txtBox .btn  a {
  position: relative;
  padding-top: 8px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background: linear-gradient(90deg, #FCC50D, #FAAF0B);
	font-size:16px;
	border-radius:100px;
}
#Home .company .txtBox .btn  a:hover {
	background: linear-gradient(90deg, #FCC50D, #FAAF0B);
	opacity: 0.7;
}
#Home .company .txtBox .btn  a:before {
  background: url(https://sakudesign.jp/shintoshi/wp-content/uploads/2026/02/ico_arrow_white.svg);
  content: "";
  width: 21px;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#Home .business {
    position: relative;
	padding-top:100px;
	padding-bottom:100px;
}
#Home .business .bg_blue {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0080DD;
	width: 100%;
    height: 30rem;
    z-index: -1;
}
#Home .business .contents pre {
    font-family: "Orbitron", sans-serif;
	font-size:40px;
	font-weight:500;
	color:#FFF;
}
#Home .business .contents h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#FFF;
	margin-bottom:20px;
}
#Home .business .contents h3 {
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#FFF;
	margin-bottom:10px;
}
#Home .business .contents p.catch {
	color:#FFF;
	margin-bottom:40px;
}
#Home .business .contents h4 {
	font-size:24px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#0080DD;
	margin-top:15px;
	margin-bottom:5px;
}
#Home .business .contents ul {
	margin-top:10px;
}
#Home .business .contents ul li {
	font-size:18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#0080DD;
	margin-bottom:3px;
}
#Home .business .btn {
  color: #fff;
	margin-top:30px;
}
#Home .business .btn  a {
  position: relative;
  padding-top: 8px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background: linear-gradient(90deg, #FCC50D, #FAAF0B);
	font-size:16px;
	border-radius:100px;
}
#Home .business .btn  a:hover {
	background: linear-gradient(90deg, #FCC50D, #FAAF0B);
	opacity: 0.7;
}
#Home .business .btn  a:before {
  background: url(https://sakudesign.jp/shintoshi/wp-content/uploads/2026/02/ico_arrow_white.svg);
  content: "";
  width: 21px;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}




#Home .recruit{
	background-image: url(https://sakudesign.jp/shintoshi/wp-content/uploads/2026/02/bg_image1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
#Home .recruit pre {
    font-family: "Orbitron", sans-serif;
	font-size:40px;
	font-weight:500;
	color:#FFF;
	text-align:center;
}
#Home .recruit h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#FFF;
	margin-bottom:20px;
	text-align:center;
}
#Home .recruit h3 {
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#FFF;
	margin-bottom:10px;
	text-align:center;
}
#Home .recruit p {
	color:#FFF;
	text-align:center;
}
#Home .recruit .btn {
  color: #fff;
	margin-top:30px;
}
#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: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background: linear-gradient(90deg, #FCC50D, #FAAF0B);
	font-size:16px;
	border-radius:100px;
}
#Home .recruit .btn  a:hover {
	background: linear-gradient(90deg, #FCC50D, #FAAF0B);
	opacity: 0.7;
}
#Home .recruit .btn  a:before {
  background: url(https://sakudesign.jp/shintoshi/wp-content/uploads/2026/02/ico_arrow_white.svg);
  content: "";
  width: 21px;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .newsArea {
	padding-top:100px;
	padding-bottom:120px;
}
#Home .newsArea pre {
font-family: "Orbitron", sans-serif;
	font-size:40px;
	font-weight:500;
	color:#0080DD;
}
#Home .newsArea h2 {
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
}
#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:#0080DD;
	padding-left:10px;
	width: 115px;
}
#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;
  }
	
	#Home .company{
	padding-top:50px;
}
#Home .company .txtBox{
	padding-left:0%;
	padding-right:0%;
}
#Home .company .txtBox pre {
	font-size:32px;
	text-align:center;
}
#Home .company .txtBox h1 {
	margin-bottom:20px;
	text-align:center;
}
#Home .company .txtBox h2 {
	font-size:24px;
	margin-bottom:10px;
	text-align:center;
	font-weight:500;
}
#Home .company .txtBox p {
	margin-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}
#Home .company .txtBox .btn {
  color: #fff;
	margin-top:20px;
	justify-content:center;
}
	
	#Home .business {
    position: relative;
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .business .bg_blue {
    height: 34rem;
}
#Home .business .contents pre {
	font-size:32px;
	text-align:center;
}
#Home .business .contents h2 {
	margin-bottom:20px;
	text-align:center;
}
#Home .business .contents h3 {
	font-size:24px;
	margin-bottom:10px;
	text-align:center;
}
#Home .business .contents p.catch {
	color:#FFF;
	margin-bottom:20px;
}
#Home .business .contents h4 {
	font-size:24px;
	margin-top:10px;
	margin-bottom:5px;
}
#Home .business .contents ul {
	margin-top:10px;
}
#Home .business .contents ul li {
	font-size:18px;
	margin-bottom:3px;
}
	
	#Home .recruit{
	background-image: url(https://sakudesign.jp/shintoshi/wp-content/uploads/2026/02/bg_image1_sp.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .recruit pre {
	font-size:32px;
}
#Home .recruit h2 {
	font-size:16px;
	margin-bottom:10px;
	font-weight:500;
}
#Home .recruit h3 {
	font-size:20px;
	margin-bottom:5px;
}
#Home .recruit p {
	color:#FFF;
	text-align:left;
}
#Home .recruit .btn {
  color: #fff;
	margin-top:20px;
}
	
			#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;
}
	
}




