#data .btn a, #works .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 90px;
  border-radius: 10px;
  background: #141437;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  position: relative;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#data .btn a:hover, #works .inner .btn a:hover {
  opacity: 0.6;
}
#data .btn a::after, #works .inner .btn a::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  right: 30px;
  background-image: url("../images/arrow.webp");
}
@media (max-width: 767px) {
  #data .btn a, #works .inner .btn a {
    height: 65px;
    max-width: 280px;
    font-size: 15px;
  }
  #data .btn a::after, #works .inner .btn a::after {
    width: 7px;
    height: 10px;
    background-size: 100%;
    right: 30px;
  }
}

#entry .inner h2, #tiktok .inner h2, #data .inner h2, #about .inner h2, #interview .head h2, #works .inner h2,#insta .inner h2 {
  font-size: 60px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
#entry .inner h2 .mask-bg, #tiktok .inner h2 .mask-bg, #data .inner h2 .mask-bg, #about .inner h2 .mask-bg, #interview .head h2 .mask-bg, #works .inner h2 .mask-bg,#insta .inner h2 .mask-bg {
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  line-height: 1.2;
  transition: color 0ms 450ms;
  color: #ffffff;
  position: relative;
  display: block;
  overflow: hidden;
}
#entry .inner h2 .mask-bg::after, #tiktok .inner h2 .mask-bg::after, #data .inner h2 .mask-bg::after, #about .inner h2 .mask-bg::after, #interview .head h2 .mask-bg::after, #works .inner h2 .mask-bg::after,#insta .inner h2 .mask-bg::after {
  background-color: #141437;
  bottom: 0;
  content: "";
  display: block;
  visibility: visible !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
@keyframes mask-bg {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 0);
  }
}
#entry .inner h2 .animation3, #tiktok .inner h2 .animation3, #data .inner h2 .animation3, #about .inner h2 .animation3, #interview .head h2 .animation3, #works .inner h2 .animation3, #insta .inner h2 .animation3{
  color: #ffffff;
}
#entry .inner h2 .animation3::after, #tiktok .inner h2 .animation3::after, #data .inner h2 .animation3::after, #about .inner h2 .animation3::after, #interview .head h2 .animation3::after, #works .inner h2 .animation3::after,#insta .inner h2 .animation3:after {
  visibility: hidden;
  z-index: -1;
}
#entry .inner h2 small, #tiktok .inner h2 small, #data .inner h2 small, #about .inner h2 small, #interview .head h2 small, #works .inner h2 small,#insta .inner h2 small
{
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 0.08em;
  display: block;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199px) {
  #entry .inner h2, #tiktok .inner h2, #data .inner h2, #about .inner h2, #interview .head h2, #works .inner h2,#insta .inner h2 {
    font-size: 40px;
  }
  #entry .inner h2 small, #tiktok .inner h2 small, #data .inner h2 small, #about .inner h2 small, #interview .head h2 small, #works .inner h2 small,#insta .inner h2 small {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #entry .inner h2, #tiktok .inner h2, #data .inner h2, #about .inner h2, #interview .head h2, #works .inner h2,#insta .inner h2 {
    font-size: 27px;
  }
  #entry .inner h2 .mask-bg, #tiktok .inner h2 .mask-bg, #data .inner h2 .mask-bg, #about .inner h2 .mask-bg, #interview .head h2 .mask-bg, #works .inner h2 .mask-bg ,#insta .inner h2 .mask-bg{
    padding: 0 10px;
    padding-bottom: 2px;
  }
  #entry .inner h2 small, #tiktok .inner h2 small, #data .inner h2 small, #about .inner h2 small, #interview .head h2 small, #works .inner h2 small ,#insta .inner h2 small {
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 10px;
    padding-bottom: 1px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainmovie {
 /*  background-color: #fff; */
  position: relative;
  width: calc(100% - 100px);
/*  padding: 0 50px; */
  margin-left: auto;
  margin-right: auto;
}
#mainmovie::before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 70%;
  position: absolute;
  top: -100px;
  z-index: -1;
}
#mainmovie img, #mainmovie video {
  height: calc(100vh - 120px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 20px;
}
#mainmovie .catch {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  padding: 0;
  bottom: 14%;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0 10px;
}
@media (max-width: 1450px) {
  #mainmovie {
    width: calc(100% - 20px);
    /* padding: 0 10px; */
  }
}
@media (max-width: 1199px) {
  #mainmovie img, #mainmovie video {
    height: auto;
    height: 600px;
  }
  #mainmovie .catch {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  #mainmovie img, #mainmovie video {
    height: 300px;
    border-radius: 15px;
  }
  #mainmovie .catch {
    font-size: 30px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  width: 690px;
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-left: 38px;
  padding-right: 30px;
}
#news ul li {
  display: flex;
  align-items: center;
}
#news ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news ul li a:hover {
  opacity: 0.6;
}
#news ul li .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #4bb2f8;
  font-weight: 500;
  line-height: 1.6;
}
#news ul li .time {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 25px;
  line-height: 1.6;
}
#news ul li .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  #news {
    margin-top: -60px;
    width: 55%;
  }
  #news ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news {
    width: 80%;
    min-height: 70px;
    margin-top: -30px;
    padding: 5px 15px;
    padding-right: 10px;
  }
  #news ul li {
    flex-wrap: wrap;
  }
  #news ul li a {
    flex-wrap: wrap;
  }
  #news ul li a .title {
    font-size: 13px;
  }
  #news ul li a .time {
    margin-right: auto;
    font-size: 13px;
    margin-left: 15px;
  }
  #news ul li a .text {
    margin-left: 0;
    font-size: 13px;
    width: 100%;
  }
  #news ul li .title {
    font-size: 13px;
  }
  #news ul li .time {
    margin-right: auto;
    font-size: 13px;
    margin-left: 15px;
  }
  #news ul li .text {
    margin-left: 0;
    font-size: 13px;
    width: 100%;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  margin-bottom: 0px;
  position: relative;
  z-index: -2;
  /* position: relative;
  margin-bottom: 159px;
  .bg{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .catch {
    @include fontnoto(900);
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - $contWidth)/2);
    small{
      @include fontnoto(700);
      font-size: 40px;
      @include lh(40,60);
      letter-spacing: 0.08em;
      display: block;
      margin-top: 20px;
    }
  } */
}
#message .inner {
  position: relative;
  z-index: 1;
  margin-top: -135vh;
  transform: translate3d(0, 0, 0);
  isolation: isolate;
}
#message .inner .element {
  z-index: 1;
  width: 100%;
  top: 0;
  height: 0;
  position: sticky;
  top: 0px;
}
#message .inner .element .elementInner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#message .inner .element .elementInner .purpose {
  position: absolute;
  width: 100%;
  overflow: hidden;
  transform: translateY(calc(50vh - 50%));
}
#message .inner .element .elementInner .purpose .catch {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #141437;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - $contWidth)/2); */
  margin-left: calc((100% - 1180px) / 2);
  padding-right: 50px;
}
#message .inner .element .elementInner .purpose .catch h2 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#message .inner .element .elementInner .purpose .catch p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 40px;
}
#message .inner .bg {
  margin-top: 100vh;
  padding-top: 50vh;
  padding-bottom: 50vh;
  position: relative;
  transform: translate3d(0, 0, 0);
  -o-object-position: 50%;
     object-position: 50%;
  z-index: 0;
  overflow: hidden;
}
#message .inner .bg img {
  width: 100%;
 height: 2000px;
 object-fit: cover;
}
@media (max-width: 1217px) {
  #message .inner .element .elementInner .purpose .catch {
    margin-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  #message {
    margin-bottom: 130px;
  }
  #message .inner {
    margin-top: -120vh;
  }
  #message .inner .element .elementInner .purpose .catch {
    padding-bottom: 120px;
  }
  #message .inner .element .elementInner .purpose .catch h2 {
    font-size: 45px;
  }
  #message .inner .element .elementInner .purpose .catch p {
    font-size: 24px;
  }
  #message .inner .bg img {
    margin-left: -20%;
    width: 120%;
    height: 1000px;
    max-width: unset;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  #message .inner .bg {
    margin-top: 0;
    padding-top: 0;
  }
  #message {
    margin-bottom: 90px;
  }
  #message .inner {
    /* margin-top: -123vh; */
    margin-top: -10vh;
  }
  #message .inner .element .elementInner .purpose {
    padding-top: 40vh;
  }
  #message .inner .element .elementInner .purpose .catch {
    padding-bottom: 250px;
  }
  #message .inner .element .elementInner .purpose .catch h2 {
    font-size: 35px;
  }
  #message .inner .element .elementInner .purpose .catch p {
    font-size: 20px;
    margin-top: 10px;
  }
  #message .inner .bg img {
    margin-left: -20%;
    width: 170%;
    max-width: unset;
  }
}
@media (max-width: 500px) {
  #message .inner .bg img {
    height: 600px;
  }
  #message .inner .element .elementInner .purpose .catch h2 {
    font-size: 27px;
  }
  #message .inner .element .elementInner .purpose .catch p {
    font-size: 15px;
  }
}

/* ----------------------------------------------
recruit-bnr
------------------------------------------------- */
.recruit-bnr {
  position: relative;
  margin-top: -10vw;
}
.recruit-bnr::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 5%);
  width: 100%;
  height: 1000px;
  position: absolute;
  top: -2vw;
}
.recruit-bnr img {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .recruit-bnr {
    margin-top: -25vw;
  }
  .recruit-bnr::before {
    top: -3.3vw;
  }
}
@media (max-width: 767px) {
  .recruit-bnr {
    margin-top: -45vw;
  }
  .recruit-bnr::before {
    top: -10vw;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works .points{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1500px;
  margin-bottom: 250px;
  padding-top: 230px;
}
#works .points .catch{
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 10px;
  background-color: #141437;
  color: #fff;
  display: block;
  width: fit-content;
  margin-left: auto;
}
#works .points .pointblocks{
  margin-top: 140px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 60px 6.418918918918919%;
}
#works .points .pointblocks .block{
  width: 29.05405405405405%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px;
}
#works .points .pointblocks .block::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F7F6;
  border-radius: 30px;
  z-index: -1;
}
#works .points .pointblocks .block .point{
  position: absolute;
  left: -20px;
  top: 0;
  transform: translateY(-50%);
}
#works .points .pointblocks .block .icon{
  margin-bottom: 10px;
}
#works .points .pointblocks .block .title{
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #141437;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;

}
#works .points .pointblocks .block .title .titleborder{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 30px;
  background: linear-gradient(90deg, #4bb2f8 0%, #6ec9d2 50%, #92e2a9 100%);
  z-index: -1;
  transition: all 0.5s ease-out;
}

#works .points .pointblocks .block .title .titleborder.mask-bg{
  width: 100%;
}






#works .points .pointblocks .block .btn{
  max-width: 100%;
}
#works .points .pointblocks .block .btn a{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  max-width: 100%;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  background-color: #131337;
  color: #fff;
  margin: 0 auto;
  transition: all 0.5s ease-out;
}
#works .points .pointblocks .block .btn a:hover {
  opacity: 0.6;
}
#works .points .pointblocks .block .point-featherlight-wrapper{
  display: none;
}
.point-featherlight-wrapper{
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px;
  border: 4px solid #4db2f0;
  border-radius: 30px;
  background-color: #fff;
}
.point-featherlight-wrapper .heading{
  font-size: 30px;
  font-weight: 700;
  color: #141437;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-right: 60px;
}
.point-featherlight-wrapper .popcontents{
  display: flex;
  column-gap: 10px;
}
.point-featherlight-wrapper .popcontents .left{
  width: 17.39130434782609%;
}
.point-featherlight-wrapper .popcontents .left .image{
  margin-bottom: 10px;
}
.point-featherlight-wrapper .popcontents .left .image img{
border-radius: 10px;
}
.point-featherlight-wrapper .popcontents .left .data{
  font-size: 18px;
  color: #141437;
  line-height: 1.2;
}
.point-featherlight-wrapper .popcontents .text{
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #141437;
  text-indent: 1em;
  flex: 1;
}
#works {
  padding: 0 10px;
  /* padding-top: 250px; */
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#works .bg {
  width: 330px;
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: -1;
  transform: rotate(-40deg);
}
#works .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1500px;
  border: #000 solid 1px;
  background-image: url("../images/works-bg.webp");
  background-size: 102%;
  background-position: center;
  border-radius: 20px;
  padding-bottom: 90px;
  position: relative;
}
#works .inner h2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1180px;
  padding: 0;
  margin-top: -90px;
  z-index: 1;
  position: relative;
}
#works .inner .contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1180px;
  padding: 0;
  margin-top: 60px;
  position: relative;
}
#works .inner .contents::before {
  content: "WORKS";
  color: #73ccc5;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 0;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.08em;
  left: -0.6em;
  top: -2.5em;
  line-height: 1;
}
#works .inner .contents .left-block, #works .inner .contents .right-block {
  width: 47.5%;
}
#works .inner .contents .left-block a, #works .inner .contents .right-block a {
  transition: all 0.5s ease-out;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
#works .inner .contents .left-block a:hover, #works .inner .contents .right-block a:hover {
  opacity: 0.6;
}
#works .inner .contents .left-block a + a, #works .inner .contents .right-block a + a {
  margin-top: 50px;
}
#works .inner .contents .left-block .image, #works .inner .contents .right-block .image {
  position: relative;
}
#works .inner .contents .left-block .image::before, #works .inner .contents .right-block .image::before {
  content: "";
  background-image: url(../images/works-arrow.webp);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 35px;
  right: 35px;
}
#works .inner .contents .left-block .image img, #works .inner .contents .right-block .image img {
  width: calc(100% - 12px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/550;
  border: 6px solid #4bb2f8;
  border-radius: 15px;
}
#works .inner .contents .left-block h3, #works .inner .contents .right-block h3 {
  margin-left: auto;
  margin-right: auto;
  min-width: 276px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4bb2f8;
  margin-bottom: -40px;
  z-index: 3;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-radius: 10px;
}
#works .inner .contents .left-block h3 {
  background-color: #73ccc5;
}
#works .inner .contents .left-block .image img {
  border: 6px solid #73ccc5;
}
#works .inner .btn {
  margin-top: 90px;
}
@media (max-width: 1275px) {
  #works .points .pointblocks .block .point{
    left: 0;
  }
  #works .inner .contents::before {
    font-size: 85px;
    left: -35px;
  }
}
@media (max-width: 1199px) {
  #works .points .catch{
    font-size: 40px;
  }
  #works .points .pointblocks .block .point{
    max-width: 160px;
  }
  #works .points .pointblocks .block .title{
    font-size: 28px;
  }
  #works .points .pointblocks .block .btn a{
    font-size: 18px;
  }
  .point-featherlight-wrapper .heading{
    font-size: 24px;
  }
  .point-featherlight-wrapper .popcontents .left .data{
    font-size: 16px;
  }
  .point-featherlight-wrapper .popcontents .text{
    font-size: 18px;
  }
  #works .inner h2 {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  #works .points{
    padding-top: 100px;
    margin-bottom: 120px;
  }
  #works .points .catch{
    font-size: 30px;
    margin-bottom: 60px;
  }
  #works .points .pointblocks{
    margin-top: 100px;
    column-gap: 6%;
  }
  #works .points .pointblocks .block{
    width: 47%;
    margin-top: 0 !important;
  }
  #works .points .pointblocks .block .point{
    max-width: 140px;
  }
  #works .points .pointblocks .block .title{
    font-size: 22px;
    padding-bottom: 10px;
  }
  #works .points .pointblocks .block .title .titleborder{
    height: 20px;
  }
  #works .points .pointblocks .block .btn a{
    width: 160px;
    height: 30px;
    font-size: 16px;
  }
  .point-featherlight-wrapper{
    padding: 20px 10px;
  }
  .point-featherlight-wrapper .heading{
    font-size: 20px;
    padding-right: 40px;
  }
  .point-featherlight-wrapper .popcontents{
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .point-featherlight-wrapper .popcontents .left{
    width: 100%;
    max-width: 160px;
  }
  .point-featherlight-wrapper .popcontents .left .data{
    font-size: 14px;
  }
  .point-featherlight-wrapper .popcontents .text{
    font-size: 16px;
  }
  #works {
    /* padding-top: 120px; */
  }
  #works .bg {
    width: 180px;
    top: 10px;
  }
  #works .inner {
    padding-bottom: 60px;
  }
  #works .inner h2 {
    margin-top: -48px;
  }
  #works .inner .contents {
    display: block;
    margin-top: 40px;
  }
  #works .inner .contents::before {
    font-size: 50px;
    left: -29px;
  }
  #works .inner .contents .left-block, #works .inner .contents .right-block {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #works .inner .contents .left-block a + a, #works .inner .contents .right-block a + a {
    margin-top: 40px;
  }
  #works .inner .contents .left-block h3, #works .inner .contents .right-block h3 {
    min-width: 150px;
    font-size: 24px;
    margin-bottom: -20px;
  }
  #works .inner .contents .left-block .image img, #works .inner .contents .right-block .image img {
    border: 4px solid #73ccc5;
    width: calc(100% - 8px);
  }
  #works .inner .contents .left-block .image::before, #works .inner .contents .right-block .image::before {
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  #works .inner .contents .right-block {
    margin-top: 40px;
  }
  #works .inner .contents .right-block .image img {
    border: 4px solid #4bb2f8;
  }
  #works .inner .btn {
    margin-top: 50px;
  }
}
@media (max-width: 500px){
  #works .points .pointblocks{
    flex-direction: column;
    align-items: center;
  }
  #works .points .pointblocks .block{
    width: 100%;
    max-width: 430px;
  }
}
/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  padding-top: 220px;
  margin-top: -70px;
  background-color: #4bb2f8;
  position: relative;
  z-index: 1;
  padding-bottom: 300px;
  overflow: hidden;
}
#interview .bg {
  width: 500px;
  position: absolute;
  bottom: 50px;
  left: -100px;
}
#interview .bg2 {
  width: 800px;
  position: absolute;
  bottom: -150px;
  right: -200px;
}
#interview .head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#interview .head h2 {
  margin-bottom: 0;
  z-index: 4;
  position: relative;
}
#interview .head .btn {
  margin-left: auto;
}
#interview .head .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 64px;
  border-radius: 10px;
  background: #141437;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  position: relative;
}
#interview .head .btn a:hover {
  opacity: 0.6;
}
#interview .head .btn a::after {
  content: "";
  width: 7px;
  height: 10px;
  position: absolute;
  right: 30px;
  background-image: url("../images/arrow2.webp");
}
#interview .thumbset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1240px;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
#interview .thumbset::before {
  content: "INTERVIEW";
  color: #ffffff;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: -1;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.08em;
  left: -0.48em;
  top: -2em;
  line-height: 1;
}
#interview .thumbset .main {
  margin-bottom: 30px;
  /* prev next arrows */
}
#interview .thumbset .main li {
  width: 100%;
  margin: 0 0.4%;
}
#interview .thumbset .main li a {
  transition: all 0.5s ease-out;
  color: #141437;
  text-decoration: none;
}
#interview .thumbset .main li a:hover {
  opacity: 0.6;
}
#interview .thumbset .main li .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/430;
  border-radius: 10px 10px 0 0;
}
#interview .thumbset .main li .block .content {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 30px 15px;
  padding-bottom: 40px;
}
#interview .thumbset .main li .block .content .title {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
  margin-bottom: 20px;
}
#interview .thumbset .main li .block .content .cate ul {
  display: flex;
}
#interview .thumbset .main li .block .content .cate ul li {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
}
#interview .thumbset .main li .block .content .cate ul li:not(:first-child)::before {
  content: "/";
  margin: 0 0.2em;
}
#interview .thumbset .main .slick-prev,
#interview .thumbset .main .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#interview .thumbset .main .slick-prev {
  background: url(../images/slide-prev.png) no-repeat left center/cover;
  left: -10px;
}
#interview .thumbset .main .slick-next {
  background: url(../images/slide-next.png) no-repeat right center/cover;
  right: -10px;
}
#interview .thumbset .main .slick-arrow {
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
}
#interview .thumbset .main .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
@media (max-width: 1275px) {
  #interview .thumbset::before {
    font-size: 85px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  #interview {
    padding-bottom: 200px;
    padding-top: 130px;
    margin-top: -35px;
  }
  #interview .bg {
    width: 230px;
    bottom: 100px;
    left: -80px;
  }
  #interview .bg2 {
    width: 350px;
    bottom: -10px;
    right: -150px;
  }
  #interview .head {
    display: block;
  }
  #interview .head .btn {
    margin-top: 50px;
    margin-left: 0;
  }
  #interview .head .btn a {
    width: 240px;
    height: 55px;
    font-size: 14px;
  }
  #interview .thumbset {
    margin-top: 50px;
  }
  #interview .thumbset::before {
    font-size: 50px;
    left: -8px;
    top: -227px;
  }
  #interview .thumbset .main {
    margin-bottom: 20px;
  }
  #interview .thumbset .main .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #interview .thumbset .main li .block .content {
    padding: 25px 10px;
  }
  #interview .thumbset .main li .block .content .title {
    font-size: 15px;
  }
  #interview .thumbset .main li .block .content .cate ul li {
    font-size: 14px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  background-color: #92e2a9;
  background: linear-gradient(180deg, #4bb2f8 3%, #92e2a9 9%);
  position: relative;
  padding-bottom: 200px;
  position: relative;
  margin-top: -350px;
  padding-top: 150px;
  overflow: hidden;
}
#about::before {
  content: "";
  background: linear-gradient(180deg, rgba(75, 179, 248, 0) 5%, #92e2a9 70%);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#about .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
  position: relative;
  padding-top: 20px;
}
#about .inner::before {
  content: "ABOUT US";
  color: #ffffff;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 0;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.08em;
  right: -0.62em;
  top: -0.4em;
  line-height: 1;
}
#about .inner h2 {
  position: relative;
}
#about .inner .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#about .inner .contents .block {
  width: 47.5%;
}
#about .inner .contents .block a {
  transition: all 0.5s ease-out;
  color: #141437;
  text-decoration: none;
}
#about .inner .contents .block a:hover {
  opacity: 0.6;
}
#about .inner .contents .block a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/680;
  border-radius: 10px;
}
#about .inner .contents .block a .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
#about .inner .contents .block.company {
  padding-top: 60px;
}
#about .inner .bnr{
  margin-top: 30px;
}
#about .inner .bnr a{
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#about .inner .bnr a:hover{
  opacity: 0.6;
}
#about .inner .bnr .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  letter-spacing: 0.08em;
  margin-top: 5px;
  width: 47.5%;
}
#about .inner .bnr .title::after{
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/arrow3.png)no-repeat center/cover;
}
@media (max-width: 1350px) {
  #about .inner::before {
    font-size: 85px;
    right: -10px;
    width: 50px;
  }
}
@media (max-width: 1199px) {
  #about .inner .contents .block a .title {
    font-size: 28px;
  }
  #about .inner .bnr .title{
    font-size: 28px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  #about {
    margin-top: -350px;
    padding-top: 200px;
    background: linear-gradient(180deg, #4bb2f8 2%, #92e2a9 15%);
    padding-bottom: 80px;
  }
  #about::before {
    height: 250px;
    top: 120px;
    background: linear-gradient(180deg, rgba(75, 179, 248, 0) 2%, #92e2a9 55%);
  }
  #about .inner::before {
    font-size: 50px;
    right: -7px;
  }
  #about .inner .contents {
    display: block;
  }
  #about .inner .contents .block {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .inner .contents .block a .title {
    font-size: 21px;
  }
  #about .inner .contents .block.sdgs {
    margin-top: 50px;
  }
  #about .inner .bnr .title{
    font-size: 20px;
    width: 100%;
  }
}

/* ----------------------------------------------
data
------------------------------------------------- */
#data {
  padding-top: 180px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
#data .bg {
  width: 330px;
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: -1;
  transform: rotate(-40deg);
}
#data .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1500px;
  background-image: url("../images/works-bg.webp");
  border-radius: 20px;
  border: 1px #141437 solid;
  padding-bottom: 100px;
  position: relative;
}
#data .inner::before {
  content: "";
  position: absolute;
  width: 373px;
  height: 105px;
  top: 0;
  background-image: url("../images/data-title.webp");
  top: -73px;
  left: 10%;
}
#data .inner h2 {
  margin-top: -35px;
  position: relative;
  z-index: 2;
  text-align: center;
}
#data .inner h2 p {
  margin-left: auto;
  margin-right: auto;
}
#data .inner .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-top: 50px;
  gap: 0 3.75%;
}
#data .inner .contents .block {
  background-color: #f8f7f6;
  width: 30.8333333333%;
  height: 280px;
  border-radius: 20px;
  padding-top: 55px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}
#data .inner .contents .block .title {
  font-size: 24px;
  letter-spacing: 0.08em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
#data .inner .contents .block .title small {
  display: block;
  font-size: 14px;
  text-align: end;
}
#data .inner .contents .block .content {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
#data .inner .contents .block .content .icon {
  margin-right: 20px;
  height: 90px;
}
#data .inner .contents .block .content .data-box {
  line-height: 1.3;
}
#data .inner .contents .block .content .data-box p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#data .inner .contents .block .content .data-box span {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4bb2f8;
}
#data .inner .contents .block .content .data-box small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#data .btn {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  #data .inner h2 {
    margin-top: -25px;
  }
  #data .inner::before {
    top: -100px;
  }
  #data .inner .contents .block .title {
    font-size: 19px;
  }
  #data .inner .contents .block .content .data-box p {
    font-size: 22px;
  }
  #data .inner .contents .block .content .data-box span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #data {
    padding-top: 120px;
  }
  #data .bg {
    width: 180px;
    top: 10px;
  }
  #data .inner {
    padding-bottom: 60px;
  }
  #data .inner::before {
    width: 50%;
    height: 14vw;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 10px;
    top: -55px;
  }
  #data .inner h2 {
    margin-top: -20px;
  }
  #data .inner .contents {
    display: block;
  }
  #data .inner .contents .block {
    width: 100%;
    height: 220px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #data .inner .contents .block .title {
    font-size: 18px;
  }
  #data .inner .contents .block .content .icon {
    height: 80px;
  }
  #data .inner .contents .block .content .icon img {
    height: 100%;
  }
  #data .inner .contents .block .content .data-box p {
    font-size: 18px;
  }
  #data .inner .contents .block .content .data-box p span {
    font-size: 30px;
  }
  #data .inner .contents .block:not(:first-child) {
    margin-top: 40px;
  }
  #data .inner .btn {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  background-repeat: no-repeat;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 90px;
  margin-top: -65px;
}
#recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #4bb2f8 0%, #6ec9d2 50%, #92e2a9 100%);
  z-index: -1;
}
#recruit .bg-img {
  width: 96%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#recruit .bg-img img {
  width: 100%;
}
#recruit .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recruit .inner .contents {
  background-color: #ffffff;
  width: 100%;
  max-width: 680px;
  border-radius: 20px;
  padding: 75px 30px 80px 45px;
}
#recruit .inner .contents h2 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-shadow: 4px 4px 0 #fff79a;
}
#recruit .inner .contents .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-top: 45px;
}
#recruit .inner .contents .btn {
  margin-top: 50px;
}
#recruit .inner .contents .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 64px;
  border-radius: 10px;
  background: #141437;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  position: relative;
}
#recruit .inner .contents .btn a:hover {
  opacity: 0.6;
}
#recruit .inner .contents .btn a::after {
  content: "";
  width: 7px;
  height: 10px;
  position: absolute;
  right: 30px;
  background-image: url("../images/arrow2.webp");
}
@media (max-width: 1400px) {
  #recruit .bg-img {
    background-image: url(../images/recruit-bg.png);
    background-position: center;
    border-radius: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #recruit .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    display: none;
  }
  #recruit .inner {
    position: unset;
    transform: unset;
  }
}
@media (max-width: 1199px) {
  #recruit .inner .contents h2 {
    font-size: 50px;
  }
  #recruit .inner .contents .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-top: 130px;
    padding-bottom: 80px;
    margin-top: -50px;
  }
  #recruit .bg-img {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #recruit .inner .contents {
    padding: 40px 15px;
  }
  #recruit .inner .contents h2 {
    font-size: 27px;
    text-shadow: 2px 2px 0 #fff79a;
  }
  #recruit .inner .contents .text {
    font-size: 14px;
    margin-top: 30px;
  }
  #recruit .inner .contents .btn {
    margin-top: 30px;
  }
  #recruit .inner .contents .btn a {
    width: 240px;
    height: 55px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
recruit-bnr2
------------------------------------------------- */
.recruit-bnr2 {
  position: relative;
  margin-top: 110px;
}
.recruit-bnr2 img {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-bnr2 {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
tiktok
------------------------------------------------- */
#tiktok {
  margin-top: 120px;
}
#tiktok .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#tiktok .inner h2 {
  text-align: center;
  display: flex;
  justify-content: center;
}
#tiktok .inner h3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #f2eee7;
  line-height: 1.3;
  margin-bottom: -45px;
  margin-left: -60px;
  margin-top: 40px;
}
#tiktok .inner .contents {
  display: flex;
  gap: 0 3.3333333333%;
  position: relative;
}
#tiktok .inner .contents .btn {
  position: absolute;
  right: -90px;
  top: -90px;
  transition: all 0.5s ease-out;
  z-index: 2;
}
#tiktok .inner .contents .btn:hover {
  opacity: 0.6;
}
#tiktok .inner .contents .block {
  width: 22.5%;
}
#tiktok .inner .contents .block a {
  transition: all 0.5s ease-out;
}
#tiktok .inner .contents .block a:hover {
  opacity: 0.6;
}
#tiktok .inner .contents .block a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 270/300;
}
@media (max-width: 1370px) {
  #tiktok .inner h3 {
    margin-top: 70px;
    margin-left: -10px;
    margin-bottom: -20px;
    font-size: 80px;
  }
  #tiktok .inner .contents {
    flex-wrap: wrap;
  }
  #tiktok .inner .contents .btn {
    right: -10px;
    top: -145px;
  }
  #tiktok .inner .contents .btn img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  #tiktok {
    margin-top: 50px;
  }
  #tiktok .inner h3 {
    font-size: 50px;
    margin-bottom: 0px;
  }
  #tiktok .inner .contents .btn {
    margin-top: 30px;
    top: -155px;
  }
  #tiktok .inner .contents .btn img {
    width: 120px;
  }
  #tiktok .inner .contents .block {
    width: 48%;
  }
  #tiktok .inner .contents .block:nth-child(n+4) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
youtube
------------------------------------------------- */
#youtube {
  margin-top: 70px;
}
#youtube .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#youtube .inner h3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #f2eee7;
  line-height: 1.3;
  margin-bottom: -45px;
  margin-left: auto;
  margin-top: 40px;
  text-align: end;
  margin-right: -85px;
}
#youtube .inner .contents {
  display: flex;
  gap: 0 3.75%;
  position: relative;
}
#youtube .inner .contents .btn {
  position: absolute;
  left: -90px;
  top: -90px;
  transition: all 0.5s ease-out;
  z-index: 2;
}
#youtube .inner .contents .btn:hover {
  opacity: 0.6;
}
#youtube .inner .contents .movie {
  width: 30.8333333333%;
}
#youtube .inner .contents .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 370/300;
  border-radius: 10px;
}
@media (max-width: 1370px) {
  #youtube .inner h3 {
    margin-top: 90px;
    margin-right: -10px;
    margin-bottom: -20px;
    font-size: 80px;
  }
  #youtube .inner .contents {
    flex-wrap: wrap;
  }
  #youtube .inner .contents .btn {
    left: -10px;
    top: -145px;
  }
  #youtube .inner .contents .btn img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  #youtube .inner h3 {
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 90px;
  }
  #youtube .inner .contents {
    justify-content: center;
  }
  #youtube .inner .contents .btn {
    margin-top: 30px;
    top: -155px;
  }
  #youtube .inner .contents .btn img {
    width: 120px;
  }
  #youtube .inner .contents .movie {
    width: 100%;
  }
  #youtube .inner .contents .movie:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
entry
------------------------------------------------- */
#entry {
  position: relative;
  margin-top: 100px;
  padding-bottom: 250px;
}
#entry::before {
  content: "";
  width: 100%;
  height: 256px;
  background-color: #f8f7f6;
  position: absolute;
  z-index: -1;
  top: 125px;
}
#entry .bg {
  width: 700px;
  position: absolute;
  bottom: -100px;
  left: -200px;
  z-index: -1;
  transform: rotate(30deg);
}
#entry .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#entry .inner h2 {
  flex-shrink: 0;
}
#entry .inner h2 p {
  width: -moz-fit-content;
  width: fit-content;
}
#entry .inner h2 p:not(:first-child) {
  margin-top: 17px;
}
#entry .inner .btn {
  width: 530px;
  height: 180px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  transition: all 0.5s ease-out;
}
#entry .inner .btn:hover {
  opacity: 0.6;
}
#entry .inner .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  z-index: -1;
  background: linear-gradient(90deg, #4bb2f8 0%, #6ec9d2 50%, #92e2a9 100%);
  border-radius: 100px;
}
#entry .inner .btn::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 100px;
}
#entry .inner .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
  border-radius: 100px;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #141437;
  position: relative;
  z-index: 5;
}
#entry .inner .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #entry::before {
    top: 90px;
    height: 180px;
  }
  #entry .inner .btn {
    width: 440px;
    height: 150px;
  }
  #entry .inner .btn a {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #entry {
    margin-top: 90px;
    padding-bottom: 0;
  }
  #entry::before {
    height: 240px;
    top: 62px;
  }
  #entry .bg {
    width: 350px;
    left: -170px;
    top: -100px;
  }
  #entry .inner {
    display: block;
  }
  #entry .inner h2 p:not(:first-child) {
    margin-top: 10px;
  }
  #entry .inner .btn {
    width: 100%;
    max-width: 330px;
    height: 110px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  #entry .inner .btn a {
    font-size: 30px;
  }
  #entry .inner .btn::after {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    top: 7px;
    left: 7px;
  }
}/*# sourceMappingURL=index.css.map */






/* ----------------------------------------------
insta
------------------------------------------------- */
#insta {
  margin-top: 70px;
}
#insta .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#insta .inner h3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #f2eee7;
  line-height: 1.3;
  margin-bottom: -45px;
  margin-left: auto;
  margin-top: 40px;
  text-align: end;
  margin-right: -85px;
}


@media (max-width: 1370px) {
  #insta .inner h3 {
    margin-top: 90px;
    margin-right: -10px;
    margin-bottom: -20px;
    font-size: 80px;
  }
 
  
}
@media (max-width: 767px) {
  #insta .inner h3 {
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 90px;
  }
 
 
}

#insta .contents {
  display: flex;
  flex-wrap: wrap;
}
#insta .block {
  position: relative;
  width: 23.2%;
}
#insta .block:nth-child(n+5) {
  margin-top: 25px;
}
#insta .block:not(:nth-child(4n+1)) {
  margin-left: 2.4%;
}
#insta .block:first-child {
  margin-left: 0;
}
#insta .block a {
  text-decoration: none;
  color: #fff;
}
#insta .block a:hover .txtbox {
  opacity: 1;
}
#insta .block .image {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/450;
  position: relative;
}
#insta .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#insta .block .txtbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
  opacity: 0;
}
#insta .block .text {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #insta .inner {
    max-width: 480px;
  }
  #insta .block {
    width: 48%;
  }
  #insta .block:not(:first-child) {
    margin-left: 0;
  }
  #insta .block:nth-child(even) {
    margin-left: 4%;
  }
  #insta .block:nth-child(n+3) {
    margin-top: 15px;
  }
}
#insta .inner h2 {
  text-align: center;
  display: flex;
  justify-content: center;
}



















