@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/*common*/
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

/***  ***/
/* @media screen and (max-width: 1200px) {
  html {
    font-size: 0.83333vw;
  }
}

@media screen and (max-width: 834px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.6667vw;
  }
} */

/*** pc ***/
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

/*** sp ***/
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

/* !common
---------------------------------------------------------- */
.nagoya_mainVisual img {
  width: 100%;
}

.nagoya_inner {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1300px;
}

.head-large {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

.head-large .eng {
  color: #d80c18;
  font-size: 20px;
}

.head-large .jap {
  font-size: 40px;
}

.head-medium {
  position: relative;
  padding: 0 0 10px 48px;
  margin-bottom: 16px;
  border-bottom: 2px dashed rgba(51, 51, 50, 0.2);
  line-height: 1.5;
  font-weight: 700;
  font-size: 32px;
}

.head-medium + p {
  font-size: 16px;
}

.head-medium:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: url(../image/img_circle_01.png) no-repeat center;
  background-size: 24px;
}

.head-medium.icon02:before {
  background-image: url(../image/img_circle_02.png);
}

.head-small {
  margin: 0 auto 48px;
  max-width: 768px;
  text-align: center;
  font-weight: 700;
}

.detail_btn {
  margin-top: 16px;
  line-height: 1;
}

.detail_btn a {
  display: inline-block;
  padding: 10px 24px;
  background: #d80c18;
  border-radius: 500px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.topage_btn {
  /* margin-top: 80px; */
  text-align: center;
}

.topage_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 66px;
  width: 100%;
  max-width: 360px;
  background: #d80c18;
  border-radius: 500px;
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

#nagoya_wrapper {
  margin-top: 103px;
}

/*** hover ***/
@media screen and (min-width: 960px) {
  .detail_btn a:hover,
  .topage_btn a:hover {
    opacity: 0.7;
  }
}

/*** sp ***/
@media screen and (max-width: 834px) {
  #nagoya_wrapper {
    margin-top: 44px;
  }

  .nagoya_inner {
    padding: 0 16px;
  }

  .head-large {
    margin-bottom: 24px;
  }

  .head-large .eng {
    font-size: 16px;
  }

  .head-large .jap {
    font-size: 26px;
  }

  .head-medium {
    padding: 0 0 10px 32px;
    font-size: 20px;
  }

  .head-medium:before {
    top: 1px;
    width: 30px;
    height: 30px;
    background-size: 15px;
  }

  .head-small {
    margin-bottom: 32px;
    max-width: 309px;
    text-align: left;
  }

  /* .topage_btn {
    margin-top: 56px;
  } */

  .topage_btn a {
    height: 64px;
    font-size: 18px;
  }
}

/* !page
---------------------------------------------------------- */
.nagoya_top_wrap {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(13, 145, 217, 0.45), rgba(13, 145, 217, 0.1));
}

.top_regional_context {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}

.top_regional_context + .top_regional_context {
  margin-top: 64px;
}

.top_regional_context .bg_cloud {
  position: absolute;
  z-index: -1;
}

.top_regional_context .cloud1 {
  top: 116px;
  left: calc(50% + 439px);
  width: 440px;
}

.top_regional_context .cloud2 {
  top: 448px;
  right: calc(50% + 480px);
  width: 286px;
}

.top_regional_context .cloud3 {
  top: 1139px;
  left: calc(50% + 345px);
  width: 628px;
}

.top_regional_context .cloud4 {
  top: 1886px;
  right: calc(50% + 457px);
  width: 433px;
}

.top_regional_context .sub {
  margin-bottom: 120px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 700;
}

.top_regional_context .head-large {
  margin-bottom: 48px;
}

.top_regional_context .context_box {
  padding: 40px 64px 56px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.top_regional_context .context_box + .context_box {
  margin-top: 64px;
}

.top_regional_context .head {
  margin-bottom: 32px;
}

.top_regional_context .data_display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

.top_regional_context .data_display .item {
  padding: 16px 20px 32px;
  background: #f5f5f5;
  border-radius: 16px;
}

.top_regional_context .data_display .info {
  padding: 28px 16px 0;
}

.top_regional_context .data_display .tit {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
}

.top_regional_context .data_display .link {
  margin-top: 12px;
}

.top_regional_context .data_display .link a {
  padding-right: 28px;
  background: url(../image/icon_link.svg) no-repeat right center;
  background-size: 24px;
  text-decoration: underline;
  color: #5d5d5d;
  font-size: 14px;
}

.top_ourvision {
  position: relative;
  margin-top: 456px;
  background: #a7e628;
}

.top_ourvision .top {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 0;
  width: 100%;
}

.top_ourvision .top img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  min-height: 456px;
}

.top_ourvision_con {
  position: relative;
  z-index: 2;
  transform: translateY(-120px);
}

.top_ourvision .head-large {
  margin-bottom: 30px;
}

.top_ourvision .sub {
  margin: 0 auto 64px;
  max-width: 900px;
  text-align: justify;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 700;
}

.top_ourvision .ourvision_display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

.ourvision_display .item {
  padding: 24px 40px 32px;
  background: #fff;
  border-radius: 24px;
}

.ourvision_display .head-medium {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 28px;
}

.ourvision_display .img {
  margin-bottom: 24px;
}

.ourvision_display .item .img + p {
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .ourvision_display .item .img + p {
    font-size: 16px;
  }
}

.top_actions {
  padding: 100px 0 120px;
  background: url(../image/bg_action.png) no-repeat right -10px bottom -60px #d80c18;
  background-size: 629px;
  color: #fff;
}

.top_actions .head-large .eng {
  color: #f8b500;
}

.top_actions .actions_case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.actions_case li {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  color: #323232;
}

.actions_case .img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}

.actions_case .tit {
  margin-bottom: 4px;
  line-height: 1.5;
  color: #d80c18;
  font-weight: 700;
  font-size: 20px;
}

.top_sdgsnews {
  padding: 100px 0 120px;
  background: #fff;
}

.top_sdgsnews .head-medium {
  margin-bottom: 32px;
}

.sdgsnews_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 72px;
}

.sdgsnews_list li .img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}

.sdgsnews_list .title_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.sdgsnews_list .title_date .sdgs {
  position: relative;
  padding: 2px;
  background: linear-gradient(90deg, #ed5b06, #f4b617, #f3df51, #90dd53, #37bbc7);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.sdgsnews_list .is-kids .title_date .sdgs {
  background: linear-gradient(90deg, #fff100, #ea5504);
}

.sdgsnews_list .title_date .sdgs span {
  display: block;
  padding: 1px 10px;
  background: #fff;
  border-radius: 2px;
}

.sdgsnews_list .title_date .date {
  color: #8c8c8c;
  font-weight: 700;
}

.sdgsnews_list li .tit {
  margin-bottom: 4px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}

.sdgsnews_list .detail_btn a {
  background: #323232;
}

.footer_sns > ul > li > a .logo-line,
.footer_sns > ul > li > a .logo-tiktok {
  top: 3px;
}

.footer_pagetop [class^="icon-"],
.footer_pagetop [class*=" icon-"] {
  line-height: 50px !important;
}

.top_sdgsnews .contents-thin {
  width: 100% !important;
  max-width: 100% !important;
}

/* .top_sdgsnews .m-pickuplist .m-pickuplist_item_time {
  color: #8c8c8c !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

.top_sdgsnews .m-pickuplist_item_body {
  color: #323232 !important;
}

.top_sdgsnews .m-category > ul > li > a {
  background-color: transparent !important;
  color: #323232 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 10px !important;
  border: 2px solid !important;
  border-image: linear-gradient(to right, #ed5b06, #f4b617, #f3df51, #90dd53, #37bbc7) 1 !important;
} */

@media screen and (max-width: 767px) {
  .top_sdgsnews .contents-thin {
    padding: 0 0 30px !important;
  }
  .top_sdgsnews .m-category > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
  }

  .top_sdgsnews .m-category > ul > li > a {
    font-size: 10px !important;
  }

  .top_sdgsnews .m-category > ul > li {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

/*** hover ***/
@media screen and (min-width: 960px) {
  .top_regional_context .data_display .link a:hover {
    text-decoration: none;
  }
}

/*** sp ***/
@media screen and (max-width: 834px) {
  .top_regional_context {
    padding: 64px 0;
  }

  .top_regional_context .cloud1 {
    top: -5px;
    left: calc(50% + 75px);
    width: 146px;
  }

  .top_regional_context .cloud2 {
    top: 336px;
    right: calc(50% + 118px);
    width: 108px;
  }

  .top_regional_context .cloud3 {
    top: 492px;
    left: calc(50% + 100px);
    width: 110px;
  }

  .top_regional_context .cloud4 {
    display: none;
  }

  .top_regional_context .sub {
    margin-bottom: 100px;
    line-height: 2.2;
    font-size: 16px;
  }

  .top_regional_context .head-large {
    margin-bottom: 28px;
  }

  .top_regional_context .context_box {
    padding: 24px 20px 32px;
    border-radius: 20px;
  }

  .top_regional_context .context_box + .context_box {
    margin-top: 48px;
  }

  .top_regional_context .head {
    margin-bottom: 24px;
  }

  .top_regional_context .data_display {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0;
  }

  .top_regional_context .data_display .item {
    padding: 16px 16px 24px;
    border-radius: 8px;
  }

  .top_regional_context .data_display .info {
    padding: 20px 0 0;
    font-size: 14px;
  }

  .top_regional_context .data_display .tit {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .top_regional_context .data_display .link a {
    padding-right: 20px;
    background-size: 18px;
    font-size: 12px;
  }

  .top_ourvision {
    padding: 28px 0 80px;
    margin-top: 168px;
  }

  .top_ourvision .top img {
    min-height: 168px;
  }

  .top_ourvision_con {
    transform: translateY(0);
  }

  .top_ourvision .head-large {
    margin-bottom: 24px;
  }

  .top_ourvision .sub {
    margin-bottom: 32px;
    max-width: 311px;
    font-size: 16px;
  }

  .top_ourvision .ourvision_display {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0;
  }

  .ourvision_display .item {
    padding: 20px 20px 28px;
    border-radius: 20px;
    font-size: 14px;
  }

  .ourvision_display .head-medium {
    font-size: 20px;
  }

  .ourvision_display .img {
    margin-bottom: 20px;
  }

  .top_actions {
    padding: 64px 0 80px;
    background: url(../image/bg_action.png) no-repeat right -10px bottom -60px #d80c18;
    background-size: 629px;
  }

  .top_actions .actions_case {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 0;
  }

  .actions_case li {
    border-radius: 20px;
  }

  .actions_case .tit {
    margin-bottom: 8px;
  }

  .actions_case .detail_btn a {
    font-size: 16px;
  }

  .detail_btn {
    margin-top: 28px;
  }

  .detail_btn a {
    padding: 18px;
    width: 100%;
  }

  .top_sdgsnews {
    padding: 64px 0 80px;
  }

  .top_sdgsnews .sdgsnews_list {
    padding: 0 16px;
  }

  .top_sdgsnews .head-medium {
    margin-bottom: 28px;
  }

  .sdgsnews_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px 0;
    margin-bottom: 72px;
    font-size: 14px;
  }

  .sdgsnews_list li .tit {
    font-size: 18px;
  }

  .sdgsnews_list .detail_btn {
    margin-top: 20px;
  }

  #footer .footer_sns [class^="icon-"],
  #footer .footer_sns [class*=" icon-"] {
    line-height: 70px !important;
  }

  .footer_sns > ul > li > a .logo-line,
  .footer_sns > ul > li > a .logo-tiktok {
    top: 16px !important;
  }

  footer_pagetop {
    display: block;
    height: 80px;
    background: #f8f8f8;
  }
}
