@charset "utf-8";
/* CSS Document */

/*==================================================
mv
================================================== */

.mv-page{
	width: 100%;
	height: 50vh;
    position: relative;
    margin-top: 80px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


#mv-top{
    height: calc(100vh - 80px);
}

#mv-voice{
    background: url("../images/mv_voice.webp") no-repeat right center;
    background-size: cover;
    background-color: #fcf5e3;
}

#mv-post{
    background: url("../images/mv_post.webp") no-repeat right center;
    background-size: cover;
    background-color: #036eb8;
}

#mv-contact{
    background: url("../images/ill_letter.svg") no-repeat center center;
    background-size: contain;
    background-color: #fff;
}

.mv-movie{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv-page > div{
    width: 100%;
    text-align: center;
}

#mv-voice > div{
    width: 90%;
    display: flex;
}

.mv-name{
    color: #4c4948;
    font-weight: normal;
    padding-right: 50px;
    font-size: 24px;
    text-align: left;
}
.mv-name small{
    display: block;
    font-size: 75%;
}

.mv-catch{
    display: inline-block;
    margin: 0 auto ;
    font-size: 50px;
    background-color: #e60012;
    padding: 15px 30px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}

.mv-sub-catch{
    display: block;
    margin: 25px 0 30px;
    font-size: 28px;
    font-weight: normal;
}


.mv-link a{
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

.mv-link a:first-child{
    border-right: 1px solid #fff;
    padding-right: 22px;
}

@media only screen and (max-width: 1024px) {

#mv-top{
	height: calc(100vh - 60px);
    position: relative;
    margin-top: 60px;
}

.mv-catch{
    font-size: 32px;
    padding: 10px 20px;
}
    
#mv-voice > div{
    width: 90%;
    display: block;
}

.mv-name{
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 24px;
    text-align: center;
}
.mv-name small{
    display: inline;
    padding-left: 20px;
}    
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){

#mv-top{
	height: 50vh;
}  
    
    .mv-page{
        height: 32vh;
    }
    
    
}
    



@media only screen and (max-width: 768px) {

.mv-sub-catch{
    font-size: 24px;
}
	

}

@media screen and (max-width: 768px) and (orientation: portrait){

#mv-top{
	height: 50vh;
}   
    
    
}

@media only screen and (max-width: 599px) {

#mv-top,
.mv-page{
    margin-top: 80px;
}

.mv-catch{
    font-size: 6vw;
    padding: 10px 20px;
}

.mv-sub-catch{
    margin: 15px 0 20px;
    font-size: 5vw;
}
    
#mv-voice > div{
    width: 94%;
}

.mv-name{
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
    text-align: center;
}
.mv-name small{
    padding-left: 10px;
} 

    
}


/*==================================================
下層ページ共通
================================================== */

.tate-scroll-line{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 5px;
    background-color: #8fa7c0;
    transition: 1.5s;
    content: "";
}

.tate-scroll-line.expand{
    height: 100%;
}

.contents-line{
    position: relative;
    padding: 10px 0 10px 25px;
}

.box-left-line{
    display: flex;
}

.left-line{
    position: relative;
    width: 1px;
}

.left-line::before{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #64beb9;
    transition: 1.5s;
    content: "";
}

.left-line.expand::before{
    height: 100%;
}

.contents-left-line{
    padding: 30px 0 30px 30px;
}

.txt{
    line-height: 2.2;
}

.txt p{
    margin-bottom: 35px;
}

.txt-att{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
	text-align: justify;
}

.txt-lead{
    font-size: 1.5rem;
    margin-bottom: 35px;
}

.img-float-r{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 32%;
}

.img-float-r-big{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 47%;
}

.img-t{
    width: 240px !important;
}

.pic-line{
    background-color: #dcf5ff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    height: 460px;
    width: 100%;
}

.page-head{
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}

.page-head p{
    line-height: 2.2;
    text-align: justify;
}

.txt-head{
    font-size: 32px;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1.8 !important;
    font-weight: 500;
}

.txt-head small{
    display: block;
    font-size: 50%;
    padding-top: 20px;
    text-indent: -8px;
}

.pic{
    position: relative;
    margin: 50px 0;
}

.pic img{
    vertical-align: bottom;
}


@media only screen and (max-width: 1024px) {

.pic-line{
    height: 410px;
}
    
    
}


@media only screen and (max-width: 768px) {

.tate-scroll-line{
    left: 3px;
}

.contents-left-line{
    padding: 20px 0 20px 20px;
}

.txt{
    line-height: 2.0;
}

.txt-lead{
    font-size: 20px;
    line-height: 1.8;
}

.img-float-r{
    width: 35%;
    margin-left: 30px;
}

.img-float-r-big{
    width: 50%;
    margin-left: 30px;
}

.pic{
    margin: 30px 0;
}

.pic-line{
    top: 50px;
    height: 290px;
}

.page-head{
    width: 84%;
    padding: 25px 30px;
    top: -60px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 24px;
}

}

@media only screen and (max-width: 599px) {

.txt{
    line-height: 1.8;
}

.txt p{
    margin-bottom: 25px;
}

.txt-att{
    font-size: 10px;
}

.txt-lead{
    font-size: 18px;
    line-height: 1.6;
}

.img-float-r{
    display: block;
    width: 60%;
    float: none;
    margin: 15px auto 20px;
}

.img-float-r-big{
    display: block;
    width: 80%;
    float: none;
    margin: 15px auto 20px;
}

.img-t{
    width: 100% !important;
}

.pic-line{
    top: 30px;
    height: 130px;
}

.page-head{
    width: 84%;
    padding: 15px 20px;
    top: -50px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 4.6vw;
}

.txt-head small{
    font-size: 70%;
    padding-top: 10px;
    text-indent: -5px;
}
    
}

/*==================================================
top-contents01
================================================== */

#top-contents01{
    text-align: center;
}

#box-top-link{
    margin: 50px 0 0;
    display: flex;
}

#box-top-link > article{
    width: calc(100%/2);
    margin: 0 20px;
    border: 1px solid #9fa0a0;
    padding: 35px 25px;
    text-align: justify;
}

#box-top-link h3{
    display: block;
    font-size: 21px;
    text-align: center;
    font-weight: normal;
}

#box-top-link p{
    width: 80%;
    text-align: justify;
    margin: 25px auto;
    min-height: 130px;
}

#box-top-link .btn{
    width: 65%;
    margin: 0 auto;
}



@media only screen and (max-width: 599px) {

#box-top-link{
    display: block;
}

#box-top-link > article{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 20px;
}

#box-top-link h3{
    font-size: 5.2vw;
}

#box-top-link p{
    width: 85%;
    margin: 15px auto 25px;
    min-height: auto;
}

#box-top-link .btn{
    width: 80%;
}


    
}


/*==================================================
top-contents02
================================================== */

#top-contents02{
    background: #fcf5e3;
    width: 90%;
    margin: 100px auto 0;
    box-sizing: border-box;
    padding: 50px 5% 180px;
}

#top-contents02 .title-contents{
    font-size: 60px;
}

#top-contents02 .title-contents small{
    display: inline-block;
    font-size: 60%;
    padding: 0 15px;
    background: #f9e647;
    letter-spacing: 0.08em;
}

#box-sos{
    display: flex;
}

#box-sos > article{
    width: 60%;
    text-align: center;
}

#box-sos > article:first-child{
    width: 40%;
    margin-right: 35px;
    text-align:left;
}

#top-contents02 a.btn.btn-round{
    width: 280px;
    font-size: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 18px;
    border-top-right-radius: 0;
}

#sos-movie{
    background-color: #fff;
    padding: 50px;
    margin: 50px 0 65px;
    text-align: center;
}

#sos-movie video{
    width: 80%;
    vertical-align: bottom;
    min-height: 578px;
}

.y-01{
    width: 80%;
    margin-bottom: 20px;
    vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {

#top-contents02 .title-contents{
    font-size: 48px;
}

#box-sos > article{
    text-align: left;
}

.y-01{
    width: 100%;
}

#sos-movie video{
    min-height: auto;
}

    
}


@media only screen and (max-width: 599px) {

#top-contents02{
    margin: 50px auto;
    padding: 25px 20px;
}

#top-contents02 .title-contents{
    font-size: 7vw;
}

#top-contents02 .title-contents small{
margin-bottom: 6px;
}

#box-sos{
    display: block;
}

#box-sos > article{
    width: 100%;
}

#box-sos > article:first-child{
    width: 100%;
    margin: 0 auto 20px;
    text-align:left;
}
    
    #box-sos > article .txt-lead{
        margin-bottom: 15px;
    }

#top-contents02 a.btn.btn-round{
    width: 90%;
}

#sos-movie{
    padding: 10px;
    margin: 30px 0 45px;
}

#sos-movie video{
    width: 100%;
}

    
}





/*==================================================
top-works
================================================== */

#top-works{
    text-align: center;
    padding-bottom: 65px;
}

.ul-works{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.ul-works li{
    width: calc(100%/4 - 22.5px);
    margin-right: 30px;
    margin-bottom: 50px;
}

.ul-works li:nth-of-type(4n){
    margin-right: 0;
}

.box-img-works{
    border: 1px solid #c98a85;
    padding: 25px;
    margin-bottom: 15px;
}

.box-img-works a{
    height: 10vw;
}

.box-img-works a img{
    vertical-align: bottom;
    border-radius: 32px;
    border-top-right-radius: 0;
}

@media only screen and (max-width: 1024px) {

.ul-works li{
    width: calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 35px;
}

.box-img-works{
    padding: 10px;
}

.box-img-works a{
    height: 10vw;
}

.box-img-works a img{
    border-radius: 18px;
    border-top-right-radius: 0;
}    
    
}

@media only screen and (max-width: 599px) {

.ul-works li{
    width: calc(100%/2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.ul-works li:nth-of-type(2n),
.ul-works li:nth-of-type(4n){
    margin-right: 0;
}

.box-img-works{
    padding: 8px;
    margin-bottom: 7px;
}

.box-img-works a{
    height: 20vw;
}

.box-img-works a img{
    border-radius: 15px;
    border-top-right-radius: 0;
}    
    
}


/*==================================================
top-post
================================================== */

#top-post{
    text-align: center;
    padding-bottom: 65px;
}

#top-post .title-contents{
    font-size: 60px;
    font-weight: 600;
    margin: 0;
}

#top-post > div > article{
    display: flex;
    background: url("../images/ill_letter.svg") no-repeat center center;
    background-size: 80%;
    align-items: center;
    justify-content: center;
    height: 580px;
}

#top-post > div > article p{
    margin: 0;
    font-size: 36px;
}

@media only screen and (max-width: 1024px) {

#top-post .title-contents{
    font-size: 42px;
}

#top-post > div > article{
    background-size: 80%;
    height: 420px;
}
    
}

@media only screen and (max-width: 599px) {

#top-post .title-contents{
    font-size: 8vw;
}

#top-post > div > article{
    background-size: 80%;
    height: 50vw;
}

#top-post > div > article p{
    font-size: 6vw;
}
    
}


/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 20px 0;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a,
.PageList ul li.active a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #222;
	line-height: 1;
	font-size: 17px;
}

.PageList ul li.active a{
	pointer-events: none;
}

.PageList ul li.pagelist-dot a{
	pointer-events: none;
}

.PageList ul li.link-prev a,
.PageList ul li.link-next a{
	background: #dde9f4;
}
.PageList ul li a, 
.PageList ul li a:link, 
.PageList ul li a:visited {}
.PageList ul li.active a,
.PageList ul li a:hover{
    background: #dde9f4;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 260px;
	top: 50px;
	left: 0;
}

.btn-pagelist a.btn.btn-next{
	left: inherit;
	right: 0;
}

@media (max-width: 1100px) {

.PageList {margin-top: 0; padding-top: 50px;}
.PageList ul{margin-bottom: 50px;}
.PageList ul li {display: inline-block; margin: 0 1px 10px 0;}
.PageList ul li a,
.PageList ul li.active a{
    width: 40px;
    height: 40px;
	font-size: 12px;
}
	
.btn-pagelist{
    padding-top: 20px;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 45%;
	top: inherit;
	bottom: 0;
	left: 0;
}
}



/*==================================================
accordion
================================================== */


dl.accordion dt{
	width: 420px;
	margin: 0 auto;
    cursor:pointer;
	text-align: center;
}

dl.accordion dt.open{
}

dl.accordion dt:hover{
    cursor:pointer;
}


dl.accordion dt:after{
}

dl.accordion dt.open:after{
}

 
dl.accordion dd {
    display:none; 
	padding: 60px 50px 0;
}

dl#contents-seibun dd{
	padding: 0 ;
}

dl.accordion dt span{
}

dl.accordion dt.open span{
}

dl.accordion dt p{
}




@media only screen and (max-width: 599px) {


dl.accordion dt{
	width: 100%;
}
	
dl.accordion dd {
    display:none; 
	padding: 35px 20px 0;
}	
	
	
}

/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
	color: #cd63a8;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
    border-radius: 50%;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #cd63a8;
	color: #fff;
}

@media (max-width: 768px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}


/*==================================================
news
================================================== */

#news{
    padding-bottom: 100px;
}


@media only screen and (max-width: 768px) {


    
}

@media only screen and (max-width: 599px) {


    
    
}


/*==================================================
news-list
================================================== */


#news-list{
    padding-bottom: 100px;
}

.box-newslist{
    border-top: 1px solid #cd63a8;
    border-bottom: 1px solid #cd63a8;
    margin-bottom: 20px;
}

.ul-newslist{
    list-style: none;
    width: 94%;
    margin: 0 auto;
    color: #cd63a8;
}

.ul-newslist li{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #cd63a8;
}
.ul-newslist li:last-child{border: none;}

.news-date{
    display: flex;
    align-items: center;
}

.news-date i{
    font-style: normal;
    border: 1px solid #cd63a8;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.news-line{
    position: relative;
    width: 12%;
}

.news-line::before{
    content: '';
    border-top: 1px solid #cd63a8;
    height: 1px;
    position: absolute;
    left: 15%;
    top: 50%;
    width: 70%;
}

.ul-newslist li a,
.ul-newslist li p{
    color: #cd63a8;
    width: 78%;
    margin: 0;
}

@media only screen and (max-width: 599px) {


#news-list{
    padding-bottom: 100px;
}

.box-newslist{
    margin-bottom: 14px;
}

.ul-newslist li{
    padding: 20px 0;
    flex-wrap: wrap;
}

.news-date i{
    width: 20px;
    height: 20px;
}

.news-line{
    display: none;
}

.ul-newslist li a,
.ul-newslist li p{
    width: 100%;
    padding: 10px 0 0;
}
    
}



/*==================================================
news-detail
================================================== */

#news-detail{
    padding-bottom: 150px;
}

#news-body img{
    vertical-align: bottom;
    margin-bottom: 35px;
}



#news-bottom{
	position: relative;
	border-top: 1px solid #cd63a8;
	border-bottom: 1px solid #cd63a8;
	height: 80px;
    margin-top: 100px;
}

#news-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #cd63a8 !important;
}

#news-bottom a:hover{
    text-decoration: underline !important;
}


#news-bottom > a,
#news-bottom span{
	position: absolute;
	top: 15px;
}

#news-bottom a.btn-back{
	left: 0;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 170px;;
}

@media only screen and (max-width: 1024px) {

    
}

@media only screen and (max-width: 768px) {

#news-detail{
    padding-top: 100px;
    padding-bottom: 100px;
}
    
}

@media only screen and (max-width: 599px) {


#news-bottom{
	position: relative;
	padding: 0 ;
	height: 80px;
    margin-top: 50px;
}
	
#news-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#news-bottom a.btn,
#news-bottom span{
	top: 30px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#news-bottom a.btn-back{
	position: absolute;
	top: 34px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 12px;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 33%;
}

#news-body img{
    margin-bottom: 25px;
}

	
}

/*==================================================
swiper
================================================== */

  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 7rem;
  }

  .l-section .l-inner {
    padding-top: 8rem;
  }
  [class*=swiper]:focus {
    outline: none;
  }


  .swiper-button-prev, .swiper-button-next {
    display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
      color: #f19ec2;
      border: 2px solid #f19ec2;
      background-color: #fff;
      border-radius: 50%;
      position: relative;
      font-size: 14px;
  }
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background-color:#f19ec2;
    color: #fff;
}
  /*.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }*/
  /*.swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }*/
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card03 {
    overflow: hidden;
  }
  .card03 .swiper {
    overflow: visible;
  }
  .card03 .swiper-button-prev, .card03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
    /*background-color: #fff;
      border: 2px solid #f19ec2;*/
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
    border-color: #f19ec2;
  }
  .card03 .swiper-button-prev {
    right: -3.5rem;
      left: inherit;
      bottom: inherit;
      top: -3rem;
  }
  .card03 .swiper-button-next {
    left: inherit;
      right: -6rem;
      bottom: inherit;
      top: -3rem;
  }


  .card03 .slide-content {
    padding: 3.2rem;
  }
  .card03 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card03 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }
  .card03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }
.card03 .arrow-right{
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0;
}
.card03 .arrow-right::before, 
.card03 .arrow-right::after{
    background-color: #f19ec2;
}

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }

  .l-section .l-inner {
    padding-top: 6rem;
  }
    .pc {
      display: none !important;
    }
    .card03 .swiper {
      padding: 0 3.2rem;
    }
  .card03 .swiper-button-prev {
    right: -0.8rem;
  }
  .card03 .swiper-button-next {
    right: -3.5rem;
  }

  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }


  .swiper-button-prev, .swiper-button-next {

    width: 3.2rem;
    height: 3.2rem;
  }
  .card03 .swiper-button-prev {
    right: 1rem;
      top: -4.8rem;
  }
  .card03 .swiper-button-next {
    right: -3.5rem;
      top: -4.8rem;
  }
      
}

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .card03 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card03 .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }
    .card03 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

/*==================================================
top-voice
================================================== */

#top-voice{
    position: relative;
    margin-top: -40px;
    padding-bottom: 50px;
}

#top-voice .title-contents{
    text-align: center;
    margin-bottom: 0;
}

.voice-img{
    height: 14vw;
    position: relative;
}

.voice-img span{
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 34%;
    left: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.voice-txt{
    padding-top: 10px;
}

.a-voice{
    position: absolute;
    top: -2.9rem;
    right: 1rem;
}


@media only screen and (max-width: 1024px) {

.voice-img{
    height: 20vw;
}

.a-voice{
    top: -2.7rem;
    right: 3rem;
}
      
}


@media only screen and (max-width: 768px) {

.voice-img{
    height: 14vw;
}

.voice-img span{
    top: 29%;
    font-size: 18px;
}
      
}


@media only screen and (max-width: 599px) {

.voice-img{
    height: 30vw;
}

.voice-img span{
    top: 26%;
    font-size: 5.0vw;
}

.a-voice{
    top: -4.5rem;
    right: 6.5rem;
}
      
}

/*==================================================
voice, post
================================================== */


#voice,
#post{
    border-bottom: 1px solid #efeeee; 
    padding: 65px 0;
}

.post-date{
    margin-bottom: 65px;
}

.img-voice{
    display: flex;
    background: url(../images/ill_letter.svg) no-repeat center center;
    background-size: 80%;
    background-color: #f6f6f6;
    align-items: center;
    justify-content: center;
    height: 580px;
    font-size: 32px;
    text-align: center;
    margin: 65px auto;
}

.img-eyecatch{
    margin: 65px 0;
}
.img-eyecatch img{
    vertical-align: bottom;
}

@media only screen and (max-width: 768px) {


#voice,
#post{
    padding: 35px 0;
}

.post-date{
    margin-bottom: 35px;
}

.img-voice{
    height: 50vw;
    font-size: 6.4vw;
    margin: 35px auto;
}

.img-eyecatch{
    margin: 35px 0;
}
    
}

/*==================================================
archive-voice
================================================== */

#archive-voice{
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

#archive-voice .title-contents{
    text-align: center;
}

@media only screen and (max-width: 768px) {
    
}

/*==================================================
contact
================================================== */

#contact{
    position: relative;
    margin-top: -50px;
    border-bottom: 1px solid #efeeee; 
    padding-bottom: 65px;
}

#contact .title-contents{
    text-align: center;
}

.box-contact{
    margin-bottom: 50px;
}

.input-flex{
    display: flex;
}

.input-flex input{
    width: 50%;
}

.input-flex input:first-child{
    margin-right: 5%;
}

#box-check p{
    line-height: 1.5;
    margin-bottom: 35px;
}

#box-check p input{
    margin-right: 12px;
    vertical-align: middle;
}

#box-check p span{
    width: 100%;
}

#contact-confirm #box-check{
    display: none;
}

#contact p.txt{
    margin-bottom: 35px;
}

#contact-confirm .ttl-con{
    background-color: #f4f4f4;
    padding: 7px 10px;
}

#contact-confirm .box-contact{
    margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {

#contact{
    padding-bottom: 35px;
}

.box-contact{
    margin-bottom: 30px;
}

#contact-confirm .box-contact{
    margin-bottom: 20px;
}

#box-check p{
    margin-bottom: 25px;
}
    
    
}

/*==================================================
privacy
================================================== */

#privacy-policy{
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}

.box-privacy{
    margin-bottom: 50px;
}

.ol-basic{
    margin: 0 0 25px 23px;
}

.box-privacy .title-basic{
    font-size: 19px;
}

.box-privacy p{
    margin-bottom: 25px;
}

.box-privacy ol li strong{
    font-weight: normal;
    display: block;
}

.box-privacy ol li{
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {

#privacy-policy{
    padding: 0 0 35px;
}

.box-privacy{
    margin-bottom: 35px;
}

.box-privacy .title-basic{
    font-size: 16px;
}

.ol-basic{
    margin: 0 0 20px 20px;
}

.box-privacy p{
    margin-bottom: 20px;
}
    
}

/*==================================================
member
================================================== */

.title-org{
    border-bottom: 2px solid #1aafce;
    padding: 0 0 6px 3px;
    font-weight: normal;
}

.box-member{
    margin: 45px 0;
    display: flex;
}

.box-member img{
    float: left;
    width: 20%;
    margin: 0 50px 0 0;
}

.box-member > div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 2.0;
}

.box-member p{
    margin: 0;
}

.box-member p strong{
    font-weight: normal;
    display: block;
    font-size: 120%;
}

@media only screen and (max-width: 767px) {

.title-org{
    line-height: 1.5;
}

.box-member{
    margin: 35px 0;
    display: block;
}

.box-member img{
    float: left;
    width: 30%;
    margin: 0;
}

.box-member > div{
    display: block;
    float: right;
    width: 64%;
    margin: 0;
    line-height: 1.6;
    padding-top: 6px;
}
    
}










