@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #fff;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
}

section {
  overflow-x: hidden;
}

main {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 5.5rem;
  }
}

header {
  width: 100%;
  height: 55px;
  background-color: #FF9A03;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  header {
    height: 5.5rem;
  }
}

header .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 10.1875rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 15.625rem;
  }
}

footer {
  background-color: #FF9A03;
}

.footer-main {
  padding: 2.8125rem 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .footer-main {
    padding: 3.5rem 0 5.625rem;
  }
}

.company-list {
  width: 90%;
  margin: 1.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .company-list {
    width: 100%;
    max-width: 51.25rem;
    margin: 5.625rem auto 0;
  }
}

.company-list__block {
  display: flex;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .company-list__block {
    gap: 4.0625rem;
  }
}

.company-list__l {
  width: 5rem;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .company-list__l {
    width: 9.0625rem;
    padding-bottom: 0.625rem;
  }
}

.company-list__block:nth-child(n+2) .company-list__l,
.company-list__block:nth-child(n+2) .company-list__r {
  border-top: 2px solid #fff;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .company-list__block:nth-child(n+2) .company-list__l,
  .company-list__block:nth-child(n+2) .company-list__r {
    border-top: 3px solid #fff;
    padding-top: 0.625rem;
  }
}

.company-list__l p {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .company-list__l p {
    font-size: 1.25rem;
  }
}

.company-list__r {
  width: calc(100% - 5.9375rem);
  font-size: 0.75rem;
  font-weight: 700;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .company-list__r {
    width: calc(100% - 13.125rem);
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .company-list__rr {
    width: 50%;
  }
}

.copyright {
  width: 100%;
  padding: 0.75rem 0 1rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding: 0rem 0 1rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.hamberger-area {
  width: 55px;
  height: 100%;
  background-color: #fff;
  padding: 0.625rem 0 0;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .hamberger-area {
    display: none;
  }
}

.js-hamberger {
  cursor: pointer;
}

.hamberger {
  padding: 0.3125rem;
  position: relative;
  width: 1.5rem;
  height: 0.9375rem;
  transition: transform 0.5s ease 0s;
  z-index: 500;
  margin: 0 auto;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
  background-color: #FF9A03;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
  background-color: #FF9A03;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
  background-color: #D3B100;
}

.hamberger-text {
  font-weight: 700;
  font-size: 0.5rem;
  margin-top: 0.5rem;
  text-align: center;
  color: #FF9A03;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 1.875rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 10;
  background-color: #FF9A03;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: initial;
    position: initial;
    display: flex;
    overflow-y: initial;
    background-color: initial;
    padding: 0;
  }
}

#js-manu .close {
  display: none;
}

.header-nav__items {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    margin-top: 0;
    align-items: center;
    padding-right: 0.75rem;
  }
}

.header-nav__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    gap: 0.75rem;
    font-size: 1.125rem;
  }
}

.header-nav__item::before {
  display: block;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 4px;
  background-color: #7F1BFF;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-nav__item::before {
    width: 2px;
    height: 1.25rem;
    background-color: #fff;
    transform: initial;
  }
}

.header-nav__item:nth-child(n+2) {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 0rem;
    margin-left: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a {
    display: flex;
    position: relative;
    padding: 0.3125rem;
  }
}

.header-nav .entry-btn {
  background-color: #FF5E03;
}
@media screen and (min-width: 768px) {
  .header-nav .entry-btn {
    margin: 0;
    width: 13.625rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav .entry-btn .entry-btn__text {
    font-size: 1.125rem;
    padding: 1.125rem 0 1.125rem;
  }
}

.section-title h2 {
  font-size: 2.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 5.625rem;
  }
}

.section-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  background-color: #fff;
  margin: 0rem auto;
}
@media screen and (min-width: 768px) {
  .section-title::after {
    width: 5rem;
    height: 0.5rem;
  }
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0.9375rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 0 9px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  width: 14px;
  height: 14px;
}

.fixed-btn {
  bottom: 15px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .fixed-btn {
    bottom: 1.875rem;
    right: 8%;
  }
}

.fixed-btn.DownMove {
  opacity: 1;
}

.fixed-btn p {
  background-color: #FF5E03;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.625rem 1.125rem;
  border-radius: 6px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .fixed-btn p {
    font-size: 2rem;
    padding: 0.9375rem 2.1875rem;
  }
}

.fixed-btn:hover p {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.about {
  background-color: #FF9A03;
  padding: 1.25rem 0 2.125rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 4.5rem 0 12.75rem;
  }
}

@media screen and (min-width: 768px) {
  .about-cards {
    margin: 7.25rem auto 0;
  }
}

.about-card {
  width: 100%;
  max-width: 34.375rem;
  margin: 2.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .about-card {
    max-width: initial;
    margin: 0;
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .about-card2 {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .about-card:nth-child(n+2) {
    margin-top: 8.375rem;
  }
}

@media screen and (min-width: 768px) {
  .about-card__image {
    max-width: 29.75rem;
    padding-left: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .about-card2 .about-card__image {
    padding-left: 0rem;
    padding-right: 2.8125rem;
  }
}

.about-card__title {
  width: 9.875rem;
  aspect-ratio: 298/163;
  background-image: url("../img/about-title-bg1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.75rem 0 0 1rem;
  bottom: -25px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .about-card__title {
    width: 19.375rem;
    aspect-ratio: 305/164;
    padding: 0rem 0 0 0rem;
    bottom: -90px;
    left: 0px;
  }
}

.about-card2 .about-card__title {
  width: 8.75rem;
  aspect-ratio: 264/212;
  background-image: url("../img/about-title-bg2.svg");
  padding: 2.25rem 0.9375rem 0 0rem;
  bottom: -48px;
  left: initial;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .about-card2 .about-card__title {
    width: 16.25rem;
    padding: 3.125rem 0rem 0 0rem;
    bottom: initial;
    right: 0px;
    top: 220px;
  }
}

.about-card__title h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about-card__title h3 {
    font-size: 4rem;
    margin-top: -10px;
  }
}

.about-card__title h3 .mini {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-card__title h3 .mini {
    font-size: 2rem;
  }
}

.about-card2 .about-card__title h3 {
  text-align: right;
}

.about-card__texts {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about-card__texts {
    margin-top: 0;
    max-width: 43.25rem;
  }
}

.about-card2 .about-card__texts {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .about-card2 .about-card__texts {
    margin-top: 1.09375rem;
  }
}

.about-card__subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about-card__subtitle {
    font-size: 2rem;
  }
}

.about-card__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about-card__text {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.date {
  background-color: #FF9A03;
  padding: 0rem 0 3.4375rem;
}
@media screen and (min-width: 768px) {
  .date {
    padding: 0rem 0 5.125rem;
  }
}

.date-img {
  margin: 1.5625rem auto 0;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .date-img {
    margin: 7.5rem auto 0;
    max-width: initial;
  }
}

.career {
  background-color: #D3B100;
  padding: 1.875rem 0 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .career {
    background-color: initial;
    background-image: url("../img/carrer-pcbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5.1875rem 0 7.625rem;
    overflow: hidden;
  }
}

.career-pcbg {
  width: 59%;
  top: 0;
  right: 0;
  z-index: -1;
}

.career-main {
  width: 100%;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .career-main {
    margin: 5.1875rem auto 0;
    margin: 0rem auto 0;
    max-width: 78.125rem;
    padding: 0 25px;
    justify-content: center;
  }
}

.career-main__block {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .career-main__block {
    padding: 6.6875rem 0 3.75rem;
    margin: 0;
    max-width: initial;
    width: 100%;
  }
}

.career-main__block2 {
  background-color: #0095AB;
  padding: 0.625rem 0px 1.75rem;
}

@media screen and (min-width: 768px) {
  .career-main__texts {
    top: 0;
    left: 0;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .career-main__texts2 {
    left: initial;
    right: 0;
  }
}

.career-main__title {
  top: -37px;
  left: 0;
  aspect-ratio: 389/206;
  background-image: url("../img/carrer-titlebg1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2.5rem 0 0 0.9375rem;
}

@media screen and (min-width: 768px) {
  .career-main__texts .career-main__title {
    margin-left: -0.1875rem;
    padding: 6.25rem 0 0 2.5rem;
    height: 15.875rem;
  }
}

@media screen and (min-width: 768px) {
  .career-main__texts2 .career-main__title {
    background-image: url("../img/carrer-titlebg3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    padding: 5.625rem 0 0 5.75rem;
    width: 14.625rem;
    height: 15.875rem;
    margin-left: auto;
    margin-top: 10.4375rem;
  }
}

.career-main__title h3 {
  font-weight: bold;
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .career-main__title h3 {
    font-size: 3.3125rem;
  }
}

.career-main__text {
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px 1.125rem;
  text-shadow: 2px 2px 2px #FF5E03;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .career-main__text {
    text-align: left;
    font-size: 2.25rem;
    margin-top: 30%;
  }
}

@media screen and (min-width: 768px) {
  .career-main__texts2 .career-main__text {
    text-align: right;
    margin-top: 22%;
  }
}

.career-main__block2 .career-main__title {
  top: initial;
  left: initial;
  right: 0;
  bottom: -16px;
  aspect-ratio: 229/173;
  background-image: url("../img/carrer-titlebg2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 2.1875rem 1rem 0.75rem 3.0625rem;
}

.career-main__block2 .career-main__text {
  left: initial;
  bottom: initial;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0 15px;
  text-align: right;
}

.point {
  background-color: #D3B100;
  padding: 1.875rem 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 5.625rem 0 5.125rem;
  }
}

.point.point2,
.movie.movie2,
.interview.interview2 {
  background-color: #0095AB;
}

.point-cards {
  max-width: 34.375rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .point-cards {
    max-width: initial;
    margin-top: 7.25rem;
  }
}

@media screen and (min-width: 768px) {
  .point-card {
    width: calc((100% - 4rem) / 3);
  }
}

.point-card:nth-child(n+2) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .point-card:nth-child(n+2) {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.point-card__img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .point-card__img {
    width: 100%;
  }
}

.point-card:nth-child(2n) .point-card__img {
  margin-left: auto;
}

.point-card-texts {
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media screen and (min-width: 768px) {
  .point-card-texts {
    position: initial;
    margin-top: 2rem;
  }
}

.point-card:nth-child(2n) .point-card-texts {
  right: initial;
  left: 0;
}

.point-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .point-card__title {
    font-size: 2.5rem;
    text-align: center;
  }
}

.point-card:nth-child(2n) .point-card__title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .point-card:nth-child(2n) .point-card__title {
    text-align: center;
  }
}

.point-card__subtitle {
  background-color: #FF5E03;
  border-radius: 50px;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .point-card__subtitle {
    width: 100%;
  }
}

.point-card__subtitle h3 {
  padding: 0.5rem 0.375rem 0.4375rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .point-card__subtitle h3 {
    font-size: 1rem;
    padding: 0.5625rem 0rem 0.5rem;
  }
}

.point-card-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .point-card-text {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
  }
}

.movie {
  padding: 0rem 0 6.25rem;
  background-color: #D3B100;
}

.movie-main {
  margin-top: 1.6875rem;
  max-width: 34.375rem;
  margin: 3.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .movie-main {
    margin: 7.25rem auto 0;
    max-width: 36.875rem;
  }
}

.movie-main iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 590/420;
}

.interview {
  background-color: #D3B100;
  padding: 1.5625rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .interview {
    padding: 5.125rem 0 4.375rem;
  }
}

.interview-lists {
  max-width: 34.375rem;
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .interview-lists {
    max-width: initial;
    margin-top: 7.25rem;
  }
}

.interview-list:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .interview-list:nth-child(n+2) {
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-list:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.interview-list__top {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interview-list__top {
    width: 37.5rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-list:nth-child(2n) .interview-list__top {
    padding-right: 0rem;
    padding-left: 3.125rem;
  }
}

.interview-list__img {
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .interview-list__img {
    width: 100%;
    margin: 0;
  }
}

.interview-list__bg {
  z-index: -1;
}
.interview-list__bg1 {
  top: 0;
  left: -15px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .interview-list__bg1 {
    top: 7.5rem;
    left: 0;
    width: 100%;
  }
}

.interview-list__bg2 {
  top: 0;
  right: 0;
  width: 97%;
}
@media screen and (min-width: 768px) {
  .interview-list__bg2 {
    top: 7.0625rem;
    width: 115%;
  }
}

.interview-list__bg3 {
  top: 0;
  left: 0;
  width: 84%;
}
@media screen and (min-width: 768px) {
  .interview-list__bg3 {
    top: 7.5rem;
    width: 97%;
  }
}

.interview-list__bg4 {
  top: 0;
  left: 0;
  width: 77%;
}
@media screen and (min-width: 768px) {
  .interview-list__bg4 {
    top: 13.125rem;
    width: 90%;
  }
}

.interview-list__bg5 {
  top: 45px;
  right: 0;
  width: 82%;
}
@media screen and (min-width: 768px) {
  .interview-list__bg5 {
    top: 14.375rem;
    width: 95%;
  }
}

.interview-list__title {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .interview-list__title {
    margin-top: 3.8125rem;
  }
}

.interview-list__title h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .interview-list__title h3 {
    font-size: 1.75rem;
  }
}

.interview-list__title h3 span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .interview-list__title h3 span {
    font-size: 1.25rem;
  }
}

.interview-texts {
  position: relative;
  z-index: 1;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .interview-texts {
    margin-top: 0;
  }
}

.slide-title {
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .slide-title {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
  }
}

.slide-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .slide-text {
    width: 38.25rem;
    font-size: 1rem;
  }
}

.entry {
  background-color: #FF5E03;
  padding: 1.75rem 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .entry {
    padding: 4.625rem 0 6.5rem;
  }
}

.entry-accsent {
  z-index: -1;
}

.entry-accsent1 {
  top: 0;
  left: 0;
  width: 21%;
}
.entry-accsent2 {
  right: 0;
  bottom: 8px;
  width: 22%;
}
@media screen and (min-width: 768px) {
  .entry-accsent2 {
    bottom: 0;
    width: 21%;
    width: 25%;
  }
}

.entry-title h2 {
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-title h2 {
    font-size: 6rem;
  }
}

.entry-btn {
  width: 100%;
  max-width: 28.75rem;
  margin: 2rem auto 0;
  background-color: #FF9A03;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .entry-btn {
    margin: 5.375rem auto 0;
  }
}

.entry-btn:hover {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-btn__text {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 0.875rem 0 0.875rem;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .entry-btn__text {
    font-size: 2rem;
    padding: 2rem 0;
  }
}

.fv {
  background-color: #FF9A03;
}

.fv video {
  width: 100%;
  aspect-ratio: 1280/720;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
}

.white-text {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
