.full a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px;
  margin: 0;
  text-decoration: none;
}
.full a.img01 {
  background-image: url(../images/slide1.png)
}
.full a.img02 {
  background-image:url(../images/slide2.png)
}
.full a.img03 {
  background-image:url(../images/slide3.png)
}
.full a.img04 {
  background-image:url(../images/slide3.png)
}
.full a.img05 {
  background-image:url(../images/slide3.png)
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}

.wrap-full{
	width: 100%;
	/* background-image: url(../images/middle-bg.png); */
	/* height: 670px; */
	background-size: cover;
	background-color: #f1ede6;
	color: #000;
}
.wrap-full-inner{
    width: 100vw;
    margin: auto;
    /* color: #fff; */
    /* height: 500px; */
    text-align: center;
    /* padding: 30px; */
    /* padding-top: 60px; */
    padding-bottom: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wrap-full-title{
    text-align: center;
    padding: 40px;
    font-size: 2em;
}
.wrap-full-content-title{
    font-size: 1.6em;
    padding-bottom: 10px;
}
.wrap-full-content{
    margin-bottom: 20px;
}


.baner{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.baner img{}
/**/
.page-title{
    background-color: #231510;
    color: #fff;
}
.page-title>.wrap-full-inner{
	padding: 20px;
	text-align: right;
	font-size: 1.5em;
}
.page-title p{
    text-align: right;
    width: 1000px;
    margin: auto;
}
.page-copy{
    padding: 0;
    /* padding: 2px; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    text-align: left;
}

.color-wht{
    background-color: #fff;
}

.reform-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
.reform-detail-left,.reform-detail-right{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 460px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
}
.reform-detail-left img{
    margin-bottom: 30px;
    width: 100%;
}
.reform-detail-right img{
    /* margin-top: 30px; */
    width: 100%;
}

.reform-detail-title{
    font-size: 1.3em;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.reform-detail-text{
    text-align: justify;
    /* line-height: 180%; */
}
.about-copy{
	
}
.about-copy p{
    margin-left: 30px;
    font-size: 1.2em;
    padding-top: 0px;
    width: 60vw;
    padding-left: 0;
    position: relative;
    margin-top: -3px;
}
.about-copy-txt{
    text-align: right;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 0.9em;
    position: absolute;
    right: 20px;
}
.about-copy-img{
	background-image: url(../images/img1.png);
	/* background-color: #a51b62; */
	height: 248px;
	width: 100vw;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position-x: -45vw; */
}
.tuyomi-wrap{
    width: 100%;
    text-align: center;
    margin: auto;
    border-top: 1px solid #a51b62;
    border-bottom: 1px solid #a51b62;
    padding: 10px;
}
.tuyomi-wrap img{
    margin-bottom: 60px;
    width: 380px;
}
.tuyomi-title{
    font-size: 1.2em;
    width: 620px;
    margin: auto;
    text-align: left;
}
.tuyomi-detail{
    text-align: justify;
    width: 620px;
    margin: auto;
    margin-bottom: 40px;
    color: #a51b62;
}

.about-wrap{
    width: 650px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}
.about{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.about-wrap-left{
    width: 200px;
    min-height: 50px;
    background-color: #1b4e72;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.about-wrap-right{
    width: 410px;
    border: 1px solid #1b4e72;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 30px;
    position: relative;
}


.about-wrap-right img{
    width: 105%;
    margin-left: -30px;
}

.big{
    height: 410px;
}

.about-wrap-right p{padding-top: 20px;padding-bottom: 20px;}

@media screen and (max-width: 1000px) {
	full a {
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  height: 540px;
	  margin: 0;
	  text-decoration: none;
	}
	.full a.img01 {
	  background-image: url(../images/slide1.png)
	}
	.full a.img02 {
	  background-image:url(../images/slide2.png)
	}
	.full a.img03 {
	  background-image:url(../images/slide3.png)
	}
	.full a.img04 {
	  background-image:url(../images/slide3.png)
	}
	.full a.img05 {
	  background-image:url(../images/slide3.png)
	}
	.full .slick-dots {
	    bottom: 4%;
	    z-index: +1;
	}
	
	.wrap-full{
		width: 100%;
		/* background-image: url(../images/middle-bg.png); */
		/* height: 670px; */
		background-size: cover;
		background-color: #f1ede6;
		color: #000;
	}
	.wrap-full-inner{
	    width: 100%;
	    margin: auto;
	    /* color: #fff; */
	    /* height: 500px; */
	    text-align: center;
	    /* padding: 10px; */
	    /* padding-top: 60px; */
	    padding-bottom: 50px;
	}
	.wrap-full-title{
	    text-align: center;
	    padding: 40px;
	    font-size: 2em;
	}
	.wrap-full-content-title{
	    font-size: 1.6em;
	    padding-bottom: 10px;
	}
	.wrap-full-content{
	    margin-bottom: 20px;
	}
	
	
	.baner{
	    text-align: center;
	    margin-top: 60px;
	    margin-bottom: 100px;
	    width: 100%;
	}
		.baner img{
	    width: 100%;
	}
	/**/
	.page-title{
	    background-color: #28272b;
	    color: #fff;
	}
	.page-title>.wrap-full-inner{
		padding: 20px;
		text-align: right;
		font-size: 1.5em;
		width: 100%;
	}
	.page-title p{}
	.page-copy{
	    padding: 0;
	    /* padding: 5px; */
	    /* padding-top: 10px; */
	    /* padding-bottom: 10px; */
	    text-align: left;
	    width: 100%;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    flex-wrap: nowrap;
	    align-items: center;
	    align-content: center;
	}
	
	.color-wht{
	    background-color: #fff;
	}	
	.reform-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
.reform-detail-left,.reform-detail-right{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 460px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
}
.reform-detail-left img{
    margin-bottom: 30px;
    width: 100%;
}
.reform-detail-right img{
    /* margin-top: 30px; */
    width: 100%;
}

.reform-detail-title{
    font-size: 1.3em;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.reform-detail-text{
    text-align: justify;
    /* line-height: 180%; */
}
.about-copy{
	
}
.about-copy p{
    margin-left: 10px;
    font-size: 0.9em;
    padding-top: 0px;
    width: 50vw;
    padding-left: 0;
    position: unset;
    margin-top: -3px;
}
.about-copy-txt{
    text-align: right;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 0.9em;
    position: absolute;
    right: 10px;
}
.about-copy-img{
	background-image: url(../images/img1.png);
	/* background-color: #a51b62; */
	height: 179px;
	width: 47vw;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: absolute; */
	/* left: 0; */
}
.tuyomi-wrap{
    width: 100%;
    text-align: center;
    margin: auto;
    border-top: 1px solid #a51b62;
    border-bottom: 1px solid #a51b62;
    padding: 10px;
}
.tuyomi-wrap img{
    margin-bottom: 60px;
    width: 260px;
    margin-top: 50px;
}
.tuyomi-title{
    font-size: 1.1em;
    width: 100%;
    margin: auto;
    text-align: left;
}
.tuyomi-detail{
    text-align: justify;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    color: #a51b62;
    font-size: 1em;
}

.about-wrap{
    width: 650px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.about{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.about-wrap-left{
    width: 100%;
    min-height: 50px;
    background-color: #1b4e72;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.about-wrap-right{
    width: 100%;
    border: 1px solid #1b4e72;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 30px;
    position: relative;
}


.about-wrap-right img{
    width: 105%;
    margin-left: -30px;
}

.big{
    height: auto;
}
}