/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 07:40:38 */
/* ✅ 記事下の読了済みバッジ */
.read-complete-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  margin: 40px auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #2d7a44;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.read-complete-badge.show {
  opacity: 1;
  transform: translateY(0);
}

.read-complete-badge__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.read-complete-badge__label {
  font-size: 16px;
  line-height: 1.2;
}

/* ✅ 一覧ページ：読了バッジ */
.read-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e6f5ea;
  border-radius: 12px;
  padding: 6px 10px;
  width: 60px;
  font-size: 11px;
  color: #2d7a44;
  font-weight: bold;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.read-badge__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.read-badge__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.read-badge__label {
  line-height: 1.1;
}

/* ✅ スマホ対応 */
@media (max-width: 768px) {
  .read-complete-badge {
    width: 90px;
  }

  .read-complete-badge__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }

  .read-complete-badge__label {
    font-size: 13px;
  }

  .read-badge {
    transform: scale(0.84);
  }
}


/* pcで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}



/* ----------------- スペース ----------------- */

.space-section{
	padding-bottom : 20px;
}

@media screen and (max-width:767px) {
.space-section{
	padding-bottom : 2%;
}
}
	

/* ----------------- 背景(共通) ----------------- */
:root {
	    --color_bg: #ffffff !important;
}

/* ----------------- 記事 ----------------- */
.pickup-title-img {
  width: 150px !important;
  height: auto !important;
  display: block !important;
  margin: 10px auto 0 !important;
}



/* ----------------- INVESTORS PROJECTとは ----------------- */

.subhead-01 {
	    background-size: contain !important;
}

.subhead-line{
	border: solid 2px !important;
	margin-top: -100px !important; 
}


.category-box{
	background : #fff;
	border-radius : 10px;
	box-shadow: 0px 0px 15px 5px #ebebeb;
}


@media screen and (max-width:767px){
	.subhead-line{
	border: solid 2px !important;
	margin-top: -30% !important; 
}

}

/* ----------------- ご利用ガイド ----------------- */


.subhead-line02{
	border: solid 2px !important;
	margin-top: -30px !important; 
}



/* ----------------- お問い合わせ ----------------- */

.contact-bg{
	width : 800px;
	margin : 0 auto;
	background: linear-gradient(160deg,rgba(211, 106, 19, 1) 1%, rgba(255, 157, 64, 1) 100%);
}


.subhead-02 {
	  background: url("http://investors-project.net/wordpress/wp-content/uploads/2025/07/subhead-bg03.png");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding:  30px  0;
	background-size: contain !important;
}


.contact-btn-area{
	width : 500px;
	margin : 0 auto;
	position: relative; 
}

.tap-icon{
	width : 40px;
	position : absolute;
	bottom :  0;
	right : 0px;
}

a.hover_btn img {
  transition: all 0.5s ease;
}

a:hover.hover_btn img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}


@media screen and (max-width:767px){


.subhead-02 {
	  background: url("http://investors-project.net/wordpress/wp-content/uploads/2025/07/subhead-bg03-sp.png");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding:  5%  0;
	background-size: contain !important;
}

	.contact-btn-area{
	width : 100%;
	margin : 0 auto;
	position: relative; 
}

.tap-icon{
	width : 30px;
	position : absolute;
	bottom :  0;
	right : -10px;
}

	
}




/* -----------------アニメーション  -----------------*/
.fuwafuwa {
    -webkit-animation-name: fuwafuwa;

    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -15px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -15px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

.fuwafuwa_left {
    -webkit-animation-name: fuwafuwa_left;

	
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa_left;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa_left {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-15px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa_left {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(-15px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

.fuwafuwa_right {
    -webkit-animation-name: fuwafuwa_right;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa_right;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa_right {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(15px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa_right {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(15px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}





/*-------------- ヘッダー ---------------*/


.custom-header-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 40px !important;
}

.gnav-left,
.gnav-right {
	display: flex !important;
	gap: 20px !important;
}

.l-header__logo {
	margin: 0 40px !important; 
}

@media screen and (max-width: 768px) {
	.custom-header-inner {
		display: block !important; /* SPでは元の縦並びに戻す */
	}
	.gnav-left, .gnav-right {
		display: none !important;
	}
}

/* custom navigation */
.custom-nav {
  background: #fff;
  padding: 20px 0;
  position: relative;
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #00274D;
  text-decoration: none;
}

.nav-list img {
  width: 24px;
}

.nav-logo img {
  width: 100px;
}

.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #000;
  margin-bottom: 6px;
  border-radius: 2px;
}

.nav-drawer {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 70%;
  height: 100vh;
  padding: 60px 20px;
  box-shadow: -3px 0 5px rgba(0,0,0,0.2);
  z-index: 1000;
}

.nav-drawer li {
  margin: 15px 0;
}

.nav-drawer a {
  font-size: 18px;
  color: #00274D;
  text-decoration: none;
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

