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

#wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  margin: 0 auto;
}
section .inner {
  width: 1000px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#fv {
  width: 100%;
  position: relative;
  padding-top: 24px;
  padding-bottom: 20px;
}
#fv::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 240px);
  min-width: 1014px;
  height: 370px;
  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%;
  overflow: hidden;
}
#fv .main-image img {
  display: block;
  width: calc(100vw - 220px);
  min-width: 940px;
  height: calc(100vh - 220px);
  max-height: 54vw;
  border-radius: 0 0 0 40px;
  object-fit: cover; /* 画像をはみ出させて全体にフィット＆トリミング */
  object-position: center center; /* 位置を調整（デフォルト中央） */
}
#fv .bottom {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#fv .bottom .banner {
  padding-right: 34px;
  margin-top: 6px;
}
#fv iframe {
  pointer-events: none;
}

.section-title[data-ruby] {
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 68px;
}
.section-title[data-ruby] span {
  position: absolute;
  top: 0;
}
.section-title[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
  font-family: "Sen", sans-serif;
  font-size: 2.4rem;
  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: 1px solid #333;
  width: 60px;
}

#message {
  display: flex;
  padding-top: 46px;
  width: 1080px;
  padding-bottom: 73px;
  position: relative;
}
#message::after {
  content: "";
  display: block;
  background: url(../img/top/text-about_me.png) center center no-repeat;
  background-size: contain;
  width: 298px;
  height: 119px;
  position: absolute;
  left: 400px;
  top: 46px;
}
#message .text {
  padding-top: 46px;
}
#message .text p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  color: #333;
  margin-top: 58px;
}
#message .text p + p {
  margin-top: 24px;
}
#message .movie {
  float: right;
  margin-left: 30px;
}
#message .movie .youtube {
  width: 550px;
  height: 308px;
  background: #eee;
  position: relative;
}
#message .movie .youtube::before {
  content: "";
  display: block;
  width: 550px;
  height: 290px;
  position: absolute;
  right: -55px;
  bottom: -92px;
  background-color: #fff5e9;
  z-index: -1;
}
#message .movie .youtube iframe {
  width: 100%;
  height: 100%;
}
#message .movie .link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
#message .movie .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 50px;
  border-radius: 25px;
  border: solid 2px #333;
  background-color: #fff;
  font-size: 1.6rem;
  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: 20px;
  margin-top: 40px;
}

#issue {
  background-color: #f0f0f0;
  padding-top: 34px;
  padding-bottom: 75px;
  background-image: url(../img/top/bg-issue.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
#issue h2 {
  font-size: 3.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.8px;
  text-align: center;
  color: #4e647d;
}
#issue ul {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 45px;
}
#issue ul li {
  width: 159px;
  height: 139px;
  border-radius: 10px;
  background-color: #4e647d;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
#issue ul li::before {
  content: "";
  display: block;
  width: 48px;
  height: 44px;
  background: url(../img/common/icon-ex.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
}

#voice {
  background-color: #fff5e9;
  position: relative;
}
#voice::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: calc(100vw - 220px);
  height: 40px;
  right: 0;
  top: 0;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#voice .inner {
  position: relative;
  padding-top: 107px;
}
#voice .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-koshigaya.png) center center no-repeat;
  background-size: contain;
  width: 298px;
  height: 119px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10px;
}
#voice h2 {
  font-size: 4.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.2px;
  text-align: center;
  color: #333;
}
#voice .person ul {
  position: relative;
  margin-top: 56px;
}
#voice .person ul li {
  position: absolute;
}
#voice .person ul li.person-elderly {
  left: 0;
  top: -15px;
}
#voice .person ul li.person-family {
  left: 55px;
  top: 234px;
}
#voice .person ul li.person-disabled {
  left: 0px;
  top: 442px;
}
#voice .person ul li.person-young {
  right: 0;
  top: 30px;
}
#voice .person ul li.person-worker {
  right: 44px;
  top: 270px;
}
#voice .person ul li.person-other {
  right: 0;
  top: 497px;
}
#voice .person ul li.person-azegami {
  position: relative;
  margin: 0 auto;
  width: 378px;
}

#vision {
  background-color: #fff5e9;
}
#vision .inner {
  padding-top: 82px;
  padding-bottom: 80px;
}
#vision .inner .section-title[data-ruby] {
  padding-top: 125px;
}
#vision .vision {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}
#vision .vision::before {
  content: "";
  display: block;
  background: url(../img/top/smart_city.png) center center no-repeat;
  background-size: contain;
  width: 345px;
  height: 110px;
  position: absolute;
  left: 0px;
  top: 330px;
}
#vision .vision::after {
  content: "";
  display: block;
  background: url(../img/top/text-smart_city.png) center center no-repeat;
  background-size: contain;
  width: 236px;
  height: 164px;
  position: absolute;
  left: 111px;
  top: 200px;
}
#vision .vision .section-title {
  width: 345px;
}
#vision .vision .text {
  width: 607px;
}
#vision .vision .text p {
  font-size: 1.6rem;
  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: 20px;
}
#vision .mission {
  border-radius: 60px;
  margin-top: 60px;
  border: 10px solid #57a8d2;
  background-color: #57a8d2;
  overflow: hidden;
}
#vision .mission h3 {
  font-size: 3.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 20px 0 20px;
  background-color: #57a8d2;
}
#vision .mission h3 small {
  font-size: 2.8rem;
}
#vision .mission h3 strong {
  font-size: 4.2rem;
  position: relative;
}
#vision .mission h3 strong span {
  font-size: 6.2rem;
}
#vision .mission h3 strong:before, #vision .mission h3 strong:after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#vision .mission h3 strong:before {
  left: -50px;
}
#vision .mission h3 strong:after {
  right: -50px;
}
#vision .mission .contents {
  background-color: #fff;
  padding: 28px 40px;
}
#vision .mission .contents > p {
  font-size: 1.6rem;
  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: 60px 20px;
  margin-top: 55px;
}
#vision .mission .contents dl > li {
  width: 210px;
  height: 470px;
  border-radius: 20px;
  background-color: #dcecf5;
  padding: 42px 15px 15px;
  position: relative;
}
#vision .mission .contents dl > li::before {
  content: "";
  display: block;
  width: 56px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}
#vision .mission .contents dl > li:nth-of-type(1)::before {
  background: url(../img/top/mission01-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(2)::before {
  background: url(../img/top/mission02-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(3)::before {
  background: url(../img/top/mission03-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(4)::before {
  background: url(../img/top/mission04-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(5)::before {
  background: url(../img/top/mission05-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(6)::before {
  background: url(../img/top/mission06-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(7)::before {
  background: url(../img/top/mission07-number.png) center no-repeat;
}
#vision .mission .contents dl > li:nth-of-type(8)::before {
  background: url(../img/top/mission08-number.png) center no-repeat;
}
#vision .mission .contents dl > li h4 {
  font-size: 3.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3381aa;
  position: relative;
}
#vision .mission .contents dl > li h4 rp,
#vision .mission .contents dl > li h4 rt {
  font-size: 1.2rem;
}
#vision .mission .contents dl > li h4 [data-ruby] {
  position: relative;
}
#vision .mission .contents dl > li h4 [data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.25em;
  text-align: left;
  color: #3381aa;
}
#vision .mission .contents dl > li p {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #3381aa;
}
#vision .mission .contents dl > li .image {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
}
#vision .mission .contents dl > li ul > li {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  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: 100px;
  padding-bottom: 50px;
}
#achievement .inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: calc((100vw - 1000px) * 2 + 1000px);
  height: 40px;
  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.png) center center no-repeat;
  background-size: contain;
  width: 287px;
  height: 116px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 20px;
}
#achievement .inner strong {
  position: absolute;
  right: 0;
  top: 114px;
  font-size: 3.8rem;
  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: 50vw;
  text-align: right;
  top: auto;
  bottom: 20px;
}
#achievement .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 50px;
  height: 5px;
  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: 30px;
  height: 50px;
}
#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.png) center center no-repeat;
  right: 20px;
}
#achievement .pagination .swiper-button-prev {
  background: url(../img/common/arrow-left.png) center center no-repeat;
  left: 20px;
}
#achievement .boxes {
  margin-top: 50px;
  position: relative;
}
#achievement .boxes::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - (100vw - 1000px) / 2 - 20px);
  height: 320px;
  right: 0;
  bottom: -20px;
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#achievement .boxes .box {
  position: relative;
  padding: 0 60px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
}
#achievement .boxes .box .image {
  width: calc(50vw - 20px);
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  transform: translateY(-50px);
}
#achievement .boxes .box .image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 40px 0;
}
#achievement .boxes .box.box-01 .contents h3 span::before {
  background: url(../img/top/achievement01-number.png) left top no-repeat;
  top: -20px;
}
#achievement .boxes .box.box-02 .contents h3 span::before {
  background: url(../img/top/achievement02-number.png) left top no-repeat;
}
#achievement .boxes .box.box-03 .contents h3 span::before {
  background: url(../img/top/achievement03-number.png) left top no-repeat;
}
#achievement .boxes .box.box-04 .contents h3 span::before {
  background: url(../img/top/achievement04-number.png) left top no-repeat;
  top: -20px;
}
#achievement .boxes .box.box-05 .contents h3 span::before {
  background: url(../img/top/achievement05-number.png) left top no-repeat;
}
#achievement .boxes .box .contents {
  max-width: 581px;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#achievement .boxes .box .contents h3 {
  min-height: 80px;
  height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#achievement .boxes .box .contents h3 span {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
}
#achievement .boxes .box .contents h3 span::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
#achievement .boxes .box .contents h3 small {
  padding-left: 100px;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  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 {
  padding-top: 30px;
  height: 320px;
  max-width: 581px;
  font-size: 1.6rem;
  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: 94px;
  margin-top: 120px;
  padding-bottom: 60px;
}
#profile .inner {
  position: relative;
  padding-top: 80px;
}
#profile .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-such_a_person.png) center center no-repeat;
  background-size: contain;
  width: 391px;
  height: 106px;
  position: absolute;
  right: 0px;
  top: 126px;
}
#profile .main {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
#profile .main > .image {
  margin-left: 25px;
}
#profile .main .contents {
  margin-left: 40px;
}
#profile .main .contents strong {
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.8px;
  text-align: right;
  color: #333;
}
#profile .main .contents > .text {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: right;
  color: #333;
}
#profile .main .contents .boxes {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#profile .main .contents .boxes .box {
  width: 300px;
}
#profile .main .contents .boxes .box .text {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#profile .history {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
#profile .history .table {
  width: 480px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  position: relative;
}
#profile .history .table::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 60px;
  height: 10px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
}
#profile .history .table table tr th {
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 2px 0;
  width: 75px;
}
#profile .history .table table tr td {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  padding: 2px 0;
}
#profile .history .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#profile .history .boxes .box {
  width: 229px;
}
#profile .history .boxes .box .text {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

#news .inner {
  position: relative;
  padding-top: 106px;
  padding-bottom: 75px;
}
#news .inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: calc(100vw - (100vw - 1000px) / 2);
  height: 40px;
  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: 427px;
  height: 141px;
  position: absolute;
  right: 0px;
  top: 135px;
  z-index: -1;
}
#news .contents {
  margin-top: 65px;
  position: relative;
}
#news .contents .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 780px;
  background: url(../img/top/illust-whats_new.png) right bottom no-repeat;
}
#news .contents .list .boxes .box {
  display: flex;
  width: 580px;
  gap: 20px;
}
#news .contents .list .boxes .box + .box {
  margin-top: 20px;
}
#news .contents .list .boxes .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}
#news .contents .list .boxes .box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 205px;
}
#news .contents .list .boxes .box .text {
  width: 415px;
}
#news .contents .list .boxes .box .text .title {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  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 {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  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: 1.4rem;
  color: #aaa;
}
#news .contents .sns {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  border-top: 22px solid #4e647d;
  border-radius: 20px;
  background-color: #f0f0f0;
  padding: 20px 30px;
}
#news .contents .sns p {
  font-size: 1.8rem;
  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 {
  margin-top: 20px;
}
#news .contents .sns ul li + li {
  margin-top: 15px;
}
#news .contents .link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
#news .contents .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 45px;
  border-radius: 25px;
  border: solid 2px #333;
  background-color: #fff;
  font-size: 1.6rem;
  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: 80px;
  padding-bottom: 97px;
}
#newsletter .inner::after {
  content: "";
  display: block;
  background: url(../img/top/text-news.png) center center no-repeat;
  background-size: contain;
  width: 550px;
  height: 196px;
  position: absolute;
  right: 0px;
  top: -27px;
  z-index: 0;
}
#newsletter .section-title[data-ruby] {
  padding-top: 125px;
}
#newsletter p {
  margin-top: 45px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#newsletter .boxes {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#newsletter .link {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#newsletter .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 45px;
  border-radius: 25px;
  border: solid 2px #333;
  background-color: #fff;
  font-size: 1.6rem;
  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;
}

#service {
  margin-top: 90px;
  position: relative;
  width: 100%;
}
#service h2 {
  font-size: 18rem;
  line-height: 1;
  position: absolute;
  top: -135px;
  right: -180px;
  z-index: -1;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#service .boxes {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  gap: 30px; /* 箱の間隔 */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#service .boxes .box {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
}
#service .boxes .box img {
  display: block;
}
#service .boxes .box a {
  display: block;
}
#service .boxes .box:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
#service .boxes .box:nth-of-type(2) {
  grid-area: 1/3/3/4;
}
#service .boxes .box:nth-of-type(3) {
  grid-area: 2/1/3/3;
}
#service .boxes .box:nth-of-type(4) {
  grid-area: 1/4/2/5;
}
#service .boxes .box:nth-of-type(5) {
  grid-area: 2/4/3/5;
}
#service .boxes .box.size-w {
  width: 510px;
  height: 240px;
}
#service .boxes .box.size-h {
  width: 240px;
  height: 510px;
}
