@charset "UTF-8";
/* ===============================================
header
================================================== */
header {
  height: 140px;
}
/* ===============================================
common
================================================== */
main {
  margin: 0 0 160px;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background: url(../img/top_bg.png) no-repeat;
  background-size: cover;
}
main a {
  color: #333;
  text-decoration: none;
}
main a:hover {
  text-decoration: none;
}
/* -----------------------------------------------
br
----------------------------------------------- */
.br_pc {
  display: inline;
}
.br_sp {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}
/* -----------------------------------------------
ttlArea
----------------------------------------------- */
.ttlArea {
  text-align: center;
}
.ttlArea .ttl-h1 {
  font-size: 1.5vw;
  padding-bottom: 0;
  letter-spacing: 0;
}
.ttlArea p.catch {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}
.ttlArea p.catch span {
  font-family: var(--fontJost);
}
.ttlArea p.lead {
  font-size: 1.45vw;
  font-weight: bold;
  margin-top: 0;
}
/* -----------------------------------------------
link_arrow
----------------------------------------------- */
.linkList-img .link_arrow {
  position: relative;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 240px;
  display: inline-block;
  padding: 0 30px;
  width: 60%;
}
.linkList-img.col3 li:last-child .link_arrow {
  width: 65%;
}
.link_arrow a {
  padding-left: 40px;
  overflow: visible;
  margin-bottom: 25px;
  line-height: 1.4;
}
.link_arrow a:hover {
  background-size: 0%;
}
.link_arrow a::before {
  display: none;
}
.link_arrow a span {
  position: relative;
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.6s;
}
.link_arrow a span::before {
  content: "";
  position: absolute;
  background: var(--iconCircleArwR);
  width: 30px;
  height: 30px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .6s;
}
.link_arrow a:hover span {
  background-size: 100% 1px;
}
.link_arrow a:hover span::before {
  background: var(--iconCircleArwRon);
  transition: all .6s;
}
.menuArea_wrap .linkList-img .link_arrow {
  bottom: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 0;
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: center;
}
.linkList-img .link_arrow a {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.link_arrow a[target="_blank"]::after {
  content: none;
}
/* -----------------------------------------------
menuArea
----------------------------------------------- */
.menuArea {
  margin: 70px 0 0;
}
.linkList-img.col3 li {
  width: calc(100% / 3);
}
.linkList-img.col3 img {
  min-height: 200px;
}
.menuArea_wrap {
  max-width: 1150px;
  margin: 50px auto 0;
  padding: 0 5%;
}
.menuArea_wrap .linkList-img > * {
  max-width: 560px;
}
.menuArea_wrap .linkList {
  margin: 60px 0 40px;
}
.menuArea_wrap .linkList-img .link_arrow a {
  display: inline-block;
  height: auto;
  text-align: left;
  margin: 0 20px;
}
.menuArea_wrap .linkList-img img, .menuArea_wrap .linkList > li img {
  border-radius: 10px 10px 0 0;
}
.menuArea_wrap .linkList.col2>li .menu-box {
  min-height: 290px;
}
.menuArea_wrap .linkList.col2>li:last-child ul {
  display: block;
  column-count: 2;
  column-gap: 0;
}
.linkList > li img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
.linkList_inner.col2, .linkList_inner.col3, .linkList_inner.col4 {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  column-gap: 1rem;
}
.linkList_inner.col2 {
  grid-template-rows: repeat(5, auto);
}
.linkList_inner.col4 {
  grid-template-rows: repeat(4, auto);
}
.linkList_inner > * {
  width: 100%;
  padding: 0 !important;
}
.menuArea_wrap .linkList.csr .linkList_inner.col3 {
  display: flex;
}
.menuArea_wrap .linkList.csr .linkList_inner.col3 > li {
  width: 30%;
}
.menuArea_wrap .linkList.csr li.sp_toggleArea .inner-child_toggle-list li:nth-child(n+2) a span::before {
  background: var(--iconArwR);
  width: 11px;
  height: 9px;
  left: -30px;
}
.menuArea_wrap .menu-box {
  background: #fff;
  padding: 30px 30px 20px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.menuArea_wrap .menu-box .ttl-h2 {
  line-height: 1;
}
.menuArea_wrap .linkList .linkBtn {
  left: auto;
  transform: none;
}
.linkList_Btn {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.linkList_Btn li {
  background: #fff;
  width: 100%;
  border-radius: 10px;
}
.linkList_Btn li a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.menu-box .ttl-h2::before, .menu-box .ttl-h2::after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  /* ===============================================
header
================================================== */
  header {
    height: 90px;
  }
  /* ===============================================
common
================================================== */
  main {
    margin: 0 0 80px;
  }
  /* -----------------------------------------------
ttlArea
----------------------------------------------- */
  .ttlArea .ttl-h1 {
    margin: 0 auto;
    font-size: 4vw;
  }
  .ttlArea p.catch {
    font-size: 5.5vw;
    padding: 0 3%;
  }
  .ttlArea p.lead {
    font-size: 4.5vw;
    line-height: 1.3;
  }
  /* -----------------------------------------------
menuArea
----------------------------------------------- */
  .menuArea {
    margin: 40px 0 0;
  }
  .menuArea .linkList-img.col3 li {
    width: 100%;
  }
  .linkList-img.col3 li:last-child .link_arrow {
    width: 81%;
  }
  .menuArea_wrap {
    margin: 30px auto 0;
    padding: 0 3%;
  }
  .menuArea_wrap .linkList-img {
    margin-top: 0;
  }
  .menuArea_wrap .linkList-img li {
    margin-bottom: 20px;
  }
  .menuArea_wrap .linkList.col2>li .menu-box {
    min-height: unset;
  }
  .menuArea_wrap .linkList.col2>li:last-child ul {
    column-count: unset;
  }
  .menuArea_wrap .linkList-img > * {
    width: 100%;
    max-width: unset;
    display: flex;
  }
  .menuArea_wrap .linkList-img img {
    width: 30%;
    height: 140px;
    border-radius: 10px 0 0 10px;
  }
  .menuArea_wrap .linkList-img .link_arrow {
    position: static;
    height: auto;
    transform: none;
    min-width: unset;
    border-radius: 0 10px 10px 0;
    display: block;
  }
  .menuArea_wrap .linkList-img .link_arrow a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 20px 0 60px;
    margin: 0;
  }
  .linkList > li img {
    height: 100px;
  }
  .linkList_inner.col2, .linkList_inner.col3, .linkList_inner.col4 {
    display: block;
  }
  .linkList_inner.col2 li, .linkList_inner.col3 li, .linkList_inner.col4 li {
    margin-bottom: 0;
  }
  .menuArea_wrap .linkList {
    margin: 50px 0 20px;
  }
  .menuArea_wrap .linkList.csr .linkList_inner.col3 {
    display: block;
  }
  .menuArea_wrap .linkList.csr .linkList_inner.col3 > li {
    width: 100%;
  }
  .menuArea_wrap .menu-box {
    padding: 20px;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle {
    margin-bottom: 0 !important;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle > a {
    border-top: 1px solid #C8C8C8;
    padding: 15px 0;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle > a span {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle > a span::before {
    content: "";
    position: absolute;
    background: var(--iconCircleTogle);
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle-list {
    display: none;
  }
  .menuArea_wrap .linkList.csr li.sp_toggleArea {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    margin: 20px 0 0;
    margin-bottom: 0 !important;
  }
  .menuArea_wrap .linkList.csr li.sp_toggleArea:last-of-type {
    border-top: none;
    margin-top: 0;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle {
    font-size: 18px;
    padding: 15px 0px;
    margin: 0;
    font-weight: bold;
    position: relative;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle-list {
    padding: 20px 0 10px;
    border-top: 1px dotted #C8C8C8;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle span {
    display: block;
    position: relative;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle span::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background: rgba(200, 200, 200, 0.3);
    border-radius: 50%;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle::before,
  .menuArea_wrap .linkList.csr .inner-child_toggle::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #333;
    transition: .5s;
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle::before {
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(0deg);
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle::after {
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(90deg);
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle.close::before {
    transform: rotate(45deg);
  }
  .menuArea_wrap .linkList.csr .inner-child_toggle.close::after {
    transform: rotate(-45deg);
  }
  .linkList_Btn {
    display: block;
  }
  .linkList_Btn li {
    margin-bottom: 10px;
  }
  .linkList_Btn li a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 30px;
  }
}