@charset "UTF-8";
#menu .block .btn a, #company .btn a, #recruit .btn a, #jobs .btn a, #challenge .btn a, #about .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  max-width: 210px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#menu .block .btn a:hover, #company .btn a:hover, #recruit .btn a:hover, #jobs .btn a:hover, #challenge .btn a:hover, #about .btn a:hover {
  opacity: 0.6;
}
#menu .block .btn a:after, #company .btn a:after, #recruit .btn a:after, #jobs .btn a:after, #challenge .btn a:after, #about .btn a:after {
  flex-shrink: 0;
  margin-left: 15px;
  margin-bottom: 3px;
  display: block;
  content: "";
  width: 37px;
  height: 7px;
  mask-image: url("../images/btn-arrow1.png");
  mask-size: 100% 100%;
}

#recruit h2, #jobs h2, #reason h2, #about h2 {
  font-size: 63px;
  color: #000000;
  line-height: 1.2;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
}
#recruit h2 small, #jobs h2 small, #reason h2 small, #about h2 small {
  font-size: 29px;
  letter-spacing: 0.05em;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  #recruit h2, #jobs h2, #reason h2, #about h2 {
    font-size: 42px;
  }
  #recruit h2 small, #jobs h2 small, #reason h2 small, #about h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #recruit h2, #jobs h2, #reason h2, #about h2 {
    font-size: 32px;
  }
  #recruit h2 small, #jobs h2 small, #reason h2 small, #about h2 small {
    font-size: 16px;
  }
}

#recruit h2, #jobs h2, #reason h2, #about h2 {
  margin-bottom: 50px;
}

#instagram, #menu, #company, #recruit, #jobs, #challenge, #reason, #about {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}

#recruit .text, #challenge .text, #reason .text, #about .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1199px) {
  #recruit .text, #challenge .text, #reason .text, #about .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #recruit .text, #challenge .text, #reason .text, #about .text {
    font-size: 14px;
  }
}

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

/* ----------------------------------------------
main
------------------------------------------------- */
#main {
  padding-bottom: 20px;
  background-image: url(../images/main-bg-loop.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% auto;
  animation: 624.3s linear bg-loop infinite;
}

@keyframes bg-loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 18730px -18730px;
  }
}
/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  padding-left: 215px;
  position: relative;
}
#mainimg #mainslider {
  background-color: #fff;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}
#mainimg #mainslider img {
  height: 100vh;
  object-fit: cover;
  /* border-bottom-left-radius: 50px; */
}
#mainimg #mainslider > img:not(:first-child) {
  display: none;
}
#mainimg .cover-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 215px);
}
#mainimg .cover-wrap img {
  border-bottom-left-radius: 50px;
  height: 100vh;
  object-fit: cover;
}
#mainimg .cover-wrap > img:not(:first-child) {
  display: none;
}
#mainimg .catch {
  position: absolute;
  top: 90px;
  left: 320px;
}
#mainimg .catch h2 {
  font-size: 269px;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  color: #a2daf7;
  letter-spacing: 0.01em;
}
#mainimg .catch small {
  display: block;
  font-size: 160px;
}
#mainimg .catch2 {
  position: absolute;
  left: 40px;
  bottom: 100px;
}
#mainimg .catch2 h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#mainimg .catch2 p {
  background-color: #f38f1e;
  position: relative;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainimg .catch2 p:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 37px;
  height: 97px;
}
#mainimg .catch2 p:nth-child(1) {
  padding-left: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#mainimg .catch2 p:nth-child(1):before {
  left: 100%;
  background: url(../images/catch-shape1.png) no-repeat center/cover;
}
#mainimg .catch2 p:nth-child(2) {
  margin-top: -1px;
  margin-left: 130px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#mainimg .catch2 p:nth-child(2):before {
  right: 100%;
  background: url(../images/catch-shape2.png) no-repeat center/cover;
}
#mainimg .catch2 p:has(small) {
  background: unset;
  height: unset;
  margin-top: 5px;
}
#mainimg .catch2 p:has(small)::before {
  display: none;
}
#mainimg .catch2 p:has(small) small {
  font-size: 29px;
  color: #f38f1e;
  line-height: 1.6;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
@media (max-width: 1199px) {
  #mainimg {
    padding-left: 180px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .cover-wrap {
    width: calc(100% - 180px);
  }
  #mainimg .cover-wrap img {
    height: auto;
  }
  #mainimg .catch {
    left: 215px;
    position: absolute;
  }
  #mainimg .catch2 {
    left: 20px;
    bottom: 40px;
  }
  #mainimg .catch2 h2 {
    font-size: 40px;
  }
  #mainimg .catch2 p {
    height: 67.9px;
  }
  #mainimg .catch2 p:before {
    width: 25.9px;
    height: 67.9px;
  }
  #mainimg .catch2 p:nth-child(1) {
    padding-left: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  #mainimg .catch2 p:nth-child(2) {
    margin-top: -1px;
    margin-left: 90px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #mainimg .catch2 p:has(small) small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    padding-left: 19.556714472vw;
  }
  #mainimg #mainslider img {
    min-height: 200px;
  }
  #mainimg .cover-wrap {
    width: calc(100% - 19.556714472vw);
  }
  #mainimg .cover-wrap img {
    height: auto;
  }
  #mainimg .catch {
    top: 10px;
    left: calc(19.556714472vw + 12px);
    position: absolute;
  }
  #mainimg .catch2 {
    left: 2.6075619296vw;
    bottom: 5.2151238592vw;
  }
  #mainimg .catch2 h2 {
    font-size: 5.2151238592vw;
  }
  #mainimg .catch2 p {
    height: 8.7353324641vw;
  }
  #mainimg .catch2 p:before {
    width: 3.259452412vw;
    height: 8.7353324641vw;
  }
  #mainimg .catch2 p:nth-child(1) {
    padding-left: 2.6075619296vw;
    border-top-left-radius: 1.9556714472vw;
    border-bottom-left-radius: 1.9556714472vw;
  }
  #mainimg .catch2 p:nth-child(2) {
    margin-top: -0.1303780965vw;
    margin-left: 5vw;
    border-top-right-radius: 1.9556714472vw;
    border-bottom-right-radius: 1.9556714472vw;
  }
  #mainimg .catch2 p:has(small) small {
    font-size: 3vw;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  margin-top: 70px;
  margin-bottom: 100px;
}
#about h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #f38f1e;
}
#about h3 {
  letter-spacing: 0.1em;
  font-size: 48px;
  line-height: 1.5;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
#about .text {
  text-align: center;
}
#about .btn {
  margin-top: 30px;
}
#about .btn a {
  background: #00a599;
  color: #fff;
  margin: 0 auto;
}
#about .btn a:after {
  background-color: #fff;
}
#about .inner {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  #about h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #about {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  #about h2 {
    margin-bottom: 20px;
  }
  #about h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
/* ----------------------------------------------
reason
------------------------------------------------- */
#reason {
  position: relative;
}
#reason h2 {
  margin-bottom: 80px;
  color: #fff;
}
#reason .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
#reason .contents {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  gap: 0 3.828125%;
}
#reason .block {
  width: 30.78125%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #ed5a24;
}
#reason .block:nth-child(2) {
  background-color: #ee7822;
}
#reason .block:nth-child(2) .point {
  background-color: #ee7822;
}
#reason .block a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
#reason .block a:hover {
  opacity: 0.6;
}
#reason .block .image img {
  object-fit: cover;
  aspect-ratio: 394/346;
  width: 100%;
  height: 100%;
}
#reason .block .txtbox {
  padding: 25px 20px 30px 20px;
  position: relative;
  text-align: center;
  color: #fff;
}
#reason .block .point {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translatex(-50%);
  width: 140px;
  height: 140px;
  padding-top: 25px;
  background-color: #ed5a24;
  border-radius: 50%;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 28px;
  line-height: 1.1;
  font-weight: normal;
}
#reason .block .title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#reason .block .text {
  position: relative;
  z-index: 1;
  line-height: 1.625;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #reason .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  #reason h2 {
    margin-bottom: 50px;
  }
  #reason .block {
    border-radius: 20px;
  }
  #reason .block .txtbox {
    padding: 20px 15px 25px 15px;
  }
  #reason .block .point {
    top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    font-size: 20px;
  }
  #reason .block .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #reason .contents {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 4%;
  }
  #reason .block {
    width: 48%;
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  #reason .block {
    width: 100%;
  }
}

.fancy-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f38f1e;
  mask-image: url("../images/reason-bg.png");
  mask-size: 100% 100%;
  /*  -webkit-mask-image: url("mask-pattern.png");
  -webkit-mask-size: cover; */
}
.fancy-shape .shapeinner {
  position: relative;
  /* width: 100%;
  height: 100%; */
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f7931e, #fbb040, #fff3d0);
  mask-image: url("../images/reason-bg-gradient.png");
  mask-size: 100% 100%;
}
@media (max-width: 767px) {
  .fancy-shape {
    mask-image: none;
    border-radius: 20px;
    overflow: hidden;
  }
}

/* ----------------------------------------------
challenge
------------------------------------------------- */
#challenge {
  margin-top: -40px;
  margin-bottom: 100px;
  background: url(../images/challenge-bg.jpg) no-repeat center/cover;
  text-align: center;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}
#challenge .inner {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#challenge h2 {
  margin-bottom: 40px;
  font-size: 134px;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
}
#challenge h3 {
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 41px;
  line-height: 1.4;
}
#challenge .btn {
  margin-top: 30px;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#challenge .btn a {
  background: #fff;
  color: #00a599;
  margin-left: auto;
}
#challenge .btn a:after {
  background-color: #00a599;
}
@media (max-width: 1199px) {
  #challenge h2 {
    margin-bottom: 30px;
    font-size: 80px;
  }
  #challenge h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #challenge {
    margin-bottom: 70px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #challenge h2 {
    margin-bottom: 20px;
    font-size: 50px;
  }
  #challenge h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
/* ----------------------------------------------
jobs
------------------------------------------------- */
#jobs {
  margin-bottom: 120px;
}
#jobs h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #ed5a24;
}
#jobs h2 small {
  color: #000;
}
#jobs .inner {
  max-width: 1350px;
}
#jobs .btn {
  margin-top: 70px;
}
#jobs .btn a {
  background: #00a599;
  color: #fff;
  margin: 0 auto;
}
#jobs .btn a:after {
  background-color: #fff;
}
@media (max-width: 767px) {
  #jobs {
    margin-bottom: 80px;
  }
  #jobs .btn {
    margin-top: 40px;
  }
}
/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  overflow: hidden;
  margin-bottom: 100px;
}
#recruit .contents {
  display: flex;
  align-items: flex-end;
}
#recruit .left {
  position: relative;
  z-index: 1;
  background-color: #ed5a24;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 55.625%;
  margin-right: -26.8125%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: calc((100% - 1360px) / 2);
}
@media (max-width: 1599px) {
  #recruit .left {
    padding-left: 30px;
  }
}
#recruit .right {
  margin-bottom: 100px;
  width: 71.1875%;
  border-top-left-radius: 60px;
  overflow: hidden;
}
#recruit .right img {
  width: 100%;
}
#recruit .txtbox {
  color: #fff;
}
#recruit h2 {
  color: #fff;
  margin-bottom: 40px;
}
#recruit h3 {
  margin-bottom: 15px;
  color: #f8ea21;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#recruit .text {
  line-height: 1.625;
}
#recruit .btn {
  margin-top: 60px;
}
#recruit .btn a {
  background: #f8ea21;
  color: #ed5a24;
}
#recruit .btn a:after {
  background-color: #ed5a24;
}
@media (max-width: 1199px) {
  #recruit .contents {
    justify-content: space-between;
  }
  #recruit .left {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    min-width: 600px;
    flex-shrink: 0;
    margin-right: -32%;
  }
  #recruit .right {
    flex-shrink: 0;
    border-top-left-radius: 40px;
  }
  #recruit h2 {
    margin-bottom: 20px;
  }
  #recruit h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #recruit .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #recruit .contents {
    flex-direction: column;
  }
  #recruit .left {
    margin-top: -80px;
    margin-right: auto;
    width: 96%;
    min-width: 0;
    order: 1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px;
  }
  #recruit .right {
    border-top-left-radius: 30px;
    margin-bottom: 0;
    width: 96%;
  }
  #recruit h2 {
    margin-bottom: 10px;
  }
  #recruit h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  color: #fff;
}
#company .inner {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 70px;
}
#company h2 {
  font-size: 161px;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  margin-bottom: 30px;
  -webkit-text-stroke: 1px #fff;
  /* 縁取り */
  color: transparent;
  /* 中を透明に */
}
#company h2 small {
  margin-top: 15px;
  padding-left: 15px;
  font-size: 29px;
  letter-spacing: 0.05em;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 0px;
  color: #fff;
}
#company h3 {
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.6097560976;
}
#company .btn a {
  background: #fff;
  color: #00a599;
}
#company .btn a:after {
  background-color: #00a599;
}
@media (max-width: 1199px) {
  #company .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #company h2 {
    font-size: 100px;
    margin-bottom: 30px;
  }
  #company h2 small {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 24px;
  }
  #company h3 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #company .inner {
    padding-bottom: 30px;
  }
  #company h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #company h2 small {
    margin-top: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  #company h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  margin-bottom: 70px;
  overflow: hidden;
}
#menu .contents {
  display: flex;
}
#menu .block {
  position: relative;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 70px;
  padding-bottom: 150px;
  text-align: center;
  color: #fff;
}
#menu .block h2 {
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5), 0 0 9px rgba(0, 0, 0, 0.5);
}
#menu .block h2 small {
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: 0.05em;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
}
#menu .block h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
}
#menu .block .btn {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}
#menu .block .btn a {
  background: #fff;
  color: #29a7de;
  margin: 0 auto;
}
#menu .block .btn a:after {
  background-color: #29a7de;
}
@media (max-width: 1199px) {
  #menu .block {
    padding-top: 30px;
    padding-bottom: 110px;
  }
  #menu .block h2 {
    margin-bottom: 20px;
    font-size: 50px;
  }
  #menu .block h2 small {
    margin-top: 10px;
    font-size: 20px;
  }
  #menu .block h3 {
    font-size: 24px;
  }
  #menu .block .btn {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  #menu .contents {
    flex-direction: column;
  }
  #menu .block {
    width: 100%;
    padding-bottom: 100px;
  }
  #menu .block h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  #menu .block h2 small {
    margin-top: 5px;
    font-size: 18px;
  }
  #menu .block h3 {
    font-size: 20px;
  }
  #menu .block .btn {
    bottom: 30px;
  }
}
/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  margin-bottom: 70px;
}
#instagram h2 {
  margin-bottom: 20px;
  text-align: center;
}
#instagram .inner {
  width: 100%;
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#instagram .contents {
  display: flex;
  flex-wrap: wrap;
}
#instagram .block {
  position: relative;
  width: 23.2%;
}
#instagram .block:nth-child(n+5) {
  margin-top: 25px;
}
#instagram .block:not(:nth-child(4n+1)) {
  margin-left: 2.4%;
}
#instagram .block:first-child {
  margin-left: 0;
}
#instagram .block a {
  text-decoration: none;
  color: #fff;
}
#instagram .block a:hover .txtbox {
  opacity: 1;
}
#instagram .block .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#instagram .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#instagram .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);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
#instagram .block .text {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  #instagram h2 img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  #instagram h2 img {
    width: 140px;
  }
  #instagram .inner {
    max-width: 480px;
  }
  #instagram .block {
    width: 48%;
  }
  #instagram .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .block:nth-child(n+3) {
    margin-top: 15px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */

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