* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: serif;
    font-size: 23px;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #b0c4de;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition : all 0.5s ease 0s;
}

.pagetop:hover {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #4682b4;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition : all 0.5s ease 0s;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
    font-size: 1px;
}

.pagetopS{
    visibility: hidden;
    transition : all 0.5s ease 0s;
}


html:not(nav) {
    background-color: #FFFEF2;
}

mark {
    background-color: #5efd3f9a;
    font-size: 28px;
}

.kic {
    background: linear-gradient(transparent 65%, #ffd82c 80%);
    font-size: 30px;
    font-weight: bold;
    line-height: 2.5;
}

.kjf {
    background: linear-gradient(transparent 65%, #ffd82c 80%);
    font-size: 23px;
    font-weight: bold;
}

.blue {
    background: linear-gradient(transparent 65%, #2c99ff 80%);
    font-size: 23px;
    font-weight: bold;
}

.reight {
    background: linear-gradient(transparent 70%, #DE1738 80%);
    font-size: 35px;
    font-weight: bold;
    line-height: 2.5;
}

.reights {
    background: linear-gradient(transparent 70%, #DE1738 80%);
    font-size: 28px;
    font-weight: bold;
}

.reights-ten {
    background: linear-gradient(transparent 70%, #DE1738 80%);
    font-size: 25px;
    font-weight: bold;
}


a {
    color: #00A7EA;
}

.sub {
    font-size: 25px;
    margin-left: 1.2%;
    list-style: none;
    font-weight: bold;
}

#dashi{
    font-size: 60px;
    color: #2b50c0;
    padding: 0.1em 0;
    border-top: solid 3px #2b50c0;
    border-bottom: solid 3px #2b50c0;
    text-align: center;
    margin-top:10px;
    margin-bottom:20px;
}

/*
.small-title {
    margin: 0 auto;
    border-left: 13px solid #000;
    padding-left: 10px;
    padding-top: 10px;
    width: 75%;
    height: 55px;
    background-color: #ffffe0;
    font-size: 33px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1),
              0 1px 6px rgba(0, 0, 0, 0.05),
              0 8px 8px rgba(0, 0, 0, 0.1),
              0 1px 16px rgba(0, 0, 0, 0.1),
              8px 1px 32px rgba(0, 0, 0, 0.15),
              8px 1px 64px rgba(0, 0, 0, 0.15);
  }
*/


  .small-title {
    position: relative;
    width: 60%;
    height: 85px;
    background: #d0f8ff;
    background-image: url(img/wave1.svg);
    margin: 20px auto 20px;
    font-weight: 900;
    font-size: 50px;
  }
  
  .small-title::before {
    position: absolute;
    top: -5px;
    width: 100%;
    left: -5px;
    height: 100%;
    content: '';
    border: 5px solid #000;
  }
  
  .small-title_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }

  .sentence {
    font-size: 100%;
    margin-left: 11%;
    margin-right: auto;
    /*width: 60em*/;
    margin-bottom: 70px;
}

.sentence-ten {
    font-size: 100%;
    margin-left: 20%;
    margin-right: auto;
    /*width: 60em*/;
    margin-bottom: 70px;
}

.footer-parents {
    display: flex;
	flex-direction: column;
}

.footer-parents-1 {
    display: flex;
	flex-direction: column;
	min-height: 10vh;
}

.footer {
    background-color: #000;
    text-align: center;
    margin-top: auto;
    padding: 15px 0;
}

.footer img {
    margin-top: 0.5%;
}

#webgo {
    background-color: #000;
    color: #fff;
    margin: 0;
    margin-top: 15px;
    margin-bottom:15px;
    text-align: center;
}

#webgo a {
    background-color: #000;
}

#search-input {
    position: absolute;
    height: 56%;
    top: 20%;
    right: 5%;
}

#magnifying-glass {
    position: absolute;
    top: 20%;
    right: 3.2%;
}

.keyword-target {
    opacity: 0;
}


/*吹き出しのだよぉ*/
.SB {
  font-size: 10;
}

.SB:hover .bub {
    display: inline;/* インライン要素として表示 */
    visibility:visible;
  }
  .bub {
    visibility: collapse;
    
  }
  .bub:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;                /* 親要素を基準 */
  }

/*
.term:hover {
    position: absolute;
    display: none;
    background-color: rgba(102, 102, 255, 1);
    padding: 2px;
    text-align: center;
    margin: auto;
    font-size: 80%;
    color: red;
    white-space: nowrap;
    bottom: 30px;
    transform: translateX(-100%);
    align-self: center;
}
*/


ul .serch_list {
    display: block;
    list-style: none;
    margin-left: 81%;
    width: 20%;
    background-color: pink;
}

.boxA{
    height:300px;
}

.list {
    margin-left: 23%;
}

.space {
    margin-top: 5%;
}

.midashi{
    height: 300px;
    width: 100%;/*don't paste vw!! */
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 0;
    left:0;
    background-color: #ffffe0;
    position: relative;
    overflow: hidden;
}

.midashi > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.title {
    color: #33CCFF;
    font-size: 110px;
    position: absolute;
    z-index: 10;
    margin-bottom: 0;
    background-color:rgba(255,255,255,0.9);
    height: 75%;
    line-height: 75%;
    padding: 20px;
      top: 0;
      right: 0;
      bottom:0;
      left: 0;
      margin: auto;
      width: 100%;
}

.sub-title {
    position: relative;
    color: #33CCFF;
    font-size: 100px;
    text-align: center;
}

/*-button-*/
a.btn1 {
    display: inline-block;
	font-weight: 900;
    white-space: nowrap;
	text-decoration: none;
    margin: 0 auto;
    font-size: 35px;
    padding: 8%;
    /*
	padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    padding-bottom: 8%;
    */
	border-radius: 10px;
	color: #27acd9;
	border: 3px solid #27acd9;
	box-shadow: 5px 5px #27acd9;
	transition: 0.3s ease-in-out;
	text-align: center;
    font-family: "メイリオ";
}

a.btn1:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #27acd9;
}

a.btn1::after {
    font-size: 20px;
}


/*irasuto*/
img.irasuto {
    margin: auto;
    text-align: center;
    display: block;
    height: 50%;
    width: 50%;
}

.go-form {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}

.h-next {
    display: inline-block;
    background: linear-gradient(to right, #00ff9d 50%, #12d8d894 50%);
    background-size: 200% auto;  
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    margin-left: 46.5%;
    color: #696969;
    border-radius: 20px;
    text-decoration: none;
    padding: 15px 45px;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
}

.h-next:hover {
    color: #696969;
    background-position: left -99% center;
    font-weight: bold;
}

.k-prev {
    display: inline-block;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    display: inline-block;
    background: linear-gradient(to right, #11f3f394 50%, #00ffbf 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
    margin-left: 45%;
}

.k-prev:hover {
    color: #696969;
    background-position: right -1% center;
    font-weight: bold;
}

.next {
    display: inline-block;
    background: linear-gradient(to right, #00ff9d 50%, #12d8d894 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
}

.next:hover {
    color: #696969;
    background-position: left -99% center;
    font-weight: bold;
}

.prev {
    display: inline-block;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    display: inline-block;
    background: linear-gradient(to right, #11f3f394 50%, #00ffbf 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
    margin-left: 43%;
}

.prev:hover {
    color: #696969;
    background-position: right -1% center;
    font-weight: bold;
}

/*インタビュー用の戻るボタン*/
.prev-i { 
    display: inline-block;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    display: inline-block;
    background: linear-gradient(to right, #11f3f394 50%, #00ffbf 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
    margin-left: 48.5%;
}

.next-q {
    display: inline-block;
    background: linear-gradient(to right, #00ff9d 50%, #12d8d894 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
  }
  
  .next-q:hover {
    color: #696969;
    background-position: left -99% center;
    font-weight: bold;
  }
  
  .prev-q {
    display: inline-block;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    display: inline-block;
    background: linear-gradient(to right, #11f3f394 50%, #00ffbf 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
  }
  
  .prev-q:hover {
    color: #696969;
    background-position: right -1% center;
    font-weight: bold;
  }

.interview {
    display: inline-block;
    margin-left: 10%;
    text-align: center;
    width: 80%;
}

/*取材先に行くボタン*/
.shuzai {
    display: inline-block;
    margin-top: 1.5%;
    background: linear-gradient(to right, #00ff9d 50%, #12d8d894 50%);
    background-size: 200% auto;  
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
}

.shuzai:hover {
    color: #696969;
    background-position: left -99% center;
    font-weight: bold;
}

/*吹き出しだぁ*/


.pH{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.pH p{
    margin:0;
    padding:0;
}
.neu {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100%;
    height: 100%;
}
.neu:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.pH:hover .neu{
    display: inline-block;
    position: absolute;
    top: -70px;
    left: -30px;
}

/*みだしなみ*/

.soe{
    height: 100px;
    padding: 20px;
    background-color: #dffadb;
    box-shadow: 7px 7px #5ac04c;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    width: auto;
    height: auto;
}

#tal{
    display: flex;
    margin-top: 2.5%;
    margin-left: 10%;
    margin-bottom: 2.5%;
}

#kitu{
    font-size: 30px;
    font-weight: bold;
    width: 50%;
    padding: 20px;
    background-color: #f3f2f3;
    border-left: 30px solid #4c9ac0;
}


.matter {
    position: relative;
    margin: 0 auto;
    border: solid 8px #003fc7;
    padding:2em;
	background-image: linear-gradient(0deg, transparent 17px, #ccc 20px),linear-gradient(90deg,  transparent 18px, #ccc 20px);
	background-size: 20px 20px;
    width: 60%;
    font-size: 40px;
    margin-top: 5%;   
}

.matter .talt {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding:  0.5rem;
    height: 65px;
    line-height: 40px;
    font-size: 35px;
    background: #003fc7;
    color: #ffcece;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}
.matter p {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0; 
    padding: 0;
    font-size: 30px;
}

.matter li {
    list-style-type: disc;
}

.sp {
    display:none
};

/*PC用*/
    .pc-br{display:block;}
    .sp-br{display:none;}
    
    .pc{display:block};
    .sp{display:none};


/*スマホ用*/
@media screen and (max-width: 485px){

    * {
        scroll-behavior: smooth;
        margin: 0;
        padding: 0;
        font-family: serif;
        font-size: 15px;
        box-sizing: border-box;
    }

    .pagetop {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 70px;
        bottom: 50px;
        background: #b0c4de;
        border: solid 2px #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        transition : all 0.5s ease 0s;
    }

    .pc{display:none};
    .sp{display:block};

    .pc-br{display:none;}
    .tb-br{display:none;}
    .sp-br{display:block;}

    .sentence {
        width: 100%;
        font-size: 100%;
        margin-left: 3%;
        margin-right: auto;
        margin-bottom: 70px;
    }
    
    .kic {
        background: linear-gradient(transparent 65%, #ffd82c 80%);
        font-size: 19px;
        font-weight: bold;
        line-height: 2.5;
    }
    
    .reights {
        background: linear-gradient(transparent 70%, #DE1738 80%);
        font-size: 19px;
        font-weight: bold;
    }
    
    .reight {
        background: linear-gradient(transparent 70%, #DE1738 80%);
        font-size: 16px;
        font-weight: bold;
        line-height: 2.5;
    }
    
    .blue {
        background: linear-gradient(transparent 65%, #2c99ff 80%);
        font-size: 19px;
        font-weight: bold;
    }

    .matter {
        position: relative;
        margin: 0 auto;
        border: solid 8px #003fc7;
        padding:2em;
        background-image: linear-gradient(0deg, transparent 17px, #ccc 20px),linear-gradient(90deg,  transparent 18px, #ccc 20px);
        background-size: 20px 20px;
        width: 100%;
        font-size: 40px;
        margin-top: 5%;
        
    }

    #kitu{
        font-size: 30px;
        font-weight: bold;
        width: 100%;
        padding: 20px;
        background-color: #f3f2f3;
        border-left: 30px solid #4c9ac0;
    }
    
    #tal dt {
        width: 90%;
    }
    
    img.irasuto {
        margin: auto;
        text-align: center;
        display: block;
        height: 50%;
        width: 90%;
    }
    
    mark {
        background-color: #5efd3f9a;
        font-size: 15px;
    }
    
    #dashi {
        font-size: 33px;
        color: #2b50c0;
        padding: 0.4em 0;
        border-top: solid 3px #2b50c0;
        border-bottom: solid 3px #2b50c0;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .small-title {
        position: relative;
        width: 80%;
        height: 50px;
        background: #d0f8ff;
        background-image: url(img/wave1.svg);
        margin: 20px auto 20px;
        font-weight: 900;
        font-size: 35px;
    }
    
    .midashi {
        height: 150px;
        width: 100%;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        bottom: 0;
        left: 0;
        background-color: #ffffe0;
        position: relative;
        overflow: hidden;
        z-index: 99999;
    }
    
    #title .title {
        color: #33CCFF;
        font-size: 44px;
        position: absolute;
        z-index: 10;
        margin-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        height: 75%;
        line-height: 75%;
        padding: 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }
    
    #title .sub-title {
        position: relative;
        top: 15%;
        color: #33CCFF;
        font-size: 45px;
        text-align: center;
    }
    
    .btn1 {
        display: inline-block;
        font-weight: 900;
        white-space: nowrap;
        text-decoration: none;
        margin: 0 auto;
        font-size: 27px;
        padding: 8%;
        border-radius: 10px;
        color: #27acd9;
        border: 3px solid #27acd9;
        box-shadow: 5px 5px #27acd9;
        transition: 0.3s ease-in-out;
        text-align: center;
        font-family: "メイリオ";
    }
    
    .butt td {
        width: 10%;
    }
    
    .list li {
        margin-left: 13%;
    }
    
    .h-next {
        display: inline-block;
        background: linear-gradient(to right, #00ff9d 50%, #12d8d894 50%);
        background-size: 200% auto;
        margin-top: 1.2%;
        margin-bottom: 1.2%;
        margin-left: 39.5%;
        color: #696969;
        border-radius: 20px;
        text-decoration: none;
        padding: 15px 45px;
        font-size: 1em;
        transition: .5s;
        font-weight: bold;
    }

    .prev {
        display: inline-block;
        margin-top: 1.2%;
        margin-bottom: 1.2%;
        display: inline-block;
        background: linear-gradient(to right, #11f3f394 50%, #00ffbf 50%);
        background-size: 200% auto;
        color: #696969;
        border-radius: 20px;
        padding: 15px 45px;
        text-decoration: none;
        font-size: 1em;
        transition: .5s;
        font-weight: bold;
        margin-left: 35%;
    }

    .next {
            display: inline-block;
    background: linear-gradient(to right, #00ff9d 50%, #12d8d894 50%);
    background-size: 200% auto;
    color: #696969;
    border-radius: 20px;
    padding: 15px 45px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
    font-weight: bold;
    width: auto;
    }


 }