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


/* ==========================
==========　メイン　===========
============================= */
.main {
  font-size: 16px;
  color: #000;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  line-height: 1.8rem;
  margin-top: 150px;
}


/* 下層ページビジュアル
---------------------------*/
.page_visual {
	background: url(../img/top_image.png)no-repeat center center;
	background-size: cover;
}

/* 
---------------------------*/
.pc_block {
    display: block !important;
}
.sp_block {
    display: none !important;
}
.about {
    background: url(../img/lead-back02.png)no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 800px;
}

.pankuzu {
    width: 100%;
    position: absolute;
    font-family: "メイリオ", Meiryo, Osaka, "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1rem;
}
.message {
    font-size: 18px;
    position: relative;
    text-align: center;
    overflow-wrap: normal;
    line-height: 1.8rem;
    //left: 0%;
    top: 35%;
}
.message_height {
    margin: 24px 0 0 0;
}
.message_height_56 {
    margin: 56px 0 0 0;
}

.pc_posi{
    position: relative;
    left: 50px;
}
.message img {
    padding-top: 150px;
}
.message img.sp_img {display: none;}

.attempt {
    height: 111px;
    background: linear-gradient(to right, #f0f0f0, #fff);
    display: flex;
}

.attempt_title {
    text-align: left;
    font-size: 26px;
    letter-spacing: 0.8rem;
    font-weight:600;
}


.development {
    margin: 150px 0 0 0;
}

.flex.outer1000 {
    justify-content: center;
}

.circle_number01 {
    width: 60px;
    height: 60px;
    padding-top: 15px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight:600;
    margin: -60px 0 0 -31px;
}
.circle_number02 {
    width: 60px;
    height: 60px;
    padding-top: 15px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight:600;
    margin: -50px 0 0 -30px;
}
.circle_number03 {
    width: 60px;
    height: 60px;
    padding-top: 15px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight:600;
    margin: -60px 0 0 -72px;
}

.underbold {
    font-weight:600;
    //text-decoration:underline;
    border-bottom: solid 1px #000;
    padding-bottom: 2px;
}
.flex {
    display: flex; /*横並び*/
}
.flex .div_image {
    width: 346px; /*画像サイズ指定*/
    height: 550px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.flex .div_right {
    margin: 160px 0 0 40px;
    padding: 0;
}

.div_left_line {
    border-left:1px solid #333;
    margin: 0;
}
.div_title {
    font-weight:600;
    font-size: 30px;
    line-height: 3rem;
    border-bottom:1px solid #333;
    padding: 0 0 25.6px 20px;
}
.div_title_sub {
    margin: 0 25px 0 0;
}
.div_title_img {
    max-width: 113px; /*画像サイズ指定*/
    max-height: 100px;
}
.div_midashi {
    font-size: 18px;
    font-weight:600;
    padding: 25.6px 0 0 0;
    margin: 0 0 44px 20px;
}
.div_midashi_det_01 {
    margin: 0 0 0 20px;
}

.div_midashi_sub {
    margin: 0 0 16px 20px;
}

.div_midashi_sdg {
    margin: 60px 0 0 20px;
}


.utilization {
    margin: 170px 0 0 0;
}
.util {
    position: relative;
}
.util_left_line_01 {
    position: absolute;
    width: 401px; /*画像サイズ指定*/
    height: 401px;
    right: 0;
    top: 0;
    background-image: url(./../img/recucleback-arrow.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.util_left_line {
    background-image: url(./../img/recucleback.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
}
.util_left_line_01 {
    animation-name: rotate_anime;
    animation-duration: 15s;
    //transition-timing-function: linear;
    animation-timing-function: linear;
    animation-direction: normal;
    animation-iteration-count: infinite;
}
@keyframes rotate_anime{
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.util_left {
    padding: 160px 0 0 40px !important;
    border-left: 1px solid #333;
}
.util_title {
    font-weight:600;
    font-size: 30px;
    line-height: 3rem;
    margin: 0 0 25.6px 0;
}

.util_recycl {
}
.util_recycl_title {
    text-align: center;
    font-weight:600;
    font-size: 20px;
    margin: 44px 0 30px 310px;
}
.util_recycl_img {
    display: flex;
    justify-content: flex-end;
}


.beautiful {
    margin: 200px 0 130px 0;
}
.beautiful .flex {
    justify-content: space-between;
}

.beaut_left {
  margin: 0 0 0 -160px;
}
.beaut_img {
    max-width: 320px; /*画像サイズ指定*/
    max-height: 548px;
}
.beaut_right {
    width: 690px; /*画像サイズ指定*/
    margin: 0 40px 0 0;

}
.beaut_tag {
    margin: 160px 0 0 0;
    font-size: 30px;
    line-height: 2.6rem;
    text-align:right;
    font-weight:600;
}
.beaut_tag.flex {
    justify-content: flex-end;
}
.beaut_tag_img {
    width: 120px; /*画像サイズ指定*/
    height: 79px;
    margin: 0 40px 0 0;
}
.beaut_title {
    font-size: 34px;
    text-align: right;
    border-bottom:1px solid #333;
    padding: 0 0 25.6px 0;
    margin: 22.5px 0 0 0;
    font-weight:600;
}
.beaut_midashi {
    font-size: 18px;
    text-align: right;
    padding: 25.6px 0 0 0;
    margin: 0 0 44px 0;
    font-weight:600;
}

.st_beautiful {
    margin: 100px 0 0 0;
}
.st_beaut_left {
  margin: 0 0 0 -355px;
}

.st_beaut_img {
    max-width: 550px; /*画像サイズ指定*/
    max-height: 667px;
    margin: 0 20px 0 0;
}
.st_beaut_tag {
    margin: 160px 0 0 0;
    font-size: 30px;
    line-height: 2.6rem;
    text-align:right;
    font-weight:600;
}
.st_beaut_tag.flex {
    justify-content: flex-end;
}
.st_beaut_tag_img {
    width: 180px; /*画像サイズ指定*/
    height: 95px;
    margin: 0 37px 0 0;
}

.beaut_midashi_01 {
    margin: 44px 0 0 0;
}
.beaut_midashi_02 {
    margin: 16px 0 0 0;
}




.beaut_tate {
    width: 20px;
    font-size: 20px;
    padding: 20px 0 0 20px;
    border-left:1px solid #333;
    font-weight:600;
    letter-spacing: 0.8rem;
}






.flex_sdg {
    display: flex; /*横並び*/
    justify-content: flex-end;
}
.sdg_img {
    margin: 0 0 0 10px;
}

.midashi_waku {
    width: 300px; /*画像サイズ指定*/
    height: 50px;
    border: 1px solid #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    margin: 25.6px 0 0 0;
}
p.midashi_kakoi01 {
    font-size: 16px;
    font-weight:600;
    padding: 16px;
    display: inline-block;
    padding-left: 50px;
    background: url(../../common/img/header_icon01.png)no-repeat center left;
}
p.midashi_kakoi02 {
    font-size: 16px;
    font-weight:600;
    padding: 16px;
    display: inline-block;
    padding-left: 50px;
    background: url(../../common/img/menu_icon.png)no-repeat center left 25px;
}

.midashi_waku:hover {
    cursor: pointer;
    //border-bottom-width:3px;
    transform: translate(0px,1px);
    box-shadow: 0 3px black;
}

.page_backBtn {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding: 45px 0 15px;
}

.page_backBtn p {
    color: #ffffff;
    background: #999999;
    padding: 4px 65px;
    display: inline-block;
}

.about_flex{
    display: flex;
    justify-content: space-around;
}
.about_bottom{
    max-width: 1200px;
    margin: 50px auto ;
    max-width: 880px;
}

.hanbai_title {
    text-align: center;
    font-weight:600;
    font-size: 30px;
    line-height: 3rem;
    margin: 0 0 25.6px 0;
}

.message_hanbai {
    font-size: 18px;
    position: relative;
    text-align: center;
    overflow-wrap: normal;
    line-height: 1.8rem;
    //left: 0%;
    top: 35%;
}

.flex_community {
    justify-content: space-evenly;
    align-items: flex-end;
}

.community {
    width: 48%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.community_hanbai {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.community_img {
    width: 600px; /*画像サイズ指定*/
}

.community01_img {
//    margin-right: 20px;
    max-width: 80%;
}

.community05_img {
    width: 200px; /*画像サイズ指定*/
}

.community06_img {
    width: 300px; /*画像サイズ指定*/
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	.pc_block {
	    display: none !important;
	}
	.sp_block {
	    display: block !important;
	}
	.main {
	  font-size: 12px;
	  line-height: 1.3rem;
	  margin-top: 58px;
	}
	.about {
		background: url(../img/lead-back02.png)no-repeat left top;
		background-size: contain;
	}
	.about {
		background-size: cover;
		max-width: 1200px;
		margin: auto;
		padding-bottom: 45px;
		height: inherit;
	}
	.message {
	    font-size: 12px;
	    text-align: left;
	    margin: 150px 30px;
	}
	.message_tsg {
	    font-size: 14px;
	}
	.circle_number01 {
	    width: 50px;
	    height: 50px;
	    padding-top: 16px;
	    margin: -50px 0 0 -25px;
	}
	.circle_number02 {
	    width: 50px;
	    height: 50px;
	    padding-top: 16px;
	    margin: -50px 0 0 -25px;
	}
	.circle_number03 {
	    width: 50px;
	    height: 50px;
	    padding-top: 16px;
	    margin: -50px 0 0 -41px;
	    position: absolute;
	    right: 19px;
	}
	.development {
	    position: relative;
	}
	.attempt_title {
	    text-align: center;
	    font-size: 24px;
	}
	.attempt_title {
	    text-align: left;
	    font-size: 24px;
	    letter-spacing: 0.4rem;
	    margin: auto 0 auto 20px;
	}


	.flex .div_image {
	    width: 230px;
	    height: 366px;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    z-index: -1;
	    opacity: 0.4;
	}
	.flex .div_right {
	    margin: 35px 0 0 0;
	    padding-bottom: 100px;
	    flex-direction: row-reverse;
	}
	.div_title_img {
	    max-width: 75px;
	    max-height: 66px;
	    margin-bottom: 20px;
	}
	.div_title {
	    font-weight: 600;
	    font-size: 22px;
	    line-height: 2.0rem;
	    border-bottom: 0px solid #333;
	    padding: 0 0 0 20px;
	    flex-direction: column-reverse;
	}
	.div_title_sub {
	    margin: 0 0 0 0;
	    padding: 0 0 25.6px 0;
	    border-bottom: 1px solid #333;
	}
	.div_midashi {
	    font-size: 14px;
	    padding: 25.6px 0 0 0;
	    margin: 0 0 22px 20px;
	}
	.div_left_line {
	    margin: 0 30px 0 30px;
	}
	.div_midashi_det {
	    margin-bottom: 60px;
	}


	.util_left_line_01 {
	    width: 201px; /*画像サイズ指定*/
	    height: 201px;
	    background-size: 201px;
	    background-position: right top;
	    margin: 0 100px 0 0;
	    opacity: 0.5;
	}
	.util_left_line {
	    background-size: 201px;
	    background-position: right 70px top;
	    padding: 0;
	    margin: 0 30px 0 30px;
	}

	.util_left {
	    padding: 100px 0 0 20px !important;
	}
	.util_title {
	    font-size: 22px;
	    line-height: 3rem;
	    margin: 0 0 12px 0;
	}
	.util_recycl_title {
	    font-size: 16px;
	    margin: 44px 0 30px 0;
	}
	.beautiful {
	    margin: 190px 13px 130px 30px;
	}
	.beautiful_left {
	    position: relative;
	}
	.beaut_img {
	    max-width: 213px;
	    max-height: 365px;
	    position: absolute;
	    left: -75px;
	    bottom: 35px;
	    z-index: -1;
	    backdrop-filter: blur(12px);
	    opacity: 0.4;
	}
	.beaut_left {
	    margin: 0 0 0 0;
	}
	.beaut_right {
	    width: auto; /*画像サイズ指定*/
	    margin: 0 20px 100px 0;
	}
	.beaut_tag.flex {
	    flex-direction: column;
	}
	.beaut_tag {
	    margin: 35px 0 0 0;
	    font-size: 22px;
	    line-height: 1.8rem;
	    text-align: right;
	}
	.beaut_tag_img {
	    width: 80px;
	    height: 52px;
	    margin: 0 0 22px auto;
	}
	.sp_beaut_tag {
	    font-size: 20px;
	}
	.beaut_title {
	    font-size: 24px;
	    padding: 0 0 25.6px 0;
	    margin: 5px 0 0 0;
	}
	.beaut_mi_div {
	    font-size: 12px;
	    text-align: right;
	    padding: 25.6px 0 0 0;
	    margin: 0 0 44px 0;
	    line-height: 1.5rem;
	}
	.beaut_midashi {
	    font-size: 14px;
	    text-align: right;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	}
	
	.st_beautiful {
	    position: relative;
	    margin: 20px 0 0 0;
	}
	.st_beaut_left {
	    margin: 0 0 0 0;
	}
	.st_beaut_img {
	    max-width: 366px;
	    max-height: 444px;
	    margin: 0 20px 0 0;
	    position: absolute;
	    left: -150px;
	    bottom: -60px;
	    z-index: -1;
	    backdrop-filter: blur(12px);
	    opacity: 0.4;
	}

	.beaut_tate {
	    padding-left: 10px;
	    font-size: 15px;
	}

	.st_beaut_tag {
	    margin: 30px 0 0 0;
	    font-size: 19px;
	    line-height: 1.8rem;
	    flex-direction: column;
	}
	.st_beaut_tag_img {
	    width: 120px;
	    height: 63px;
	    margin: 0 0 22px auto;
	}
	.st_beaut_title {
	    font-size: 24px;
	    line-height: 1.8rem;
	    padding: 0 0 25.6px 0;
	    margin: 10px 0 0 0;
	    text-align: right;
	    border-bottom:1px solid #333;
	    font-weight:600;
	}
	.sdg_img {
	    width: 60px;
	    height: 60px;
	}
	.midashi_waku {
	    width: 200px;
	    height: 50px;
	    border: 1px solid #333;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    transition: all 0.2s;
	    margin: 25.6px 0 0 0;
	    background-color: #fff;
	}
	p.midashi_kakoi01 {
	    font-size: 12px;
	    font-weight: 600;
	    padding: 16px;
	    display: inline-block;
	    padding-left: 50px;
	    background: url(../../common/img/header_icon01.png) no-repeat center left;
	}
	p.midashi_kakoi02 {
	    font-size: 12px;
	    font-weight:600;
	    padding: 16px;
	    display: inline-block;
	    padding-left: 50px;
	    background: url(../../common/img/menu_icon.png)no-repeat center left 25px;
	}
	.message_hanbai {
	    font-size: 12px;
	    line-height: 1.0rem;
	}
	
	.hanbai_title {
	    font-size: 22px;
	    line-height: 3rem;
	    margin: 0 0 12px 0;
	}
	.community_img {
	    width: 90%;
	}
}


@media print {


}