@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;500&family=Zen+Maru+Gothic:wght@400;500;700;900&family=Josefin+Sans:wght@500&family=Roboto:wght@400;500;700&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:where(:not(h1,h2,h3,h4,h5,div,span,p,th,td,li,dt,dd,a)) {
  line-height: 1;
}

picture {
  display: block;
}

video, canvas, audio,
h1, h2, h3, h4, h5,
p, a, span, address, time,
img, figure, figcaption,
li, dl, dt, dd,
form, fieldset, textarea, input,
iframe, blockquote, q,
table, caption, tbody, tfoot, thead, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  margin: 0;
  color: white;
  font-family: "Zen Maru Gothic", "Josefin Sans", "Yu Gothic", "YuGothic", "Hiragino Sans", "Meiryo", Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.862rem + 0.962vw, 1.6rem);
  word-wrap: break-word;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

picture {
  font-size: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

caption, em, address {
  font-style: normal;
}

sup, sub {
  position: relative;
  margin: 0 1px 0 0;
  font-size: 0.75em;
  line-height: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
button, textarea, select, option {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  max-width: 100%;
}

a {
  background: transparent;
  color: white;
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease;
}
a img {
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024.99px) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
a.window_open::after {
  content: "\f35d";
  color: #146614;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}

header {
  text-align: center;
}
@media screen and (min-width: 1024.99px) {
  header {
    position: relative;
    z-index: 1;
  }
}
header h1 {
  background: url("/ads/watashinokoto/assets/images/top/logo.svg") center top no-repeat;
  background-size: contain;
  width: 158px;
  margin: 4px auto 0;
}
@media screen and (min-width: 1024.99px) {
  header h1 {
    position: absolute;
    top: 29px;
    left: 10px;
    width: auto;
    margin-top: 0;
  }
}
header h1 a {
  display: block;
  width: 158px;
  height: 49px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1024.99px) {
  header h1 a {
    width: 271px;
    height: 83px;
  }
}

.header_inner {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1024.99px) {
  .header_inner {
    width: 1300px;
  }
}

.header_description {
  background: url("/ads/watashinokoto/assets/images/top/bg_header_sp.svg") center bottom no-repeat;
  height: 67px;
  padding-top: 8px;
}
@media screen and (min-width: 1024.99px) {
  .header_description {
    background-image: url("/ads/watashinokoto/assets/images/top/bg_header_pc.svg");
    width: 700px;
    height: 102px;
    margin-inline: auto;
    padding-top: 22px;
    font-weight: 700;
  }
}
.header_description p {
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024.99px) {
  .header_description p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

footer {
  background-image: url("/ads/watashinokoto/assets/images/top/bg_footer_clip_sp.svg");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024.99px) {
  footer {
    background-image: url("/ads/watashinokoto/assets/images/top/bg_footer_clip_pc.svg");
    min-width: 1280px;
  }
}
footer small {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024.99px) {
  footer small {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.footer_inner {
  position: relative;
  padding: 50px 25px 47px;
  overflow: hidden;
}
@media screen and (min-width: 1024.99px) {
  .footer_inner {
    height: 380px;
    padding-block: 60px 90px;
  }
}

.bg_footer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  height: auto;
  z-index: -1;
}

.nav_footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 2em;
  margin: 20px auto 28px;
  max-width: 28em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024.99px) {
  .nav_footer {
    gap: 1em 2em;
    max-width: 32em;
    margin-block: 30px 60px;
    font-size: 1.4rem;
  }
}

.character {
  position: absolute;
  top: -235px;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  z-index: -1;
}
@media screen and (min-width: 1024.99px) {
  .character {
    top: -320px;
    transform: translateX(-19%);
  }
}

.sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024.99px) {
  .sns_link {
    gap: 30px;
    font-size: 3.6rem;
  }
}

.pagetop {
  position: fixed;
  z-index: 2;
}
.pagetop a {
  display: grid;
  place-items: center;
  background-color: #146614;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
}
@media screen and (min-width: 1024.99px) {
  .pagetop a {
    width: 70px;
    height: 70px;
    font-size: 3.6rem;
  }
}
.pagetop a:hover {
  box-shadow: 0 4px 8px rgba(20, 102, 20, 0.4);
  opacity: 1;
  transform: translateY(-5px);
}
.pagetop a:hover::after {
  transform: translateX(4px);
}

.nav_header_pc {
  display: none;
}
@media screen and (min-width: 1024.99px) {
  .nav_header_pc {
    display: block;
    position: relative;
  }
  .nav_header_pc ul {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-top: 36px;
  }
  .nav_header_pc a {
    position: relative;
    color: #146614;
    font-weight: 700;
    font-size: 2.2rem;
  }
  .nav_header_pc a:hover {
    opacity: 1;
  }
  .nav_header_pc a::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #146614;
    width: 0;
    height: 5px;
    border-radius: 2.5px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav_header_pc a:hover::after, .nav_header_pc a.current::after {
    width: 100%;
    opacity: 1;
  }
}

.nav_header_sp {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  padding-top: 72px;
  overflow-y: auto;
  opacity: 0;
  z-index: 11;
  visibility: hidden;
  transition: all 0.5s ease;
}
.nav_header_sp.active {
  opacity: 1;
  visibility: visible;
}
.nav_header_sp.active a {
  pointer-events: auto;
}
.nav_header_sp a {
  color: white;
  font-size: 2.8rem;
  line-height: 1.6;
  pointer-events: none;
}
.nav_header_sp ul {
  display: inline-flex;
  flex-direction: column;
  margin: 22px auto;
}
.nav_header_sp ul a {
  display: block;
  font-weight: 900;
}

.nav_logo {
  width: 158px;
  margin: auto;
}

.overlay {
  position: absolute;
  top: 72px;
  right: 26px;
  background-color: rgba(20, 102, 20, 0.5);
  background-color: #146614;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  opacity: 0.5;
  z-index: 10;
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.overlay.active {
  position: fixed;
  background-color: #146614;
  opacity: 1;
  transform: scale(73);
}

html.active,
body.active {
  overflow: hidden;
}

@media screen and (min-width: 1024.99px) {
  .label_menuSwitch {
    display: none;
  }
}

.label_menuSwitch {
  display: block;
  position: absolute;
  top: 71px;
  right: 25px;
  background-color: #146614;
  border: 2px solid #146614;
  border-radius: 23px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 11;
  transform: translate3d(0, 0, 10px);
}

.input_menuSwitch[type=checkbox] + label.label_menuSwitch::before {
  content: none;
}

.input_menuSwitch[type=checkbox] + label.label_menuSwitch::after {
  content: none;
}

.menuSwitch_line {
  background-color: white;
  position: absolute;
  left: 9px;
  right: 9px;
  border-radius: 3px;
  height: 3px;
  transition: all 0.4s ease-in-out;
}
.menuSwitch_line:nth-of-type(1) {
  top: 13px;
}
.menuSwitch_line:nth-of-type(2) {
  top: 20px;
}
.menuSwitch_line:nth-of-type(3) {
  top: 27px;
}

.input_menuSwitch {
  position: absolute;
  left: -100%;
}
.input_menuSwitch:focus ~ .label_menuSwitch {
  outline: none;
}
.input_menuSwitch:checked ~ .label_menuSwitch {
  border-color: white;
}
.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:not(:first-child):not(:last-child) {
  opacity: 0;
}
.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:first-child {
  transform: translateY(7px) rotate(225deg);
}
.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:last-child {
  transform: translateY(-7px) rotate(-225deg);
}

@media screen and (min-width: 1024.99px) {
  .nav_header_sp,
.label_menuSwitch,
.input_menuSwitch,
.overlay {
    display: none;
  }
}
p,
dl,
ul,
ol {
  line-height: 1.6;
}

.notice {
  color: #dd0000;
}

em {
  color: #dd0000;
}

.capt {
  font-size: 80%;
}

.fwB {
  font-weight: 700;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

body {
  opacity: 0;
  animation: pageLoading 0.5s linear forwards;
}
@media screen and (min-width: 1280px) {
  body {
    overflow-x: hidden;
  }
}
body::before {
  display: block;
  position: fixed;
  content: "";
  background: url("/ads/watashinokoto/assets/images/top/bg.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

@keyframes pageLoading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  position: relative;
}
@media screen and (max-width: 1024px) {
  main {
    background-image: url("/ads/watashinokoto/assets/images/top/bg_bubble01.png"), url("/ads/watashinokoto/assets/images/top/bg_bubble_twin.png"), url("/ads/watashinokoto/assets/images/top/bg_leaf01.png"), url("/ads/watashinokoto/assets/images/top/bg_leaf02.png"), url("/ads/watashinokoto/assets/images/top/bg_bubble02.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 167px auto, 232px auto, 214px auto, 100px auto, 185px auto;
    background-position: left calc(50% + 188px) top -13px, left calc(50% - 210px) top 258px, left calc(50% + 203px) top 2870px, left calc(50% - 81px) top 5006px, left calc(50% + 178px) top 5070px;
  }
}
@media screen and (min-width: 1024.99px) {
  main {
    margin-top: -35px;
    padding-top: 120px;
    background-image: url("/ads/watashinokoto/assets/images/top/bg_leaf01.png"), url("/ads/watashinokoto/assets/images/top/bg_bubble01.png"), url("/ads/watashinokoto/assets/images/top/bg_bubble_twin.png"), url("/ads/watashinokoto/assets/images/top/bg_leaf_half.png"), url("/ads/watashinokoto/assets/images/top/bg_leaf02.png"), url("/ads/watashinokoto/assets/images/top/bg_bubble02.png"), url("/ads/watashinokoto/assets/images/top/bg_leaf03.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 240px auto, 358px auto, 326px auto, auto, auto, 353px auto, 175px auto;
    background-position: left calc(50% - 870px) top 0, left calc(50% + 785px) top 108px, left calc(50% - 762px) top 630px, left calc(50% + 911px) top 1442px, left calc(50% - 702px) top 1878px, left calc(50% + 785px) top 2435px, left calc(50% + 438px) top 2607px;
  }
}

@media screen and (max-width: 1279.99px) {
  .section_wrapper {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024.99px) {
  .section_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    margin-inline: auto;
  }
}
section {
  position: relative;
}
@media screen and (min-width: 1024.99px) {
  section {
    max-width: 640px;
  }
  section.article {
    order: 1;
  }
  section.kokoro {
    order: 10;
  }
  section.news {
    order: 2;
  }
  section.feature {
    order: 0;
  }
  section.column {
    order: 3;
  }
  section.sdgs {
    order: 4;
  }
  section.video {
    order: 5;
  }
  section.special {
    order: 6;
  }
}

.title_circle {
  position: relative;
  display: grid;
  place-items: center;
  background-color: #146614;
  border-radius: 50%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024.99px) {
  .title_circle {
    font-size: 3.4rem;
  }
}

.title_circle_small,
.title_circle_large {
  width: 150px;
  height: 150px;
}

@media screen and (min-width: 1024.99px) {
  .title_circle_small {
    width: 302px;
    height: 302px;
  }

  .title_circle_large {
    width: 342px;
    height: 342px;
  }
}
.photo_clip {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(45, 136, 54, 0.6);
}
.photo_clip img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo_clip_small {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 1024.99px) {
  .photo_clip_small {
    width: 220px;
    height: 220px;
  }
}

.photo_clip_medium {
  width: 300px;
  height: 300px;
}
@media screen and (min-width: 1024.99px) {
  .photo_clip_medium {
    width: 360px;
    height: 360px;
  }
}

.photo_clip_large {
  width: 280px;
  height: 280px;
}
@media screen and (min-width: 1024.99px) {
  .photo_clip_large {
    width: 480px;
    height: 480px;
  }
}

.photo_clip_xlarge {
  width: 400px;
  height: 400px;
}
@media screen and (min-width: 1024.99px) {
  .photo_clip_xlarge {
    width: 540px;
    height: 540px;
  }
}

.circle_link {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #cca114;
  border-radius: 50%;
  padding-inline: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024.99px) {
  .circle_link {
    padding-inline: 16px;
    font-size: 1.5rem;
  }
}
.circle_link::after {
  display: block;
  content: "";
  background-color: white;
  width: 20px;
  height: 5px;
  margin-top: 12px;
  clip-path: polygon(87% 75%, 69% 0, 77% 0, 100% 100%, 0 100%, 0 75%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024.99px) {
  .circle_link:hover {
    box-shadow: 0 4px 8px rgba(20, 102, 20, 0.4);
    opacity: 1;
    transform: translateY(-5px);
  }
  .circle_link:hover::after {
    transform: translateX(4px);
  }
}

.circle_link_small {
  width: 160px;
  height: 160px;
}
@media screen and (min-width: 1024.99px) {
  .circle_link_small {
    width: 170px;
    height: 170px;
  }
}

.circle_link_medium {
  width: 170px;
  height: 170px;
  top: 55%;
  left: -10%;
}
@media screen and (min-width: 1024.99px) {
  .circle_link_medium {
    width: 197px;
    height: 197px;
    top: 217px;
    left: -53px;
  }
}

.circle_link_large {
  width: 170px;
  height: 170px;
}
@media screen and (min-width: 1024.99px) {
  .circle_link_large {
    width: 240px;
    height: 240px;
  }
}

.circle_link_xlarge {
  width: 250px;
  height: 250px;
  top: 51%;
  left: 65%;
  padding-inline: 35px;
}
@media screen and (min-width: 1024.99px) {
  .circle_link_xlarge {
    width: 290px;
    height: 290px;
  }
}

.circle_link_title {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .circle_link_title {
    font-size: 1.8rem;
  }
}

.pos_left,
.pos_right {
  top: 130px;
}

.pos_left {
  right: 110px;
}

.pos_right {
  left: 110px;
}

@media screen and (min-width: 1024.99px) {
  .pos_left,
.pos_right {
    top: 57%;
  }

  .pos_left {
    right: 61%;
  }

  .pos_right {
    left: 47%;
  }
}
.list_item {
  position: relative;
  z-index: 1;
}
.list_item a:hover {
  opacity: 1;
}

.article {
  background: url("/ads/watashinokoto/assets/images/top/bg_serialization_text_sp.png") center top 40px no-repeat;
  background-size: 288px auto;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1024.99px) {
  .article {
    background-image: url("/ads/watashinokoto/assets/images/top/bg_serialization_text.png");
    background-size: auto;
    background-position: left 125px top;
    width: 640px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 67px;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.article > ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 1024.99px) {
  .article > ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024.99px) {
  .article .photo_clip {
    box-shadow: 0 14px 20px rgba(45, 136, 54, 0.6);
  }
  .article .photo_clip a img {
    transition: all 0.5s ease;
  }
  .article .photo_clip a:hover img {
    transform: scale(1.1);
  }
}
.article .circle_link {
  top: 183px;
  left: 50%;
  transform: translateX(-163px);
  padding-inline: 15px;
}
@media screen and (min-width: 1024.99px) {
  .article .circle_link {
    padding-inline: 20px;
  }
  .article .circle_link:hover {
    transform: translateX(-163px) translateY(-5px);
  }
}

.article_slide {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024.99px) {
  .article_slide .circle_link {
    top: 324px;
    left: 125px;
    padding-top: 10px;
  }
}
.article_slide a:hover {
  opacity: 1;
}

.article_slide_title {
  font-size: 1.1rem;
}
@media screen and (min-width: 1024.99px) {
  .article_slide_title {
    font-size: 1.6rem;
  }
}

.article_slide_name {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024.99px) {
  .article_slide_name {
    font-size: 2.2rem;
  }
}

.article .swiper-wrapper {
  padding-top: 30px;
}
@media screen and (min-width: 1024.99px) {
  .article .swiper-wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024.99px) {
  .article .articleSlider {
    padding-left: 105px;
  }
}
.article .article_slide {
  display: flex;
  justify-content: center;
  padding-bottom: 85px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024.99px) {
  .article .article_slide {
    box-sizing: border-box;
    padding-bottom: 90px;
  }
}
.article .swiper-button-prev::after,
.article .swiper-button-next::after {
  content: none;
}
.article .swiper-button-prev,
.article .swiper-button-next {
  display: grid;
  place-items: center;
  top: 170px;
  left: calc(50% - 23px);
  background-color: white;
  border: 4px solid #146614;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
  color: #146614;
}
@media screen and (min-width: 1024.99px) {
  .article .swiper-button-prev,
.article .swiper-button-next {
    top: 234px;
    left: calc(50% - 28px);
    width: 56px;
    height: 56px;
    font-size: 2rem;
  }
  .article .swiper-button-prev i,
.article .swiper-button-next i {
    transition: all 0.2s ease;
  }
}
.article .swiper-button-prev {
  transform: translateX(-138px);
}
.article .swiper-button-next {
  transform: translateX(138px);
}
@media screen and (min-width: 1024.99px) {
  .article .swiper-button-prev {
    transform: translateX(-187px);
  }
  .article .swiper-button-next {
    transform: translateX(292px);
  }
  .article .swiper-button-prev:hover i {
    transform: translateX(-4px);
  }
  .article .swiper-button-next:hover i {
    transform: translateX(4px);
  }
}

.kokoro {
  display: grid;
  place-items: center;
  position: absolute;
  top: 367px;
  right: 50%;
  background-color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 15px;
  box-shadow: 0 10px 20px rgba(45, 136, 54, 0.6);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .kokoro {
    transform: translateX(139px);
  }
}
@media screen and (min-width: 1024.99px) {
  .kokoro {
    top: 651px;
    right: 648px;
    width: 200px;
    height: 200px;
    padding: 0;
    box-shadow: 0 14px 20px rgba(45, 136, 54, 0.5);
  }
}

@media screen and (min-width: 1024.99px) {
  a.kokoro:hover {
    opacity: 1;
  }
  a.kokoro:hover img {
    transform: scale(1.05);
  }
}
.news {
  padding-inline: 25px;
}
@media screen and (max-width: 1024px) {
  .news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024.99px) {
  .news {
    width: 640px;
    margin-top: 355px;
    padding-inline: 0;
  }
}
.news::before {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .news::before {
    top: 45px;
    left: 50%;
    transform: translateX(-305px);
    background: url("/ads/watashinokoto/assets/images/top/bg_circle_sp.svg") center no-repeat;
    width: 820px;
    height: 820px;
  }
}
@media screen and (min-width: 1024.99px) {
  .news::before {
    top: -257px;
    left: -201px;
    background-image: url("/ads/watashinokoto/assets/images/top/bg_circle_news_pc.svg");
    width: 935px;
    height: 935px;
  }
}
@media screen and (max-width: 1024px) {
  .news .title_circle {
    transform: translateX(-87px);
  }
}
@media screen and (min-width: 1024.99px) {
  .news .title_circle {
    margin-top: 5px;
    margin-left: 144px;
  }
}

@media screen and (max-width: 1024px) {
  .news_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024.99px) {
  .news_list {
    position: absolute;
    top: 151px;
    left: 295px;
  }
}
@media screen and (min-width: 1024.99px) {
  .news_list .list_item {
    position: absolute;
    top: 0;
  }
  .news_list .list_item:first-child {
    top: -270px;
    left: -150px;
  }
  .news_list .list_item:not(:last-child):not(:first-child) {
    top: -40px;
    left: 70px;
  }
  .news_list .list_item:last-child {
    top: 53px;
    left: -200px;
  }
}
@media screen and (max-width: 1024px) {
  .news_list .list_item:first-child {
    margin-top: -67px;
    margin-left: 55px;
  }
  .news_list .list_item:first-child .pos_left {
    top: 85px;
    right: auto;
    left: -90px;
  }
}
@media screen and (min-width: 1024.99px) {
  .news_list .list_item:first-child {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_list .list_item:not(:last-child):not(:first-child) {
    margin-top: 56px;
    margin-right: 45px;
  }
  .news_list .list_item:not(:last-child):not(:first-child) .pos_right {
    top: 106px;
    left: 62%;
  }
}
@media screen and (min-width: 1024.99px) {
  .news_list .list_item:not(:last-child):not(:first-child) {
    margin-top: 0;
    margin-left: 0;
  }
  .news_list .list_item:not(:last-child):not(:first-child) .pos_right {
    left: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .news_list .list_item:last-child {
    margin-top: 82px;
    margin-left: 20px;
  }
  .news_list .list_item:last-child .pos_left {
    top: 115px;
  }
}
@media screen and (min-width: 1024.99px) {
  .news_list .list_item:last-child {
    margin-top: 0;
    margin-left: 0;
  }
}

.feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #146614;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  margin-top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1024.99px) {
  .feature {
    position: static;
    width: 640px;
    height: 640px;
    margin-top: 0;
    margin-left: -77px;
    transform: unset;
  }
}
.feature h2 {
  position: relative;
  margin-top: -25px;
  margin-bottom: 1em;
  padding-bottom: 25px;
  font-size: 2.6rem;
}
.feature h2::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: radial-gradient(circle farthest-side, white, white 40%, transparent 45%, transparent);
  background-size: 14px;
  width: 90%;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .feature h2::after {
    background-size: 10px;
    width: 88%;
  }
}
@media screen and (min-width: 1024.99px) {
  .feature h2 {
    margin-top: -10px;
    padding-bottom: 35px;
    font-size: 3.6rem;
  }
}
.feature p {
  width: calc(100vw - 50px);
  max-width: 360px;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (min-width: 1024.99px) {
  .feature p {
    max-width: 26em;
    padding-left: 15px;
    font-size: 1.7rem;
    line-height: 1.765;
  }
}

.column {
  padding-inline: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024.99px) {
  .column {
    width: 620px;
    margin-top: 65px;
    padding-inline: 0;
  }
}
.column::before {
  display: block;
  position: absolute;
  content: "";
  background: url("/ads/watashinokoto/assets/images/top/bg_circle_sp.svg") center no-repeat;
  background-size: contain;
  width: 820px;
  height: 820px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .column::before {
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024.99px) {
  .column::before {
    top: -600px;
    left: -245px;
    background-image: url("/ads/watashinokoto/assets/images/top/bg_circle_column_pc.svg");
    width: 992px;
    height: 992px;
  }
}
@media screen and (max-width: 1024px) {
  .column .title_circle {
    transform: translateX(90px);
  }
}
@media screen and (min-width: 1024.99px) {
  .column .title_circle {
    margin-left: 187px;
  }
}

@media screen and (max-width: 1024px) {
  .column_list .list_item:first-child {
    margin-top: -40px;
  }
  .column_list .list_item:not(:last-child):not(:first-child) {
    margin-top: 90px;
  }
  .column_list .list_item:last-child {
    margin-top: 90px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024.99px) {
  .column_list {
    position: absolute;
    top: 171px;
    left: 355px;
  }
  .column_list .list_item {
    position: absolute;
    top: 0;
  }
  .column_list .list_item:first-child {
    top: -285px;
    left: -10px;
  }
  .column_list .list_item:not(:last-child):not(:first-child) {
    top: 55px;
    left: 65px;
  }
  .column_list .list_item:last-child {
    top: -125px;
    left: -355px;
  }
}

.sdgs {
  width: 100%;
  margin-top: 155px;
}
@media screen and (min-width: 1024.99px) {
  .sdgs {
    width: 640px;
    margin-top: 0;
  }
}
.sdgs a {
  display: grid;
  place-items: center;
  background-color: white;
  border-radius: 50%;
  width: 136px;
  height: 136px;
  margin-inline: auto;
  padding-inline: 18px;
  box-shadow: 0 14px 20px rgba(45, 136, 54, 0.5);
  transform: translateX(-80px);
}
@media screen and (min-width: 1024.99px) {
  .sdgs a {
    width: 348px;
    height: 348px;
    margin-top: 240px;
    margin-left: 280px;
  }
  .sdgs a:hover {
    opacity: 1;
  }
  .sdgs a:hover img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 1024px) {
  .video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024.99px) {
  .video {
    background: url("/ads/watashinokoto/assets/images/top/bg_video_text_pc.png") left 50px top no-repeat;
  }
}
.video::before {
  display: block;
  position: absolute;
  content: "";
  background: url("/ads/watashinokoto/assets/images/top/bg_circle_video.svg") center no-repeat;
  background-size: contain;
  width: 753px;
  height: 753px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .video::before {
    top: -103px;
    left: 50%;
    transform: translateX(-38%);
  }
}
@media screen and (min-width: 1024.99px) {
  .video::before {
    top: 192px;
    left: 164px;
  }
}

@media screen and (max-width: 1024px) {
  .video_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .video_list li:first-child {
    background: url("/ads/watashinokoto/assets/images/top/bg_video_text_sp.png") center top no-repeat;
    padding-top: 30px;
    transform: translateX(60px);
  }
  .video_list li:first-child .circle_link {
    top: 210px;
    left: -70px;
  }
}
@media screen and (min-width: 1024.99px) {
  .video_list li:first-child {
    margin-top: 42px;
    margin-left: 53px;
  }
}
@media screen and (max-width: 1024px) {
  .video_list li:last-child {
    margin-top: 80px;
    transform: translateX(-60px);
  }
  .video_list li:last-child .circle_link {
    top: 254px;
    left: 170px;
  }
}
@media screen and (min-width: 1024.99px) {
  .video_list li:last-child {
    margin-top: 98px;
  }
}

.special {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .special {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 1024.99px) {
  .special {
    width: 640px;
    margin-block: -138px 430px;
  }
}
.special::before {
  display: block;
  position: absolute;
  content: "";
  background: url("/ads/watashinokoto/assets/images/top/bg_circle_sp.svg") left top no-repeat;
  background-size: contain;
  width: 820px;
  height: 820px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .special::before {
    top: 46px;
    left: 50%;
    transform: translateX(-67%);
  }
}
@media screen and (min-width: 1024.99px) {
  .special::before {
    top: -264px;
    left: -158px;
    background: url("/ads/watashinokoto/assets/images/top/bg_circle_special_pc.svg") left top no-repeat;
    width: 932px;
    height: 932px;
  }
}
@media screen and (max-width: 1024px) {
  .special .title_circle {
    transform: translateX(-90px);
  }
}
@media screen and (min-width: 1024.99px) {
  .special .title_circle {
    margin-left: 172px;
  }
}

@media screen and (max-width: 1024px) {
  .special_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024.99px) {
  .special_list {
    position: absolute;
    top: 171px;
    left: 331px;
  }
}
@media screen and (min-width: 1024.99px) {
  .special_list .list_item {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .special_list .list_item:first-child {
    margin-top: -42px;
  }
}
@media screen and (min-width: 1024.99px) {
  .special_list .list_item:first-child {
    top: -202px;
    left: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .special_list .list_item:not(:last-child):not(:first-child) {
    margin-top: 86px;
    transform: translateX(5px);
  }
}
@media screen and (min-width: 1024.99px) {
  .special_list .list_item:not(:last-child):not(:first-child) {
    top: 77px;
    left: -122px;
  }
}
@media screen and (max-width: 1024px) {
  .special_list .list_item:last-child {
    margin-top: 93px;
    transform: translateX(-12px);
  }
}
@media screen and (min-width: 1024.99px) {
  .special_list .list_item:last-child {
    top: -286px;
    left: -312px;
  }
  .special_list .list_item:last-child .pos_right {
    top: 105px;
    left: 110px;
  }
}

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

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

span.pc {
  display: none;
}

br.sp {
  display: inline;
}

br.pc {
  display: none;
}

@media screen and (min-width: 1024.99px) {
  span.pc {
    display: none;
  }

  br.sp {
    display: none;
  }

  br.pc {
    display: inline;
  }
}
.js-inview {
  opacity: 0;
}
.js-inview.inview {
  animation: inviewMove 0.75s ease;
  opacity: 1;
}

@keyframes inviewMove {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  20% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

header .credit {
    position: absolute;
    top: 8px;
    right: 5px;
}
header .credit p {
	color: #000;
    font-size: 1rem;
}

@media screen and (max-width: 1024px) {
header .credit {
    top: 10px;
}	
header .credit p {
    font-size: .7rem;
	text-align: right;
}	
header .credit p span {
    display: block;
}
}