@charset "UTF-8";
/* CSS Document */
@import url(httsp://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  overscroll-behavior: auto;
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

p {
  color: #444444;
  font-size: 18px;
  line-height: 1.5;
}

h2, li {
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

.br-sp {
  display: none;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

section {
  margin-bottom: 50px;
}

#mainVisual {
  height: 70vh;
  background: url("../images/mv.png") center center/cover no-repeat;
  position: relative;
}

#mainVisual .mainVisual_title {
  padding-top: 200px;
  text-align: center;
}

#mainVisual .title_head {
  font-size: 90px;
}

#mainVisual .title_lead {
  font-size: 26px;
  color: #202124;
}

/*
#mainVisual .scroll {
	width: 14px;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}*/
#sec01 {
  text-align: center;
}

#sec01 .sec01_head {
  background: url("../images/SDGs.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  width: 80%;
  font-size: 30px;
  font-weight: bold;
  padding-top: 80px;
  margin: 2% auto;
}

#sec01 .all-icon {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}

#sec01 .all-icon .icon-item {
  width: 11.1%;
}

#sec01 .sec01_lead {
  font-size: calc(19px + 4 * (100vw - 700px) / 600);
  margin: 50px auto;
}

#sec01 .sec01_sdgs {
  display: flex;
  justify-content: space-around;
  background: url("../images/sec01_sdgs.png") center center/cover no-repeat;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 60px calc(50vw - 50% + 8px);
  width: 100vw;
}

#sec01 .sec01_sdgs img {
  width: 30%;
  margin: auto 30px;
}

#sec01 .sec01_sdgs .sec01_notes {
  background-color: #2050BD;
  border-radius: 20px;
  width: 50%;
  margin: 10px;
  padding: 40px;
}

#sec01 .sec01_sdgs .sec01_notes .notes_head {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}

#sec01 .sec01_sdgs .sec01_notes p {
  font-size: 18px;
  color: #fff;
  text-align: left;
}

.icon_wrap {
  margin: 160px 15% 0 15%;
}

.icon_wrap .icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -75px;
  align-items: center;
}

.icon_wrap .icon_list .icon_item {
  width: 150px;
}

.photo {
  border-radius: 20px;
  width: 30%;
  margin-bottom: 30px;
}

.content_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 60px 0 20px;
}

.content_wrap .text_wrap {
  width: 60%;
}

.content_wrap .text_wrap h2 {
  color: #2050BD;
  font-size: calc(22px + 4 * (100vw - 700px) / 600);
  font-weight: bold;
  padding-bottom: 15px;
}

.content_wrap .text_wrap p {
  font-size: calc(18px + 4 * (100vw - 700px) / 600);
  color: #444444;
}

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

.example_wrap .example_left {
  width: 60%;
  padding: 0 20px;
}

.example_wrap .example_left h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: start;
}

.example_wrap .example_left .example_icon {
  width: 120px;
  margin: 0 2%;
}

.example_wrap .example_list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.example_wrap .example_list .example_txt {
  padding-left: 2%;
}

.example_wrap .list_item {
  padding: 3px 0;
  font-size: calc(14px + 4 * (100vw - 700px) / 600);
}

.example_wrap .list_item:before {
  content: '―';
  padding: 0 10px;
  color: #2050BD;
}

#sec02 .bar {
  background: linear-gradient(90deg, #EA6A02 0%, #EA6A02 50%, #417935 50%, #417935 100%);
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #349741;
  z-index: -1;
}

#sec03 .bar {
  background: linear-gradient(90deg, #00973B 0%, #00973B 50%, #970A31 50%, #970A31 100%);
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #349741;
  z-index: -1;
}

#sec04 .bar {
  background: linear-gradient(90deg, #F5A303 0%, #F5A303 50%, #013068 50%, #013068 100%);
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #349741;
  z-index: -1;
}

#sec05 .sec05_bg {
  height: 30vh;
  background: url("../images/sec05.jpg") center center/cover no-repeat;
  margin-bottom: 0;
}

#sec05 .sec05_text {
  width: 95%;
  max-width: 1050px;
  margin: auto;
  color: #fff;
  font-size: 25px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer {
  background-color: fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 30px;
}

#footer .corporate_items
.corporate_name_text {
  color: #fff;
}

#footer .corporate_name {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

#footer .corporate_address {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}

@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .container {
    width: 90%;
  }
  section {
    /*ゆ＿タイトル上余白縮小*/
    padding: 0;
    margin: 0 0 30px 0;
  }
  #mainVisual {
    height: 50vh;
    margin-bottom: 0;
  }
  #mainVisual .mainVisual_title {
    padding-top: 150px;
  }
  #mainVisual .title_head {
    font-size: 50px;
  }
  #mainVisual .title_lead {
    font-size: 20px;
  }
  #sec01 .sec01_head {
    background-size: 90%;
    font-size: 24px;
  }
  #sec01 .sec01_sdgs {
    display: flex;
    flex-direction: column;
  }
  #sec01 .sec01_sdgs .sec01_notes {
    width: 95%;
    margin: 30PX auto;
    padding: 20px;
  }
  #sec01 .sec01_sdgs .sec01_notes .notes_head {
    font-size: 24px;
  }
  #sec01 .sec01_sdgs .sec01_notes p {
    font-size: 16px;
  }
  #sec01 .sec01_sdgs img {
    width: 80%;
    margin: 0 auto;
  }
  #sec01 .sec01_lead {
    font-size: 16px;
    margin: 30px auto;
  }
  .icon_wrap {
    margin: 80px 5% 0 5%;
  }
  .icon_wrap .icon_list {
    margin-top: -40px;
    align-items: center;
  }
  .icon_wrap .icon_list .icon_item {
    width: 80px;
  }
  .content_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px 0 20px;
  }
  .content_wrap .text_wrap {
    width: 100%;
    padding: 0 auto;
  }
  .content_wrap .text_wrap h2 {
    font-size: calc(18px + 4 * (100vw - 300px) / 150);
  }
  .content_wrap .text_wrap p {
    font-size: 16px;
  }
  .content_wrap .photo {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 7%;
  }
  .example_wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .example_wrap .example_left h3 {
    font-size: calc(18px + 2 * (100vw - 300px) / 150);
  }
  .example_wrap .photo {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  .example_wrap .example_left {
    width: 100%;
    padding: 20px 0;
  }
  .example_wrap .example_left .example_icon {
    display: none;
  }
  .example_wrap .example_list {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-wrap: nowrap;
  }
  .example_wrap .example_list .example_txt {
    padding-left: 10px;
  }
  .example_wrap .example_list .list_item {
    padding: 3px 0;
    font-size: 14px;
  }
  .example_wrap .example_list .list_item:before {
    content: '･';
    padding: 0 5px;
    color: #2050BD;
  }
  #sec05 .sec05_bg {
    height: 30vh;
    background: url("../images/sec05.jpg") center center/cover no-repeat;
    margin-bottom: 0;
  }
  #sec05 .sec05_text {
    font-size: calc(16px + 2 * (100vw - 300px) / 150);
    width: 95%;
    margin: 20px auto 0;
  }
  #footer {
    flex-wrap: wrap;
    gap: 40px;
  }
  #footer .sdgs_logo {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */