@charset "utf-8";

@media screen and (max-width: 767px) {
    br.br-pc {
        display: none !important;
	}
	br.br-ipad {
        display: none !important;
	}
	.img-pc{
		display: none;
	}
	.pc{
		display: none;
	}
}
 
@media screen and (min-width: 1024px) {
    br.br-sp {
        display: none !important;
	}
	br.br-ipad {
        display: none !important;
	}
	.img-sp{
		display: none;
	}
	.sp{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	br.br-sp {
        display: none !important;
	}
	br.br-pc {
        display: none !important;
	}
	.img-sp{
		display: none;
	}
	.sp{
		display: none;
	}
}


html {
	scroll-behavior: smooth;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a:hover,
a:active{
  text-decoration: none;
}

a.btn{
	font-size: 18px;
}

h2.title{
	width: 50%;
  	position: absolute;
  	z-index: 2;
  	top: 68%;
  	left: 30%;
  	transform: translate(-50%, -50%);
  	text-align: center;
  	font-size: 32px;
  	text-transform: uppercase;
  	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.03em;
	/*letter-spacing: 0.1em;*/
	/*top: 50%;
  	left: 50%;
	font-size: 30px;*/
}

.sl-ttl-btn {
	width: 50%;
  	position: absolute;
  	z-index: 2;
  	top: 80%;
  	left: 30%;
  	transform: translate(-50%, -50%);
  	text-align: center;
  	font-size: 16px;
  	letter-spacing: 0.1em;
  	text-transform: uppercase;
  	color: #fff;
}

.sl-ttl-box-btn {
	position: relative;
  	text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 40px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	/*overflow: hidden;*/
}

.sl-ttl-box-btn span {
  	position: relative;
  	z-index: 3;
  	color:#fff;
}

.sl-ttl-box-btn:hover span {
  color:#fff;
}

.wrapper{
  	position: relative;
}

.container{
  	background:#555;
}

.container p{
  padding: 300px 0; 
  text-align: center;
  color: #fff;
}

section.content{
	text-align: center;
	/*padding-top: 74px;*/
	line-height: 1.3;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	/*margin-top: 100px;
	padding-top: 200px;*/
}
.content._business{
	padding-top: 80px;
}

section.content.top{
	text-align: center;
	margin-top: 8%;
}

section.content._01{
	padding-top: 100px;
}

h2.title {
	font-size: 28px;
	margin-bottom: 50px;
	line-height: 1.8;
}

h2.title_1 {
    font-size: 2.6rem;
	margin-bottom: 50px;
	line-height: 0.8;
	/*font-size: 28px;*/
}

h2.title._top{
	margin-bottom: 150px;
}


/*-パンくずリスト-*/
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
    position: relative;
    z-index: 1;
	padding: 0 20px;
	/*margin: 180px 0 80px;*/
    /*margin-bottom: 80px;*/
}

.breadcrumbs._business{
	display: flex;
	flex-wrap: wrap;
    position: relative;
    z-index: 1;
	padding: 120px 20px 0;
	/*margin: 180px 0 80px;*/
    /*margin-bottom: 80px;*/
}

.breadcrumbs div {
    padding-right: 30px;
}

.breadcrumbs div a,span.page-name {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";
    font-size: 12px;
    line-height: 32px;
    text-align: left;
    color: #3b3b3b;
    position: relative;
}

.breadcrumbs div a::before {
    content: '>';
    background-size: contain;
    background-repeat: no-repeat;
    right: -18px;
    width: 6px;
    height: 7px;
    position: absolute;
}

/*TOP画像*/
img.point-top-img{
	width: 100vw;
    position: relative;
    left: 0;
    top: 0;
}
img.point-top-img.img-pc{
    height: 100vh;
	object-position: bottom center;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
	h2.title{
		font-size: 26px;
	}
}

@media screen and (max-width: 1100px) {
	h2.title{
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	h2.title{
		font-size: 18px;
		top: 52%;
	}
	h2.title_1 {
		font-size: 23px;
	}
	h2.title._top{
		margin-bottom: 50px;
	}
    .breadcrumbs {
		/*display: none;*/
        /*top: 10px;*/
		margin: 0 0 0;
		padding: 0 12px;
        position: absolute;
    }
	.breadcrumbs._business{
		padding: 80px 20px 0;
	}
	.breadcrumbs div a, span.page-name{
		font-size: 9px;
	}
	/*.breadcrumbs div {
        height: 27px;
	}
	.breadcrumbs div a,span.page-name {
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1;
        display: block;
        margin-top: 9px;
    }
	.breadcrumbs div a::before {
        width: 5px;
    }*/
	h2.title {
		width: 100%;
		top: 50%;
		font-size: 16px;
		left: 50%;
	}
	.sl-ttl-btn{
		font-size: 14px;
		top: 60%;
		left: 50%;
	}
	.sl-ttl-box-btn{
		padding: 2px 26px;
		letter-spacing: 0.03em;
        line-height: 24px;
	}
	.content._business{
		padding-top: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	h2.title{
		width: 69%;
    	top: 50%;
    	font-size: 26px;
    	left: 50%;
	}
	h2.title._top {
    	margin-bottom: 100px;
	}
	.sl-ttl-btn{
		padding: 12px 50px;
    	letter-spacing: 0.03em;
    	line-height: 24px;
    	font-size: 16px;
    	top: 60%;
    	left: 50%;
		/*padding: 2px 26px;*/
	}
	.breadcrumbs{
		margin: 0 0 40px;
		/*margin: 18px 0 80px;*/
	}
	.breadcrumbs div a, span.page-name{
		font-size: 16px;
	}
	.content._business{
		padding-top: 0px;
	}
}

/*----------------------------------------header-----------------------------------------*/
img.hd-logo {
    width: 250px;
	/* width: 170%;*/
}

@media screen and (min-width: 1600px),print {
	img.hd-logo {
   		width: 160%;
	}
}

/*----------------------------------------txt-----------------------------------------*/

.text-animation {
  opacity: 0;

  &.show {
    opacity: 1;

    .text-animation-span {
      display: inline-block;
      overflow: hidden;
	  letter-spacing: 0.02em;

    }
    span {
      display: inline-block;
      animation: showText .4s backwards;
    }
  }
}

@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*-----------------------------------------TOP-----------------------------------------*/
/*-- TOP-slider --*/
.slider {
    position:relative;
  	z-index: 1;
  	height: 100vh;
}

.slider-item {
	height: 100vh;
    object-position: bottom center;
    object-fit: cover;
	background-size: cover;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    /*width: 100%;*/
	/*height: 800px;*/
    /*height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.slick-prev, 
.slick-next {
    position: absolute;
  	z-index: 3;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印*/
    left:1.5%;
    transform: rotate(-135deg);
	opacity: 0.7;
}

.slick-next {/*次へ矢印*/
    right:1.5%;
    transform: rotate(45deg);
	opacity: 0.7;
}

.slick-dots {
  position: relative;
  	z-index: 3;
    text-align:center;
  	margin:-30px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 46px;
    height: 1px;
    display:block;
	border-radius: unset;
    background:#fff;
	/*width: 8px;
    height:8px;
	border-radius:50%;*/
}

.slick-dots .slick-active button{
    background:#333
}
/*-- TOP-slider --*/

/*-- sc01 --*/
section.sc01{
	margin: 150px auto 80px;
	text-align: center;
	/*margin: 150px auto 100px;*/
}

h1.concept-ttl {
	margin-top: 20px;
    font-size: 2rem;
	ont-weight: lighter;
	display: flex;
    justify-content: center;
}

p.ttl-txt {
	margin-top: 30px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	line-height: 2;
	font-size: 16px;
}


/*-- sc02 --*/
section.sc02 {
	max-width: 80%;
    height: 40%;
    margin: auto;
    margin-bottom: 180px;
	position: relative;
	/*margin-top: 100px;*/
	/*max-width: 65%;
	margin-bottom: 150px;*/
}
.concept_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-box{
	width: calc(100% / 4);
    padding: 0;
    box-sizing: border-box;
	/*margin-bottom: 40px;*/
	/*width: calc(100% / 3);
	padding: 0 14px;*/
}

.concept_inbox{
	text-align: center;
	position: relative;
    width: 88%;
    margin: auto;
    border-radius: 12px;
    object-fit: cover;
	/*margin-bottom: 20px;*/
	/*background: #fff;*/
}

img.sc02-img {
    width: 100%;
	border-radius: 5px;
	filter: brightness(70%);
}

section.sc02 h2.box_neme {
    position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.6;
	color: #fff;
}

/*h2.box_neme a:hover{
	opacity: 0.5;
	transition: .6s;
}*/

/*-btn-*/
span.sc02_top_arrow::before{
	-webkit-transition: all .3s;
	content: '';
	background-size: cover;
	position: absolute;
}

.sc02 span.sc02_top_arrow::before{
	top: 2px;
    right: 0px;
    background-image: url(../images/common/arrow.svg);
    width: 12px;
    height: 9px;
}

span.sc02_top_arrow:after {
    bottom: -6px;
    width: calc(100% + 6px);
    background-color: #fff;
}

.btn01 {
    position: relative;
    padding-right: 18px;
    margin-bottom: 12px;
	font-size: 13px;
}

.btn01::after{
	transition: all .3s;
    content: '';
	left: -2px;
	height: 1px;
    position: absolute;
}

span.sc02_top_arrow.btn01:hover{
	opacity: 0.5;
	transition: .6s;
}
	

/*-- sc03 --*/
.sc03{
    height: 100%;
	background: linear-gradient(to left, #fafafa, #FFF);
	/*background: #fafafa;*/
}
.top-bd{
	width: 1099px;
	max-width: 100%;
	margin: auto;
	padding-top: 150px;
	/*max-width: 60%;
	margin: auto;
	padding-top: 150px;*/
	/*padding-top: 180px;*/
}

.sc03_top_flex {
    display: flex;
	justify-content: space-between;
}

.sc03 h2 {
    font-size: 2.8rem;
    line-height: 0.9;
}

/*.sc03 h2 span.top-bd-subttl{
	margin-top: 15px;
    font-size: 16px;
}*/

.sc03 p.top-bd-subttl{
	margin-top: 10px;
    font-size: 14px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.top-bd-txt{
	margin-top: 30px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
}

.sc03_top_btn {
    margin-top: 40px;
}

/*btn*/
.bdlink-btn{
	margin: 40px 0 20px 20px;
	text-align: center;
}

.bdlink-btn{
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
    border: 1px solid #000;
    padding: 10px 40px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.bdlink-btn span {
  	position: relative;
  	z-index: 3;
  	color:#000;
}

.bdlink-btn:hover span{
  color:#fff;
}

ul.bdslider li a:hover{
	transition: .8s;
	opacity: 0.5;
}

/*-- 03-slider --*/
.bd-wrapper {
    margin-top: 90px;
	/*margin-bottom: 200px;*/
}

.bdslider {
  	z-index: 1;
	height: 56vh;
  	/*height: 100vh;*/
}

.bdslider-item {
    width: 96%;
	margin: auto;
	height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	filter: brightness(90%);
	border-radius: 7px;
	/*height: 800px;*/
    /*height:100vh;*/
}

ul.bdslider .slick-dots{
	position: relative;
  	z-index: 3;
  	text-align: left;
  	margin: 20px 0 0 90px;/*ドットの位置*/
	/*margin: 0 0 0 80px;*/
}

ul.bdslider .slick-dots li {
    display:inline-block;
  	margin:0 5px;
}

ul.bdslider .slick-dots button {
    color: transparent;
    outline: none;
    width:46px;
    height:1px;
    display:block;
    border-radius:0;
    background:#88919A;
	/* 
	border-radius:50%;
	width:8px;
    height:8px;*/
}

ul.bdslider .slick-dots .slick-active button{
    background: #3b3b3b;
	/*background:#222;*/
}

p.bdnum{
	width: 100%;
    transform: translate(8%, -314%);
	font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	/*width: 96%;
	text-align: center;
	transform: translate(36%, -1144%);*/
}

h2.main-bdtitle{
	width: 100%;
    transform: translate(8%, -64px);
	font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	/*transform: translate(5%, -294%);*/
}
/*-- TOP-slider --*/


/*-- sc04 --*/
.sc04-box {
    margin-top: 12%;
}
/*.sc04{
	display: flex;
	flex-direction: column-reverse;
}*/

/*.list__body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}*/

/*.list-ttl{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
}*/

.list-ttl {
	margin-bottom: 0;
  	font-size: 2.8rem;
  	font-weight: normal;
  	letter-spacing: 0.02em;
	line-height: 0.9;
	text-align: center;
    /*font-size: 20px;*/
	/*margin-bottom: 10px;*/
}

/*.list-ttl span.top-news-subttl{
	margin-top: 15px;
    font-size: 16px;
}*/

.list-ttl p.top-news-subttl{
	margin-top: 15px;
    font-size: 16px;
}

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


.list-img img{
	max-width: none;
	width: 100%;
}

.list_area-box{
	position: absolute;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
	/*color: #fff;*/
}

p.top-history-txt {
    margin-top: 20px;
}

/*btn*/
.list_area {
	width: 90%;
    height: 90%;
	margin: auto;
    text-align: center;
	position: relative;
	background: #fafafa;
	/*background: #f5f5f5;*/
	/*background: #B1B7BD;*/
}
@media screen and (min-width: 768px) and (max-width: 985px){ .list_area{ padding-right: 5%; padding-left: 5%;}}
@media screen and (min-width: 986px) and (max-width: 1090px){ .list_area{ padding-right: 10%; padding-left: 10%;}}

.list_area p {
  	line-height: 2;
  	font-size: 16px;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) and (max-width: 964px){ .list_area p{ line-height: 2.5; font-size: 10px;}}
@media screen and (min-width: 965px) and (max-width: 1027px){ .list_area p{ line-height: 2.0; font-size: 10px;}}
@media screen and (min-width: 1028px) and (max-width: 1276px){ .list_area p{ line-height: 2.0; font-size: 12px;}}

@media screen and (min-width: 768px),print{
	/*.sc04 {
		flex-direction: row-reverse;
	}
	.sc04._reverse{
		flex-direction: row;
	}*/
	.list-img{
		width: 50%;
	}
}

.list-ttl-btn {
	width: 50%;
  	position: absolute;
  	z-index: 2;
  	top: 134%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
  	font-size: 14px;
  	text-transform: uppercase;
  	color: #fff;
	/*letter-spacing: 0.1em;*/
}

.list-box-btn {
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
    border: 1px solid #000;
    padding: 10px 40px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	/*border: 1px solid #fff;*/
}

.list-box-btn span {
  	position: relative;
  	z-index: 3;
  	color: #000;
	/*color:#fff;*/
}

.list-box-btn:hover span {
  color:#fff;
}


/*-- sc05 --*//*-- sc06 --*/
p.top-news-subttl {
	margin-top: 10px;
	font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

section.sc05,.top-news {
	width: 1099px;
	max-width: 100%;
	margin: auto;
	margin-top: 200px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /*max-width: 60%;
    margin: auto;
	margin-top: 200px;*/
    /*margin-bottom: 180px;*/
}

section.sc05{
	margin-top: 200px;
    margin-bottom: -40px;
}

.top-news {
	margin-bottom: 100px;
}

.sc05 h2,.sc06 h2{
	font-size: 2.8rem;
	line-height: 0.9;
}

.sc06 h2{
	padding-top: 150px;
}

/*.sc05 h2 span.top-news-subttl,.sc06 h2 span.top-sns-subttl{
	margin-top: 15px;
	font-size: 16px;
}*/

.sc05 h2 p.top-news-subttl,.sc06 h2 p.top-sns-subttl{
	margin-top: 15px;
	font-size: 16px;
}

p.top-sns-subttl.text-animation.show {
    margin-top: 10px;
}

.top-news-flex {
    margin-bottom: 80px;
}

.news-itembox{
	margin: 60px auto;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.news-itembox-flex{
	display: flex;
}

.news_item_date {
    margin-right: 10px;
}

.news_category{
	 width: 9%;
	border-radius: 100px;
	padding: 1px;
	font-size: 12px;
	text-align: center;
	color: #404040;
    background: #f5f5f5;
}

.news-top-btn {
    margin-top: 20px;
}

h4.news-item-ttl {
    font-size: 20px;
}

h4.news-item-ttl a:hover{
	opacity: 0.5;
	transition: .6s;
}

.news-btn{
	position: relative;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	color: #404040;
	padding: 0px 46px 10px 0;
	transition: ease .2s;
}

.arrows::after{
	content: "";
	position: absolute;
	top: 4px;
	right: 22px;
	width: 16px;
	height: 16px;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	transform: rotate(45deg);
}

.arrows:hover::after{
	animation: arrow .5s;
}

@keyframes arrow{
	50%{
		right: 10px;
	}
	100%{
		right: 12px;
	}
}

.newslink-btn{
	margin: 20px auto;
	text-align: center;
}

.newslink-btn{
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
    border: 1px solid #000;
    padding: 10px 40px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.newslink-btn span {
  	position: relative;
  	z-index: 3;
  	color:#000;
}

.newslink-btn:hover span{
  color:#fff;
}

.top-news-flex_1 {
    display: flex;
    justify-content: right;
	margin-top: -120px;
}

/*@media only screen and (min-width: 1700px){
	section.sc02{
		max-width: 75%;
	}
}*/

/*-sc0607-*/
section.sc06 {
    height: 100%;
    background: linear-gradient(to left, #fafafa, #FFF);
}

.sc07 {
    max-width: 100%;
    margin: auto;
    /*margin-bottom: 180px;*/
}

.sns-box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.snsimg{
	width: calc(100% / 6);
    padding: 0;
    box-sizing: border-box;
}

img.snsimg {
    width: 100%;
}

img.snsimg:hover{
	transition: .4s;
	opacity: 0.5;
}

.top-news_01{
	width: 1099px;
	max-width: 100%;
	margin: auto;
	margin-top: 60px;
	padding-bottom: 200px;
	/*max-width: 60%;
	margin: auto;*/
}

@media only screen and (min-width: 1600px){
	.top-bd{
		max-width: 60%;
		margin: auto;
		padding-top: 150px;
	}
	section.sc05{
		max-width: 60%;
    	margin: auto;
    	margin-top: 200px;
		margin-bottom: -40px;
	}
	.top-news_01{
		max-width: 60%;
    	margin: auto;
    	margin-top: 60px;
    	padding-bottom: 200px;
	}
}

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

@media screen and (max-width: 1112px) {
	p.ttl-txt{
		font-size: 14px;
	}
	section.sc02{
		max-width: 95%;
	}
	.top-bd, section.sc05, .top-news, .top-news_01{
		width: 90%;
	}
	.sc03 h2, .list-ttl, .sc05 h2, .sc06 h2{
		font-size: 2.4rem;
	}
	.sc03 h2 span.top-bd-subttl, .list-ttl span.top-news-subttl, .sc05 h2 span.top-news-subttl, .sc06 h2 span.top-sns-subttl{
		font-size: 14px;
	}
	.top-bd-txt{
		font-size: 14px;
	}
}

@media screen and (max-width: 900px) {
	.list-ttl {
		font-size: 1.8rem;
	}
	.list-ttl-btn{
		font-size: 8px;
	}
}


@media screen and (max-width: 767px) {
	/*-- TOP-slider --*/
	.slider{
		height: auto;
	}
	.slider-item {
		width: 100%;
		height: 100vh;
    	/*height: 80vh;*/
	}
	.slick-prev, .slick-next {
    	height: 15px;
    	width: 15px;
		top: 50%;
	}
	.slick-next{
		right: 3.5%;
	}
	.slick-prev{
		left: 3.5%;
	}
	/*--  sc01 --*/
	section.sc01{
		margin: 60px auto 50px;
	}
	h1.concept-ttl{
		margin-top: 0;
		font-size: 22px;
	}
	p.ttl-txt{
		margin-top: 20px;
		font-size: 12px;
	}
	/*--  sc02 --*/
	section.sc02{
		max-width: 90%;
		margin-top: 50px;
		margin-bottom: 42px;
	}
	.flex-box{
		width: calc(100% / 2);
		margin-bottom: 20px;
		padding: 0;
	}
	section.sc02 h2.box_neme{
		font-size: 12px;
		top: 48%;
	}
	span.box_vm_btn{
		font-size: 8px;
	}
	img.sc02-img{
		border-radius: 3px;
	}
	.btn01{
		font-size: 10px;
	}
	.sc02 span.sc02_top_arrow::before{
		top: 1px;
    	right: 2px;
		width: 11px;
    	height: 9px;
	}
	span.sc02_top_arrow:after{
		bottom: -6px;
    	width: calc(100% + 2px);
	}
	.sc03 p.top-bd-subttl{
		margin-top: 5px;
		font-size: 12px;
	}
	/*--  sc03 --*/
	.sc03{
		max-width: 100%;
	}
	.sc03 h2,.sc06 h2{
		font-size: 22px;
		line-height: 0.9;
	}
	.sc03 h2 span.top-bd-subttl {
		font-size: 10px;
	}
	.sc03_top_flex{
		display: block;
	}
	.top-bd{
		max-width: 90%;
		padding-top: 58px;
	}
	.top-bd-txt{
		margin-top: 14px;
		font-size: 12px;
	}
	.bdlink-btn{
		font-size: 12px;
		padding: 6px 30px;
		margin: 30px 0 20px 0px;
	}
	.bd-wrapper{
		margin-top: 34px;
		/*margin-bottom: 60px;*/
	}
	.bdslider-item{
		/*width: 98%;
		margin-left: 8px;*/
		height: 200px;
		border-radius: 5px;
	}
	p.bdnum{
		font-size: 12px;
		transform: translate(5%, -244%);
	}
	h2.main-bdtitle{
		font-size: 16px;
		transform: translate(5%, -54px);
		/*transform: translate(5%, -264%);*/
	}
	ul.bdslider .slick-dots{
		margin: -10px 0 0 20px;
		/*margin: -20px 0 0 30px;*/
	}
	ul.bdslider .slick-dots button{
		width: 16px;
		height: 1px;
		/*width: 6px;
		height: 6px;*/
	}
	.bdslider{
		height: 288px;
		/*height: 34vh;*/
		/*height: 43vh;*/
	}
	/*--  sc04 --*/
	.sc04-box{
		width: 90%;
        margin: 70px auto 0;
		/*margin-top: 70px;*/
	}
	.list__body{
		width: 100%;
		padding: 20px;
	}
	.list_area{
		width: 100%;
    	height: 100%;
		padding: 150px;
		position: relative;
	}
	.list_area-box{
		transform: none;
		position: absolute;
		width: 100%;
    	top: 50%;
    	left: 50%;
		transform: translate(-50%, -52%);
    	text-align: center;
		/*top: 22%;
        left: 0%;*/
	}
	.list-ttl{
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 0.9;
		/*margin-bottom: 15px;*/
	}
	.list-ttl span.top-news-subttl{
		font-size: 10px;
	}
	.list_area p{
		font-size: 12px;
	}
	.list-ttl-btn{
		position: unset;
		transform: translate(50%, 40%);
		font-size: 12px;
	}
	.box._01{
		margin-bottom: 15px;
	}
	p.top-history-txt{
		margin-top: 5px;
	}
	/*-- sc05 --*/
	section.sc05,.top-news {
		max-width: 90%;
		margin: auto;
		margin-top: 80px;
		/*margin-bottom: 60px;*/
	}
	.top-news-flex{
		margin-bottom: 50px;
	}
	.sc05 h2{
		font-size: 22px;
	}
	.sc05 h2 span.top-news-subttl{
		font-size: 10px;
	}
	.news_category{
		width: 22%;
		font-size: 10px;
		padding: 0px;
	}
	.news-btn{
		font-size: 14px;
	}
	.news-top-btn{
		margin-top: 5px;
	}
	.news-itembox{
		margin: 0 auto 24px;
	}
	.arrows::after{
		top: 8px;
    	right: 26px;
		width: 10px;
    	height: 10px;
    	border-top: 1px solid #404040;
    	border-right: 1px solid #404040;
	}
	.top-news-flex_1{
		margin-top: -10px;
		justify-content: center;
	}
	.newslink-btn{
		padding: 6px 30px;
    	font-size: 12px;
		/*padding: 8px 20px;*/
	}
	.list-box-btn{
		font-size: 12px;
		padding: 6px 30px;
		letter-spacing: 0.03em;
        line-height: 24px;
	}
	p.top-news-subttl{
		margin-top: 5px;
		font-size: 12px;
	}
	/*-- sc06 --*/
	.sc06 h2{
		padding-top: 58px;
	}
	.sc06 h2 span.top-sns-subttl{
		font-size: 10px;
	}
	.snsimg{
		width: calc(100% / 3);
	}
	.top-news{
		margin-bottom: 60px;
	}
	.top-news_01{
		width: 90%;
		max-width: unset;
    	text-align: center;
		margin-top: 50px;
    	padding-bottom: 100px;
	}
	p.top-sns-subttl.text-animation.show{
		margin-top: 5px;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.slick-next, .slick-prev{
		top: 48%;
	}
	section.sc01{
		margin: 120px auto 70px;
	}
	/*02*/
	section.sc02{
		max-width: 90%;
        margin-top: 50px;
        margin-bottom: 120px;
	}
	p.ttl-txt{
		font-size: 16px;
	}
	.concept_inbox{
		width: 94%;
	}
	.flex-box {
        width: calc(100% / 2);
        margin-bottom: 20px;
        padding: 0;
    }
	section.sc02 h2.box_neme{
		font-size: 22px;
	}
	.btn01{
		font-size: 15px;
	}
	/*03*/
	.top-bd{
		padding-top: 120px;
	}
	.bdslider{
		height: 47vh;
	}
	.sc03_top_flex{
		display: block;
	}
	.top-bd-txt{
		font-size: 16px;
	}
	h2.top-subttl.text-animation.show {
    	font-size: 2.5rem;
	}
	.sc03 h2{
		font-size: 22px;
	}
	.list-ttl{
		font-size: 1.4rem;
	}
	ul.bdslider .slick-dots{
		margin: 20px 0 0 40px;
	}
	.bdlink-btn{
		margin: 50px 0 20px 0px;
	}
	/*04*/
	.list_area{
		width: 100%;
    	height: 100%;
	}
	h2.list-ttl.text-animation.show {
    	font-size: 2.5rem;
	}
	p.top-news-subttl{
		margin-top: 0px;
	}
	p.top-history-txt{
		margin-top: 10px;
		margin-bottom: -5px;
	}
	/*05*/
	section.sc05{
		margin-top: 120px;
	}
	.sc05 h2{
		font-size: 2.5rem;
	}
	.top-news-flex{
		margin-bottom: 40px;
	}
	.list-ttl-btn{
		width: 100%;
		font-size: 14px;
	}
	/*06*/
	.sc06 h2{
		padding-top: 120px;
		font-size: 2.5rem;
	}
	.top-news{
		margin-top: 170px;
		margin-bottom: 70px;
	}
	.top-news_01{
		padding-bottom: 120px;
	}
	.snsimg{
		width: calc(100% / 3);
	}
}



/*----------------------------------------Company information-----------------------------------------*/
.page-company {
	width: 700px;
	margin: 100px auto 140px;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

span.subtitle_company {
    font-size: 14px;
	line-height: 0.8;
}

.page-company .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
  border-bottom: 1px solid #E1E3E6;
  position: relative;
}

@media screen and (max-width: 767px) {
	.page-company {
		width: 90%;
		margin: 60px auto 70px;
		/*margin: 100px auto 50px;*/
	}
	.page-company .item {
		display: block;
	}
}

.page-company .item::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 190px;
  height: 1px;
  background-color: #B1B7BD;
}

@media screen and (max-width: 767px) {
  .page-company .item::before {
    display: none;
  }
}

.page-company .item .head {
  /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";*/
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  	font-size: 16px;
  	letter-spacing: 0.03em;
  	line-height: 24px;
  	color: #000;
  	width: 190px;
  	padding: 0 10px 0 50px;
  	margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .page-company .item .head {
	  padding-left: 0;
	  margin-bottom: 10px;
	  width: 100%;
	  font-size: 14px;
  }
}

.page-company .item .content {
  /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";*/
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  	font-size: 16px;
  	letter-spacing: 0.03em;
  	line-height: 24px;
  	color: #222;
  	width: calc(100% - 190px);
  	margin-bottom: 27px;
  	padding: 0 10px 0 50px;
}

@media screen and (max-width: 767px) {
  .page-company .item .content {
	  padding-left: 0;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	  width: 100%;
	  font-size: 14px;
  }
}

iframe.head-office{
	display: block;
	width: 100%;
	height: 100%;
}


/*----------------------------------------品質・環境・歴史-----------------------------------------*/
/*.certification-flex {
	max-width: 1000px;
    margin: 80px auto 100px;
    display: flex;
	justify-content: center;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

img.certification-img {
	width: 46%;
}

.certification-box {
	margin-top: 24%;
}

h2.certification-title {
    font-size: 20px;
	font-weight: bold;
}

p.certification-txt {
    margin-top: 20px;
}

/*.certification-btn {
	max-width: 1000px;
    margin: 0 auto 140px;
}

.certification-btn .p-shop_btn {
    display: flex;
    justify-content: space-around;
}

.certification-btn .p-shop_btn_item {
	width: 260px;
	margin-left: 0;
    padding: 16px 0;
    border: 1px solid #404040;
    text-align: center;
    font-size: 16px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.certification-btn .p-shop_btn_item:hover {
	background: #404040;
	color: #fff;
	cursor: pointer;
	transition: all 0.50s ease;
}

.certification-btn .p-shop_btn a:hover {
	transition: .8s;
}*/

/*@media only screen and (min-width: 1600px){
	img.certification-img {
    	width: 44%;
	}
	.certification-box {
    	width: 42%;
		margin-top: 22%;
	}
}

@media screen and (max-width: 767px){
	h2.title1, p.subtitle{
		font-size: 18px;
	}
	h2.title1::after{
		margin: 10px auto;
	}
	.certification-flex {
		display: block;
		width: 90%;
		margin: 0 auto 100px;
	}
	.certification-box {
		width: 100%;
		margin: 10px auto;
		text-align: center;
	}
	h2.certification-title {
		font-size: 18px;
	}
	img.certification-img {
		width: 100%;
		margin-top: -30px;
	}
	/*.certification-btn {
		margin: 50px auto 100px;
	}*/
/*}


/*----------------------------------------歴史-----------------------------------------*/
.breadcrumbs._history {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 120px 20px 0;
}

.history-flex {
	max-width: 1000px;
    margin: 0 auto 180px;
    display: flex;
	justify-content: space-around;
	align-items: center;
	/*margin: 80px auto 200px;*/
}

.top-container.history {
	margin-top: 220px;
	/*animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;*/
	position: relative;
    z-index: -1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.history_background {
    padding-top: 30px;
	background-color: #2F2F2F;
	/*padding-bottom: 360px;*/
}

.history-left-box{
	max-width: 50%;
	padding: 150px;
    color: #fff;
}

.history-left-box h2{
	margin-bottom: 50px;
	font-size: 26px;
}

.history-left-box p{
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 100;
	line-height: 2;
}

img.img-history {
	max-width: 50%;
	margin-top: 70px;
    display: flex;
	justify-content: flex-end;
    position: absolute;
	right: 0;
    z-index: 1;
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.items-slider {
	width: 96%;
    padding: 5%;
}

section.slider-wrapper{
	background-color: #2F2F2F;
	padding-bottom: 200px;
}


@media only screen and (min-width: 1700px){
	.history-left-box{
		max-width: 55%;
		padding: 210px;
    	color: #fff;
	}
	img.img-history{
		max-width: 45%;
	}
}

@media only screen and (min-width: 1600px){
	.history-flex {
		margin: 100px auto 200px;
	}
	img.history-img {
    	width: 44%;
	}
	.history-box {
    	width: 42%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px){ 
	img.img-history{
		max-width: 80%;
	}
	/*section.content._01{
		padding-bottom: 50px;
	}*/
	.history_background{
		padding-top: 560px;
	}
	.history-left-box{
		max-width: 100%;
		padding-bottom: 120px;
	}
	section.slider-wrapper{
		padding-bottom: 150px;
	}
}

@media screen and (min-width: 775px) and (max-width: 1024px){ 
	img.img-history{
		max-width: 80%;
	}
	section.content._01{
		padding-bottom: 50px;
	}
	.history_background{
		padding-top: 80%;
	}
	.history-left-box{
		max-width: 100%;
		padding-bottom: 120px;
	}
	section.slider-wrapper{
		padding-bottom: 150px;
	}
}



@media screen and (max-width: 767px){
	.breadcrumbs._history{
		padding: 70px 20px 0;
	}
	.history-flex {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.history-box {
		width: 100%;
		margin: 50px auto 100px;
		text-align: center;
	}
	h2.history-title {
		font-size: 18px;
	}
	img.history-img {
		width: 100%;
		margin-top: -30px;
	}
	.items-slider {
		width: 86%;
	}
	.history_background{
		padding-top: 80%;
	}
	img.img-history{
		max-width: 80%;
		margin-top: 50px;
	}
	.history-left-box{
		max-width: 80%;
		margin: auto;
		padding: 20px;
	}
	.history-left-box h2{
		margin-bottom: 40px;
		font-size: 18px;
	}
	.history-left-box p{
		font-size: 12px;
	}
	section.slider-wrapper{
		padding-top: 50px;
		padding-bottom: 90px;
	}
}

@media screen and (min-width: 540px) and (max-width: 720px){ 
	.history_background {
        padding-top: 86%;
    }
}

@media screen and (max-width: 320px){
	.history-left-box h2{
		margin-bottom: 30px;
		font-size: 16px;
	}
}



/*----------------------------------------OEM-----------------------------------------*/
img.oem-top-img{
	width: 100%;
	padding-top: 74px;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.oemtxt-box,.oemtxt-box1{
	font-size: 20px;
	text-align: center;
	margin: 150px auto;
}

.contentbox{
	display: flex;
	flex-direction: column-reverse;
}

.contentbox_body{
	padding: 30px;
	background: #fff;
}

.contentbox_ttl{
	text-align: center;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 2.2;
	/*line-height: 1.6;*/
	/*font-size: 25px;*/
}

h2.oem-ttl{
	font-size: 30px;
    line-height: 1.4;
}

p.oem-txt1{
	margin-top: 30px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 200;
    font-size: 16px;
	line-height: 1.7;
}

.contentbox_txt{
	width: 50%;
	margin: 30px auto 0;
	line-height: 2;
	word-break: break-all;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 200;
	/*margin: 40px auto 0;*/
}

.contentbox_thumb img{
	max-width: none;
	width: 100%;
}

.js-fade-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fade-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.btn1{
	/*width: 230px;*/
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
  	display: inline-block;
    border: 1px solid #000;
	padding: 10px 40px;
    /*padding: 10px 30px;*/
    text-align: center;
    outline: none;  
    transition: ease .2s;
}

.btn-box1{
	margin: 50px auto 0;
	text-align: center;
	/*margin: 150px auto;*/
}

.btn1 span {
	position: relative;
	z-index: 3;
	color:#000;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 200;
}

.btn1:hover span{
  color:#fff;
}

.bgleft:before {
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 2;
  	background: #404040;
  	width: 100%;
  	height: 100%;
  	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  	transform: scale(0, 1);
  	transform-origin: right top;
}

.bgleft:hover:before{
  	transform-origin:left top;
  	transform:scale(1, 1);
}

img.oem-bottom-img{
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 1600px){
	.contentbox_txt{
		margin: 40px auto 0;
	}
}

@media screen and (min-width: 768px){
	.contentbox{
		flex-direction: row-reverse;
		/*margin-bottom: 20px;*/
	}
	.contentbox._reverse{
		flex-direction: row;
    	overflow: hidden;
		/*line-height: 0;*/
	}
	.contentbox_body{
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.contentbox_thumb{
		width: 50%;
	}
	.contentbox_txt{
		width: 100%;
		font-size: 16px;
	}
}


@media screen and (max-width: 1100px) {
	.contentbox_ttl{
		font-size: 18px;
		line-height: 1;
		/*font-size: 22px;*/
	}
}


@media screen and (max-width: 767px){
	.header{
		/*box-shadow: 0px 0px 10px 0px #b9beba;*/
	}
	.oemtxt-box {
    	width: 90%;
    	text-align: center;
    	margin: 100px auto;
		font-size: 14px;
	}
	.oemtxt-box1 {
    	width: 80%;
    	text-align: center;
    	margin: 100px auto 50px;
		font-size: 14px;
	}
	.contentbox_body{
		/*max-width: 90%;
		margin: 100px auto;
		padding: 0px;*/
		width: 100%;
		padding: 0;
		margin: 90px auto;
		/*margin: 60px auto;*/
		/*margin-top: 0px;
        margin-bottom: 20px;*/
	}
	.contentbox_body._top{
		margin-top: 0px;
        margin-bottom: 20px
	}
	.contentbox_txt{
		font-size: 12px;
		width: 100%;
		margin: 20px auto 0;
		line-height: 24px;
	}
	.btn-box1{
		margin: 0px auto 100px;
	}
	.btn1{
		width: auto;
        font-size: 12px;
        padding: 6px 30px;
        margin: 30px 0 20px 0px;
		/*width: 50%;*/
	}
	img.oem-bottom-img{
		margin: 0px auto;
	}
	h2.oem-ttl{
		font-size: 18px;
        line-height: 1.8;
	}
	p.oem-txt1{
		font-size: 12px;
	}
	.contentbox_ttl{
		font-size: 20px;
		line-height: 1.6;
	}
	/*.contentbox_ttl{
		font-size: 16px;
        line-height: 2;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.contentbox_ttl{
		font-size: 20px;
		line-height: 1.7;
	}
	.contentbox_txt{
		width: 100%;
		margin: 18px auto 0;
		font-size: 12px;
		line-height: 2;
	}
	.btn1{
		font-size: 12px;
        padding: 6px 30px;
        margin: -10px 0 0 0;
		/*width: 40%;
		padding: 16px 40px;*/
	}
	.btn-box1{
		margin: 30px auto 0;
	}
	.oemtxt-box {
		margin: 100px auto 140px;
	}
}

/*----------------------------------------事業内容-----------------------------------------*/
img.business-top-img{
	width: 100%;
	padding-top: 74px;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.business-box,.business-box1 {
	font-size: 20px;
	text-align: center;
	margin: 120px auto 140px;
	/*margin: 150px auto;*/
}
.business-box1{
	margin: 150px auto;
}

.business-box{
	line-height: 1.6;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.business-box .business-txt1 {
	font-size: 30px;
    line-height: 1.4;
}
.business-box .business-txt1 span{
	font-size: 15px;
	line-height: 1.2;
}

.business-box .business-txt2 {
	margin-top: 30px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 200;
    font-size: 16px;
	line-height: 1.7;
}

.business-btn-box1{
	margin: 50px auto 0;
	text-align: center;
}

.shop_sns_btn {
    display: flex;
    justify-content: center;
}

.business-snsbtn{
	margin: 50px 15px 0 15px;
    text-align: center;
}

.business-btn{
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
    border: 1px solid #000;
    padding: 10px 40px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.business-btn span {
  position: relative;
  z-index: 3;
  color:#000;
}

.business-btn:hover span{
  color:#fff;
}

.business-bottom{
	width: 100%;
	margin: 100px auto 0;
}

@media screen and (min-width: 1700px),print {
	.business-box1._business{
		margin: 170px auto 170px;
	}
}

@media screen and (max-width: 1100px) {
	.business-btn-box1{
		margin: 40px auto 0;
	}
}

@media screen and (max-width: 1025px){
	img.business-top-img,img.oem-top-img{
		padding-top: 64px;
	}
}

@media screen and (max-width: 767px){
	img.business-top-img,img.oem-top-img{
		padding-top: 64px;
	}
	.business-box1,.business-box2{
		margin: 150px auto;
	}
	.business-box1._business{
		margin: 0 auto 100px;
	}
	.contentbox{
		overflow: hidden;
	}
	.btn-box1{
		margin: 0px auto;
		/*margin: 0px auto 100px;*/
	}
	.business-btn{
		padding: 10px 40px;
		/*padding: 10px 30px;*/
	}
	.business-btn-box1{
		margin: 30px auto 0;
        font-size: 10px;
	}
	.business-snsbtn {
		margin: 30px auto;
		font-size: 10px;
		/*font-size: 12px;*/
	}
	.business-snsbtn{
		margin: 30px 10px 0;
	}
	.business-bottom{
		margin: 50px auto 0;
	}
	.business-box .business-txt1{
		font-size: 20px;
        line-height: 1.8;
	}
	.business-box .business-txt2{
		margin-top: 15px;
		font-size: 12px;
		line-height: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.business-btn-box1{
        margin: 28px auto 0;
    }
	.shop_sns_btn{
		justify-content: space-around;
	}
}


/*----------------------------------------事業内容-キャスト/プレス/CAD/スタジオ-----------------------------------------*/
.business-list{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	margin-top: -20px;
}

.business-list-category{
	margin-top: 20px;
}

p.business-txt3{
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	font-size: 24px;
	margin-bottom: 40px;
}

.business-btn1{
	width: 90%;
	margin: 0 auto;
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
    border: 1px solid #404040;
    padding: 15px 30px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-size: 16px;
}

.business-btn1 span {
	position: relative;
  	z-index: 3;
  	color: #404040;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.business-btn1:hover span{
  	color:#fff;
	cursor: pointer;
	transition: all 0.40s ease;
}

img.business-bottom-img{
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px){
	.business-list-category{
		width: 50%;
	}
}

@media screen and (min-width: 960px){
	.business-list-category{
		width: 48%;
	}
}

@media screen and (min-width: 1230px){
	.business-list-category{
		width: 32%;
	}
}

@media screen and (max-width: 767px){
	.business-box {
    	width: 90%;
		margin: 100px auto 80px;
    	text-align: center;
		font-size: 14px;
		/*margin: 100px auto;*/
	}
	.business-list-category{
		width: 33%;
		margin-top: 12px;
		/*width: 48%;*/
	}
	.business-list{
		width: 90%;
		justify-content: space-evenly;
		
	}
	.business-btn1{
		width: 90%;
		font-size: 12px;
		padding: 6px;
		/*font-size: 14px;
		padding:10px;*/
	}
	.business-box1 {
		margin: 20px auto 100px;
	}
	img.business-bottom-img{
		margin: 0 auto;
	}
	p.business-txt3{
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.business-list{
		width: 80%;
	}
	.business-btn1{
		width: 100%;
	}
	/*.shop_sns_btn{
		justify-content: space-between;
	}*/
	.business-snsbtn{
		margin: 30px 2px 0 2px;
        font-size: 12px;
	}
}

/*----------------------------------------事業内容-チェーン/パール-----------------------------------------*/
.chain-img{
	width: 100%;
	margin: 0 auto;
}

.chain-wrapper{
  position: relative;
}

img.chain-top-img {
    width: auto;
    max-width: 100%;
    margin: -2px auto;
}

img.chain-top-img:hover,p.chain-name:hover,p.chain-name1:hover{
	opacity: 0.5;
	transition: all .8s;
}

p.chain-name,p.chain-name1 {
    font-size: 16px;
    text-align: left;
    margin: 20px auto 40px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

p.chain-name1{
	margin: 20px auto 0;
}

.chainslider {
  position:relative;
  z-index: 1;
  height: 50vh;
}

.chain-slider-item {
    width: 100%;
    height: 47vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-prev1, 
.slick-next1 {
    position: absolute;
  	z-index: 3;
    top: 43%;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    height: 20px;
    width: 20px;
}

.slick-prev1 {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next1 {
    right:2.5%;
    transform: rotate(45deg);
}

.chain-title{
	margin: 20px auto 0;
	font-size: 24px;
}

.chain-txt{
	margin-top: 14px;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
}

.box-list{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	margin-top: -20px;
}

.box-list-category{
	margin-top: 20px;
}

@media screen and (min-width: 768px){
	.box-list-category{
		width: 48%;
	}
}

@media screen and (min-width: 960px){
	.box-list-category{
		width: 48%;
	}
}

@media screen and (min-width: 1230px){
	.box-list-category{
		width: 32%;
	}
}

@media screen and (min-width: 1480px){
	.box-list{
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	.box-list-category{
		width: 40%;
	}
	.box-list{
		width: 100%;
		justify-content: space-evenly;
		
	}
	img.chain-top-img{
		max-width: 100%;
		margin: -10px auto;
	}
	p.chain-name, p.chain-name1{
		font-size: 12px;
		margin: 15px auto 10px;
	}
	.chain-slider-item{
		height: 30vh;
	}
	.chainslider{
		height: 30vh;
	}
	.slick-prev1, .slick-next1{
		top: 47%;
		height: 10px;
		width: 10px;
	}
	.slick-next1,.slick-prev1{
		right: 3.5%;
	}
	.slick-dots button{
		width: 6px;
		height: 6px;
	}
	.chain-title{
		font-size: 18px;
	}
	.chain-txt{
		font-size: 12px;
	}
}

/*----------------------------------------事業内容-SHOP-----------------------------------------*/
.c-contents__width {
	margin: 0 auto;
	max-width: 1040px;
}

.p-shop__mv {
	padding-top: 30px;
  	text-align: center;
}

.p-shop__tab-lists {
  	display: flex;
  	justify-content: center;
}

.p-shop__tab-list {
  	width: 200px;
	border: 1px solid #404040;
	/*border-radius: 80px;*/
	background: #404040;
    color: #fff;
}

.p-shop__tab-list:not(:first-child) {
    margin-left: 20px;
}

.p-shop__tab-link {
  	color: inherit;
  	display: block;
  	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
  	letter-spacing: 0.2em;
  	padding: 13px;
  	position: relative;
}

.p-shop__tab--link-text {
  	pointer-events: none;
  	position: relative;
}

.p-shop__contents {
  	margin-top: 140px;
  	padding: 80px 90px;
  	text-align: left;
	border-radius: 17px;
	background: #fafafa;
}

.p-shop__contents + .p-shop__contents {
    margin-top: 100px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.p-shop__contents-title {
  	font-size: 26px;
  	font-weight: 500;
  	letter-spacing: .05em;
  	color: #000;
}

.p-shop__content {
	margin-top: 55px; 
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.p-shop__content + .p-shop__content {
    margin-top: 40px;
}

.p-shop__content-title {
  	border-left: solid 2px #000;
  	font-size: 18px;
  	font-weight: 600;
  	letter-spacing: .05em;
  	line-height: 1;
  	padding-left: 20px;
  	pointer-events: none;
}

.p-shop__info-lists {
  	border-top: solid 1px #C9C9CA;
  	margin-top: 13px;
  	padding-top: 15px;
  	transition: padding-top .3s ease;
}

.p-shop__info-list {
  	align-items: flex-start;
  	display: flex;
  	justify-content: space-between;
}

.p-shop__info-list:not(:first-child) {
    border-top: solid 1px #E9E9EA;
    margin-top: 15px;
    padding-top: 15px;
}

.p-shop__info-list-head {
  	align-items: flex-start;
  	display: flex;
}

.p-shop__info-title {
  	flex: none;
  	font-size: 14px;
  	font-weight: 700;
  	letter-spacing: .05em;
  	opacity: .7;
 	width: 160px;
}

.p-shop__info-data {
  	color: #000;
  	flex: none;
  	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: .05em;
  	margin-left: 20px;
  	max-width: 542px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";
}

.p-shop__info-map-link {
  	align-items: center;
	color: inherit;
  	display: flex;
  	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: .05em;
}

.p-shop__info-map-point {
  	background-color: #EBEBEB;
  	border-radius: 50%;
  	display: inline-block;
  	height: 27px;
  	margin-right: 10px;
  	position: relative;
  	width: 27px;
}

.p-shop__info-map-point::before {
	background: no-repeat url(../images/common/map.svg);
    background-size: contain;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
}

.p-shop_btn {
    display: flex;
    justify-content: space-around;
}

.p-shop_btn_item {
	width: 130px;
	margin-left: 20px;
	padding: 8px 0;
    border: 1px solid #404040;
    /*border-radius: 100px;*/
	text-align: center;
}

.p-shop_btn_item:hover {
	background: #404040;
	color: #fff;
	cursor: pointer;
	transition: all 0.50s ease;
}

.p-shop_btn a:hover {
	transition: .8s;
}

/*--SHOP詳細--*/
/*section.shop-content{
	max-width: 1000px;
    margin: 100px auto;
}

section.content {
    padding-top: 100px;
}

section.content h2.title{
	margin: 100px auto 50px;
	font-size: 28px;
	line-height: 1.8;
    color: #000;
    text-align: center;
}

img.shop-img {
    width: 84%;
    height: auto;
}

p.shop-info::after{
	content: "";
	display: block;
	width: 100%;
	margin: 30px 0;
	border-top: 1px solid #B1B7BD;
}

p.shop-info_1 {
    align-items: center;
    display: flex;
}

p.shop-info_1::after{
	content: "";
	display: block;
	width: 15px;
	border-top: 1px solid;
	margin-right: 5px;
	margin-left: 5px;
}

p.shop-info_txt {
    /*line-height: 1.6;*/
/*}

.shop-info-flex{
	display: flex;
    justify-content: space-between;
}

.shop-infobox_2 {
    width: 100%;
    line-height: 2.4;
}

.shop-infobox_2 h2{
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 0.08em;
}

.shop-info-flex_ {
    display: flex;
    justify-content: flex-start;
	margin-bottom: 10px;
}

.p-shop_btn_item_1 {
	width: 260px;
	padding: 16px 0;
    border: 1px solid #404040;
	text-align: center;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.p-shop_btn_item_1:hover{
	background: #404040;
	color: #fff;
	cursor: pointer;
	transition: all 0.50s ease;
}

@media all and (max-width: 768px) {
	section.content{
		padding-top: 64px;
		/*padding-top: 120px;*/
	/*}
	.p-shop__mv{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	ul.p-shop__tab-lists {
    	margin-top: -20px;
	}
	.p-shop__tab-link{
		font-size: 12px;
		padding: 5px;
		letter-spacing: 0;
	}
	.p-shop__tab-list:not(:first-child){
		margin-left: 14px;
	}
	.p-shop__info-list-head{
		display: block;
	}
	.p-shop__content{
		margin: 50px auto 0;
	}
	.p-shop__contents{
		width: 100%;
		margin-top: 80px;
		padding: 50px 20px;
        border-radius: 10px;
	}
	.p-shop__contents-title{
		font-size: 18px;
		text-align: center;
	}
	.p-shop__content-title{
		padding-left: 10px;
		font-size: 16px;
	}
	.p-shop__info-title{
		font-size: 16px;
    	margin-bottom: 10px;
	}
	.p-shop__contents + .p-shop__contents{
		margin-top: 50px;
	}
	.p-shop__info-list{
		display: block;
	}
	.p-shop__info-data{
		margin-left: 0;
		font-size: 12px;
		line-height: 1.8;
	}
	.p-shop__info-map-link{
		margin: 10px auto;
	}
	.p-shop__no_flex .p-shop_btn{
		justify-content: left;
	}
	.p-shop_btn{
		justify-content: flex-start;
	}
	.p-shop_btn_1{
		justify-content: center;
	}
	.p-shop_btn_item{
		width: 110px;
		margin-top: 20px;
		margin-left: auto;
		padding: 5px 0;
		font-size: 12px;
	}
	p.p-shop_btn_item._sp {
    	margin-left: 10px;
	}
	.shop-info-flex{
		display: block;
	}
	section.shop-content{
		margin: 50px auto;
	}
	img.shop-img{
		display: block;
		width: 90%;
		margin: auto;
	}
	.shop-infobox_2{
		width: 90%;
		margin: 20px auto;
	}
	.shop-info-flex_{
		display: block;
		margin-bottom: 15px;
	}
	p.shop-info_1::after{
		display: none;
	}
	p.shop-info_1::before {
    	content: "";
    	display: block;
    	width: 15px;
    	border-top: 1px solid;
    	margin-right: 5px;
    	margin-left: 5px;
	}
	.p-shop_btn{
		justify-content: center;
	}
	.business-box1 {
		margin: 100px auto;
	}
	.p-shop_btn_item_1{
		width: 220px;
		font-size: 14px;
	}
	.shop-infobox_2 h2{
		font-size: 18px;
	}
	p.shop-info {
    	font-size: 14px;
    	line-height: 1.8;
	}
}*/



/*----------------------------------------アピールポイント-----------------------------------------*/
section.page-point-content {
    width: 100%;
    margin: 120px auto;
    text-align: center;
}

.page-point-content h2{
	font-size: 30px;
	line-height: 1.4;
}

.page-point-content p{
	margin-top: 30px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 200;
	font-size: 16px;
}

div.animation_box {
  /*padding: 10px;*/
  opacity: 0;
  transform: translateY(-60px);
  transition: 3s ease;
}

.business-list-1{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
	margin-top: -20px;
}

section.page-point-top{
	height: 100vh;
	position: relative;
    z-index: -1;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	overflow: hidden;
}

h1.point-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1.4;
}

span.point-up-title {
    font-size: 50px;
}

section.page-point {
    max-width: 84%;
	margin: 0px auto 250px auto;
    /*
	margin: 0px auto 350px auto;
	margin: 100px auto;*/
}

section.page-point._in,section.page-point._in._01 {
    max-width: 84%;
	margin: 0px auto 200px auto;
}
section.page-point._in._01{
	margin: 0px auto 330px auto;
}

h2.point-h2,h2.point-h2_,h2.point-row-h2 {
    font-size: 18px;
	/*margin-bottom: 10px;*/
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

h2.point-row-h2,h2.point-row-h2_ {
    text-align: right;
}

h2.point-h2,h2.point-h2_ {
	letter-spacing: 0;
    font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-family: YuMincho, 'Yu Mincho', serif;
}

/*span.point-h2:before {
    content: "ー";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";
	font-weight: 400;
}*/

h2.point-title {
    font-size: 26px;
    letter-spacing: 0;
	line-height: 1.2;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.point-top {
	margin-top: 160px;
    /*margin-top: 10%;*/
}

.point {
	margin-top: 200px;
	/*margin-top: 160px;*/
}

.point01 {
	margin-top: 360px;
	/*margin-top: 340px;*/
	/*margin-top: 280px;*/
}

.point01._01 {
	margin-top: 220px;
	/*margin-top: 280px;*/
}

.point02 {
	margin-top: 200px;
	/*margin-top: 160px;*/
	/*margin-top: 150px;*/
}

/*.point03 {
	margin-top: 180px;
	/*margin-top: 200px;*/
/*}*/

/*.point04 {
	margin-top: 230px;
	/*margin-top: 150px;*/
/*}*/

.point-flex{
    display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	/*display: flex;
	flex-direction: column-reverse;*/
}

.point-low{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.point-txt{
	position: absolute;
	background-color: #fff;
	line-height: 1.6;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 200;
}

.point-btn{
	position: relative;
  	/*overflow: hidden;*/
  	text-decoration: none;
    border: 1px solid #000;
    padding: 10px 40px;
    text-align: center;
    outline: none;  
    transition: ease .2s;
	display: inline-block;
	font-size: 14px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	margin-top: 10px;
}

.point-btn span {
  position: relative;
  z-index: 3;
  color:#000;
}

.point-btn:hover span{
  color:#fff;
}

h2.point-title{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 2px;
}

/*title*/
h2.point-title.first-title {
	width: 640px;
    margin-right: 380px;
}
h2.point-title.second-title{
	/*width: 30%;*/
	width: 380px;
}
h2.point-title.second-title01{
	width: 440px;
    margin-right: 142px;
	/*width: 40%;
	margin-right: 12%;*/
}
h2.point-title.third-title {
	width: 630px;
    margin-right: 466px;
	/*width: 50%;*/
}
h2.point-title.third-title._01 {
	width: 52%;
    margin-right: 546px;
}
h2.point-title.fifth-title {
	width: 50%;
    margin-right: 290px;
}
/*h2.point-title.sixth-title {
    width: 50%;
    margin-right: 40px;
}*/

/*-images-*/
img.first-img{
	float: left;
}
img.second-img,img.fourth-img {
    float: right;
}
/*img.second-img,img.fourth-img,img.sixth-img {
    float: right;
}*/
img.first-img {
    width: 134%;
}
img.second-img{
	width: 94%;
}
img.third-img {
    width: 150%;
}
img.fourth-img {
    width: 114%;
}
/*img.fifth-img {
	width: 136%;
}*/
/*img.sixth-img {
	 width: 100%;
}*/

/*-text-*/
.first-txt {
    width: 600px;
	margin-top: 18%;
	margin-right: -556px;
	margin-left: auto;
    padding: 5%;
	/*width: 50%;*/
}
.first-txt01 {
    width: 56%;
	margin-top: 20%;
	margin-right: -556px;
	margin-left: auto;
    padding: 5%;
	/*margin-top: 18%;*/
}
.first-txt01._01 {
    width: 56%;
	margin-top: 22%;
	margin-right: -556px;
	margin-left: auto;
    padding: 5%;
}
.second-txt{
	width: 560px;
	margin-top: 258px;;
	padding: 5%;
	/*width: 46%;
	margin-top: 22%;*/
}
.second-txt._01{
	width: 46%;
	margin-top: 22%;
	margin-left: 60px;
	padding: 5%;
}
.point-txt.fourth-txt {
    width: 632px;
	margin-top: 270px;
    margin-left: 190px;
    padding: 5%;
	/*width: 55%;
	margin-left: 14%;
	margin-top: 22%;*/
}
.point-txt.fourth-txt01 {
    width: 38%;
	margin-top: 21%;
    margin-left: 24%;
    padding: 6%;
}
.third-txt {
    width: 490px;
	margin-top: 240px;
    margin-right: -510px;
    padding: 5%;
	/*width: 43%;
	margin-top: 20%;
	margin-right: -47%;*/
}
.third-txt01 {
    width: 50%;
	margin-top: 24%;
    margin-right: -52%;
    padding: 5%;
}
/*p.fifth-txt {
	 width: 43%;
	margin-top: 28%;
    margin-right: -40%;
    padding: 5%;
}*/
/*p.sixth-txt {
    width: 52%;
	margin-top: 22%;
	margin-left: -280px;
    padding: 5%;
}*/

@media screen and (min-width: 1700px),print {
	section.page-point._in{
		margin: 0px auto 180px auto;
	}
	section.page-point._in._01 {
		margin: 0px auto 300px auto;
	}
	h2.point-title.first-title{
		width: 40%;
		margin-right: 410px;
	}
	h2.point-title.first-title._01{
		width: 44%;
        margin-right: 410px;
	}
	.first-txt{
		width: 620px;
		margin-top: 300px;
		margin-right: -586px;
	}
	.first-txt01{
		width: 45%;
		margin-top: 320px;
		margin-right: -466px;
		padding: 5%;
	}
	.first-txt01._01{
		width: 45%;
		margin-top: 320px;
		margin-right: -466px;
		padding: 5%;
	}
	h2.point-title.third-title{
		width: 40%;
		margin-right: 536px;
	}
	h2.point-title.third-title._01{
		width: 44%;
        margin-right: 642px;
	}
	.third-txt{
		width: 510px;
		margin-top: 332px;
		margin-right: -530px;
	}
	.third-txt01{
		margin-top: 350px;
		margin-right: -48%;
    	padding: 5%;
	}
	img.fourth-img{
		width: 94%;
		/*width: 80%;*/
	}
	h2.point-title.second-title{
		margin-right: -1%;
	}
	h2.point-title.second-title01{
		width: 30%;
		margin-right: -20px;
		/*margin-right: -12%;*/
	}
	.point-txt.fourth-txt{
		width: 46%;
		margin-top: 290px;
		margin-left: 200px;
	}
	.point-txt.fourth-txt01 {
		width: 38%;
		margin-top: 320px;
		margin-left: 328px;
	}
	h2.point-title.fifth-title{
		width: 45%;
		margin-right: 540px;
	}
	/*.point02{
		margin-bottom: 260px;
	}*/
	/*p.fifth-txt{
		width: 40%;
    	margin-top: 340px;
		margin-right: -380px;
	}*/
	/*.point04 {
    	margin-top: 300px;
	}*/
	.second-txt{
		width: 48%;
	}
	section.page-point {
	margin: 0px auto 220px auto;
	}
	.business-box1 {
		margin: 0px auto 170px;
	}
}

@media screen and (max-width: 1300px) {
	.point02{
		margin-top: 240px;
	}
	section.page-point{
		margin: 0px auto 300px auto;
	}
}

@media screen and (max-width: 1230px) {
	.business-list-category{
		width: 33%;
	}
}

@media screen and (max-width: 1200px) {
	span.point-up-title{
		font-size: 40px;
	}
	h1.point-title{
		font-size: 20px;
		line-height: 1.6;
	}
	.point{
		margin-top: 240px;
	}
	.point01{
		margin-top: 360px;
	}
	.point02{
		margin-top: 260px;
	}
	.business-list-1{
		width: 60%;
		flex-wrap: nowrap;
	}
	.business-list-category{
		width: 33%;
	}
	h2.point-title.first-title{
		margin-right: 270px;
	}
	.first-txt{
		margin-top: 25%;
    	margin-right: -516px;
	}
	.third-txt{
		margin-top: 210px;
	}
	h2.point-h2, h2.point-h2_{
		font-size: 18px;
	}
	.point-txt{
		font-size: 14px;
	}
	.point-btn{
		font-size: 12px;
	}
}

@media screen and (max-width: 1100px) {
	/*.contentbox_ttl{
		font-size: 18px;
		line-height: 1;
		/*font-size: 22px;*/
	/*}*/
	.business-btn{
		font-size: 12px;
        padding: 6px 30px;
        margin: -10px 0 0 0;
		/*padding: 8px 40px;*/
	}
	.contentbox_txt{
		font-size: 14px;
	}
	/*.business-btn-box1{
		margin: 40px auto 0;
	}*/
	h2.point-title.first-title{
		margin-right: 200px;
	}
	.first-txt {
        margin-top: 32%;
        margin-right: -466px;
    }
	.third-txt{
		margin-top: 190px;
	}
}


@media screen and (max-width: 767px){
	section.page-point-content{
		max-width: 90%;
    	margin: 90px auto 60px;
		/*margin: 100px auto;*/
	}
	.page-point-content h2 {
		font-size: 18px;
		line-height: 1.8;
    	/*font-size: 26px;*/
	}
	.page-point-content p{
		margin-top: 15px;
		font-size: 12px;
	}
	img.point-top-img.img-sp{
		width: 100%;
	}
	span.point-up-title {
    	font-size: 22px;
	}
	h1.point-title{
		width: 90%;
		top: 30%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        line-height: 1.6;
	}
	section.page-point{
		max-width: 90%;
		margin: 70px auto 230px auto;
	}
	section.page-point._in{
		max-width: 90%;
		margin: 70px auto 190px auto;
	}
	section.page-point._in._01{
		max-width: 90%;
		margin: 70px auto 280px auto;
	}
	section.page-point._top {
		max-width: 90%;
		margin: 70px auto 340px auto;
	}
	section.page-point-top{
		height: auto;
	}
	h2.point-title{
		writing-mode: horizontal-tb;
		font-size: 17px;
	}
	img.first-img,img.second-img,img.third-img,img.fourth-img {
		width: 100%;
	}
	/*img.first-img,img.second-img,img.third-img,img.fourth-img,img.fifth-img{
		width: 100%;
	}*/
	h2.point-title.first-title,h2.point-title.second-title,h2.point-title.third-title,h2.point-title.third-title._01,h2.point-title.second-title01 {
		width: 100%;
		margin: 0 auto 10px;
	}
	/*	h2.point-title.first-title,h2.point-title.second-title,h2.point-title.third-title,h2.point-title.second-title01,h2.point-title.fifth-title,h2.point-title.sixth-title{
		width: 100%;
		margin: 0 auto 10px;
	}*/
	h2.point-h2,h2.point-h2_{
		margin-bottom: -5px;
		font-size: 16px;
	}
	.point,.point01,.point02 {
    	margin-top: 190px;
		/*margin-top: 270px;*/
	}
	.point01._01{
		margin-top: 180px;
	}
	.point._02{
		margin-top: 220px;
	}
	.point._03{
		margin-top: 200px;
	}
	/*.point,.point01,.point02,.point03,.point04 {
    	margin-top: 190px;
	}*/
	.point._top,.point02._top {
    	margin-top: 310px;
		/*margin-top: 290px;*/
	}
	.point01._top{
		margin-top: 354px;
	}
	/*.point._top,.point01._top,.point02._top,.point03._top,.point04._top {
    	margin-top: 280px;
	margin-top: 334px;
	}*/
	.point-top{
		margin-top: auto;
	}
	.point-flex{
		display: block;
		flex-direction: column;
	}
	.point-txt{
		background-color: unset;
		font-size: 12px;
		line-height: 1.8;
	}
	.point-img{
		display: flex;
	}
	.first-txt,.first-txt01,.first-txt01._01,.second-txt,.third-txt,.third-txt01,.point-txt.fourth-txt,.point-txt.fourth-txt01 {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}
	/*	p.first-txt,p.first-txt01,p.second-txt,p.third-txt,p.third-txt01,p.point-txt.fourth-txt,p.point-txt.fourth-txt01,p.fifth-txt,p.sixth-txt{
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}*/
	.point-txt.fourth-txt{
		margin-left: auto;
	}
	.point-txt.fourth-txt01{
		margin-left: auto;
	}
	/*p.sixth-txt{
		margin-left: auto;
	}*/
	.point-low{
		display: block;
	}
	.point-btn{
		font-size: 12px;
        padding: 6px 30px;
        margin: 10px 0 0 0;
		/*font-size: 10px;*/
	}
	.business-list-1{
		width: 90%;
	}
	.second-txt._01{
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
		padding: 0;
	}
	.contentbox_txt{
		font-size: 12px;
	}
}

@media screen and (max-width: 450px) {
	h1.point-title {
		top: 24%;
		font-size: 12px;
		line-height: 2;
	}
}

@media screen and (max-width: 412px) {
	h1.point-title {
		top: 24%;
	}
}

@media screen and (max-width: 375px) {
	h1.point-title {
		top: 29%;
		line-height: 2;
	}
}


@media screen and (max-width: 320px) {
	h1.point-title {
		top: 21%;
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	h2.point-title.first-title,h2.point-title.third-title {
		width: 100%;
    	margin-right: 0px;
	}
	/*	h2.point-title.first-title,h2.point-title.third-title,h2.point-title.fifth-title{
		width: 100%;
    	margin-right: 0px;
	}*/
	h2.point-title.second-title,h2.point-title {
		width: auto;
	}
	/*	h2.point-title.second-title,h2.point-title.sixth-title{
		width: auto;
	}*/
	h2.point-title.second-title01 {
    	width: auto;
    	margin-right: auto;
	}
	img.third-img {
    	width: 152%;
	}
	img.fourth-img {
    	width: 90%;
	}
	img.fifth-img{
		width: 132%;
	}
	.point {
    	margin-top: 250px;
	}
	.point01 {
    	margin-top: 360px;
	}
	.point02 {
    	margin-top: 190px;
	}
	h2.point-h2,h2.point-h2_{
		font-size: 18px;
		/*font-size: 16px;*/
	}
	.first-txt,.first-txt01,.first-txt01._01,.second-txt,.third-txt,.third-txt01,.point-txt.fourth-txt,.point-txt.fourth-txt01 {
		padding: 7%;
	}
	/*	p.first-txt,p.first-txt01,p.second-txt,p.third-txt,p.third-txt01,p.point-txt.fourth-txt,p.point-txt.fourth-txt01,p.fifth-txt,p.sixth-txt{
		padding: 7%;
	}*/
	.first-txt{
		width: 510px;
		margin-top: 280px;
		margin-right: -260px;
		font-size: 14px;
	}
	.first-txt01{
		width: 81%;
		margin-top: 34%;
		margin-right: -200px;
		font-size: 14px;
	}
	.first-txt01._01{
		width: 81%;
		margin-top: 34%;
		margin-right: -200px;
		font-size: 14px;
	}
	.second-txt{
		width: 77%;
    	margin-top: 37%;
	}
	.third-txt {
    	width: 78%;
    	margin-top: 40%;
    	margin-right: -40%;
	}
	.third-txt01 {
    	width: 70%;
    	margin-top: 38%;
    	margin-right: -50%;
	}
	.point-txt.fourth-txt{
		width: 72%;
    	margin-top: 44%;
		margin-left: auto;
	}
	.point-txt.fourth-txt01 {
		width: 68%;
    	margin-top: 44%;
		margin-left: auto;
	}
	/*p.fifth-txt{
		width: 63%;
    	margin-top: 28%;
	}*/
	/*p.sixth-txt{
		width: 76%;
    	margin-top: 30%;
    	margin-left: -64px;
	}*/
	.point-btn{
		font-size: 12px;
	}
	section.page-point{
		margin: 0px auto 400px auto;
	}
	h2.point-title.third-title._01{
		width: 104%;
    	margin-right: 105px;
	}
	.second-txt._01{
		width: 70%;
    	margin-top: 30%;
    	margin-left: 60px;
	}
	.point._02,.point._03{
		margin-top: 200px;
	}
	section.page-point._in {
		margin: 0px auto 160px auto;
	}
	section.page-point._in._01{
		margin: 0px auto 380px auto;
	}
	.page-point-content p{
		line-height: 1.7;
	}
	.business-box1 {
        margin: 150px auto 160px;
		/*margin: 100px auto 160px;*/
    }
	.business-list-1{
		width: 90%;
		justify-content: center;
	}
	.business-list-category{
		width: 30%;
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media screen and (min-width: 1024px) and (max-width: 1366px){
	/*h2.point-title.first-title{
		width: 76%;
        margin-right: 84px;
	}*/
	/*.first-txt{
		width: 66%;
        margin-top: 30%;
        margin-right: -343px;
		padding: 6%;
	}*/
	.first-txt01{
		width: 66%;
        margin-top: 30%;
        margin-right: -343px;
		padding: 6%;
	}
	.first-txt01._01{
		width: 66%;
        margin-top: 30%;
        margin-right: -343px;
		padding: 6%;
	}
	/*h2.point-title.second-title{
		width: 30%;
	}*/
	/*.second-txt{
		width: 65%;
        margin-top: 30%;
        padding: 6%;
	}*/
	/*h2.point-title.third-title{
		width: 78%;
        margin-right: 180px;
	}*/
	/*.third-txt{
		width: 57%;
        margin-top: 27%;
        margin-right: -55%;
        padding: 6%;
	}*/
	.third-txt01{
		width: 57%;
        margin-top: 27%;
        margin-right: -55%;
        padding: 6%;
	}
	h2.point-title.third-title._01{
		width: 78%;
        margin-right: 275px;
	}
	.point01._01{
		margin-top: 250px;
	}
	/*h2.point-title.fifth-title{
		width: 72%;
        margin-right: 60px;
	}*/
	/*p.fifth-txt{
		width: 65%;
        margin-top: 28%;
        padding: 6%;
	}*/
	/*	h2.point-title.sixth-title{
		width: 20%;
	}*/
}


/*-------------------------------------News----------------------------------------*/
.top-container.news{
	width: 1099px;
    margin: 0 auto 100px;
    max-width: 100%;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}
.category-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding: 0 0 80px;
    margin-bottom: 30px;
}
.category-box .item{
	margin-right: 14px;
}
.category-box .item a{
	display: block;
	width: 100%;
    height: 100%;
	padding: 8px 25px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #222222;
	background-color: #FFF;
	border-radius: 50px;
	border: solid 1px #E6E6E6;
	transition: all .3s;
}

.category-box .item a:hover{
	transition: all .6s;
	background-color: #404040;
	color: #fff
}

.news-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    gap: 55px;
    margin-bottom: 80px;
	/*justify-content: flex-start;
	gap: 53px;*/
}

.news-flex .newsitem-box {
	width: calc(33.333% - 37px);
    position: relative;
}

.newsitem-box{
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.news-img{
	max-width: 100%;
}

.item_head{
	display: flex;
	flex-wrap: wrap;
    -webkit-box-align: center;
	align-items: center;
}

.item_category{
	display: inline-block;
    background-color: #404040;
    color: #FFF;
    border-radius: 50px;
    padding: 5px 26px;
    line-height: 1.2;
    margin: 20px 10px 5px 0;
    font-size: 12px;
}

.item_date{
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #404040;
	margin-top: 14px;
    margin-right: 9px;
}

h4.item_title {
    margin-top: 10px;
	font-size: 18px;
}
p.item_txt{
	margin-top: 6px;
}

.newsbtn{
	text-align: right;
}

.pagenation {
    text-align: center;
    margin-bottom: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation a{
	display: flex;
    margin: 9px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

a.numbtn {
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 100px;
}

.pagenation._top {
	margin-top: 80px;
}

a.numbtn:hover{
	transition: .6s;
	opacity: 0.9;
	background: #404040;
	color: #fff;
}


/*-- design02 --*/
.top-container.news_01{
	max-width: 60%;
    margin: 0 auto 200px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}
.newsitem-box_01 {
    padding-bottom: 30px;
	border-bottom: 1px solid #404040;
}

.newsitem-box_01._next {
    padding-top: 30px;
    padding-bottom: 30px;
	border-bottom: 1px solid #404040;
}

.item_date_01 {
    font-size: 16px;
}

.item_category_01 {
    margin-left: 14px;
	border-bottom: 1px solid #E6E6E6;
}

h4.item_title_01 {
    font-size: 22px;
	margin-top: 20px;
}

.newsitem-box_01 a:hover{
	transition: .6s all;
	opacity: 0.6;
}

/*--NEWS一覧--*/
.breadcrumbs._news {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 120px 20px 0;
}

.page-news-single {
    padding-top: 100px;
    width: 1099px;
    margin: 0 auto;
    max-width: 100%;
}

section.news-single_content {
    width: 699px;
    margin: 0 auto;
    min-height: calc(100vh - 925px);
}

section.news-single_content .item_category{
	font-size: 14px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

h2.item__title {
    font-size: 24px;
    line-height: 50px;
    text-align: left;
    padding-top: 0;
}

section.news-single_content .item_date {
	margin: 0 0 40px 0;
	padding-bottom: 20px;
    text-align: left;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
	border-bottom: 1px solid #B1B7BD;
}

.page-news-single .back {
    margin-top: 100px;
    margin-bottom: 120px;
}

.page-news-single .back a{
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #3b3b3b;
    border-radius: 50px;
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
    border: solid 0.5px #3b3b3b;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.page-news-single .back a:hover{
	transition: .8s;
	color: #fff;
	background: #3b3b3b;
}

.info-content{
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 32px;
    text-align: left;
    color: #3b3b3b;
}



@media screen and (max-width: 767px){
	section.content._01 {
		padding-top: 70px;
	}
	.news-flex .newsitem-box {
		width: 100%;
	}
	.news-flex .newsitem-box._main{
		width: 90%;
	}
	span.subtitle_company {
		font-size: 10px;
	}
	.top-container.news {
    	width: 100%;
		margin: 0 auto -20px;
	}
	.category-box {
		width: 90%;
    	margin: auto;
		padding: 0 0 50px;
	}
	.category-box .item {
		margin-bottom: 12px;
		margin-right: 10px;
	}
	.category-box .item a {
		padding: 5px 12px;
		font-size: 13px;
	}
	/*design02*/
	.top-container.news_01{
		max-width: 90%;
		margin: 0 auto 100px;
	}
	.newsitem-box_01{
		padding-bottom: 20px;
	}
	.item_date_01{
		font-size: 14px;
	}
	.item_category{
		padding: 5px 16px
	}
	.item_category_01{
		font-size: 12px;
	}
	h4.item_title{
		font-size: 16px;
	}
	h4.item_title_01{
		margin-top: 10px;
		font-size: 17px;
	}
	p.item_txt{
		margin-top: 8px;
		font-size: 12px;
	}
	.newsitem-box_01._next{
		padding-top: 20px;
    	padding-bottom: 20px;
	}
	a.numbtn{
		width: 34px;
    	height: 34px;
		margin: -10px 7px 0;
    	font-size: 16px;
	}
	.pagenation a{
		margin: -10px 7px 0;
		font-size: 16px;
	}
	/*--newssingle--*/
	.breadcrumbs._news {
        padding: 80px 20px 0;
    }
	section.news-single_content{
		width: 90%;
		margin: auto;
	}
	.page-news-single{
		padding-top: 50px;
	}
	section.news-single_content .item_category{
		font-size: 12px;
	}
	h2.item__title{
		font-size: 18px;
	}
	.page-news-single .back a{
		max-width: 260px;
        font-size: 14px;
        padding: 16px;
	}
	section.news-single_content .item_date{
		margin: 0 0 32px 0;
	}
	.page-news-single .back {
    	margin-top: 60px;
    	margin-bottom: 100px;
	}
	.info-content{
		font-size: 12px;
		line-height: 30px;
	}
	.newsbtn{
		text-align: center
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	section.content._01{
		padding-top: 0;
		padding-bottom: 0;
	}
	.category-box{
		margin-bottom: 0;
	}
	.news-flex .newsitem-box{
		width: calc(33.333% - -83px);
	}
	.news-flex{
		gap: 30px;
		margin-bottom: 70px;
	}
	.page-news-single{
		padding-top: 0;
	}
}


/*-------------------------------------contact----------------------------------------*/
.breadcrumbs._contact {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 120px 20px 0;
}

span.subtitle_contact {
    font-size: 14px;
    line-height: 0.8;
}

.page-contact{
	padding-top: 100px;
	animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

section.contact_content{
	text-align: center;
}

.contact_content p{
	font-size: 14px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

p.lead{
	width: 25%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 60px auto;
	border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
	font-size: 16px;
}

p.lead_content{
	width: 680px;
    margin: 0 auto 100px;
    max-width: 100%;
	text-align: left;
}

p.notes {
    width: 310px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 60px;
}

/*--form--*/
.contact-form{
	max-width: 1000px;
	/*max-width: 1280px;*/
	padding: 0 20px;
	margin: 0 auto 120px;
}

.contact-form dl{
	margin-bottom: 40px;
}

.contact-form .item{
	display: flex;
	font-siize: 15px;
	/*margin-bottom: 5px;*/
}

.contact-form .item dt{
	width: 310px;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	padding: 30px 60px;
	/*align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;*/
}

.contact-form .item dt .require {
	color: #D76264;
	font-size: 15px;
	font-weight: 500;
	padding: 0 8px;
}

.contact-form .item dd{
	width: calc(100% - 250px);
	display: flex;
	align-items: center;
	padding: 0 40px;
}

.contact-form .gender-options{
	display: flex;
	align-items: center;
}

.contact-form .gender-options .item-group{
	margin-right: 40px;
}

.contact-form .item dd input[type="text"],
.contact-form .item dd input[type="email"],
.contact-form .item dd select{
	width: 100%;
	background: #F6F6F6;
	padding: 18px;
}

.contact-form .privacy .privacy-item input[type="checkbox"]{
	margin-right: 5px;
}

.contact-form .item dd input[type="radio"]{
	margin-right: 5px;
}

.contact-form .item dd textarea{
	width: 100%;
	background: #F6F6F6;
	padding: 20px;
	margin-top: 15px;
}

.contact-form .privacy{
	font-size: 15px;
	margin-bottom: 40px;
}

.contact-form .privacy p{
	text-align: center;
}

.privacy-item{
	text-align: center;
    margin-bottom: 100px;
}

.privacy-item a:hover{
	transition: .6s;
	opacity: 0.6;
}

.contact-form .btn-submit{
	width: 200px;
	height: 50px;
	color: #3b3b3b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #3b3b3b;
}

.contact-form .btn-submit:hover{
	transition: .6s;
	background: #3b3b3b;
	color: #fff;
}

.thanks{
	max-width: 700px;
    margin: 100px auto 150px;
}
	

@media screen and (max-width: 767px){
	.breadcrumbs._contact{
		padding: 70px 20px 0;
	}
	span.subtitle_contact{
		font-size: 10px;
	}
	.contact_content p {
        width: 90%;
        margin: 50px auto;
		font-size: 12px;
    }
	p.lead{
		font-size: 16px;
	}
	.contact-form{
		margin: 0 auto 100px;
	}
	.contact-form .item{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.contact-form .item dt{
		width: 100%;
		font-size: 14px;
		padding: 0;
		margin-bottom: 10px;
	}
	.contact-form .item dd{
		width: 100%;
		padding: 0;
	}
	.contact-form .item dd .gender-options{
		flex-direction: column;
		padding: 0;
	}
	.contact-form .item dd .item-group{
		margin: 0 30px 5px 0;
	}
	.contact-form .item dd input[type="text"], .contact-form .item dd input[type="email"], .contact-form .item dd select{
		padding: 16px 0 16px 12px;
        font-size: 12px;
	}
	.contact-form .item dd input[type="radio"] {
    	margin-right: 6px;
	}
	.contact-form .item dt .require{
		font-size: 16px;
		padding: 0 6px;
	}
	.privacy-item{
		margin-bottom: 70px;
	}
	.thanks{
		max-width: 90%;
		margin: 50px auto 80px;
	}
	p.notes{
		width: 90%;
		font-size: 14px;
		padding: 30px 0;
	}
	.contact-form .privacy{
		font-size: 14px;
		margin-bottom: -20px;
	}
	input.btn-submit.bgleft{
		width: auto;
		height: auto;
		padding: 9px 30px;
    	letter-spacing: 0.03em;
    	line-height: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	p.lead{
		width: 85%;
	}
	.contact-form{
		padding: 0;
	}
}


/*-------------------------------------privacy----------------------------------------*/
section.content._01._privacy{
	padding-top: 250px;
}

section.privacy-content{
	width: 1064px;
    margin: 100px auto 200px;
    max-width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.privacy-content h3{
	margin-top: 60px;
    margin-bottom: 30px;
	font-weight: 600;
    font-size: 24px;
    text-align: left;
    color: #000;
}

.privacy-content a:hover{
	transition: .4s;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	section.content._01._privacy{
		padding-top: 100px;
	}
	section.privacy-content{
		width: 90%;
		margin: 50px auto 100px;
	}
	.privacy-content h3{
		font-size: 16px;
		margin-top: 30px;
    	margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	section.content._01._privacy {
    	padding-top: 150px;	
	}
	section.privacy-content{
		width: 90%;
		margin: 100px auto 150px;
	}
}


/*-------------------------------------footer-----------------------------------------*/
.footer {
  padding: 100px 0 20px;
  background-color: #f5f5f5;
  width: 100%;
  /*margin-top: 100px;*/
  position: relative;
}

.footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #B1B7BD;
  left: 0;
  bottom: 57px;
}

.ft_container {
    width: 1099px;
    margin: 0 auto;
    max-width: 100%;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-around;*/
	justify-content: space-between;
}

.footer .item a,.footer .item p {
  margin: 10px 0;
  display: block;
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #404040;
}

.footer .item.no-head a {
  	margin: 20px 0;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.footer .item.no-head a:first-child {
  	margin: 10px 0 20px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.footer .item.is-head a {
  	font-size: 12px;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.footer .item.is-head a.head,.footer .item.is-head p.head {
  	font-size: 14px;
 	margin-bottom: 22px;
  	position: relative;
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    font-style: normal;
}

.footer .item.is-head a.head::before,.footer .item.is-head p.head::before {
  content: '';
  width: 27px;
  height: 2px;
  background-color: #88919A;
  bottom: -9px;
  left: 0;
  position: absolute;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.footer__bottom__left {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: left;
  color: #88919A !important;
}

.footer__bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer__bottom__right img {
  width: 22px;
}

.footer__bottom__right:first-child {
  width: 11px;
}

.footer__bottom__right:last-child {
  width: 20px;
}

.footer .copyright {
  font-family: Lato;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #404040;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.footer:before {
    	display: none;
  	}
	.footer {
    	padding: 40px 0 17px;
  	}
	.footer__wrap {
    	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  	justify-content: space-between;
  	}
	.footer .item {
    	width: 50%;
    	padding-left: 22px;
    	margin-bottom: 5px;
  	}
	.footer .item a,.footer .item p {
    	margin: 0 0 20px;
  	}
	.footer .item.no-head a{
		letter-spacing: 0;
		font-size: 13px;
	}
  	.footer .item.no-head a:first-child {
	  margin: 0;
	  letter-spacing: 0;
	  font-size: 13px;
  	}
	.footer .item.is-head a {
    	margin: 0 0 10px;
  	}
  	.footer .item.is-head a:last-child {
    	margin-bottom: 20px;
  	}
	.footer .item.is-head a.head{
		font-size: 13px;
		letter-spacing: 0;
	}
	.footer__bottom {
    	display: none;
  	}
  	.footer .copyright {
    	text-align: center;
    	margin-top: 15px;
    	padding-top: 14px;
    	display: block;
    	border-top: 1px solid #ACB2B9;
  	}
}


@media screen and (min-width: 1600px) and (max-width: 1800px){ 
	/*front-page*/
	.top-bd{
		padding-top: 180px;
	}
	section.sc02 h2.box_neme{
		font-size: 18px;
	}
	span.box_vm_btn{
		font-size: 14px;
	}
	span.box_vm_btn
	section.sc02{
		margin-bottom: 22%;
	}
	/*.list-ttl{
		font-size: 26px;
	}*/
	.list_area p{
		font-size: 18px;
	}
	/*-- front-page・section03 --*/
	.top-news-flex_1{
		margin-right: 120px;
	}
	ul.bdslider .slick-dots{
		margin: 20px 0 0 200px;
		/*margin: 0 0 0 200px;*/
	}
	p.ttl-txt, .top-bd-txt{
		font-size: 18px;
	}
	.bdlink-btn{
		margin: 50px 90px 20px;
	}
	.footer{
		padding: 100px 0 20px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1400px){ 
	.history-flex{
		margin: 0 auto 180px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px){ 
	.footer {
        padding: 70px 60px 20px;
    }
}


















