@charset "utf-8";

body{
    background:#f2f2f2;
    /* font-family: '游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic', sans-serif; */
    /* font-family: system-ui; */
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform:rotate(0.03deg);
	color: #f2f2f2;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    padding:0;
    margin:0;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #6da0fd;
	text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}


.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}


/* area */

#container{
    overflow-x: hidden;
    /*以下、IE11用*/
    z-index: 1;
    position: relative;
}

/* font-family */
/*
h1,
h2,
#service .service-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo{
    font-family: '游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic', sans-serif;
    letter-spacing: 0em;
}
*/


/* header */

#header h1 a{
    color: #ddd;
}

#header h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 0 0 2%; 
    line-height: 1;
    white-space: nowrap;
}



.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}

/* vidualarea */
#vidual-area{
    position: relative;
    height: 100vh;
}


body.appear #vidual-area::after{
    content:'';
    background:#1e1e1e;
    width:0%;
    height: 120px;
    position: absolute;
    top:675px;
    left:0px;
    z-index: -1;
	animation-name:vidualbgRLextendAnime;
    animation-duration:.4s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
}
@keyframes vidualbgRLextendAnime{
	0% {
		width:0;
	}
	100% {
		width:53%;
	}
}
#vidual-area .title-area{
    position:absolute; 
    top:520px; 
    left:20px;
    height: 298px;
    width: 1000px;
    background-size: cover;
}






#vidual-area #slider-area{
    position: absolute;
    top:70px;
    right: 10px;
    bottom: 80px;
    width: 79%;
    z-index: -1;/*最背面へ*/
}

#vidual-area h2{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 3vw;
    position: absolute;
    top:36%;
    left:5%;
}

#vidual-area dl{
    position: absolute;
    left:2%;
    bottom:2%;
}

#vidual-area dl{
    color:#aaa;
}

#vidual-area dt,
#vidual-area dd,
#vidual-area ul,
#vidual-area ul li{
    display: inline-block;
}

#vidual-area dt{
    text-transform: uppercase;
}

#vidual-area ul li{
    margin:0 10px;
}

#vidual-area ul img{
    width:20px;
}

/* service */

#service{
    padding: 0% 10% 30px 10%;
}

#service .service-area{
    display: flex;
    /* justify-content: space-between; */
    justify-content: start;
    flex-wrap: wrap;
    padding:10% 0 0 0;
    position: relative;
}

#service .service-area::after{
    opacity: 0;
}

#service .service-area.startwd::after{
     content:'';
    position: absolute;
    top:15%;
    right:0;
    width:0;
    height: 75vh;
    background:#232323;
    z-index: -1;
	animation-name:sevicebgRLextendAnime;
    animation-duration:.9s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
}
@keyframes sevicebgRLextendAnime{
	0% {
        opacity: 0;
		width:0;
	}
	100% {
        opacity: 1;
		width:105%;
	}
}


#service .service-area section{
     width:35%;   
}

#service .service-area section h3{
    font-size: 2rem;
    margin: 0 0 5% 0;
    letter-spacing: 0em;
    line-height:1.3em;
}

#service .service-area section p{
    margin: 0 0 30px 0;
}

#service .service-img-wrapper{
    position:relative;
    overflow: hidden;
    width:65%;
}



#news{
    padding: 0 0 5% 15%;
}

#news .area li{
    padding: 20px 0;
}

#news .area time{
    display: block;
    color: #aaa;
}

#news .tab{
    position: relative;
    top:1px;
}

#news .tab-choice-area{
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
}

/* gallery */

#gallery{
    margin: 0 5% 30px;
    background-color: #f2f2f2;
}

#gallery li{
    overflow: hidden;
    /* overflow-wrap: break-word; */
    background-color:#fff;
    margin:0px;
    padding:0px 5px 15px;
    border-radius:10px;
}

.gallery img{
    opacity: 1;
}

.gallery img:hover{
    opacity: 1;
}

/* contact */

#contact{
    border-top: 0px solid #aaa;
    border-bottom: 0px solid #aaa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact .contact-detail{
    width:65%;
    border-right: 1px solid #aaa;
    text-align: center;
    padding: 20px;
}

#contact .contact-detail h2{
     margin:0 0 5px 0;   
    font-size: 1.5rem;
}

#contact .contact-tel{
     width:35%;
}

#contact .contact-tel p{
    text-align: center;
}

#contact .contact-tel p a{
     display: block;  
    padding: 20px;
    transition: all .3s;
}

#contact .contact-tel p a:hover{
     background:rgba(255,255,255,0.2);   
}

#contact .contact-tel p:last-child{
    border-top:1px solid #aaa;
}

#contact .contact-tel br{
    display: none;
}


/* footer */

.footer {
    display:block;
    text-align: center;
    margin:30px auto;
}
.footer-text {
	color:#4d4d4d;
	font-size:16px;
	font-weight:500;
    margin: 0px auto;
    padding:0px 10px;
    line-height: 1.5;
}

#footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    opacity: 1;
    padding:5%;
}

#footer .footer-info{
    width:30%;
}

#footer .footer-info .footer-logo{
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

#footer .footer-info address{
    font-style: normal;
    margin: 0 0 10px 0;
}

#footer .footer-info ul li{
    margin: 0 0 10px 0;
}

#footer .footer-info dl dt,
#footer .footer-info dl dd{
    display: inline-block;
}

#footer .footer-info dl dt::after{
    content:':';
    padding: 0 10px;
}


#footer .footer-link{
    width:65%;
}

#footer .footer-link ul{
     display: flex;
    flex-wrap: wrap;
    line-height: 2.5;
}

#footer .footer-link ul li{
    margin: 0 20px;
}

#footer .footer-link ul ul li{
    margin:0 10px 0 0;
}

#footer small{
    padding: 10px 0 0 0;
    display: block;
    margin: auto; /*中央寄せ*/
    text-align: center;
    color: #646464;
}
#footer .footer-link ul ul{
     display: block;
}


@keyframes kenburns {
    0% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.corner-title {
    color:#fff;
    font-size: 28px;
    font-weight:500;
    margin: 100px 0 15px 0;
    text-transform: none;
    letter-spacing: 0em;
    line-height:1.2em;
    background-image: linear-gradient(90deg, rgba(21, 96, 166, 1), rgba(52, 120, 173, 1) 10%, rgba(215, 247, 210, 1) 50%, rgba(255, 255, 255, 0));
    padding: 15px 0px 15px 20px;
}

.table-name {
	color:#4d4d4d;
	font-size:22px;
	font-weight:500;
	margin-bottom: 0%;
	padding-bottom: 0%;
    line-height: 20px;
    margin: 15px 0px;
    text-align:center;
}
.table-age {
	color:#4d4d4d;
	font-size:17px;
	font-weight:500;
	margin-bottom: 0%;
	padding-bottom: 0%;
    line-height: 20px;
    margin: 0px 0px 0px 15px;
}
.table-text {
	color:#fff;
	font-size: 18px;
    font-weight:bold;
    line-height: 1.8;
    text-align:center;
}

.party-jimin {
    display:inline-block;
	background-color:#c8204c;
    border-radius:5px;
    width:70%;
}
.party-ishin {
    display:inline-block;
	background-color:#159875;
    border-radius:5px;
    width:70%;
}
.party-chudo {
    display:inline-block;
	background-color:#1e73c1;
    border-radius:5px;
    width:70%;
}
.party-kokumin {
    display:inline-block;
	background-color:#b0a200;
    border-radius:5px;
    width:70%;
}
.party-kyosan {
    display:inline-block;
	background-color:#dc5252;
    border-radius:5px;
    width:70%;
}
.party-reiwa {
    display:inline-block;
	background-color:#cc3e8f;
    border-radius:5px;
    width:70%;
}
.party-sansei {
    display:inline-block;
	background-color:#d57800;
    border-radius:5px;
    width:70%;
}
.party-genzei-yukoku {
    display:inline-block;
	background-color:#4553d9;
    border-radius:5px;
    width:70%;
}
.party-hoshu {
    display:inline-block;
	background-color:#8b66b9;
    border-radius:5px;
    width:70%;
}
.party-shamin {
    display:inline-block;
	background-color:#4193c3;
    border-radius:5px;
    width:70%;
}
.party-mirai {
    display:inline-block;
	background-color:#3aa49b;
    border-radius:5px;
    width:70%;
}
.party-other {
    display:inline-block;
	background-color:#647c83;
    border-radius:5px;
    width:70%;
}

.party-new-former {
    display:inline-block;
    background-color:#4d4d4d;
    border-radius:5px;
    width:20%;
    margin:0px 0px 0px 5px;
}

.party-frame {
    text-align:center;
}

.nbc-logo {
    max-width:300px;
    height:auto;
    margin:0px auto;
}



h2{
    font-size: 2.3rem;
    margin: 20px 0 30px 0;
    text-transform: none;
    letter-spacing: 0em;
    line-height:1.3em;
}

h3{
    color:#343434;
    font-size: 30px;
    margin: 100px 0 15px 0;
    text-transform: none;
    letter-spacing: 0em;
    line-height:1.2em;
}

.h4{
    color:#ffffff;
	font-size:22px;
	font-weight:600;
    line-height: 30px;
    margin-top: 50px;
    text-align: center;
}
.h4a{
    color:#ffffff;
	font-size:18px;
	font-weight:600;
    line-height: 30px;
    margin-top: 0px;
    text-align: center;
}
.h5{
    color:#ffa500;
	font-size:25px;
	font-weight:600;
    line-height: 30px;
    margin-top: 50px;
    text-align: center;
}
.info-title-frame {
    background-color:#1560a6;
    width:100%;
    text-align:center;
    margin:20px 0px 0px;
}
.info-title{
    color:#fff;
	font-size:26px;
	font-weight:500;
    line-height:1.4;
    margin: 0px auto;
    padding:20px 0px;
    text-align: center;
}


/* imgモーダル表示 */
.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.dig-link {
    max-width:680px;
    padding:10px;
    margin:30px auto 10px;
}
.dig-logo {
    max-width:480px;
    height:auto;
    margin:15px auto;
}
.dig-img {
    width:100%;
    height:auto;
    margin:0 auto;
    border: solid 10px #fff;
}
.dig-title {
    color:#1560a6;
    font-family: system-ui;
	font-size:22px;
	font-weight:500;
    line-height:1.5;
    margin: 5px auto 0px;
    padding:5px 20px;
    text-align: left;
}

.dig-link-small {
    width:100%;
    padding:0px;
    margin:10px auto 0px;
    background-color:#fff;
}
.dig-img-small {
    width:100%;
    height:auto;
    margin:25px 0px 0px;
}
.dig-img-small img {
    border-radius:8px;
}
.dig-title-small {
    color:#1560a6;
	font-size:16px;
	font-weight:500;
    line-height:1.5;
    margin: 10px 10px;
    padding:0px;
    text-align: center;
}
/****************************************************/

@media only screen and (max-width: 1110px) {
    .tab-area{
        width:100%;
    }
    
}


@media screen and (max-width:960px){
  #header h1{
    position: absolute;
      top:22px;
      left:20px;
      padding: 0;
    }
    body.appear #vidual-area::after{
        content:'';
        background:#1e1e1e;
        width:0%;
        height: 60px;
        position: absolute;
        top:600px;
        left:0px;
        z-index: -1;
        animation-name:vidualbgRLextendAnime;
        animation-duration:.4s;
        animation-fill-mode:forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2s;
    }
    @keyframes vidualbgRLextendAnime{
        0% {
            width:0;
        }
        100% {
            width:95%;
        }
    }
    #vidual-area .title-area{
        position:absolute; 
        top:550px; 
        left:10px;
        height: 104px;
        width: 350px;
        background-size: cover;
    }

#vidual-area{
    height: 90vh;
}
#vidual-area #slider-area{
    width:100%;
    height: 90vh;
}
#vidual-area h2{
    font-size:2.1rem;
}
#vidual-area dl{
    left:20px;
    bottom:16px;
}
#vidual-area ul li{
    margin:0 2px;
}
    
    #service .service-area.startwd::after{
        content:'';
       position: absolute;
       top:0%;
       right:0;
       width:0;
       height: 99%;
       background:#232323;
       z-index: -1;
       animation-name:sevicebgRLextendAnime;
       animation-duration:.9s;
       animation-fill-mode:forwards;
       animation-timing-function: ease-in-out;
   }
   @keyframes sevicebgRLextendAnime{
       0% {
           opacity: 0;
           width:0;
       }
       100% {
           opacity: 1;
           width:108%;
       }
   }
}


@media screen and (max-width:830px) {
    #footer{
        justify-content: center;
        padding:5% 0;
    }
    #footer .footer-info{
        width:100%;
        padding: 0 0 5% 0;
        margin: 0 0 5% 0;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }
    #footer .footer-info li:nth-of-type(2) dt::after{
        content:'';
        padding: 0;
    }
    #footer .footer-info li:nth-of-type(2) dd{
        display: block;
    }
    
    #footer .footer-link{
        width:auto;
    }

    #footer .footer-link ul {
    justify-content: center;
    }
    
    #footer small {
        padding:10% 0;
        text-align:center;
    } 
}


@media screen and (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
    .concept01 {
        color:#646464;
        text-align: center;
        font-size: 30px;
    }
    .title-img{
        text-align: center;
        width:100%;
        height:auto;
    }
}



@media only screen and (max-width: 767px) {
#service{
    padding: 20px 10px 30px;
}
#news {
    padding: 0 0 5% 30px;
}
.info-title-frame {
    margin:0px;
}
.info-title {
	font-size:19px;
}
.corner-title {
    font-size: 19px;
    margin: 40px 0 15px 0;
    background-image: linear-gradient(90deg, rgba(21, 96, 166, 1), rgba(52, 120, 173, 1) 60%, rgba(215, 247, 210, 1) 90%, rgba(255, 255, 255, 0));
}
#gallery {
    margin: 0 12% 30px;
}
#gallery li {
    margin: 0px 0px 25px;
}
.concept01 {
    color:#646464;
    text-align: center;
}
.title-img{
    text-align: center;
    width:100%;
    height:auto;
    margin: 0px;
}
.dig-title {
	font-size:16px;
}


.pc-only {
    display: none !important;
}

}



@media screen and (max-width:690px) {
#contact .contact-detail,
#contact .contact-tel{
    width:50%;
}
    
#contact .contact-tel br{
    display: block;
}
#contact .contact-detail h2{
    font-size: 1.2rem;
}
#contact .contact-detail p{
    text-align: left;
}
}


@media screen and (max-width:570px) {
#service .service-area section{
     width:100%;
    margin: 0 0 50px 0;
    padding: 0 10% 0 0;
}

#service .service-img-wrapper,
#service .service-img1,
#service .service-img2,
#service .service-img5{
    width:100%;
    height: 190px;
    background-position: center;
    }
    #service .service-img-wrapper{
        margin:0 0 40px 0;
    }
}




@media screen and (max-width:500px) {
    #service .service-lead{
        padding: 0 10% 0 0;
    }
#service .service-lead br{
    display: none;
}
}
@media screen and (max-width:450px) {
#vidual-area h2{
    font-size:7vw;
    top: inherit;
    bottom: 13%;
}

}

@media screen and (max-width:400px) {
    #contact{
        font-size: 0.8rem;
}
    #footer .footer-link ul li{
        margin: 0 10px;
}
}




