/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 06:55:57 */
#Investment .mv .mv_pc {
  display: block;
}
#Investment .mv .mv_sp {
  display: none;
}

#Investment .section1{
	padding-top:60px;
	padding-bottom:60px;
}
#Investment .section1 h1{
	font-size:36px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#FB8713;
	margin-bottom: 10px;
	text-align:center;
}
#Investment .section1 h2{
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 30px;
	text-align:center;
}
#Investment .section1 h3{
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 15px;
	text-align:center;
	color:#02B902;
}
#Investment .section1 h4{
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-top: 30px;
	text-align:center;
}
#Investment .btn {
  color: #fff;
}
#Investment .btn a {
  position: relative;
      padding-top: 20px;
    padding-right: 65px;
    padding-left: 95px;
    padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
	background-color:#02B902;
	font-size:28px;
}
#Investment .btn a:hover {
	background-color:#02B902;
	opacity: 0.7;
}
#Investment .btn a:before {
  background: url(https://sakudesign.jp/colors/wp-content/uploads/2025/09/ico_line_white.svg);
  content: "";
  width: 47px;
  height: 43px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Investment .section2{
	padding-top:60px;
	padding-bottom:60px;
	background-color:#F5F5F5;
}
#Investment .section2 h2{
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 30px;
	text-align:center;
}
#Investment .section2 ul li{
background-size: 28px 27px;
    background-repeat: no-repeat;
    background-image: url(https://sakudesign.jp/colors/wp-content/uploads/2025/09/ico_check.svg);
    padding-left: 35px;
    background-position: left center;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}

#Investment .section3{
	padding-top:30px;
	padding-bottom:30px;
}
#Investment .section3 p{
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 30px;
	text-align:center;
	    line-height: 1.4;
}

#Investment .section4{
	padding-top:60px;
	padding-bottom:60px;
	background-color:#FFFDEB;
}
#Investment .section4 h2{
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 30px;
	text-align:center;
	color:#FB8713;
}
#Investment .section4 .column{
	margin-bottom:40px;
}
#Investment .section4 .column .box{
	padding:30px 30px;
	background-color:#FFF;
}
#Investment .section4 .column .box h3{
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:4px solid #49A9DB;
	margin-bottom:15px;
}
#Investment .section4 .column .box p{
	font-size:22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	text-align:center;
	margin-bottom:5px;
}
#Investment .section4 .column .box h4{
	font-size:28px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#49A9DB;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#Investment .section4 .column .box h5{
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#FB8713;
	text-align:center;
	margin-top:5px;
}
#Investment .section4 p.end{
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	text-align:center;
	line-height:1.4;
}

#Investment .section5{
	padding-top:60px;
	padding-bottom:60px;
}
#Investment .section5 h2{
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 30px;
	text-align:center;
	color:#FB8713;
}
#Investment .section5 p{
	    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
}
#Investment .section5 h3{
	font-size:26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-top:30px;
	margin-bottom: 15px;
	text-align:center;
	color:#02B902;
}

#Investment .section6{
	padding-top:60px;
	padding-bottom:60px;
	background-color:#F5F5F5;
}
#Investment .section6 h2{
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 30px;
	text-align:center;
}
#Investment .section6 .box{
	background-color:#FFF;
	padding:30px 30px;
	min-height: 430px;
}
#Investment .section6 .box h3{
	font-size:28px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-top:28px;
	margin-bottom: 10px;
	text-align:center;
	color:#49A9DB;
}


@media (max-width: 833px) {
	 #Investment .mv .mv_pc {
    display: none;
  }
  #Investment .mv .mv_sp {
    display: block;
  }
	
	#Investment .section1{
	padding-top:30px;
	padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
}
#Investment .section1 h1{
	font-size:28px;
	margin-bottom: 10px;
}
#Investment .section1 h2{
	font-size:24px;
	margin-bottom: 20px;
}
#Investment .section1 h3{
	font-size:20px;
	margin-bottom: 10px;
}
#Investment .section1 h4{
	font-size:24px;
	margin-top: 20px;
	text-align:center;
}
#Investment .btn {
  color: #fff;
}
#Investment .btn a {
          position: relative;
        padding-top: 15px;
        padding-right: 35px;
        padding-left: 55px;
        padding-bottom: 15px;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        background-color: #02B902;
        font-size: 20px;
        width: 320px;
}
#Investment .btn a:hover {
	background-color:#02B902;
	opacity: 0.7;
}
#Investment .btn a:before {
  background: url(https://sakudesign.jp/colors/wp-content/uploads/2025/09/ico_line_white_sp.svg);
  content: "";
  width: 33px;
  height: 30px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
	
	#Investment .section2{
	padding-top:30px;
	padding-bottom:30px;
			padding-left:15px;
		padding-right:15px;
}
#Investment .section2 h2{
	font-size:24px;
	margin-bottom:10px;
}
#Investment .section2 ul li{
background-size: 28px 27px;
    background-repeat: no-repeat;
    background-image: url(https://sakudesign.jp/colors/wp-content/uploads/2025/09/ico_check.svg);
    padding-left: 35px;
    background-position: left top;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
	#Investment .section3{
	padding-top:15px;
	padding-bottom:15px;
			padding-left:15px;
		padding-right:15px;
}
#Investment .section3 p{
	font-size:20px;
	margin-bottom: 15px;
	text-align:left;
}

#Investment .section4{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:15px;
		padding-right:15px;
}
#Investment .section4 h2{
	font-size:24px;
	margin-bottom: 15px;
}
#Investment .section4 .column{
	margin-bottom:20px;
}
#Investment .section4 .column .box{
	padding:15px 15px;
}
#Investment .section4 .column .box h3{
	font-size:18px;
	padding-bottom:3px;
	border-bottom:3px solid #49A9DB;
	margin-bottom:10px;
}
#Investment .section4 .column .box p{
	font-size:16px;
	margin-bottom:5px;
	line-height: 1.4;
}
#Investment .section4 .column .box h4{
	font-size:18px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#Investment .section4 .column .box h5{
	font-size:20px;
	text-align:center;
	margin-top:5px;
}
	#Investment .section4 p.end{
	font-size:18px;
	text-align:left;
	line-height:1.4;
}
	
	#Investment .section5{
	padding-top:30px;
	padding-bottom:30px;
		padding-left:15px;
		padding-right:15px;
}
#Investment .section5 h2{
	font-size:22px;
	margin-bottom: 10px;
	text-align:left;
}
#Investment .section5 p{
	    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}
#Investment .section5 h3{
	font-size:20px;
	margin-bottom: 10px;
}

#Investment .section6{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:15px;
		padding-right:15px;
}
#Investment .section6 h2{
	font-size:22px;
	margin-bottom: 20px;
	text-align:left;
}
#Investment .section6 .box{
	background-color:#FFF;
	padding:25px 15px;
	min-height: auto;
}
#Investment .section6 .box h3{
	font-size:24px;
	margin-bottom: 5px;
}


	
}





