@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --noto: "Noto Sans JP", sans-serif;
  --mont: "Montserrat", sans-serif;
  --shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.1);
  --shadow2: 2px 2px 4px 4px rgba(0, 0, 0, 0.05);
  --blue: #01335A;
  --red: #CC0022;
}
/* -----------------------------------------------
 HTML RESET
-------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
  display: block;
}
/* Lists Resets */
ul, ol {
  margin: 0;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
  margin-left: 1em;
}
.disc {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
}
.circle {
  list-style-type: circle;
}
li {
  line-height: 1.6;
  text-align: left;
}
ul ul, ol ol {
  margin: 0.7em 0 0 1.42em;
}
a {
  text-decoration: none;
  color: #212121
}
a:hover p {
  opacity: 0.5;
}
.hoverBig {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}
.hoverBig img {
  opacity: 1;
  transition: transform .6s ease;
}
.hoverBig:hover img {
  opacity: 1;
  transform: scale(1.1);
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */
html {
  background-color: #E7E5DC;
  -webkit-overflow-scrolling: touch;
}
html {
  /* 90px：変数が取得できなかった場合のheaderの高さ*/
  /* 20px：スクロール時の上部のゆとり */
	scroll-behavior: smooth;
  scroll-padding-top: calc((var(--headerHeight, 90px)) + 20px); 
}
body {
  font-size: 100%;
  font-weight: 400;
  vertical-align: bottom;
  font-family: "Noto Sans JP", serif;
  color: #1D1F28;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
  text-align: left;
}
* html, body {
  height: 100%;
}
#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow-x: hidden;
}
main {
  position: relative;
  width: 100%;
  background-image: url("../images/index_bg4.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
#parallax {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
.container-fluid {
  font-size: 18px;
  position: relative;
  padding: 3% 5%;
}
.border-bottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.30)
}
.container {
  position: relative;
  padding: 5%;
  margin: auto;
}
.mw80 {
	width: 800px;
  max-width: 80%;
  margin: auto
}
main .container p, [class*="col-"] p {
  margin-bottom: 2em;
  line-height: 2
}
img {
  max-width: 100%;
  height: auto;
}
[class*="col-"] {
  margin-bottom: 30px
}
[class*="col-"] img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*マウスオーバーで拡大*/
.mo-img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  z-index: 1
}
.mo-img img {
  height: auto;
  transition: transform .5s;
}
.mo-img:hover img {
  transform: scale(1.1); /* 拡大 */
}
a:hover p {
  opacity: 0.5;
}
a:hover, a:focus {
  opacity: .7;
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.oh {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.hidden-text {
  font: 0/0 a !important;
}
.clear {
  clear: both;
  display: block;
}
/* -----------------------------------------------
Table
--------------------------------------------------*/
.tbl01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.8em;
  background-color: #FFF;
  margin-bottom: 0.5em;
}
.tbl01 th {
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  background-color: #EFEFEF;
  border-top: 1px solid #fff;
  /*border-left: 1px solid #fff;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}
.bg_dgray th {
  background-color: #2D2D2D;
  color: white
}
.tbl01 td {
  text-align: left;
  padding: .5em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal
}
.c_tbl td {
  text-align: center;
}
.tbl01 td ul li {
  font-size: 14px;
  line-height: 1.8em;
}
.tbl01 th:last-child, table td:last-child {
  border-right: none;
}
.tbl01.noboder, table.noboder td {
  border: none;
}
/*レスポンシブ用table_scroll*/
.table-scroll {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0
}
.scroll-hint-text {
  margin-top: 0;
}
.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #666;
}
/*tableのセル内にある文字の折り返しを禁止*/
@media screen and (max-width: 1024px) {
  .table-scroll table th {
    white-space: nowrap;
  }
}
/* -----------------------------------------------
 dl list
-------------------------------------------------- */
.dl_list dl {
  display: flex;
  flex-wrap: wrap;
}
.dl_list dt {
  width: 25%;
  padding: 1% 2%;
  background-color: #EFEFEF;
  margin: 0 -1px -1px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #D6D6D6
}
.dl_list dd {
  width: 75%;
  padding: 1% 2%;
  background-color: #fff;
  margin-bottom: -1px;
  text-align: left;
  border: 1px solid #D6D6D6
}
.dl_list dd p {
  margin-bottom: 0;
}
.dl_list dd.white {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  /* dl list */
  .dl_list {
    display: block;
    flex-wrap: nowrap;
  }
  .dl_list dt {
    width: 100%;
    text-align: left;
  }
  .dl_list dd {
    width: 100%;
  }
  .tel {
    font-size: 2em;
  }
}
/* ul disc */
ul.listDisc {
  margin-bottom: 1em;
}
ul.listDisc li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.listDisc li .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
/* ul disc icon付 */
ul.listDiscIcon {
  width: 100%;
  padding: 0 .5em;
  margin-bottom: 1em;
}
ul.listDiscIcon li {
  position: relative;
  padding: 8px 0 8px 2em;
  margin: 0;
  list-style: none;
  text-indent: 0em; /*最初の行だけ1em（1文字）分、左に動かす*/
  border-bottom: 1px dotted #ccc;
  font-weight: 600
}
ul.listDiscIcon li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f14a';
  color: var(--red);
}
ul.listDiscIcon.half {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
ul.listDiscIcon.half li {
  position: relative;
  width: 50%;
}
/* ol decimal */
ol.listDecimal {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 2em
}
ol.listDecimal li {
  list-style-type: decimal;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.6;
}
ol.listDecimal li ul {
  margin-top: 0.5em
}
ol.listDecimal li ul li {
  list-style: disc;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-btn {
  display: flex;
  flex-wrap: wrap
}
.list-btn li {
  width: 30%;
  margin: 1%;
}
.list-btn li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5% 8%;
  border-radius: 50px;
  background-color: white;
  box-shadow: var(--shadow2);
  z-index: 1;
  overflow: hidden
}
.list-btn-arrow {
  display: flex;
  flex-wrap: wrap
}
.list-btn-arrow li {
  width: 45%;
  margin: 1%;
}
.list-btn-arrow li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 5% 8%;
  border-radius: 50px;
  background-color: white;
  box-shadow: var(--shadow2);
  z-index: 1;
  overflow: hidden
}
.list-btn li a::after {
  background: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.list-btn li a:hover {
  color: #fff;
  opacity: 1
}
.list-btn li a:hover::after {
  transform: scale(1, 1);
}
.list-btn-arrow li a::before {
  position: absolute;
  background: url(../images/arrow_red.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 5px;
  top: 40%;
  right: 8%;
  z-index: 1
}
.list-btn-arrow li a::after {
  background: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.list-btn-arrow li a:hover {
  color: #fff;
  opacity: 1
}
.list-btn-arrow li a:hover::after {
  transform: scale(1, 1);
}
/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  position: relative;
  margin: 0 0 1.3em;
  line-height: 1.8;
  display: block;
  width: 100%;
  font-weight: 500;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 1.56em;
}
h4 {
  font-size: 1.33em;
}
.fs120 {
  font-size: 120%
}
.fs28 {
  font-size: 28px
}
.fs24 {
  font-size: 24px
}
.fs20 {
  font-size: 20px
}
.fs12 {
  font-size: 12px
}
.text-bold {
  font-weight: bold
}
.text-small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.3;
  letter-spacing: 2px
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.alignC {
  text-align: center !important;
}
.alignC p {
  text-align: center !important;
}
.row p.alignC {
  margin: 0 auto;
  padding: 1em
}
.uLine {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
}
.col-red {
  color: var(--red);
}
.col-white {
  color: white
}
.marker {
  background: linear-gradient(transparent 75%, rgba(249, 255, 20, 1.00) 75%);
}
p.catch {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 600;
  color: var(--blue)
}
/* 左右に横線 */
h2[ttl] {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  border-bottom: solid 1px #ccc;
  position: relative;
  padding-bottom: 10px
}
h2[ttl]:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px var(--red);
  bottom: -2px;
  width: 10%;
}
h3[ttl] {
  background-color: rgba(242, 242, 242, 1.00);
  margin-bottom: 1em;
  padding: .5em;
  text-align: left;
  line-height: 1.3;
  border-radius: 10px;
  font-size: 1.4em
}
h3[ttl]::before {
  content: '';
  border-left: 5px solid var(--red);
  margin-right: 0.6em;
}
h4[ttl] {
  text-align: left !important;
  background-color: rgba(69, 69, 69, 1.00);
  padding: 10px 1em;
  border-radius: 5px;
  margin-bottom: 1em;
  color: white;
  font-size: 1.2em
}
h5[ttl] {
	border-bottom: 1px solid #ccc;
  font-size: 1.2em
}
/* -----------------------------------------------
 margin style
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb5per {
  margin-bottom: 5% !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ma0 {
  margin: 0 !important;
}
/* -----------------------------------------------
 padding style
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5per {
  padding-bottom: 5% !important;
}
.px5per { /*左右のパディング*/
  padding: auto 5% !important;
}
.pa0 {
  padding: 0px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa5per {
  padding: 5%
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
.radius15 {
  border-radius: 15px;
}
.radius30 {
  border-radius: 30px;
}
.bottom-radius {
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.15);
}
.circle {
  border-radius: 50%;
}
.bg-white {
  background-color: #FFF;
}
.box-white-radius {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  padding: 5% 5% 2% 5%;
}
main .box-white-radius {
  position: relative;
  margin-top: -8%;
  z-index: 1;
	min-height: 80px
}
.box-white-shadow {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  padding: 5% 5% 3% 5%;
  box-shadow: var(--shadow)
}
.bg-lgray {
  background-color: #F2F2F2;
}
/* -----------------------------------------------
 common styles
-------------------------------------------------- */
/*---res map---*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
.imgmap {
  width: 100%;
  min-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9.5;
  object-fit: cover
}
/*button_more*/
.more-button {
  position: relative;
  width: auto;
  font-family: var(--mont)
}
.more-button a {
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  background-color: white;
  padding: .5em 5em .5em 2em;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
  box-shadow: var(--shadow2);
  overflow: hidden
}
.more-button.blue a {
  padding: .5em 3em .5em 1.5em;
}
.more-button a::before {
  position: absolute;
  background: url(../images/arrow_red.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 5px;
  top: 35%;
  right: 10%;
  z-index: 1
}
.more-button a[target="_blank"]::before{
  background: url("../images/icon_blink.svg") 0 0 no-repeat;
}

.more-button.blue a::before {
  background: url("../images/arrow_blue.svg") 0 0 no-repeat;
  background-size: 16px 16px
}
.more-button a::after {
  background: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.more-button.blue a::after {
  background: var(--blue);
}
.more-button a:hover, .box-red .more-button:hover {
  color: white;
  opacity: 1
}
.more-button a:hover::after {
  transform: scale(1, 1);
}
/*cover2*/
/*mv2*/
.cover2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background-color: rgba(101, 168, 222, 1.00)
}
.cover2-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
}
.cover2-bg img {
  object-fit: cover;
  width: 100%;
  height: 360px;
  object-position: 50% 0; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 0;' /* IE・Edge対応 */
}
.cover2::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #003459;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
  z-index: 1;
}
@media screen and (min-width:1200px) {
  .cover2 {
    min-height: 450px;
  }
  .cover2-bg img {
    object-fit: cover;
    width: 100%;
    height: 450px;
  }
}
.cover2 h1 {
  position: absolute;
  top: 33%;
  left: 10%;
  width: 80%;
  text-align: left;
  color: white;
  z-index: 3;
  letter-spacing: 4px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  font-size: 2.7em;
  display: flex; /* 文字と横線を横並び */
}
.cover2 h1 span {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  font-family: var(--mont);
  font-weight: 300;
  font-size: 50%;
  letter-spacing: 2px;
  margin-left: 1em;
}
.cover2 h1 span::before {
  border-top: 1px solid white; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 50px; /* 横線の長さ */
  margin-right: 1em
}
.cover2 h1.sabttl {
  position: absolute;
  top: 52%;
  font-size: 1em;
	background-color: var(--blue);
	padding: 5px 3em;
	width: auto;
	border-radius: 3px
}
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #wrapper {
    position: relative;
    padding-top: 60px;
  }
  .container-fluid {
    position: relative;
    padding: 1.5em;
  }
  .container {
    padding: 2em;
  }
  [class*="col-"] {
    margin-bottom: 1em
  }
  .cover2 {
    min-height: 400px;
  }
}
/* -----------------------------------------------
 991px
-------------------------------------------------- */
@media screen and (max-width:991px) {
  .container-fluid {
    border-bottom: none
  }
  .cover2 {
    min-height: 300px;
  }
  .cover2 h1 {
    font-size: 2em;
  }
  .cover2 h1 span {
    font-size: 40%;
  }
  .cover2 h1 span::before {
    width: 30px; /* 横線の長さ */
  }
  h2[ttl] {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------
SP 599px
-------------------------------------------------- */
@media screen and (max-width: 599px) {
  html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 14px;
  }
  body {
    line-height: 1.5;
  }
  .container-fluid {
    padding: 1em 1.5em;
    font-size: 16px;
  }
  .container {
    padding: 1em;
  }
  .container p {
    font-size: 14px;
  }
main .box-white-radius {
  position: relative;
	border-radius: 0;
  margin-top: 0;
  z-index: 1;
	min-height: 40px;
	width: 100%
}
  .row p {
    font-size: 14px;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h2[ttl] {
    margin: 0 auto 26px;
  }
  h3 {
    font-size: 20px !important;
    font-size: 1.25rem;
  }
  h3[ttl] {
    margin-bottom: 1em
  }
  h4, h5 {
    font-size: 18px !important;
    font-size: 1.125rem;
  }
h4[ttl] {
  padding: 5px .7em;
}
  p.no_br br {
    display: none;
    margin-left: -10px
  }
  .box-white-radius, .bg-whiteBox-shadow {
    padding: 7% 5%;
  }
  .radius30 {
    border-radius: 15px;
  }
  .text-small {
    font-size: 12px !important;
    letter-spacing: 1px
  }
  .list-btn li, .list-btn-arrow li {
    width: 98%;
    margin: 2%;
  }
/*cover2*/
  .cover2 h1 {
    font-size: 1.6em;
	display: block;
  }
  .cover2 h1 span {
	  display: block;
	  width: 100%;
    font-size: 40%;
	  margin-left: 0;
  }
.cover2 h1 span::before {
	display: none;
}
.cover2 h1.sabttl {
  position: absolute;
  top: 57%;
  font-size: 14px!important;
}
  .box-white-shadow {
    border-radius: 15px;
    padding: 7% 7% 4% 7%;
  }
  /*button_more*/
  .more-button a {
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    background-color: white;
    padding: .8em 5em .8em 2em;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s;
    box-shadow: var(--shadow2);
    overflow: hidden
  }
  .more-button a::before {
    position: absolute;
    background: url(../images/arrow_red.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-left: 5px;
    top: 35%;
    right: 10%;
    z-index: 1
  }
  .more-button a::after {
    background: var(--red);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .more-button a:hover, .box-red .more-button:hover {
    color: white;
    opacity: 1
  }
  .more-button a:hover::after {
    transform: scale(1, 1);
  }
}