@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 当プランについて
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about .body {
  max-width: 1040px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.about .title-area {
  line-height: 1.4;
  text-align: center;
}
.about .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.about .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .title {
    font-size: 1.8rem;
  }
  .about .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.about .layout-2 {}
.about .logo {
  display: block;
  margin-left: 0;
  width: 32%;
}

.about .detail {
  max-width: 570px;
}
.about .subtitle {
  color: var(--c-gold);
  font-size: 2.4rem;
  font-weight: 600;
}
.about .text {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .about .layout-2 {
    display: block;
  }
  .about .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .about .logo img {
    width: 249px;
  }
  
  .about .detail {
    max-width: 570px;
    margin: 2em auto 0;
  }
  .about .subtitle {
    color: var(--c-gold);
    font-size: 2.0rem;
    font-weight: 600;
  }
  .about .text {
    margin-top: 40px;
  }
}


/* ****************************************************************************************************
   * 私たちの目的は、
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.purpose {
  position: relative;
  height: 720px;
}

.purpose .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 720px;
}
.purpose .catch p {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.purpose .clip {
  height: 100%;
  clip-path: border-box;
}
.purpose .clip .img {
/*
  position: fixed;
  top: 0;
  left: 0;
*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
/*  pointer-events: none;*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .purpose {
    height: 360px;
    padding: 0 !important;
  }
  .purpose .catch {
    height: 360px;
  }
  .purpose .catch p {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
  }
  .purpose .clip {
    height: 100%;
    clip-path: border-box;
  }
}



/* ****************************************************************************************************
   * 施設紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.facility {
  position: relative;
  margin-top: 180px;
  height: 620px;
}
.facility::before {
  content: "";
  display: block;
  background: #dfe3df;
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 100% - 940px);
  height: 100%;
  z-index: -1;
}
.facility .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .facility {
    position: relative;
    height: auto;
  }
  .facility::before {
    width: calc( 100% - 440px);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility {
    position: relative;
    margin-top: 80px;
    height: auto;
  }
  .facility::before {
    width: 70%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.facility .title-area {
  line-height: 1.4;
  text-align: center;
}
.facility .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.facility .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .title {
    font-size: 1.8rem;
  }
  .facility .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.facility .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: /*calc(100% - 1050px)*/calc(100% - 770px);
  margin-left: 60px;
  justify-content: flex-start;
  width: 45%;
}
.facility .photo picture ~ picture {
  margin-top: 60px;
  margin-left: 30px;
}
.facility picture {
  position: relative;
  display: block;
  width: 47%;
  max-width: 400px;
}
.facility picture {
  margin-top: -60px;
}
.facility picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  max-width: 400px;
}
.facility .detail {
  min-width: 390px;
  width: 40%;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-start;
  padding-top: 30px;
}
.facility .detail .content {
  max-width: 320px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .facility picture img {
    width: 90%;
    height: auto;
  }
  .facility .detail {
    min-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: flex-start;;
  }
  .facility .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .photo {
    display: flex;
  }
  .facility .photo picture ~ picture {
    margin-top: 0;
    margin-left: 1em;
  }
  .facility picture {
    width: 48%;
    max-width: 100%;
    margin-top: -100px;
  }
  .facility picture img {
    width: 100%;
    height: auto;
  }
}


/* ****************************************************************************************************
   * サービス紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service .body {
  max-width: 1040px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title-area {
  line-height: 1.4;
  text-align: center;
}
.service .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.service .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .title {
    font-size: 1.8rem;
  }
  .service .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.service .inner {
  max-width: 100%;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .content {
  width: 45%;
}
.service .content > div {
  max-width: 100%;
  width: 620px;
  padding: 0 60px;
  margin-right:0;
  margin-left:auto;
  position: relative;
  overflow: visible;
}
.service .content .list {
  margin-top: 2em;
}
.service .content .list .item {
  position: relative;
  display: block;
  padding: 30px 0;
  transition: .2s;
  border-bottom: 1px solid #cccccc;
}

.service .content .list .item .text {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service .content .list .item .text span {
  color: #fff;
  font-size: 1.6rem;
  padding: 0 0.2em 0.2em;
  line-height: 1.0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 24px;
  height: 24px;
}
.service .content .list .item:nth-child(1) .text span {
  background: #9900b5;
}
.service .content .list .item:nth-child(2) .text span {
  background: #f20808;
}
.service .content .list .item:nth-child(3) .text span {
  background: #3f6346
}
.service .content .list .item:hover {
  background: transparent;
  opacity: 1;
}
.service .content .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;  /* ビューポート幅いっぱい */
  height: 100%;
  transform: translateX(-50%); /* 中央基準で展開 */
  background: #f7f7f7;
  z-index: -1; /* テキストの下に配置 */
  opacity: 0;
  transition: opacity 0.2s;
}
.service .content .list .item:hover::before {
  opacity: 1;
}

.service .content .list .item .caption {
  margin-top: 20px;
}



.service .photo {
  position: relative;
  width: 55%;
/*  aspect-ratio: 8 / 6;*/
  order: 1;
  padding-top: 43%;
}
.service .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .2s;
}
@media (max-width:960px) {
  .service .photo {
    width: 100%;
    text-align: center;
    order: -1;
    padding-top: 100%;
  }
  .service .content {
    width: 100%;
    padding-top: 20px;
  }
  .service .content > div {
    margin: 1em auto 0;
  }
  .service .content .list .item {
    padding: 15px 0;
  }
  .service .content .list .item .text {
    font-size: 2.0rem;
  }
  .service .content .list .item .caption {
    margin-top: 1em;
  }
}
@media (max-width:736px) {
  .service .content > div {
    padding: 0 15px;
  }
  .service .content .link-btn {
    margin-top: 40px;
  }
}

/* ****************************************************************************************************
   * （AI作成文）あなたの時間を尊び、結果へ最短距離で伴走します。
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.result {
  position: relative;
  height: 720px;
}

.result .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 720px;
}
.result .catch p {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.result .clip {
  height: 100%;
  clip-path: border-box;
}
.result .clip .img {
/*
  position: fixed;
  top: 0;
  left: 0;
*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
/*  pointer-events: none;*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .result {
    height: 360px;
    padding: 0 !important;
  }
  .result .catch {
    height: 360px;
  }
  .result .catch p {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
  }
  .result .clip {
    height: 100%;
    clip-path: border-box;
  }
}


/* ****************************************************************************************************
   * 料金について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.price {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.price .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.price .title-area {
  line-height: 1.4;
  text-align: center;
}
.price .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.price .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .title {
    font-size: 1.8rem;
  }
  .price .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.price .lead p {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.price .btn {
  text-align: center;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.price .layout-flex-4 {
  margin-top: 60px;
}
.price .layout-flex-4 li {}
.price .layout-flex-4 li .detail {
  margin-top: 30px;
}
.price .layout-flex-4 li .title-1 {
  font-size: 2.4rem;
  text-align: center;
  display: block;
  margin-top: 0;
  line-height: 1.4;
}
.price .layout-flex-4 li .color-1 {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.price .layout-flex-4 li span {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Prata", serif;
  padding: 0.2em;
  display: inline-block;
  line-height: 1.4;
  min-width: 110px;
}
.price .layout-flex-4 li:nth-child(1) span {
  background: #9900b5;
}
.price .layout-flex-4 li:nth-child(2) span {
  background: #f20808;
}
.price .layout-flex-4 li:nth-child(3) span {
  background: #3f6346;
}
.price .layout-flex-4 li:nth-child(4) span {
  background: #fff;
  border: 1px solid #cccccc;
  color: #333333;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .layout-flex-4 li .detail {
    margin-top: 0.5em;
  }
  .price .layout-flex-4 li .title-1 {
    font-size: 2.2rem;
  }
}

/* ****************************************************************************************************
   * よくあるご質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  position: relative;
  height: 420px;
  margin-top: 60px;
}
.faq::after {
  content: "";
  display: block;
  background: #dfe3df;
  position: absolute;
  top: 0;
  right: 0;
  width: calc( 60% - 40px);
  height: 100%;
  z-index: -1;
}

.faq .body {
  max-width: 1120px;
}
.faq .body.layout-2 {
  display: flex;
  justify-content: space-between;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .faq {
    position: relative;
    height: auto;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.faq .title-area {
  line-height: 1.4;
  text-align: center;
}
.faq .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.faq .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .title {
    font-size: 1.8rem;
  }
  .faq .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.faq .photo {
  width: 60%;
  order: 2;
  text-align: right;
}
.faq picture {
  display: block;
  margin-top: -60px;
}
.faq picture img {
}

.faq .detail {
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
  padding-top: 30px;
}
.faq .detail .content {
  max-width: 320px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .photo {
    width: 100%;
    order: -1;
    text-align: center;
  }
  .faq picture {
    margin: 0;
  }
  .faq picture img {
  }
  .faq .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
  }
  .faq .detail .content {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ****************************************************************************************************
   * 運営会社
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
  margin-top: 180px;
  height: 420px;
}
.company::before {
  content: "";
  display: block;
  background: #dfe3df;
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 60% - 40px);
  height: 100%;
  z-index: -1;
}

.company .body {
  max-width: 1120px;
}
.company .body.layout-2 {
  display: flex;
  justify-content: space-between;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .company {
    position: relative;
    margin-top: 50px;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title-area {
  line-height: 1.4;
  text-align: center;
}
.company .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.company .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .title {
    font-size: 1.8rem;
  }
  .company .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.company .photo {
  width: 60%;
}
.company picture {
  display: block;
  margin-top: -60px;
}
.company picture img {
}

.company .detail {
  width: 40%;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
.company .detail .content {
  max-width: 320px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .company .photo {
    width: 100%;
    text-align: center;
  }
  .company picture {
    margin: 0;
  }
  .company picture img {
  }
  .company .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
  }
  .company .detail .content {
    max-width: 320px;
    margin: 0 auto;
  }
}



/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
}

.topics .body {
  max-width: 1040px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title-area {
  line-height: 1.4;
  text-align: center;
}
.topics .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.topics .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 5.0rem;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.0;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .title {
    font-size: 1.8rem;
  }
  .topics .title::before {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .btn {
  text-align: center;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics ul {}

.topics ul li {}

.topics ul li a {
  position: relative;
  display: flex;
  padding: 1em 2.5em 1em 1em;
  border-top: 1px solid #cccccc;
}
.topics ul li:last-child a {
  border-bottom: 1px solid #cccccc;
}
.topics ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px var(--c-green);
  border-right: solid 1px var(--c-green);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transition: 0.2s;
}
.topics ul li a:hover::after {
  right: 0.3em;
}

.topics ul li a > * {
  display: inline-block;
}
.topics ul li a:hover {
  background: var(--c-btn-gold);
  opacity: 1;
}
.topics ul li .day {
  min-width: 8em;
}
.topics ul li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

.topics ul li a {
  position: relative;
  display: block;
}
}
