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

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

.mv-page{
	width: 100%;
	height: 100vh;
    position: relative;
}

.mv-page.mv-product{
    height: 45vh;
}

.mv-page.mv-company{
    height: 80vh;
}

.mv-img-top{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv-copy{
    position: absolute;
    display: flex;
	z-index: 1;
	width: 100%;
	top: 0;
    height: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.mv-copy{
     /*text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);*/
    font-size: 92px;
    margin-bottom: 35px;
    line-height: 1;
}


.mv-copy-jp{
    letter-spacing: 0.5em;
    font-size: 18px;
}

#mv{
    height: 18vw;
    position: relative;
}

#mv img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

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

.mv-page{
}

.mv-copy{
    font-size: 72px;
    margin-bottom: 25px;
}


.mv-copy-jp{
    font-size: 15px;
}
    
}

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

.mv-page{
	height: 50vh;
}    
}
    



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

.mv-copy{
    font-size: 62px;
    margin-bottom: 25px;
}


.mv-copy-jp{
    font-size: 13px;
}
    

}

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

.mv-page{
	height: 50vh;
}    
    
    
}

@media only screen and (max-width: 767px) {
    
.mv-page{
	height: 80vh;
}

.mv-copy{
    font-size: 8vw;
    margin-bottom: 25px;
}


.mv-copy-jp{
    font-size: 12px;
}

#mv{
    height: 38vw;
}


    
}


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

.title-p{
    color: #fff;
}

.title-p img{
	height: 64px;
	vertical-align: bottom;
	margin-bottom: 20px;
}

.left-line{
	display: flex;
  align-items: center;
	margin: 0 !important;
	font-style: italic;
	
}

.left-line::before {
  content: "";
  flex: 1;                    /* 横に伸ばす */
  height: 1px;                /* 線の太さ */
  background-color: #fff;     /* 線の色 */
  margin-right: 10px;         /* 線と文字の間の余白 */
}



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

.txt{
    line-height: 2.2;
    text-align: justify;
}

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

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

.txt-lead{
    font-size: 22px;
}

.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;
}

.txt{
    text-align: justify;
    line-height: 2.2;
}

.box-flex{
	display: flex;
}

.box-flex > div{
	flex: 1;
}

.box-scroll{
    overflow-x: auto;
    padding-bottom: 20px;
}

.box-img1ko{
    text-align: center;
    margin: 35px 0;
    position: relative;
}
.box-img1ko img{width: 48%;vertical-align: bottom;}

.pic-left{
    width: 95%;
    margin-bottom: 50px;
}

.pic-left img{
    width: 100%;
    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;
}
.box-img1ko img{width: 54%;}

}

@media only screen and (max-width: 599px) {
	
.title-p img{
	height: 13vw;
	vertical-align: bottom;
	margin-bottom: 20px;
}	

.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;
}
.box-img1ko img{width: 94%;}
    
}

/*==================================================
top-about
================================================== */

#top-about{
    text-align: center;
    line-height: 2.0;
}

.txt-top-about{
    float: left;
    width: 50%;
    text-align: left;
}

.top-about-pic{
    float: right;
    width: 45%;
    font-size: 13px;
    text-align: right;
}


#top-about .btn-area1btn{
	padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}

p.p-name{
    margin: 25px 0 0;
    text-align: right;
}

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

#top-about{
    text-align: center;
    line-height: 2.0;
}

.txt-top-about{
    float: none;
    width: 100%;
    margin-bottom: 25px;
}

.top-about-pic{
    float: none;
    width: 100%;
    font-size: 12px;
    margin-bottom: 35px;
}


#top-about .btn-area1btn{
    text-align: center;
}

p.p-name{
    margin: 20px 0 0;
}

    
}

/*==================================================
ci-list
================================================== */

#ci-list article{
    margin-bottom: 65px;
}

#ci-list article h3{
    text-align: center;
    display: block;
    font-size: 21px;
    margin-bottom: 35px;
}

#ci-list article h3 span{
    display: inline-block;
    border: 2px solid #000;
    padding: 10px 0;
    width: 240px;
}

.ul-ci{
    list-style: none;
    display: flex;
}

.ul-ci li{
    flex: 1;
    padding: 20px;
    background-color: #f4f4f4;
    text-align: center;
}

.ul-ci li:nth-child(2){
    margin: 0 15px;
}

.ul-ci li:nth-child(2){
    transition-delay: 200ms;
}

.ul-ci li:nth-child(3){
    transition-delay: 400ms;
}

.ul-ci li strong{
    display: block;
    font-weight: normal;
    margin-top: 15px;
}

.box-pic{
    background: #fff;
    padding: 5px 0;
}

.box-pic img{
    vertical-align: bottom;
    height: 120px;
}




@media (max-width: 768px) {

	
}

@media (max-width: 599px) {
    
#ci-list article{
    margin-bottom: 65px;
}

#ci-list article h3{
    font-size: 5.2vw;
    margin-bottom: 25px;
}

#ci-list article h3 span{
    padding: 5px 0;
    width: 100%;
}

.ul-ci{
    display: block;
}

.ul-ci li{
    padding: 20px;
    margin: 0 auto 15px;
}

.ul-ci li:nth-child(2){
    margin: 0 auto 15px;
}

.box-pic img{
    height: 120px;
}

.ul-ci li:nth-child(2){
    transition-delay: 0ms;
}

.ul-ci li:nth-child(3){
    transition-delay: 0ms;
}
    
    
}


/*==================================================
ページリスト(.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: 480px) {


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: #000;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
    border-radius: 50%;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #000;
	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: 480px) {


    
    
}


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


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

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

.ul-newslist{
    list-style: none;
    width: 90%;
    margin: 0 auto;
}

.ul-newslist li{
    display: flex;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.news-line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	border-top: 1px solid #000;
}

.news-date{
	width: 12%;
}




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

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


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

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

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


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



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

#news-detail{
    
}

#news-head{
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.title-news{
    display: block;
    font-size: 36px;
    line-height: 1.3;
}
.title-news small{
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 0 5px;
}

#news-body{
    line-height: 2.0;
}

#news-body p{
    margin-bottom: 35px;
}

#news-body img{
    vertical-align: bottom;
    margin-bottom: 35px;
    max-width: 100%;
}



#news-bottom{
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	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: #000 !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: 767px) {

#news-head{
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.title-news{
    font-size: 6vw;
}
.title-news small{
    font-size: 13px;
    margin: 6px 0 0 3px;
}

#news-body{
    line-height: 1.7;
}

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

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




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

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

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

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

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




/*==================================================
policy
================================================== */

#policy-body{
    line-height: 2.0;
}

#policy-head{
    margin-bottom: 50px;
}

#policy p,
#policy-body > ol > li > ul{
    margin-bottom: 25px;
}
#policy-body > ol > li > ul > li{
    margin-bottom: 10px;
}

#policy-body > ol{
    margin-left: 20px;
}

#policy-body > ol > li{
    margin-bottom: 35px;
}

#policy-body ol li strong{
    display: block;
    font-size: 120%;
}

#policy-body ol li .pravacy-txt strong{
    font-size: 100%;
}

.pravacy-txt{
    margin-bottom: 20px;
}

.circle-number {
  list-style: none;
    margin-bottom: 20px;
}

.circle-number li {
  position: relative;
  padding-left: 2em;
}

.circle-number li::before {
  position: absolute;
  left: 0;
}

.circle-number li:nth-child(1)::before { content: "①"; }
.circle-number li:nth-child(2)::before { content: "②"; }
.circle-number li:nth-child(3)::before { content: "③"; }
.circle-number li:nth-child(4)::before { content: "④"; }
.circle-number li:nth-child(5)::before { content: "⑤"; }

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

#policy-body{
    line-height: 1.8;
}

#policy-head{
    margin-bottom: 25px;
}


}


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

#contact{
    padding-top: 110px;
}

.txt-contact-top{
    margin-bottom: 25px !important;
}

.contact-body article{
    margin-bottom: 35px;
    line-height: 1.8;
}

.contact-body article p{
    line-height: 1.5;
    border-left: 5px solid #000;
    padding: 5px 0 5px 10px;
    
}

.privacy-check{
    line-height: 1.5;
}

#contact-confirm .privacy-check{
    display: none;
}



.table-contact{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
}

.table-contact tr{
    border-top: 1px solid #ddd;
}

.table-contact th{
    width: 25%;
    background-color: #f4f4f4;
    vertical-align: middle;
    text-align: center;
    padding: 25px 20px ;
    box-sizing: border-box;
}

.table-contact td{
    width: 75%;
    background-color: #fff;
    vertical-align: middle;
    text-align: left;
    padding: 25px 20px ;
    box-sizing: border-box;
}

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

.table-contact{
    border: none;
}

.table-contact tr{
    border:none;
}

.table-contact th{
    display: block;
    width:100%;
    padding: 15px 20px;
}

.table-contact td{
    display: block;
    width:100%;
    padding: 25px 20px ;

}
    
}

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

.table-contact th{
    padding: 12px 10px;
}

.table-contact td{
    padding: 15px 7px 25px ;

}
    
}


/*==================================================
company
================================================== */

#company{
    padding-top: 80px;
    padding-bottom: 0;
}



.mv-title{
    display: block;
    font-size: 24px;
    color: #fff;
}


#gmap{
    margin-top: 100px;
}

#gmap iframe{
    width: 100%;
    height: 450px;
    vertical-align: bottom;
}

.contents-company{
    padding-top: 100px;
}

.box-company{
    font-size: 19px;
    line-height: 2.0;
    text-align: center;
}
.box-company p{
    margin: 0;
}

.pic-profile{
    float: right;
    width: 45%;
}

.box-profile table{
    width: 50%;
    float: left;
}

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

#company{
    padding-top: 60px;
}
    
#gmap{
    margin-top: 65px;
}

#gmap iframe{
    height: 280px;
}

.contents-company{
    padding-top: 65px;
}

.box-company{
    font-size: 18px;
}

.pic-profile{
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.box-profile table{
    float: none;
    width: 100%;
}
    
}



@media only screen and (max-width: 767px) {
    
#gmap{
    margin-top: 50px;
}

#gmap iframe{
    height: 280px;
}

.contents-company{
    padding-top: 50px;
}

.box-company{
    font-size: 4vw;
}

.pic-profile{
    margin-bottom: 20px;
}
    
}














