.height-auto {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .height-auto {
    flex-direction: column;
  }
  .height-auto figure {
    width: 100% !important;
  }
}

.sutarbucks section {
  display: block;
  margin-bottom: 80px;
}
.sutarbucks section ~ section .container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sutarbucks section ~ section .container h3 {
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 30px;
  color: #ec9c14;
}
.sutarbucks section ~ section .container p {
  display: block;
  font-size: 17px;
  color: #161616;
  text-align: justify;
}
.sutarbucks section ~ section .container figure {
  display: block;
  width: 100%;
  margin: 0;
}
.sutarbucks section ~ section .container figure img {
  display: block;
  margin: 0;
  width: 100%;
}
.sutarbucks section ~ section .container .item-box {
  display: flex;
  gap: 20px;
  align-items: end;
}
.sutarbucks section ~ section .container .item-box figure:nth-of-type(1) {
  display: block;
  width: 50%;
}
.sutarbucks section ~ section .container .item-box figure:nth-of-type(2) {
  display: block;
  width: 50%;
}
.sutarbucks section ~ section .container .interview {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  text-align: right;
  border: 2px solid #ec9c14;
}
.sutarbucks section ~ section .container .interview .interview-header h3 {
  display: inline-block;
  position: absolute;
  width: fit-content;
  top: -22px;
  right: 60px;
  font-size: 26px;
  padding: 0 10px;
  background-color: #fff;
  z-index: 2;
  margin-bottom: 0;
}
.sutarbucks section ~ section .container .interview .interview-header h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ec9c14;
}
.sutarbucks section ~ section .container .interview .interview-header h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ec9c14;
}
.sutarbucks section ~ section .container .interview .interview-header strong {
  display: block;
  color: #ec9c14;
  font-size: 24px;
}
.sutarbucks section ~ section .container .interview .interview-content {
  display: block;
  position: relative;
  text-align: right;
  margin-top: 30px;
}
.sutarbucks section ~ section .container .interview .interview-content .item-img {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 270px;
  top: -10px;
  left: -115px;
}
.sutarbucks section ~ section .container .interview .interview-content .details {
  display: block;
}
.sutarbucks section ~ section .container .interview .interview-content .details ul.person-list {
  display: inline-block;
  width: 80%;
  text-align: right;
}
.sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li:nth-of-type(1) {
  text-align: left;
  margin-bottom: 30px;
}
.sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li:nth-of-type(2) {
  text-align: right;
  width: 75%;
  margin-left: 80px;
}
.sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li dl dt {
  display: block;
  margin-bottom: 10px;
}
.sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li dl dt span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #ec9c14;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
.sutarbucks section:nth-last-of-type(3) {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  .sutarbucks section {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .sutarbucks section ~ section .container h3 {
    font-size: 22px;
  }
  .sutarbucks section ~ section .container p {
    font-size: 15px;
  }
  .sutarbucks section ~ section .container .item-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sutarbucks section ~ section .container .item-box figure:nth-of-type(1) {
    width: 100%;
  }
  .sutarbucks section ~ section .container .item-box figure:nth-of-type(2) {
    width: 100%;
  }
  .sutarbucks section ~ section .container .interview {
    padding: 20px 10px;
    height: 100%;
  }
  .sutarbucks section ~ section .container .interview .interview-header h3 {
    text-align: center;
  }
  .sutarbucks section ~ section .container .interview .interview-header strong {
    font-size: 20px;
    text-align: center;
  }
  .sutarbucks section ~ section .container .interview .interview-content {
    margin-top: 40px;
  }
  .sutarbucks section ~ section .container .interview .interview-content .item-img {
    display: block;
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
  .sutarbucks section ~ section .container .interview .interview-content .details {
    display: block;
  }
  .sutarbucks section ~ section .container .interview .interview-content .details ul.person-list {
    width: 100%;
    font-size: 16px;
  }
  .sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li:nth-of-type(1) {
    text-align: left;
    margin-bottom: 25px;
  }
  .sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li:nth-of-type(1) dl {
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
  }
  .sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li:nth-of-type(2) {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .sutarbucks section ~ section .container .interview .interview-content .details ul.person-list li dl dt {
    text-align: left;
  }
  .sutarbucks section:nth-last-of-type(3) {
    margin-top: 50px;
  }
}

.earth {
  background-image: url("../images/contents/bg_earth.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: cover;
  position: relative;
  z-index: -2;
}
.earth::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  pointer-events: none;
}
.earth section #writer {
  align-items: center;
}
.earth section #writer .writer-img {
  overflow: hidden;
  border-radius: 100%;
}
.earth section #sub_visual img {
  filter: brightness(120%);
}
.earth section h3 {
  color: #fff;
}
.earth section p {
  color: #fff !important;
}
.earth section .earth-title {
  display: blcok;
  margin: 0 auto;
  text-align: center;
}
.earth section .earth-title h2 {
  font-size: 45px;
  color: #fff;
}
@media (max-width: 1024px) {
  .earth section .earth-title h2 {
    font-size: 30px;
  }
}

.focus section .container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
}
.focus section .container .focus-content > li {
  margin-bottom: 80px;
}
.focus section .container .focus-content > li :nth-last-child(1) {
  margin-bottom: 0;
}
.focus section .container .focus-content > li .content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.focus section .container .focus-content > li .content p {
  font-size: 17px;
}
.focus section .container .focus-content > li .content.title-1 {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 30px 100px;
  text-align: center;
  background: url("../images/contents/img_focus01.png") no-repeat center/contain;
}
.focus section .container .focus-content > li .content.title-1 dl {
  font-weight: 500;
}
.focus section .container .focus-content > li .content.title-1 dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #226fb7;
  margin-bottom: 10px;
}
.focus section .container .focus-content > li .content.title-1 dl dd:nth-of-type(1) span {
  color: #208a96;
  font-weight: 800;
}
.focus section .container .focus-content > li .content.title-1 dl dd:nth-of-type(2) span {
  color: #275fac;
  font-weight: 800;
}
.focus section .container .focus-content > li .content.title-2 figure {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.focus section .container .focus-content > li .content.disappear-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear {
  width: 60%;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear > li {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear > li figure {
  display: block;
  width: 20%;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear > li dl {
  width: 80%;
  font-size: 17px;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear > li dl dt {
  color: #275fac;
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 19px;
}
.focus section .container .focus-content > li .content.disappear-container > ul.disappear > li dl dd b {
  font-style: italic;
  text-decoration: underline;
  text-underline-position: under;
}
.focus section .container .focus-content > li .content.disappear-container .item-img {
  width: 25%;
}
.focus section .container .focus-content > li .content.disappear-container .item-img figure:nth-of-type(1) {
  margin-bottom: 20px;
}
.focus figure {
  display: block;
  margin: 0;
  width: 100%;
}
.focus figure img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .focus section .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
  }
  .focus section .container .focus-content > li {
    margin-bottom: 50px;
  }
  .focus section .container .focus-content > li .content h3 {
    font-size: 22px;
  }
  .focus section .container .focus-content > li .content p {
    font-size: 15px;
  }
  .focus section .container .focus-content > li .content.title-1 {
    display: block;
    width: fit-content;
    margin: 0 auto;
    width: 100%;
    padding: 30px 10px;
    background-size: 100% 100%;
  }
  .focus section .container .focus-content > li .content.title-1 dl {
    font-weight: 500;
    font-size: 14px;
  }
  .focus section .container .focus-content > li .content.title-1 dl dt {
    font-size: 18px;
  }
  .focus section .container .focus-content > li .content.disappear-container {
    flex-direction: column;
  }
  .focus section .container .focus-content > li .content.disappear-container > ul.disappear {
    width: 100%;
  }
  .focus section .container .focus-content > li .content.disappear-container > ul.disappear > li {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
  }
  .focus section .container .focus-content > li .content.disappear-container > ul.disappear > li figure {
    display: block;
    width: 30%;
  }
  .focus section .container .focus-content > li .content.disappear-container > ul.disappear > li dl {
    width: 100%;
    font-size: 15px;
  }
  .focus section .container .focus-content > li .content.disappear-container > ul.disappear > li dl dt {
    text-align: center;
    margin-bottom: 10px;
  }
  .focus section .container .focus-content > li .content.disappear-container > ul.disappear > li dl dd b {
    font-style: italic;
    text-decoration: underline;
    text-underline-position: under;
  }
  .focus section .container .focus-content > li .content.disappear-container .item-img {
    width: 100%;
  }
  .focus section .container .focus-content > li .content.disappear-container .item-img figure:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.live01 section {
  display: block;
  margin-bottom: 80px;
}
.live01 section ~ section .container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.live01 section ~ section .container h3 {
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 30px;
}
.live01 section ~ section .container h3.green {
  color: #5C9061;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .live01 section ~ section .container h3.green {
    font-size: 19px;
  }
}
.live01 section ~ section .container .item-box {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .live01 section ~ section .container .item-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.live01 section ~ section .container p {
  display: block;
  font-size: 17px;
  color: #161616;
  text-align: justify;
}
.live01 section ~ section .container figure {
  display: block;
  width: 100%;
  margin: 0;
}
.live01 section ~ section .container figure img {
  display: block;
  margin: 0;
  width: 100%;
}
.live01 section .row {
  gap: 20px;
}
.live01 section .row > div figure {
  width: 100%;
}
.live01 section .row > div figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .live01 section {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .live01 section ~ section .container h3 {
    font-size: 22px;
  }
  .live01 section ~ section .container p {
    font-size: 15px;
  }
  .live01 section .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.live02 section .item-box {
  display: flex;
  gap: 25px;
}
.live02 section .item-box:nth-of-type(1) {
  margin-bottom: 50px;
}
.live02 section .item-box .item-text {
  display: block;
  margin: 0;
  width: 65%;
}
.live02 section .item-box .item-img {
  display: block;
  margin: 0;
  width: 35%;
}
.live02 section .item-box .item-img figure {
  display: block;
  margin: 0;
  width: 100%;
}
.live02 section .item-box .item-img figure img {
  display: block;
  margin: 0;
  width: 100%;
}
.live02 section .item-box .item-img figure figcaption {
  color: #888;
}
.live02 section .item-box:nth-of-type(2) .item {
  display: block;
  margin: 0;
}
.live02 section .item-box:nth-of-type(2) .item:nth-of-type(1) {
  width: 55%;
}
.live02 section .item-box:nth-of-type(2) .item:nth-of-type(2) {
  width: 45%;
}
.live02 section .item-box:nth-of-type(2) .item .item-content h4 {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #888;
}
.live02 section .item-box:nth-of-type(2) .item .item-content p {
  color: #888;
  margin-top: 10px;
}
.live02 figure {
  display: block;
  width: 100%;
}
.live02 figure img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .live02 figcaption {
    font-size: 14px;
  }
  .live02 section .item-box {
    flex-direction: column;
  }
  .live02 section .item-box:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .live02 section .item-box .item-text {
    width: 100%;
  }
  .live02 section .item-box .item-img {
    width: 100%;
  }
  .live02 section .item-box .item-img figure figcaption {
    font-size: 14px;
  }
  .live02 section .item-box:nth-of-type(2) .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .live02 section .item-box:nth-of-type(2) .item:nth-of-type(1) {
    width: 100%;
  }
  .live02 section .item-box:nth-of-type(2) .item:nth-of-type(2) {
    width: 100%;
  }
  .live02 section .item-box:nth-of-type(2) .item:nth-of-type(2) figure {
    order: 1;
  }
  .live02 section .item-box:nth-of-type(2) .item .item-content {
    order: 1;
  }
  .live02 section .item-box:nth-of-type(2) .item .item-content h4 {
    display: block;
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
    color: #888;
  }
  .live02 section .item-box:nth-of-type(2) .item .item-content p {
    color: #888;
    margin-top: 10px;
  }
}

.report section {
  display: block;
  margin-bottom: 80px;
}
.report section ~ section .container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.report section ~ section .container h3 {
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 30px;
}
.report section ~ section .container p {
  display: block;
  font-size: 17px;
  color: #161616;
  text-align: justify;
}
.report section ~ section .container .item-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .report section ~ section .container .item-box {
    margin-top: 20px;
  }
}
.report section ~ section .container figure {
  display: block;
  width: 100%;
  margin: 0;
}
.report section ~ section .container figure img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .report section {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .report section ~ section .container h3 {
    font-size: 22px;
  }
  .report section ~ section .container p {
    font-size: 15px;
  }
}

.water section .headline_wrap h3 {
  color: #de5b49;
}
.water section .sub_title {
  color: #de5b49;
}
.water section .container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.water section .container > ul > li {
  display: block;
  margin-bottom: 80px;
}
.water section .container > ul > li:nth-last-child(1) {
  margin-bottom: 0;
}
.water section .container > ul > li .sub-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.water section .container > ul > li .sub-title figure {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 50px;
}
.water section .container > ul > li .sub-title figure img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .water section .container {
    padding: 0 15px;
  }
  .water section .container > ul > li {
    margin-bottom: 30px;
  }
}

.corres {
  background-color: #fef7ea;
}
.corres section .headline_wrap h3 {
  color: #eda54a;
}
.corres section p.caption {
  font-weight: 400;
}/*# sourceMappingURL=tomorrow.css.map */