@charset "UTF-8";
/*
Theme Name: Lightning-child_v2
Text Domain: lightning
*/
/*********************************************
ALL
*********************************************/
* {
  box-sizing: border-box;
}

body {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    margin: 0;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.home h2,
h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home h2,
  h1 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}

h2 {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
}

main .inner,
.info .inner,
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  main .inner,
  .info .inner,
  footer .inner {
    width: 94%;
  }
}

main {
  padding-top: 90px;
}
@media screen and (max-width: 1279px) {
  main {
    padding-top: 86px;
  }
}

.home main {
  padding-top: 0;
}

/*********************************************
余白 / 文字
*********************************************/
.tCenter,
.tCenter-pc {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tCenter-pc {
    text-align: left;
  }
}
.tLeft {
  text-align: left;
}

.inLineBlock {
  display: inline-block;
  width: auto;
}

.ptrbl20 {
  padding: 20px;
}

.ptb60_prl40 {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .ptb60_prl40 {
    padding: 30px 20px;
  }
}

.ptb20 {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .ptb20 {
    padding: 15px 0;
  }
}

.ptb30 {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .ptb30 {
    padding: 15px 0;
  }
}

.ptb60 {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .ptb60 {
    padding: 30px 0;
  }
}

.ptb80 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .ptb80 {
    padding: 60px 0;
  }
}

.ptb120 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .ptb120 {
    padding: 60px 0;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mr10 {
  margin-right: 10px;
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 5px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 60px;
  }
}

.fSize20 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fSize20 {
    font-size: 1.125rem;
  }
}

.fSize30 {
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .fSize30 {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 10px;
  }
}

.fSize70 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .fSize70 {
    font-size: 2.7rem;
  }
}

.lHeight1_5 {
  line-height: 1.5;
}

.lHeight2 {
  line-height: 2rem;
}

.tBold,
strong {
  font-weight: 600;
}

.textSmall {
  font-size: 0.8125rem;
}

p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 1.7;
  }
}

a {
  color: #70a8c9;
  font-weight: 700;
}
a:hover {
  color: #5a5a5a;
  transition: all 0.3s;
}

/*********************************************
bg
*********************************************/
.bgGray,
.bgLightGreen {
  background: #f2f2f2;
}

.bgWhite {
  background: #fff;
}

.bgPrimary {
  background: #70a8c9;
}

/*********************************************
CVボタン
*********************************************/
a.btn {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6rem;
  padding: 0.875rem 1.5rem;
  border: 2px solid #70a8c9;
  border-radius: 4rem;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #70a8c9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a.btn {
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
    padding: 0.875rem 1rem;
  }
}
a.btn:hover {
  color: #70a8c9;
  background: #fff;
  cursor: pointer;
}

main .btn-wrap {
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  main .btn-wrap {
    width: 300px;
  }
}
main .btn-wrap span {
  color: #70a8c9;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
  display: block;
}
main .btn-wrap.btnWide {
  width: 90%;
  max-width: 640px;
}
main .btn-wrap.arrowRightWhite {
  position: relative;
}
main .btn-wrap.arrowRightWhite::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 2px;
}
main .btn-wrap.arrowRightWhite:hover:before {
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  transition: all 0.4s;
}

/*********************************************
記事・バナー hover
*********************************************/
.imgZoomArea .zoomBox {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.imgZoomArea .zoomBox img {
  display: block;
  transition-duration: 0.5s;
}
.imgZoomArea article:hover img {
  transform: scale(1.2);
}

.imgWhiteArea a {
  display: inline-block;
}
.imgWhiteArea a img:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

/*********************************************
影
*********************************************/
.bgWhite article,
.bgWhite a.btn {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}

.bgGray article,
.bgGray a.btn {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
}

/*********************************************
header
*********************************************/
header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #d5d5d5;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
header a {
  color: #5a5a5a;
  text-decoration: none;
}
header a:hover {
  color: #70a8c9;
}
header .headerInner {
  max-width: 1000px;
  height: 90px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  header .headerInner {
    width: 90%;
    height: 85px;
  }
}
header .headerInner .site-title {
  width: 170px;
  height: 22.73px;
  background: url("img/logotext_all_blue.png") center center no-repeat;
  background-size: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 1279px) {
  header .headerInner .site-title {
    position: relative;
    z-index: 1;
  }
}
header .headerInner .site-title a {
  display: block;
  width: 170px;
  height: 100%;
}
header .headerInner nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav {
    display: block;
    padding-left: 0;
    margin: 0 auto;
  }
}
header .headerInner nav ul {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav ul {
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}
header .headerInner nav ul li {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav ul li {
    font-size: 1.0625rem;
  }
}
header .headerInner nav ul li.current a {
  color: #70a8c9;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav .headerContactArea {
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1279px) {
  header .headerInner nav .headerContactArea .headerContactBtn {
    padding: 1.5625rem 0;
  }
}
header .headerInner nav .headerContactArea .headerContactBtn a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  background: #70a8c9;
  border: 2px solid #70a8c9;
  border-radius: 40px;
  padding: 0.75rem 1rem;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav .headerContactArea .headerContactBtn a {
    font-size: 1.0625rem;
    padding: 1rem 1.1875rem;
    display: inline-block;
  }
}
header .headerInner nav .headerContactArea .headerContactBtn a:hover {
  color: #70a8c9;
  background: #fff;
  border: 2px solid #70a8c9;
}
header .headerInner nav .headerContactArea .headerContactBtn a:after {
  background: url("img/icon_mail.png") center center no-repeat;
  background-size: 100%;
  content: "";
  width: 17px;
  height: 16px;
  margin-right: 0.5em;
  float: left;
}
header .headerInner nav .headerContactArea .headerContactBtn a:hover:after {
  background: url("img/icon_mail_blue.png") center center no-repeat;
  background-size: 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav .headerXPc {
    display: none;
  }
}
header .headerInner nav .headerXSp {
  display: none;
}
@media screen and (max-width: 1279px) {
  header .headerInner nav .headerXSp {
    display: inline-block;
    width: 30px;
  }
}
header .headerInner nav .headerXSp img {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/*********************************************
グローバルナビ
*********************************************/
@media screen and (max-width: 1279px) {
  body.admin-bar nav {
    margin-top: 46px;
  }
}

.hamburger {
  display: none;
  background: none;
}

@media screen and (max-width: 1279px) {
  .hamburger {
    width: 30px;
    height: 24.8px;
    position: relative;
    z-index: 10;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    display: inline;
    cursor: pointer;
  }
  .hamburger span,
  .hamburger span::after,
  .hamburger span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #5a5a5a;
    transition: all 0.5s;
    border-radius: 4px;
  }
  .hamburger span::before {
    top: -10px;
  }
  .hamburger span::after {
    bottom: -10px;
  }
  .hamburger.open span {
    background-color: transparent;
  }
  .hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    background-color: #f2f2f2;
    padding: 85px 0 0;
    transition: all 0.5s;
  }
  .nav .nav__item {
    border-bottom: 1px solid #d5d5d5;
  }
  .nav .nav__item a {
    display: block;
    padding: 1.5625rem 1.25rem;
  }
  .nav .nav__item:hover {
    color: #5a5a5a;
    background: #fff;
    transition: all 0.3s;
  }
  .nav.open {
    right: 0;
  }
}
/*********************************************
mv：TOP
*********************************************/
.mvAreaTop {
  padding-top: 90px;
  background: #5a5a5a;
}
@media screen and (max-width: 1279px) {
  .mvAreaTop {
    padding-top: 86px;
  }
}
.mvAreaTop .mvPickUp {
  max-width: 727px;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1279px) {
  .mvAreaTop .mvPickUp {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mvAreaTop .mvPickUp {
    padding: 2.5rem 1.25rem;
    display: block;
  }
}
.mvAreaTop .mvPickUp img {
  max-width: 330px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .mvAreaTop .mvPickUp img {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .mvAreaTop .mvPickUp img {
    width: 163px;
    margin: 0 auto 1.25rem;
    display: block;
  }
}
.mvAreaTop .mvPickUp dt {
  font-size: 3.125rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .mvAreaTop .mvPickUp dt {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.mvAreaTop .mvPickUp dt span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mvAreaTop .mvPickUp dt span {
    font-size: 1.875rem;
  }
}
.mvAreaTop .mvPickUp .mvPickUpTxt {
  text-align: center;
  color: #fff;
}
.mvAreaTop .mvPickUp .mvPickUpDate {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .mvAreaTop .mvPickUp .mvPickUpDate {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.mvAreaTop .mvPickUp .mvPickUpStatus {
  letter-spacing: 0.1rem;
  padding: 0.625rem 1.25rem;
  margin-bottom: 2.5rem;
  border: 1px solid #fff;
  display: inline-block;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .mvAreaTop .mvPickUp .mvPickUpStatus {
    margin-bottom: 1.25rem;
  }
}
.mvAreaTop .mvPickUp .mvPickUpBtn {
  width: 250px;
  margin: 0 auto;
}
.mvAreaTop .mvPickUp .mvPickUpBtn a.btn {
  color: #444;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  border: none;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.8);
}
.mvAreaTop .mvPickUp .mvPickUpBtn a.btn:hover {
  color: #fff;
  background: #70a8c9;
  border: none;
  cursor: pointer;
}
.mvAreaTop .mvPickUp .mvPickUpBtn.arrowRightBlack {
  position: relative;
}
.mvAreaTop .mvPickUp .mvPickUpBtn.arrowRightBlack::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
  border-radius: 2px;
}
.mvAreaTop .mvPickUp .mvPickUpBtn.arrowRightBlack:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.4s;
}

.img-frame {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.img-frame .img-01,
.img-frame .img-02,
.img-frame .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-frame .img-01 {
  background-image: url("img/mv_top1.jpg");
  background-position: center;
  animation: slide-animation-01 24s infinite;
}
.img-frame .img-02 {
  background-image: url("img/mv_top2.jpg");
  background-position: center;
  animation: slide-animation-02 24s infinite;
}
.img-frame .img-03 {
  background-image: url("img/mv_top3.jpg");
  background-position: center;
  animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

/*********************************************
TOP：リピONEとは
*********************************************/
.whatsRiponeArea .inner {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 3.75rem;
}
@media screen and (max-width: 1279px) {
  .whatsRiponeArea .inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .whatsRiponeArea .inner {
    padding: 2.5rem 1.25rem;
  }
}
.whatsRiponeArea .inner img {
  max-width: 260px;
}
@media screen and (max-width: 1279px) {
  .whatsRiponeArea .inner img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .whatsRiponeArea .inner img {
    width: 160px;
  }
}
.whatsRiponeArea .inner .whatsRiponeAreaTxt {
  margin-left: 3.9rem;
}
@media screen and (max-width: 1279px) {
  .whatsRiponeArea .inner .whatsRiponeAreaTxt {
    margin-top: 2.1875rem;
    margin-left: 0;
  }
}
.whatsRiponeArea .inner .whatsRiponeAreaTxt h2 {
  text-align: left;
  line-height: 1em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1279px) {
  .whatsRiponeArea .inner .whatsRiponeAreaTxt h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .whatsRiponeArea .inner .whatsRiponeAreaTxt h2 {
    font-size: 1.5625rem;
  }
}
.whatsRiponeArea .inner .whatsRiponeAreaTxt p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.3rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .whatsRiponeArea .inner .whatsRiponeAreaTxt p {
    font-size: 1rem;
    line-height: 1.7em;
    margin-bottom: 0.9375rem;
  }
}
.whatsRiponeArea .inner .whatsRiponeAreaTxt p:last-child {
  margin: 0;
}

/*********************************************
TOP：リピONEとは カルーセル
*********************************************/
.whatsRiponeCarouselArea ul li img {
  width: 100%;
  border-radius: 6px;
}

.carousel01 {
  overflow: hidden;
}
.carousel01 .swiper {
  overflow: visible;
}
.carousel01 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.carousel01 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}
.carousel01 .slide {
  overflow: hidden;
  width: 424px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 767px) {
  .carousel01 .slide {
    width: 319px;
  }
}
.carousel01 .slideSizeS {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .carousel01 .slideSizeS {
    width: 157px;
  }
}
.carousel01 .slideSizeS .slideSizeSBottom5 {
  margin-bottom: 2px;
}

/*********************************************
下層ページ：MV
*********************************************/
.mvAreaCalText {
  height: 300px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .mvAreaCalText {
    height: 220px;
    padding-top: 80px;
  }
}
.mvAreaCalText.mvSubTitle {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .mvAreaCalText.mvSubTitle {
    padding-top: 50px;
  }
}
.mvAreaCalText.mvSubTitle h1 div {
  font-size: 1.875rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .mvAreaCalText.mvSubTitle h1 div {
    font-size: 1.25rem;
  }
}
.mvAreaCalText h1 {
  font-size: 3.125rem;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mvAreaCalText h1 {
    font-size: 2.1875rem;
    letter-spacing: 0.2rem;
  }
}
.mvAreaCalText .mvSlide {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  color: #f7f7f7;
  font-size: 140px;
  font-weight: 500;
  margin-top: -25px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mvAreaCalText .mvSlide {
    font-size: 90px;
    margin-top: -10px;
  }
}
.mvAreaCalText .mvSlide .mvSlideTrack {
  display: flex;
  gap: 2px;
  will-change: transform;
}
.mvAreaCalText .mvSlide .mvSlideTrack li {
  text-align: center;
  padding-right: 1.875rem;
}

/*********************************************
TOP：新着情報
*********************************************/
.newsArea ul {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.newsArea ul li {
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}
.newsArea ul li a {
  color: #5a5a5a;
  text-decoration: none;
  padding: 1.25rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsArea ul li a {
    display: block;
  }
}
.newsArea ul li a:hover {
  background: #f3fbff;
}
.newsArea ul li .newsDate {
  line-height: 1.6rem;
  color: #70a8c9;
  width: 90px;
  margin-right: 1.25rem;
  display: block;
}
.newsArea ul li .newsTitle {
  line-height: 1.6rem;
  display: block;
  flex-shrink: 200;
  padding-right: 1.25rem;
}
.newsArea ul li.arrowRightGray {
  position: relative;
}
.newsArea ul li.arrowRightGray::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  border-radius: 2px;
}
.newsArea ul li.arrowRightGray:hover:before {
  border-right: 2px solid #70a8c9;
  border-bottom: 2px solid #70a8c9;
  transition: all 0.4s;
}

/*********************************************
TOP：SNSバナー
*********************************************/
.snsArea {
  text-align: center;
}
.snsArea img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
}

/*********************************************
TOP：postArea
*********************************************/
.postArea article {
  width: 313px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.postArea article a {
  color: #5a5a5a;
  text-decoration: none;
  padding-bottom: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.postArea article img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* 画像の比率を固定 */
  object-fit: cover; /* 画像が枠に収まるように調整 */
  display: block;
}
.postArea article .postItemTitle {
  font-size: 1.0625rem;
  line-height: 1.6;
  min-height: 3.6rem;
  margin: 0.9375rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.postArea article .postItemTxt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.postArea article dl {
  font-size: 0.75rem;
  padding: 0 1.25rem 0.3125rem;
  display: flex;
}
.postArea article dl:last-child {
  padding-bottom: 0;
}
.postArea article dl dt {
  text-align: center;
  width: 94px;
  background: #f2f2f2;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.postArea article dl dd {
  line-height: 1.4;
  font-weight: normal;
  flex-shrink: 200;
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
  display: flex;
  align-items: center;
}
.postArea article .indexItemComment {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  padding: 0 1.25rem;
}

.comingSoon {
  color: #bcbcbc;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 400px;
  width: 60%;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding: 1.25rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .comingSoon {
    padding: 1.25rem;
    margin: 0 auto 1.25rem;
  }
}

.category-interview article:hover img,
.interviewArea article:hover img {
  transform: none;
}
.category-interview article a:hover img,
.interviewArea article a:hover img {
  transform: scale(1.2) !important;
}
.category-interview article .postItemTxt,
.interviewArea article .postItemTxt {
  justify-content: flex-start;
}
.category-interview .postItemInfo_interview dl,
.interviewArea .postItemInfo_interview dl {
  font-size: 0.6875rem;
  line-height: 1.4;
}
.category-interview .postItemInfo_interview dl dt,
.interviewArea .postItemInfo_interview dl dt {
  text-align: left;
  width: auto;
  max-width: 137px;
  padding-left: 20px;
  padding-right: 6px;
  background-image: url("img/icon_award.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 0.6875rem auto;
  justify-content: flex-start;
}
.category-interview .postItemInfo_interview dl dd,
.interviewArea .postItemInfo_interview dl dd {
  flex: 1;
}
.category-interview .postTags,
.interviewArea .postTags {
  margin: 0 1.25rem 1.25rem;
}
.category-interview .postTag,
.interviewArea .postTag {
  color: #70a8c9;
  font-size: 0.75rem;
  padding: 0;
  display: contents;
}
.category-interview .postTag:hover,
.interviewArea .postTag:hover {
  color: #5a5a5a;
}

.label {
  font-size: 12px;
  font-weight: normal;
  background: #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0.375rem 1.25rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 0.625rem;
  }
}

/*********************************************
お問い合わせページ
*********************************************/
.contactMail {
  max-width: 560px;
  width: 80%;
  border: 1px solid #d5d5d5;
  padding: 5rem 2.5rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .contactMail {
    width: 90%;
    padding: 3rem 1.25rem;
    margin: 0 auto 1.25rem;
  }
}
.contactMail span {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6;
  background: url("img/illust_mail.png") left 50% no-repeat;
  background-size: 2.8rem;
  padding-left: 3.8rem;
}
@media screen and (max-width: 767px) {
  .contactMail span {
    font-size: 1.5rem;
    background-size: 2.1rem;
    padding-left: 2.9rem;
  }
}

/*********************************************
パンくず
*********************************************/
#breadcrumb {
  color: #747474;
  width: 100%;
  padding: 0.875rem;
}
#breadcrumb .fbc-page {
  max-width: 1000px;
  margin: 0 auto;
}
#breadcrumb .fbc-page .fbc-items {
  background: none;
}
#breadcrumb .fbc-page .fbc-items li {
  font-size: 0.8125rem;
  line-height: 1.6;
  padding-top: 0.875rem;
  display: contents;
}
#breadcrumb .fbc-page .fbc-items li a {
  color: #70a8c9;
  font-weight: normal;
  text-decoration: none;
}
#breadcrumb .fbc-page .fbc-items li a:hover {
  color: #5a5a5a;
}
#breadcrumb .fbc-page .fbc-items li a .fa-home {
  margin-right: 0.3125rem;
}
#breadcrumb .fbc-page .fbc-separator {
  margin: 0 0.625rem;
}

.home #breadcrumb {
  display: none;
}

/*********************************************
footer
*********************************************/
.footerMenu {
  width: 100%;
  padding: 1.25rem;
  border-top: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .footerMenu {
    padding: 1.875rem;
  }
}
.footerMenu .inner {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footerMenu .inner {
    display: block;
  }
}
.footerMenu .inner ul {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footerMenu .inner ul {
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
  }
}
.footerMenu .inner ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
  text-decoration: none;
}
.footerMenu .inner ul li a:hover {
  color: #70a8c9;
}
.footerMenu .inner .footerX {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .footerMenu .inner .footerX {
    padding-top: 2.5rem;
    margin: 0 auto;
  }
}
.footerMenu .inner .footerX a {
  display: block;
}
.footerMenu .inner .footerX a img {
  width: 100%;
}

footer {
  width: 100%;
  background: #f2f2f2;
}
footer .footerEventCopy {
  padding: 1.875rem;
  background: #70a8c9;
}
footer .footerEventCopy .inner {
  color: #ffffff;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
footer .footerEventCopy .inner p {
  margin-bottom: 0;
}
footer .footerEventCopy .inner img {
  width: 50%;
  max-width: 148px;
}
@media screen and (max-width: 767px) {
  footer .footerEventCopy .inner img {
    margin-top: 6px;
  }
}
footer .footer-wrap .logo_f {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 2% 0;
  display: block;
}
footer .footer-wrap .logo_f img {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .logo_f img {
    width: 30%;
  }
}
footer .footer-wrap a {
  color: #444;
  font-weight: bold;
}
footer .footer-wrap a:hover {
  color: #70a8c9;
  transition: all 0.3s;
}
footer .footer-wrap .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .inner {
    display: block;
  }
}
footer .footer-wrap .inner .f_left {
  width: 25%;
  max-width: 200px;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .inner .f_left {
    width: 100%;
    text-align: center;
    margin: 0 auto 10%;
  }
}
footer .footer-wrap .inner .f_left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .inner .f_right {
    width: 100%;
    display: block;
  }
}
footer .footer-wrap .inner .f_right dl {
  margin-right: 7%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .inner .f_right dl {
    margin: 0 auto;
    width: 100%;
  }
}
footer .footer-wrap .inner .f_right dl dt {
  font-weight: bold;
  line-height: 1.6em;
}
footer .footer-wrap .inner .f_right dl dt:nth-child(1) {
  font-size: 1.5em;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .inner .f_right dl dt:nth-child(1) {
    font-size: 1.2em;
  }
}
footer .footer-wrap .inner .f_right dl dd {
  margin-bottom: 2%;
}
footer .footer-wrap .inner .f_right .pmark {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .inner .f_right .pmark {
    justify-content: center;
  }
}
footer .footer-wrap .inner .f_right .pmark img {
  width: 65px;
}
footer .footer-wrap .inner .f_right .pmark p {
  font-size: 0.7rem;
  line-height: 1.2rem;
  width: 220px;
  margin: 0 0 0 20px;
  display: block;
}

/*********************************************
tag
*********************************************/
.newsDateCate {
  display: flex;
  align-items: center;
}
.newsDateCate .postCate {
  font-size: 12px;
  font-weight: normal;
  background: #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0.375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .newsDateCate .postCate {
    font-size: 0.625rem;
  }
}