@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html.g-wso #cnwrapper {
    width: auto;
    padding: 0
}

.thinksdgs {
    position: relative;
    max-width: 1200px;
    min-width: 976px;
    margin: 0 auto 100px;
    padding: 0 0 100px;
    background: #f7f7f7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center
}

.thinksdgs:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #f7f7f7 url(../img/rainbowbar.svg) no-repeat center bottom;
    background-size: 100% 100%
}

.thinksdgs img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.thinksdgs .pc {
    display: inline-block
}

.thinksdgs .sp {
    display: none
}

.thinksdgs figure {
    margin: 0;
    display: block
}

.thinksdgs dd,
.thinksdgs dl,
.thinksdgs ul {
    margin: 0
}

.thinksdgs li {
    list-style: none
}

.thinksdgs em {
    font-style: normal
}

.thinksdgs a {
    color: #548AC2;
    text-decoration: underline
}

.thinksdgs a:hover {
    text-decoration: none
}

.thinksdgs sub {
    vertical-align: baseline
}

.thinksdgs .blue {
    color: #009fe8
}

.thinksdgs .quo {
    display: inline-block;
    text-indent: -0.58em
}

.thinksdgs .quo:before {
    content: "“"
}

.thinksdgs .quo:after {
    content: "”"
}

.thinksdgs .palt {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.thinksdgs .ctr {
    text-align: center
}

.thinksdgs .break {
    word-break: break-all
}

.thinksdgs .nowrap {
    white-space: nowrap
}

.thinksdgs__logo {
    display: inline-block;
    width: 614px;
    height: 69px;
    background: url(../img/logo_sdgs.svg) no-repeat center center;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    text-align: left
}

.thinksdgs__catch {
    padding: 50px 0 1em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em
}

.thinksdgs__lead {
    padding: 0 0 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em
}

.thinksdgs__inner {
    width: 850px;
    margin: 0 auto;
    padding: 50px 0 0
}

.thinksdgs .pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.thinksdgs .pagenav__block {
    width: calc(50% - 1px)
}

.thinksdgs .pagenav__block .pnbtn {
    display: block;
    position: relative;
    background: #1d2f60;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-decoration: none
}

.thinksdgs .pagenav__block .pnbtn:after {
    content: "";
    position: absolute;
    display: block;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(../img/arrow01.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.thinksdgs .pagenav__block .pnbtn:hover:after {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.thinksdgs .pagenav__block:last-child .pnbtn {
    padding: 0 1.5em 0 0
}

.thinksdgs .thinksdgs__nav {
    position: relative;
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin: 0 0 10px;
    border-bottom: none
}

.thinksdgs .thinksdgs__nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    gap: 12px
}

.thinksdgs .thinksdgs__nav__menu .tab {
    width: 95.75px
}

.thinksdgs .thinksdgs__nav__menu .navbtn {
    display: block;
    height: 42px;
    background: #000;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-decoration: none
}

.thinksdgs .thinksdgs__nav__menu .navbtn.active,
.thinksdgs .thinksdgs__nav__menu .navbtn:hover {
    background: #f7f7f7;
    border: 1px solid #000;
    color: #000
}

.thinksdgs .thinksdgs__nav__menu .navbtn.active {
    pointer-events: none
}

.thinksdgs .thinksdgs__nav__menu .navbtn:hover {
    text-decoration: none
}

.thinksdgs__date {
    padding: 0 0 0.5em;
    font-size: 14px;
    line-height: 1em;
    text-align: right
}

.thinksdgs__mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thinksdgs__mv__photo {
    width: auto
}

.thinksdgs__mv__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 650px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.thinksdgs__mv__detail.wide {
    padding: 0 20px
}

.thinksdgs__mv__inner {
    display: inline-block
}

.thinksdgs__mv__ttl {
    padding: 0 0 1em;
    font-size: 26px;
    font-weight: 700;
    line-height: 41px;
    color: #fff;
    text-align: left
}

.thinksdgs__mv__ttl.overflow {
    margin-right: -0.8em
}

.thinksdgs__mv__ttl.lowpd {
    padding: 0 0 0.7em;
    line-height: 30px
}

.thinksdgs__mv__ttl.nopd {
    padding: 0
}

#contents p.thinksdgs__mv__profile {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: left;
	color: #21366e;
	margin-bottom: 1em;
}

#contents p.thinksdgs__mv__profile.alft {
    text-align: left
}

#contents p.thinksdgs__mv__profile.pdt {
    padding-top: 1em
}

#contents p.thinksdgs__mv__profile.annotation {
    font-size: 12px;
	padding-left: 2em;
	padding-bottom: 0;
	text-indent: -1em;
	margin-bottom: 0;
}

#contents p.thinksdgs__mv__profile.annotation:not(:first-child) {
	padding-top: 0;
}
.thinksdgs__mv__profile small.min,
.thinksdgs__mv__profile small.min2 {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4em
}

.thinksdgs__mv__profile small.min3 {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4em
}

.thinksdgs__mv__profile strong {
    font-size: 25px;
    font-weight: 500
}

.thinksdgs__mv__profile.member {
    font-size: 14px
}

.thinksdgs__mv__profile.annotation {
    font-size: 14px
}

.thinksdgs__mv__profile.member sup {
    vertical-align: super
}

.thinksdgs__mv__subttl {
    display: inline-block;
    text-indent: -1em;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: left;
}

.thinksdgs__mv__subttl.noind {
    display: block;
    text-indent: 0;
    font-size: 20px
}

.thinksdgs__mv__subttl.block {
    display: block;
    text-indent: 0
}

.thinksdgs__mv__notice {
    margin-left: 1em;
    padding: 0.5em 0 0;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.4;
    text-align: right
}

.thinksdgs__relative {
    padding: 100px 0 0
}

.thinksdgs__relative__ttl {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em
}

.thinksdgs__relative__ttl:after,
.thinksdgs__relative__ttl:before {
    display: inline-block;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    width: 154px;
    height: 1px;
    background: #000
}

.thinksdgs__relative__ttl:before {
    left: -154px
}

.thinksdgs__relative__ttl:after {
    right: -154px
}

.thinksdgs__relative__genre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 44px 0 0
}

.thinksdgs__menu .thinksdgs__relative__genre {
    padding: 0 15px 12px
}

.thinksdgs__relative__genre.fstart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.thinksdgs__relative__icon {
    width: 90px;
    margin: 0 15px
}

.thinksdgs__menu .thinksdgs__relative__icon {
    width: 45px;
    margin: 0 5px 10px
}

.thinksdgs__wbox__detail .thinksdgs__relative__icon {
    width: 84px;
    margin: 0 5px 10px
}

#contents section.thinksdgs__session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 0;
}

#contents section h2.thinksdgs__ttl,
#contents section h3.thinksdgs__ttl {
    position: relative;
    width: 100%;
    margin: 64px 0 32px;
    padding: 0 0 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7em;
    text-align: left;
	letter-spacing: 0;
}

#contents section h2.thinksdgs__ttl:before,
#contents section h3.thinksdgs__ttl:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 18px;
    width: 49px;
    height: 2px;
    background: #000
}

#contents h3.thinksdgs__ttl.thumttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 73px 0 15px;
    padding: 0
}

#contents h3.thinksdgs__ttl.thumttl:before {
    display: none
}

#contents h3.thinksdgs__ttl.thumttl .thum {
    width: 111px
}

#contents h3.thinksdgs__ttl.thumttl .thum img {
    border-radius: 50%
}

#contents h3.thinksdgs__ttl.thumttl .thum.double {
    width: 222px
}

#contents h3.thinksdgs__ttl.thumttl .thum.double img {
    width: 50%
}

#contents h3.thinksdgs__ttl.thumttl .thum.double+.title {
    width: 607px
}

#contents h3.thinksdgs__ttl.thumttl .thum.triple {
    width: 333px
}

#contents h3.thinksdgs__ttl.thumttl .thum.triple img {
    width: 33.3333333333%
}

#contents h3.thinksdgs__ttl.thumttl .thum.triple+.title {
    width: 496px
}

#contents h3.thinksdgs__ttl.thumttl .thum.bdr {
    border: 6px solid #009fe8;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#contents h3.thinksdgs__ttl.thumttl .title {
    width: 718px;
    line-height: 1.8em
}

#contents h3.thinksdgs__ttl.thumttl .title small {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em
}

#contents h3.thinksdgs__ttl.thumttl .title small.hd {
    margin-bottom: 1em
}

#contents h3.thinksdgs__ttl.thumttl .title.bdr {
    position: relative;
    padding: 0 0 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#contents h3.thinksdgs__ttl.thumttl .title.bdr:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 18px;
    width: 49px;
    height: 2px;
    background: #000
}

#contents p.thinksdgs__txt {
    width: 420px;
    padding: 0;
    text-indent: 1em;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 30px;
    text-align: left
}

#contents p.thinksdgs__txt.wide {
    width: 100%;
    padding: 0 0 50px
}

#contents p.thinksdgs__txt.wide.nopd {
    padding: 0
}

#contents p.thinksdgs__txt.wide.lwpd {
    padding: 0 0 1em
}

#contents p.thinksdgs__txt.wide.bdbtm {
    margin: 50px 0;
    border-bottom: 1px solid #1d2f60
}

#contents p.thinksdgs__txt.wide .phr {
    width: 380px;
    margin: 0 0 20px 20px;
    float: right
}

#contents p.thinksdgs__txt.noindent {
    text-indent: 0
}

#contents p.thinksdgs__txt.pdt {
    padding: 50px 0 0
}

#contents p.thinksdgs__txt.mgt {
    margin: 1em 0 0
}

#contents p.thinksdgs__txt.ovh {
    overflow: hidden
}

#contents p.thinksdgs__txt.alc {
    text-align: center
}

#contents p.thinksdgs__txt.hrt {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #1d2f60
}

#contents p.thinksdgs__txt.triple {
    width: 62%
}

#contents p.thinksdgs__txt u {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, rgba(10, 151, 217, 0.3)), to(rgba(10, 151, 217, 0.3)));
    background: linear-gradient(transparent, transparent 30%, rgba(10, 151, 217, 0.3) 30%, rgba(10, 151, 217, 0.3));
    text-decoration: none
}

#contents p.thinksdgs__txt small {
    font-size: 12px
}

#contents p.thinksdgs__txt small.note {
    display: inline-block;
    margin-top: 0.5em;
    line-height: 1.6
}

#contents p.thinksdgs__txt small.mgt {
    margin-top: 1em
}

#contents p.thinksdgs__txt em {
    color: #009fe8
}

.thinksdgs__photo {
    width: 380px;
    padding: 8px 0 0
}

.thinksdgs__photo.wide {
    width: 100%;
    padding: 33px;
    background: #fff;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.thinksdgs__photo.spread {
    width: 100%
}

.thinksdgs__photo.onefig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.thinksdgs__photo.onefig .triple {
    width: 31%
}

.thinksdgs__photo.onefig .double {
    width: 380px
}

.thinksdgs__photo.onefig figcaption {
    width: 100%
}

.thinksdgs__photo.broader {
    width: 458px
}

.thinksdgs__photo.triple {
    width: 31%
}

#contents figure.thinksdgs__photo.pdt {
    padding: 50px 0 0
}

#contents figure.thinksdgs__photo.pdb {
    padding: 0 0 50px
}

#contents figure.thinksdgs__photo.pdtb {
    padding: 50px 0
}

#contents figure.thinksdgs__photo.middle {
    width: 80%;
    margin: 0 10%
}

.thinksdgs__photo.middle2 {
    width: 65%;
    margin: 0 auto
}

.thinksdgs__photo.center {
    margin: 0 auto
}

.thinksdgs__photo.half {
    width: 50%;
    margin: 0 25%
}

.thinksdgs__photo .mgt {
    margin-top: 20px
}

.thinksdgs__photo figcaption {
    padding: 1.1em 0 0;
    font-size: 12px;
    line-height: 1.6em;
    color: #333;
    text-align: left
}

.thinksdgs__photo figcaption.alr {
    text-align: right
}

.thinksdgs__photo figcaption.alc {
    text-align: center
}

.thinksdgs__photo figcaption.mgb {
    margin-bottom: 0.8em
}

.thinksdgs__photo figcaption small {
    font-size: 10px
}

.thinksdgs__photo figcaption small.mgt {
    display: inline-block;
    margin-top: 0.8em;
    line-height: 1.4
}

.thinksdgs__photo figcaption strong {
    font-size: 14px;
    font-weight: 700
}

.thinksdgs__photo__ttl {
    width: 100%;
    padding: 0 0 1em;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.53;
    color: #1d2f60;
    text-align: center
}

.thinksdgs__notice {
    padding: 0.5em 0 0 1em;
    font-size: 12px;
    line-height: 1.6em;
    text-align: right;
    text-indent: -1em
}

.thinksdgs__notice.mgt {
    margin: 60px 0 0
}

.thinksdgs__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 38px;
    margin: 0 0 65px;
    padding: 60px 0 0
}

.thinksdgs__menu__post {
    position: relative;
    width: 250px;
    min-height: 500px;
    padding: 0 0 103px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.thinksdgs__menu__post a {
    text-decoration: none
}

.thinksdgs__menu__post.nokey {
    padding: 0
}

.thinksdgs__menu__btn {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__menu__btn .thinksdgs__menu__txt {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__menu__btn:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #ffe
}

.thinksdgs__menu__btn:hover .thinksdgs__menu__txt {
    color: #ea5514;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__menu__photo {
    border-radius: 10px 10px 0 0
}

.thinksdgs__menu__ttl {
    padding: 1.2em 1em 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.64em;
    color: #000;
    text-align: left
}

.thinksdgs__menu__txt {
    padding: 0 1em 1em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.64em;
    color: #0A97D9;
    text-align: left
}

.thinksdgs__banner {
    width: 976px;
    margin: 43px -63px 0
}

.thinksdgs__apply+.thinksdgs__banner {
    margin: 80px -63px 0
}

.thinksdgs__banner a img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__banner a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__apply {
    width: 100%;
    padding: 45px 0 0;
    text-align: center
}

.thinksdgs__apply.nopd {
    padding: 0
}

.thinksdgs .thinksdgs__apply__btn {
    display: inline-block;
    position: relative;
    margin: 0 1em;
    padding: 0 3em 0 2em;
    background: #0A97D9;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs .thinksdgs__apply__btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.thinksdgs .thinksdgs__apply__btn:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__backhome {
    width: 100%;
    padding: 112px 0 0;
    text-align: center
}

.thinksdgs .thinksdgs__backhome__btn {
    display: inline-block;
    position: relative;
    width: 280px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid#000;
}

.thinksdgs .thinksdgs__backhome__btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.thinksdgs .thinksdgs__backhome__btn:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__more {
    width: 100%;
    padding: 30px 0 0;
    text-align: center
}

.thinksdgs .thinksdgs__more__btn {
    display: inline-block;
    position: relative;
    width: 320px;
    background: #fff;
    border: 1px solid #009fe8;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    color: #009fe8;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs .thinksdgs__more__btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #009fe8;
    border-right: 2px solid #009fe8
}

.thinksdgs .thinksdgs__more__btn:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__keyword {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px 22px 29px;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.thinksdgs__keyword.green {
    background: #DDECD5
}

.thinksdgs__keyword.green:hover {
    background: #5DA533
}

.thinksdgs__keyword.green:hover .thinksdgs__keyword__ttl {
    color: #fff
}

.thinksdgs__keyword.green:hover .thinksdgs__keyword__btn {
    border: 1px solid #fff;
    color: #fff
}

.thinksdgs__keyword.green:hover .thinksdgs__keyword__btn:before {
    content: "";
    position: absolute;
    display: block;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 15px;
    height: 15px;
    background: url(../img/icon_pen.png) no-repeat center center;
    background-size: contain
}

.thinksdgs__keyword.green:hover .thinksdgs__keyword__btn:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.thinksdgs__keyword.orange {
    background: #FFE9DB
}

.thinksdgs__keyword.orange:hover {
    background: #FD9752
}

.thinksdgs__keyword.orange:hover .thinksdgs__keyword__ttl {
    color: #fff
}

.thinksdgs__keyword.orange:hover .thinksdgs__keyword__btn {
    border: 1px solid #fff;
    color: #fff
}

.thinksdgs__keyword.orange:hover .thinksdgs__keyword__btn:before {
    content: "";
    position: absolute;
    display: block;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 15px;
    height: 15px;
    background: url(../img/icon_pen.png) no-repeat center center;
    background-size: contain
}

.thinksdgs__keyword.orange:hover .thinksdgs__keyword__btn:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.thinksdgs__keyword.blue {
    background: #DEEBF7
}

.thinksdgs__keyword.blue:hover {
    background: #4472C4
}

.thinksdgs__keyword.blue:hover .thinksdgs__keyword__ttl {
    color: #fff
}

.thinksdgs__keyword.blue:hover .thinksdgs__keyword__btn {
    border: 1px solid #fff;
    color: #fff
}

.thinksdgs__keyword.blue:hover .thinksdgs__keyword__btn:before {
    content: "";
    position: absolute;
    display: block;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 15px;
    height: 15px;
    background: url(../img/icon_pen.png) no-repeat center center;
    background-size: contain
}

.thinksdgs__keyword.blue:hover .thinksdgs__keyword__btn:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.thinksdgs__keyword__ttl {
    padding: 0 0 0.5em;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left
}

.green .thinksdgs__keyword__ttl {
    color: #8fc31f
}

.orange .thinksdgs__keyword__ttl {
    color: #FD934B
}

.blue .thinksdgs__keyword__ttl {
    color: #4472C4
}

.thinksdgs__keyword__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 46px;
    padding: 0 1.2em;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.thinksdgs__keyword__btn .pen {
    position: absolute;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: auto
}

.green .thinksdgs__keyword__btn {
    color: #8fc31f;
    border: 1px solid #8fc31f
}

.orange .thinksdgs__keyword__btn {
    color: #FD934B;
    border: 1px solid #FD934B
}

.blue .thinksdgs__keyword__btn {
    color: #4472C4;
    border: 1px solid #4472C4
}

.thinksdgs__keyword__btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.green .thinksdgs__keyword__btn:after {
    border-top: 2px solid #8fc31f;
    border-right: 2px solid #8fc31f
}

.orange .thinksdgs__keyword__btn:after {
    border-top: 2px solid #FD934B;
    border-right: 2px solid #FD934B
}

.blue .thinksdgs__keyword__btn:after {
    border-top: 2px solid #4472C4;
    border-right: 2px solid #4472C4
}

.thinksdgs__column {
    padding: 55px 124px 0;
    background: #fff;
    overflow: hidden
}

.thinksdgs__column__lead {
    margin: 0 0 50px;
    border-left: 4px solid #0A97D9;
    border-right: 4px solid #0A97D9;
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
    color: #0A97D9
}

.thinksdgs__column__lead .boxtxt {
    width: 268px;
    margin-top: 20px
}

.thinksdgs__column__ttl {
    margin: 0 0 0.2em;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    text-align: left
}

.thinksdgs__column__ttl em {
    padding: 0 1em 0 42px
}

.thinksdgs__column__ttl.green {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, transparent), color-stop(48%, #8fc31f), color-stop(52%, #8fc31f), color-stop(52%, transparent), to(transparent));
    background: linear-gradient(transparent, transparent 48%, #8fc31f 48%, #8fc31f 52%, transparent 52%, transparent)
}

.thinksdgs__column__ttl.green em {
    background: #fff url(../img/icon_pen03.png) no-repeat left center;
    background-size: 31px auto;
    color: #8fc31f
}

.thinksdgs__column__ttl.orange {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, transparent), color-stop(48%, #FD934B), color-stop(52%, #FD934B), color-stop(52%, transparent), to(transparent));
    background: linear-gradient(transparent, transparent 48%, #FD934B 48%, #FD934B 52%, transparent 52%, transparent)
}

.thinksdgs__column__ttl.orange em {
    background: #fff url(../img/icon_pen04.png) no-repeat left center;
    background-size: 31px auto;
    color: #FD934B
}

.thinksdgs__column__ttl.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, transparent), color-stop(48%, #4472C4), color-stop(52%, #4472C4), color-stop(52%, transparent), to(transparent));
    background: linear-gradient(transparent, transparent 48%, #4472C4 48%, #4472C4 52%, transparent 52%, transparent)
}

.thinksdgs__column__ttl.blue em {
    background: #fff url(../img/icon_pen06.png) no-repeat left center;
    background-size: 31px auto;
    color: #4472C4
}

.thinksdgs__column__detail {
    padding: 0 0 40px
}

.thinksdgs__column__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.thinksdgs__column__txt {
    width: 372px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-align: left
}

.thinksdgs__column__thumb {
    width: 210px
}

.thinksdgs__subttl {
    width: 100%;
    padding: 0 0 1.5em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-align: left
}

.thinksdgs__subttl.list {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4em
}

.thinksdgs__subttl.pdt {
    padding: 50px 0 1.5em
}

.thinksdgs__wbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0 0;
    padding: 30px;
    background: #fff
}

.thinksdgs__wbox__detail {
    width: 380px
}

.thinksdgs__wbox__detail #contents p.thinksdgs__txt {
    width: auto
}

.thinksdgs__conclusion {
    position: relative;
    margin: 60px 0;
    padding: 30px 50px;
    border: 1px solid #009fe8
}

.thinksdgs__conclusion .en {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    min-width: 169px;
    background: #0A97D9;
    border-radius: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
	letter-spacing: 0;
}

#contents h3.thinksdgs__conclusion__ttl {
    padding: 0 0 0.5em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #0A97D9;
    text-align: left;
	letter-spacing: 0;
}

#contents h3.thinksdgs__conclusion__ttl.pdt {
    padding: 2em 0 0.5em
}

#contents h3.thinksdgs__conclusion__ttl.lht {
    line-height: 1.8
}

#contents h3.thinksdgs__conclusion__ttl strong {
    display: inline-block;
    margin-bottom: 0.8em;
    font-weight: 700;
    color: initial
}

.thinksdgs__conclusion__subttl {
    padding: 1em 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left
}

.thinksdgs__conclusion__subttl.nopdt {
    padding: 0 0 1em
}

.thinksdgs__conclusion__subttl sup {
    font-size: 9px
}

.thinksdgs__conclusion__txt {
    font-size: 14px;
    line-height: 1.75em;
    text-align: left
}

.thinksdgs__conclusion__txt.list {
    margin-left: 1em;
    text-indent: -1em
}

.thinksdgs__conclusion__txt.pdt {
    padding-top: 2em
}

.thinksdgs__conclusion__txt.hrt {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #1d2f60
}

.thinksdgs__conclusion__txt em {
    color: #009fe8
}

.thinksdgs__conclusion__txt em.red {
    color: #ea5514
}

.thinksdgs__conclusion__txt .notice {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 12px;
    line-height: 1.6
}

.thinksdgs__conclusion__graph {
    padding: 20px 0 30px
}

.thinksdgs__conclusion__graph .caption {
    padding: 0 0 0.8em;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7
}

.thinksdgs__conclusion .thinksdgs__apply {
    padding: 15px 0 0
}

.thinksdgs__conclusion.pickup {
    margin: 0;
    overflow: hidden
}

.thinksdgs__conclusion.pickup.bgwh {
    margin: 60px 0 0;
    background: #fff
}

.thinksdgs__conclusion.pickup.bgwh2 {
    margin: 60px 0;
    background: #fff
}

.thinksdgs__conclusion.pickup .pict {
    width: 360px;
    margin: 0 0 0 20px;
    float: right
}

.thinksdgs__conclusion.pickup .pict__capt {
    padding: 0.8em 0 0;
    font-size: 10px;
    line-height: 1.4;
    text-align: left
}

.thinksdgs__conclusion.pickup .pict.flr {
    margin: 20px 0 0 20px
}

.thinksdgs__conclusion.pickup .pict.fll {
    margin: 20px 0 0;
    float: left
}

.thinksdgs__conclusion.pickup .pict.mid {
    width: 200px
}

.thinksdgs .thinksdgs__conclusion__photo {
    width: 240px;
    margin: 0 0 0 20px;
    float: right
}

.thinksdgs .thinksdgs__conclusion__photo .capt {
    padding: 0.5em 0 0;
    font-size: 10px;
    line-height: 1.4;
    text-align: left
}

.thinksdgs .thinksdgs__conclusion__photo.clear {
    padding: 20px 0 0
}

.thinksdgs__conclusion .clear {
    clear: both
}

.thinksdgs__conclusion__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0
}

.thinksdgs__conclusion__col .thinksdgs__photo {
    width: 360px
}

.thinksdgs__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0 60px
}

.thinksdgs__comment.alst {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.thinksdgs__conclusion .thinksdgs__comment {
    padding: 0 0 20px
}

.thinksdgs__comment__thum {
    width: 80px;
    border-radius: 50%;
    overflow: hidden
}

.thinksdgs__comment__txt {
    width: 718px;
    margin-top: -0.8em;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    overflow: hidden
}

.thinksdgs__conclusion .thinksdgs__comment__txt {
    width: 640px
}

.thinksdgs__comment__txt .dept {
    display: inline-block;
    position: relative;
    margin-top: 0.5em;
    float: right
}

.thinksdgs__comment__txt .dept:before {
    content: "";
    position: absolute;
    display: block;
    left: -2.5em;
    top: 50%;
    width: 2em;
    height: 1px;
    background: #000
}

.thinksdgs__comment__txt .speaker {
    font-weight: 700;
    color: #0A97D9
}

.thinksdgs__phbox {
    padding: 60px 0 0;
    overflow: hidden
}

.thinksdgs__phbox .thinksdgs__phbox__photo-r {
    position: relative;
    width: 200px;
    margin: 0 0 0 40px;
    float: right
}

.thinksdgs__phbox .thinksdgs__phbox__photo-r .capt {
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 300px;
    font-size: 12px;
    line-height: 1.4;
    text-align: right
}

.thinksdgs__lowttl {
    width: 100%;
    padding: 50px 0 1em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: left
}

.thinksdgs__lowttl.pdt {
    padding: 100px 0 1em
}

.thinksdgs__related {
    width: 100%
}

.thinksdgs__related.half {
    width: 49%
}

.thinksdgs__related.half.mid {
    margin: 0 auto
}

.thinksdgs__related__lead {
    margin-left: 1em;
    padding: 60px 0 0.8em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #1d2f60
}

.thinksdgs__related .bnrbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #009fe8;
    text-decoration: none;
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.thinksdgs__related .bnrbtn:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.thinksdgs__related__ttl {
    width: 50%;
    padding: 0 0.5em 0 3em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: left
}

.half .thinksdgs__related__ttl {
    padding: 0 0.5em 0 1em
}

.thinksdgs__related__ttl strong {
    font-size: 20px;
    font-weight: 500
}

.thinksdgs__related__photo {
    width: 50%
}

.thinksdgs__prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
    padding: 36px;
    background: #f7f7f7
}

.thinksdgs__prof+.thinksdgs__prof {
    margin: 40px 0 0
}

.thinksdgs .thinksdgs__prof__photo {
    width: 160px;
    height: 160px;
    margin: 32px 0 0;
    border: 4px solid #00B8FD;
    border-radius: 50%;
    overflow: hidden
}

.thinksdgs__prof__detail {
    width: calc(100% - 210px);
    text-align: left
}

.thinksdgs__prof__ttl {
    padding: 0 0 0.8em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6
}

.thinksdgs__prof__txt {
    font-size: 14px;
    line-height: 2
}

.thinksdgs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thinksdgs__wrap.alitcr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.thinksdgs__wrap__detail {
    width: 48%
}

.thinksdgs__wrap__photo {
    width: 48%;
    padding: 18px 0 0
}

.thinksdgs__wrap .thinksdgs__conclusion__txt {
    width: 65%
}

.thinksdgs__wrap .thinksdgs__photo {
    width: 30%
}

.thinksdgs__wrap.adjust-height {
    padding: 0 0 30px
}

.thinksdgs__wrap.adjust-height .thinksdgs__photo {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: -webkit-min-content;
    -ms-grid-columns: min-content;
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content;
    width: auto
}

.thinksdgs__wrap.adjust-height .thinksdgs__photo img {
    width: auto;
    height: 230px
}

.thinksdgs__ol3ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thinksdgs__ol3ph__item {
    width: 30%;
    font-size: 13px;
    line-height: 1.75;
    text-align: left
}

.thinksdgs__ol3ph__item .mgb {
    margin-bottom: 0.5em
}

.sdgsttl {
    width: 976px;
    margin: 0 auto;
    padding: 40px 0 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #505050
}

#siteNaviPC {
    display: block;
    background: #009FE8
}

#siteNaviPC a:hover {
    opacity: 0.7
}

#siteNaviPC ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0
}

#siteNaviPC ul li {
    background: #FFF
}

#siteNaviPC ul li a {
    display: block;
    width: 150px;
    padding: 10px 0;
    border-right: solid 1px #FFFFFF;
    color: #FFF;
    text-decoration: none;
    background: #009FE8
}

#siteNaviPC ul li:first-child a {
    border-left: solid 1px #FFFFFF
}

#siteNaviPC ul li:last-child a {
    padding: 10px 0 10px 29px;
    background: #FFF url(../img/nav_icon.svg) no-repeat left 13px center;
    background-size: 29px 29px;
    border: 2px solid #009FE8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #009FE8
}

.zgen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.zgen__item {
    position: relative;
    width: 30%
}

.zgen__item:before {
    content: "";
    position: absolute;
    display: block;
    left: -22px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000
}

.zgen__item:first-of-type:before {
    display: none
}

.zgen__ttl {
    margin: 0 0 0.4em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    text-align: left
}

.zgen__txt {
    padding: 0.6em 0 0;
    border-top: 1px dashed #ccc;
    font-size: 14px;
    line-height: 1.8em;
    text-align: left
}

.zgen__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: url(../img/vol3_bg.png) no-repeat center center;
    background-size: contain;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em
}

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature__ttl {
    width: 100%;
    padding: 0.3em 0 0.6em;
    border: 1px solid #8fc31f;
    background: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    color: #8fc31f
}

.feature__ttl small {
    font-size: 16px;
    font-weight: 500
}

.feature__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 47%;
    padding: 30px 0 0
}

.feature__point__detail {
    width: 65%;
    text-align: left
}

.feature__point__ttl {
    padding: 0 0 0.5em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em
}

.feature__point:first-of-type .feature__point__ttl {
    color: #bd3448
}

.feature__point:nth-of-type(2) .feature__point__ttl {
    color: #00785b
}

.feature__point:nth-of-type(3) .feature__point__ttl {
    color: #235994
}

.feature__point:last-of-type .feature__point__ttl {
    color: #977b35
}

.feature__point__txt {
    font-size: 14px;
    line-height: 1.6em
}

.feature__point__txt sup {
    font-size: 9px;
    vertical-align: super
}

.feature__point__illust {
    width: 30%;
    border-radius: 6px;
    overflow: hidden
}

#contents section h2.bluettl {
    width: 100%;
    margin: 100px 0 0;
    padding: 0.5em 0 1em;
    background: #c7eafb;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6em;
    color: #009fe8;
    letter-spacing: 0;
}

#contents section h2.bluettl strong {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(75%, #9dd4fb), to(#9dd4fb));
    background: linear-gradient(transparent, transparent 75%, #9dd4fb 75%, #9dd4fb);
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 2px #009fe8, -2px 2px 2px #009fe8, 2px -2px 2px #009fe8, -2px -2px 2px #009fe8, 2px 0px 2px #009fe8, 0px 2px 2px #009fe8, -2px 0px 2px #009fe8, 0px -2px 2px #009fe8;
	border-bottom: none;
}

#contents section h2.bluettl small {
    font-size: 80%
}

.bluettl__label {
    display: inline-block;
    position: relative;
    margin: 0 0 0.5em;
    padding: 0.1em 1em;
    background: #fff;
    border: 2px solid #009fe8;
    border-radius: 30px;
    font-size: 20px
}

.bluettl__label:after {
    content: "";
    position: absolute;
    display: block;
    left: 30px;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
    border-right: 2px solid #009fe8;
    border-bottom: 2px solid #009fe8
}

.assess {
    width: 100%;
    border-collapse: collapse
}

.assess__ttl {
    padding: 1em 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    background: #eee;
    border: 2px solid #fff
}

.assess__ttl:first-child {
    width: 32%
}

.assess__ttl:nth-child(2),
.assess__ttl:nth-child(3) {
    width: 10%
}

.assess__ttl:nth-child(2) {
    background: rgba(10, 151, 217, 0.2);
    color: #009fe8
}

.assess__ttl:nth-child(3) {
    background: rgba(253, 147, 75, 0.2);
    color: #ea5514
}

.assess__txt {
    height: 5em;
    padding: 1em;
    font-size: 13px;
    line-height: 1.6;
    background: #eee;
    border: 2px solid #fff;
    text-align: left
}

.assess__txt:nth-child(2),
.assess__txt:nth-child(3) {
    width: 10%;
    text-align: center
}

.assess__txt:nth-child(2) {
    background: rgba(10, 151, 217, 0.2);
    color: #009fe8
}

.assess__txt:nth-child(3) {
    background: rgba(253, 147, 75, 0.2);
    color: #ea5514
}

.sustainability {
    width: 976px;
    margin: 0 auto;
    padding: 60px 0 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #1d2f60
}

.sustainability__ttl {
    padding: 0 0 1em;
    font-size: 36px;
    line-height: 1.28
}

.sustainability__founder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 55px
}

.sustainability__founder__txt {
    width: 570px;
    font-size: 16px;
    line-height: 2.375;
    text-align: left
}

.sustainability__founder__photo {
    width: 360px
}

.sustainability__philosophy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 40px
}

.sustainability__philosophy__item {
    width: 310px
}

.sustainability__philosophy__ttl {
    background: #1d2f60;
    font-size: 22px;
    line-height: 50px;
    color: #fff
}

.sustainability__philosophy__subttl {
    padding: 0.8em 0 0.6em;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.545;
    text-align: left
}

.sustainability__sdgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1d2f60;
    margin: 0 0 70px;
    padding: 20px 90px 20px 86px
}

.sustainability__sdgs__txt {
    width: 579px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    color: #505050;
    text-align: left
}

.sustainability__sdgs .sdgslogo {
    width: 148px
}

.schedule {
    width: 100%;
    border-collapse: collapse
}

.schedule__cap {
    padding: 1em 0 0.5em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
}

.schedule__th {
    background: #4495d4;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff
}

.schedule__td {
    width: 134px;
    padding: 0 3px;
    background: #eee;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2
}

.schedule__td.dayoff {
    width: 84px;
    background: #bebebe
}

.schedule__td .subj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 81px
}

.schedule__td .subj+.subj {
    border-top: 1px solid #bebebe
}

.enquete {
    width: 680px;
    margin: 0 auto 90px;
    text-align: center
}

.enquete * {
    margin: 0;
    padding: 0
}

.enquete__ttl {
    padding: 90px 0 1.5em;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.72
}

.enquete__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none
}

.enquete__select__choise {
    position: relative;
    width: 216px
}

.enquete__select__choise .icon {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.enquete__select__choise:hover .icon {
    -webkit-filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(101deg) brightness(105%) contrast(105%);
    filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(101deg) brightness(105%) contrast(105%);
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.enquete__select__choise .sendbtn {
    width: 216px;
    height: 74px;
    background: #f7f7f7;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    cursor: pointer
}

.enquete__select__choise .sendbtn:hover {
    background: #0997d9;
    color: #fff;
    -webkit-transition: 0.4s all;
    transition: 0.4s all
}

.topics {
    width: 100%;
    margin: 100px 0 0;
    padding: 0 0 60px;
    background: #e3f3fc;
    text-align: left
}

.topics__ttl {
    position: relative;
    padding: 65px 51px 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.topics__ttl .en {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    min-width: 169px;
    background: #0A97D9;
    border-radius: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center
}

.topics__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 51px 20px
}

.topics__gallery__photo {
    width: 242px;
    padding: 0 0 18px;
    font-size: 12px;
    line-height: 1.6
}

.topics__gallery__photo:first-child,
.topics__gallery__photo:nth-child(2) {
    width: 368px
}

.topics__gallery__photo .pict {
    margin-bottom: 0.5em
}

.topics__txt {
    padding: 0 51px 1em;
    font-size: 14px;
    line-height: 2
}

.topics__message {
    padding: 30px 51px 0
}

.topic {
    margin: 60px 0 0;
    padding: 36px;
    background: #f7f7f7;
    text-align: left
}

.topic__ttl {
    padding: 0 0 1em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6
}

.topic__photo {
    padding: 0 0 26px
}

.topic__photo figcaption {
    padding: 1em 0 0;
    font-size: 12px;
    line-height: 1.6
}

.topic__photo.mid {
    padding: 26px 0;
    text-align: center
}

.topic__photo.mid img {
    max-width: 60%
}

.topic__txt {
    font-size: 14px;
    line-height: 1.8
}

.topic__txt small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6
}

.topic__txt .arrow {
    display: inline-block;
    position: relative;
    padding-left: 1.2em
}

.topic__txt .arrow:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0.55em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.43em 0 0.43em 0.71em;
    border-color: transparent transparent transparent #548AC2
}

.indt {
    margin-left: 1em;
    text-indent: -1em
}

@media screen and (max-width:767px) {
    .thinksdgs {
        max-width: unset;
        min-width: unset;
        margin: 0 3vw 5vw;
        padding: 12vw 3vw;
    }

    .thinksdgs:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.3333333333vw;
        background: #f7f7f7 url(../img/rainbowbar.svg) no-repeat center top;
        background-size: 100% 100%
    }

    .thinksdgs:after {
        height: 1.3333333333vw
    }

    .thinksdgs * {
        font-family: "Noto Sans JP", sans-serif
    }

    .thinksdgs .pc {
        display: none
    }

    .thinksdgs .sp {
        display: inline-block
    }

    .thinksdgs__logo {
        width: 86.6666666667vw;
        height: 9.8666666667vw
    }

    .thinksdgs__catch {
        padding: 12vw 0 1em;
        font-size: 4vw
    }

    .thinksdgs__lead {
        padding: 0 0 8vw;
        font-size: 3.2vw;
        line-height: 1.916em
    }

    .thinksdgs__inner {
        width: auto;
        padding: 13vw 3vw 0
    }

    .thinksdgs .pagenav {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        width: auto;
        padding: 5vw 3vw 0;
        text-align: left
    }

    .thinksdgs .pagenav__block {
        width: auto;
        padding: 3vw 0 0;
        border-bottom: 0.7vw solid #1d2f60
    }

    .thinksdgs .pagenav__block .pnbtn {
        padding: 0 0 0 8.5vw;
        background: transparent;
        font-size: 5vw;
        line-height: 12.5vw;
        color: #1d2f60
    }

    .thinksdgs .pagenav__block .pnbtn:after {
        right: 1em;
        width: 6.5vw;
        height: 6.5vw;
        background: url(../img/arrow02.png) no-repeat center center;
        background-size: contain
    }

    .thinksdgs .pagenav__block:last-child .pnbtn {
        padding: 0 0 0 8.5vw
    }

    .thinksdgs .thinksdgs__nav {
        margin: 0 0 3vw
    }

    .thinksdgs .thinksdgs__nav__menu {
        gap: 2vw
    }

    .thinksdgs .thinksdgs__nav__menu .tab {
        width: 20vw
    }

    .thinksdgs .thinksdgs__nav__menu .navbtn {
        height: 10.6666666667vw;
        font-size: 5.0666666667vw;
        line-height: 9.8vw
    }

    .thinksdgs .thinksdgs__nav__menu .navbtn.active {
        border: 0.4vw solid #000
    }

    .thinksdgs__date {
        font-size: 3.6vw
    }

    .thinksdgs__mv {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 0 0 3vw
    }

    .thinksdgs .thinksdgs__mv__photo {
        width: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .thinksdgs__mv__detail {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .thinksdgs__mv__detail.wide {
        padding: 0 3vw
    }

    .thinksdgs__mv__detail.sp70 {
        height: 70vw
    }

    #contents .thinksdgs__mv__ttl {
        padding: 0 0 0.8em;
        font-size: 4.8vw;
        line-height: 1.545em
    }

    #contents .thinksdgs__mv__ttl.lowpd {
        padding: 0 0 0.5em;
        line-height: 1.2
    }

    .thinksdgs__mv__profile {
        font-size: 3.7333333333vw
    }

    .thinksdgs__mv__profile small {
        font-size: 2.6666666667vw
    }

    .thinksdgs__mv__profile small.min {
        font-size: 1.6vw;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        line-height: 1.8em
    }

    .thinksdgs__mv__profile small.min2 {
        font-size: 2.4vw
    }

    .thinksdgs__mv__profile small.min3 {
        font-size: 2.1333333333vw
    }

    .thinksdgs__mv__profile strong {
        font-size: 4.5333333333vw
    }

    .thinksdgs__mv__profile.member {
        font-size: 2.6666666667vw
    }

    .thinksdgs__mv__profile.member small {
        font-size: 1.8666666667vw
    }

    .thinksdgs__mv__subttl {
        font-size: 4vw
    }

    .thinksdgs__mv__subttl.noind {
        font-size: 4vw
    }

    .thinksdgs__mv__notice {
        font-size: 3vw;
        text-align: left
    }

    .thinksdgs__relative {
        padding: 10vw 0 0
    }

    .thinksdgs__relative__ttl {
        padding: 0 0.8em;
        font-size: 3.4666666667vw
    }

    .thinksdgs__relative__ttl:after,
    .thinksdgs__relative__ttl:before {
        width: 28.2666666667vw;
        height: 0.4vw
    }

    .thinksdgs__relative__ttl:before {
        left: -28.2666666667vw
    }

    .thinksdgs__relative__ttl:after {
        right: -28.2666666667vw
    }

    .thinksdgs__relative__genre {
        padding: 8vw 0 0
    }

    .thinksdgs__menu .thinksdgs__relative__genre {
        padding: 0 5.4vw 3vw
    }

    .thinksdgs__wbox .thinksdgs__relative__genre {
        padding: 0 0 5vw
    }

    .thinksdgs__menu .thinksdgs__relative__icon,
    .thinksdgs__relative__icon,
    .thinksdgs__wbox__detail .thinksdgs__relative__icon {
        width: 16.2666666667vw;
        margin: 0 1.5vw 3vw
    }

    #contents section.thinksdgs__session {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
		padding: 0;
    }

    #contents section h2.thinksdgs__ttl,
    #contents section h3.thinksdgs__ttl {
        margin: 12vw 0 1em;
        padding: 0;
        font-size: 4.5333333333vw;
        line-height: 1.58em
    }

    #contents section h2.thinksdgs__ttl:before,
    #contents section h3.thinksdgs__ttl:before {
        display: none
    }

    #contents h3.thinksdgs__ttl.thumttl {
        margin: 12vw 0 1em
    }

    #contents h3.thinksdgs__ttl.thumttl .thum {
        width: 18%;
        padding: 0;
    }

    #contents h3.thinksdgs__ttl.thumttl .thum.double,
    .thinksdgs__ttl.thumttl .thum.triple {
        width: 18%
    }

    #contents h3.thinksdgs__ttl.thumttl .thum.double img,
    #contents h3.thinksdgs__ttl.thumttl .thum.triple img {
        width: 100%
    }

    #contents h3.thinksdgs__ttl.thumttl .thum.double+.title,
    #contents h3.thinksdgs__ttl.thumttl .thum.triple+.title {
        width: 78%
    }

    #contents h3.thinksdgs__ttl.thumttl .title {
        width: 78%;
        line-height: 1.6em
    }

    #contents h3.thinksdgs__ttl.thumttl .title small {
        display: inline-block;
        font-size: 3.2vw;
        line-height: 1.4em
    }

     #contents h3.thinksdgs__ttl.thumttl .title.ovfsp {
        width: calc(78% + 0.5em);
        margin-right: -0.5em
    }

    #contents h3.thinksdgs__ttl.thumttl .title.bdr {
        padding: 0
    }

    #contents h3.thinksdgs__ttl.thumttl .title.bdr:before {
        display: none
    }

    #contents h3.thinksdgs__ttl .nowrap {
        font-weight: 700
    }

    #contents p.thinksdgs__txt {
        width: auto;
        padding: 0 0 1.5em;
        font-size: 3.4666666667vw;
        -webkit-font-feature-settings: unset;
        font-feature-settings: unset;
        line-height: 1.8em
    }

    #contents p.thinksdgs__txt.wide {
        width: auto;
        padding: 0 0 1em
    }

    #contents p.thinksdgs__txt.wide .phr {
        width: auto;
        margin: 0 0 5vw;
        float: none
    }

    #contents p.thinksdgs__txt.wide.bdbtm {
        margin: 10vw 0;
        padding: 0 0 10vw;
        border-bottom-width: 0.4vw
    }

    #contents p.thinksdgs__txt.pdt,
    #contents p.thinksdgs__txt.pdtsp {
        padding: 5vw 0 0
    }

    #contents p.thinksdgs__txt.hrt {
        margin-top: 10vw;
        padding-top: 10vw;
        border-top-width: 0.4vw
    }

    #contents p.thinksdgs__txt.triple {
        width: auto
    }

    #contents p.thinksdgs__txt small {
        font-size: 3.0666666667vw
    }

    #contents figure.thinksdgs__photo {
        width: auto;
       padding: 0 0 7vw;
    }

    .thinksdgs__photo+.thinksdgs__photo {
        padding: 5vw 0 0
    }

    .thinksdgs__photo.wide {
        width: auto;
        font-size: 3.4666666667vw;
        padding: 3vw;
        border-top-left-radius: 1.4666666667vw;
        border-top-right-radius: 1.4666666667vw;
        border-bottom-left-radius: 1.4666666667vw;
        border-bottom-right-radius: 1.4666666667vw
    }

    .thinksdgs__photo.onefig {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .thinksdgs__photo.onefig .double,
    .thinksdgs__photo.onefig .triple {
        width: 100%;
        margin-top: 3vw
    }

    .thinksdgs__photo.broader,
    .thinksdgs__photo.triple {
        width: auto
    }

    #contents figure.thinksdgs__photo.pdt {
        padding: 5vw 0 0
    }

    #contents figure.thinksdgs__photo.pdb {
        padding: 0 0 5vw
    }

    #contents figure.thinksdgs__photo.pdtb {
        padding: 5vw 0
    }

    .thinksdgs__photo.half,
    .thinksdgs__photo.middle,
    .thinksdgs__photo.middle2 {
        width: auto;
        margin: 0
    }

    .thinksdgs__photo.spmgt {
        margin-top: 5vw
    }

    .thinksdgs__photo .mgt {
        margin-top: 2vw
    }

    #contents .thinksdgs__photo figcaption {
        font-size: 3.0666666667vw;
        line-height: 1.74em
    }

    #contents .thinksdgs__photo figcaption small {
        font-size: 3.0666666667vw
    }

    .thinksdgs__photo__ttl {
        padding: 0 0 0.5em;
        font-size: 4.9333333333vw;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        line-height: 1.3
    }

    .thinksdgs__notice {
        font-size: 2.6666666667vw;
        line-height: 1.5em
    }

    .thinksdgs__notice.mgt {
        margin: 1em 0 0
    }

    .thinksdgs__menu {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        gap: unset;
        padding: 10vw 0 0;
        margin: 0 0 3vw
    }

    .thinksdgs__menu__post {
        width: auto;
        min-height: unset;
        margin: 0 0 8vw;
        padding: 0;
        border-radius: 3vw;
        -webkit-box-shadow: 1vw 1vw 3vw rgba(0, 0, 0, 0.2);
        box-shadow: 1vw 1vw 3vw rgba(0, 0, 0, 0.2)
    }

    .thinksdgs__menu__btn {
        position: static;
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        height: auto;
        border-radius: 3vw
    }

    .thinksdgs__menu__photo {
        border-radius: 3vw 3vw 0 0
    }

    .thinksdgs__menu__ttl {
        padding: 1.52em 1em 0;
        font-size: 4vw;
        line-height: 1.5em;
        text-align: left
    }

    .thinksdgs__menu__txt {
        height: auto !important;
        padding: 0 1em 1.5em;
        font-size: 4vw;
        line-height: 1.5em
    }

    .thinksdgs__banner {
        width: auto;
        margin: 5vw 0 0
    }

    .thinksdgs__apply+.thinksdgs__banner {
        margin: 10vw 0 0
    }

    .thinksdgs__apply {
        padding: 5vw 0 0
    }

    .thinksdgs .thinksdgs__apply__btn {
        display: block;
        width: auto;
        margin: 0;
        padding: 1em 0;
        border-radius: 2vw;
        font-size: 4vw;
        line-height: 1.4em
    }

    .thinksdgs .thinksdgs__apply__btn:after {
        width: 1.6vw;
        height: 1.6vw;
        border-top: 0.7vw solid #fff;
        border-right: 0.7vw solid #fff
    }

    .thinksdgs .thinksdgs__apply__btn+.thinksdgs__apply__btn {
        margin: 1em 0 0
    }

    .thinksdgs__backhome {
        padding: 10vw 0 0
    }

    .thinksdgs .thinksdgs__backhome__btn {
        display: block;
        width: 286px;
        border-radius: 2vw;
        font-size: 4vw;
        line-height: 10vw;
        margin: 0 auto;
    }

    .thinksdgs .thinksdgs__backhome__btn:after {
        width: 1.6vw;
        height: 1.6vw;
        border-top: 0.7vw solid #fff;
        border-right: 0.7vw solid #fff
    }

    .thinksdgs__more {
        padding: 5vw 0 0
    }

    .thinksdgs .thinksdgs__more__btn {
        display: block;
        width: auto;
        border: 0.4vw solid #009fe8;
        border-radius: 2vw;
        font-size: 4vw;
        line-height: 10vw
    }

    .thinksdgs .thinksdgs__more__btn:after {
        width: 1.6vw;
        height: 1.6vw;
        border-top: 0.7vw solid #009fe8;
        border-right: 0.7vw solid #009fe8
    }

    .thinksdgs__keyword {
        position: static;
        left: auto;
        bottom: auto;
        padding: 3vw 5% 5vw
    }

    .thinksdgs__keyword__ttl {
        font-size: 3.6vw
    }

    .thinksdgs__keyword__btn {
        height: 14vw;
        border-radius: 2vw;
        font-size: 4vw
    }

    .thinksdgs__keyword__btn .pen {
        width: 5vw
    }

    .green .thinksdgs__keyword__btn {
        border: 0.4vw solid #8fc31f
    }

    .orange .thinksdgs__keyword__btn {
        border: 0.4vw solid #FD934B
    }

    .blue .thinksdgs__keyword__btn {
        border: 0.4vw solid #4472C4
    }

    .green .thinksdgs__keyword__btn:after {
        border-top: 0.7vw solid #8fc31f;
        border-right: 0.7vw solid #8fc31f
    }

    .orange .thinksdgs__keyword__btn:after {
        border-top: 0.7vw solid #FD934B;
        border-right: 0.7vw solid #FD934B
    }

    .blue .thinksdgs__keyword__btn:after {
        border-top: 0.7vw solid #4472C4;
        border-right: 0.7vw solid #4472C4
    }

    .thinksdgs__column {
        padding: 5vw 4% 0
    }

    .thinksdgs__column__lead {
        margin: 0 0 5vw;
        border-left: 1vw solid #0A97D9;
        border-right: 1vw solid #0A97D9;
        font-size: 5vw
    }

    .thinksdgs__column__lead .boxtxt {
        width: 65vw;
        margin-top: 5vw
    }

    .thinksdgs__column__ttl {
        font-size: 5vw;
        line-height: 8vw
    }

    .thinksdgs__column__ttl em {
        padding: 0.1em 0.5em 0.1em 10vw;
        font-weight: 700
    }

    .thinksdgs__column__ttl.green em {
        background-size: 8vw auto
    }

    .thinksdgs__column__ttl.orange em {
        background-size: 8vw auto
    }

    .thinksdgs__column__ttl.blue em {
        background-size: 8vw auto
    }

    .thinksdgs__column__detail {
        padding: 0 0 7vw
    }

    .thinksdgs__column__txt {
        width: 60%;
        font-size: 4vw;
        line-height: 1.6em
    }

    .thinksdgs__column__thumb {
        width: 35%
    }

    .thinksdgs__subttl {
        padding: 5vw 0 1.5em;
        font-size: 4.5vw
    }

    .thinksdgs__subttl.pdt {
        padding: 10vw 0 1.5em
    }

    .thinksdgs__wbox {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin: 8vw 0 0;
        padding: 5vw
    }

    .thinksdgs__wbox__detail {
        width: auto
    }

    .thinksdgs__conclusion {
        margin: 5vw 0 0;
        padding: 5vw;
        border: 0.4vw solid #009fe8
    }

    .thinksdgs__conclusion .en {
        border-radius: 0 0 2vw 0;
        font-size: 3.75vw
    }

    .thinksdgs__conclusion__ttl {
        font-size: 4vw
    }

    .thinksdgs__conclusion__subttl {
        font-size: 3.9vw
    }

    .thinksdgs__conclusion__subttl sup {
        font-size: 2.2vw
    }

    .thinksdgs__conclusion__txt {
        font-size: 3.8vw
    }

    .thinksdgs__conclusion__txt.hrt {
        margin-top: 3vw;
        padding-top: 5vw;
        border-top-width: 0.4vw
    }

    .thinksdgs__conclusion__txt .notice {
        font-size: 2.8vw
    }

    .thinksdgs__conclusion__graph {
        padding: 5vw 0
    }

    .thinksdgs__conclusion__graph .caption {
        font-size: 4vw
    }

    .thinksdgs__conclusion .thinksdgs__apply {
        padding: 3vw 0 0
    }

    .thinksdgs__conclusion.pickup.bgwh {
        margin: 10vw 0 0
    }

    .thinksdgs__conclusion.pickup.bgwh2 {
        margin: 10vw 0
    }

    .thinksdgs__conclusion.pickup .pict {
        width: auto;
        margin: 0 0 5vw;
        float: none
    }

    .thinksdgs__conclusion.pickup .pict.mid {
        width: auto
    }

    .thinksdgs .thinksdgs__conclusion__photo {
        width: auto;
        margin: 0 0 5vw;
        float: none
    }

    .thinksdgs .thinksdgs__conclusion__photo .capt {
        font-size: 3vw
    }

    .thinksdgs .thinksdgs__conclusion__photo.clear {
        padding: 20px 0 0
    }

    .thinksdgs .thinksdgs__conclusion__ttl+.thinksdgs__conclusion__photo {
        margin: 5vw 0
    }

    .thinksdgs__conclusion__col {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 5vw 0
    }

    .thinksdgs__conclusion__col .thinksdgs__photo {
        width: auto
    }

    .thinksdgs__conclusion__warp {
        overflow: hidden
    }

    .thinksdgs__comment {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 0 0 5vw
    }

    .thinksdgs__conclusion .thinksdgs__comment {
        padding: 0
    }

    .thinksdgs__comment__thum {
        width: 18%
    }

    .thinksdgs__comment__txt {
        width: 78%;
        font-size: 3.4666666667vw
    }

    .thinksdgs__conclusion .thinksdgs__comment__txt {
        width: 78%
    }

    .thinksdgs__phbox {
        padding: 5vw 0 0
    }

    .thinksdgs__phbox .thinksdgs__phbox__photo-r {
        width: auto;
        margin: 0 0 5vw;
        float: none
    }

    .thinksdgs__phbox .thinksdgs__phbox__photo-r .capt {
        position: static;
        left: auto;
        bottom: auto;
        -webkit-transform: unset;
        transform: unset;
        width: auto;
        padding: 0.5em 0 0;
        font-size: 3.6vw;
        text-align: center
    }

    .thinksdgs__lowttl {
        padding: 10vw 0 1em;
        font-size: 4vw
    }

    .thinksdgs__lowttl.pdt {
        padding: 15vw 0 1em
    }

    .thinksdgs__related {
        width: auto;
        padding: 0 0 5vw
    }

    .thinksdgs__related.half {
        width: auto
    }

    .thinksdgs__related__lead {
        padding: 10vw 0 0.8em;
        font-size: 3.6vw;
        text-align: left
    }

    .thinksdgs__related__ttl {
        padding-left: 1em;
        font-size: 3vw
    }

    .thinksdgs__related__ttl strong {
        font-size: 3.6vw
    }

    .thinksdgs__prof {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin: 5vw 0 0;
        padding: 3vw
    }

    .thinksdgs__prof+.thinksdgs__prof {
        margin: 10vw 0 0
    }

    .thinksdgs .thinksdgs__prof__photo {
        width: 40vw;
        height: 40vw;
        margin: 0 auto 5vw;
        border-width: 1vw
    }

    .thinksdgs__prof__detail {
        width: auto
    }

    .thinksdgs__prof__ttl {
        font-size: 3.4vw
    }

    .thinksdgs__prof__txt {
        font-size: 3.2vw;
        line-height: 1.6
    }

    .thinksdgs__wrap {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .thinksdgs__wrap.alitcr {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .thinksdgs__wrap__detail {
        width: auto
    }

    .thinksdgs__wrap__photo {
        width: auto;
        padding: 5vw 0 0
    }

    .thinksdgs__wrap .thinksdgs__conclusion__txt,
    .thinksdgs__wrap .thinksdgs__photo {
        width: auto
    }

    .thinksdgs__wrap.adjust-height {
        padding: 5vw 0 3vw
    }

    .thinksdgs__wrap.adjust-height .thinksdgs__photo {
        display: block;
        -ms-grid-columns: unset;
        grid-template-columns: unset;
        padding: 0 0 7vw
    }

    .thinksdgs__wrap.adjust-height .thinksdgs__photo img {
        width: 100%;
        height: auto
    }

    .thinksdgs__ol3ph {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .thinksdgs__ol3ph__item {
        width: auto;
        padding: 0 0 5vw;
        font-size: 3.6vw
    }

    .thinksdgs__ol3ph__item:last-child {
        padding: 0
    }

    .sdgsttl {
        width: auto;
        padding: 5vw 5% 1em;
        font-size: 4vw
    }

    #siteNaviPC {
        display: none
    }

    .zgen {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        width: auto
    }

    .zgen__item {
        width: auto;
        padding: 0 0 5vw;
        overflow: hidden
    }

    .zgen__item:before {
        display: none
    }

    .zgen__ttl {
        padding: 0.5em 0;
        border-bottom: 0.4vw dashed #ccc;
        background-size: 2vw auto;
        font-size: 4vw
    }

    .zgen__txt {
        width: 60%;
        border-top: none;
        font-size: 3.4666666667vw;
        line-height: 1.6em;
        float: left
    }

    .zgen__copy {
        width: 33vw;
        height: 33vw;
        font-size: 3.6vw;
        float: right
    }

    .feature {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .feature__ttl {
        width: auto;
        font-size: 5vw
    }

    .feature__ttl small {
        font-size: 3.6vw
    }

    .feature__point {
        width: auto;
        padding: 5vw 0 0
    }

    .feature__point__ttl {
        font-size: 4vw
    }

    .feature__point__txt {
        font-size: 3.6vw
    }

    .feature__point__txt sup {
        font-size: 2.6vw
    }

    .feature__point__illust {
        border-radius: 2vw
    }

    #contents section h2.bluettl {
        margin: 10vw 0 0;
        font-size: 5vw
    }

    #contents section h2.bluettl strong {
        font-size: 7.4vw
    }

    .bluettl__label {
        border: 0.7vw solid #009fe8;
        border-radius: 5vw;
        font-size: 4vw
    }

    .bluettl__label:after {
        left: 5vw;
        bottom: -2vw;
        width: 2vw;
        height: 2vw;
        border-right: 0.7vw solid #009fe8;
        border-bottom: 0.7vw solid #009fe8
    }

    .assess__ttl {
        padding: 0.5em 0;
        font-size: 3vw;
        border-width: 0.7vw
    }

    .assess__ttl:nth-child(2),
    .assess__ttl:nth-child(3) {
        width: 13%
    }

    .assess__txt {
        height: auto;
        padding: 0.5em;
        font-size: 3.6vw;
        border-width: 0.7vw
    }

    .assess__txt:nth-child(2),
    .assess__txt:nth-child(3) {
        width: 13%
    }

    .sustainability {
        width: auto;
        padding: 5vw 0 0
    }

    .sustainability__ttl {
        font-size: 6.25vw
    }

    .sustainability__founder {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 0 0 4.25vw
    }

    .sustainability__founder__txt {
        width: auto;
        padding: 0 0 1em;
        font-size: 3.75vw;
        line-height: 2
    }

    .sustainability__founder__photo {
        width: auto
    }

    .sustainability__philosophy {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 0
    }

    .sustainability__philosophy__item {
        width: auto;
        padding: 0 0 6.25vw
    }

    .sustainability__philosophy__ttl {
        font-size: 4.5vw;
        line-height: 10vw
    }

    .sustainability__philosophy__subttl {
        font-size: 4.5vw
    }

    .sustainability__sdgs {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        border: 0.4vw solid #1d2f60;
        margin: 0 0 8.5vw;
        padding: 5vw 5.625vw 6.625vw
    }

    .sustainability__sdgs__txt {
        width: auto;
        font-size: 3.75vw;
        line-height: 1.8
    }

    .sustainability__sdgs .sdgslogo {
        width: 25vw;
        margin: 1.875vw auto 0
    }

    .schedule.sp {
        display: table
    }

    .schedule__cap {
        font-size: 4vw
    }

    .schedule__th {
        width: 12.5vw;
        padding: 4vw 0;
        border: 0.4vw solid #fff;
        font-size: 3.75vw;
        line-height: 1.2
    }

    .schedule__td {
        width: auto;
        padding: 4vw 3vw;
        border: 0.4vw solid #fff;
        font-size: 4.25vw
    }

    .schedule__td.dayoff {
        width: auto
    }

    .schedule__td .subj {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        min-height: unset;
        padding: 0 0 0.7em
    }

    .schedule__td .subj+.subj {
        padding: 0.7em 0 0;
        border-top: 0.4vw solid #bebebe
    }

    .enquete {
        width: auto;
        padding: 0 7.5vw 7.5vw;
        margin: 0 auto 10vw
    }

    .enquete__ttl {
        padding: 7.5vw 0 1.5em;
        font-size: 4.5vw;
        line-height: 1.66
    }

    .enquete__select {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        gap: unset
    }

    .enquete__select__choise {
        width: auto;
        margin: 0 0 4vw
    }

    .enquete__select__choise .icon {
        left: 5vw;
        width: 5vw
    }

    .enquete__select__choise .sendbtn {
        width: 100%;
        height: 15vw;
        border-radius: 2.5vw;
        -webkit-box-shadow: 0 0.5vw 0.5vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.5vw 0.5vw rgba(0, 0, 0, 0.1);
        font-size: 4vw
    }

    .topics {
        margin: 10vw 0;
        padding: 0 0 10vw
    }

    .topics__ttl {
        padding: 10.75vw 7.75vw 1em;
        font-size: 3.75vw
    }

    .topics__ttl .en {
        border-radius: 0 0 2vw 0;
        font-size: 3.75vw
    }

    .topics__gallery {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        padding: 0 7.75vw 5vw
    }

    .topics__gallery__photo {
        width: auto;
        padding: 0 0 4.625vw;
        font-size: 3vw
    }

    .topics__gallery__photo:first-child,
    .topics__gallery__photo:nth-child(2) {
        width: auto
    }

    .topics__txt {
        padding: 0 7.75vw 1em;
        font-size: 3.4666666667vw;
        line-height: 1.8
    }

    .topics__message {
        padding: 3.75vw 7.75vw 0
    }

    .topic {
        margin: 5vw 0 0;
        padding: 3vw
    }

    .topic__ttl {
        font-size: 4vw
    }

    .topic__photo {
        padding: 0 0 5vw
    }

    .topic__photo figcaption {
        font-size: 2.6666666667vw
    }

    .topic__photo.mid {
        padding: 5vw 0
    }

    .topic__photo.mid figcaption {
        text-align: left
    }

    .topic__txt {
        font-size: 3.4666666667vw
    }

    .topic__txt small {
        font-size: 2.6666666667vw
    }
}

/* 2026.07.24 ---- */
/* ---- // コンテンツヘッダ ---- */
#contents-header {
  position: relative;
  width: 976px;
/*  margin: 0 auto;
  padding: 30px 0 0;*/  
  margin: -8px auto 0 auto;
  padding: 38px 0 38px;
}

#contents-header a:hover {
  text-decoration: none;
}

#contents-header h1 {
  background: none;
  float: left;
/*  max-width: 400px;*/
  padding: 0 30px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  font-family: Meiryo , 'MS PGothic ', Osaka, sans serif;
}

#g-breadcrumbs {
    padding: 25px 0 38px;
    font-size: 10px;
    line-height: 1;
    font-family: Meiryo, 'MS PGothic ', Osaka, sans serif;
    width: 976px;
}
/* スマホ表示 */
@media (max-width: 768px) {
    #contents-header {
    margin: 0 auto;
    padding: 0;
    }
    #contents-header h1 {
        font-size: 0.875rem;
        margin: 0 15px;
        padding: 5px 0;
    }
	#g-breadcrumbs {
		padding: 10px 10px 0;
	}
}

/* ---- コンテンツヘッダー // ---- */
.mv__ttlarea {
	margin: 50px 0 0 50px;
	text-align: left;
	width: 470px;
}
#contents p.category{
  color:#fff;
  font-weight:700;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  display: inline;

}
/* 地方創生 */
.category--regional{ background:#A63642; }
/* 地域密着 */
.category--community{ background:#2D5D4B; }
/* 生物多様性 */
.category--biodiversity{ background:#B2873A; }

#contents p.mv__subttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #21366e;
    text-align: left;
	padding-left: 0.5em;
}
.mv__ttl {
    padding: 0 0 1em;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    color: #333;
    text-align: left;
}

hr.custom-line {
    border: none;
    border-top: 1px solid #333;
    margin: 80px auto;
    clear: both;
    display: block;
    width: 90%;
}
.other_action_link_area_pc {
    display: block;
}

h2.other_action_link_ttl{
	text-align: center;
	color: #009fe8;
	padding: 0;
    font-size: 30px;
}

ul.other_action_link {
  display: flex;
  padding: 0;
  margin:auto;
  list-style: none;
  transition: transform 0.3s ease;
}

ul.other_action_link li {
  flex: 0 0 calc(100% / 3); /* PC3枚 */
  padding: 78px 5px;
  box-sizing: border-box;
}
ul.other_action_link li a {
	display:block;
	height:100%;
	width:286px;
	margin:auto;
	padding:0 0 20px;
	background:#ffffff;
	text-decoration:none !important;
}
ul.other_action_link li a strong {
	display:block;
	padding:20px 20px 0;
	color:#21366e !important;
}
ul.other_action_link li a span {
	display:inline-block;
	padding-left:20px;
	font-size:12px;
	line-height:1.5;
	color:#91b7e4 !important;
	
}
#contents p.thinksdgs__txt.link_txt {
    padding: 0;
    text-indent: 0;
    margin-top: 70px;
}
#contents p.link_url {
    text-align: left;
    font-size: 14px;
}
/* スマホ表示 */
@media (max-width: 768px) {
 .mv__ttlarea {
	margin: 0;
    text-align: left;
    width: auto;
    padding: 0;
 }
 #contents p.category{
  font-weight:700;
  padding: 1.6vw 5vw;
  font-size: 3.2vw;

}
#contents p.mv__subttl {
    font-size: 4.26vw;
}
.mv__ttl {
    font-size: 5.334vw;
    line-height: 8.533vw;
}
#contents p.thinksdgs__mv__profile {
    padding: 2.667vw 0;
    font-size: 3.463vw;
}
#contents p.thinksdgs__mv__profile.annotation {
    font-size: 2.667vw;
	padding-left: 1em;
}
hr.custom-line {
    margin: 10.668vw auto;
    width: 100%;
}
 .other_action_link_area_pc {
    display: none;
}
 ul.other_action_link li {
    flex: 0 0 100%;
  }
 .link_url.html {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  }
}
/* ========================================
   News
======================================== */

#contents section.news {
    position: relative;
    background: #c7d9ed;
    padding: 60px;
    overflow: visible;
	margin: 80px 0;
}

.news__inner {
    max-width: 850px;
    margin: 0 auto 0 80px;
}

.news__badge {
    position: absolute;
    top: -50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #08284a;
    color: #ffffff;
   font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

/* ========================================
   Layout
======================================== */

.news__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.news__content {
    flex: 1;
    max-width: 620px;
	text-align: left;
}

.news__visual {
    position: relative;
    width: 420px;
    flex-shrink: 0;
}

/* ========================================
   Title
======================================== */

#contents section h2.news__title {
    margin: 0 0 28px;
    font-size: 1.286rem;
    font-weight: 700;
    line-height: 1.8;
    color: #24364d;
	padding: 0;
	text-align: left;
	letter-spacing: 0;
}

.news__text {
    margin: 0 0 28px;

    font-size: 1rem;
    color: #4e5d71;
}

/* ========================================
   Link
======================================== */

.news__link-area {
    margin-top: 24px;
}

#contents p.news__link-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #24364d;
    padding: 0;
}
/*#contents p.news__link-title::after  {
	content: "";
	position: absolute;
	display: inline-block;
	padding-top:10px;
	margin-left:8px;
	background: #333;
	height: calc(20px / 2 * tan(60deg));
	width: 15px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}*/

.news__link {
    color: #c96b7b;
    font-size: 0.95rem;

    overflow-wrap: break-word;
    word-break: break-word;

    transition: opacity .3s;
}

.news__link:hover {
    opacity: .7;
}

/* ========================================
   Image
======================================== */

.news__image {
    width: 100%;
    object-fit: cover;
}

.news__logo {
    position: absolute;
    left: -30px;
    bottom: -100px;
    width: 350px !important;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

/* ========================================
   SP
======================================== */

@media screen and (max-width: 768px) {

    #contents section.news {
        padding:4vw 4vw 8vw;
	}
    .news__badge {
        width: 72px;
        height: 72px;
        top: -40px;
        left: 20px;
        font-size: 1rem;
    }

    .news__inner {
        flex-direction: column;
        gap: 40px;
		margin: 0;
    }

    .news__content {
        max-width: 100%;
        padding-top: 20px;
    }

    #contents section h2.news__title {
        font-size: 4.5333333333vw;
        line-height: 1.6;
		margin: 0 0 1.4rem;
    }
	.news__inner {
        gap: 1.4286rem;
	}

    #contents p.news__text {
        font-size: 0.8571rem;
		padding: 0;
    }
	.news__link-area {
    	margin-top: 1.4286rem;
	}
	#contents p.news__link-title {
    	font-size: 0.7857rem;
	}

    .news__visual {
        width: 100%;
    }

    .news__logo {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100% !important;
        margin-top: 20px;
        margin-left: 0;
    }

}
/* ---- カルーセルバナー ---- */
#carousel-banner {
	margin-top:50px;
	background: none;
}
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1098px;
  margin: auto;
}
.carousel-track {
	display: flex;
	padding: 0;
	margin:auto;
	list-style: none;
	transition: transform 0.3s ease;
}

.carousel-track li {
	flex: 0 0 calc(100% / 3); /* PC3枚 */
	padding: 0 5px;
	box-sizing: border-box;
}
.carousel-track li a {
	display:block;
	height:100%;
	width:286px;
	margin:auto;
	padding:0 0 20px;
	background: none;
	text-decoration:none !important;
	color: #21366e;
	font-weight: 500;
	text-align: left;
}
.carousel-track li a strong {
	display:block;
	position: relative;
	padding:3px 0 5px;
	color:#ffffff !important;
	width:126px;
	font-size:16px;
	text-align:center;
	letter-spacing: 0.25em;
	z-index:10;
}

.carousel-track li a img {
	display:block;
	position: relative;
	margin-top:-16px;
	z-index:1;
}
.carousel-track li a.theme_txt {
    background:#fff;
}
.carousel-track li a span {
	display:block;
	font-size:12px;
	line-height:1.5;
	padding:0.5em 0;
}
/* スマホ表示 */
@media (max-width: 768px) {
  .carousel-track li {
    flex: 0 0 100%;
  }
}

/* ボタン */
.carousel-btn {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
	width:27px;
	height:55px;
	background-color: transparent;
	background-position:center right;
	background-repeat:no-repeat;	
}

.prev { left: 0; background-image:url(/purpose/img/bt_prev.png);}
.next { right: 0; background-image:url(/purpose/img/bt_next.png);}


/* テーマ色設定 */
.carousel-track li.theme-a a strong { background-color:#cfc35f;}
.carousel-track li.theme-a a span { color:#cfc35f !important;}
.carousel-track li.theme-b a strong { background-color:#48733c;}
.carousel-track li.theme-b a span { color:#48733c !important;}
.carousel-track li.theme-c a strong { background-color:#af3c49;}
.carousel-track li.theme-c a span { color:#af3c49 !important;}

/* ---- カルーセルバナー // ---- */