@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0vw;
}

#wrapper {
  overflow: hidden;
}

section {
  padding: 0 4vw;
}
section .inner {
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#fv {
  width: 100%;
  position: relative;
  padding-bottom: 7.6vw;
}
#fv::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 92vw;
  height: 93.3333333333vw;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#fv .main-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#fv .main-image img {
  display: block;
  width: 92vw;
  border-radius: 0 0 0 5.3333333333vw;
}
#fv .bottom {
  position: relative;
  width: 100%;
}
#fv .bottom .banner {
  width: 88.2666666667vw;
  margin-left: 7.3333333333vw;
  margin-top: 3.0666666667vw;
}
#fv iframe {
  pointer-events: none;
}

.section-title[data-ruby] {
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  width: 100%;
  padding-top: 12vw;
}
.section-title[data-ruby] span {
  display: block;
  position: absolute;
  top: 0;
}
.section-title[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
  font-family: "Sen", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
.section-title[data-ruby]::after {
  content: "";
  display: block;
  border-bottom: 0.1333333333vw solid #333;
  width: 8vw;
}

#message {
  display: flex;
  padding-top: 14.6666666667vw;
  width: 100%;
  padding-bottom: 100.5333333333vw;
  position: relative;
}
#message::after {
  content: "";
  display: block;
  background: url(../img/top/text-about_me.png) center center no-repeat;
  background-size: contain;
  width: 39.7333333333vw;
  height: 15.8666666667vw;
  position: absolute;
  right: 0vw;
  top: 27.7333333333vw;
}
#message .text {
  padding-top: 0vw;
  margin-top: 6.6666666667vw;
}
#message .text p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#message .text p + p {
  margin-top: 5.6vw;
}
#message .movie {
  position: absolute;
  bottom: 20.2666666667vw;
}
#message .movie .youtube {
  width: 92vw;
  height: 51.6vw;
  background: #eee;
  position: relative;
}
#message .movie .youtube::before {
  content: "";
  display: block;
  width: 86.2666666667vw;
  height: 48.5333333333vw;
  position: absolute;
  right: -4vw;
  bottom: -29.6vw;
  background-color: #fff5e9;
  z-index: -1;
}
#message .movie .youtube iframe {
  width: 100%;
  height: 100%;
}
#message .movie .link {
  display: flex;
  justify-content: center;
  margin-top: 8.8vw;
}
#message .movie .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71.3333333333vw;
  height: 11.6vw;
  border-radius: 5.8vw;
  border: solid 0.5333333333vw #333;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
}
#message .movie .link a:hover {
  opacity: 1;
  border-color: #ffe000;
  background-color: #ffe000;
  color: #333;
}
#message .name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.6666666667vw;
  margin-top: 8vw;
}
#message .name img {
  width: 55.7333333333vw;
}

#issue {
  background-color: #f0f0f0;
  padding: 8.5333333333vw 4vw 15.6vw;
  background-image: url(../img/top/bg-issue-sp.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#issue h2 {
  font-size: 5.0666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4e647d;
}
#issue ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.3333333333vw 1.6vw;
  margin-top: 9.0666666667vw;
}
#issue ul li {
  width: 29.6vw;
  height: 26vw;
  border-radius: 1.3333333333vw;
  background-color: #4e647d;
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.3333333333vw;
}
#issue ul li::before {
  content: "";
  display: block;
  width: 9.3333333333vw;
  height: 8.5333333333vw;
  background: url(../img/common/icon-ex-sp.png) center center no-repeat;
  background-size: 9.3333333333vw auto;
  position: absolute;
  left: 50%;
  top: -2.4vw;
  transform: translateX(-50%);
}

#voice {
  background-color: #fff5e9;
  position: relative;
}
#voice::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 96vw;
  height: 5.3333333333vw;
  right: 0;
  top: 0;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#voice .inner {
  position: relative;
  padding-top: 13.3333333333vw;
}
#voice .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-koshigaya-sp.png) center center no-repeat;
  background-size: contain;
  width: 70.9333333333vw;
  height: 17.3333333333vw;
  position: absolute;
  z-index: 1;
  right: -2.6666666667vw;
  top: 1.2vw;
}
#voice h2 {
  font-size: 5.6vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}
#voice .person ul {
  position: relative;
  margin-top: 7.4666666667vw;
  padding-top: 184.5333333333vw;
}
#voice .person ul li {
  position: absolute;
}
#voice .person ul li.person-elderly {
  left: 0;
  top: 0;
  width: 63.8666666667vw;
  height: 50.4vw;
}
#voice .person ul li.person-family {
  right: 0;
  top: 34vw;
  width: 57.6vw;
  height: 42.5333333333vw;
}
#voice .person ul li.person-disabled {
  left: 0vw;
  top: 60.5333333333vw;
  width: 57.6vw;
  height: 44.9333333333vw;
}
#voice .person ul li.person-young {
  right: 0;
  top: 89.8666666667vw;
  width: 62.5333333333vw;
  height: 47.6vw;
}
#voice .person ul li.person-worker {
  left: 0;
  top: 120vw;
  width: 54.4vw;
  height: 40.8vw;
}
#voice .person ul li.person-other {
  right: 0;
  top: 141.3333333333vw;
  width: 51.8666666667vw;
  height: 35.8666666667vw;
}
#voice .person ul li.person-azegami {
  position: relative;
  margin: 0 auto;
  width: 87.6vw;
  height: 103.6vw;
}

#vision {
  background-color: #fff5e9;
}
#vision .inner {
  padding-top: 12.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
#vision .inner .section-title[data-ruby] {
  padding-top: 22.6666666667vw;
}
#vision .vision {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 37.2vw;
}
#vision .vision::before {
  content: "";
  display: block;
  background: url(../img/top/smart_city-sp.png) center center no-repeat;
  background-size: contain;
  width: 89.0666666667vw;
  height: 28.4vw;
  position: absolute;
  left: -4vw;
  bottom: 0;
}
#vision .vision::after {
  content: "";
  display: block;
  background: url(../img/top/text-smart_city-sp.png) center center no-repeat;
  background-size: contain;
  width: 31.8666666667vw;
  height: 23.6vw;
  position: absolute;
  right: -0.6666666667vw;
  bottom: 7.7333333333vw;
}
#vision .vision .text {
  margin-top: 6.6666666667vw;
}
#vision .vision .text p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#vision .vision .text p + p {
  margin-top: 6vw;
}
#vision .mission {
  border-radius: 8vw;
  margin-top: 8vw;
  border: 1.3333333333vw solid #57a8d2;
  background-color: #57a8d2;
  overflow: hidden;
}
#vision .mission h3 {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 4.4vw 0 3.4666666667vw;
  background-color: #57a8d2;
}
#vision .mission h3 small {
  font-size: 3.2vw;
}
#vision .mission h3 strong {
  font-size: 5.6vw;
  position: relative;
}
#vision .mission h3 strong span {
  font-size: 8.2666666667vw;
}
#vision .mission h3 strong:before, #vision .mission h3 strong:after {
  content: "";
  width: 4vw;
  height: 0.6666666667vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#vision .mission h3 strong:before {
  left: -6.6666666667vw;
}
#vision .mission h3 strong:after {
  right: -6.6666666667vw;
}
#vision .mission .contents {
  background-color: #fff;
  padding: 3.7333333333vw 2.6666666667vw;
}
#vision .mission .contents > p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#vision .mission .contents dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw 2.6666666667vw;
  margin-top: 7.3333333333vw;
}
#vision .mission .contents dl > li {
  width: 40.1333333333vw;
  height: 100.4vw;
  border-radius: 2.6666666667vw;
  background-color: #dcecf5;
  padding: 10.4vw 2.6666666667vw 2.6666666667vw;
  position: relative;
}
#vision .mission .contents dl > li::before {
  content: "";
  display: block;
  width: 10.6666666667vw;
  height: 12.1333333333vw;
  position: absolute;
  left: 50%;
  top: -5.3333333333vw;
  transform: translateX(-50%);
}
#vision .mission .contents dl > li:nth-of-type(1)::before {
  background: url(../img/top/mission01-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(2)::before {
  background: url(../img/top/mission02-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(3)::before {
  background: url(../img/top/mission03-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(4)::before {
  background: url(../img/top/mission04-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(5)::before {
  background: url(../img/top/mission05-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(6)::before {
  background: url(../img/top/mission06-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(7)::before {
  background: url(../img/top/mission07-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li:nth-of-type(8)::before {
  background: url(../img/top/mission08-number.png) center no-repeat;
  background-size: contain;
}
#vision .mission .contents dl > li h4 {
  font-size: 6.4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3381aa;
}
#vision .mission .contents dl > li h4 rp,
#vision .mission .contents dl > li h4 rt {
  font-size: 2.4vw;
}
#vision .mission .contents dl > li p {
  margin-top: 2.1333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #3381aa;
}
#vision .mission .contents dl > li .image {
  display: flex;
  height: 23.3333333333vw;
  align-items: center;
  justify-content: center;
}
#vision .mission .contents dl > li:nth-of-type(1) h4 {
  margin-top: -2.4vw;
}
#vision .mission .contents dl > li:nth-of-type(1) .image img {
  width: 26.6666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(2) .image img {
  width: 29.3333333333vw;
}
#vision .mission .contents dl > li:nth-of-type(3) .image {
  height: 21.0666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(3) .image img {
  width: 30vw;
}
#vision .mission .contents dl > li:nth-of-type(4) .image {
  height: 21.0666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(4) .image img {
  width: 22.6666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(5) .image img {
  width: 19.0666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(6) .image img {
  width: 18.5333333333vw;
}
#vision .mission .contents dl > li:nth-of-type(7) .image {
  height: 19.8666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(7) .image img {
  width: 25.8666666667vw;
}
#vision .mission .contents dl > li:nth-of-type(8) .image img {
  width: 30.1333333333vw;
}
#vision .mission .contents dl > li ul > li {
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding-left: 1.25em;
  position: relative;
  list-style: none;
}
#vision .mission .contents dl > li ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  font-size: 1.2em;
  line-height: 1;
}

#achievement .inner {
  position: relative;
  padding-top: 13.3333333333vw;
}
#achievement .inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 96vw;
  height: 5.3333333333vw;
  right: 0;
  top: 0;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#achievement .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-liven_up-sp.png) center center no-repeat;
  background-size: contain;
  width: 38.2666666667vw;
  height: 15.4666666667vw;
  position: absolute;
  z-index: 1;
  right: -2.6666666667vw;
  top: 1.3333333333vw;
}
#achievement .inner strong {
  position: absolute;
  right: 0;
  top: 16vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333;
}
#achievement .swiper-pagination {
  width: 100%;
  height: 1.3333333333vw;
  text-align: right;
  top: 65.3333333333vw;
  right: 8vw;
  left: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#achievement .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background-color: #fff;
  width: 9.3333333333vw;
  height: 1.3333333333vw;
  border-radius: 0;
  opacity: 1;
}
#achievement .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ee7700;
}
#achievement .pagination .swiper-button-next,
#achievement .pagination .swiper-button-prev {
  width: 4.8vw;
  height: 7.8666666667vw;
  top: 19.2vw;
  margin: 0;
}
#achievement .pagination .swiper-button-next:after,
#achievement .pagination .swiper-button-prev:after {
  display: none;
}
#achievement .pagination .swiper-button-next {
  background: url(../img/common/arrow-right-sp.png) center center no-repeat;
  background-size: contain;
  right: 1.0666666667vw;
}
#achievement .pagination .swiper-button-prev {
  background: url(../img/common/arrow-left-sp.png) center center no-repeat;
  background-size: contain;
  left: 1.0666666667vw;
}
#achievement .boxes {
  margin-top: 8vw;
  position: relative;
  height: 192vw;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-top: 46.6666666667vw;
}
#achievement .boxes::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 146.6666666667vw;
  left: 0vw;
  top: 46.6666666667vw;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#achievement .boxes .box {
  width: 100%;
  padding: 24vw 4vw 0;
  position: relative;
}
#achievement .boxes .box .image {
  position: absolute;
  width: 93.3333333333vw;
  top: -46.6666666667vw;
  left: 0;
  border-radius: 0 0 5.3333333333vw 0;
  overflow: hidden;
  z-index: 10;
}
#achievement .boxes .box .image img {
  width: 100%;
  height: auto;
}
#achievement .boxes .box.box-01 .contents h3 {
  background: url(../img/top/achievement01-number.png) left center no-repeat;
  background-size: 14.8vw auto;
}
#achievement .boxes .box.box-02 .contents h3 {
  background: url(../img/top/achievement02-number.png) left top no-repeat;
  background-size: 14.8vw auto;
}
#achievement .boxes .box.box-03 .contents h3 {
  background: url(../img/top/achievement03-number.png) left top no-repeat;
  background-size: 14.8vw auto;
}
#achievement .boxes .box.box-04 .contents h3 {
  background: url(../img/top/achievement04-number.png) left center no-repeat;
  background-size: 14.8vw auto;
}
#achievement .boxes .box.box-05 .contents h3 {
  background: url(../img/top/achievement05-number-sp.png) left center no-repeat;
  background-size: 14.8vw auto;
}
#achievement .boxes .box .contents h3 {
  padding-left: 18.2666666667vw;
  min-height: 14.8vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-size: 5.0666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#achievement .boxes .box .contents h3 small {
  margin-top: 1.3333333333vw;
  display: block;
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#achievement .boxes .box .contents .text {
  margin-top: 6vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

#profile {
  background-color: #fff5e9;
  margin-top: 10.6666666667vw;
  padding-bottom: 8vw;
}
#profile .inner {
  position: relative;
  padding-top: 10.6666666667vw;
}
#profile .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-such_a_person-sp.png) center center no-repeat;
  background-size: contain;
  width: 51.7333333333vw;
  height: 14.1333333333vw;
  position: absolute;
  right: -4vw;
  top: 21.8666666667vw;
}
#profile .main {
  position: relative;
  z-index: 1;
  margin-top: 6.6666666667vw;
}
#profile .main > .image {
  float: left;
  width: 33.3333333333vw;
  height: 46.4vw;
  margin-right: 5.3333333333vw;
}
#profile .main .contents {
  padding-top: 4.6666666667vw;
}
#profile .main .contents strong {
  display: block;
  font-size: 5.0666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #333;
}
#profile .main .contents > .text {
  margin-top: 4vw;
  font-size: 3.2vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
}
#profile .main .contents .boxes {
  margin-top: 10.6666666667vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
#profile .main .contents .boxes .box {
  width: 40vw;
}
#profile .main .contents .boxes .box .text {
  margin-top: 0.6666666667vw;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#profile .history {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 6.6666666667vw;
}
#profile .history .table {
  border-top: 0.2666666667vw solid #333;
  border-bottom: 0.2666666667vw solid #333;
  padding: 3.7333333333vw 0;
  position: relative;
}
#profile .history .table::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 11.4666666667vw;
  height: 1.3333333333vw;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#profile .history .table table tr th {
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 0.6666666667vw 0;
  width: 13.8666666667vw;
}
#profile .history .table table tr td {
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  padding: 0.6666666667vw 0;
}
#profile .history .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.3333333333vw;
  margin-top: 7.3333333333vw;
}
#profile .history .boxes .box {
  width: 40vw;
}
#profile .history .boxes .box .text {
  margin-top: 0.6666666667vw;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

#news .inner {
  position: relative;
  padding-top: 13.3333333333vw;
  padding-bottom: 8vw;
}
#news .inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 96vw;
  height: 5.3333333333vw;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#news .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-activity.png) center center no-repeat;
  background-size: contain;
  width: 56.9333333333vw;
  height: 18.8vw;
  position: absolute;
  left: -1.3333333333vw;
  bottom: 165.6vw;
  z-index: -1;
}
#news .contents {
  margin-top: 8vw;
  background: url(../img/top/illust-whats_new-sp.png) right bottom no-repeat;
  background-size: 59.0666666667vw;
  padding-bottom: 23.2vw;
}
#news .contents .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#news .contents .list .boxes .box {
  display: flex;
  gap: 2.6666666667vw;
}
#news .contents .list .boxes .box + .box {
  margin-top: 4vw;
}
#news .contents .list .boxes .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
}
#news .contents .list .boxes .box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
}
#news .contents .list .boxes .box .text {
  width: 60.2666666667vw;
}
#news .contents .list .boxes .box .text .title {
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
}
#news .contents .list .boxes .box .text .title a {
  color: #333;
  text-decoration: none;
}
#news .contents .list .boxes .box .text .info {
  margin-top: 2.6666666667vw;
  font-size: 2.4vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  display: flex;
}
#news .contents .list .boxes .box .text .info a {
  color: #aaa;
  text-decoration: none;
}
#news .contents .list .boxes .box .text .info .categories + .date:before {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  font-size: 2.4vw;
  color: #aaa;
}
#news .contents .sns {
  width: 81.6vw;
  border-top: 4.8vw solid #4e647d;
  border-radius: 2.6666666667vw;
  background-color: #f0f0f0;
  padding: 2.6666666667vw 5.3333333333vw 5.7333333333vw;
  margin: 21.3333333333vw auto 0;
}
#news .contents .sns p {
  font-size: 4vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}
#news .contents .sns ul {
  width: 68.8vw;
  margin: 4vw auto 0;
}
#news .contents .sns ul li + li {
  margin-top: 2.6666666667vw;
}
#news .contents .link {
  display: flex;
  justify-content: center;
  margin-top: 8.9333333333vw;
}
#news .contents .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71.3333333333vw;
  height: 11.4666666667vw;
  border-radius: 5.7333333333vw;
  border: solid 0.5333333333vw #333;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
}
#news .contents .link a:hover {
  opacity: 1;
  color: #333;
  background-color: #ffe000;
  border-color: #ffe000;
}

#newsletter {
  background-color: #f0f0f0;
}
#newsletter .inner {
  position: relative;
  padding-top: 10.6666666667vw;
  padding-bottom: 12.9333333333vw;
}
#newsletter .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-news.png) center center no-repeat;
  background-size: contain;
  width: 52.5333333333vw;
  height: 20.5333333333vw;
  position: absolute;
  right: 0.9333333333vw;
  top: 2.8vw;
  z-index: 0;
}
#newsletter .section-title[data-ruby] {
  padding-top: 32vw;
}
#newsletter p {
  width: 81.7333333333vw;
  margin: 10.6666666667vw auto 0;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}
#newsletter .boxes {
  display: flex;
  justify-content: center;
  gap: 3.0666666667vw;
  margin-top: 6.6666666667vw;
}
#newsletter .link {
  display: flex;
  justify-content: center;
  margin-top: 8.5333333333vw;
}
#newsletter .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71.3333333333vw;
  height: 11.7333333333vw;
  border-radius: 5.8666666667vw;
  border: solid 0.5333333333vw #333;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
}
#newsletter .link a:hover {
  opacity: 1;
  color: #333;
  background-color: #ffe000;
  border-color: #ffe000;
}
