@charset "UTF-8";

.mod_article_wrap.bg_gray{
    padding-top: 0;
    background-color: #F7F2F0;
}

.mod_article_wrap.bg_beige {
    position: relative;
    margin-top: 110px;
    background: #EEF6D9 url('/torikumi/sdgs/images/shakai_03/bg_bottom.png') no-repeat center bottom;
}

.bg_beige:before {
    content: ''; 
    position: absolute;
    width: 200px;
    height: 146px;
    top: -70px;
    left: 40%;
    background: url('/torikumi/sdgs/images/shakai_03/logo.png') no-repeat;
}

.mod_article_bg_circle::before {
    top: 220px;
}

@media screen and (max-width: 767px) {
    .bg_beige:before {
        width: 100px;
        height: 73px;
        top: -35px;
        left: 50%;
        background: url('/torikumi/sdgs/images/shakai_03/logo_sp.png') no-repeat;
        background-size: contain;
        transform: translateX(-50%);
    }

    .mod_article_wrap.bg_beige {
        position: relative;
        margin-top: 80px;
        background: #EEF6D9 url('/torikumi/sdgs/images/shakai_03/bg_bottom_sp.png') no-repeat center bottom;
    }
}

.fc-green {
    color: #0C8C55;
}

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

.mod_heading_01, .mod_heading_02, .mod_heading_03, .mod_column {
    position: relative;
}

.mod_heading_01:before {
    content:'';
    position: absolute;
    width: 18px;
    height: 27px;
    top: 50%;
    left: -3vw;
    transform: translateY(-50%);
    background: url('/torikumi/sdgs/images/shakai_03/slash_left.png') no-repeat center;
    background-size: 100%;
}

.mod_heading_01:after {
    content:'';
    position: absolute;
    width: 18px;
    height: 27px;
    top: 50%;
    right: -3vw;
    transform: translateY(-50%);
    background: url('/torikumi/sdgs/images/shakai_03/slash_right.png') no-repeat center;
    background-size: 100%;
}

.mod_heading_02:before {
    content:'';
    position: absolute;
    width: 18px;
    height: 27px;
    top: 55%;
    left: -3vw;
    transform: translateY(-50%);
    background: url('/torikumi/sdgs/images/shakai_03/slash_left.png') no-repeat center;
    background-size: 100%;
}

.mod_heading_02:after {
    content:'';
    position: absolute;
    width: 18px;
    height: 27px;
    top: 55%;
    right: -2vw;
    transform: translateY(-50%);
    background: url('/torikumi/sdgs/images/shakai_03/slash_right.png') no-repeat center;
    background-size: 100%;
}

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

    .mod_heading_01:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 20px;
        top: 50%;
        left: -6vw;
        transform: translateY(-50%);
        background: url(/torikumi/sdgs/images/shakai_03/slash_left_sp.png) no-repeat center;
        background-size: 100%;
    }
    
    .mod_heading_01:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 20px;
        top: 50%;
        right: -6vw;
        transform: translateY(-50%);
        background: url(/torikumi/sdgs/images/shakai_03/slash_right_sp.png) no-repeat center;
        background-size: 100%;
    }
    
    .mod_heading_02:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 20px;
        top: 55%;
        left: -6vw;
        transform: translateY(0);
        background: url(/torikumi/sdgs/images/shakai_03/slash_left_sp.png) no-repeat center;
        background-size: 100%;
    }
    
    .mod_heading_02:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 20px;
        top: 55%;
        right: -6vw;
        transform: translateY(0);
        background: url(/torikumi/sdgs/images/shakai_03/slash_right_sp.png) no-repeat center;
        background-size: 100%;
    }
}

.cont_inner {
    padding: 64px 40px 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}
.cont_inner .clm2_1{
    padding-top: 0;
}
.cont_inner .clm:last-child{
    padding-bottom: 0;
}
@media print, screen and (min-width:768px){
    .cont_inner .clm2_1{
        display: flex;
        justify-content: space-between;
    }
    .cont_inner .c_list_dot{
        margin-top: 0;
    }
    .cont_inner .clm2_1 .c_list_dot li{
        line-height: 2.2222;
    }
    .cont_inner .clm2_1::after{
        content: none;
    }
    .cont_inner > div:nth-last-child(n+2){
        border-bottom: solid 1px #CCC;
    }
    .cont_inner > .clm p{
        padding-left: 1em;
    }
}

@media  screen and (max-width: 767px) {
    .cont_inner {
        width: 100%;
        padding: 45px 20px 25px;
    }
    .cont_inner .clm2_1 .clm.img{
        width: 75.4%;
        margin: 0 auto;
    }
    .cont_inner .c_list_dot{
        margin-top: 0;
    }
    .cont_inner .clm2_1 .c_list_dot li,
    .cont_inner .clm .c_list_dot li{
        text-indent: 0;
        padding-left: 0;
    }
    .cont_inner .clm2_1 .c_list_dot li::before,
    .cont_inner .clm .c_list_dot li::before{
        content: none;
    }
    .cont_inner > div:nth-last-child(n+2){
        border-bottom: solid 1px #CCC;
    }
}

.box_01 {
    padding: 60px 40px;
}

.stick_right{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    top: -40px;
    right: -30px;
    background: #A9D208;
}

.stick_right span {
    font-size: 13px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .stick_right{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: calc(165px/2);
        width: calc(165px/2);
        border-radius: 50%;
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        top: -30px;
        right: -10px;
        background: #A9D208;
    }
    
    .stick_right span {
        font-size: 8px;
        font-weight: normal;
    }

    .box_01 {
        padding: 25px 10px 25px 20px;
    }

    .box_01 .box_01_inner {
        padding-right: 10px;
    }
}

.balloon_green .ttl{
    background-color: #A9D208;
}

.mod_balloon_head_01.balloon_green:after{
    border-top-color: #A9D208;
}

.mod_balloon_frame_01.balloon_no_border {
    border: none;
}

.mod_column_02 .clm:first-child {
    width: 30%;
}

.mod_column_02 .clm:not(first-child) {
    width: 70%;
}

.mod_column_02 {
    display: flex;
    align-items: center;
}

.mod_column_03 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #CCC;
}

.mod_column_03 .clm:first-child {
    width: 30%;
}

.mod_column_03 .clm:not(first-child) {
    width: 70%;
}

@media screen and (max-width: 767px) {
    .mod_column_02, .mod_column_03 {
        display: flex;
    }

    .mod_column_02 .clm:first-child {
        width: 20%;
    }
    
    .mod_column_02 .clm:not(first-child) {
        width: 80%;
    }
    
    .mod_column_03 .clm:first-child {
        width: 20%;
    }
    
    .mod_column_03 .clm:not(first-child) {
        width: 80%;
    }
}

/* movie_area
-------------------------------------------------- */
.movie_area .ttl {
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .movie_area .movie_box {
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #ccc;
  }
  .movie_area .movie_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie_txt{
    font-weight: bold;
    text-align: center;
  }
  @media print, screen and (min-width: 768px){
    .movie_area{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
    }
    .movie_area .ttl {
     padding-top: 60px;
     padding-bottom: 22px;
     line-height: calc(52 / 32);
     letter-spacing: 0.16em;
     font-size: 18px;
     background-size: 12px 2px;
     background-image: radial-gradient(circle, #CCCCCC 1px, transparent 1px);
     background-position: left bottom;
     background-repeat: repeat-x;
    }
    .movie_area .movie_box_wrap {
     width: 47%;
    }
    .movie_area .movie_box {
     margin-top: 30px;
     margin-left: auto;
     margin-right: auto;
     padding-top: 56.38%;
    }
    .movie_ttl {
      margin-top: 20px;
      font-size: 24px;
    }
    .movie_txt{
      margin-top: 60px;
      font-size: 24px;
    }
  }
  @media screen and (max-width: 767px){
    .movie_area {
     margin-top: 40px;
    }
    .movie_area .movie_box_wrap + .movie_box_wrap{
     margin-top: 40px;
    }
    .movie_area .ttl {
      font-size: 14px;
      padding-bottom: 15px;
      line-height: calc(52 / 42);
      letter-spacing: 0.16em;
      background-size: 9px 2px;
      background-image: radial-gradient(circle, #CCCCCC 1px, transparent 1px);
      background-position: left bottom;
      background-repeat: repeat-x;
    }
    .movie_area .movie_box {
      width: 100%;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 56.25%;
    }
    .movie_txt{
      margin-top: 40px;
      font-size: 16px;
    }
  }