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

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}

.contents .cont_inner .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}


/* cp_intro */
.cp_intro {
	text-align: center;
    position: relative;
    z-index: -1;
    margin-top: -1rem;
    padding-bottom: 45%;
    overflow: hidden;
}

.cp_intro .titBox {
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 10;
}
.cp_intro article:last-child {
    padding-top: 3rem;
}

.cp_intro .titBox:after {
	content: '';
	background-image: url(/src/img/concept/bokashi.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	padding: 100%;
	top: -25%;
	left: -100%;
	z-index: -1;
	width: 100%;
	background-size: cover;
}
.cp_intro .titBox h1 {
    background-image: url(/src/img/concept/cp_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px;
    padding: 120px;
    text-indent: -9999px;
}
.cp_intro .nuri {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
}

.cp_intro .nuri:after {
	content: '';
	display: block;
	clear: both;
}

.cp_intro .nuri span:first-child {
    float: left;
    margin-left: -5%;
}

.cp_intro .nuri span:last-child {
    float: right;
    margin-right: -5%;
    margin-top: -5%;
}

.cp_intro .nuri span img {
    width: 100%;
}

.cp_intro .intro_block {
    max-width: 1024px;
    margin: 2rem auto;
    background-color: #fff;
    padding: 2rem 10rem;
    position: relative;
    z-index: 10;
}

.cp_intro .intro_block .text {
    line-height: 2.5;
}
.cp_intro .intro_block .text span:last-child {
    display: block;
}

.cp_intro .intro_block .text p span {
    display: block;
}

.cp_intro .intro_block .text p {
    margin-top: 2rem;
}

.cp_intro .intro_block h2 {
    color: #488ab2;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.cp_intro .intro_block h2 strong {
    display: block;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    color: #666666;
}


.cp_intro:after {
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	background-size: 100%;
	background-image: url(/src/img/concept/cp_image.png);
	bottom: 0;
	padding-top: 70%;
	width: 80%;
}
.contents .cont_inner {
    position: relative;
}
.contents .cont_inner:before {
    background-image: url(/src/img/concept/bg_intro.jpg);
    top: -5%;
    width: 100%;
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-size: 100%;
    z-index: -1;
    padding-top: 56%;
	transition: all 1s;
}

.cp_intro:before {
    content: '';
    background-image: url(/src/img/concept/nuri_blue.png);
    padding-bottom: 36%;
    position: absolute;
    width: 20%;
    right: 0;
    top: 40%;
}

.cp_intro:after {
    content: '';
    background-image: url(/src/img/concept/cp_image.png);
    bottom: 0;
    padding-top: 60%;
    width: 80%;
}

.cp_intro .intro_block .kakko:before,
.cp_intro .intro_block .kakko:after,
.cp_intro .intro_block .kakko02:before,
.cp_intro .intro_block .kakko02:after {
    content: '';
    width: 36px;
    height: 46px;
    position: absolute;
}
.cp_intro .intro_block .kakko:before,
.cp_intro .intro_block .kakko:after {
    background-image: url(/src/img/concept/kakko.png);
}

.cp_intro .intro_block .kakko:before,
.cp_intro .intro_block .kakko:after {
    top: 0; 
}
.cp_intro .intro_block .kakko02:before,
.cp_intro .intro_block .kakko02:after {
    bottom: 0;
    background-image: url(/src/img/concept/kakko02.png);
}
.cp_intro .intro_block .kakko02:before {

}
.cp_intro .intro_block .kakko:before, 
.cp_intro .intro_block .kakko02:before {
    left: 0;
}
.cp_intro .intro_block .kakko:after, 
.cp_intro .intro_block .kakko02:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cp_intro .intro_block .kakko, 
.cp_intro .intro_block .kakko02 {
    display: block;
}

/* pro */
.pro {
    margin-top: 4rem;
}

.message h2, .pro h2 {
    color: #488ab2;
    font-weight: 600;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.pro .proBox {
    float: left;
    width: 50%;
}


.message .name span, .message .name small {
    letter-spacing: 1px;
    display: block;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 0.5rem;
}

.message .name .position {
    display: block;
    font-size: 15px;
}
.message .name p {
    display: inline-block;
}
.message .name .kana {
    letter-spacing: 1px;
}
.message {
    margin-top: 6rem;
}

.message .text {
    padding: 2rem 5rem;
    line-height: 2;
    text-align: center;
}

.message .text p {
    margin-bottom: 2rem;
}

.message h2 {
    font-size: 2rem;
    background-image: url(/src/img/concept/ico_message.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
    background-size: 45px;
}
.pro .pro_text {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 14px;
}
.pro .docu_icon, 
.pro .capa_icon, 
.pro .aw_icon {
	fill: #488ab2;
	display: block;
    margin: 0.5rem auto;
}
.pro .docu_icon {
    height: 35px;
    width: 80px;

}
.pro .capa_icon {
    height: 60px;
    width: 110px;
}
.pro .aw_icon {
    height: 50px;
    width: 80px;
}

.capacity, .award {
    margin-top: 50px;
}

.message .name span {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.message .name small {
    font-size: 14px;
}

.pro .name:after {
    /* content: ''; */
    background-image: url(/src/img/top/sign.png);
    display: inline-block;
    width: 92px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: 92px;
}

.message .photoArea {
    background-image: url(/src/img/concept/pro_photo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 13% 0;
    background-size: 100%;
}

.message .name {
    position: absolute;
    right: 13rem;
    bottom: -5rem;
}
.contents .message .photoArea .inner {
    position: relative;
}
.tableSet dl {
    display: table;
    width: 100%;
}

.tableSet dl dt, .tableSet dd {
    display: table-cell;
    padding: 1rem;
    line-height: 2;
    border-bottom: #c9cfcf 1px solid;
}

.tableSet {
    background-color: #fff;
    position: relative;
    border-top: #c9cfcf 1px solid;
}

.tableSet dl dt {
    text-align: center;
    width: 18%;
    background-image: url(/src/img/concept/texture.jpg);
}
.capacity div p {
    background-image: url(/src/img/concept/texture.jpg);
    padding: 1.5rem;
    text-align: center;
    line-height: 1.7;
}

.award .tableSet {
    /* border-top: #c9cfcf 1px solid; */
    margin-top: 0;
}

/* photoArea */
ul.photoArea {
    overflow: hidden;
    margin-top: 10rem;
}

ul.photoArea li {
    width: 25%;
    float: left;
}
ul.photoArea li img {
    width: 100%;
}

/* advantage */

.advantage {
    background-color: #f0f5f9;
    padding: 8rem 0;
}
.advantage a {
    display: block;
    margin-top: -120px;
    padding-top: 120px;
}

.advantage h2 {
    color: #666666;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.advantage h2 span {
    color: #488ab2;
    font-size: 3rem;
    display: inline-block;
    padding-right: 0.5rem;
}

.advantage article {
    position: relative;
    /* width: 100%; */
}

.advantage article:before {
	content: '';
	background-image: url(/src/img/concept/ad01.jpg);
	position: absolute;
	width: 50%;
	top: 0;
	padding: 12% 0;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	background-size: 100%;
}

.advantage article.ad02:before {
	background-image: url(/src/img/concept/ad02.jpg);
}
.advantage article.ad03:before {
	background-image: url(/src/img/concept/ad03.jpg);
	top: 7%;
}
.advantage article.ad04:before {
	background-image: url(/src/img/concept/ad04.jpg);
}

.advantage article .inner:after {
    content: '';
    display: block;
    clear: both;
}

.advantage article .adBox_inner {
    width: 100%;
    background-color: #fff;
    padding: 3.5rem 3rem 2rem;
    border: #dae7ef 2px solid;
    position: relative;
    display: inline-block;
    z-index: 10;
    overflow: hidden;
}
.advantage article .adBox_inner:before {
    content: '';
    background-image: url(/src/img/concept/st_bg.png);
	width: 220px;
	height: 260px;
	position: absolute;
	right: -2rem;
	top: -5rem;
}
.advantage article.ad01 .adBox, 
.advantage article.ad03 .adBox {
    float: right;
}
.advantage article.ad03 .adBox {
    margin: 5rem 0 5rem -2rem;
}
.advantage article.ad01 .adBox {
    margin-top: 4rem 0 5rem -2rem;
}

.advantage article.ad02:before, 
.advantage article.ad04:before {
    right: 0;
}
.advantage article.ad01:before, 
.advantage article.ad03:before {
    left: 0;
    background-position: center right;
}

.advantage article .adBox:before {
	content: '';
	background-color: #dceef9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 0;
}
.advantage article .adBox {
    display: inline-block;
    position: relative;
    float: left;
    width: 52%;
    margin: 3rem -2rem 5rem 0;
}

.advantage article .adBox > span {
    position: absolute;
    top: -5rem;
    left: 1rem;
    z-index: 50;
}

.advantage article .adBox_inner h3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
	font-weight: 800;
}

.advantage article .adBox_inner h3 em {
    font-size: 3rem;
    color: #4c85b0;
}

.advantage article .adBox_inner h3 span {
    display: block;
    font-size: 1.2rem;
}

.advantage article .textArea {
    color: #474747;
}

.advantage article .textArea .text {
    line-height: 1.8;
    margin-top: 2rem;
}




@media screen and (min-width: 1800px) {
.advantage article:before {
    padding: 10% 0;
}
.message .photoArea {
    padding: 11% 0;
    background-position: top 40% center;
}


}


@media screen and (max-width: 1400px) {
.contents .cont_inner:before {
    top: -3%;
}



}
@media screen and (max-width: 1100px) {
.pro .name {
    /* bottom: -5rem; */
}

}


@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.contents .cont_inner .inner {
    max-width: 95%;
}
.contents .cont_inner:before {
    top: -1%;
}

.cp_intro .titBox:after {
    padding: 80%;
    top: -10%;
}

.cp_intro .intro_block {
    max-width: 90%;
    padding: 2rem 5rem;
}
.cp_intro .titBox h1 {background-size: 200px;}

.cp_intro .intro_block h2 {
    font-size: 1.7rem;
}
.cp_intro .intro_block h2 strong {
    font-size: 1.9rem;
}
.cp_intro .intro_block .text {
    text-align: left;
}

.cp_intro .intro_block .text span, 
.cp_intro .intro_block .text p span, 
.cp_intro .intro_block .text span:last-child {
    display: inline;
}


.cp_intro .intro_block .text p {
    display: initial;
}

.advantage article:before {
    padding: 20% 0;
    top: -5%;
}

.advantage article.ad03:before {
    top: 0;
}
.advantage h2 {

    font-size: 2rem;
}

.advantage article .adBox_inner h3 {
    font-size: 1.4rem;
}

.advantage article .adBox_inner h3 em {
    font-size: 2.7rem;
}

.advantage article .adBox_inner h3 span {
    font-size: 1.1rem;
}




}

@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {
    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;

}

.cp_intro {
    padding-top: 0;
    overflow: inherit;
}
.cp_intro:after {
    width: 100%;
    padding-top: 80%;
    bottom: -5%;
    z-index: 10;
}

.cp_intro .titBox:after {
    padding: 70%;
    left: -70%;
}

.contents .cont_inner:before {
    right: 0;
    background-size: 150%;
    padding-top: 100%;
    background-position: center left 30%;
}

.cp_intro .titBox h1 {
    background-size: 180px;
    height: 200px;
}

.cp_intro .intro_block h2 {
    font-size: 1.65rem;
}

.cp_intro .intro_block .text {
    font-size: 14px;
    line-height: 2.3;
}

.cp_intro .intro_block {
    padding: 2rem;
}

.cp_intro .intro_block h2 strong {
    font-size: 1.6rem;
    margin-top: 1rem;
}
.cp_intro .nuri span:last-child {
    display: none;
}

.cp_intro:before {
    width: 100%;
    opacity: 0.7;
}
.message h2 {
    font-size: 1.8rem;
    background-size: 40px;
    padding-top: 40px;
}
.message .photoArea {
    background-image: url(/src/img/concept/pro_photo_sp.jpg);
    padding: 25% 0;
    background-position: top 15% left;
}
.message .name:after {
    background-size: 80px;
    background-position: left bottom;
    width: 80px;
    margin-left: -1.2rem;
}
.message .text {
    padding: 2rem;
    text-align: left;
}

.message .text p br {
    display: none;
}

.message .text p {
    margin-bottom: 1rem;
}

small.position {
    font-size: 14px;
}

.message .name .position {
    font-size: 14px;
}

.message .name span {
    font-size: 1.3rem;
}

.message .name small {
    font-size: 13px;
}

.message .name span, .message .name small {
    line-height: 1.4;
}
.message .name {
    bottom: inherit;
    right: 5rem;
    top: 50%;
}

.tableSet dl dt, .tableSet dd {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0.8rem;
}

.capacity div p {
    font-size: 14px;
    padding: 1.5rem 1rem;
}
.pro {
    margin-top: 2rem;
}
ul.photoArea {
    margin-top: 8rem;
}
ul.photoArea li {
    width: 50%;
}
.advantage {
    padding: 4rem 0;
}
.advantage article .adBox {
    float: none!important;
    width: 100%;
    margin: -1rem auto 3rem auto!important;
}
.advantage article .adBox:before {
    top: 5px;
    left: 5px;
}

.advantage article:before {
    position: inherit;
    display: block;
    width: 100%;
    padding: 30% 0;
}
.advantage article .adBox_inner {
    padding: 3rem 2rem 2rem;
}



}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents .cont_inner h2 {
    font-size: 22px;
    padding: 0 0.5rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.cp_intro {
    margin-top: -2rem;
}

.contents .cont_inner:before {
    background-size: 150%;
    top: 20px;
    background-position: center left 30%;
}

.cp_intro .titBox:after {
    padding: 30%;
    top: 40%;
    left: -30%;
}

.cp_intro .titBox h1 {
    background-size: 150px;
}

.cp_intro .intro_block {
    margin: 0 auto 2rem;
    padding: 1.5rem;
}

.cp_intro .intro_block .text {
    line-height: 2;
}

.cp_intro .intro_block h2 strong {
    font-size: 1.3rem;
}

.pro {
    margin-top: 0.5rem;
}
.contents .cont_inner .pro h2 {
    font-size: 20px;
}

.pro .docu_icon {
    width: 60px;
    height: 30px;
}

.pro .capa_icon {
    width: 90px;
    height: 50px;
}

.pro .aw_icon {
    width: 60px;
    height: 40px;
}

.tableSet dl dt, .tableSet dd {
    padding: 0.5rem;
}
.message {
    margin-top: 5rem;
}
.contents .cont_inner .message h2 {
    padding-top: 40px;
    background-size: 35px;
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.message .name {
    top: 0;
    right: 2rem;
    margin: 0 auto;
}

.message .name small, .message .name .position {
    font-size: 13px;
    padding-left: 0;
}
.message .name span {
    font-size: 1.3rem;
    padding-left: 0;
}
.message .text {
    padding: 1rem 0.5rem;
    font-size: 14px;
}
.contents .cont_inner .advantage h2 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.advantage a {
    margin-top: -80px;
    padding-top: 80px;
}
.advantage article .adBox > span {
    width: 25%;
    top: -1.5rem;
    left: inherit;
    right: 0.5rem;
}

.advantage article .adBox_inner h3 {
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.advantage article .adBox_inner {
    padding: 1rem 1.5rem 1.5rem;
}

.advantage article .adBox_inner h3 span {
    font-size: 1rem;
}

.advantage article .textArea .text {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.9;
}

.advantage article .adBox_inner h3 em {
    font-size: 2.5rem;
}


}

