@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@font-face {
  font-family: 'zenmaru_r';
  src: url('../fonts/ZenMaruGothic-Regular.ttf');
}
@font-face {
  font-family: 'zenmaru_m';
  src: url('../fonts/ZenMaruGothic-Medium.ttf');
}
.mainvisual{
    height:521px;
    margin:0;
    padding:0;
}
.mainvisual_imgpc{
    width:100%;
}
.mainvisual_imgsp{
    display: none;
}
.top_h3{
	font-size: 1.5rem;
	color:#96c1b6;
	text-align: center;
	margin-bottom:60px;
}
.top_b{
	font-size:2rem;
}
.top_s{
	font-size:1.8rem;
}
.underline{
	background: linear-gradient(transparent 70%, #ffeeb9 70%);
}
.under_grn{
	background: linear-gradient(transparent 70%, #cffdf2 70%);
}
#blue{
    width:100%;
    height:60px;
    background:#9bcdc1;
    margin-top:-10px;
    margin-bottom:50px;
}
#blue_inner{
	width:1024px;
	height:60px;
	margin:0 auto;
	position:relative;
}
/*
ネコ固定前
.layout{
    position:absolute;
    top:-100px;
    right:0;
	width:150px;
	height:auto;
}*/
/*ネコ固定*/
.layout {
    position: fixed;
    bottom: 80px;
    right: 35px;
    width: 150px;
    height: auto;
    z-index: 1;
}
.layout img{
    width:100%;
}
.bn_link:hover{
	opacity: 1;
}
/*アニメーション用CSS*/
.updown{
  /* アニメーションの名前 */
  animation-name:UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: 1.5s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}
  /* アニメーションの設定 */
@keyframes UpDown{
  /* 開始地点 */
  0%{
  /* Y軸0px */
  transform: translateY(0);
  }
  /* 終了地点 */
  100%{
  /* Y軸50px */
  transform: translateY(50px);
  }
}

.top{
    margin-top:100px;
}
.top_trigger{
    display: flex;
    flex-direction: column;
}

.topspan{
    text-decoration:underline;
    text-decoration-color: red;
    font-size:1.5rem;
}
.topcont_p{
    padding-top:50px;
    line-height: 2rem;
}
.topcontlist{
    margin-top:70px;
}
.topcontlist li{
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom:0.5rem;
  }
.topcont_titleright{
    text-align: center;
    font-size: 2rem;
    color: #fff; 
    font-weight:bold;
    position: relative;
    top:-25px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    background-image: url(../images/ribon.svg);
}
.topcont_title{
    text-align: center;
    font-size: 2rem;
    color: #fff; 
    font-weight:bold;
    position: relative;
    top:-25px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}
.top_r1{
	background-image: url(../images/ribon1.svg);
	color:#e2a75a;
}
.top_r2{
	background-image: url(../images/ribon2.svg);
	color:#219dbd;
}
.top_r3{
	background-image: url(../images/ribon3.svg);
	color:#4c6d65;
}
.top_r4{
	background-image: url(../images/ribon4.svg);
	color:#9075c6;
}
.sp_ttl2{
	display: none;
}
.h2ribon{
    display: block;
    height:0;
}
.topcontlist li:before {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    transform: rotate(50deg);
    transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #9bcdc1;
    border-bottom: 3px solid #9bcdc1;
}
.topbtn_flex{
	display: flex;
	margin:40px;
}
.top_planbtn{
	background:#9bcdc1;
	border:2px solid #9bcdc1;
	color:#fff;
	padding:10px 30px;
	font-weight: 700;
	font-size:1.1rem;
	border-radius: 10px;
	margin:0 auto;
	display: flex;
	align-items: center;
}
.top_planbtn:hover{
	background:#fff;
	color:#9bcdc1;
	transition: all 0.3s;
}
.top_planbtn span{
	font-size: 15px;
}
.pc_voice{
    font-size: 2rem;
    font-weight:bold;
    text-align: center;
}

.voicebox{
    display: flex;
    flex-direction:column;  

}
.voiceflex{
    display: flex;
    flex-direction:row;
    align-items: center;
}
.faceimg{
    width:90px;
}
.voice_trigger{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 auto;
    width:1024px;    
}
.voicesec{
    width:100%;
}
.voice{
	background: #ecf6f8;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	position: relative;
	margin:0 30px 30px 30px; 
}
.voice::after {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: solid 10px #ecf6f8;
	left: -10px;
	content:"";
	display:block;
	height:0;
	top:50%;
	margin-top:-7px;
	position: absolute;
	width:0;
}
.facename{
    display: flex;
    flex-direction:column; 
    align-items: center;
}
.spanline{
    font-size: 1.2rem;
	background:linear-gradient(transparent 70%, #adcbfb 70%);
    color:#333;
}

.top_p{
    text-align: center;
    width:800px;
    margin:0 auto;
    font-size: 1.2rem;
}
.contents{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin:20px auto;
}
.contents img{
    width:330px;
}
.abphoto_sp{
    display: none;
}
.box: hover{
    opacity:0.7;
}

.blog,.news{
    width:500px;
}
.blognews_flex{
    width:1024px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    position: relative;
    margin:0 auto 200px auto;    
}
.blog_h3{
    color:blue;
    font-weight: bold;
    font-size:2rem;
    font-family: 'Noto Sans JP', sans-serif;
    width:500px;
    margin:0.4rem 0;
}
.blognews_line{
    width:500px;
    border:3px solid blue;
}
.blogTime{
    color:blue;
}
.news_ran{
    height: 270px;/*スクロールの高さ*/
	overflow-y: scroll;
}
dd{
    margin-left:0;
    font-size:0.8rem;
    font-weight: 100;
}
.cat{
    height:70px;
    position:absolute;
    top:-4px;
    left:950px;
}
#banner{
    display:flex;
    justify-content:center;
}
.line_bannar{
    width:800px;
    margin:100px auto;
}
.line_sp{display: none;}
#footer_contents{
    width:100%;
    height:150px;
    background:#9bcdc1;
}
.footer_logo{
    width:130px;
    height:130px;
}
footer ul li{
    list-style: none;
}
footer ul li:hover{
    opacity:0.7;
    transition: 0.3s;
}
.footermenu{
    padding-left:0px;
    display:flex;
    width:800px;
    font-size:13px;
    justify-content:space-between;
    color:#fff;
}
.footermenu a{
    color:#fff;
}
.spbr{
    display: none;
}
#copyright{
    width:100%;
    height:50px;
    background:#96c1b6;
    display:flex;
    justify-content:center;
    align-items: center;
}
#footer_contents{
    display:flex;
    justify-content:center;
}
#footer_inner{
    width:1024px;
    height:auto;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    align-items: center;
    position:relative;
}
.ft_p_insta{
    display: flex;
    flex-direction:row;
    align-items: center;
}
.insta_icon{
    width:30px;
    margin-left:80px;
}
.line_icon{
    width:30px;
    margin-left:30px;
}
.top_cat{
    position:absolute;
    width:120px;
    top:-187px;
    left:0;
    z-index: -1;
}
.pagetop_icon{
    position:absolute;
    width:70px;
    height:auto;
    top:-72px;
    right:0; 
}
.footer_right{
    margin-left:50px;
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    font-size:13px;
    color:#fff;
}


  /* コンテンツ */
.fadeBox {
    height:500px;
    width:1024px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
    flex-direction:row;
    margin-bottom:-120px;
    
}
.itemBox {
  border-radius: 10px;
  text-align: center;
  line-height: 70px;
}


/* 下からふわっと現れる */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;    /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;         /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;  /*アニメーション後、要素が表示されたままにする*/
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;                   /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1;                   /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0);     /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;                   /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1;                   /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0);     /*元の位置*/
  }
}
.fadeUpTrigger {
  opacity: 0;                     /*非表示*/
}
.inner{
	max-width: 1024px;
	margin:0 auto;
	width:100%;
	margin-bottom:100px;
}
.sub_title{
	font-family: 'zenmaru_m';
	margin-top: 100px;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #9bcdc1;
}
.faq_flex{
	display: flex;
	flex-direction: column;
}
.faq_a span,.faq_f span{
	font-family: 'zenmaru_m';
	margin-right:15px;
}
.faq_a span{
	color:#9bcdc1;	
}
.faq_f{
	background:#9bcdc1;
	color:#fff;
	padding:10px;
	margin:0;
}
.faq_a{
	background:#f9f9f9;
	padding:30px 10px 30px 10px;
	margin:0;
}
.news_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.daynews{
	display: flex;
	border-bottom:1px solid #9bcdc1;
	margin-bottom:20px;
	padding-bottom:10px;
	width:70%;
}
.date{
	font-size: 1.2rem;
	font-weight: 700;
	color:#1e3db9;
	margin-right:100px;
}