html {
  overflow-y: scroll;
}
body {
  width: 100%;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  color: #000;
  background:fff;
  font-weight: normal;
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
section .contents_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 130px 290px;
  
}

 .sp_tel_mail .mail_sp .contact_btn{
          display: none;

  }

.sp_tel_mail .mail_sp{
    list-style: none;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:1;}
  100% {opacity:2;}
}

.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.header .menu{
text-align: right;
    position: fixed;
    right: 40px;
    line-height: 3.5;
    z-index: 10;
    padding-left: 0;
    margin: 60px 0px;
}

.header .menu li{
    list-style: none;
}

.header .menu li a{
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.header .logo{
        position: fixed;
    margin: 40px;
    z-index: 20;
    width: calc( var(--vw) * 15 );
}

.header .logo img{
    width: 70%;
}

.globalMenuSp{
    display: none;
}

.contact_link{
    margin-bottom: 40px;
}

.contact_link a{
    border-bottom: 2px solid #000;
}



h2{
    font-size: 2.2rem;
    font-weight: 400;
        margin-top: 0;
}

.sub_title{
    margin-bottom: 0;
        position: relative;
}

.sub_title::after{
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #000;
        width: 140px;
    margin-left: 10px;
}


/*#main{
     height: 90vh;
}*/

#main .copy{
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 1.5;
    margin: 0;
}

.sub_copy{
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 600;
    
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
        animation-delay: 3s;
}

/* fadeUp */

.fadeIn{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/*JCIPが取り組むこと*/

#mission {
    background: -moz-linear-gradient(left, #fff, #CFCFCF);
  background: -webkit-linear-gradient(left, #fff, #CFCFCF);
  background: linear-gradient(to right, #fff, #CFCFCF);
    -webkit-transform: skew(0deg, -8deg);
   
}

#mission .contents_inner{
    -webkit-transform: skew(0deg, 8deg);
}

#mission .flex{
    display: flex;
}

#mission .flex .title{
    width: 50%;
    margin: auto;
}

#mission .flex .text{
    width: 50%;
    line-height: 2;
}

/*JCIPの3つの約束*/

#promise {
     
}

.promise_box{
        width: 45%;
    margin: auto;
    background: #F6F6F6;
    border-radius: 50%;
}

#promise .text_box{
    position: relative;
    padding-top: 100%;
    height: 0;


}

#promise .text{
    position: absolute;
     top: calc(50% - 150px);
    left:0;
right: 0;
margin: 0;
text-align: center;
        padding: 0 50px;


}

#promise .flex{
    display: flex;
}

.promise_box h3{
    font-size: 1.3rem;
    padding: 0 20px;
}

.promise_box h3 span{
    font-weight: 500;
}

.promise_box p{
   text-align: justify;
}


/*中小/ベンチャー企業の課題　少数株主の課題*/

#problem {
 background: -moz-linear-gradient(left, #fff, #CFCFCF);
  background: -webkit-linear-gradient(left, #fff, #CFCFCF);
  background: linear-gradient(to right, #fff, #CFCFCF);
    -webkit-transform: skew(0deg, -8deg);
}

#problem .contents_inner{
    -webkit-transform: skew(0deg, 8deg);
}

.problem_list{
    list-style: none;
    padding-left: 0;
}

.problem_list li{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    display:block;
}

.problem_list li::before{
    content: url("../svg/check.svg");
    display: inline-block;
    width: 20px;
        position: relative;
    top: 5px;
    margin-right: 13px;
}

#problem02{
    margin-top: 60px;
}

.problem_p{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}

/*ファンド/会社売却との違い　少数株式買取事業者との違い*/

#distinction {
    

  
}

#distinction dt{
    font-weight: 600;
        margin: 15px 0;
}

#distinction dd{
    margin-left: 0;
    border-bottom: 1px solid #B8B8B8;
        margin-bottom: 30px;
    padding-bottom: 30px;
}

#distinction dd:last-child{
    border-bottom: none;
}
#distinction02{
    margin-top: 60px;
}

/*会社概要*/

#company_box {
    background: -moz-linear-gradient(left, #fff, #CFCFCF);
  background: -webkit-linear-gradient(left, #fff, #CFCFCF);
  background: linear-gradient(to right, #fff, #CFCFCF);
    -webkit-transform: skew(0deg, -8deg);
}

#company_box .contents_inner{
    -webkit-transform: skew(0deg, 8deg);
}

#company dl{
    border-bottom: 1px solid #B8B8B8;
    padding: 20px;
    margin: 0;
}

#company dt{
    font-weight: 600;
    float: left;
}

#company dd{
   margin-left: 20%;
}


/*お問い合わせ*/
blockquote {
  margin: 0 auto;
}
blockquote.step input.text, blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #f6f6f6;
  border: solid 1px #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
    font-family: inherit;
  font-size: 0.9rem;
}
blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 0.9rem;
  text-align: left;
  clear: both;
  width: 100%;
}
blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
blockquote.step .text {
  display: block;
}
blockquote .w_fl {
  width: 48%;
  float: left;
}
blockquote .w_fr {
  width: 48%;
  float: right;
}
.select-os .check_box {
  clear: both;
}
input {
  display: none;
}
/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
blockquote.step label {
  display: block;
  /* float: left; */
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
.select-os label {
  color: #1e2124;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 30px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
    cursor: pointer;
}
.required {
  color: #f01423;
}
.button {
  font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}
.button button {
  color: #fff;
  background: #989898;
  padding: 10px;
  display: block;
  width: 200px;
  cursor: pointer;
  margin: 0 auto;
  clear: both;
  border: 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: 600;
  position: relative;
  top: 50px;
  font-size: 1.1rem;
    font-family: inherit;
}
.select-os input[type="radio"]:checked.sell_buy + label {
  color: #fff;
  background-color: #989898;
}
.check_box:checked + .label {
  color: #fff;
  background-color: #989898;
}
.select-os input[type="radio"]:checked.icon + label {
  color: #fff;
  background-color: #989898;
}
.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}
.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}
.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background: #989898;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}
.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}
.button .return {
  color: #989898;
  font-weight: 600;
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: 2px solid #989898;
  cursor: pointer;
  margin: 0 auto;
}

footer{
    text-align: center;
    margin: 0 30px;
}

.footer_policy a{
    color: #000;
    text-decoration: none;
}

/*サイトのご利用について・個人情報の取扱いについて*/
.c-box dt{
    font-weight: 600;
    margin: 15px 0;
}

.c-box dd {
    margin-left: 0;
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.title-area__title{
   font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.title-area__title--en{
position: relative;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 1.8rem;
}


.dot-none-list{
    list-style: none;
    padding-left: 0;
}
.c-table {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.c-table__column .c-table__cell {
    display: table-row;
}
.c-table__column .c-table__cell p:nth-of-type(1) {
    background-color: #989898;
    color: #fff;
}
.c-table__column .c-table__cell p:nth-of-type(2) {
    background-color: #F6F6F6;
    border-left: 1px solid #fff;
}
.c-table__column .c-table__cell p {
    display: table-cell;
    text-align: center;
    padding: 16px;
    border-top: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.show-sp {
    display: none!important;
}

/*サンクスページ*/
.thanks .contents_inner{
    max-width: 1000px;
    margin: auto;
    padding:100px 50px;
}

    .thanks .title-area__title{
        text-align: center;
        margin-bottom: 50px;
    }

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 1300px) {
    section .contents_inner {
    padding: 130px 290px 130px 200px;
}
    .promise_box {
    width: 50%;

}
    .promise_box h3{
    padding: 0;
}
    #promise .flex {
    position: relative;
    top: -55px;
}
/*    #main {
    height: 60vh;
}*/


}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
    body{
        font-size: clamp(1.1rem, 1.4vw, 1.2rem);
    }
    .header{
        width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    }
    
    .header .logo {
    margin: 23px 0 0 30px;
}
    .header .menu{
        display: none;
    }
    section .contents_inner {
    padding: 130px 80px;
}
    
    .nav{
         height: 90px;
        background: #fff;
    }
    .hamburger {
    display: block;
    position: fixed;
    z-index: 5;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #1E2124;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 17px;
  }
  .hamburger span:nth-child(3) {
    top: 26px;
  }
    nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    left: 0;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    background: #E5E5E5;
        display:block; 
        top: 90px;
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp ul {
    list-style: none;
    margin: 75px auto;
    padding: 0 50px;
  }
  .globalMenuSp ul li {
    margin: 35px 0;
    text-align: left;
}
  .globalMenuSp ul li a {
    color: #000;
    text-decoration: none;
      font-weight: 600;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }
    #main .copy {
    font-size: 7vw;
}
 /*  #main {
    height: 50vh;
}*/
    .promise_box h3 {
        font-size: 1.1rem;
    }
        #promise .flex {
    top: -45px;
}
      .sp_tel_mail .mail_sp .contact_btn{
          display: block;
              z-index: 30;
    position: fixed;
              right: 65px;

  }
    }
@media screen and (max-width: 768px) {
    body {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
}
    section .contents_inner {
    padding: 130px 35px;
}
/*    #main {
    height: 45vh;
}*/
.c-table__column .c-table__cell p:nth-of-type(1) {
    width: 100%;
        margin: 0;
}
    .c-table__column .c-table__cell p:nth-of-type(2) {
    width: 100%;
        margin-top: 0;
}
    .c-table__column .c-table__cell {
    display: flex;
    flex-wrap: wrap;
}



}

@media screen and (max-width: 550px) {
        #mission .flex {
    flex-wrap: wrap;
}
    section .contents_inner {
    padding: 130px 50px;
}
    #mission .flex .title {
    width: 100%;
  
}
    #mission .flex .text {
    width: 100%;
}
    .promise_box {
    width: 100%;
}
    #promise .flex {
    flex-wrap: wrap;
        top: 0;
}
#main .copy {
    font-size: 11vw;
}
     #main .sub_copy {
        font-size: 6vw;
}
    
   #company dt {
    float: none;
    margin-bottom: 10px;
}
    #company dd{
        margin-left: 0;
    }
    .title-area__title {
    font-size: 2rem;
}
    /* #main {
    height: 55vh;
}*/
    
}

@media screen and (max-width: 520px) {
    .button button {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 420px) {
         /*#main {
    height: 70vh;
}*/
}
    
    @media screen and (max-width: 398px) {
         /*#main {
    height: 80vh;
}*/
        section .contents_inner {
    padding: 130px 25px;
}
        #promise .text_box {
            margin-bottom: 20px;
        }
        #promise .flex {
    display: block;
            margin-bottom: 20px;
}
        #promise .text {
    top: calc(50% - 135px);
    padding: 0 45px;
}
  
    }
