@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 100px;
}

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

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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*************************************************
アニメーション
*************************************************/
.fadeUp {
  transform: translateY(0);
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .fadeUp {
    animation-duration: 0.3s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .delay-time02 {
    animation-delay: 0.1s;
  }
}

.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.2s;
  }
}

.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .delay-time06 {
    animation-delay: 0.3s;
  }
}

.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .delay-time08 {
    animation-delay: 0.4s;
  }
}

.delay-time1 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time1 {
    animation-delay: 0.5s;
  }
}

/*************************************************
FV
*************************************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#fv_new .fv_new_bg {
  width: 100%;
  height: 44.7916666667vw;
  background-image: url(../images/fv_new/fv_new_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg {
    background-image: url(../images/fv_new/fv_new_bg_sp.png);
    height: 234.6666666667vw;
  }
}
#fv_new .fv_new_bg .fv_new_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner {
    display: block;
    padding: 0 15px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left {
  max-width: 590px;
  width: 100%;
  padding-top: 126px;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left {
    padding-top: 50px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left h1 {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 47.976px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.879px;
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeInLeft 0.8s ease-out 0.2s forwards;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left h1 {
    font-size: 28px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left h1 span {
  font-size: 38.838px;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left h1 span {
    font-size: 22px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left h1 img {
  width: fit-content;
  transform: translateY(-15px);
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left h1 img {
    height: 26px;
    width: auto;
    transform: translateY(-5px);
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .fv_new_point {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.5s forwards;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .fv_new_point {
    max-width: 360px;
    width: 100%;
    gap: 15px;
    margin: 0 auto 40px;
  }
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .fv_new_point img {
    display: block;
    width: 100%;
    max-width: 190px;
    min-width: 130px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button {
  display: block;
  text-decoration: none;
  max-width: 500px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Zen Kaku Gothic New";
  opacity: 0;
  animation: scaleIn 0.8s ease-out 0.8s forwards;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button {
    display: none;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button:hover {
  transform: translateY(-2px);
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button:hover .cta_button_inner {
  box-shadow: 0 8px 20px rgba(233, 30, 122, 0.4);
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button:hover .cta_shine_mask::before {
  left: 100%;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button:hover .cta_arrow {
  transform: translateX(5px);
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button:hover .cta_document {
  transform: translateY(-18px);
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_shine_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_shine_mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_button_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: linear-gradient(135deg, #e91e7a 0%, #d81b72 100%);
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(233, 30, 122, 0.2);
  transition: box-shadow 0.3s ease;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_document {
  flex-shrink: 0;
  transform: translateY(-15px);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_document img {
  display: block;
  width: 133px;
  height: auto;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_content {
  position: relative;
  z-index: 2;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_subtext {
  margin-bottom: 8px;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_subtext img {
  display: block;
  width: 220px;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_main {
  display: flex;
  align-items: center;
  gap: 10px;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_text {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_left .fv_new_point_wrap .cta_button .cta_arrow img {
  display: block;
  width: 20px;
  height: auto;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_right {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_right {
    margin-top: 0;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_right p {
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  padding-left: 12px;
  line-height: 1.5;
  opacity: 0;
  animation: fadeInRight 0.8s ease-out 0.3s forwards;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_right .fv_new_screen {
  background-color: #fff;
  width: 625px;
  height: 434px;
  border-radius: 20px;
  opacity: 0;
  animation: fadeInRight 0.8s ease-out 0.5s forwards;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_right .fv_new_screen {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 65.3333333333vw;
  }
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_right .fv_new_screen li {
  padding: 12px;
  margin: 0 auto;
  outline: none;
  list-style: none !important;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_right .fv_new_screen li img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#fv_new .fv_new_bg .fv_new_inner .fv_new_right .fv_new_point_img {
  position: absolute;
  width: fit-content;
  right: 0px;
  top: -62px;
  z-index: 10;
  opacity: 0;
  animation: scaleIn 0.6s ease-out 0.4s forwards;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .fv_new_right .fv_new_point_img {
    width: 100px;
    top: auto;
    bottom: -40px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .cta_button {
  display: none;
  text-decoration: none;
  max-width: 500px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Zen Kaku Gothic New";
  opacity: 0;
  animation: scaleIn 0.8s ease-out 0.8s forwards;
}
@media screen and (max-width: 599px) {
  #fv_new .fv_new_bg .fv_new_inner .cta_button {
    display: block;
    margin-top: 80px;
  }
}
#fv_new .fv_new_bg .fv_new_inner .cta_button:hover {
  transform: translateY(-2px);
}
#fv_new .fv_new_bg .fv_new_inner .cta_button:hover .cta_button_inner {
  box-shadow: 0 8px 20px rgba(233, 30, 122, 0.4);
}
#fv_new .fv_new_bg .fv_new_inner .cta_button:hover .cta_shine_mask::before {
  left: 100%;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button:hover .cta_arrow {
  transform: translateX(5px);
}
#fv_new .fv_new_bg .fv_new_inner .cta_button:hover .cta_document {
  transform: translateY(-18px);
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_shine_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_shine_mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_button_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #e91e7a 0%, #d81b72 100%);
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(233, 30, 122, 0.2);
  transition: box-shadow 0.3s ease;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_document {
  flex-shrink: 0;
  transform: translateY(-15px);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_document img {
  display: block;
  width: 130px;
  height: auto;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_content {
  position: relative;
  z-index: 2;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_subtext {
  margin-bottom: 5px;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_subtext img {
  display: block;
  width: 200px;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_main {
  display: flex;
  align-items: center;
  gap: 5px;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_text {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
#fv_new .fv_new_bg .fv_new_inner .cta_button .cta_arrow img {
  display: block;
  width: 15px;
  height: auto;
}
#fv_new .laurel_point {
  display: flex;
  gap: 100px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px auto;
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point {
    padding: 0 30px;
    gap: 60px 60px;
  }
}
#fv_new .laurel_point .laurel_point_item {
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
#fv_new .laurel_point .laurel_point_item:nth-child(1) {
  animation-delay: 1s;
}
#fv_new .laurel_point .laurel_point_item:nth-child(2) {
  animation-delay: 1.2s;
}
#fv_new .laurel_point .laurel_point_item:nth-child(3) {
  animation-delay: 1.4s;
}
#fv_new .laurel_point .laurel_point_item .laurel_point_title {
  color: #0a2b32;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point .laurel_point_item .laurel_point_title {
    font-size: 14px;
  }
}
#fv_new .laurel_point .laurel_point_item .laurel_point_num {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: baseline;
}
#fv_new .laurel_point .laurel_point_item .laurel_point_num .laurel_num {
  color: #26adc9;
  font-family: "Barlow Semi Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point .laurel_point_item .laurel_point_num .laurel_num {
    font-size: 30px;
  }
}
#fv_new .laurel_point .laurel_point_item .laurel_point_num p {
  color: #0a2b32;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point .laurel_point_item .laurel_point_num p {
    font-size: 14px;
  }
}
#fv_new .laurel_point .laurel_point_item .laurel_point_num .laurel_text {
  color: #0a2b32;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point .laurel_point_item .laurel_point_num .laurel_text {
    font-size: 18px;
  }
}
#fv_new .laurel_point .laurel_point_item:before {
  position: absolute;
  content: url(../images/fv_new/laurel_left.png);
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point .laurel_point_item:before {
    left: -25px;
  }
}
#fv_new .laurel_point .laurel_point_item::after {
  position: absolute;
  content: url(../images/fv_new/laurel_right.png);
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  #fv_new .laurel_point .laurel_point_item::after {
    right: -25px;
  }
}
#fv_new .fv_new_company_logo {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  opacity: 0;
  animation: fadeIn 1s ease-out 1.6s forwards;
}
#fv_new .fv_new_company_logo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fv_new .fv_new_company_logo ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
#fv_new .fv_new_company_logo ul li img {
  max-width: 180px;
  height: auto;
  display: block;
}
#fv_new .fv_new_company_logo .slick-slide {
  float: none;
  display: inline-block;
}
#fv_new .fv_new_company_logo .slick-track {
  display: flex;
  align-items: center;
}