@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

.page {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*=====================
基本スタイル
=====================*/
html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #324772;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #2d4067;
}
a:visited {
  color: inherit;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
}

main {
  padding-top: 80px;
  position: relative;
}

.page-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  background-color: #eef1f4;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}

/*画面幅設定*/
.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  width: 90%;
}

p {
  line-height: 1.6;
}

h1, h2, h3 {
  line-height: 1.5;
}

/*PC表示*/
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/*SP表示*/
@media screen and (max-width: 900px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none !important;
  }
}
/*--------------
ボタン
--------------*/
.btn1, .btn_blue, .btn_white {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn_white {
  background: #fff;
  color: #324772;
  border: 1px solid #324772;
  width: 148px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 10px;
}
.btn_white:visited {
  color: #324772;
}
.btn_white:hover {
  background: #324772;
  color: #fff;
}

.btn_blue {
  background: #324772;
  color: #fff;
  width: 120px;
  height: 50px;
  border: 1px solid #324772;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.btn_blue:visited {
  color: #fff;
}
.btn_blue:hover {
  border: 1px solid #324772;
  background: #fff;
  color: #324772;
}

.btn1 {
  background: #fff;
  color: #324772;
  border: 1px solid #324772;
  width: 240px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto 80px;
}
.btn1:visited {
  color: #324772;
}
.btn1:hover {
  background: #324772;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn1 {
    width: 200px;
    height: 48px;
    margin-bottom: 50px;
  }
}

.h2_sub {
  color: #324772;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .h2_sub {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
/*=====================
ヘッダー
=====================*/
/*ヘッダー全体*/
header {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  height: 80px;
  background: white;
  position: fixed;
  width: 100%;
  z-index: 88;
}

/*ヘッダー左側ブロック*/
.header_left {
  display: flex;
  align-items: center;
}

/*ナビゲーション*/
header nav ul {
  display: flex;
}

header nav li {
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
}

header nav li a {
  color: #000;
}

header nav li a:hover {
  opacity: 0.7;
}

header nav li a:visited {
  color: #000;
}

/*ロゴ*/
header img {
  max-width: 93.5px;
  position: relative;
  z-index: 999;
}

.logo {
  margin-right: 0.5rem;
}

/*ヘッダー右側ブロック*/
.header_right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

/*--------------
ハンバーガーメニュー
--------------*/
/* チェックボックスを非表示にする */
.drawer {
  /* ハンバーガーアイコンの設置スペース */
}
.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 60px;
  width: 60px;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  /* 三本線の一番上の棒の位置調整 */
  /* 三本線の一番下の棒の位置調整 */
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}
.drawer_open span:before {
  bottom: 8px;
}
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 97;
  background: #fff;
  transition: 0.5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: baseline;
  flex-direction: column;
  width: 90%;
  margin: 7rem auto 0;
  text-align: left;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0; /* メニューを画面に入れる */
}

li.nav_item {
  width: 100%;
  font-size: 16px;
}
li.nav_item .btn_white, li.nav_item .btn_blue {
  width: 100%;
}

/*=====================
問い合わせ
=====================*/
/*お問い合わせ背景*/
.contact {
  background: rgba(204, 204, 204, 0.5529411765);
  text-align: center;
  padding-bottom: 2rem;
  background-image: url("../img/cta_footer_img.jpeg");
  background-size: cover;
  background-position: center;
  object-fit: contain;
  position: relative;
}
.contact::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contact .container {
  position: relative;
}
.contact .h2_sub {
  font-size: 24px;
  padding: 61px 0 30px;
  font-weight: bold;
  color: #fff;
}
.contact h2 {
  margin-bottom: 37px;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .contact h2 {
    font-size: 22px;
  }
}
.contact a {
  display: inline-block;
  max-width: 500px;
  height: 80px;
  background: #F8B500;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
}

/*お問い合わせボタン ホバー時*/
.contact_btn:visited {
  color: #fff;
}
.contact_btn:hover {
  background: white;
  color: #F8B500;
  border: 2px solid #F8B500;
  transition: 0.3s;
}

/*白背景ボックス*/
.download {
  background: white;
  max-width: 960px;
  height: 120px;
  margin: 60px auto;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  /*無料○部分*/
}
@media screen and (max-width: 992px) {
  .download {
    display: block;
    height: 100%;
  }
}
.download_left {
  color: #333333;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .download_left {
    font-size: 16px;
    text-align: left;
  }
  .download_left margin {
    right: 0;
  }
}
.download_left span {
  margin-right: 1rem;
  border: 1px solid;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*ボタン：「サービス資料ダウンロード」*/
a.btn_download {
  display: inline-flex;
  max-width: 300px;
  color: #324772;
  background: white;
  border: 1px solid;
  height: 60px;
  font-size: 18px;
  margin: 0;
  width: 300px;
}
@media screen and (max-width: 992px) {
  a.btn_download {
    max-width: 218px;
    font-size: 15px;
    margin-top: 1rem;
  }
}
a.btn_download:visited {
  color: #324772;
}
a.btn_download:hover {
  color: white;
  background: #324772;
  transition: 0.3s;
}

/*=====================
フッター
=====================*/
/*フッター全体*/
footer {
  background: #324772;
  color: #fff;
  padding: 85px 0;
  /*フッター左右のボックス*/
  /*フッター ロゴ画像*/
  /*コピーライト*/
  /*フッター ナビゲーション*/
}
@media screen and (max-width: 992px) {
  footer {
    padding: 49px 0;
  }
}
footer a:hover {
  color: #fff;
  opacity: 0.7;
}
footer a:hover:visited {
  color: #fff;
}
footer .footer_inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  footer .footer_inner {
    flex-direction: column;
  }
}
footer p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 992px) {
  footer p {
    font-size: 13px;
    line-height: 1.6;
  }
}
footer .footer_right,
footer .footer_left {
  width: 44%;
}
@media screen and (max-width: 992px) {
  footer .footer_right,
footer .footer_left {
    width: 100%;
  }
}
footer .footer_left img {
  max-width: 93.4px;
  margin-bottom: 25px;
}
footer .copyright {
  font-size: 12px;
  margin-top: 25px;
}
footer nav {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 992px) {
  footer nav {
    margin-top: 3rem;
  }
}
footer nav ul {
  will-change: 30%;
  line-height: 2;
}
footer nav ul a {
  color: #fff;
}

.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* カルーセル */
}
.mainvisual .carousel {
  position: relative;
  width: 100%;
  height: 68vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mainvisual .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.mainvisual .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin: 0;
  padding: 0;
}
.mainvisual .carousel-item.active {
  opacity: 1;
}
.mainvisual .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #666;
}
.mainvisual .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.mainvisual .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
}
.mainvisual .carousel-indicators button.active {
  background-color: #fff;
}

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

/*サービス１つ*/
.service_item {
  max-width: 360px;
  width: 32%;
  margin-bottom: 73px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .service_item {
    width: 47.6%;
    margin-bottom: 27px;
  }
}
.service_item h3 {
  text-align: center;
  margin-top: 0.5rem;
}
.service_item p {
  text-align: center;
}

/*サービスイメージ画像*/
.service_item img {
  border: 2px solid #C7D1E7;
}

.works_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px 0;
}

.works_item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .works_item {
    width: 100%;
  }
}
.works_item h3 {
  margin: 15px 0;
  font-size: 1.1rem;
}
.works_item h3 a {
  color: #333;
}
.works_item h3 a:hover {
  color: #324772;
}
.works_item table {
  width: 100%;
  margin-bottom: 15px;
}
.works_item table th {
  width: 30%;
  padding: 5px 0;
  color: #666;
}
.works_item table td {
  padding: 5px 0;
}

.method_wrap {
  margin: 80px 0;
}

.method_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .method_item {
    flex-direction: column;
  }
}
.method_item img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .method_item img {
    width: 100%;
    height: auto;
  }
}

.method_right {
  margin-left: 20px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .method_right {
    margin-left: 0;
    margin-top: 10px;
  }
}
.method_right h3 {
  margin: 10px 0;
}
.method_right h3 a {
  color: #333;
}
.method_right h3 a:hover {
  color: #324772;
}
.method_right p {
  font-size: 14px;
  margin-bottom: 15px;
}
.method_right time {
  font-size: 0.9rem;
  color: #666;
}

.category {
  display: inline-block;
  padding: 3px 10px;
  background-color: #e8edf7;
  color: #324772;
  font-size: 0.8rem;
  border-radius: 3px;
}

.seminar_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px 0;
}

.seminar_item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .seminar_item {
    width: 100%;
  }
}
.seminar_item .seminar_img {
  position: relative;
  margin-bottom: 15px;
}
.seminar_item .seminar_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.seminar_item h3 {
  margin: 15px 0;
  font-size: 1.1rem;
}
.seminar_item h3 a {
  color: #333;
}
.seminar_item h3 a:hover {
  color: #324772;
}
.seminar_item table {
  width: 100%;
  margin-bottom: 15px;
}
.seminar_item table th {
  width: 20%;
  padding: 5px 0;
  color: #666;
}
.seminar_item table td {
  padding: 5px 0;
}
.seminar_item time {
  display: block;
  margin: 10px 0;
  font-size: 0.9rem;
  color: #666;
}
.seminar_item h4 {
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 1rem;
}
.seminar_item ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.seminar_item ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.seminar_item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #324772;
}
.seminar_item .btn_blue {
  width: 100%;
  margin-top: 15px;
}

.news_list {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.news_list_item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.news_list_item:first-child {
  border-top: 1px solid #e6e6e6;
}
.news_list_item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 20px 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news_list_item a {
    display: block;
  }
}
.news_list_item a:hover {
  background-color: #f8f8f8;
}
.news_list_item a > p {
  margin-left: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news_list_item a > p {
    margin-left: 0;
    margin-top: 1rem;
    text-align: left;
  }
}

.news_list_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.news_list_date time {
  font-size: 0.9rem;
  color: #666;
  margin-right: 15px;
}

.news_item {
  display: inline-block;
  padding: 2px 10px;
  background-color: #324772;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 3px;
  margin: 0;
}

main.top section {
  padding-bottom: 1px;
  margin-top: -1px;
}
main.top section:nth-child(2n+3) {
  background-color: rgba(255, 255, 255, 0.7);
}/*# sourceMappingURL=top.css.map */