/* ======================================================
/*  Top -  Other
========================================================= */
.t_contents_title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3181818182;
}
.t_contents_title ._small {
  font-size: 59.0909090909%;
}
.t_contents_title ._orange {
  color: #FF8221;
}
@media screen and (min-width: 768px) {
  .t_contents_title {
    font-size: 3.8rem;
  }
}

.t_contents_subtitle {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.t_contents_subtitle ._orange {
  color: #FF8221;
}
@media screen and (min-width: 768px) {
  .t_contents_subtitle {
    margin-bottom: 45px;
    font-size: 2.8rem;
  }
}

.t_contents_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9615384615;
}
.t_contents_title + .t_contents_text {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .t_contents_text {
    font-size: 1.5rem;
  }
  .t_contents_title + .t_contents_text {
    margin-top: 20px;
  }
}

.description_img {
  display: none;
}
@media screen and (min-width: 980px) {
  .description_img {
    display: block;
  }
}

.description_img_bottom {
  position: relative;
  z-index: 2;
  margin: 40px -5vw 0;
}
.description_img_bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .description_img_bottom {
    margin-top: 75px;
    height: 400px;
  }
}
@media screen and (min-width: 980px) {
  .description_img_bottom {
    display: none;
  }
}

/* ======================================================
/*  Top - First Visual
========================================================= */
#t_visual {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #t_visual {
    height: 77.4015748031vh;
  }
}
@media screen and (min-width: 768px) {
  #t_visual {
    height: 50vh;
    min-height: 653px;
  }
}
#t_visual .swiper {
  height: 100%;
}
#t_visual .swiper-slide {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
#t_visual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#t_visual .swiper-slide-active .img img,
#t_visual .swiper-slide-duplicate-active .img img,
#t_visual .swiper-slide-prev .img img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
#t_visual .swiper-pagination {
  display: block;
  position: absolute;
  z-index: 9;
  top: 82.5px;
  bottom: auto;
  right: 5vw;
  left: auto;
  width: auto;
  counter-reset: number 0;
}
#t_visual .swiper-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  opacity: 1;
}
#t_visual .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_visual .swiper-pagination .swiper-pagination-bullet::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: auto;
  height: auto;
  margin-left: 7px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-style: italic;
}
#t_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #FF8221;
}
#t_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  color: #FF8221;
}
#t_visual .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#t_visual .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#t_visual .visual_textarea {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
}
#t_visual .visual_textarea .subtext {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  #t_visual .visual_textarea .subtext {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
#t_visual .visual_textarea .maintext {
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.3692307692;
}
#t_visual .visual_textarea .maintext ._orange {
  color: #FF8221;
}
#t_visual .visual_textarea .maintext .box_text {
  background-color: #000;
  margin-right: 10px;
  padding: 6px 18px;
  font-size: 2.8rem;
  border-radius: 10px;
  line-height: 2.2em;
}
@media screen and (min-width: 768px) {
  #t_visual .visual_textarea .maintext .box_text {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  #t_visual .visual_textarea .maintext {
    font-size: 6rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 980px) {
  #t_visual .visual_textarea .sp_only {
    display: none;
  }
}
#t_visual .visual_textarea .linear_btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 3px 16px 3px 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4583333333;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_visual .visual_textarea .linear_btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2px;
  width: 3.5px;
  height: 3.5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_visual .visual_textarea .linear_btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#t_visual .visual_textarea .linear_btn:hover::after {
  -webkit-animation-name: linear-motion;
          animation-name: linear-motion;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  #t_visual .visual_textarea {
    top: 50%;
    left: 5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #t_visual .visual_textarea .btn_area {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #t_visual .visual_textarea {
    left: 5vw;
    bottom: 22.9166666667%;
  }
  #t_visual .visual_textarea .subtext {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  #t_visual .visual_textarea .maintext {
    font-size: 6rem;
    line-height: 1.3333333333;
  }
  #t_visual .visual_textarea .btn_area {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #t_visual .visual_textarea .linear_btn {
    font-size: 1.6rem;
  }
}
#t_visual .visual_link {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 90vw;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
}
@media screen and (min-width: 426px) {
  #t_visual .visual_link {
    max-width: 342px;
  }
}

/* ======================================================
/*  Top - Achievement
========================================================= */
#t_achievement {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #t_achievement {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
#t_achievement::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 122.8486646884%;
  background-color: #333;
}
#t_achievement .contents_inner {
  position: relative;
  z-index: 2;
}
#t_achievement .achievement_title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555555556;
  text-align: center;
}
#t_achievement .achievement_title ._small {
  display: none;
  font-size: 71.4285714286%;
}
@media screen and (min-width: 768px) {
  #t_achievement .achievement_title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 980px) {
  #t_achievement .achievement_title ._small {
    display: inline;
  }
}
#t_achievement .achievement_trophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  margin: 18px auto 0;
}
#t_achievement .achievement_trophy .trophy {
  width: calc((100% - 8px) / 2);
}
#t_achievement .achievement_trophy .trophy img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #t_achievement .achievement_trophy {
    margin-top: 35px;
  }
  #t_achievement .achievement_trophy .trophy {
    width: calc((100% - 5px) / 2);
    max-width: 315px;
  }
}
#t_achievement .loop_img_slider {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  bottom: -35px;
  left: 0;
}
#t_achievement .loop_img_slider .loop_img {
  display: block;
  margin: 0 20px;
}
#t_achievement .loop_img_slider img {
  width: 700px;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  #t_achievement .loop_img_slider {
    bottom: -70px;
  }
  #t_achievement .loop_img_slider .loop_img {
    margin: 0 45px;
  }
  #t_achievement .loop_img_slider img {
    width: 1500px;
  }
}
@media screen and (min-width: 980px) {
  #t_achievement .loop_img_slider img {
    width: 1754.34px;
  }
}

/* ======================================================
/*  Top - About
========================================================= */
#t_about {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  background: none;
}
@media screen and (min-width: 768px) {
  #t_about {
    padding-top: 75px;
  }
}
@media screen and (min-width: 980px) {
  #t_about {
    padding-bottom: 75px;
  }
}
#t_about::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 97.5vw;
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #FDF4ED;
}
@media screen and (min-width: 1266px) {
  #t_about::before {
    width: 93.4027777778%;
  }
}
#t_about .contents_inner {
  position: relative;
  z-index: 2;
}
#t_about .about_flow {
  max-width: 538px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #t_about .about_flow {
    margin-top: 60px;
  }
}
#t_about .about_flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
}
#t_about .about_flow li {
  position: relative;
  z-index: 1;
  width: 25%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#t_about .about_flow li:not(:last-child) .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -9.5px;
  width: 11px;
  height: 10px;
  background-image: url("../../img/top/about_icon_flow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
}
#t_about .about_flow .img {
  position: relative;
  z-index: 1;
}
#t_about .about_flow p {
  margin: 5px -30px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #t_about .about_flow p {
    font-size: 1.4rem;
  }
}
#t_about .btn_area {
  width: 85%;
  max-width: 278px;
  margin: 35px auto 0;
}
@media screen and (min-width: 980px) {
  #t_about .btn_area {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 980px) {
  #t_about .t_contents_description {
    width: 470px;
  }
}
@media screen and (min-width: 1266px) {
  #t_about .t_contents_description {
    width: 540px;
  }
}
@media screen and (min-width: 980px) {
  #t_about .description_img {
    position: absolute;
    z-index: 1;
    top: 126px;
    right: -5vw;
    width: calc(100vw - 470px - 10vw);
    max-width: 540px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1266px) {
  #t_about .description_img {
    border-radius: 15px;
  }
}
#t_about .t_about_list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #t_about .t_about_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #t_about .t_about_list .list_item + .list_item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  #t_about .t_about_list .list_item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1266px) {
  #t_about .t_about_list .list_item {
    width: calc((100% - 60px) / 3);
  }
}
#t_about .t_about_list .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_about .t_about_list .list_link:hover {
  color: #fff;
  background-color: #FF8221;
}
#t_about .t_about_list .list_link:hover .title::after {
  border-color: #FC9F57;
}
#t_about .t_about_list .img {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #t_about .t_about_list .img {
    width: 75px;
  }
}
#t_about .t_about_list .text_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  margin-right: -10px;
}
#t_about .t_about_list .title {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#t_about .t_about_list .title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_about .t_about_list .text {
  display: block;
  margin-top: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6153846154;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #t_about .t_about_list .text {
    padding-right: 20px;
  }
}
#t_about .bg_text {
  display: none;
}
@media screen and (min-width: 768px) {
  #t_about .bg_text {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 460px;
    left: 0;
    color: #fff;
    font-size: 9rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 980px) {
  #t_about .bg_text {
    bottom: 60px;
    left: 18px;
  }
}

/* ======================================================
/*  Top - Strength
========================================================= */
#t_strength {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 40px;
  background: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #t_strength {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
#t_strength .btn_area {
  width: 85%;
  max-width: 278px;
  margin: 35px auto 0;
}
@media screen and (min-width: 980px) {
  #t_strength .btn_area {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #t_strength .t_contents_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #t_strength .description {
    width: 430px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 980px) {
  #t_strength .description {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1266px) {
  #t_strength .description {
    width: 525px;
    padding-top: 77px;
    padding-right: 135px;
  }
}
#t_strength .description_img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 615px;
  margin: 0 auto;
}
#t_strength .description_img img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  overflow: hidden;
}
#t_strength .description_img .description_img_text {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 0;
  color: #ddd;
  font-size: 8rem;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transform: translateY(calc(100% - 30px));
          transform: translateY(calc(100% - 30px));
}
@media screen and (max-width: 979px) {
  #t_strength .description_img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #t_strength .description_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  #t_strength .description_img .description_img_text {
    left: 45px;
    bottom: 0;
    font-size: 15rem;
    -webkit-transform: translateY(calc(100% - 65px));
            transform: translateY(calc(100% - 65px));
  }
}
#t_strength .t_strength_point {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1219px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #t_strength .t_strength_point {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #t_strength .t_strength_point {
    margin-top: 125px;
  }
}
@media screen and (min-width: 768px) {
  #t_strength .t_strength_point .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 20px;
  }
}
@media screen and (min-width: 980px) {
  #t_strength .t_strength_point .point_list {
    gap: 40px 32px;
  }
}
@media screen and (max-width: 767px) {
  #t_strength .t_strength_point .point {
    max-width: 385px;
    margin: 0 auto;
  }
  #t_strength .t_strength_point .point + .point {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #t_strength .t_strength_point .point {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 980px) {
  #t_strength .t_strength_point .point {
    width: calc((100% - 64px) / 3);
  }
}
#t_strength .t_strength_point .point_img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#t_strength .t_strength_point .title {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.52;
}
#t_strength .t_strength_point .title ._small {
  font-size: 60%;
}
@media screen and (min-width: 980px) {
  #t_strength .t_strength_point .title {
    font-size: 2.2rem;
  }
}
#t_strength .t_strength_point .point_text {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #t_strength .t_strength_point .point_text {
    font-size: 1.5rem;
    height: 8em;
  }
}
@media screen and (min-width: 1266px) {
  #t_strength .t_strength_point .point_text {
    height: 6em;
  }
}
@media screen and (min-width: 980px) {
  #t_strength .t_strength_point .btn_area {
    margin-top: 20px;
  }
}

.strength_add_img {
  display: block;
  width: 100%;
  aspect-ratio: 750/520;
  max-height: 400px;
}
.strength_add_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/*# sourceMappingURL=top.css.map */