@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
li a, p a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 250px;
}

.start p img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .start p {
    width: 30%;
  }
}
.fv_wrap {
  position: relative;
  overflow: hidden;
}
.fv_wrap .fv_main {
  position: relative;
}
@media (max-width: 767px) {
  .fv_wrap .fv_main {
    height: calc(65vh - 17.1173vw);
  }
}
.fv_wrap .fv_img {
  height: 100vh;
}
@media (max-width: 767px) {
  .fv_wrap .fv_img {
    height: 100%;
  }
}
.fv_wrap .fv_img img {
  object-fit: cover;
  height: 100%;
}
.fv_wrap .fv_text {
  position: absolute;
  right: -16px;
  margin: auto;
  width: 1065px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .fv_wrap .fv_text {
    width: 74%;
  }
}
@media (max-width: 1199px) {
  .fv_wrap .fv_text {
    width: 77%;
    right: -30px;
  }
}
@media (max-width: 991px) {
  .fv_wrap .fv_text {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .fv_wrap .fv_text {
    right: -40px;
    width: calc(100vw + 30px);
  }
}
.fv_wrap .news_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #000;
  color: #fff;
  padding: 10px 90px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
  height: 71px;
}
@media (max-width: 1340px) {
  .fv_wrap .news_wrap {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .fv_wrap .news_wrap {
    height: 64px;
  }
}
@media (max-width: 1199px) {
  .fv_wrap .news_wrap {
    padding-right: 54px;
  }
}
@media (max-width: 767px) {
  .fv_wrap .news_wrap {
    width: 100%;
    padding: 10px 30px 10px 1rem;
    position: relative;
  }
}
.fv_wrap .title_news {
  width: 13%;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fv_wrap .title_news {
    width: 20%;
  }
}
.fv_wrap .news_item_wrap {
  width: 87%;
}
@media (max-width: 767px) {
  .fv_wrap .news_item_wrap {
    width: 80%;
  }
}
.fv_wrap .news_item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .fv_wrap .news_item {
    display: block;
    padding: 0;
  }
}
.fv_wrap .news_item_date {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .fv_wrap .news_item_date {
    margin: 0;
    font-size: 12px;
  }
}
.fv_wrap .news_item_title {
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .fv_wrap .news_item_title {
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .fv_wrap .news_item_title {
    font-size: 3.8vw;
  }
}
.fv_wrap .slick-prev {
  left: auto;
  right: -30px;
  top: 15px;
  width: 25px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv_wrap .slick-prev {
    right: -24px;
  }
}
.fv_wrap .slick-prev:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #fff;
  display: block;
}
@media (max-width: 767px) {
  .fv_wrap .slick-prev:before {
    width: 15px;
    height: 2px;
    right: -14px;
  }
}
.fv_wrap .slick-next {
  left: auto;
  right: -30px;
  top: auto;
  bottom: -5px;
  width: 25px;
  height: 20px;
}
@media (max-width: 767px) {
  .fv_wrap .slick-next {
    right: -24px;
  }
}
.fv_wrap .slick-next:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #fff;
  display: block;
}
@media (max-width: 767px) {
  .fv_wrap .slick-next:before {
    width: 15px;
    height: 2px;
    right: -14px;
  }
}
.fv_wrap .fv_scroll {
  position: absolute;
  bottom: 0;
  left: 60px;
}
@media (max-width: 1199px) {
  .fv_wrap .fv_scroll {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .fv_wrap .fv_scroll {
    left: 50%;
    bottom: 64.19px;
  }
}
.fv_wrap .fv_scroll:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #fff;
  animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .fv_wrap .fv_scroll:before {
    height: 75px;
  }
}

@keyframes scrollBar {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  45% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
  46% {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
  91%, 100% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
}
.about {
  background: #fff;
  margin-top: 300px;
  padding-bottom: 300px;
}
@media (max-width: 1199px) {
  .about {
    margin-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
.about .container_right {
  margin-right: calc(50% - 50vw);
  width: calc(555px + 50vw);
  max-width: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .about .container_right {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .about .container_right {
    width: calc(480px + 50vw - 24px);
  }
}
@media (max-width: 991px) {
  .about .container_right {
    width: calc(360px + 50vw - 24px);
  }
}
@media (max-width: 767px) {
  .about .container_right {
    width: calc(100vw - 16px);
  }
}
.about .about_bg {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .about .about_bg {
    margin-bottom: 0;
  }
}
.about .about_wrap {
  margin-top: -280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .about .about_wrap {
    padding-right: 24px;
    margin-top: -10vw;
  }
}
@media (max-width: 767px) {
  .about .about_wrap {
    padding-right: 16px;
    margin-top: -30px;
    display: block;
    position: relative;
  }
}
.about .about_box {
  background: #fff;
  padding: 86px 140px 0 0;
  width: 58%;
}
@media (max-width: 1199px) {
  .about .about_box {
    padding: 60px 60px 0 0;
  }
}
@media (max-width: 767px) {
  .about .about_box {
    padding: 60px 0 0;
    width: 100%;
  }
}
.about .about_h3 {
  margin-top: 86px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about .about_h3 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.about .about_text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .about .about_text {
    margin-top: 10px;
    line-height: 1.7;
  }
}
.about .about_img {
  width: 42%;
}
@media (max-width: 767px) {
  .about .about_img {
    width: 100%;
  }
}

.about_img_2_wrap {
  position: relative;
  padding-top: 300px;
  background: #fff;
}
@media (max-width: 1199px) {
  .about_img_2_wrap {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .about_img_2_wrap {
    padding-top: 80px;
  }
}

.business {
  background: #Fff;
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
}
@media (max-width: 1199px) {
  .business {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .business {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.business .business_bg {
  position: relative;
}
.business .business_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 300px - 200px);
  height: 1142.8px;
  background: url(../img/top/business_left.jpg) 13% center/cover no-repeat;
}
@media (max-width: 1599px) {
  .business .business_bg:before {
    width: calc(50vw - 250px - 150px);
    height: 1106.8px;
  }
}
@media (max-width: 1199px) {
  .business .business_bg:before {
    width: calc(50vw - 250px - 120px);
    height: 866.8px;
  }
}
@media (max-width: 991px) {
  .business .business_bg:before {
    height: 818.8px;
    width: calc(50vw - 200px - 100px);
  }
}
@media (max-width: 767px) {
  .business .business_bg:before {
    width: 50%;
    height: 65vw;
  }
}
.business .business_bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50vw - 300px - 200px);
  height: 924px;
  background: url(../img/top/business_right.jpg) top left/cover no-repeat;
}
@media (max-width: 1599px) {
  .business .business_bg:after {
    height: 888px;
    width: calc(50vw - 250px - 150px);
  }
}
@media (max-width: 1199px) {
  .business .business_bg:after {
    height: 648px;
    width: calc(50vw - 250px - 120px);
  }
}
@media (max-width: 991px) {
  .business .business_bg:after {
    height: 612px;
    width: calc(50vw - 200px - 100px);
  }
}
@media (max-width: 767px) {
  .business .business_bg:after {
    width: 50%;
    height: 84vw;
  }
}
.business .business_wrap {
  width: 600px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .business .business_wrap {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .business .business_wrap {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .business .business_wrap {
    padding: 80vw 0 95vw;
    width: 100%;
  }
}
.business .business_item_wrap {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .business .business_item_wrap {
    margin-top: 40px;
  }
}
.business .business_item_a_wrap {
  position: relative;
}
.business .business_item_a_wrap::before {
  background-color: #eee;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.2, 1.08, 0.7, 0.99);
  width: 100%;
}
.business .business_item_a_wrap:hover::before {
  transform: scaleX(1);
}
.business .business_item a {
  display: flex;
  padding: 60px 0;
  line-height: 1;
  align-items: center;
  border-top: 1px solid #eee;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .business .business_item a {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .business .business_item a {
    padding: 20px 0;
  }
}
.business .business_item a:last-child {
  border-bottom: 1px solid #eee;
}
.business .business_item a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  height: 1px;
  background: #007bc7;
}
.business .business_item a:after {
  content: "";
  position: absolute;
  right: 1px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  transform: rotate(45deg);
}
.business .business_item a:hover {
  opacity: 1;
}
.business .business_item_left {
  display: flex;
  align-items: center;
  width: 50%;
}
.business .yess_no1_mark {
  position: relative;
}
.business .yess_no1_mark:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 51px;
  height: 50px;
  background: url(../img/top/yess_no1.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .business .yess_no1_mark:after {
    width: 41px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .business .yess_no1_mark:after {
    right: 20px;
    width: 31px;
    height: 30px;
  }
}
@media (max-width: 374px) {
  .business .yess_no1_mark:after {
    right: 4px;
  }
}
.business .business_item_num {
  font-size: 14px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .business .business_item_num {
    font-size: 12px;
    margin-right: 10px;
  }
}
.business .business_item_h3 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .business .business_item_h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .business .business_item_h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .business .business_item_h3 {
    font-size: 16px;
  }
}
.business .business_item_en {
  width: 42%;
  color: #888888;
  font-size: 14px;
}
@media (max-width: 991px) {
  .business .business_item_en {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .business .business_item_en {
    width: 50%;
    font-size: 10px;
  }
}

.parallax_div1 {
  position: relative;
}
.parallax_div1 .parallax_div1_text {
  overflow: hidden;
  position: absolute;
  top: -100px;
  left: calc(50vw - 555px - 68px);
  width: 600px;
  height: 984px;
}
@media (max-width: 1199px) {
  .parallax_div1 .parallax_div1_text {
    left: calc(50vw - 480px - 18px);
    width: 40vw;
    height: 66vw;
    top: -70px;
  }
}
@media (max-width: 991px) {
  .parallax_div1 .parallax_div1_text {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .parallax_div1 .parallax_div1_text {
    top: -14vw;
    width: 84%;
    height: 110vw;
    left: -20px;
  }
}
.parallax_div1 .parallax_div1_text:before {
  content: "";
  position: absolute;
  left: 0;
  width: 600px;
  height: 984px;
  background: url(../img/top/palla1_text_black.png) center center/contain no-repeat;
  z-index: 1;
}
@media (max-width: 1199px) {
  .parallax_div1 .parallax_div1_text:before {
    width: 40vw;
    height: 66vw;
  }
}
@media (max-width: 767px) {
  .parallax_div1 .parallax_div1_text:before {
    left: 0;
    width: 84%;
    height: 110vw;
  }
}

.parallax_bg {
  position: sticky;
  top: 0;
  height: 66.6vw;
}
@media (max-width: 767px) {
  .parallax_bg {
    height: 130vw;
  }
}

.parallax_bg0 {
  background: url(../img/top/palla0.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .parallax_bg0 {
    background-attachment: scroll;
  }
}

.parallax_bg1 {
  background: url(../img/top/palla1.jpg) center 146.58px/cover no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .parallax_bg1 {
    background-attachment: scroll;
    background-position: center center;
  }
}

.parallax_bg2 {
  background: url(../img/top/palla2.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .parallax_bg2 {
    background-position: 60% center;
    background-attachment: scroll;
  }
}

.parallax_bg3 {
  background: url(../img/top/palla3.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .parallax_bg3 {
    background-attachment: scroll;
  }
}

.parallax_bg_line {
  position: relative;
}
.parallax_bg_line:before {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 150px;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .parallax_bg_line:before {
    top: -50px;
    height: 100px;
  }
}
.parallax_bg_line:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 1px;
  height: 75px;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  animation: sdb 2s infinite;
  z-index: 3;
}
@media (max-width: 767px) {
  .parallax_bg_line:after {
    height: 50px;
    top: -50px;
  }
}

@keyframes sdb {
  0% {
    top: -75px;
  }
  100% {
    top: 0px;
  }
}
.works {
  padding: 300px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/top/palla1_bl.jpg);
  position: relative;
}
@media (max-width: 1199px) {
  .works {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .works {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .works {
    padding: 100px 0;
  }
}
.works .works_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .works .works_title_wrap {
    display: block;
  }
}
.works .works_title_wrap .subtitle {
  display: inline-block;
}
.works .works_category_wrap {
  width: 37%;
  display: flex;
  justify-content: space-between;
  min-width: 410px;
}
@media (max-width: 1199px) {
  .works .works_category_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .works .works_category_wrap {
    min-width: auto;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.works .works_category_wrap a {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.works .works_category_wrap a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #007bc7;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.works .works_category_wrap a:hover {
  color: #007bc7;
}
.works .works_category_wrap a:hover:after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.works .works_slider_wrap {
  margin: 100px -10px 0;
}
@media (max-width: 767px) {
  .works .works_slider_wrap {
    margin: 30px -5px 0;
  }
}
.works .works_item_img {
  margin: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .works .works_item_img {
    margin: 0 5px;
  }
}
.works .works_item_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(102, 176, 221, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
@media (max-width: 767px) {
  .works .works_item_img:after {
    opacity: 1;
  }
}
.works .works_item {
  position: relative;
}
.works .works_item:hover {
  opacity: 1;
}
.works .works_item:hover .works_item_img::after {
  opacity: 1;
}
.works .works_item:hover .works_item_text_wrap {
  opacity: 1;
}
.works .works_item:hover .arrow_more_white_wrap:before {
  opacity: 1;
}
.works .works_item:hover .arrow_more_white_wrap:after {
  opacity: 1;
}
.works .works_item:hover .arrow_more_white {
  opacity: 1;
}
.works .arrow_more_white_wrap:before {
  content: "";
  position: absolute;
  right: calc(10% + 7px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #fff;
  transition: all 0.5s 0s ease;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .works .arrow_more_white_wrap:before {
    opacity: 1;
  }
}
.works .arrow_more_white_wrap:after {
  content: "";
  position: absolute;
  right: calc(10% + 8px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.5s 0s ease;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .works .arrow_more_white_wrap:after {
    opacity: 1;
  }
}
.works .arrow_more_white {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .works .arrow_more_white {
    opacity: 1;
  }
}
.works .works_item_text_wrap {
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  color: #fff;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
@media (max-width: 767px) {
  .works .works_item_text_wrap {
    opacity: 1;
  }
}
.works .works_item_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.works .works_item_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}
.works .works_item_date {
  font-size: 12px;
  line-height: 1;
}
.works .works_item_tag {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
.works .more_btn_wrap {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .works .more_btn_wrap {
    margin-top: 40px;
  }
}

.various {
  display: flex;
  color: #fff;
  background: gray;
}
@media (max-width: 767px) {
  .various {
    display: block;
  }
}
.various .title_wrap {
  padding-bottom: 30px;
}
.various .title_wrap:after {
  background: #fff;
}
.various .subtitle {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .various .subtitle {
    font-size: 12px;
  }
}
.various .title {
  font-size: 42px;
}
@media (max-width: 1199px) {
  .various .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .various .title {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .various .title {
    padding-top: 10px;
  }
}
.various .various_mess {
  width: 33.3333%;
  background: url(../img/top/message.jpg) center center/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .various .various_mess {
    display: block;
    width: 100%;
    padding-top: 187.5%;
  }
}
.various .various_mess:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3) 70%);
  position: absolute;
  top: 0;
  left: 0;
}
.various .various_mess .various_text_wrap {
  position: absolute;
  width: 100%;
  padding: 0 60px 120px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .various .various_mess .various_text_wrap {
    padding: 0 24px 60px;
  }
}
@media (max-width: 767px) {
  .various .various_mess .various_text_wrap {
    padding: 0 16px 70px;
  }
}
.various .various_right {
  width: 66.6666%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .various .various_right {
    width: 100%;
    display: block;
  }
}
.various .various_text {
  margin-top: 50px;
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: justify;
}
@media (max-width: 1599px) {
  .various .various_text {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .various .various_text {
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .various .various_text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .various .various_text {
    font-size: 14px;
  }
}
.various .various_right_item {
  width: 50%;
  position: relative;
  padding-top: 46.875%;
}
@media (max-width: 767px) {
  .various .various_right_item {
    width: 100%;
    display: block;
    padding-top: 93.75%;
  }
}
.various .various_right_item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.3) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .various .various_right_item:before {
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.3) 60%);
  }
}
.various .various_right_item .various_text_wrap {
  position: absolute;
  width: 100%;
  padding: 0 60px 120px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .various .various_right_item .various_text_wrap {
    padding: 0 24px 60px;
  }
}
@media (max-width: 767px) {
  .various .various_right_item .various_text_wrap {
    padding: 0 16px 70px;
  }
}
.various .various_right_item_company {
  background: url(../img/top/company.jpg) center center/cover no-repeat;
}
.various .various_right_item_mission {
  background: url(../img/top/mission.jpg) center center/cover no-repeat;
}
.various .various_right_item_history {
  background: url(../img/top/history.jpg) center center/cover no-repeat;
}
.various .various_right_item_offices {
  background: url(../img/top/offices.jpg) center center/cover no-repeat;
}
.various .arrow_more_white_wrap:before {
  top: auto;
  right: 72px;
  bottom: 80px;
}
@media (max-width: 1199px) {
  .various .arrow_more_white_wrap:before {
    right: 37px;
    bottom: 44px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .various .arrow_more_white_wrap:before {
    right: 36px;
    bottom: 39px;
    width: 8px;
  }
}
@media (max-width: 1199px) {
  .various .arrow_more_white_wrap:before {
    right: 31px;
  }
}
@media (max-width: 767px) {
  .various .arrow_more_white_wrap:before {
    right: 23px;
  }
}
.various .arrow_more_white_wrap:after {
  top: auto;
  right: 73px;
  bottom: 76px;
}
@media (max-width: 1199px) {
  .various .arrow_more_white_wrap:after {
    right: 38px;
    bottom: 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .various .arrow_more_white_wrap:after {
    right: 37px;
    bottom: 37px;
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 1199px) {
  .various .arrow_more_white_wrap:after {
    right: 32px;
  }
}
@media (max-width: 767px) {
  .various .arrow_more_white_wrap:after {
    right: 24px;
  }
}
.various .arrow_more_white {
  top: auto;
  bottom: 60px;
  right: 60px;
}
@media (max-width: 1199px) {
  .various .arrow_more_white {
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .various .arrow_more_white {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .various .arrow_more_white {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .various .arrow_more_white {
    right: 16px;
  }
}

.event_info {
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
  background: #fff;
}
@media (max-width: 1199px) {
  .event_info {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .event_info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.event_info .title {
  font-size: 50px;
}
@media (max-width: 767px) {
  .event_info .title {
    font-size: 30px;
  }
}
.event_info .event_info_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .event_info .event_info_wrap {
    display: block;
  }
}
.event_info .event,
.event_info .info {
  width: 45%;
}
@media (max-width: 767px) {
  .event_info .event,
.event_info .info {
    width: 100%;
  }
}
.event_info .event_item_wrap,
.event_info .info_item_wrap {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .event_info .event_item_wrap,
.event_info .info_item_wrap {
    margin-top: 40px;
  }
}
.event_info .event_item,
.event_info .info_item {
  position: relative;
}
.event_info .event_item::before,
.event_info .info_item::before {
  background-color: #eee;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.2, 1.08, 0.7, 0.99);
  width: 100%;
}
.event_info .event_item:hover::before,
.event_info .info_item:hover::before {
  transform: scaleX(1);
}
.event_info .event_item a,
.event_info .info_item a {
  display: flex;
  align-items: center;
  padding: 30px 0;
  line-height: 1;
  border-top: 1px solid #f5f5f5;
  position: relative;
}
.event_info .event_item a:hover,
.event_info .info_item a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .event_info .event_item a,
.event_info .info_item a {
    display: block;
    padding: 20px 0;
  }
}
.event_info .event_item a:last-child,
.event_info .info_item a:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.event_info .event_item a .arrow_more_blue_wrap:before,
.event_info .info_item a .arrow_more_blue_wrap:before {
  right: 0;
  width: 25px;
}
.event_info .event_item a .arrow_more_blue_wrap:after,
.event_info .info_item a .arrow_more_blue_wrap:after {
  right: 1px;
  width: 10px;
  height: 10px;
}
.event_info .event_item_date,
.event_info .info_item_date {
  color: #888;
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .event_info .event_item_date,
.event_info .info_item_date {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .event_info .event_item_date,
.event_info .info_item_date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .event_info .event_item_date,
.event_info .info_item_date {
    margin-right: 0;
  }
}
.event_info .event_item_title,
.event_info .info_item_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .event_info .event_item_title,
.event_info .info_item_title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .event_info .event_item_title,
.event_info .info_item_title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .event_info .event_item_title,
.event_info .info_item_title {
    margin-top: 10px;
  }
}
.event_info .more_btn_wrap {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .event_info .more_btn_wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .event_info .info {
    margin-top: 80px;
  }
}

.career {
  background: #222;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .career {
    padding-bottom: 80px;
  }
}
.career .career_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .career .career_wrap {
    display: block;
  }
}
.career .career_text_wrap {
  padding-top: 250px;
  width: 41%;
  position: relative;
}
@media (max-width: 1199px) {
  .career .career_text_wrap {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .career .career_text_wrap {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .career .career_text_wrap {
    padding-top: 80px;
    padding-bottom: 30px;
    width: 100%;
  }
}
.career .career_text_img {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 138%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .career .career_text_img {
    bottom: 150px;
  }
}
@media (max-width: 991px) {
  .career .career_text_img {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .career .career_text_img {
    bottom: 0;
    width: 100%;
  }
}
.career .title_wrap:after {
  background: #fff;
}
.career .subtitle {
  color: #fff;
}
.career .more_btn_wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .career .more_btn_wrap .more_btn {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .career .more_btn_wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .career .more_btn_wrap {
    margin-top: 40px;
  }
}
.career .more_btn_wrap a {
  text-align: left;
  display: inline-block;
}
.career .career_slider_wrap {
  width: 59%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .career .career_slider_wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.career .career_slider {
  width: 48%;
}
.career .career_slider_item {
  overflow: hidden;
  margin: 15px 0;
}
.career .career_slider_item img {
  display: block;
}
.career .career_slider_right {
  transform: rotate(180deg);
}
.career .career_slider_right .slick-slide {
  transform: rotate(-180deg);
}

.pickup {
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
  background: #fff;
}
@media (max-width: 1199px) {
  .pickup {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .pickup {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.pickup .pickup_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pickup .pickup_wrap {
    margin-top: 40px;
  }
}
.pickup .pickup_item {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pickup .pickup_item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pickup .pickup_item {
    width: 48.5%;
  }
}
.pickup .yess_no1_mark {
  position: relative;
}
.pickup .yess_no1_mark:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -30px;
  width: 72px;
  height: 70px;
  background: url(../img/top/yess_no1.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .pickup .yess_no1_mark:after {
    top: -40px;
  }
}
@media (max-width: 767px) {
  .pickup .yess_no1_mark:after {
    width: 51px;
    height: 50px;
  }
}

.instagram {
  padding: 300px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/top/palla3_bl.jpg);
  position: relative;
}
@media (max-width: 1199px) {
  .instagram {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .instagram {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .instagram {
    padding: 80px 0;
  }
}
.instagram #sbi_images {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .instagram #sbi_images {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.instagram #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
  width: 96%;
}
@media (max-width: 767px) {
  .instagram #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    /*width: 32%;*/
    margin-bottom: 10px !important;
  }
}
.instagram .more_btn_wrap {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .instagram .more_btn_wrap {
    margin-top: 40px;
  }
}

.animation_title {
  position: relative;
  opacity: 0;
}
.animation_title .subtitle {
  position: relative;
}
.animation_title .subtitle:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.animation_title .title.en {
  position: relative;
}
.animation_title .title.en::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.animation_title.active {
  animation: fadeinText 0.5s ease-in 0.5s forwards;
}
.animation_title.active .subtitle:before {
  animation: mainText01 0.5s ease-in 0s, mainText02 0.5s ease-out 0.5s;
}
.animation_title.active .title.en:before {
  animation: subText01 0.5s ease-in 0.25s, subText02 0.5s ease-out 0.55s;
}

@keyframes fadeinText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainText01 {
  0% {
    width: 0;
    right: auto;
    left: 0;
  }
  100% {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@keyframes mainText02 {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
@keyframes subText01 {
  0% {
    width: 0;
    right: auto;
    left: 0;
  }
  100% {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@keyframes subText02 {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}