@charset "UTF-8";

/*====================================

  ----------------------------------
  Color
  ----------------------------------

    Primary     : #287f62
    secondary   : #c0e8d8
    tertiary    : #faf5f0

    border      : #c1c1c1
    text        : #464646

  ----------------------------------
  font
  ----------------------------------

    JP  : Noto Sans JP
    EN  : Rubik

  ----------------------------------
    Structure
  ----------------------------------

    1. General
      1.1 Print
      1.2 Utility
      1.3 Parts
    2. PageTop
    3. Municipality
    4. Header
      4.1 Navigation
      4.2 Open Menu
      4.3 Utility
    5. Footer
    6. EasySearch
    7. News
    8. Topics

====================================*/

/* 置換済 */
:root {
  --primary: #287f62;
  --secondary: #c0e8d8;
  --tertiary: #faf5f0;
  --border: #c1c1c1;
  --text: #464646;
}

/*==================================
  1. General - サイト共通
==================================*/
body {
  background: #fff;
  color: #464646;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
}

a {
  color: #1558d6;
}

a:visited {
  color: #681da8;
}

button {
  letter-spacing: 0.15em;
}

.l-wrapper {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}

.l-wrapper.is-fixed {
  position: fixed;
}

.l-wrap {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* @media only screen and (max-width: 767px) {
  .l-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
} */

/* ヘッダー上へ　*/
.l-header_info.hide {
  transform: translateY(-100%);
  transition: 0.8s;
}

.l-header_info.show {
  transform: translateY(0%);
  transition: 0.8s;
}

/*
 	1.1 Print
====================================*/
@media print {
  body {
    padding-top: 0 !important;
  }
  header {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .l-header_info {
    display: none !important;
  }
  .l-2col_side {
    display: none !important;
  }
  .l-2col_main {
    width: 100% !important;
  }
  .l-wrapper {
    -webkit-print-color-adjust: exact;
  }
  #page_top {
    display: none !important;
  }

  /* adjustment */
  .p-subVisual {
    display: none !important;
  }
  .c-gallery .c-gallery_list figure {
    padding: 0 !important;
  }
  .c-gallery .slick-arrow {
    display: none !important;
  }
}

/*
 	1.2 Utility
====================================*/
.u-strong {
  font-weight: 700;
}

.u-small {
  font-size: 90%;
}

.u-smaller {
  font-size: 60%;
}

.u-big {
  font-size: 110%;
}

.u-bigger {
  font-size: 140%;
}

.u-sup {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

/* adjustment */
.pc_none {
  display: none;
}
.pc_space {
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .pc_space {
    margin: auto;
  }
}

/* Margin */
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt160 {
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 40px;
  }
  .u-mt100 {
    margin-top: 50px;
  }
  .u-mt120 {
    margin-top: 60px;
  }
  .u-mt160 {
    margin-top: 80px;
  }
}

/* Padding */
.u-pd80 {
  padding: 80px 0;
}
.u-pd120 {
  padding: 120px 0;
}
.u-pd160 {
  padding: 160px 0;
}
.u-pt120 {
  padding-top: 120px;
}
.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .u-pd80 {
    padding: 40px 0;
  }
  .u-pd120 {
    padding: 60px 0;
  }
  .u-pd160 {
    padding: 80px 0;
  }
  .u-pt120 {
    padding-top: 60px;
  }
  .u-pb120 {
    padding-bottom: 60px;
  }
}

/*
 	1.3 Parts
====================================*/

/*== Slick =======================*/
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  top: calc(50% - (30px / 2));
  width: 5rem;
  height: 5rem;
}

.slick-prev:before,
.slick-next:before {
  font-family: initial; /* slick */
  font-size: initial; /* 20px */
  opacity: 1;
  color: #287f62; /* Color */

  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;

  width: 2rem;
  height: 2rem;
  border-top: 4px solid;
  border-right: 4px solid;
}

.slick-prev {
  left: 6px;
}
[dir="rtl"] .slick-prev {
  right: 6px;
  left: auto;
}
.slick-prev:before {
  transform: rotate(225deg);
}
[dir="rtl"] .slick-prev:before {
  transform: rotate(45deg);
}

.slick-next {
  right: 6px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 6px;
}
.slick-next:before {
  transform: rotate(45deg);
}
[dir="rtl"] .slick-next:before {
  transform: rotate(225deg);
}

/* Dots */
.slick-dots li button:before {
  opacity: 0.7;
  color: #fff;
  font-size: 8px;
  text-shadow: #333 0 0 6px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #287f62;
}

/*== Button =======================*/
.c-btn02 {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  width: 90%;
  max-width: 320px;
  padding: 0.6em 1.6em;
  border: 2px solid #287f62;
  border-radius: 9999px;
  color: #287f62;
}
.c-btn02:visited {
  color: #287f62;
}
.c-btn02:hover,
.c-btn02:focus {
  background: #287f62;
  color: #fff;
}

/*== Arrow =======================*/
.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

/* square */
.s4-3::before {
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.25em;

  background: #287f62;
}

/* Kunoji */
.s5-2::before {
  width: 0.75em;
  height: 0.75em;
  border-top: 4px solid;
  border-right: 4px solid;
  transform: rotate(45deg);

  color: #c0e8d8;
}

/*== Card =======================*/
[class^="card"] a {
  display: block;
  text-decoration: none;
}

[class^="card"] img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.6em;
}

[class^="card"] .info {
  margin-top: 10px;
}

[class^="card"] .info > time {
  font-size: 1.6rem;
  font-weight: 700;
  color: #464646;
}

/*== Image =======================*/
[class^="es"],
[class^="icon"],
[class^="illust"],
[class^="photo"] {
  position: relative;
}

[class^="es"],
[class^="icon"] {
  display: inline-block;
}

[class^="es"]::before,
[class^="icon"]::before,
[class^="illust"]::before {
  content: "";
  position: absolute;
}

[class^="photo"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.6em;
}

/*==================================
  2. PageTop- ページトップ
==================================*/
#page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  display: none;
}
#page_top a {
  display: block;
  width: 90px;
  aspect-ratio: 55 / 71;
}
@media only screen and (max-width: 767px) {
  #page_top {
    right: 20px;
    bottom: 20px;
  }
  #page_top a {
    width: 60px;
  }
}

/*==================================
  3. Municipality- 緊急情報
==================================*/
.l-header_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  background: #de0000;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.l-header_info_txt {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.l-header_info_date {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #fff;
}
.l-header_info a {
  display: inline-block;
  color: #fff;
  flex: 1;
}

/* Adjustment　*/
.l-header_info.hide {
  transform: translateY(-100%);
  transition: 0.8s;
}

.l-header_info.show {
  transform: translateY(0%);
  transition: 0.8s;
}

@media only screen and (max-width: 767px) {
  .l-header_info {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  .l-header_info_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 55px;
    flex-direction: column;
  }
  .l-header_info_date {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}

/*==================================
  4. Header - ヘッダー
==================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px #d0d0d0;
}

.l-header_inr {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 40px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header_logo > a {
  display: block;
  width: 220px;
  aspect-ratio: 3 / 1;

  background-image: url(/assets/images/common/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.l-header_logo > a:hover,
.l-header_logo > a:focus {
  opacity: 0.8;
}

.l-header_utility {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
  .l-header {
    height: auto;
  }
  .l-header_inr {
    padding: 12px 20px;
  }
  .l-header_logo > a {
    width: 138px;
  }
  .l-header_utility {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  /* 上下逆転 */
  nav {
    order: 2;
  }
  .l-header_utility_sub {
    order: 1;
  }
  #nav-toggle,
  #nav-toggle .on,
  #nav-toggle .off {
    display: none;
  }
}

/*
 	4.1 Navigation
====================================*/
.l-header_utility_nav {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.l-header_utility_nav_item:not(:first-of-type) {
  margin-left: 40px;
}
.l-header_utility_nav_item > a {
  text-align: center;
  text-decoration: none;
  color: inherit;

  font-size: 1.7rem;
  font-weight: 700;
  padding: 4px 0;
  position: relative;
  display: block;
  transition: 0.5s;

  border-bottom: 4px solid transparent;
}
.l-header_utility_nav_item > a:hover,
.l-header_utility_nav_item > a:focus {
  border-bottom: 4px solid #287f62;
}
.l-header_utility_nav_item_child_inr > li a:hover,
.l-header_utility_nav_item_child_inr > li a:focus {
  background: transparent; /* フォーカス確認用*/
}

@media only screen and (max-width: 1199px) {
  .l-header_utility_nav {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .l-header_utility_nav_item {
    width: 100%;
    padding: 0;
  }
  .l-header_utility_nav_item:not(:first-of-type) {
    margin-top: 20px;
    margin-left: auto;
    border-left: 0;
  }
  .l-header_utility_nav_item > a {
    padding: 10px;
    background: #287f62;
    border-radius: 9999px;
    color: #fff;
  }
}

/*
 	4.2 Open Menu - 展開メニュー
====================================*/
.l-header_utility_nav_item_child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 4px #e1e1e1;
  padding: 40px 60px 60px 60px;
  transition: 0.2s;

  max-width: 1060px;
  border-radius: 0 0 60px 60px;
}
.l-header_utility_nav_item:hover > .l-header_utility_nav_item_child,
.l-header_utility_nav_item .l-header_utility_nav_item_child.focused {
  visibility: visible;
  opacity: 1;
}

.l-header_utility_nav_item_child_inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}
.l-header_utility_nav_item_child_inr:before {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
  order: 1;
}
.l-header_utility_nav_item_child_inr:after {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
}
.l-header_utility_nav_item_child_inr > li {
  width: calc(100% / 4 - 20px);
  margin-top: 20px;
}

/* Hover */
.l-header_utility_nav_item_child_inr li {
  position: relative;
}
.l-header_utility_nav_item_child_inr li > a {
  width: 100%;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-left: 0.5em;
}
.l-header_utility_nav_item_child_inr li > a:hover,
.l-header_utility_nav_item_child_inr li > a:focus {
  background: #287f62;
  border-radius: 0.25em;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .l-header_utility_nav_item_child {
    display: none;
  }
}

/*
 	4.3 Utility
====================================*/
.l-header_utility_sub {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;

  margin-top: 5px;
}

.l-header_utility_sub > *:not(:first-child) {
  margin-left: 20px;
}

/* Link */
.l-header_utility_sub_link {
  display: flex;
  align-items: center;
}
.l-header_utility_sub_link > a {
  display: block;
  color: inherit;
  /* arrow */
  padding-left: 1em;
}
.l-header_utility_sub_link > a::before {
  border-color: #287f62;
}

/* Translate */
.l-header_utility_sub_translate > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 1.5em;
  background: #287f62;
  border-radius: 9999px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
}
.l-header_utility_sub_translate > a:hover,
.l-header_utility_sub_translate > a:focus {
  opacity: 0.7;
}

/* Search */
.l-header_utility_sub_form form {
  height: 100%;
  position: relative;
}
.l-header_utility_sub_form form input {
  width: 260px;
  height: 100%;
  padding: 4px 1em 4px 1.25em;
  text-align: left;
  background: #fff;
  margin-right: 4em;

  border: 2px solid #464646;
  border-radius: 9999px 0 0 9999px;
}
.l-header_utility_sub_form form button {
  width: 4em;
  height: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;

  background: #464646;
  color: #fff;
  border: 1px solid #464646;
  border-radius: 0 9999px 9999px 0;
}

@media only screen and (max-width: 1199px) {
  .l-header_utility_sub {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .l-header_utility_sub > *:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  #nav-toggle .hamburger {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 999;
  }
  #nav-toggle .on,
  #nav-toggle .off {
    display: inline-block;
    text-align: center;
    padding-top: 24px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
  }
  #nav-toggle span.line {
    display: block;
    height: 5px;
    width: 40px;
    background: #287f62;
    /* box-shadow: 0 0 1px #f0f0f0; */
    position: absolute;
    top: 0;
    left: 4px;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span.line:nth-child(1) {
    top: 2px;
  }
  #nav-toggle span.line:nth-child(2) {
    top: 14px;
  }
  #nav-toggle .off {
    display: none;
  }

  .open #nav-toggle .on {
    display: none;
  }
  .open #nav-toggle .off {
    display: block;
    font-weight: 400;
  }
  .open #nav-toggle span.line:nth-child(1) {
    top: 11px;
    transform: rotate(330deg);
  }
  .open #nav-toggle span.line:nth-child(2) {
    top: 11px;
    transform: rotate(-145deg);
  }

  #global-nav {
    background: rgba(247, 245, 240, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    overflow: scroll;
    padding: 60px 50px 50px;

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .open {
    overflow: hidden;
  }
  .open #global-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #global-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
}

/*==================================
  5. Footer - フッター
==================================*/
.l-footer {
  margin-top: 160px;
}

.l-footer_inr {
  padding: 120px 0 18% 0;
  background: #faf5f0 url(/assets/images/common/bg_footer.png) no-repeat bottom center/contain;
}

.l-footer_info {
  display: flex;
}

.l-footer_logo > a {
  display: block;
  width: 220px;
  aspect-ratio: 3 / 1;
  background: url(/assets/images/common/logo.svg) no-repeat center/cover;
}
.l-footer_logo > a:hover,
.l-footer_logo > a:focus {
  opacity: 0.8;
}

.l-footer_data {
  margin-left: 40px;
}

.l-footer_num {
  position: relative;
}

.l-footer_num::after {
  content: "\ff1a";
  padding: 0 0.25em;
}

.l-footerLink {
  display: flex;
  flex-wrap: wrap;
}

.l-footerLink li {
  position: relative;
}

.l-footerLink li:not(:first-of-type)::before {
  content: "\ff5c";
  margin-left: 1em;
  padding-right: 1em;
}

/* TOPのみ */
.is-gyoseiTop .l-footer {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  /* スマホ以外 */
  address a {
    color: inherit;
    text-decoration: none;
  }
  address p span.l-footer_num.pc_space::before {
    content: "\ff5c";
    padding-right: 1em;
  }
}

@media only screen and (max-width: 1199px) {
  .l-footer_info {
    display: block;
  }
  .l-footer_data {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 80px;
  }
  .l-footer_inr {
    padding: 60px 0 30% 0;
    background-size: 170%;
    background-position: bottom right 26%;
  }
  .l-footer_logo > a {
    width: 138px;
  }
  .l-footerLink li {
    width: 50%;
  }
  .l-footerLink li:not(:first-of-type)::before {
    display: none;
  }
}

/*==================================
  6. EasySearch - かんたん検索
==================================*/
/* アイコン */
.es01::after {
  background: url(/assets/images/common/es01.svg) no-repeat center/cover;
}
.es02::after {
  background: url(/assets/images/common/es02.svg) no-repeat center/cover;
}
.es03::after {
  background: url(/assets/images/common/es03.svg) no-repeat center/cover;
}
.es04::after {
  background: url(/assets/images/common/es04.svg) no-repeat center/cover;
}
.es05::after {
  background: url(/assets/images/common/es05.svg) no-repeat center/cover;
}
.es06::after {
  background: url(/assets/images/common/es06.svg) no-repeat center/cover;
}
.es07::after {
  background: url(/assets/images/common/es07.svg) no-repeat center/cover;
}
.es08::after {
  background: url(/assets/images/common/es08.svg) no-repeat center/cover;
}

/* searchList - 本体共通 */
.c-searchList {
  display: flex;
  color: #fff;
}

.c-searchList li > a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.c-searchList li > a:hover,
.c-searchList li > a:focus {
  opacity: 0.7;
}

.c-searchList li > a span::before {
  background: #fff;
}
.c-searchList li > a span::after {
  content: "";
  position: absolute;
}

/*==================================
News - 新着情報
==================================*/
/* tab */
.c-tablist {
  display: flex;
  width: 100%;
}

.c-tablist_item,
.c-tablist_item:focus,
.c-tablist_item:hover {
  display: inline-block;
  overflow: hidden;
  background: #e1e1e1;
  border-radius: 9999px;
  width: calc(100% / 3);
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 700;
}

.c-tablist_item:not(:first-of-type) {
  margin-left: 10px;
}

.c-tablist_item[aria-selected="true"] {
  background: #287f62;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-tablist_item,
  .c-tablist_item:focus,
  .c-tablist_item:hover {
    padding: 0.5em;
  }
  .c-tablist_item:not(:first-of-type) {
    margin-left: 4px;
  }
}

/* 選ばれてないタブ */
[role="tabpanel"].is-hidden {
  display: none;
}

/* newsBody - 本体 */
.c-newsList {
  border-top: 1px solid #c1c1c1;
}
.c-newsList_item {
  padding: 20px 0;
  border-bottom: 1px solid #c1c1c1;
}
.c-newsList_item_head {
  display: flex;
  align-items: center;
}
.c-newsList_item_head > :not(:first-child) {
  margin-left: 1em;
}
.c-newsList_item_date {
  font-size: 1.6rem;
}
.c-newsList_item_body {
  margin-top: 12px;
}
.c-newsList_item_body a {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-newsList_item {
    padding: 16px 0;
  }
  .c-newsList_item_date {
    font-size: 1.4rem;
  }
}

/* カテゴリアイコン */
.c-label {
  display: inline-block;
  background: #c0e8d8;
  border-radius: 9999px;
  font-size: 1.6rem;
  text-align: center;
  width: 10em;
  padding: 0 1em;
}

@media only screen and (max-width: 767px) {
  .c-label {
    font-size: 1.4rem;
  }
}

/* NEWアイコン */
.c-label01 {
  display: inline-block;
  font-weight: 700;
  margin-left: 1em;
  background: #ea0019;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1em;
}

/*==================================
  8. Topics- まちの話題
==================================*/
.c-topicCardUnit {
  margin-top: -40px;
}

.c-topicCardUnit.c-topicCardUnit__col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-topicCardUnit.c-topicCardUnit__col3::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}

.c-topicCardUnit.c-topicCardUnit__col3 > * {
  width: calc(100% / 3 - 20px);
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-topicCardUnit.c-topicCardUnit__col3 {
    margin-top: 0;
    flex-direction: column;
  }
  .c-topicCardUnit.c-topicCardUnit__col3 > * {
    width: 100%;
    margin-right: 0;
  }
  .c-topicCardUnit.c-topicCardUnit__col3 > :first-child {
    margin-top: 0;
  }
}
