@charset "utf-8";

.choho-lp main {
    padding: 80px 0 0 !important;
}

    
    #main_ttl {
        z-index: 1;
        position: relative;
    }

#sidebar.lp {
    width: 100%;
}

#sidebar.lp .recently {
    background: #fff;
}

.research_text .research_top{
    position:relative;
    z-index: 6;
}

.research_text .research_top > span {
    text-align: center;
    display: block;
    margin: 0 auto 10px;
}

.research_text .research_top > span small {
    display: inline-block;
    font-size: 0.9em;
    border: 1px solid;
    border-radius: 30px;
    padding: 3px 20px 1px;
}


.research_text .research_top h5 {
    text-align: center;
}

.research_text .research_top .alink{
    position:absolute;
    top:0;
    left: 0;
}

.research_text .research_top .alink span {
    background: #f5f2e9;
    color: #111;
    padding: 10px 50px;
    border-radius: 10px;
    font-size: 1em;
    font-weight: 600;
}

.research_text .research_top .alink span:before {
    content: "";
    position: absolute;
    background: url(../../img/common/arrow_w.svg) no-repeat center #5d5a50;
    width: 20px;
    height: 20px;
    background-size: 29%;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-radius: 100px;
    transform: rotateZ(90deg);
}

/**/


section.js-fix-wrapper {
    z-index: 1;
    position: relative;
}

.breadcrumb {
    z-index: 1;
    position: relative;
    background: #fdfefe;
    padding: 20px 0 80px 0;
}

.js-fix {
    position: fixed;
    width: 100%;
    transition: .8s;
    height: 68%;
    z-index: 1;
    bottom: -50px;
}

.js-fix.is-fixed {
    position: fixed;
}

.js-fix.is-fixed.is-fixed02 {
    position: absolute;
    top: inherit;
    bottom: -4%;
}


.sea.s03 {
    width: 18%;
    position: fixed;
    bottom: 0;
    left: -2%;
}




.sea.s04 {
    position: fixed;
    bottom: -1%;
    right: -2%;
    width: 22%;
}




.sea.s05 {
    position: fixed;
    bottom: 30px;
    right: 9%;
    width: 13%;
}



.js-fix.is-fixed.is-fixed02 .s05 {
    bottom: 0;
}


.sea.s06 {
    position: fixed;
    bottom: 1%;
    left: 13%;
    width: 6%;
}





.fish span {
    transform-origin: center bottom;
    animation: yurayura 3s linear infinite;
    display: block;
    margin: 0;
}


figure.robot {
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
    padding: 0 30px 0 0;
}


@keyframes yurayura {
  0%,100% {
      transform: rotate(-2deg);
  }
  25%{
      transform: rotate(0deg);
  }

  50%{
      transform: rotate(2deg);
  }

  75%{
      transform: rotate(0deg);
  }
}


/**/

.txt-name {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    padding: 17px 0 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.txt-name h6 {
    padding: 0 20px;
}



ul.share-list {
    margin: 20px auto 0;
    align-items: center;
}


ul.share-list li {
    margin: 0 20px 0 0;
}

ul.share-list li a img {
    width: 26px;
}

ul.share-list li:nth-child(2) a img {
    width: 23px;
}

ul.share-list li a {
    display: block;
}


.sharebox {
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px 0;
    margin: 70px auto 0;
}

.date{
    color: #858585;
    margin: 0 10px 0 0;
}

span.tag {
    color: #fff;
    padding: 3px 10px 5px;
    background: #0073bd;
    border-radius: 7px;
    font-size: 1em;
    display: inline;
    margin: 0 8px 0 0;
}

span.tag a {
    color: #fff;
}

/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 0%, #fff67f 0%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1.5s ease-in-out;
  font-weight: bold;
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 30%;
}

.research_text {
    padding: 50px;
    background: #ffffff;
    border-radius: 30px;
}

.text-box {
    clear: both;
    overflow: hidden;
}

.img-box{
    position:relative;
}


/**/

.choho-lp .box {
    max-width: 1100px !important;
    z-index: 2;
}


.choho-lp .text-inner-img {
    width: 45%;
    float: left;
    margin: 0 4% 2% 0;
}


.choho-lp .text-inner-img.inner-img {
    float: right;
    margin: 0 0 2% 6%;
    width: 34%;
}


/*プロフィール*/
.profile-box {
    background: #eaf6fd;
    padding: 30px;
    border-radius: 20px;
}

#ura .profile-box, #ura.profile-box {
    background: #fffeef;
}

ul.profile-box li figure {
    width: 20%;
    border-radius: 150px;
    overflow: hidden;
}

#ura ul.profile-box li figure {
    background: #fffcdb;
}

ul.profile-box li figcaption {
    width: 77%;
    margin: 0 0 0 3%;
}

.profile-box li {
    align-items: flex-start;
}

.profile-box .link-box a {
    width: auto;
    margin: 0 30px 0 0;
}


ul.profile-box li figcaption ol {padding: 0 0 0 20px;list-style-type: disc;}

ul.profile-box li figcaption ol li {
    font-size: 0.95em;
    margin: 0 0 5px 0;
    list-style-type: disc;
    color: #4d4d4d;
    font-weight: 500;
}

.profile-box .link-box a:last-child {
    margin: 0;
}

.profile-box.people,.profile-box.people .profile-box {
    background: none;
    border-radius: 0;
}

.profile-box {

}

.profile-box.people .profile-box {

}

.profile-box .name small {
    color: #111;
}

ul.profile-box li figcaption .name {
    border-bottom: 1px solid #0073bd;
    padding: 0 0 10px 0;
}

#ura.profile-box li figcaption .name {
    border-bottom: 1px solid #f0f1b2;
}

@media (max-width: 1699px) {


}
@media (max-width: 1499px) {
    .sea.s05 {
        bottom: inherit;
        top: -231px;
        right: 26%;
        position: absolute;
    }
    
    .sea.s06 {
        bottom: inherit;
        top: -230px;
        left: 31%;
    }
    
    .js-fix.is-fixed .s05 {
        right: 1%;
        top: -210px;
        width: 10%;
        opacity: 0;
    }

     .js-fix.is-fixed .s06 {
        left: 2%;
        top: -210px;
        width: 7%;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
   .sea.s03{
      width: 18%; 
   }
    
    .sea.s05 {
        top: -31%;
    }

    .sea.s04 {
        width: 18%;
    }

    .sea.s06 {
        top: -32%;
    }

}

@media (max-width: 991px) {

    .sea.s05 {
        top: -34%;
    }


    .sea.s06 {
        top: -35%;
    }

}



@media (max-width: 767px) {


.choho-lp main {
    padding: 30px 0 0 0 !important;
    overflow: hidden;
}

.breadcrumb {
    padding: 10px 0 60px 0;
}

.choho-lp main:after {

    background: linear-gradient(#c1def0, #ffffff);
}

.bg-sea02 {
    background-size: 120%;
}

.research_text .research_top > span small {
    font-size: 0.8em;
    padding: 1px 9px;
}


    .research_text .research_top .alink {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 15px auto 0;
        display: block;
        max-width: 250px;
    }

    .research_text .research_top .alink span {
        padding: 8px;
        display: block;
        text-align: center;
        font-size: 0.9em;
    }
    
    .research_text .research_top .alink span:before {
        width: 18px;
        height: 18px;
        right: 11px;
    }

.txt-name {
    flex-wrap: wrap;
    padding: 15px 0;
    align-items: center;
}

.txt-name p {
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    font-size: 0.8em;
}

.txt-name h6 {
    padding: 0 20px 0 0;
}

.sharebox {
    margin: 30px auto 0;
}
    
.date{
  font-size:0.9em;
}
  
span.tag {
    padding: 0px 7px 3px;
    font-size: 0.85em;
    margin: 0 0 5px 0;
    display: inline-block;
}

  
#sidebar.lp {
    margin: 30px auto 0;
}

    
/**/

.sea.s03{
    width: 21%;
    left: 2px;
    display: none;
    position: absolute;
    bottom: 16%;
    z-index: 1;
    transform: scale(-1, 1);
}

.sea.s06 {
    top: -48px;
    left: 9%;
    width: 9%;
}

.sea.s05 {
    top: -53px;
    right: 1%;
    width: 22%;
}

.sea.s04 {
    bottom: inherit;
    width: 22%;
    display: none;
    right: 0;
}

.sea.s03.m05 {
    width: 24%;
    bottom: inherit;
    left: 3px;
}

.sea.s04.m06 {
    width: 19%;
    bottom: 20%;
    right: 2%;
}

.js-fix {
    z-index: 3;
    position: absolute;
    height: auto;
    top: 0;
    bottom: inherit;
}


.js-fix.is-fixed.is-fixed02{
    position: fixed;
    bottom: inherit;
    top: 0;
    height: 100%;
}



.choho-lp .text-inner-img,.choho-lp .text-inner-img.inner-img {
    width: 100%;
    margin: 20px auto 0;
}

figure.robot {
    max-width: 110px;
    margin: auto;
    padding:0;
}

figure.robot.sp {margin: 20px auto 0;}

/*プロフィール*/
.profile-box {
    padding: 20px;
}

ul.profile-box li figure {
    width: 65%;
    margin: auto;
    max-width: 200px;
}

ul.profile-box li figcaption {
    width: 100%;
    margin: 10px auto 0;
}

.profile-box li {
    flex-wrap: wrap;
}

    
.people ul.profile-box li figure {
    width: 30%;
    padding: 0 5% 0 0;
    margin: 0;
}

.people .profile-box li {
    flex-wrap: nowrap;
}

.people ul.profile-box li figcaption {
    width: 65%;
    margin: 0;
}

ul.profile-box li figcaption ol li{
  font-size:0.9em;
}

.profile-box .link-box {
    flex-wrap: wrap;
}

.profile-box .link-box a {
    width: 100%;
    margin: 0 0 10px 0;
}


}

@media (max-width: 480px) {
    .choho-lp main:before {
        z-index: 1;
    }

    
    .fish span {
        margin: 0;
    }
    
    .sea.s05 span {
        width: 100%;
    }
    
    .sea.s05 figure {
        width: 14%;
    }

    

}

