/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 08:14:03 */
#Home .mv{
	background-image: url(http://trustford.jp/wp-content/uploads/2025/11/bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 400px;
	border-bottom:1px solid #ccc;
	height: 90vh;
	padding-bottom:40px;
}
#Home .mv pre{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #061C31;
	font-size:128px;
	line-height:1;
}
#Home .mv h1{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #555;
	font-size:24px;
	margin-top:40px;
	margin-bottom:40px;
}

#Home .mv ul{
	display: flex;
}
#Home .mv ul li{
	margin-right:20px;
}
#Home .mv ul li.btn1 a {
    padding-top: 15px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background-color: #061C31;
    font-size: 18px;
    border-radius: 100px;
}
#Home .mv ul li.btn1 a:hover {
	background-color:#061C31;
	opacity: 0.7;
}
#Home .mv ul li.btn2 a {
    padding-top: 15px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 100px;
	border:2px solid #061C31;
}
#Home .mv ul li.btn2 a:hover {
	background-color:#FFF;
	opacity: 0.7;
}

#Home .staff{
    padding-top: 50px;
}
#Home .staff img{
	border-radius:20px;
	margin-bottom:40px;
}
#Home .staff h2 {
  position: relative;
    padding-top: 15px;
	 padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #091F33;
   font-size: 36px;
  font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:20px;
	text-align:center;
	width: 800px;
}
#Home .staff h2:before {
  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_medal.png);
  content: "";
  width: 30px;
  height: 45px;
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .section1{
    padding-top: 50px;
    padding-bottom: 50px;
	border-bottom:1px solid #ccc;
}
#Home .section1 h2{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	font-size:18px;
	text-align:center;
	margin-top:20px;
	margin-bottom:5px;
}
#Home .section1 p{
	font-size:14px;
	text-align:center;
}


#Home .section2{
    padding-top: 80px;
    padding-bottom: 80px;
}
#Home .section2 h2{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:60px;
	line-height:1.2;
	text-align:center;
	margin-bottom:40px;
}
#Home .section2 h2 strong{
	color:#38495A;
	font-weight: 800;
	font-size:72px;
}
#Home .section2 .box{
	border:2px solid #ddd;
	border-radius:10px;
	padding:20px 0px 0px 0px;
    min-height: 530px;
}
#Home .section2 .box .txtArea{
	padding:20px 20px;
}
#Home .section2 .box .txtArea h3{
		font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:20px;
	margin-top:10px;
	margin-bottom:5px;
}

#Home .section3{
    padding-top: 80px;
    padding-bottom: 80px;
	background-image: url(http://trustford.jp/wp-content/uploads/2025/11/bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#Home .section3 ul{
   display: flex;
  justify-content: center; /* 横並びの要素を中央揃えにする */
  flex-wrap: wrap; /* 画面幅で折り返すようにする */
}
#Home .section3 ul li{
	position: relative;
  padding-top: 5px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 5px;
  font-weight: 400;
	background-color:#FFF;
	font-size:16px;
	  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
	border:2px solid #ddd;
	border-radius:100px;
	margin-right:5px;
	margin-left:5px;
}
#Home .section3 ul li.red{
color:#EE560C;
}
#Home .section3 ul li:before{
	  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_home5.png);
  content: "";
  width: 15px;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Home .section3 ul li.list2:before{
	  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_home6.png);
  content: "";
  width: 15px;
  height: 16px;
}
#Home .section3 ul li.red:before{
	  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_security.svg);
  content: "";
  width: 12px;
  height: 15px;
}
#Home .section3 h2{
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:60px;
	line-height:1.2;
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}
#Home .section3 h3{
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	font-size:24px;
	text-align:center;
	margin-bottom:30px;
	color:#080C0F;
}
#Home .section3 .btn {
  color: #fff;
}
#Home .section3 .btn a {
  position: relative;
  padding-top: 20px;
    padding-right: 65px;
    padding-left: 50px;
    padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	background-color:#061C31;
	font-size:30px;
	border-radius:100px;
}
#Home .section3 .btn a:hover {
	background-color:#061C31;
	opacity: 0.7;
}
#Home .section3 .btn a:before {
  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_arrow_white.svg);
  content: "";
  width: 26px;
  height: 26px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Home .section3 p {
	text-align:center;
	margin-top:20px;
}

#Home .section4{
    padding-top: 80px;
    padding-bottom: 80px;
}
#Home .section4 h2{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:60px;
	line-height:1.2;
	text-align:center;
	margin-bottom:10px;
}
#Home .section4 h3{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:30px;
	line-height:1.2;
	text-align:center;
	margin-bottom:30px;
	color:#061C31;
}
#Home .section4 .box{
	padding:30px 30px;
	border:1px solid #ddd;
	border-radius:15px;
}
#Home .section4 .box img{
	margin-bottom:20px;
}
#Home .section4 h4{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:20px;
	margin-bottom:5px;
}
#Home .section4 p{
	font-size:14px;
	line-height:1.6;
}

#Home .section5{
    padding-top: 80px;
    padding-bottom: 80px;
	background-color:#F9F9F9;
}
#Home .section5 h2{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:72px;
	line-height:1.2;
	text-align:center;
	margin-bottom:50px;
}
#Home .section5 .box{
	padding:30px 30px;
	background-color:#FFF;
	border-radius:15px;
	border:1px solid #ccc;
}
#Home .section5 .box h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size:24px;
	margin-bottom:10px;
}
#Home .section5 .box p.comment{
	border-bottom:1px solid #ddd;
	min-height:120px;
	margin-bottom:20px;
}
#Home .section5 .box h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	font-weight:500;
}
#Home .section5 .box p.kind{
	font-size:14px;
}
#Home .section5 .box p.add{
	font-size:14px;
	text-align:right;
}
#Home .section5 .box p.add strong{
font-weight:400;
	background-size: 14px 18px;
    background-repeat: no-repeat;
    background-image: url(http://trustford.jp/wp-content/uploads/2025/11/ico_map.svg);
    padding-left: 20px;
    background-position: left center;
}


.blogArea{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blogArea h2{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:72px;
	line-height:1.2;
	text-align:center;
	margin-bottom:20px;
}
.blogArea p.catch{
	font-size:20px;
	text-align:center;
	margin-bottom:40px;
}
.blogArea .date{
	margin-top:10px;
	margin-bottom:0px;
}
.blogArea .date a{
	font-size: 16px;
   font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.blogArea .title{
	font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 1.4;
}
.blogArea .title a{
	color:#333;
}

.blogArea .btn {
  color: #333;
	margin-top:50px;
}
.blogArea .btn a {
  position: relative;
    padding-top: 15px;
	 padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #38495A;
   font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
.blogArea .btn a:hover {
  background-color: #38495A;
  opacity: 0.7;
}
.blogArea .btn a:before {
  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_arrow_white2.svg);
  content: "";
  width: 15px;
  height: 15px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}



#Home .value{
    padding-top: 80px;
    padding-bottom: 80px;
}
#Home .value h2{
    font-family: "Noto Sans JP", sans-serif;
	font-size:60px;
	font-weight:800;
	margin-bottom:20px;
	text-align:center;
}
#Home .value p.catch{
	font-size:20px;
	margin-bottom:40px;
	text-align:center;
}
#Home .value img{
		width:50%;
}
#Home .value h3{
margin-bottom:20px;
}
#Home .value h3 strong{
    font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	font-weight:800;
	background-color:#E5E8EA;
	border:2px solid #DDD;
	border-radius:100px;
	padding:5px 20px;
}
#Home .value .second h3 strong{
	background-color:#FCEDE6;
	border:2px solid #F9CEB9;
	color:#EE560C;
}
#Home .value h4{
    font-family: "Noto Sans JP", sans-serif;
	font-size:48px;
	font-weight:800;
	margin-bottom:20px;
}
#Home .value .column{
	padding-bottom:60px;
	border-bottom:1px solid #ddd;
	margin-bottom:60px;
}
#Home .value .end{
	padding-bottom:0px;
	border-bottom:none;
	margin-bottom:0px;
}
#Home .value .column p{
	font-size:18px;
}

#Home .cta2{
    padding-top: 80px;
    padding-bottom: 80px;
	background-image: url(http://trustford.jp/wp-content/uploads/2025/11/bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#Home .cta2 ul{
   display: flex;
  justify-content: center; /* 横並びの要素を中央揃えにする */
  flex-wrap: wrap; /* 画面幅で折り返すようにする */
}
#Home .cta2 ul li{
	position: relative;
  padding-top: 5px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 5px;
  font-weight: 400;
	background-color:#FFF;
	font-size:16px;
	  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
	border:2px solid #ddd;
	border-radius:100px;
	margin-right:5px;
	margin-left:5px;
}
#Home .cta2 ul li.red{
color:#EE560C;
}
#Home .cta2 ul li:before{
	  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_home5.png);
  content: "";
  width: 15px;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Home .cta2 ul li.list2:before{
	  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_home6.png);
  content: "";
  width: 15px;
  height: 16px;
}
#Home .cta2 ul li.red:before{
	  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_security.svg);
  content: "";
  width: 12px;
  height: 15px;
}
#Home .cta2 h2{
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
	font-size:80px;
	line-height:1.2;
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}
#Home .cta2 h3{
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	font-size:24px;
	text-align:center;
	margin-bottom:30px;
	color:#080C0F;
}
#Home .cta2 .btn {
  color: #fff;
}
#Home .cta2 .btn a {
  position: relative;
  padding-top: 20px;
    padding-right: 65px;
    padding-left: 50px;
    padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	background-color:#061C31;
	font-size:30px;
	border-radius:100px;
}
#Home .cta2 .btn a:hover {
	background-color:#061C31;
	opacity: 0.7;
}
#Home .cta2 .btn a:before {
  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_arrow_white.svg);
  content: "";
  width: 26px;
  height: 26px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Home .cta2 p.catch {
	font-size:20px;
	text-align:center;
	margin-bottom:30px;
}
#Home .cta2 p.note {
	font-size:14px;
	text-align:center;
	margin-top:20px;
}







@media (max-width: 833px) {
	#Home .mv{
    padding-top: 300px;
    padding-bottom: 40px;
		padding-left:30px;
		padding-right:30px;
		height: 85vh;
}
#Home .mv pre{
	font-size:50px;
}
#Home .mv h1{
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
}
	#Home .mv ul{
	display: flex;
  flex-direction: column; /* 縦並び */
  justify-content: center; /* 縦方向に中央寄せ */
}
#Home .mv ul li{
	margin-right:0px;
	
}
#Home .mv ul li.btn1 a {
	    display: block;
    text-align: center;
	margin-bottom:15px;
}
#Home .mv ul li.btn2 a {
  display: block;
    text-align: center;
}
	
	#Home .staff{
    padding-top: 30px;
		padding-left:15px;
		padding-right:15px;
}
#Home .staff img{
	border-radius:15px;
	margin-bottom:20px;
}
#Home .staff h2 {
    padding-top: 15px;
	 padding-right: 15px;
    padding-left: 65px;
    padding-bottom: 15px;
   font-size: 22px;
	border-radius:20px;
	text-align:left;
	width: auto;
}
#Home .staff h2:before {
  left: 25px;
}
	
	#Home .section1{
    padding-top: 25px;
    padding-bottom: 25px;
		padding-left:20px;
		padding-right:20px;
}

	
	#Home .section2{
    padding-top: 40px;
    padding-bottom: 40px;
}
#Home .section2 h2{
	font-size:24px;
	margin-bottom:20px;
	line-height:1.6;
}
#Home .section2 h2 strong{
	font-size:30px;
}
#Home .section2 .box{
	border:1px solid #ddd;
	border-radius:10px;
	padding:15px 0px 0px 0px;
	min-height:480px;;
}
#Home .section2 .box .txtArea{
	padding:15px 15px;
}
#Home .section2 .box .txtArea h3{
	font-size:18px;
	margin-top:10px;
	margin-bottom:5px;
}
	
	#Home .section3{
    padding-top: 40px;
    padding-bottom: 40px;
		padding-left:15px;
		padding-right:15px;
}
#Home .section3 ul li{
	font-size:14px;
}
#Home .section3 h2{
	font-size:24px;
	margin-top:15px;
	margin-bottom:10px;
}
#Home .section3 h3{
	font-size:18px;
	margin-bottom:20px;
}
	#Home .section3 .btn a {
  padding-top: 20px;
    padding-right: 55px;
    padding-left: 40px;
    padding-bottom: 20px;
	font-size:24px;
}
#Home .section3 p {
	font-size:14px;
}
	
	#Home .section4{
    padding-top: 40px;
    padding-bottom: 40px;
}
#Home .section4 h2{
	font-size:30px;
	margin-bottom:10px;
}
#Home .section4 h3{
	font-size:20px;
	margin-bottom:20px;
}
#Home .section4 .box{
	padding:15px 15px;
	border:1px solid #ddd;
	border-radius:15px;
}
#Home .section4 .box img{
	margin-bottom:10px;
}
#Home .section4 h4{
	font-size:20px;
	margin-bottom:5px;
}
	
	#Home .section5{
    padding-top: 40px;
    padding-bottom: 40px;
}
#Home .section5 h2{
	font-size:30px;
	margin-bottom:30px;
}
#Home .section5 .box{
	padding:15px 15px;
	border-radius:10px;
}
	
.blogArea{
    padding-top: 40px;
    padding-bottom: 40px;
		padding-left:15px;
		padding-right:15px;
}
.blogArea h2{
	font-size:40px;
	margin-bottom:20px;
}
.blogArea p.catch{
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}	
	
#Home .value{
    padding-top: 40px;
    padding-bottom: 40px;
		padding-left:15px;
		padding-right:15px;
}
#Home .value h2{
    font-family: "Noto Sans JP", sans-serif;
	font-size:24px;
	margin-bottom:20px;
}
#Home .value p.catch{
	font-size:16px;
	margin-bottom:20px;
}

#Home .value h3{
margin-bottom:10px;
}

#Home .value h4{
	font-size:24px;
	margin-bottom:10px;
}
#Home .value .column{
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
#Home .value .column p{
	font-size:16px;
}

	#Home .cta2{
    padding-top: 40px;
    padding-bottom: 40px;
		padding-left:15px;
		padding-right:15px;
}
#Home .cta2 ul li{
	font-size:14px;
}
#Home .cta2 h2{
	font-size:30px;
	margin-top:15px;
	margin-bottom:10px;
}
#Home .cta2 h3{
	font-size:18px;
	margin-bottom:20px;
}
	#Home .cta2 .btn a {
  padding-top: 20px;
    padding-right: 55px;
    padding-left: 40px;
    padding-bottom: 20px;
	font-size:24px;
}
	#Home .cta2 p.catch {
	font-size:18px;
}
#Home .cta2 p.note {
	font-size:14px;
}

	
}






