@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

p {
  font-weight: 500;
}

.p-tile {
  padding-top: 0;
}

.p-tile__headerInner {
  width: 100%;
  position: relative;
  top: 0;
  background: #F2F2F2;
  text-align: center;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-tile__headerInner {
    padding: 60px 0;
  }
}

.p-tile__headerLogo {
  position: absolute;
  left: 40px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .p-tile__headerLogo {
    left: 20px;
    top: 10px;
  }
}
.p-tile__headerLogo img {
  width: 80px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .p-tile__headerLogo img {
    width: 52px;
    height: 25px;
  }
}

.p-tile__header-ttl {
  text-align: center;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-tile__header-ttl {
    font-size: 22px;
    line-height: 35px;
  }
}
.p-tile__header-ttl span {
  font-size: 22px;
  line-height: 24px;
  display: block;
  padding: 20px 0 0 0;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-tile__header-ttl span {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-tile__header-ttl.effect-flow {
  transition: all 0.6s ease;
  opacity: 0;
}
.p-tile__header-ttl.effect-flow.fade {
  transition-delay: 0s;
  transform: translateY(20px);
}

.onlySp {
  display: none;
}
@media screen and (max-width: 768px) {
  .onlySp {
    display: block;
  }
}

.onlyPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none;
  }
}

.p-tile__main {
  overflow: hidden;
}

.p-tile__linksInner {
  width: 100%;
}
.p-tile__linksInner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  z-index: 10;
}
.p-tile__linksInner ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-tile__linksInner ul li {
    width: 50%;
  }
}
.p-tile__linkimg {
  position: relative;
  top: 0;
}
.p-tile__linkimg::before {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -34px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-tile__linkimg::before {
    bottom: -18px;
    width: 10px;
    height: 10px;
  }
}

.p-tile__linksInner ul li a {
  width: 100%;
  display: inline-block;
}
.p-tile__linksInner ul li a .p-tile__logolink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  transition: all 0.4s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-tile__linksInner ul li a .p-tile__logolink.act {
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  .p-tile__linksInner ul li a .p-tile__logolink {
    padding: 0;
    height: 42px;
  }
}
.p-tile__linksInner ul li a .p-tile__linkimg {
  opacity: 1;
  justify-content: center;
  display: inline-flex;
  width: 100%;
  background: #fff;
  margin: 20px 0 60px;
  animation: appear 1s ease;
}
@media screen and (max-width: 768px) {
  .p-tile__linksInner ul li a .p-tile__linkimg {
    margin: 10px 0 26px;
  }
}
.p-tile__linksInner ul li a .p-tile__linkimg img {
  width: 228px;
  height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-tile__linksInner ul li a .p-tile__linkimg img {
    width: 107px;
    height: 80px;
    margin: auto;
  }
}
.p-tile__linksInner ul li a .p-tile__linkimg.not {
  display: none;
  opacity: 0;
}
@keyframes appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-tile__linksInner ul li a p {
  color: #fff;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-tile__linksInner ul li a p {
    font-size: 12px;
    line-height: 14px;
  }
}
.p-tile__linksInner ul li a img {
  width: 55px;
  margin: 0 14px 0 0;
}
@media screen and (max-width: 768px) {
  .p-tile__linksInner ul li a img {
    width: 40px;
    height: 26px;
    margin: 0 12px 0 0;
  }
}
.p-tile__linksInner ul li:first-of-type .p-tile__logolink {
  background: #C5CE53;
}
.p-tile__linksInner ul li:nth-of-type(2) .p-tile__logolink {
  background: #4F868B;
}
.p-tile__linksInner ul li:nth-of-type(3) .p-tile__logolink {
  background: #6386C4;
}
.p-tile__linksInner ul li:last-of-type .p-tile__logolink {
  background: #A09B92;
}

.p-tile__mainCont {
  width: 100%;
  background: #F2F2F2;
  padding: 200px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-tile__mainCont {
    padding: 140px 0 0 0;
  }
}
.p-tile__mainCont ul.p-tile__mainCont-items {
  width: 100%;
}
.p-tile__mainCont ul.p-tile__mainCont-items li.p-tile__mainCont-item {
  padding: 0 0 200px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .p-tile__mainCont ul.p-tile__mainCont-items li.p-tile__mainCont-item {
    padding: 0 0 150px;
  }
}
.p-tile__mainCont ul.p-tile__mainCont-items li.p-tile__mainCont-item:last-of-type {
  padding: 0 0 280px;
}

.p-tile__band {
  max-width: 1300px;
  width: 88%;
  margin: 0 0 80px auto;
  padding: 54px 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-tile__band {
    padding: 30px 0 80px 24px;
  }
}
.p-tile__band .bg-right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.p-tile__band .bg-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-tile__band.ftcont .bg-right {
  background: #C5CE53;
}
.p-tile__band.sdcont {
  margin: 0 auto 80px 0;
}
.p-tile__band.sdcont .bg-left {
  background: #4F868B;
}
.p-tile__band.sdcont .p-tile__band {
  background: #4F868B;
  margin: 0 auto 80px 0;
}
.p-tile__band.sdcont .p-tile__band-cont {
  margin: 0 auto 0 5%;
}
@media screen and (max-width: 768px) {
  .p-tile__band.sdcont .p-tile__band-cont {
    margin: 0;
  }
}
.p-tile__band.tdcont .bg-right {
  background: #6386C4;
}
.p-tile__band.tdcont .p-tile__band-cont {
  margin: 0 17vw 0 auto;
}
@media screen and (max-width: 1600px) {
  .p-tile__band.tdcont .p-tile__band-cont {
    margin: 0 8vw 0 auto;
  }
}
.p-tile__band.fourcont {
  margin: 0 auto 80px 0;
}
.p-tile__band.fourcont .bg-left {
  background: #A09B93;
}
.p-tile__band.fourcont .p-tile__band {
  margin: 0 auto 80px 0;
}
.p-tile__band.fourcont .p-tile__band-cont {
  margin: 0 auto 0 5%;
}
@media screen and (max-width: 768px) {
  .p-tile__band.fourcont .p-tile__band-cont {
    margin: 0;
  }
}
.p-tile__band-cont {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  margin: 0 25vw 0 auto;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-tile__band-cont img {
  width: 120px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-tile__band-cont img {
    width: 96px;
    height: 64px;
  }
}
@media screen and (max-width: 1600px) {
  .p-tile__band-cont {
    margin: 0 17vw 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-tile__band-cont {
    display: block;
    margin: 0;
  }
}
.p-tile__band-ttl {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-tile__band-ttl {
    margin: 12px 0 0 0;
  }
}
.p-tile__band-ttl span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.p-tile__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-tile__flex {
    display: block;
  }
}
.p-tile__flex.flex-reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-tile__inner {
  margin: 0 12% 0 auto;
}
@media screen and (max-width: 1600px) {
  .p-tile__inner {
    margin: 0 6% 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-tile__inner {
    width: 90%;
    margin: auto;
  }
}
.p-tile__inner.ftcolor h2 {
  color: #AAB444;
}
.p-tile__inner.ftcolor p:before {
  background: #C5CE53;
}
.p-tile__inner.sdcolor {
  margin: 0 0 0 5%;
  max-width: 656px;
}
.p-tile__inner.sdcolor h2 {
  color: #4F868B;
}
.p-tile__inner.sdcolor p:before {
  background: #4F868B;
}
.p-tile__inner.tdcolor h2 {
  color: #6386C4;
}
.p-tile__inner.tdcolor p:before {
  background: #6386C4;
}
.p-tile__inner.fourcolor {
  margin: 0 0 0 5%;
  max-width: 656px;
}
@media screen and (max-width: 768px) {
  .p-tile__inner.fourcolor {
    margin: 0 auto;
  }
}
.p-tile__inner.fourcolor h2 {
  color: #A09B92;
}
.p-tile__inner.fourcolor p:before {
  background: #A09B92;
}
.p-tile__inner-ttl {
  font-size: 22px;
  line-height: 35px;
  margin: 0 0 30px;
  font-weight: 700;
}
.p-tile__inner-box {
  margin: 0 0 60px;
}
@media screen and (max-width: 1600px) {
  .p-tile__inner-box {
    margin: 0 0 20px;
  }
}
.p-tile__inner-box-point {
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 25px;
}
.p-tile__inner-box-type {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-tile__inner-box-type p {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  top: 0;
  width: fit-content;
  margin: 0 0 20px;
  padding: 0 20px;
}
.p-tile__inner-box-type p:before {
  position: absolute;
  left: 0;
  top: 27%;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.p-tile__btn {
  max-width: 410px;
  width: 100%;
  margin: 60px 0 0 0;
  border: solid 1px #000000;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-tile__btn {
    margin: 40px 0 0 0;
  }
}
.p-tile__btn a {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 26px 0 22px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-tile__btn a {
    font-size: 16px;
    line-height: 16px;
  }
}

.hvr-grow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #C5CE53;
  z-index: -1;
  transition: all 0.4s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
  .hvr-grow:before {
    opacity: 0;
  }
}
.hvr-grow.sd-btn:before {
  background: #4F868B;
}
.hvr-grow.td-btn:before {
  background: #6386C4;
}
.hvr-grow.four-btn:before {
  background: #A09B93;
}
.hvr-grow:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hvr-grow:hover {
    color: #000;
  }
}

.hvr-grow:hover:before {
  width: 100%;
}

.effect-flow {
  transition: all 0.8s ease;
  opacity: 0;
}
.effect-flow.bg-right {
  width: 0;
  transform: translateX(99%);
}
.effect-flow.bg-left {
  width: 0;
  transform: translateX(-99%);
}
.effect-flow.fade {
  transition-delay: 0.4s;
  transform: translateY(20px);
}

.effect-flow.effect-scroll {
  opacity: 1;
}
.effect-flow.effect-scroll.bg-right {
  width: 100%;
  transform: translateX(0);
}
.effect-flow.effect-scroll.bg-left {
  width: 100%;
  transform: translateX(0);
}
.effect-flow.effect-scroll.fade {
  transform: translateY(0);
}

.p-tile__inner-new::after {
  content: "NEW";
  font-size: 0.7em;
  padding: 0.3em 0.6em;
  background: #ca0211;
  color: #fff;
  margin-left: 0.5rem;
  border-radius: 10px;
}

.swiper-slide:before {
  will-change: auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.is-show .swiper-slide:before {
  width: 0;
}

#slider-thumb ul li:nth-of-type(2):before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#slider-thumb ul li:nth-of-type(3):before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#slider-thumb ul li:nth-of-type(4):before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#slider-thumb ul li:nth-of-type(5):before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#slider-thumb ul li:nth-of-type(6):before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#lvt .swiper-slide:before,
#lct .swiper-slide:before {
  right: auto;
  left: 0;
}

#lvt #slider-thumb ul li:first-of-type:before,
#lct #slider-thumb ul li:first-of-type:before {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#lvt #slider-thumb ul li:nth-of-type(2):before,
#lct #slider-thumb ul li:nth-of-type(2):before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#lvt #slider-thumb ul li:nth-of-type(3):before,
#lct #slider-thumb ul li:nth-of-type(3):before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#lvt #slider-thumb ul li:nth-of-type(5):before,
#lct #slider-thumb ul li:nth-of-type(5):before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#lvt #slider-thumb ul li:nth-of-type(6):before,
#lct #slider-thumb ul li:nth-of-type(6):before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
