/* --------------------------------------------------
 INDEX
-------------------------------------------------- */
#splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 100000;
}
#splash .logo {
  opacity: 0;
  transition: 2s;
}
#splash .logo.loaded {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #splash .logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #splash .logo {
    width: 100px;
  }
}
#splash.loaded {
  opacity: 0;
  visibility: hidden;
}

.l_main {
  overflow-x: hidden;
}

.title_ja {
  font-size: 12px;
  text-align: right;
}

/* ------------------------------
 SEC_MAINVISUAL
------------------------------ */
#sec_mainvisual {
  position: relative;
  overflow: hidden;
}
#sec_mainvisual .l_flex {
  align-items: center;
  position: relative;
  z-index: 0;
}
#sec_mainvisual .copy {
  line-height: 1.4;
  font-family: "NotoSansJP-SemiBold";
}
#sec_mainvisual h1 {
  line-height: 1;
  font-family: "NotoSansJP-SemiBold";
}
#sec_mainvisual h1 small {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 20px;
}
#sec_mainvisual h1 small:before {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../../assets/img/index/main_line.svg) no-repeat left center;
}
#sec_mainvisual .list_feature {
  display: flex;
}
#sec_mainvisual .list_feature li {
  text-align: center;
  border: 1px solid #328dc9;
  background: 0 0;
  box-shadow: inset 0 0 15px 0 #328dc9;
}
#sec_mainvisual .list_feature li + li {
  margin-left: 10px;
}
#sec_mainvisual .txt_obi {
  background: linear-gradient(#328dc9 0%, #325bc9 100%);
  opacity: 0.9;
  padding: 10px 0;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
  position: relative;
}
#sec_mainvisual .txt_obi .list_patent_wrap {
  display: flex;
  flex-wrap: wrap;
}
#sec_mainvisual .txt_obi .list_patent li {
  font-size: 11px;
}
#sec_mainvisual h2 {
  line-height: 1;
  font-family: "NotoSansJP-SemiBold";
}
#sec_mainvisual .img,
#sec_mainvisual .txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  #sec_mainvisual {
    padding-left: calc((100% - 1200px) / 2);
    padding-bottom: 30px;
    height: calc(100vh - 80px);
    min-height: 650px;
    display: flex;
    align-items: center;
  }
  #sec_mainvisual .copy {
    font-size: 32px;
  }
  #sec_mainvisual .copy em {
    font-size: 52px;
  }
  #sec_mainvisual h1 {
    font-size: 72px;
    font-family: "NotoSansJP-SemiBold";
    text-align: right;
  }
  #sec_mainvisual h1 small {
    font-size: 36px;
  }
  #sec_mainvisual h1 small:before {
    content: "";
    width: calc(100% - 170px);
  }
  #sec_mainvisual h2 {
    font-size: 28px;
  }
  #sec_mainvisual .img {
    max-width: 670px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_mainvisual {
    padding-left: 40px;
    padding-bottom: 100px;
  }
  #sec_mainvisual .copy {
    font-size: 30px;
  }
  #sec_mainvisual .copy em {
    font-size: 45;
  }
  #sec_mainvisual h1 {
    font-size: 50px;
  }
  #sec_mainvisual h1 small {
    font-size: 30px;
  }
  #sec_mainvisual h1 small:before {
    content: "";
    width: calc(100% - 130px);
  }
  #sec_mainvisual h2 {
    font-size: 24px;
  }
  #sec_mainvisual .img {
    max-width: 670px;
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  #sec_mainvisual {
    position: relative;
    background: url(../../assets/img/index/main_bg_01.webp) no-repeat left center;
    background-size: cover;
  }
  #sec_mainvisual .l_flex {
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #sec_mainvisual .txt {
    margin-top: 20px;
  }
  #sec_mainvisual h1 {
    margin: 40px 0;
  }
  #sec_mainvisual .txt_obi {
    display: flex;
    align-items: center;
    width: 647px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
  }
  #sec_mainvisual .list_patent {
    margin-left: 15px;
  }
  #sec_mainvisual .list_feature li {
    font-size: 18px;
    line-height: 1.4444444444;
    padding: 10px 35px;
  }
}
@media screen and (max-width: 768px) {
  #sec_mainvisual {
    background: #000008 url(../../assets/img/index/main_bg_01_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
  #sec_mainvisual .l_flex {
    top: -30px;
    position: relative;
    z-index: 3;
  }
  #sec_mainvisual .txt {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  #sec_mainvisual .copy {
    font-size: 22px;
  }
  #sec_mainvisual .copy em {
    font-size: 36px;
  }
  #sec_mainvisual h1 {
    font-size: 39px;
    margin: 25px auto;
  }
  #sec_mainvisual h1 small {
    font-size: 24px;
  }
  #sec_mainvisual h1 small:before {
    content: "";
    width: calc(100% - 120px);
  }
  #sec_mainvisual .img {
    margin: 0 auto;
    text-align: center;
  }
  #sec_mainvisual .img img {
    max-width: 450px;
    width: 84%;
  }
  #sec_mainvisual .l_flex {
    display: block;
  }
  #sec_mainvisual .list_feature {
    justify-content: space-between;
    margin: 40px auto 50px;
  }
  #sec_mainvisual .list_feature li {
    width: calc((100% - 10px) / 2);
  }
  #sec_mainvisual .txt_obi {
    width: calc(100% - 20px);
    max-width: 400px;
    margin-left: 20px;
    padding: 15px 20px 13px 40px;
    float: right;
  }
  #sec_mainvisual .txt_obi .list_patent_wrap {
    margin-top: 7px;
    justify-content: space-between;
  }
  #sec_mainvisual .txt_obi .list_patent {
    width: 33.3333333333%;
  }
  #sec_mainvisual h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #sec_mainvisual {
    background: #000008 url(../../assets/img/index/main_bg_01_sp.webp) no-repeat center -150px;
    background-size: 100% auto;
  }
}

.text_img_wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 2;
}

.text_img_wrap_inner {
  display: flex;
}
.text_img_wrap_inner .text_img {
  display: flex;
  align-items: center;
}
.text_img_wrap_inner .text_img:before {
  content: "";
  display: block;
  background-image: url(../../assets/img/index/main_txt_01.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.text_img_wrap_inner .text_img:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/index/main_txt_01.webp);
  width: 3000px;
  height: 280px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap_inner {
    width: 6000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 3000px;
    height: 280px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 3000px;
    height: 280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .text_img_wrap_inner {
    width: 3000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 2000px;
    height: 187px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 2000px;
    height: 187px;
  }
}
@media screen and (max-width: 768px) {
  .text_img_wrap_inner {
    width: 3000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 1500px;
    height: 140px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 1500px;
    height: 140px;
  }
}

.text_img_wrap_top {
  left: 0;
}
.text_img_wrap_top .text_img {
  animation: infinity-scroll-left 90s infinite linear both;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap_top {
    top: -110px;
  }
}
@media screen and (min-width: 769px) {
  .text_img_wrap_top {
    top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .text_img_wrap_top {
    top: -50px;
  }
}

.text_img_wrap_bottom {
  right: 0;
}
.text_img_wrap_bottom .text_img {
  animation: infinity-scroll-right 90s infinite linear both;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap_bottom {
    bottom: -110px;
  }
}
@media screen and (min-width: 769px) {
  .text_img_wrap_bottom {
    bottom: -70px;
  }
}
@media screen and (max-width: 768px) {
  .text_img_wrap_bottom {
    bottom: -30px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* ------------------------------
 SEC_NEWS
------------------------------ */
#sec_news {
  background: #000008;
}
#sec_news:before {
  content: "";
  display: block;
  clear: both;
}
#sec_news .btn {
  width: 174px;
  margin-top: 40px;
}
#sec_news .title_wrap {
  text-align: left;
}
#sec_news .title_wrap .title_ja {
  text-align: left;
}
#sec_news .list_news {
  border-color: #707070;
}
#sec_news .article_news {
  border-color: #707070;
}
@media screen and (min-width: 1281px) {
  #sec_news .title_wrap {
    width: 300px;
  }
  #sec_news .list_news_wrap {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_news .title_wrap {
    width: 220px;
  }
  #sec_news .title_wrap .title_ja {
    text-align: left;
  }
  #sec_news .list_news_wrap {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 769px) {
  #sec_news .list_news {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #sec_news .title_wrap_s {
    text-align: left;
  }
  #sec_news .title_wrap_s .title_ja {
    text-align: left;
  }
  #sec_news .l_inner {
    position: relative;
    padding-bottom: 80px;
  }
  #sec_news .l_flex {
    display: block;
  }
  #sec_news .list_news_wrap {
    margin-top: 20px;
  }
  #sec_news .btn {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}

/* ------------------------------
 SEC_NOTE
------------------------------ */
#sec_note {
  position: relative;
}
#sec_note:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
#sec_note .txt_wrap {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
}
#sec_note .txt_wrap p {
  font-family: "NotoSansJP-SemiBold";
  line-height: 2.2;
}
#sec_note .txt_wrap .em_label {
  text-align: center;
  border: 1px solid #328dc9;
  background: 0 0;
  box-shadow: inset 0 0 15px 0 #328dc9;
}
@media screen and (min-width: 769px) {
  #sec_note {
    padding: 140px 0;
  }
  #sec_note:before {
    background: url(../../assets/img/index/co_bg_01.webp) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #sec_note .txt_wrap {
    padding: 70px 20px;
  }
  #sec_note .txt_wrap p {
    font-size: 32px;
  }
  #sec_note .txt_wrap p em {
    font-size: 42px;
  }
  #sec_note .txt_wrap p strong {
    font-size: 52px;
    margin: 0 10px;
  }
  #sec_note .txt_wrap p .em_label {
    margin: 0 10px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec_note {
    padding: 100px 0;
  }
  #sec_note:before {
    background: url(../../assets/img/index/co_bg_01_sp.webp) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #sec_note .l_inner {
    padding: 0;
  }
  #sec_note .txt_wrap {
    padding: 28px 10px 15px;
    border-radius: 20px;
  }
  #sec_note .txt_wrap p {
    font-size: 24px;
    line-height: 2;
  }
  #sec_note .txt_wrap p em {
    font-size: 30px;
  }
  #sec_note .txt_wrap p strong {
    font-size: 40px;
    line-height: 1.2;
    display: block;
    text-align: center;
  }
  #sec_note .txt_wrap p .em_label_wrap {
    display: block;
    text-align: center;
  }
  #sec_note .txt_wrap p .em_label {
    margin: 0 10px;
    padding: 0 12px;
  }
}

/* ------------------------------
 SEC_PRODUCTS
------------------------------ */
#sec_products {
  background: #000008;
  border-radius: 30px;
}
#sec_products .content:after {
  content: "";
  display: block;
  clear: both;
}
#sec_products .list_tab {
  display: flex;
  margin-top: 10px;
}
#sec_products .list_tab li {
  font-size: 14px;
  line-height: 34px;
  border-radius: 17px;
  border: 1px solid #707070;
  padding: 0 20px;
  position: relative;
}
#sec_products .list_tab li + li {
  margin-left: 10px;
}
#sec_products .list_products {
  counter-reset: number 0;
}
#sec_products .list_products li {
  border-radius: 10px;
  background: linear-gradient(#606066 0%, #242426 100%);
  padding: 130px 20px 30px;
  position: relative;
}
#sec_products .list_products li:before {
  counter-increment: number 1;
  content: "[ " counter(number, decimal-leading-zero) " ]";
  position: absolute;
  right: 20px;
  top: 30px;
  color: #fff;
  font-size: 12px;
}
#sec_products .list_products li p {
  margin-top: 48px;
}
#sec_products .img {
  text-align: center;
}
#sec_products .btn {
  width: 238px;
}
@media screen and (min-width: 1281px) {
  #sec_products h3 {
    font-size: 52px;
  }
  #sec_products .l_flex {
    justify-content: space-between;
    align-items: center;
  }
  #sec_products .txt {
    max-width: 415px;
  }
  #sec_products .list_products li {
    width: calc((100% - 180px) / 4);
  }
}
@media screen and (max-width: 1280px) {
  #sec_products .l_flex {
    display: block;
  }
  #sec_products .txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_products h3 {
    font-size: 40px;
  }
  #sec_products .list_products {
    flex-wrap: wrap;
  }
  #sec_products .list_products li {
    width: calc((100% - 30px) / 2);
  }
  #sec_products .list_products li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #sec_products .list_products {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  #sec_products .btn {
    margin-top: 60px;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #sec_products {
    border-radius: 30px 30px 0 0;
    padding: 60px 0 0;
  }
  #sec_products h3 {
    font-size: 26px;
  }
  #sec_products .list_tab {
    margin-top: 10px;
  }
  #sec_products .list_products {
    max-width: 255px;
    margin: 30px auto 0;
  }
  #sec_products .list_products li + li {
    margin-top: 20px;
  }
  #sec_products .btn {
    margin: 40px auto 0;
  }
}

/* ------------------------------
 SEC_PERFORMANCE
------------------------------ */
#sec_performance .box_em {
  font-family: "NotoSansJP-SemiBold";
}
#sec_performance .box_em h3 {
  background: url(../../assets/img/index/co_bg_03.webp) no-repeat center center;
}
#sec_performance .box_em p em {
  font-family: "Montserrat-BoldItalic";
  line-height: 1.2;
}
#sec_performance .note {
  font-size: 12px;
}
#sec_performance .btn {
  width: 268px;
}
@media screen and (min-width: 1281px) {
  #sec_performance .box_em {
    width: calc((100% - 80px) / 2);
  }
  #sec_performance .box_em h3 {
    font-size: 24px;
  }
  #sec_performance .box_em p {
    font-size: 50px;
  }
  #sec_performance .box_em p em {
    font-size: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_performance .box_em {
    width: calc((100% - 20px) / 2);
  }
  #sec_performance .box_em h3 {
    font-size: 20px;
  }
  #sec_performance .box_em p {
    font-size: 30px;
  }
  #sec_performance .box_em p em {
    font-size: 90px;
  }
}
@media screen and (min-width: 769px) {
  #sec_performance {
    padding: 130px 0;
    background: #000008 url(../../assets/img/index/co_bg_02.webp) no-repeat center center;
    background-size: 100% auto;
  }
  #sec_performance .l_flex {
    justify-content: space-between;
    margin-top: 70px;
  }
  #sec_performance .box_em {
    padding: 27px 20px;
  }
  #sec_performance .note {
    margin-top: 33px;
  }
  #sec_performance .btn {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #sec_performance {
    padding: 110px 0 80px;
    background: #000008 url(../../assets/img/index/co_bg_02_sp.webp) no-repeat center 65px;
    background-size: 100% auto;
  }
  #sec_performance .l_flex {
    display: block;
    margin-top: 60px;
  }
  #sec_performance .box_em {
    padding: 25px 20px;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  #sec_performance .box_em h3 {
    font-size: 18px;
  }
  #sec_performance .box_em p {
    font-size: 40px;
  }
  #sec_performance .box_em p em {
    font-size: 80px;
  }
  #sec_performance .box_em + .box_em {
    margin-top: 60px;
  }
  #sec_performance .note {
    margin-top: 20px;
  }
  #sec_performance .btn {
    margin: 30px auto 0;
  }
}

/* ------------------------------
 SEC_FEATURES
------------------------------ */
#sec_features {
  position: relative;
}
#sec_features .list_features {
  border-top: 1px solid #707070;
  counter-reset: number2 0;
}
#sec_features .list_features li {
  border-bottom: 1px solid #707070;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
  position: relative;
}
#sec_features .list_features li:before {
  font-family: "Montserrat-Regular";
  counter-increment: number2 1;
  content: "[ " counter(number2, decimal-leading-zero) " ]";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 12px;
}
#sec_features .list_features li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: url(../img/common/co_arrow_w.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1281px) {
  #sec_features {
    padding: 130px 0 170px calc((100% - 1200px) / 2);
  }
  #sec_features .list_features li {
    font-size: 32px;
  }
  #sec_features .txt_wrap {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_features {
    padding: 130px 0 150px 20px;
  }
  #sec_features .list_features li {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  #sec_features {
    background: #000008 url(../../assets/img/index/co_bg_04.webp) no-repeat center center;
    background-size: cover;
  }
  #sec_features:before {
    content: "";
    width: 600px;
    height: 600px;
    background: url(../../assets/img/index/co_bg_05.webp) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -270px;
    top: -160px;
  }
  #sec_features .l_flex {
    justify-content: space-between;
  }
  #sec_features .list_features {
    margin-top: 70px;
  }
  #sec_features .list_features li {
    padding: 16px 0 16px 60px;
  }
  #sec_features .img {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #sec_features {
    padding: 60px 0 140px;
    background: #000008;
  }
  #sec_features:before {
    content: "";
    width: 400px;
    height: 400px;
    background: url(../../assets/img/index/co_bg_05.webp) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -190px;
    top: -190px;
  }
  #sec_features:after {
    content: "";
    width: 400px;
    height: 400px;
    background: url(../../assets/img/index/co_bg_05.webp) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -150px;
    bottom: 0;
  }
  #sec_features .l_flex {
    display: block;
    position: relative;
    z-index: 1;
  }
  #sec_features .txt_wrap {
    padding: 0 20px;
  }
  #sec_features .list_features {
    margin-top: 60px;
  }
  #sec_features .list_features li {
    padding: 14px 0 14px 58px;
    font-size: 24px;
  }
  #sec_features .img {
    padding-left: 20px;
    margin-top: 70px;
  }
}

/* ------------------------------
 SEC_COMPANY
------------------------------ */
#sec_company {
  background: #fff;
  box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
#sec_company .sec_company_content {
  position: relative;
  text-align: center;
}
#sec_company .btn {
  width: 190px;
}
#sec_company .img {
  position: absolute;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#sec_company .img_01 {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  left: 0;
}
#sec_company .img_02 {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  right: 0;
}
@media screen and (min-width: 1281px) {
  #sec_company .img {
    width: 375px;
  }
  #sec_company .img_01 {
    top: 20px;
  }
  #sec_company .img_02 {
    bottom: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_company .img {
    width: 220px;
  }
  #sec_company .img_01 {
    top: 60px;
  }
  #sec_company .img_02 {
    bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  #sec_company .sec_company_content {
    padding-bottom: 140px;
  }
  #sec_company .sec_company_content .btn {
    margin: 80px auto 0;
  }
  #sec_company .txt {
    margin-top: 60px;
  }
  #sec_company .txt_img {
    margin-top: 57px;
  }
  #sec_company .img_01 {
    left: -40px;
  }
  #sec_company .img_02 {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  #sec_company {
    border-radius: 30px 30px 0 0;
    padding: 20px 0 60px;
  }
  #sec_company .sec_company_content {
    padding: 180px 0 190px;
  }
  #sec_company .txt {
    margin-top: 30px;
    line-height: 2.1;
  }
  #sec_company .txt_img {
    margin-top: 35px;
  }
  #sec_company .img {
    width: 150px;
  }
  #sec_company .img_01 {
    top: 60px;
    left: -20px;
  }
  #sec_company .img_02 {
    bottom: 50px;
    right: -20px;
  }
  #sec_company .btn {
    margin: 40px auto 0;
  }
}

/* ------------------------------
 SEC_INSTAGRAM
------------------------------ */
#sec_instagram {
  background: #303033;
  border-radius: 10px;
}
#sec_instagram .btn {
  width: 190px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec_instagram {
    padding: 70px 0;
  }
  #sec_instagram .content {
    padding: 0 40px;
  }
  #sec_instagram .l_inner {
    position: relative;
  }
  #sec_instagram .btn {
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec_instagram {
    padding: 60px 0;
    position: relative;
  }
  #sec_instagram .btn {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -95px;
  }
}

.instatram_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .instatram_wrap {
    flex-direction: column;
  }
}

.instagram_btn {
  display: block;
  max-width: 110px;
  margin-left: 100px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .instagram_btn {
    margin: 30px auto 0;
    max-width: 60px;
  }
}
.instagram_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}/*# sourceMappingURL=index.css.map */