@charset "utf-8";

/* スマートフォンの設定*/
.sp {
    display: none;
}

@media screen and (max-width:767px){
    .pc_sma{
        display: none;
    }
       .pc {
        display: none;
    }

    .sp {
        display: block;
        width: 89vw;
        height: auto;
    }

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url(../image/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F2F3F7;
    color: #111;
}

.container {
    display: grid;
    width: 89%;
    grid-template-columns: 100%;
    margin: 0 auto;
}

.main .c01 {
    text-align: center;
    font-size: 2.93vw;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin: 21.33vw 0 1.33vw;
}

.main h1{
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 10.67vw;
}
.main h2 {
    display: inline;
    font-size: 4.27vw;
    font-weight: 700;
    line-height: 9.07vw;
    padding: 0 2.67vw 0.8vw;
    background: linear-gradient(135deg, #fff720 0%, #3cd500 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.main .head_title {
    font-size: 3.73vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 2.67vw;
}

.main .top_title {
    margin-top: 8vw;
}

.main .member {
    margin: 2.67vw 5.33vw;
}

.main .member p {
    width: 100%;
    font-weight: 700;
    font-size: 4vw;
    line-height: 7.47vw;
    text-align: left;
    letter-spacing: 0.05em;
}

.figure {
    text-align: center;
}

.sdgslogo {
    width: 49.87vw;
    height: 6.13vw;
    margin-bottom: 8vw;
}

.sdgsicon {
    width: 77.6vw;
    height: 34.67vw;
    margin-bottom: 8vw;
}

.youtube {
    width: 89.33vw;
    aspect-ratio: 16 / 9;
    margin: 0 auto 8vw;
}
  
.youtube iframe {
    width: 100%;
    height: 100%;
}

.main .gb {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: -6.67vw 0 10.67vw;
}

.main .gb .btn {
    margin-top: 2.67vw;
}

.main .gb .btn img{
    width: 21.33vw;
    height: 21.33vw;
    vertical-align: middle;
}

.main .gb .btn a {
    font-size: 2.93vw;
    font-weight: 700;
    color: inherit;
    text-decoration: underline;
}

.main .gb .btn a:hover {
    color: #999;
    text-decoration: none;
}

.main .org {
    display: flex;
    width: 70vw;
    border: 1px solid #111;
    justify-content: space-between;
    font-size: 2.93vw;
    line-height: 6.4vw;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0 auto 21.33vw;
    padding: 4.8vw 3vw 5.3vw 4.8vw;
}

.main .org .tb_01 {
    width: 16vw;
}

.footer {
    background-image: url(../image/footer_backx2.png);
    background-size: 200vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100vw;
    height: 30vw;
}

.footer p {
    text-align: center;
    font-size: 2.93vw;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-top: -21.33vw;
    padding: 16vw 0 0;
}

.sma{
    display: block;
}




/* 石膏ボード */

.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10.67vw;
}

.header .logoset {
    margin-left: 6.93vw;
    font-weight: 700;
    padding-top: 13.33vw;
}

.header .logoset .logo_sub {
    font-size: 1.87vw;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 2.67vw;
}

.header .logoset .logo_main {
    font-size: 3.73vw;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.header ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    width: 16vw;
    margin-right: 5.33vw;
}

.header ul li {
    font-weight: 700;
    margin-top: 17.6vw;
}

.header ul a {
    font-size: 3.73vw;
    letter-spacing: 0.05em;
    color: inherit;
    text-decoration: underline;
}

.header ul a:hover {
    color: #999;
    text-decoration: none;
}

.main .gyp_01 {
    width: 100%;
    text-align: center;
    margin-bottom: 16vw;
}

.main .gyp_01 img {
    width: 89.33vw;
    height: auto;
    margin-bottom: 8vw;
}

h3 {
    font-size: 4.53vw;
    line-height: 6.93vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0px 0 8vw;
}

.main .text_cont {
    font-size: 3.73vw;
    line-height: 6.93vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 8vw;
}

.main .cont_01 {
    margin-bottom: 8vw;
}

.main .cont_01 img {
    width: 89.33vw;
    height: auto;
}

.main .cont_02{
    margin-bottom: 16vw;
}

.main .cont_02 img {
    width: 89.33vw;
    height: auto;
    margin-bottom: 8vw;
    padding-top: 2.67vw;
}

.main .summary {
    color: #6DAF40;
    background: #fff;
    border-radius: 2.67vw;
}

.summary p {
    font-size: 4.8vw;
    line-height: 8vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 21.33vw;
    padding: 8vw;
}

.main .img_cont {
    text-align: center;
}

.main .img_cont img {
    width: 89.33vw;
    height: auto;
    margin-bottom: 8vw;
}

}


/********** PCの設定 **********/

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

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url(../image/header.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F2F3F7;
    color: #111;
}

.container {
    display: grid;
    width: 1080px;
    grid-template-columns: 100%;
    margin: 0 auto;
}

.main .c01 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin: 190px 0 30px;
}

.main h1{
    text-align: center;
    font-size: 70px;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 110px;
}
.main h2 {
    display: inline;
    font-size: 40px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 10px 3px;
    background: linear-gradient(135deg, #fff720 0%, #3cd500 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.main .head_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.main .top_title {
    margin-top: 50px;
}

.main .member {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 50px;
}

.main .member p {
    width: 500px;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    text-align: left;
    letter-spacing: 0.05em;
}

.figure {
    text-align: center;
}

.sdgslogo {
    width: 390px;
    height: 49px;
    margin-bottom: 60px;
}

.sdgsicon {
    width: 700px;
    height: 314px;
    margin-bottom: 120px;
}

.youtube {
    width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 120px;
}
  
.youtube iframe {
    width: 100%;
    height: 100%;
}
  
.main .gb {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin-bottom: 60px;
}

.main .gb .btn {
    margin-top: -10px;
} 

.main .gb .btn img{
    vertical-align: middle;
    margin-top: -20px;
}

.main .gb .btn a {
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    text-decoration: underline;
}

.main .gb .btn a:hover {
    color: #999;
    text-decoration: none;
}

.main .gb .btn a img:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.main .org {
    display: flex;
    width: 500px;
    border: 1px solid #111;
    justify-content: space-between;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0 auto 0;
    padding: 70px 80px 70px;
}

.footer {
    background-image: url(../image/footer_backx2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 300px;
}

.footer p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding: 200px 0 0;
}

.pc_sma{
    display: block;
}

.sma{
    display: none;
}


/* 石膏ボード */

.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 135px;
}

.header .logoset {
    margin-left: 80px;
    font-weight: 700;
    padding-top: 50px;
}

.header .logoset .logo_sub {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.header .logoset .logo_main {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.header ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    width: 70px;
    margin-right: 80px;
}

.header ul li {
    font-weight: 700;
    margin-top: 85px;
}

.header ul a {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: inherit;
    text-decoration: underline;
}

.header ul a:hover {
    color: #999;
    text-decoration: none;
}

.main .gyp_01 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 100px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 100px 0 60px;
}

.main .text_cont {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 40px;
}

.main .cont_01 p {
    width: 520px;
}

.main .cont_02 p {
    width: 520px;
}

.main .cont_01 {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}

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

.main .cont_01 img {
    padding-top: 40px;
}

.main .cont_02 img {
    padding-top: 10px;
}

.main .summary {
    color: #6DAF40;
    background: #fff;
    border-radius: 10px;
}

.summary p {
    margin-bottom: 100px;
    padding: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.main .img_cont {
    text-align: center;
}

.main .img_cont img {
    margin-bottom: 75px;
}

}